Statistics
| Revision:

root / src / summaryview.c @ 2381

History | View | Annotate | Download (169.4 kB)

# Date Author Comment
2363 12/04/2009 11:30 am Hiroyuki Yamamoto

disable sort while filtering to prohibit a warning.

2328 11/02/2009 06:53 pm Hiroyuki Yamamoto

fixed unintended drag start on IMAP.

2326 11/02/2009 06:16 pm Hiroyuki Yamamoto

don't allow parallel multiple command on IMAP.

2267 10/02/2009 01:45 pm Hiroyuki Yamamoto

added missing locks on idle callbacks.

2247 09/14/2009 02:27 pm Hiroyuki Yamamoto

update summary caches on receiving.

2230 09/03/2009 04:22 pm Hiroyuki Yamamoto

show progress when scanning folders.

2077 11/25/2008 03:18 pm Hiroyuki Yamamoto

added message label to the folder selection dialog.

2042 09/26/2008 03:11 pm Hiroyuki Yamamoto

use target header field as a default filter name when creating filter rule automatically.

2000 05/22/2008 06:30 pm Hiroyuki Yamamoto

fixed a crash.

1991 05/14/2008 11:21 am Hiroyuki Yamamoto

don't move focus from text view to summary view when displaying messages.

1978 04/11/2008 05:21 pm Hiroyuki Yamamoto

reset quick search condition if search bar is now shown.

1960 02/29/2008 02:47 pm Hiroyuki Yamamoto

made 2.5.0beta1 release.

1949 12/28/2007 11:20 am Hiroyuki Yamamoto

implemented vertical view. Separated quick search into another module.

1929 12/20/2007 06:30 pm Hiroyuki Yamamoto

fixed beep on folders with one message when using GTK+ 2.12.

1913 09/27/2007 11:27 am Hiroyuki Yamamoto

fixed the status label so that it will automatically resize when there is not enough width.

1910 09/20/2007 11:43 am Hiroyuki Yamamoto

removed all warnings output with -Wall.

1899 09/14/2007 11:49 am Hiroyuki Yamamoto

block notify if a new message is read on receiving.

1898 09/13/2007 05:15 pm Hiroyuki Yamamoto

summaryview.c: compare using simpilfied To strings.

1897 09/13/2007 04:28 pm Hiroyuki Yamamoto

simplify To headers on summary view.

1894 09/12/2007 03:57 pm Hiroyuki Yamamoto

added 'To' column to the summary view.

1848 07/09/2007 03:54 pm Hiroyuki Yamamoto

implemented add-reply-mark-after-sending.

1743 06/04/2007 02:16 pm Hiroyuki Yamamoto

clear search entry when Escape key is pressed.

1695 05/16/2007 03:53 pm Hiroyuki Yamamoto

improved the performance of Mark all read on IMAP4 by only modifying the flagged messages.

1692 05/14/2007 06:18 pm Hiroyuki Yamamoto

the selection now persists on the update of quick search.

1689 05/11/2007 03:11 pm Hiroyuki Yamamoto

fixed wrong status on persist qsearch filter.

1688 05/11/2007 02:37 pm Hiroyuki Yamamoto

the quick search condition now persists for the whole session.

1636 04/13/2007 03:48 pm Hiroyuki Yamamoto

src/summaryview.c: modified 'Recent 5 days' to 'Last 5 days'.

1597 04/06/2007 02:03 pm Hiroyuki Yamamoto

display error dialog if the execution of the junk filter command failed.

1596 04/06/2007 11:20 am Hiroyuki Yamamoto

added new quick search rule: 'Within 1 day' and 'Recent 5 days'.

1564 03/13/2007 03:51 pm Hiroyuki Yamamoto

fixed crash on exit when the order of summary columns were changed by DnD.

1393 12/05/2006 03:42 pm Hiroyuki Yamamoto

flush UI for each 100 messages on manual filtering.

1386 11/30/2006 04:44 pm Hiroyuki Yamamoto

implemented printing of MIME part. Code cleanups.

1385 11/29/2006 03:39 pm Hiroyuki Yamamoto

