aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
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
2005-08-09fix for config dir.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-07check filename encoding only on Unix on startup.hiro
2005-08-05added rename_force().hiro
2005-08-05enabled compilation with MinGW.hiro
2005-08-04braced some Unix-specific code with ifdef.hiro
2005-08-04replaced random() with g_random_*().hiro
2005-07-20remove temporary files on startup.hiro
2005-07-12added a new app icon.hiro
2005-06-29check for filename encoding on the first run.hiro
2005-06-07added an option to apply filter rules to sent messages.hiro