aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-02added missing locks on idle callbacks.hiro
2009-10-02logwindow.c: modified debug print.hiro
2009-09-30execute imap_cmd_ok() in another thread.hiro
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
2009-09-25fixed the handling of GDK thread lock.hiro
2009-09-17introduced multi-threading.hiro
2009-09-17folderview_new_folder_cb(): win32: fixed prohibited character check.hiro
2009-09-15generate cache on adding messages.hiro
2009-09-14update summary cache on eml import.hiro
2009-09-14update summary caches on receiving.hiro
2009-09-03show progress when scanning folders.hiro
2009-08-13added -version-info to libtool.hiro
2009-08-12don't overwrite existing file.hiro
2009-08-12import.c: modified label.hiro
2009-08-12implemented export to .eml or MH files.hiro
2009-08-12removed 'eml (file)'. Update description label.hiro
2009-08-11show progress bar on export. modified menu label and function names.hiro
2009-08-11implemented eml file import (with folder)hiro
2009-08-10added eml file import (one file).hiro
2009-08-10added format selection menu, and refactored the code.hiro
2009-08-05syl_plugin_load_all(): don't output warning when failed to open directory.hiro
2009-08-05modified progressbar dialog on import.hiro
2009-08-04show progressbar on mbox import.hiro
2009-06-17added plugin API.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2009-03-23enable 'Remote mailbox' only if current account is POP3.hiro
2009-03-19show 'Send queued messages' instead of 'Mark all read' in the context menu of...hiro
2009-02-27modified the default command line option of spam filters.hiro
2009-02-25fixed crash on csv import.hiro
2008-12-11renamed/removed MSGBUFSIZE.hiro
2008-11-27only expand folders in folder selection dialog which are expanded in the fold...hiro
2008-11-27fixed a bug that the addressbook window was not refreshed when adding sender ...hiro
2008-11-25added message label to the folder selection dialog.hiro
2008-11-25added #include <conio.h> for _getch().hiro
2008-11-20include gtk/gtk.h as a workaround for GTK+ >= 2.13.3.hiro
2008-11-19foldersel.c: made virtual folders unselectable when not in FOLDER_SEL_ALL mode.hiro
2008-11-14added menu to the remote POP3 mailbox window.hiro
2008-11-14use GTK_STOCK_NETWORK as the icon of POP3 remote mailbox.hiro
2008-11-13jpilot.c: code cleanup.hiro
2008-10-07added POP3 remote mailbox button to the toolbar.hiro
2008-10-07disable '/Message/Receive/Remote mailbox...' when mail incorporation is active.hiro
2008-10-01remote mailbox: fixed sorting by subject, date and size.hiro
2008-09-29check for HAVE_LOCALE_H and ENABLE_NLS.hiro
2008-09-26added progress column to the progress dialog.hiro
2008-09-26use target header field as a default filter name when creating filter rule au...hiro
2008-09-25remote mailbox: send NOOP command for each 30 seconds to prevent session time...hiro
2008-09-24workaround for some broken IMAP4 servers.hiro
2008-09-24remote mailbox: display 'Quitting' on logout.hiro
2008-09-19remote mailbox: modified style.hiro
2008-09-19remote mailbox: added stop button which stops retrieving of headers.hiro