aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-10-16win32: use ShellExecute() to open URI.Hiro
2005-10-16win32: restrict launching of executable files.Hiro
2005-10-14win32: prohibit duplicate exec using CreateMutex().hiro
2005-10-14made some warnings just debug messages.hiro
2005-10-13modified the text of mailbox setup dialog.hiro
2005-10-13win32: use ShellExecute() to launch attachments.hiro
2005-10-13enabled the property of the top folder.hiro
2005-10-12win32: make alert dialog in front on focus out.hiro
2005-10-12fixed prefix on G_LOG_LEVEL_WARNING.hiro
2005-10-12brought back 'Crate filter rule' in the context menu.hiro
2005-10-11fixed the label 'Type' not aligned to right at folder property dialog.hiro
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