History | View | Annotate | Download (36.7 kB)
filesel: save selected file type.
filesel: automatically modify file extension when file type is changed.
refactored MessageView/MimeView/
messageview_save_as(): added the feature to save message as plain text.
added an option to specify the position of attach tool button.
enable quick launch from the attach tool menu.
improved the new attachmemts interface.
added 'show_attach_tab' option (no UI) which toggles the Attachment tab and toggle button.
modified the width of tool menu arrow button.
added attached filenames to the tool menu.
src/messageview.c: modified menu label.
changed the Text/Attachments tab to a toggle button.
also add .eml extension on File - Save as menu of a message view window.
src/messageview.c: removed alloca() calls.
added a new plug-in API: 'messagev-ew-show'.
use target header field as a default filter name when creating filter rule automatically.
added the option to treat HTML only messages as attachment.
disable /Message/Re-edit menu of message view window in non-sent folders.
implemented page setup.
give the priority to the separated message view's encoding setting on display and on reply.
implemented printing of MIME part. Code cleanups.
modified UI layout.
unified menu strings.
added Windows-1257 encoding for Baltic.
printing messages now follows 'Show all headers'.
added a hidden option "mime_command" for backward compatibility.
update menu of separated message view when show_all_headers state changed.
disabled Actions menu on win32.
added Arabic encoding, and 2.2.0beta7 release.
added Windows-1252 for display encoding.
display confirmation dialog instead of input dialog when printing.
set the title of separated message window to '(Subject) - Sylpheed.
moved procmsg.c::procmsg_get_filter_keyword() to filter.c::filter_get_keyword_from_msg().
don't use 'destroy' signal to destroy objects.
added Hebrew encoding.
reimplemented summary view with GtkTreeView.
support GBK (and X-GBK) encoding.
added a menu to temporally change the outgoing encoding to the composition window.
changed the implementation of switching Text/MIME view.
fixed messageview's select all and selection reply.
replaced GtkFileSelection with GtkFileChooserDialog.
replaced intl.h with glib/gi18n.h.
use GTK stock button for button set.
fixed crash when opening 0-numbered message.
removed support for systems which don't support iconv.
Initial import of Sylpheed (GTK2 version).