aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)Author
2016-06-17added new plug-in function and added plugin-types.h.hiro
2016-06-17added new plug-in APIs.hiro
2014-11-20updated copyright year.hiro
2014-11-13added command line option '--dpi dpinum'.hiro
2014-10-30fixed 'Minimize to tray icon' option notworking on Windows.hiro
2014-04-23src/main.c: fix_font_setting(): modified OS X font name.hiro
2014-04-22improved font name fixing.hiro
2013-12-19added files and modified file paths for OS X.hiro
2013-11-27src/main.c: check the return value of fd_gets().hiro
2013-11-25src/main.c: win32: check for the TaskbarCreated message and reshow icon when ...hiro
2013-09-17implemented icon theme feature.hiro
2013-02-13added plug-in API for notification window.hiro
2013-01-31changed safe mode option to '--safe-mode'.hiro
2013-01-22added safe mode (don't load plug-ins).hiro
2012-08-08enabled viewing of external rfc822 message files. Recognize mailto: or file: ...hiro
2012-05-18open compose window before receiving on startup.hiro
2011-02-25OS X: changed the location of settings to ~/Library/Application Support/Sylph...hiro
2011-02-10implement fix_font_setting() for Mac OS X.hiro
2010-12-24win32: always check if text font is loadable on startup.hiro
2010-12-22Automatically select appropriate Junk folder on filtering.hiro
2010-11-25merged missing wab import code.hiro
2010-11-05fixes restart of process on Win32 when installed on non-ascii path.hiro
2010-11-02merged plug-in update check and automatic update patch.hiro
2010-10-21added new plug-in functions for sending messages.hiro
2010-08-30fixed open_inbox_on_startup setting.hiro
2010-08-17modified ldif parser. Fixed OE import on startup.hiro
2010-08-09enabled cancellation of eml/dbx import.hiro
2010-08-06win32: implemented automatic import of Outlook Express mail stores on first run.hiro
2010-08-04added summary_get_current_folder().hiro
2010-08-04added plug-in APIs.hiro
2010-07-29use default Junk folder when prefs_common.junk_folder is not set.hiro
2010-07-27Fixes accepted SSL certs not loaded when using alternative config dir.hiro
2010-07-14added syl_plugin_summary_show_queued_msgs() and cleanup the code.hiro
2010-07-06added plug-in APIs to get selected messages on summary.hiro
2010-07-06added new plug-in APIs for manipulating the summary view popup menu.hiro
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