aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Collapse)Author
2013-03-28src/compose.c: compose_template_apply(): enabled quotation of messages on ↵hiro
forwarding. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3237 ee746299-78ed-0310-b773-934348b2243d
2013-03-28src/compose.c: refactored compose_quote_fmt().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3236 ee746299-78ed-0310-b773-934348b2243d
2012-08-16removed redundant gtk_tooltips_new() and destroy GtkTooltips object on close.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3151 ee746299-78ed-0310-b773-934348b2243d
2012-06-13compose_attach_property(): force focus for compsoe window (will fix #70).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3091 ee746299-78ed-0310-b773-934348b2243d
2012-05-30fixed a bug that messages could not be sent with POP before SMTP enabled.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3079 ee746299-78ed-0310-b773-934348b2243d
2012-05-28properly set line-space for auto-wrapped lines (fixes Bug #64).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3076 ee746299-78ed-0310-b773-934348b2243d
2012-05-02fixed Bug #54: Focus problem when reediting/forwarding emails after ↵hiro
attachment deleted git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3072 ee746299-78ed-0310-b773-934348b2243d
2012-05-02loosen up queue/draft check on mail check is running.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3071 ee746299-78ed-0310-b773-934348b2243d
2012-04-27src/compose.c: cancel sending if new mail check is running.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3069 ee746299-78ed-0310-b773-934348b2243d
2011-06-24src/compose.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2912 ee746299-78ed-0310-b773-934348b2243d
2011-06-10changed the spec of compose-send signal because the previous one prohibited ↵hiro
sending if the signal is not used. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2894 ee746299-78ed-0310-b773-934348b2243d
2011-06-08added a new plug-in API: 'compose-send'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2886 ee746299-78ed-0310-b773-934348b2243d
2011-06-06changed message-id string into more difficult one to guess e-mail address.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2885 ee746299-78ed-0310-b773-934348b2243d
2011-06-06don't close compose window when saving to outbox failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2884 ee746299-78ed-0310-b773-934348b2243d
2011-05-13src/compose.c: removed some alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2877 ee746299-78ed-0310-b773-934348b2243d
2011-03-16changed keyboard shortcut of File/Send to prevent accidental sending.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2853 ee746299-78ed-0310-b773-934348b2243d
2011-01-07added an option to disable the send dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2781 ee746299-78ed-0310-b773-934348b2243d
2010-12-21changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use ↵hiro
G_PRIORITY_LOW for long timeout interval. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2764 ee746299-78ed-0310-b773-934348b2243d
2010-12-20added new option: 'Set only mail address when composing from address book'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2759 ee746299-78ed-0310-b773-934348b2243d
2010-12-17changed the label 'MIME type' to 'Data type' for understandability.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2758 ee746299-78ed-0310-b773-934348b2243d
2010-07-30added new account option 'Put signature before quote (not recommended)'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2645 ee746299-78ed-0310-b773-934348b2243d
2010-07-14always display fixed-positioned windows on screen.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2615 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-05-24fixed compilation on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2547 ee746299-78ed-0310-b773-934348b2243d
2010-05-20modify sensitivity of attach context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2540 ee746299-78ed-0310-b773-934348b2243d
2010-05-20added 'Open' menu in the attach context menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2539 ee746299-78ed-0310-b773-934348b2243d
2010-02-16added 'Enable address auto-completion' setting.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2480 ee746299-78ed-0310-b773-934348b2243d
2010-02-12compose_change_spell_lang_menu(): force selection of currently selected item ↵hiro
to update compose->spell_lang. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2473 ee746299-78ed-0310-b773-934348b2243d
2010-02-12Preserve PGP settings saving and loading drafts (thanks to Antonio).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2472 ee746299-78ed-0310-b773-934348b2243d
2010-02-12Preserve spell-checking settings saving and loading drafts (thanks to Antonio).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2471 ee746299-78ed-0310-b773-934348b2243d
2010-02-12optimized address auto-registration.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2467 ee746299-78ed-0310-b773-934348b2243d
2010-01-29applied the patch: Preserve 'Auto wrapping' setting when saving to and ↵hiro
loading from drafts. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2448 ee746299-78ed-0310-b773-934348b2243d
2010-01-27made address auto-registration configurable.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2444 ee746299-78ed-0310-b773-934348b2243d
2010-01-26implemented auto-registration of new recipients.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2442 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 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-21added option to set only mail address of recipients when replying.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2404 ee746299-78ed-0310-b773-934348b2243d
2009-12-16ignore case when checking mailing list post.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2396 ee746299-78ed-0310-b773-934348b2243d
2009-12-09added a menu item to request disposition notification.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2375 ee746299-78ed-0310-b773-934348b2243d
2009-12-08compose_close_cb(): fixed response handling on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2370 ee746299-78ed-0310-b773-934348b2243d
2009-12-08modified button order of dialog on closing compose window on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2365 ee746299-78ed-0310-b773-934348b2243d
2009-09-17introduced multi-threading.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2255 ee746299-78ed-0310-b773-934348b2243d
2009-09-15generate cache on adding messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2253 ee746299-78ed-0310-b773-934348b2243d
2008-07-16Force 'en' dictionary if user-specified language doesn't match.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2029 ee746299-78ed-0310-b773-934348b2243d
2008-07-16fixed Enchant support.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2028 ee746299-78ed-0310-b773-934348b2243d
2008-06-27supported GtkSpell 2.0.13 (with Enchant).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2022 ee746299-78ed-0310-b773-934348b2243d
2008-05-16display alert dialog when signing/encryption failed.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1994 ee746299-78ed-0310-b773-934348b2243d
2008-05-08remember the maximized state of compose window.]hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1990 ee746299-78ed-0310-b773-934348b2243d
2008-04-24added option of excluded addresses/domains for recipients confirmation.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1985 ee746299-78ed-0310-b773-934348b2243d
2008-04-24exclude quote lines when notifying missing attachments.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1984 ee746299-78ed-0310-b773-934348b2243d