aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2007-05-18made 2.4.2 release.hiro
2007-05-17added --open to the help message.hiro
2007-05-10also supported '--open' in initial startup.hiro
2007-05-10implemented '--open' command line option which open messages specified with c...hiro
2007-04-27win32: read sylpheed.ini file on startup. Added --ipcport option.hiro
2007-04-26win32: disable autocheck timer while suspending to prevent network error on r...hiro
2007-04-16win32: check for the loadability of the default font.hiro
2007-03-29fixes unable to exit sylpheed in some case.hiro
2007-03-29disable --compose, --receive, --send remote commands when a modal dialog exists.hiro
2007-03-25win32: disabled LANGUAGE (fixes incorrect language selection).Hiro
2007-02-02disable 'Send' button when no queued messages exist.hiro
2006-12-13read /etc/ssl/certs if exist.hiro
2006-12-12implemented SSL certificate dialog.hiro
2006-11-01added the option 'Open inbox on startup'.hiro
2006-10-12added 32x32 icon.hiro
2006-10-10win32: use small icon for application icon.hiro
2006-09-28cleanup trayicon on exit.hiro
2006-05-17fixed execution failure when using accessibility module, and character corrup...Hiro
2006-03-01win32: do console initialization only once.hiro
2006-02-28win32: output debug and help messages to newly created console.hiro
2006-01-28win32: fixed popup with remote command.Hiro
2006-01-23implemented clearing of IMAP4 message caches on exit.hiro
2006-01-20fixed compilation bug on win32.hiro
2006-01-20allow non-ascii mailto string and filename on --compose option.hiro
2005-11-11win32: disable digit locale variable such as 'LANG=1041'.hiro
2005-11-10hide PGP checkboxes if PGP is not available.hiro
2005-11-10check if OpenPGP protocol is available on startup.hiro
2005-11-07added '--exit' command line option.hiro
2005-10-27win32: implemented remote command using TCP socket.hiro
2005-10-26win32: convert locale string to UTF-8 when setting rc dir.hiro
2005-10-21src/main.c: replaced gdk_input_add() with GIOChannel.hiro
2005-10-20added '--configdir' option which specifies config directory.hiro
2005-10-14win32: prohibit duplicate exec using CreateMutex().hiro
2005-10-12fixed prefix on G_LOG_LEVEL_WARNING.hiro
2005-10-11output g_log() messages to the log window and log file. Disabled console wind...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-27verify PKCS#7 (S/MIME) signature.hiro
2005-09-09update progress bar when executing long IMAP4 operations.hiro
2005-09-06added UI hints for IMAP4 operation.hiro
2005-09-05moved more modules to libsylph.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 prefs_filter_read_config() to filter.c.hiro
2005-09-01separated UI code from account.c.hiro
2005-09-01more code cleanups.hiro
2005-08-30do app_init() first.hiro
2005-08-30code cleanup.hiro
2005-08-29made debug_mode static variable in utils.c.hiro