aboutsummaryrefslogtreecommitdiff
path: root/src/folderview.c
AgeCommit message (Expand)Author
2006-01-25don't show 'Empty trash' dialog if trashed messages don't exist.hiro
2006-01-19handle virtual folders under IMAP4 folders properly.hiro
2006-01-12fixed renaming of virtual folders.hiro
2006-01-12replaced 'Search messages...' with 'Edit search condition...' on virtual folder.hiro
2006-01-11folderview_check_new(): exclude virtual folders.hiro
2006-01-06partially implemented search folder properties.hiro
2006-01-06modified the message of deleting search folder.hiro
2006-01-05fixed a bug that search folders under IMAP4 or NNTP folders couldn't be removed.hiro
2005-12-25folderview.c: fixed a bug that previously selected row was removed from the v...hiro
2005-12-21some modification of searching.hiro
2005-12-20look for all accounts when enable_swap_from is enabled.hiro
2005-12-20reflect display_folder_unread setting immediately.hiro
2005-12-19removed SummaryView* from the argument of summary_search(). Preset folder whe...hiro
2005-12-19implemented query search and virtual folder (merged from newsearch branch).hiro
2005-12-14added an option to update only INBOX on checking new messages of IMAP4 accounts.hiro
2005-12-01added 'Update summary' to the context menu of folder view.hiro
2005-11-16don't show '+' (unread) mark even if unread messages are in Trash.hiro
2005-10-13enabled the property of the top folder.hiro
2005-10-10fixed DnD on Win32.Hiro
2005-09-20reimplemented grouplistdialog with GtkTreeView.hiro
2005-09-16modified the display of folder view.hiro
2005-09-07adjusted the freqency of UI update on IMAP4.hiro
2005-09-02moved two functions from prefs_filter.c to filter.c.hiro
2005-09-01separated UI code from account.c.hiro
2005-08-25expand/collapse tree row on double click.hiro
2005-08-23modified the 'Empty trash' messages.hiro
2005-07-19modification for DnD.hiro
2005-07-14modify filter rules after moving folders.hiro
2005-07-08modified alert dialogs.hiro
2005-07-05replaced pixmaps icons with png images.hiro
2005-07-04fixed selection becoming wrong when another folder was clicked quickly.hiro
2005-07-04implemented IMAP4 folder move.hiro
2005-07-01implemented folder move.hiro
2005-07-01fixed a bug in syncing folder path.hiro
2005-06-23expand parent folder when new one is created.hiro
2005-06-23modified the way to revert selection after menu popup.hiro
2005-06-21modified the alert message on deleting folders.hiro
2005-06-10fixed Turkish locale problem.hiro
2005-06-03improved the DnD.hiro
2005-05-31fixed a bug that caused crash if FolderView::selected is NULL.hiro
2005-05-18set minimum column width for folder view and summary view. Remember every col...hiro
2005-05-11fixed several bugs, and implemented summary_unthread().hiro
2005-05-09reimplemented summary view with GtkTreeView.hiro
2005-04-22flush widget to reflect selection change before showing summary.hiro
2005-04-22fixed widget refresh problem on rescan/check new.hiro
2005-04-20improved performance of the update of statusbar.hiro
2005-04-15compilation fix for GTK 2.4.hiro
2005-04-13modified folderview.c.hiro
2005-04-13fixed expand row problem of folder view.hiro
2005-04-12folderview.c: remember the column width and restored Search menu.hiro