fixed a memory leak of a GtkItemFactory.
disabled 'Save all...' menu on attach view if attached files with file name do not exist.
added attached filenames to the tool menu.
src/messageview.c: modified menu label.
changed the Text/Attachments tab to a toggle button.
compose_attach_property(): force focus for compsoe window (will fix #70).
included server name in the receive error dialog.
src/filesel.c: win32: handle multiple file selection with shortcuts.
win32: follow Windows shortcut (.lnk) on file selection dialog.
src/inc.c: properly detect DNS lookup error when session_connect_full() failed immediately.
differentiate DNS lookup error from connection errors.
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).
open compose window before receiving on startup.
fixed Bug #54: Focus problem when reediting/forwarding emails after attachment deleted
loosen up queue/draft check on mail check is running.
src/inc.c: use a flag to distinguish the state of activity.
src/compose.c: cancel sending if new mail check is running.
updated copyright year.
win32: added an option to play sound when new messages arrive.
modified copyright year.
removed compiler warnings caused by usage of gboolean as gpointer.
fixed Bug #52: Address autocomplete: Not possible to select drop-down list element with arrow keys (Linux)
removed unrequired debug prints.
fixed Bug #47: Address book: Cancel editing contact results in click-and-drag behaviour
fixed a bug that a MIME part that didn't have a name could not be saved.
preserve the last selected folders between sessions.
show the detail of new messages on the trayicon tooltip.
also use first and last name for address completion.
src/addr_compl.c: also match to the subsequent part of the name of contacts (Bug #51).
don't open in-page link of HTML mail.
adjusted the menu position of account popup and toolbar arrow.
also support Shift+F10 for menu popup.
src/summaryview.c: enabled menu popup with Menu key.
src/folderview.c: enabled menu popup with Menu key.
fixed compilation error with Fink + OS X (Bug #42).
fixed a bug that filter settings are removed if Escape key is pressed quickly on auto filter rule creation.
made 'is shorter than' default for 'Age' condition on filter/search dialog.
added new plug-in signals for preferences dialogs (#30)
also add .eml extension on File - Save as menu of a message view window.
added new plug-in signals to notify start and end of receiving.
extended the blinking period of tray icon to 10 seconds.
fixed a typo.
src/rpop3.c: added refresh (reload) menu.
src/rpop3.c: implemented reloading after the loading stopped.
remote mailbox: supported SOCKS proxy and made it receive headers from the latest one.
src/mainwindow.c: main_window_create(): force visibility of the message view on startup only if the layout type is vertical mode.
made 3.2beta4 release.
sylfilter command was added as a preset of junk filter program.
fixed startup summary/message view size on vertical-view mode.
show both filtered and original numbers of messages on the status iabel.
quick_search.c: removed debug print.
implemented multiple keywords search of the quick search entry.
src/summaryview.c: summary_select_row(): don't always move focus when refreshing (mainly for quick search).
prevent IMAP error caused by sending multiple commands at the same time.
applied a patch to fix quick search text color on dark themes.
reflect account preference for trash folder.
textview.c: use style colors for part widgets.
added 'Print' menu in mime part menu. Added part widget to message/rfc822 part.
src/undo.c: undo_insert_text_cb(): removed alloca() call.
src/folderview.c: removed alloca() calls.
src/account_dialog.c: account_open(): removed alloca() call.
src/foldersel.c: removed alloca() calls.
src/update_check.c: win32: also check the file size of updater exe.
src/compose.c: removed alloca() calls.
summaryview.c: removed alloca().
libsylph/utils.[ch]: to_human_readable_buf(): new.
src/messageview.c: removed alloca() calls.
fixed a typo. code cleanup.
use image menu item for part menu.
src/textview.[ch]: reuse popup menu for each attachments.
textview_part_widget_button_pressed(): disable 'Copy file name' menu if file name not exist.
textview_part_widget_exposed(): draw edges as rounded.
Use prelight state for textview.
textview_part_widget_destroy_notify(): fixed destroy notify handler.
highlight part widgets on mouse over.
implemented popup menu of attachments in text view.
fixed handling of button release event.
changed the spec of compose-send signal because the previous one prohibited sending if the signal is not used.
src/textview.c: added border line before and after headers. Made attachments display more graphical.
fixed duplicated keyboard accelerators in account edit dialog and filter dialog.
added a new plug-in API: 'messagev-ew-show'.
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.
cancel online mode switch if active sessions exist.
src/compose.c: removed some alloca() calls.
textview_make_clickable_parts(): removed alloca() and use GSList.
removed some alloca() calls.
increased the prefs buffer size from 1024 to 8192.
changed keyboard shortcut of File/Send to prevent accidental sending.
mark messages read when message view becomes visible by Enter or Space key.
renamed variable 'interface' to 'iface'.
fixed compilation problem on MinGW (interface -> iface).
OS X: changed the location of settings to ~/Library/Application Support/Sylpheed .
use 'open' command on OS X.
src/summaryview.c: summary_show_queued_msgs(): clear selection list because it can be invalid after appending messages.
renamed 'interface' in struct to 'iface' to prevent compilation problem on some environments.
implement fix_font_setting() for Mac OS X.
save the columns width of address book.