aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Expand)Author
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
2010-06-30update summary view on receiving on the fly.hiro
2010-06-01modified 'Go to next folder' dialog description.hiro
2010-01-19summary_show(): prevent beep when changing to folders which are sorted in dec...hiro
2010-01-15save color labels on IMAP server using custom keywords (partially compatible ...hiro
2009-12-16src/summaryview.c: summary_show(): fixed quick search on refresh.hiro
2009-12-16show description when the quick search entry doesn't have focus.hiro
2009-12-15added new search folder icon.hiro
2009-12-04disable sort while filtering to prohibit a warning.hiro
2009-11-02fixed unintended drag start on IMAP.hiro
2009-11-02don't allow parallel multiple command on IMAP.hiro
2009-10-02added missing locks on idle callbacks.hiro
2009-09-14update summary caches on receiving.hiro