aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Collapse)Author
2018-01-16updated copyright year.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3606 ee746299-78ed-0310-b773-934348b2243d
2018-01-12Fixed wrong reply target when sorted by the unread flag (#286).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3600 ee746299-78ed-0310-b773-934348b2243d
2017-12-12show original From on the From column if display-name seems address-like.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3591 ee746299-78ed-0310-b773-934348b2243d
2014-03-17disabled auto-expand for GTK+ < 2.14.0 because of GTK+ Bug #316087.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3344 ee746299-78ed-0310-b773-934348b2243d
2014-03-17auto-expand Subject / Folder name column on resize of the tree view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3343 ee746299-78ed-0310-b773-934348b2243d
2014-03-13added an empty column to the right-end of the folder view, and modified the ↵hiro
width of empty column to be zero-width. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3342 ee746299-78ed-0310-b773-934348b2243d
2014-03-10src/summaryview.c: added an empty column to the right-end of the summary ↵hiro
view (fixes rightmost column cannot be resized). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3341 ee746299-78ed-0310-b773-934348b2243d
2013-11-28added more null checks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3306 ee746299-78ed-0310-b773-934348b2243d
2013-09-13distinguish icon for HTML mail and other mail with attachments on ↵hiro
summaryview (#84). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3281 ee746299-78ed-0310-b773-934348b2243d
2013-05-23filesel: save selected file type.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3259 ee746299-78ed-0310-b773-934348b2243d
2013-05-21filesel: automatically modify file extension when file type is changed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3258 ee746299-78ed-0310-b773-934348b2243d
2013-04-03added the feature to save message as plain text (locale or UTF-8 encoding).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3245 ee746299-78ed-0310-b773-934348b2243d
2013-03-29when marking a message as junk and moving to junk folder, select proper junk ↵hiro
folder instead of a default one. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3239 ee746299-78ed-0310-b773-934348b2243d
2012-09-25fixed long-standing drag begin bug on IMAP folders (#93).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3159 ee746299-78ed-0310-b773-934348b2243d
2012-06-20adjusted the width of the attach column.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3114 ee746299-78ed-0310-b773-934348b2243d
2012-06-18added tooltip for message view toggle arrow.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3099 ee746299-78ed-0310-b773-934348b2243d
2012-03-26also support Shift+F10 for menu popup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3031 ee746299-78ed-0310-b773-934348b2243d
2012-03-26src/summaryview.c: enabled menu popup with Menu key.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3030 ee746299-78ed-0310-b773-934348b2243d
2012-01-11also add .eml extension on File - Save as menu of a message view window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3006 ee746299-78ed-0310-b773-934348b2243d
2011-10-14show both filtered and original numbers of messages on the status iabel.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2977 ee746299-78ed-0310-b773-934348b2243d
2011-09-16src/summaryview.c: summary_select_row(): don't always move focus when ↵hiro
refreshing (mainly for quick search). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2969 ee746299-78ed-0310-b773-934348b2243d
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2968 ee746299-78ed-0310-b773-934348b2243d
2011-08-03reflect account preference for trash folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2931 ee746299-78ed-0310-b773-934348b2243d
2011-06-24summaryview.c: removed alloca().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2910 ee746299-78ed-0310-b773-934348b2243d
2011-06-23fixed a typo. code cleanup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2907 ee746299-78ed-0310-b773-934348b2243d
2011-03-14mark messages read when message view becomes visible by Enter or Space key.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2852 ee746299-78ed-0310-b773-934348b2243d
2011-02-15src/summaryview.c: summary_show_queued_msgs(): clear selection list because ↵hiro
it can be invalid after appending messages. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2845 ee746299-78ed-0310-b773-934348b2243d
2011-01-24src/summaryview.c: fixed warnings about non-string literal format.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2818 ee746299-78ed-0310-b773-934348b2243d
2011-01-20check the return value of junk filter command and show error dialog on failure.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2809 ee746299-78ed-0310-b773-934348b2243d
2011-01-17fixed crash on quick search when folder tree is empty.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2806 ee746299-78ed-0310-b773-934348b2243d
2011-01-17optimized tmp flags preservation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2795 ee746299-78ed-0310-b773-934348b2243d
2011-01-16optimized tmp flags restoration.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2794 ee746299-78ed-0310-b773-934348b2243d
2011-01-14summary_show_queued_msgs(): update status display.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2792 ee746299-78ed-0310-b773-934348b2243d
2011-01-14preserve temporary movec/copy marks on refresh.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2791 ee746299-78ed-0310-b773-934348b2243d
2010-12-22Automatically select appropriate Junk folder on filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2767 ee746299-78ed-0310-b773-934348b2243d
2010-12-15mark as read when message view is toggled on.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2755 ee746299-78ed-0310-b773-934348b2243d
2010-12-14reverted the behavior when 'Always open messages in summary when selected' ↵hiro
is off (don't display a message when opening a folder). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2753 ee746299-78ed-0310-b773-934348b2243d
2010-12-01added an option 'Always mark as read when a message is opened'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2729 ee746299-78ed-0310-b773-934348b2243d
2010-10-21src/summaryview.c: modified always_show_msg flag handling.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2689 ee746299-78ed-0310-b773-934348b2243d
2010-08-04added summary_get_current_folder().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2655 ee746299-78ed-0310-b773-934348b2243d
2010-08-02added extension .eml for default file name when saving messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2652 ee746299-78ed-0310-b773-934348b2243d
2010-07-30made mark_as_read_on_new_window setting work.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2646 ee746299-78ed-0310-b773-934348b2243d
2010-07-30don't clear message view on multiple selection and always_show_msg mode.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2642 ee746299-78ed-0310-b773-934348b2243d
2010-07-29use default Junk folder when prefs_common.junk_folder is not set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2639 ee746299-78ed-0310-b773-934348b2243d
2010-07-28improved the always-show-msg-on-summary-select mode (don't mark as read on ↵hiro
automatic selection). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2636 ee746299-78ed-0310-b773-934348b2243d
2010-07-13summary_show_queued_msgs(): scroll summary view to make added messages are ↵hiro
visible. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2614 ee746299-78ed-0310-b773-934348b2243d
2010-07-06added new plug-in APIs for manipulating the summary view popup menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2601 ee746299-78ed-0310-b773-934348b2243d
2010-07-02changed 'Mark/Mark' to 'Mark/Set flag', 'Mark/Unmark' to 'Mark/Unset flag'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2599 ee746299-78ed-0310-b773-934348b2243d
2010-07-02display error if a connection to IMAP/News server failed when opening a folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2598 ee746299-78ed-0310-b773-934348b2243d
2010-07-02added write lock mode on summary view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2597 ee746299-78ed-0310-b773-934348b2243d