Statistics
| Revision:

root / src / summaryview.c

History | View | Annotate | Download (182.8 kB)

# Date Author Comment
3259 05/23/2013 04:09 pm Hiroyuki Yamamoto

filesel: save selected file type.

3258 05/21/2013 06:03 pm Hiroyuki Yamamoto

filesel: automatically modify file extension when file type is changed.

3245 04/03/2013 06:34 pm Hiroyuki Yamamoto

added the feature to save message as plain text (locale or UTF-8 encoding).

3239 03/29/2013 11:39 am Hiroyuki Yamamoto

when marking a message as junk and moving to junk folder, select proper junk folder instead of a default one.

3159 09/25/2012 02:55 pm Hiroyuki Yamamoto

fixed long-standing drag begin bug on IMAP folders (#93).

3114 06/20/2012 06:40 pm Hiroyuki Yamamoto

adjusted the width of the attach column.

3099 06/18/2012 03:04 pm Hiroyuki Yamamoto

added tooltip for message view toggle arrow.

3031 03/26/2012 03:08 pm Hiroyuki Yamamoto

also support Shift+F10 for menu popup.

3030 03/26/2012 02:53 pm Hiroyuki Yamamoto

src/summaryview.c: enabled menu popup with Menu key.

3006 01/11/2012 11:58 am Hiroyuki Yamamoto

also add .eml extension on File - Save as menu of a message view window.

2977 10/14/2011 12:10 pm Hiroyuki Yamamoto

show both filtered and original numbers of messages on the status iabel.

2969 09/16/2011 03:21 pm Hiroyuki Yamamoto

src/summaryview.c: summary_select_row(): don't always move focus when refreshing (mainly for quick search).

2968 09/15/2011 03:38 pm Hiroyuki Yamamoto

prevent IMAP error caused by sending multiple commands at the same time.

2931 08/03/2011 06:00 pm Hiroyuki Yamamoto

reflect account preference for trash folder.

2910 06/24/2011 03:38 pm Hiroyuki Yamamoto

summaryview.c: removed alloca().

2907 06/23/2011 02:56 pm Hiroyuki Yamamoto

fixed a typo. code cleanup.

2852 03/14/2011 06:24 pm Hiroyuki Yamamoto

mark messages read when message view becomes visible by Enter or Space key.

2845 02/15/2011 04:46 pm Hiroyuki Yamamoto

src/summaryview.c: summary_show_queued_msgs(): clear selection list because it can be invalid after appending messages.

2818 01/24/2011 10:43 am Hiroyuki Yamamoto

src/summaryview.c: fixed warnings about non-string literal format.

2809 01/20/2011 01:49 pm Hiroyuki Yamamoto

check the return value of junk filter command and show error dialog on failure.

2806 01/17/2011 06:31 pm Hiroyuki Yamamoto

fixed crash on quick search when folder tree is empty.

2795 01/17/2011 11:07 am Hiroyuki Yamamoto

optimized tmp flags preservation.

2794 01/16/2011 10:06 pm Hiroyuki Yamamoto

optimized tmp flags restoration.

2792 01/14/2011 05:58 pm Hiroyuki Yamamoto

summary_show_queued_msgs(): update status display.

2791 01/14/2011 05:47 pm Hiroyuki Yamamoto

preserve temporary movec/copy marks on refresh.

2767 12/22/2010 05:44 pm Hiroyuki Yamamoto

Automatically select appropriate Junk folder on filtering.

2755 12/15/2010 06:17 pm Hiroyuki Yamamoto

mark as read when message view is toggled on.

2753 12/14/2010 01:15 pm Hiroyuki Yamamoto

reverted the behavior when 'Always open messages in summary when selected' is off (don't display a message when opening a folder).

2729 12/01/2010 05:22 pm Hiroyuki Yamamoto

added an option 'Always mark as read when a message is opened'.

2689 10/21/2010 06:01 pm Hiroyuki Yamamoto

src/summaryview.c: modified always_show_msg flag handling.

2655 08/04/2010 01:33 pm Hiroyuki Yamamoto

added summary_get_current_folder().

2652 08/02/2010 03:23 pm Hiroyuki Yamamoto

added extension .eml for default file name when saving messages.

2646 07/30/2010 01:22 pm Hiroyuki Yamamoto

made mark_as_read_on_new_window setting work.

2642 07/30/2010 10:42 am Hiroyuki Yamamoto

don't clear message view on multiple selection and always_show_msg mode.

2639 07/29/2010 04:56 pm Hiroyuki Yamamoto

use default Junk folder when prefs_common.junk_folder is not set.

2636 07/28/2010 11:37 am Hiroyuki Yamamoto

improved the always-show-msg-on-summary-select mode (don't mark as read on automatic selection).

2614 07/13/2010 04:19 pm Hiroyuki Yamamoto

summary_show_queued_msgs(): scroll summary view to make added messages are visible.

2601 07/06/2010 05:12 pm Hiroyuki Yamamoto

added new plug-in APIs for manipulating the summary view popup menu.

2599 07/02/2010 04:13 pm Hiroyuki Yamamoto

changed 'Mark/Mark' to 'Mark/Set flag', 'Mark/Unmark' to 'Mark/Unset flag'.

2598 07/02/2010 03:31 pm Hiroyuki Yamamoto

display error if a connection to IMAP/News server failed when opening a folder.

2597 07/02/2010 10:59 am Hiroyuki Yamamoto

added write lock mode on summary view.

2591 06/30/2010 04:05 pm Hiroyuki Yamamoto

update summary view on receiving on the fly.

2555 06/01/2010 02:29 pm Hiroyuki Yamamoto

modified 'Go to next folder' dialog description.

2434 01/19/2010 05:04 pm Hiroyuki Yamamoto

summary_show(): prevent beep when changing to folders which are sorted in decending order.

2433 01/15/2010 05:42 pm Hiroyuki Yamamoto

save color labels on IMAP server using custom keywords (partially compatible with Thunderbird).

2397 12/16/2009 06:31 pm Hiroyuki Yamamoto

src/summaryview.c: summary_show(): fixed quick search on refresh.

2390 12/16/2009 10:52 am Hiroyuki Yamamoto

show description when the quick search entry doesn't have focus.

2388 12/15/2009 10:34 am Hiroyuki Yamamoto

added new search folder icon.

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.