aboutsummaryrefslogtreecommitdiff
path: root/src/folderview.c
AgeCommit message (Expand)Author
2014-03-26updated copyright year. configure.in: increased library version.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
2013-10-30fixed logical bugs (#134).hiro
2012-03-26also support Shift+F10 for menu popup.hiro
2012-03-26src/folderview.c: enabled menu popup with Menu key.hiro
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
2011-06-28src/folderview.c: removed alloca() calls.hiro
2011-01-18do not count junk-filtered or trashed messages as new ones. Do not display ne...hiro
2011-01-05fixes wrong unread number display.hiro
2010-07-30added new global option 'Change current account on folder open'.hiro
2010-07-29added 'Empty junk' context menu to Junk folder.hiro
2010-07-29added 'Junk' special folder and automatically create it when not exist.hiro
2010-07-28show/hide needless folderview context menu items depending on context.hiro
2010-07-23enabled moving of virtual folders.hiro
2010-07-02added write lock mode on summary view.hiro
2010-07-01modified folderview key handling code.hiro
2010-06-30move up/collapse/expand row with left/right key (like Windows Explorer).hiro
2010-06-11fixed syl_plugin_folderview_add_sub_widget() and updated test plug-in.hiro
2010-06-11added plug-in APIs for folder view.hiro
2010-06-10put vbox on the top of folder view.hiro
2010-04-02use fixed-height-mode for the folder view.hiro
2009-12-15added new search folder icon.hiro
2009-12-10decreased spacing between icon and text.hiro
2009-11-26the visibility of message number columns in the folder view is now configurab...hiro
2009-11-05show waiting dialog on creating folder tree after creating new IMAP account.hiro
2009-10-02added missing locks on idle callbacks.hiro
2009-09-17introduced multi-threading.hiro
2009-09-17folderview_new_folder_cb(): win32: fixed prohibited character check.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2009-03-19show 'Send queued messages' instead of 'Mark all read' in the context menu of...hiro
2007-07-13also update junk folder path when a folder is renamed.hiro
2007-05-07updated ja.po.hiro
2007-05-07enabled recursive download of remote folders.hiro
2007-03-28fixed select next unread.hiro
2007-03-23fixed stall on rebuilding folder tree.hiro
2007-02-15enabled coloring of new/unread/total columns in folder view.hiro
2007-02-13folderview_check_new(): don't give up unless the network failure of remote ma...hiro
2006-11-21disable new mail notification when any message is displayed, marked as read, ...hiro
2006-08-07added separator before 'Mark all read' in folder context menu.hiro
2006-07-31modified folder context menu on receiving.hiro
2006-06-16enable 'Mark all read' only when selected folder is opened in the case of IMAP4.hiro
2006-06-16added 'Mark all read' to the folder context menu.hiro
2006-03-27fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.hiro
2006-02-09prohibit move/copy from/to queue folders, and move/copy to virtual folders.hiro
2006-02-01properly count the number of new messages on local and remote mailboxes.hiro
2006-01-27renamed summary_search to query_search.hiro
2006-01-26also recognize GDK_KP_* keycodes.hiro
2006-01-25exclude trash on recursive search.hiro