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.
imap.c: relaxed the response check of AUTHENTICATE and APPEND.
made 3.2beta6 release.
updated nsis/sylpheed-defs.nsh
made 3.2.0beta6 release.
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.
emit signals for IMAP.
supported NNTP over SOCKS porxy.
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.
updated japanese manual.
fixed a typo.
made 3.2beta5 release.
updated NEWS.
src/rpop3.c: added refresh (reload) menu.
src/rpop3.c: implemented reloading after the loading stopped.
updated po files.
remote mailbox: supported SOCKS proxy and made it receive headers from the latest one.
Fixed crash when message fetch and new message checking happen at the same time on IMAP folder.
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.
updated nsis/sylpheed-defs.nsh.
sylfilter command was added as a preset of junk filter program.
fixed startup summary/message view size on vertical-view mode.
updated zh_TW.po and ro.po.
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.
updated nsis script.
updated Japanese manual. Updated version to 3.2beta3.
updated de.po.
updated libsylph-0.def.
updated sylpheed-defs.nsh.
updated NEWS and ChangeLog.
fixed ChangeLog date.
removed warnings when cache files were not found.
libsylph/html.c: minor code cleanup.
html.c: style end tags search fix.
libsylph/procmime.c: removed alloca() calls.
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.
supported <br/> HTML tag.
use mmap to read cache.
updated version to 3.2.0beta1.
libsylph/socket.c: my_getaddrinfo(): removed redundant zero clear.
added 'Print' menu in mime part menu. Added part widget to message/rfc822 part.
win32: supported IPv6 with fallback implementation for Windows 2000.
libsylph/xml.c: xml_unescape_str(): removed alloca() call.
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.
my_tmpfile(): win32: fixed a memory leak.
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.
updated ja.po.
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.
fixed an error when removing queued messages on win32.
changed the spec of compose-send signal because the previous one prohibited sending if the signal is not used.
updated libsylph/libsylph-0.def.
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.
procmsg_add_messages_from_queue(): changed g_print() to debug_print().
remove queue headers when moving messages from a queue folder (fixes Debian BTS #493546).
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.
removed some alloca() calls.
cancel online mode switch if active sessions exist.
libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca() calls.
libsylph/procheader.c: removed alloca() calls.
src/compose.c: removed some alloca() calls.
textview_make_clickable_parts(): removed alloca() and use GSList.