aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Expand)Author
2017-11-17refactored UTF-16 support of compose.hiro
2017-11-16supported insertion of UTF-16 text on compose.hiro
2017-11-16supported UTF-16 text attachments on sending.hiro
2017-02-07implemented multiple signatures in one account.hiro
2016-07-19added compose-attach-changed signal.hiro
2016-07-13modified compose_get_attach_list().hiro
2016-06-17added compose_get_attach_list().hiro
2016-06-17added emission of toolbar changed signals.hiro
2016-06-17compose.[ch]: added new public functions.hiro
2014-11-07made some dialogs size DPI-aware.hiro
2014-04-18replaced 'struct stat' with GStatBuf.hiro
2014-04-18applied OS X fixes.hiro
2014-03-18added PGP encrypt-to-self feature.hiro
2013-10-04made the rest of toolbar icons themeable.hiro
2013-05-24raise compose window when the external editor exits.hiro
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