aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Expand)Author
2013-03-28src/compose.c: compose_template_apply(): enabled quotation of messages on for...hiro
2013-03-28src/compose.c: refactored compose_quote_fmt().hiro
2012-08-16removed redundant gtk_tooltips_new() and destroy GtkTooltips object on close.hiro
2012-06-13compose_attach_property(): force focus for compsoe window (will fix #70).hiro
2012-05-30fixed a bug that messages could not be sent with POP before SMTP enabled.hiro
2012-05-28properly set line-space for auto-wrapped lines (fixes Bug #64).hiro
2012-05-02fixed Bug #54: Focus problem when reediting/forwarding emails after attachmen...hiro
2012-05-02loosen up queue/draft check on mail check is running.hiro
2012-04-27src/compose.c: cancel sending if new mail check is running.hiro
2011-06-24src/compose.c: removed alloca() calls.hiro
2011-06-10changed the spec of compose-send signal because the previous one prohibited s...hiro
2011-06-08added a new plug-in API: 'compose-send'.hiro
2011-06-06changed message-id string into more difficult one to guess e-mail address.hiro
2011-06-06don't close compose window when saving to outbox failed.hiro
2011-05-13src/compose.c: removed some alloca() calls.hiro
2011-03-16changed keyboard shortcut of File/Send to prevent accidental sending.hiro
2011-01-07added an option to disable the send dialog.hiro
2010-12-21changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use G_PRIORIT...hiro
2010-12-20added new option: 'Set only mail address when composing from address book'.hiro
2010-12-17changed the label 'MIME type' to 'Data type' for understandability.hiro
2010-07-30added new account option 'Put signature before quote (not recommended)'.hiro
2010-07-14always display fixed-positioned windows on screen.hiro
2010-06-17made user-agent string configurable from plug-ins.hiro
2010-05-24fixed compilation on win32.hiro
2010-05-20modify sensitivity of attach context menu.hiro
2010-05-20added 'Open' menu in the attach context menu.hiro
2010-02-16added 'Enable address auto-completion' setting.hiro
2010-02-12compose_change_spell_lang_menu(): force selection of currently selected item ...hiro
2010-02-12Preserve PGP settings saving and loading drafts (thanks to Antonio).hiro
2010-02-12Preserve spell-checking settings saving and loading drafts (thanks to Antonio).hiro
2010-02-12optimized address auto-registration.hiro
2010-01-29applied the patch: Preserve 'Auto wrapping' setting when saving to and loadin...hiro
2010-01-27made address auto-registration configurable.hiro
2010-01-26implemented auto-registration of new recipients.hiro
2010-01-21added new plug-in APIs for compose window.hiro
2009-12-28added configure option '--disable-updatecheck' which disables the update chec...hiro
2009-12-21added option to set only mail address of recipients when replying.hiro
2009-12-16ignore case when checking mailing list post.hiro
2009-12-09added a menu item to request disposition notification.hiro
2009-12-08compose_close_cb(): fixed response handling on win32.hiro
2009-12-08modified button order of dialog on closing compose window on win32.hiro
2009-09-17introduced multi-threading.hiro
2009-09-15generate cache on adding messages.hiro
2008-07-16Force 'en' dictionary if user-specified language doesn't match.hiro
2008-07-16fixed Enchant support.hiro
2008-06-27supported GtkSpell 2.0.13 (with Enchant).hiro
2008-05-16display alert dialog when signing/encryption failed.hiro
2008-05-08remember the maximized state of compose window.]hiro
2008-04-24added option of excluded addresses/domains for recipients confirmation.hiro
2008-04-24exclude quote lines when notifying missing attachments.hiro