aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-01-19implemented quick filter.hiro
2006-01-18added filter conditions of status such as 'unread', 'mark', 'color-label', an...hiro
2006-01-18summaryview.c: update all_mlist on sorting to save the order.hiro
2006-01-17modified the window management of export / import dialog.hiro
2006-01-17enabled toggle of the searchbar.hiro
2006-01-17implemented quick search of the summary view.hiro
2006-01-13perform show/hide on trayicon click. Implemented popup menu on trayicon.hiro
2006-01-13fixed 32-bit integer overflow where the total size of POP3 messages is greate...hiro
2006-01-12fixed a memory leak where threading is off.hiro
2006-01-12fixed renaming of virtual folders.hiro
2006-01-12replaced 'Search messages...' with 'Edit search condition...' on virtual folder.hiro
2006-01-12updated copyright year.hiro
2006-01-11folderview_check_new(): exclude virtual folders.hiro
2006-01-11open search folder property on virtual folder with '/Edit/Search messages...'.hiro
2006-01-10added name entry. Also show name in the window title.hiro
2006-01-10Include some trailing punctuations as URI.hiro
2006-01-10repositioned the 'Delete' menu and added a separator to prevent accidental se...hiro
2006-01-10implemented the modification of search folder condition.hiro
2006-01-06partially implemented search folder properties.hiro
2006-01-06modified the message of deleting search folder.hiro
2006-01-06accept when name entry is activated on the save search dialog.hiro
2006-01-06added a function for minor code cleanup.hiro
2006-01-05add http:// scheme before implicit URIs begin with 'www.'.hiro
2006-01-05fixed a bug that search folders under IMAP4 or NNTP folders couldn't be removed.hiro
2005-12-27cache search result to speed up on and after the second search.hiro
2005-12-26added Windows-1252 for display encoding.hiro
2005-12-26don't traverse inside message/rfc822 to avoid duplicated attachments.hiro
2005-12-26only add modified flag when files are manually attached.hiro
2005-12-25include message/rfc822 parts when forwarding.hiro
2005-12-25folderview.c: fixed a bug that previously selected row was removed from the v...hiro
2005-12-25attach all parts with filenames when forwarding.hiro
2005-12-22fixed enumerated lines detection.hiro
2005-12-22modified window handling.hiro
2005-12-22select activated message on search dialog in summary view if possible.hiro
2005-12-22summary_row_expanded(): disable workaround with GTK+ 2.8.hiro
2005-12-21reflect flag changes on virtual folders in the real ones.hiro
2005-12-21some modification of searching.hiro
2005-12-20modified compose_is_itemized().hiro
2005-12-20compose_is_itemized(): also check for enumerated lines such as (1), (2), ...hiro
2005-12-20look for all accounts when enable_swap_from is enabled.hiro
2005-12-20summary_set_row(): fixed a memory leak.hiro
2005-12-20reflect display_folder_unread setting immediately.hiro
2005-12-20fixed preselected directory with GTK+ 2.8.hiro
2005-12-19subscribedialog.c: popup main window when the dialog is closed.hiro
2005-12-19save summary view height even if window is maximized.hiro
2005-12-19remember the maximized state.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-13enabled custom queue folder.hiro