aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-10-11output g_log() messages to the log window and log file. Disabled console wind...hiro
2005-10-10fixed DnD on Win32.Hiro
2005-10-06added file system path info to folder prefs.hiro
2005-10-06win32: environmental variable fix.hiro
2005-10-06win32: include startup directory into %PATH% for GSpawn.hiro
2005-10-03win32: fixed not-working translation on non-ascii directory.hiro
2005-09-28make the message catalog location absolute path if LOCALEDIR is relative.hiro
2005-09-28only show subject on the compose titlebar.hiro
2005-09-27fixed S/MIME.hiro
2005-09-27src/rfc2015.c: check_signature(): set transfer encoding for S/MIME.hiro
2005-09-27display the subject line in the window title bar.hiro
2005-09-27verify PKCS#7 (S/MIME) signature.hiro
2005-09-22implemented 'Save all'.hiro
2005-09-22summaryview.c: align selected row to center when reached to the edge on key o...hiro
2005-09-22summaryview.c: keep selecting row after changing thread display.hiro
2005-09-21removed mbs/wcs functions which are no longer required.hiro
2005-09-21don't display checkbox if 'get all' is unavailable in account edit dialog.hiro
2005-09-21don't display checkbox on non-selectable rows in subscribe dialog.hiro
2005-09-20reimplemented grouplistdialog with GtkTreeView.hiro
2005-09-16don't display code conversion error and line limit warning on draft mode.hiro
2005-09-16modified the display of folder view.hiro
2005-09-14fixed warnings about signedness difference.hiro
2005-09-14normalize address fields before encoding them.hiro
2005-09-13fixed sorting bug when flags changed.hiro
2005-09-13added 'View/Sort/by thread date'.hiro
2005-09-09update progress bar when executing long IMAP4 operations.hiro
2005-09-08fixed the folder tree bug of addressbook.hiro
2005-09-08moved mbox.[ch] into libsylph.hiro
2005-09-07adjusted the freqency of UI update on IMAP4.hiro
2005-09-06added UI hints for IMAP4 operation.hiro
2005-09-05moved more modules to libsylph.hiro
2005-09-05moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword...hiro
2005-09-05made query-password function UI independent.hiro
2005-09-05moved procmsg.c::procmsg_send_queue() to send_message.c::send_message_queue_a...hiro
2005-09-02moved two functions from prefs_filter.c to filter.c.hiro
2005-09-02moved prefs_filter_read_config() to filter.c.hiro
2005-09-02moved recv.[ch] to libsylph.hiro
2005-09-02moved html.[ch] to libsylph.hiro
2005-09-01removed unused headers.hiro
2005-09-01removed main.h inclusion from account.c.hiro
2005-09-01separated UI code from account.c.hiro
2005-09-01added src/enums.h.hiro
2005-09-01separated some enums to reduce dependency.hiro
2005-09-01more code cleanups.hiro
2005-08-31separated UI code from prefs_common.c and prefs_account.c.hiro
2005-08-31enable compilation on MinGW.hiro
2005-08-31made some core modules library (libsylph).hiro
2005-08-30separated UI code from prefs.c.hiro
2005-08-30do app_init() first.hiro
2005-08-30code cleanup.hiro