aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Expand)Author
2018-01-16updated copyright year.hiro
2018-01-12Fixed wrong reply target when sorted by the unread flag (#286).hiro
2017-12-12show original From on the From column if display-name seems address-like.hiro
2014-03-17disabled auto-expand for GTK+ < 2.14.0 because of GTK+ Bug #316087.hiro
2014-03-17auto-expand Subject / Folder name column on resize of the tree view.hiro
2014-03-13added an empty column to the right-end of the folder view, and modified the w...hiro
2014-03-10src/summaryview.c: added an empty column to the right-end of the summary view...hiro
2013-11-28added more null checks.hiro
2013-09-13distinguish icon for HTML mail and other mail with attachments on summaryview...hiro
2013-05-23filesel: save selected file type.hiro
2013-05-21filesel: automatically modify file extension when file type is changed.hiro
2013-04-03added the feature to save message as plain text (locale or UTF-8 encoding).hiro
2013-03-29when marking a message as junk and moving to junk folder, select proper junk ...hiro
2012-09-25fixed long-standing drag begin bug on IMAP folders (#93).hiro
2012-06-20adjusted the width of the attach column.hiro
2012-06-18added tooltip for message view toggle arrow.hiro
2012-03-26also support Shift+F10 for menu popup.hiro
2012-03-26src/summaryview.c: enabled menu popup with Menu key.hiro
2012-01-11also add .eml extension on File - Save as menu of a message view window.hiro
2011-10-14show both filtered and original numbers of messages on the status iabel.hiro
2011-09-16src/summaryview.c: summary_select_row(): don't always move focus when refresh...hiro
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
2011-08-03reflect account preference for trash folder.hiro
2011-06-24summaryview.c: removed alloca().hiro
2011-06-23fixed a typo. code cleanup.hiro
2011-03-14mark messages read when message view becomes visible by Enter or Space key.hiro
2011-02-15src/summaryview.c: summary_show_queued_msgs(): clear selection list because i...hiro
2011-01-24src/summaryview.c: fixed warnings about non-string literal format.hiro
2011-01-20check the return value of junk filter command and show error dialog on failure.hiro
2011-01-17fixed crash on quick search when folder tree is empty.hiro
2011-01-17optimized tmp flags preservation.hiro
2011-01-16optimized tmp flags restoration.hiro
2011-01-14summary_show_queued_msgs(): update status display.hiro
2011-01-14preserve temporary movec/copy marks on refresh.hiro
2010-12-22Automatically select appropriate Junk folder on filtering.hiro
2010-12-15mark as read when message view is toggled on.hiro
2010-12-14reverted the behavior when 'Always open messages in summary when selected' is...hiro
2010-12-01added an option 'Always mark as read when a message is opened'.hiro
2010-10-21src/summaryview.c: modified always_show_msg flag handling.hiro
2010-08-04added summary_get_current_folder().hiro
2010-08-02added extension .eml for default file name when saving messages.hiro
2010-07-30made mark_as_read_on_new_window setting work.hiro
2010-07-30don't clear message view on multiple selection and always_show_msg mode.hiro
2010-07-29use default Junk folder when prefs_common.junk_folder is not set.hiro
2010-07-28improved the always-show-msg-on-summary-select mode (don't mark as read on au...hiro
2010-07-13summary_show_queued_msgs(): scroll summary view to make added messages are vi...hiro
2010-07-06added new plug-in APIs for manipulating the summary view popup menu.hiro
2010-07-02changed 'Mark/Mark' to 'Mark/Set flag', 'Mark/Unmark' to 'Mark/Unset flag'.hiro
2010-07-02display error if a connection to IMAP/News server failed when opening a folder.hiro
2010-07-02added write lock mode on summary view.hiro