aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
AgeCommit message (Expand)Author
2006-02-02handle Tab key in quick search entry as a special case.hiro
2006-02-02don't enable trayicon action if modal window exists. Present window on click ...hiro
2006-02-02added the help of command line options.hiro
2006-02-02fixed key event handling of the quick search entry.hiro
2006-02-01don't disable send button on locked.hiro
2006-02-01disable Send button if no account exist.hiro
2006-02-01disabled Actions menu on win32.hiro
2006-01-31added Arabic encoding, and 2.2.0beta7 release.hiro
2006-01-31added 'Mark thread as read' to the main menu.hiro
2006-01-27renamed summary_search to query_search.hiro
2006-01-25don't show 'Empty trash' dialog if trashed messages don't exist.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-11open search folder property on virtual folder with '/Edit/Search messages...'.hiro
2006-01-10repositioned the 'Delete' menu and added a separator to prevent accidental se...hiro
2005-12-26added Windows-1252 for display encoding.hiro
2005-12-22modified window handling.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-11-14added separator between the summary status and the header pane.hiro
2005-11-11removed the outer border of mainwindow.hiro
2005-11-07added '--exit' command line option.hiro
2005-10-13modified the text of mailbox setup dialog.hiro
2005-09-16modified the display of folder view.hiro
2005-09-13added 'View/Sort/by thread date'.hiro
2005-09-09update progress bar when executing long IMAP4 operations.hiro
2005-09-05moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword...hiro
2005-09-05moved procmsg.c::procmsg_send_queue() to send_message.c::send_message_queue_a...hiro
2005-09-01separated UI code from account.c.hiro
2005-08-31separated UI code from prefs_common.c and prefs_account.c.hiro
2005-08-24separated trayicon into another module, and notify new messages with trayicon...hiro
2005-08-23modified the 'Empty trash' messages.hiro
2005-08-23initial implementation of the tray icon.hiro
2005-08-18disabled GtkHandleBox.hiro
2005-07-06removed unused images.hiro
2005-07-05replaced pixmaps icons with png images.hiro
2005-07-01implemented folder move.hiro
2005-06-20added 'Add to address book' to the context menu of textview.hiro
2005-06-15added 'Tools/Filter junk mails in folder' menu.hiro
2005-06-07added an option to apply filter rules to sent messages.hiro
2005-06-06added Hebrew encoding.hiro
2005-06-02added a feature for junk mail control.hiro
2005-05-23reimplemented MimeView with GtkTreeView.hiro
2005-05-19added an option to toggle cursor in message view.hiro
2005-05-12disable 'Attract by subject' if sorted.hiro
2005-05-11implemented summary_thread_build().hiro
2005-05-11fixed several bugs, and implemented summary_unthread().hiro