aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2016-06-17added new plug-in function and added plugin-types.h.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3515 ee746299-78ed-0310-b773-934348b2243d
2016-06-17added new plug-in APIs.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3511 ee746299-78ed-0310-b773-934348b2243d
2014-11-20updated copyright year.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3451 ee746299-78ed-0310-b773-934348b2243d
2014-11-13added command line option '--dpi dpinum'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3443 ee746299-78ed-0310-b773-934348b2243d
2014-10-30fixed 'Minimize to tray icon' option notworking on Windows.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3428 ee746299-78ed-0310-b773-934348b2243d
2014-04-23src/main.c: fix_font_setting(): modified OS X font name.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3397 ee746299-78ed-0310-b773-934348b2243d
2014-04-22improved font name fixing.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3395 ee746299-78ed-0310-b773-934348b2243d
2013-12-19added files and modified file paths for OS X.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3317 ee746299-78ed-0310-b773-934348b2243d
2013-11-27src/main.c: check the return value of fd_gets().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3303 ee746299-78ed-0310-b773-934348b2243d
2013-11-25src/main.c: win32: check for the TaskbarCreated message and reshow icon when ↵hiro
explorer.exe crashes. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3297 ee746299-78ed-0310-b773-934348b2243d
2013-09-17implemented icon theme feature.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3284 ee746299-78ed-0310-b773-934348b2243d
2013-02-13added plug-in API for notification window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3217 ee746299-78ed-0310-b773-934348b2243d
2013-01-31changed safe mode option to '--safe-mode'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3200 ee746299-78ed-0310-b773-934348b2243d
2013-01-22added safe mode (don't load plug-ins).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3193 ee746299-78ed-0310-b773-934348b2243d
2012-08-08enabled viewing of external rfc822 message files. Recognize mailto: or file: ↵hiro
URL argument without command-line option. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3147 ee746299-78ed-0310-b773-934348b2243d
2012-05-18open compose window before receiving on startup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3075 ee746299-78ed-0310-b773-934348b2243d
2011-02-25OS X: changed the location of settings to ~/Library/Application ↵hiro
Support/Sylpheed . git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2848 ee746299-78ed-0310-b773-934348b2243d
2011-02-10implement fix_font_setting() for Mac OS X.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2843 ee746299-78ed-0310-b773-934348b2243d
2010-12-24win32: always check if text font is loadable on startup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2770 ee746299-78ed-0310-b773-934348b2243d
2010-12-22Automatically select appropriate Junk folder on filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2767 ee746299-78ed-0310-b773-934348b2243d
2010-11-25merged missing wab import code.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2727 ee746299-78ed-0310-b773-934348b2243d
2010-11-05fixes restart of process on Win32 when installed on non-ascii path.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2712 ee746299-78ed-0310-b773-934348b2243d
2010-11-02merged plug-in update check and automatic update patch.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2707 ee746299-78ed-0310-b773-934348b2243d
2010-10-21added new plug-in functions for sending messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2690 ee746299-78ed-0310-b773-934348b2243d
2010-08-30fixed open_inbox_on_startup setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2684 ee746299-78ed-0310-b773-934348b2243d
2010-08-17modified ldif parser. Fixed OE import on startup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2672 ee746299-78ed-0310-b773-934348b2243d
2010-08-09enabled cancellation of eml/dbx import.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2662 ee746299-78ed-0310-b773-934348b2243d
2010-08-06win32: implemented automatic import of Outlook Express mail stores on first run.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2661 ee746299-78ed-0310-b773-934348b2243d
2010-08-04added summary_get_current_folder().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2655 ee746299-78ed-0310-b773-934348b2243d
2010-08-04added plug-in APIs.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2653 ee746299-78ed-0310-b773-934348b2243d
2010-07-29use default Junk folder when prefs_common.junk_folder is not set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2639 ee746299-78ed-0310-b773-934348b2243d
2010-07-27Fixes accepted SSL certs not loaded when using alternative config dir.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2635 ee746299-78ed-0310-b773-934348b2243d
2010-07-14added syl_plugin_summary_show_queued_msgs() and cleanup the code.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2616 ee746299-78ed-0310-b773-934348b2243d
2010-07-06added plug-in APIs to get selected messages on summary.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2602 ee746299-78ed-0310-b773-934348b2243d
2010-07-06added new plug-in APIs for manipulating the summary view popup menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2601 ee746299-78ed-0310-b773-934348b2243d
2010-07-02added write lock mode on summary view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2597 ee746299-78ed-0310-b773-934348b2243d
2010-06-17made user-agent string configurable from plug-ins.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2577 ee746299-78ed-0310-b773-934348b2243d
2010-06-11added plug-in APIs for folder view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2569 ee746299-78ed-0310-b773-934348b2243d
2010-05-31added some functions for FolderView.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2554 ee746299-78ed-0310-b773-934348b2243d
2010-05-28added functions to modify URLs for update check.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2551 ee746299-78ed-0310-b773-934348b2243d
2010-05-24allow multiple instances using --instance-id option.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2545 ee746299-78ed-0310-b773-934348b2243d
2010-04-09also load plug-ins from user plug-in directory.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2534 ee746299-78ed-0310-b773-934348b2243d
2010-03-19update account and folder config files after creating new accounts.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2525 ee746299-78ed-0310-b773-934348b2243d
2010-02-10added a new filter match type: is (not) in addressbook.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2461 ee746299-78ed-0310-b773-934348b2243d
2010-02-05implemented new account setup wizard.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2454 ee746299-78ed-0310-b773-934348b2243d
2010-01-21show more verbose debug messages when checking gpg.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2441 ee746299-78ed-0310-b773-934348b2243d
2010-01-21added new plug-in APIs for compose window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2436 ee746299-78ed-0310-b773-934348b2243d
2009-12-28added missing lock on I/O callback (fixes freeze on remote commands).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2408 ee746299-78ed-0310-b773-934348b2243d
2009-12-28added configure option '--disable-updatecheck' which disables the update ↵hiro
check feature. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2407 ee746299-78ed-0310-b773-934348b2243d
2009-12-24made color label text customizable (~/.sylpheed-2.0/colorlabelrc).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2406 ee746299-78ed-0310-b773-934348b2243d