History | View | Annotate | Download (188.8 kB)
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.
fixed reply-to-all.
implemented RFC 2231 filename encoding on send.
added a hidden option "mime_command" for backward compatibility.
allow relative signature path.
always enable To, Cc, and Bcc button of the address book.
enabled View/Cc menu on mail accounts.
fixed a problem that the UI was still insensitive after execution of external editor failed.
disabled Actions menu on win32.
added Arabic encoding, and 2.2.0beta7 release.
fixed a bug that automatic account selection was disabled on IMAP4 folders.
removed 'Wrap before sending' option, which was rather problematic.
'File/Insert signature' now inserts signature into current cursor position.
force attaching of specific types on forwarding even if filename is unspecified.
allow non-ascii mailto string and filename on --compose option.
added Windows-1252 for display encoding.
don't traverse inside message/rfc822 to avoid duplicated attachments.
only add modified flag when files are manually attached.
include message/rfc822 parts when forwarding.
attach all parts with filenames when forwarding.
fixed enumerated lines detection.
reflect flag changes on virtual folders in the real ones.
some modification of searching.
modified compose_is_itemized().
compose_is_itemized(): also check for enumerated lines such as (1), (2), ...
enabled COMPOSE_REPLY_TO_ALL for NNTP.
reverted linebreak conversion.
also canonicalize on redirect/queue.
always canonicalize composed message.
modified 'filter sent messages'.
remember the last compose window position.
win32: fixed compose window appeared always top-left.
compose.c: give priority to locale to UTF-8 conversion.
compose.c: made edit mark less intrusive.
implemented spell checking.
don't reply to list for subscribe confirmation request etc.
fixed compilation error if GPGME is not enabled.
fixes occasional summary update failure on win32 and some filesystems.
fixed separator of newsgroups.
hide PGP checkboxes if PGP is not available.
allow drop of files in the whole compose window. Disabled insertion of text by DnD.
implemented auto-save.
fixed a crash when the external editor was terminated while opening confirmation dialog.
src/compose.c: unlink compose->exteditor_file if exist.
compose.c: stop watching of child process in case something weird happened.
src/compose.c: fixed for win32.
reimplemented external editor with GSpawn and GChildWatch.
fixed initially wrong widget size of option menu in compose window.
modification for ML post with Reply-To.
made some warnings just debug messages.
only show subject on the compose titlebar.
display the subject line in the window title bar.
removed mbs/wcs functions which are no longer required.
don't display code conversion error and line limit warning on draft mode.
normalize address fields before encoding them.
separated UI code from prefs.c.
fixed broken message/* attachments on pgp-sign.
the line space setting now applies to the compose window.
disabled GtkHandleBox.
added wrappers for C library function that take pathname arguments.
enabled compilation with MinGW.
braced some Unix-specific code with ifdef.
replaced random() with g_random_*().
fixed gcc-4.0 warnings.
added a hack to prevent duplicated insertion to compose.
don't break line after '/' on compose.
modification for DnD.
don't break line after '-'.
modified several alerts, and added accelerators for the buttons.
use Content-Type's charset as a fallback encoding of broken header strings when replying.
compose.c: don't convert encoding if inserted file is UTF-8.
fixed duplicate signature problem in re-edit or after editing with external editor.
compose.[ch]: replaced gdk_input_*() with GIOChannel.
put existing window in front when trying to reedit draft/queued messages which are already open.
modified alert dialogs.