aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2005-08-29separate UI codes from utils.c.hiro
2005-08-29separate LogWindow from utils.c.hiro
2005-08-29made debug_mode static variable in utils.c.hiro
2005-08-29fixed broken message/* attachments on pgp-sign.hiro
2005-08-26the line space setting now applies to the compose window.hiro
2005-08-26fixed socket resource leak on Win32.hiro
2005-08-25expand/collapse tree row on double click.hiro
2005-08-25fixed refresh of addressbook folder contents.hiro
2005-08-24separated trayicon into another module, and notify new messages with trayicon...hiro
2005-08-24use GtkFontButton for font setting.hiro
2005-08-24removed stock_pixmap_widget().hiro
2005-08-23modified the 'Empty trash' messages.hiro
2005-08-23initial implementation of the tray icon.hiro
2005-08-23modified fonts for mime parts.hiro
2005-08-22fixed a bug of addressbook that multiple selection with Ctrl key didn't work ...hiro
2005-08-22fall back to date comparison on sorting.hiro
2005-08-19path_cmp(): allow both '/' and G_DIR_SEPARATOR as separator.hiro
2005-08-19directory separator fix.hiro
2005-08-19made error check of IMAP4 fetch more strict.hiro
2005-08-19fixed IMAP4 on win32.hiro
2005-08-19renamed src/pixmaps to src/icons.hiro
2005-08-18disabled GtkHandleBox.hiro
2005-08-09fix for config dir.hiro
2005-08-09fixed ifdef.hiro
2005-08-09modified directories for Windows convention.hiro
2005-08-08use GDir instead of directly using opendir().hiro
2005-08-08added wrappers for C library function that take pathname arguments.hiro
2005-08-07modification for Win32.hiro
2005-08-07check filename encoding only on Unix on startup.hiro
2005-08-07defs.h: modification for Win32.hiro