aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
AgeCommit message (Expand)Author
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
2007-01-26fixed a bug that the toolbar state was reset to GTK_TOOLBAR_BOTH after the cu...hiro
2007-01-26implemented the toolbar customization of the composition window.hiro
2006-12-28win32: fixed compose window couldn't be maximized.hiro
2006-12-28compose_exec_ext_editor(): display verbose error message. Fixed a memory leak.hiro
2006-12-14added Bcc: and Reply-To: to the template.hiro
2006-12-13In reedit mode, place cursor at the top of the text. Set the default focus to...hiro
2006-12-08added the option to input signature directly.hiro
2006-11-29added an option to inherit recipients on reply to self messages.hiro
2006-09-20fixed crash with GTK+ 2.10.hiro
2006-09-19improved PGP/MIME compatibility.hiro
2006-09-19check Bcc recipients before encryption.hiro
2006-09-12made workaround for UTF-8 with BOM.hiro
2006-08-09also set the sensitivity of '/File/Append signature' in compose menu.hiro
2006-08-09when inserting file, check whole file to see if it is UTF-8.hiro
2006-07-28added Windows-1257 encoding for Baltic.hiro