aboutsummaryrefslogtreecommitdiff
path: root/src/folderview.c
AgeCommit message (Collapse)Author
2014-03-26updated copyright year. configure.in: increased library version.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3367 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
2013-10-30fixed logical bugs (#134).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3295 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/folderview.c: enabled menu popup with Menu key.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3029 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-06-28src/folderview.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2916 ee746299-78ed-0310-b773-934348b2243d
2011-01-18do not count junk-filtered or trashed messages as new ones. Do not display ↵hiro
new state as red color on Junk folder. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2808 ee746299-78ed-0310-b773-934348b2243d
2011-01-05fixes wrong unread number display.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2774 ee746299-78ed-0310-b773-934348b2243d
2010-07-30added new global option 'Change current account on folder open'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2649 ee746299-78ed-0310-b773-934348b2243d
2010-07-29added 'Empty junk' context menu to Junk folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2640 ee746299-78ed-0310-b773-934348b2243d
2010-07-29added 'Junk' special folder and automatically create it when not exist.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2638 ee746299-78ed-0310-b773-934348b2243d
2010-07-28show/hide needless folderview context menu items depending on context.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2637 ee746299-78ed-0310-b773-934348b2243d
2010-07-23enabled moving of virtual folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2634 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
2010-07-01modified folderview key handling code.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2594 ee746299-78ed-0310-b773-934348b2243d
2010-06-30move up/collapse/expand row with left/right key (like Windows Explorer).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2592 ee746299-78ed-0310-b773-934348b2243d
2010-06-11fixed syl_plugin_folderview_add_sub_widget() and updated test plug-in.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2570 ee746299-78ed-0310-b773-934348b2243d
2010-06-11added plug-in APIs for folder view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2569 ee746299-78ed-0310-b773-934348b2243d
2010-06-10put vbox on the top of folder view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2567 ee746299-78ed-0310-b773-934348b2243d
2010-04-02use fixed-height-mode for the folder view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2528 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-10decreased spacing between icon and text.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2382 ee746299-78ed-0310-b773-934348b2243d
2009-11-26the visibility of message number columns in the folder view is now ↵hiro
configurable for each column. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2356 ee746299-78ed-0310-b773-934348b2243d
2009-11-05show waiting dialog on creating folder tree after creating new IMAP account.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2333 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-17introduced multi-threading.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2255 ee746299-78ed-0310-b773-934348b2243d
2009-09-17folderview_new_folder_cb(): win32: fixed prohibited character check.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2254 ee746299-78ed-0310-b773-934348b2243d
2009-06-10merged plugin-test branch into trunk.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2164 ee746299-78ed-0310-b773-934348b2243d
2009-03-19show 'Send queued messages' instead of 'Mark all read' in the context menu ↵hiro
of the Queue folder. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2125 ee746299-78ed-0310-b773-934348b2243d
2007-07-13also update junk folder path when a folder is renamed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1864 ee746299-78ed-0310-b773-934348b2243d
2007-05-07updated ja.po.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1682 ee746299-78ed-0310-b773-934348b2243d
2007-05-07enabled recursive download of remote folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1681 ee746299-78ed-0310-b773-934348b2243d
2007-03-28fixed select next unread.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1580 ee746299-78ed-0310-b773-934348b2243d
2007-03-23fixed stall on rebuilding folder tree.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1574 ee746299-78ed-0310-b773-934348b2243d
2007-02-15enabled coloring of new/unread/total columns in folder view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1544 ee746299-78ed-0310-b773-934348b2243d
2007-02-13folderview_check_new(): don't give up unless the network failure of remote ↵hiro
mailboxes. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1539 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-08-07added separator before 'Mark all read' in folder context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1117 ee746299-78ed-0310-b773-934348b2243d
2006-07-31modified folder context menu on receiving.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1106 ee746299-78ed-0310-b773-934348b2243d
2006-06-16enable 'Mark all read' only when selected folder is opened in the case of IMAP4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1083 ee746299-78ed-0310-b773-934348b2243d
2006-06-16added 'Mark all read' to the folder context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1082 ee746299-78ed-0310-b773-934348b2243d
2006-03-27fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1058 ee746299-78ed-0310-b773-934348b2243d
2006-02-09prohibit move/copy from/to queue folders, and move/copy to virtual folders.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@995 ee746299-78ed-0310-b773-934348b2243d
2006-02-01properly count the number of new messages on local and remote mailboxes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@958 ee746299-78ed-0310-b773-934348b2243d
2006-01-27renamed summary_search to query_search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@934 ee746299-78ed-0310-b773-934348b2243d
2006-01-26also recognize GDK_KP_* keycodes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@931 ee746299-78ed-0310-b773-934348b2243d
2006-01-25exclude trash on recursive search.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@928 ee746299-78ed-0310-b773-934348b2243d