History | View | Annotate | Download (221 kB)
src/compose.c: compose_template_apply(): enabled quotation of messages on forwarding.
src/compose.c: refactored compose_quote_fmt().
removed redundant gtk_tooltips_new() and destroy GtkTooltips object on close.
compose_attach_property(): force focus for compsoe window (will fix #70).
fixed a bug that messages could not be sent with POP before SMTP enabled.
properly set line-space for auto-wrapped lines (fixes Bug #64).
fixed Bug #54: Focus problem when reediting/forwarding emails after attachment deleted
loosen up queue/draft check on mail check is running.
src/compose.c: cancel sending if new mail check is running.
src/compose.c: removed alloca() calls.
changed the spec of compose-send signal because the previous one prohibited sending if the signal is not used.
added a new plug-in API: 'compose-send'.
changed message-id string into more difficult one to guess e-mail address.
don't close compose window when saving to outbox failed.
src/compose.c: removed some alloca() calls.
changed keyboard shortcut of File/Send to prevent accidental sending.
added an option to disable the send dialog.
changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use G_PRIORITY_LOW for long timeout interval.
added new option: 'Set only mail address when composing from address book'.
changed the label 'MIME type' to 'Data type' for understandability.
added new account option 'Put signature before quote (not recommended)'.
always display fixed-positioned windows on screen.
made user-agent string configurable from plug-ins.
fixed compilation on win32.
modify sensitivity of attach context menu.
added 'Open' menu in the attach context menu.
added 'Enable address auto-completion' setting.
compose_change_spell_lang_menu(): force selection of currently selected item to update compose->spell_lang.
Preserve PGP settings saving and loading drafts (thanks to Antonio).
Preserve spell-checking settings saving and loading drafts (thanks to Antonio).
optimized address auto-registration.
applied the patch: Preserve 'Auto wrapping' setting when saving to and loading from drafts.
made address auto-registration configurable.
implemented auto-registration of new recipients.
added new plug-in APIs for compose window.
added configure option '--disable-updatecheck' which disables the update check feature.
added option to set only mail address of recipients when replying.
ignore case when checking mailing list post.
added a menu item to request disposition notification.
compose_close_cb(): fixed response handling on win32.
modified button order of dialog on closing compose window on win32.
introduced multi-threading.
generate cache on adding messages.
Force 'en' dictionary if user-specified language doesn't match.
fixed Enchant support.
supported GtkSpell 2.0.13 (with Enchant).
display alert dialog when signing/encryption failed.
remember the maximized state of compose window.]
added option of excluded addresses/domains for recipients confirmation.
exclude quote lines when notifying missing attachments.
fixed leaks of GSList.
made check recipients' entries not editable.
added the option to confirm recipients before sending.
delete compose attach property dialog when closed.
the feature to confirm missing attachments was added.
fixed the crash when try to use ascii-armored PGP encryption.
removed all warnings output with -Wall.
display error and abort sending if the read of attach files fails.
use combined method for encrypt and sign with PGP/MIME.
implemented proper ascii-armored PGP encryption.
also don't join '--' in line wrapping.
fixed a memory leak, and made 2.4.4 release.
fixed wrong null check of reply target on reedit.
check replytarget's Message-Id when adding reply flags.
refactored add-reply-or-forward-mark-after-sending.
code cleanup.
added the feature to reply to attached message/rfc822 messages.
restore reply/forward target on reedit.
implemented add-reply-or-forward-mark after sending from queue.
implemented add-forward-mark-after-sending.
implemented add-reply-mark-after-sending.
supported UTF-8 with BOM when inserting signature.
fixed infinite loop when pid was not obtained on the execution of external editor.
use quoted-printable or base64 to protect trailing spaces on PGP/MIME signing except for ISO-2022-JP.
write config file after toolbar customization.
modified the menu string '/View/Reply-To' and '/View/Followup-To'.
made the position of the ruler ticks accurate.
added margin to the compose text view.
supported In-Reply-To header in mailto URL.
fixed '/View/Customize toolbar...' menu.
disable 'Send' button when no queued messages exist.
refactored the toolbar structure.
added the option 'Text at the right of icon' for the toolbar.
reimplemented the toolbar with new APIs.
don't automatically hide Junk and Execute button.
fixed a bug that the toolbar state was reset to GTK_TOOLBAR_BOTH after the customization of toolbar.
implemented the toolbar customization of the composition window.
win32: fixed compose window couldn't be maximized.
compose_exec_ext_editor(): display verbose error message. Fixed a memory leak.
added Bcc: and Reply-To: to the template.
In reedit mode, place cursor at the top of the text. Set the default focus to To or Subject entry if they're empty.
added the option to input signature directly.
added an option to inherit recipients on reply to self messages.
fixed crash with GTK+ 2.10.
improved PGP/MIME compatibility.
check Bcc recipients before encryption.
made workaround for UTF-8 with BOM.
also set the sensitivity of '/File/Append signature' in compose menu.
when inserting file, check whole file to see if it is UTF-8.
added Windows-1257 encoding for Baltic.