aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2009-11-11added plugin APIs.hiro
2009-11-06added <IMAPFolder> and <NewsFolder> to parent factory.hiro
2009-11-04fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main...hiro
2009-10-13added new plug-in APIs.hiro
2009-10-05display status on loading plug-ins.hiro
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
2009-09-25fixed the handling of GDK thread lock.hiro
2009-09-17introduced multi-threading.hiro
2009-06-17added plugin API.hiro
2009-06-10merged plugin-test branch into trunk.hiro
2008-11-25added #include <conio.h> for _getch().hiro
2008-09-29check for HAVE_LOCALE_H and ENABLE_NLS.hiro
2008-07-04win32: handle window messages even if console is initialized.hiro
2008-07-04only enable init_console_done on Win32.hiro
2008-07-04win32: handle console ctrl events.hiro
2008-06-20block signals on handler call.hiro
2008-06-20handle SIGHUP/SIGINT/SIGTERM/SIGQUIT signals on Unix.hiro
2008-03-19win32: fixed absolute path was not handled correctly with --attach option.hiro
2007-12-21win32: call app_will_exit() when WM_ENDSESSION is received.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-09-13disabled the passphrase dialog on query search.hiro
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