aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Expand)Author
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
2009-09-03show progress when scanning folders.hiro
2008-11-25added message label to the folder selection dialog.hiro
2008-09-26use target header field as a default filter name when creating filter rule au...hiro
2008-05-22fixed a crash.hiro
2008-05-14don't move focus from text view to summary view when displaying messages.hiro
2008-04-11reset quick search condition if search bar is now shown.hiro
2008-02-29made 2.5.0beta1 release.hiro
2007-12-28implemented vertical view. Separated quick search into another module.hiro
2007-12-20fixed beep on folders with one message when using GTK+ 2.12.hiro
2007-09-27fixed the status label so that it will automatically resize when there is not...hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-09-14block notify if a new message is read on receiving.hiro
2007-09-13summaryview.c: compare using simpilfied To strings.hiro
2007-09-13simplify To headers on summary view.hiro
2007-09-12added 'To' column to the summary view.hiro
2007-07-09implemented add-reply-mark-after-sending.hiro
2007-06-04clear search entry when Escape key is pressed.hiro
2007-05-16improved the performance of Mark all read on IMAP4 by only modifying the flag...hiro
2007-05-14the selection now persists on the update of quick search.hiro
2007-05-11fixed wrong status on persist qsearch filter.hiro
2007-05-11the quick search condition now persists for the whole session.hiro
2007-04-13src/summaryview.c: modified 'Recent 5 days' to 'Last 5 days'.hiro
2007-04-06display error dialog if the execution of the junk filter command failed.hiro
2007-04-06added new quick search rule: 'Within 1 day' and 'Recent 5 days'.hiro
2007-03-13fixed crash on exit when the order of summary columns were changed by DnD.hiro
2006-12-05flush UI for each 100 messages on manual filtering.hiro
2006-11-30implemented printing of MIME part. Code cleanups.hiro
2006-11-29added an option to use external program for printing.hiro
2006-11-22initial implementation of new printing using GtkPrintOperation.hiro
2006-11-21disable new mail notification when any message is displayed, marked as read, ...hiro
2006-11-16periodically update UI on manual filtering to avoid freeze.hiro
2006-11-09only disable new mail notification when a new mail is actually read.hiro
2006-11-02added the option 'Remember last selected message'.hiro
2006-10-19summary_unset_sort_column_id(): fixed crash when using GTK+ 2.4.x.hiro
2006-09-27adjusted the width of icon columns for win32.hiro
2006-09-22fixed crash when summary was sorted by logical columns.hiro
2006-09-21also update sort indicator at empty folder. Updated NEWS.hiro
2006-09-14workaround for GTK+ 2.10 was made.hiro