aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Expand)Author
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
2008-04-08fixed leaks of GSList.hiro
2008-04-08made check recipients' entries not editable.hiro
2008-04-08added the option to confirm recipients before sending.hiro
2008-03-28delete compose attach property dialog when closed.hiro
2008-03-28the feature to confirm missing attachments was added.hiro
2007-09-28fixed the crash when try to use ascii-armored PGP encryption.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-09-18display error and abort sending if the read of attach files fails.hiro
2007-09-10use combined method for encrypt and sign with PGP/MIME.hiro
2007-09-07implemented proper ascii-armored PGP encryption.hiro
2007-08-23also don't join '--' in line wrapping.hiro
2007-07-20fixed a memory leak, and made 2.4.4 release.hiro
2007-07-18fixed wrong null check of reply target on reedit.hiro
2007-07-17check replytarget's Message-Id when adding reply flags.hiro
2007-07-12refactored add-reply-or-forward-mark-after-sending.hiro
2007-07-11code cleanup.hiro
2007-07-10added the feature to reply to attached message/rfc822 messages.hiro
2007-07-10restore reply/forward target on reedit.hiro
2007-07-09implemented add-reply-or-forward-mark after sending from queue.hiro
2007-07-09implemented add-forward-mark-after-sending.hiro
2007-07-09implemented add-reply-mark-after-sending.hiro
2007-06-08supported UTF-8 with BOM when inserting signature.hiro
2007-05-28fixed infinite loop when pid was not obtained on the execution of external ed...hiro
2007-05-15use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing...hiro
2007-04-19write config file after toolbar customization.hiro
2007-04-06modified the menu string '/View/Reply-To' and '/View/Followup-To'.hiro
2007-04-06made the position of the ruler ticks accurate.hiro
2007-04-05added margin to the compose text view.hiro
2007-03-30supported In-Reply-To header in mailto URL.hiro
2007-02-05fixed '/View/Customize toolbar...' menu.hiro
2007-02-02disable 'Send' button when no queued messages exist.hiro
2007-02-01refactored the toolbar structure.hiro
2007-01-31added the option 'Text at the right of icon' for the toolbar.hiro
2007-01-31reimplemented the toolbar with new APIs.hiro
2007-01-30don't automatically hide Junk and Execute button.hiro