aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2010-07-02added write lock mode on summary view.hiro
2010-06-17made user-agent string configurable from plug-ins.hiro
2010-06-11added plug-in APIs for folder view.hiro
2010-05-31added some functions for FolderView.hiro
2010-05-28added functions to modify URLs for update check.hiro
2010-05-24allow multiple instances using --instance-id option.hiro
2010-04-09also load plug-ins from user plug-in directory.hiro
2010-03-19update account and folder config files after creating new accounts.hiro
2010-02-10added a new filter match type: is (not) in addressbook.hiro
2010-02-05implemented new account setup wizard.hiro
2010-01-21show more verbose debug messages when checking gpg.hiro
2010-01-21added new plug-in APIs for compose window.hiro
2009-12-28added missing lock on I/O callback (fixes freeze on remote commands).hiro
2009-12-28added configure option '--disable-updatecheck' which disables the update chec...hiro
2009-12-24made color label text customizable (~/.sylpheed-2.0/colorlabelrc).hiro
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