added an option to use external program for printing.

1337 11/22/2006 03:02 pm Hiroyuki Yamamoto

initial implementation of new printing using GtkPrintOperation.

1333 11/21/2006 06:31 pm Hiroyuki Yamamoto

disable new mail notification when any message is displayed, marked as read, or trashes are emptied.

1317 11/16/2006 03:53 pm Hiroyuki Yamamoto

periodically update UI on manual filtering to avoid freeze.

1286 11/09/2006 06:01 pm Hiroyuki Yamamoto

only disable new mail notification when a new mail is actually read.

1262 11/02/2006 11:46 am Hiroyuki Yamamoto

added the option 'Remember last selected message'.

1245 10/19/2006 11:40 am Hiroyuki Yamamoto

summary_unset_sort_column_id(): fixed crash when using GTK+ 2.4.x.

1194 09/27/2006 06:04 pm Hiroyuki Yamamoto

adjusted the width of icon columns for win32.

1178 09/22/2006 11:54 am Hiroyuki Yamamoto

fixed crash when summary was sorted by logical columns.

1173 09/21/2006 11:14 am Hiroyuki Yamamoto

also update sort indicator at empty folder. Updated NEWS.

1160 09/14/2006 11:44 am Hiroyuki Yamamoto

workaround for GTK+ 2.10 was made.

1147 09/06/2006 05:35 pm Hiroyuki Yamamoto

unified menu strings.

1125 08/15/2006 11:16 am Hiroyuki Yamamoto

fixed manual junk filtering.

1111 08/02/2006 04:46 pm Hiroyuki Yamamoto

fixed a bug that flag changes were not saved with manual filtering.

1096 07/24/2006 05:45 pm Hiroyuki Yamamoto

added 'Set as (not) junk mail' to the summary context menu.

1093 07/21/2006 02:49 pm Hiroyuki Yamamoto

fixed a bug that manual junk filtering didn't work when no filter rule exist.

1089 06/26/2006 01:03 pm Hiroyuki Yamamoto

made workarounds for the crash in GTK+ 2.8.x.

1085 06/25/2006 05:33 pm Hiroyuki Yamamoto

removed redundant folder scan on moving messages.

1065 05/09/2006 09:16 pm Hiroyuki Yamamoto

summaryview.c: don't decrease new/unread count if zero.

1058 03/27/2006 05:19 pm Hiroyuki Yamamoto

fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.

1057 03/24/2006 04:45 pm Hiroyuki Yamamoto

added the clear button for quick search entry.

1038 03/10/2006 11:51 am Hiroyuki Yamamoto

printing messages now follows 'Show all headers'.

1035 03/09/2006 03:37 pm Hiroyuki Yamamoto

added a hidden option "mime_command" for backward compatibility.

1007 02/24/2006 01:11 pm Hiroyuki Yamamoto

performance fix when resetting the quick search.

995 02/09/2006 06:22 pm Hiroyuki Yamamoto

prohibit move/copy from/to queue folders, and move/copy to virtual folders.

969 02/03/2006 01:33 pm Hiroyuki Yamamoto

re-enabled workaround of last-row problem of summary view on GTK+ 2.8.

945 01/31/2006 11:13 am Hiroyuki Yamamoto

added 'Mark thread as read' to the main menu.

944 01/30/2006 07:47 pm Hiroyuki Yamamoto

implemented 'Mark thread as read'.

943 01/30/2006 04:15 pm Hiroyuki Yamamoto

enabled the move/copy of the whole message in collapsed threads.

939 01/27/2006 07:34 pm Hiroyuki Yamamoto

only execute idle function on button press.

937 01/27/2006 05:58 pm Hiroyuki Yamamoto

fixes wrong drag begin state after passphrase dialog appeared.

935 01/27/2006 04:28 pm Hiroyuki Yamamoto

when deleting a collapsed thread, all the messages in the thread will be removed.

931 01/26/2006 05:11 pm Hiroyuki Yamamoto

also recognize GDK_KP_* keycodes.

925 01/24/2006 07:27 pm Hiroyuki Yamamoto

