aboutsummaryrefslogtreecommitdiff
path: root/src/summaryview.c
AgeCommit message (Collapse)Author
2010-01-19summary_show(): prevent beep when changing to folders which are sorted in ↵hiro
decending order. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2434 ee746299-78ed-0310-b773-934348b2243d
2010-01-15save color labels on IMAP server using custom keywords (partially compatible ↵hiro
with Thunderbird). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2433 ee746299-78ed-0310-b773-934348b2243d
2009-12-16src/summaryview.c: summary_show(): fixed quick search on refresh.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2397 ee746299-78ed-0310-b773-934348b2243d
2009-12-16show description when the quick search entry doesn't have focus.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2390 ee746299-78ed-0310-b773-934348b2243d
2009-12-15added new search folder icon.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2388 ee746299-78ed-0310-b773-934348b2243d
2009-12-04disable sort while filtering to prohibit a warning.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2363 ee746299-78ed-0310-b773-934348b2243d
2009-11-02fixed unintended drag start on IMAP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2328 ee746299-78ed-0310-b773-934348b2243d
2009-11-02don't allow parallel multiple command on IMAP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2326 ee746299-78ed-0310-b773-934348b2243d
2009-10-02added missing locks on idle callbacks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2267 ee746299-78ed-0310-b773-934348b2243d
2009-09-14update summary caches on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2247 ee746299-78ed-0310-b773-934348b2243d
2009-09-03show progress when scanning folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2230 ee746299-78ed-0310-b773-934348b2243d
2008-11-25added message label to the folder selection dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2077 ee746299-78ed-0310-b773-934348b2243d
2008-09-26use target header field as a default filter name when creating filter rule ↵hiro
automatically. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2042 ee746299-78ed-0310-b773-934348b2243d
2008-05-22fixed a crash.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2000 ee746299-78ed-0310-b773-934348b2243d
2008-05-14don't move focus from text view to summary view when displaying messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1991 ee746299-78ed-0310-b773-934348b2243d
2008-04-11reset quick search condition if search bar is now shown.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1978 ee746299-78ed-0310-b773-934348b2243d
2008-02-29made 2.5.0beta1 release.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1960 ee746299-78ed-0310-b773-934348b2243d
2007-12-28implemented vertical view. Separated quick search into another module.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1949 ee746299-78ed-0310-b773-934348b2243d
2007-12-20fixed beep on folders with one message when using GTK+ 2.12.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1929 ee746299-78ed-0310-b773-934348b2243d
2007-09-27fixed the status label so that it will automatically resize when there is ↵hiro
not enough width. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1913 ee746299-78ed-0310-b773-934348b2243d
2007-09-20removed all warnings output with -Wall.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
2007-09-14block notify if a new message is read on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1899 ee746299-78ed-0310-b773-934348b2243d
2007-09-13summaryview.c: compare using simpilfied To strings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1898 ee746299-78ed-0310-b773-934348b2243d
2007-09-13simplify To headers on summary view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1897 ee746299-78ed-0310-b773-934348b2243d
2007-09-12added 'To' column to the summary view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1894 ee746299-78ed-0310-b773-934348b2243d
2007-07-09implemented add-reply-mark-after-sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1848 ee746299-78ed-0310-b773-934348b2243d
2007-06-04clear search entry when Escape key is pressed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1743 ee746299-78ed-0310-b773-934348b2243d
2007-05-16improved the performance of Mark all read on IMAP4 by only modifying the ↵hiro
flagged messages. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1695 ee746299-78ed-0310-b773-934348b2243d
2007-05-14the selection now persists on the update of quick search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1692 ee746299-78ed-0310-b773-934348b2243d
2007-05-11fixed wrong status on persist qsearch filter.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1689 ee746299-78ed-0310-b773-934348b2243d
2007-05-11the quick search condition now persists for the whole session.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1688 ee746299-78ed-0310-b773-934348b2243d
2007-04-13src/summaryview.c: modified 'Recent 5 days' to 'Last 5 days'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1636 ee746299-78ed-0310-b773-934348b2243d
2007-04-06display error dialog if the execution of the junk filter command failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1597 ee746299-78ed-0310-b773-934348b2243d
2007-04-06added new quick search rule: 'Within 1 day' and 'Recent 5 days'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1596 ee746299-78ed-0310-b773-934348b2243d
2007-03-13fixed crash on exit when the order of summary columns were changed by DnD.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1564 ee746299-78ed-0310-b773-934348b2243d
2006-12-05flush UI for each 100 messages on manual filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1393 ee746299-78ed-0310-b773-934348b2243d
2006-11-30implemented printing of MIME part. Code cleanups.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1386 ee746299-78ed-0310-b773-934348b2243d
2006-11-29added an option to use external program for printing.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1385 ee746299-78ed-0310-b773-934348b2243d
2006-11-22initial implementation of new printing using GtkPrintOperation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1337 ee746299-78ed-0310-b773-934348b2243d
2006-11-21disable new mail notification when any message is displayed, marked as read, ↵hiro
or trashes are emptied. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1333 ee746299-78ed-0310-b773-934348b2243d
2006-11-16periodically update UI on manual filtering to avoid freeze.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1317 ee746299-78ed-0310-b773-934348b2243d
2006-11-09only disable new mail notification when a new mail is actually read.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1286 ee746299-78ed-0310-b773-934348b2243d
2006-11-02added the option 'Remember last selected message'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1262 ee746299-78ed-0310-b773-934348b2243d
2006-10-19summary_unset_sort_column_id(): fixed crash when using GTK+ 2.4.x.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1245 ee746299-78ed-0310-b773-934348b2243d
2006-09-27adjusted the width of icon columns for win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1194 ee746299-78ed-0310-b773-934348b2243d
2006-09-22fixed crash when summary was sorted by logical columns.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1178 ee746299-78ed-0310-b773-934348b2243d
2006-09-21also update sort indicator at empty folder. Updated NEWS.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1173 ee746299-78ed-0310-b773-934348b2243d
2006-09-14workaround for GTK+ 2.10 was made.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1160 ee746299-78ed-0310-b773-934348b2243d
2006-09-06unified menu strings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1147 ee746299-78ed-0310-b773-934348b2243d
2006-08-15fixed manual junk filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1125 ee746299-78ed-0310-b773-934348b2243d