update the sensitivity of UI after quick search.

913 01/20/2006 03:11 pm Hiroyuki Yamamoto

added tooltip for search entry.

911 01/19/2006 10:54 pm Hiroyuki Yamamoto

fixed crash on quick search.

907 01/19/2006 04:09 pm Hiroyuki Yamamoto

a bit of optimization for toggling threads.

906 01/19/2006 03:49 pm Hiroyuki Yamamoto

implemented quick filter.

904 01/18/2006 03:44 pm Hiroyuki Yamamoto

summaryview.c: update all_mlist on sorting to save the order.

901 01/17/2006 06:08 pm Hiroyuki Yamamoto

enabled toggle of the searchbar.

900 01/17/2006 05:17 pm Hiroyuki Yamamoto

implemented quick search of the summary view.

894 01/12/2006 07:15 pm Hiroyuki Yamamoto

fixed a memory leak where threading is off.

881 01/10/2006 05:52 pm Hiroyuki Yamamoto

repositioned the 'Delete' menu and added a separator to prevent accidental selection.

876 01/06/2006 05:21 pm Hiroyuki Yamamoto

accept when name entry is activated on the save search dialog.

852 12/22/2005 03:58 pm Hiroyuki Yamamoto

select activated message on search dialog in summary view if possible.

851 12/22/2005 03:20 pm Hiroyuki Yamamoto

summary_row_expanded(): disable workaround with GTK+ 2.8.

850 12/21/2005 07:17 pm Hiroyuki Yamamoto

reflect flag changes on virtual folders in the real ones.

848 12/21/2005 05:19 pm Hiroyuki Yamamoto

some modification of searching.

845 12/20/2005 05:05 pm Hiroyuki Yamamoto

look for all accounts when enable_swap_from is enabled.

844 12/20/2005 03:10 pm Hiroyuki Yamamoto

summary_set_row(): fixed a memory leak.

836 12/19/2005 03:41 pm Hiroyuki Yamamoto

implemented query search and virtual folder (merged from newsearch branch).

792 11/30/2005 08:39 pm Hiroyuki Yamamoto

display progress on local filtering.

751 11/16/2005 03:38 pm Hiroyuki Yamamoto

fixed a bug that the selection was broken (and sometimes crashed) when mark, unread, and colorlabel flags were changed while the summary was sorted by the flags.

742 11/14/2005 05:07 pm Hiroyuki Yamamoto

prevent integer overflow on summary status.

741 11/14/2005 04:13 pm Hiroyuki Yamamoto

added separator between the summary status and the header pane.

712 11/04/2005 01:33 pm Hiroyuki Yamamoto

follow the 'mark_junk_as_read' setting when marking as junk.

710 11/02/2005 07:18 pm Hiroyuki Yamamoto

added an option to mark filtered junk mails as read.

689 10/26/2005 08:14 pm Hiroyuki Yamamoto

added a setting to delete filtered junk mails from server.

684 10/25/2005 06:31 pm Hiroyuki Yamamoto

display confirmation dialog instead of input dialog when printing.

674 10/24/2005 05:30 pm Hiroyuki Yamamoto

fixed the problem that DnD didn't work on GTK+ 2.8

635 10/12/2005 01:33 pm Hiroyuki Yamamoto

brought back 'Crate filter rule' in the context menu.

600 09/22/2005 05:47 pm Hiroyuki Yamamoto

summaryview.c: align selected row to center when reached to the edge on key operation.

598 09/22/2005 03:52 pm Hiroyuki Yamamoto

summaryview.c: keep selecting row after changing thread display.

583 09/14/2005 06:59 pm Hiroyuki Yamamoto

fixed warnings about signedness difference.

576 09/13/2005 04:10 pm Hiroyuki Yamamoto

fixed sorting bug when flags changed.

574 09/13/2005 03:00 pm Hiroyuki Yamamoto

added 'View/Sort/by thread date'.

547 09/05/2005 04:54 pm Hiroyuki Yamamoto

moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword_from_msg().

527 08/30/2005 05:46 pm Hiroyuki Yamamoto

separated UI code from prefs.c.