show more verbose debug messages when checking gpg.
updated TODO.
updated NEWS.
updated PLUGIN.txt.
plugin/test/test.c: added tests for compose.
added new plug-in APIs for compose window.
fixed a typo.
summary_show(): prevent beep when changing to folders which are sorted in decending order.
save color labels on IMAP server using custom keywords (partially compatible with Thunderbird).
made 3.0beta6 release.
updated INSTALL and configure.in.
updated copyright year.
Fixed the bug that IMAP caches get wrongly deleted.
made 3.0.0beta5 release.
updated cs.po.
remove_numbered_files(): made filename to number conversion unsigned (fixes undeleted IMAP caches with UIDs larger than INT_MAX).
imap.c: added date-time info on APPEND using Date: header (for Gmail to display received date).
added workaround for crash by enchant with zemberek.
updated uk.po.
added AM_SILENT_RULES.
fixed a memory leak.
implemented the UI for customizing color label text.
configure.in: increased version.
added missing lock on I/O callback (fixes freeze on remote commands).
added configure option '--disable-updatecheck' which disables the update check feature.
made color label text customizable (~/.sylpheed-2.0/colorlabelrc).
implemented a feature to change color label text.
added option to set only mail address of recipients when replying.
made 3.0.0beta4 release.
fixed focus problem.
added select button to 'Add mailbox' dialog.
src/setup.c: check whether the specified location includes settings folder.
src/summaryview.c: summary_show(): fixed quick search on refresh.
ignore case when checking mailing list post.
removed unused icons.
new group icon.
src/icons/folder-search.png: modified color.
show description when the quick search entry doesn't have focus.
don't show update dialog if modal dialog exists or incorporation is active.
added new search folder icon.
setup.c: changed the icon. Use name 'Mailbox' only when basename is 'Mail'.
modified path display of setup dialog.
append '/Mail' at the tail of selected folder on setup dialog.
new setup dialog which improves usability.
modified folder icons.
decreased spacing between icon and text.
added new folder icons.
src/prefs_common_dialog.c: adjusted layout.
added status label to display number of matched messages in quick search.
modified interface.xpm.
foldersel.c: made New button secondary.
added a menu item to request disposition notification.
updated address.xpm.
stock_book.png: new icon.
added 'Last 7 days' to the quick search.
added Search: label to addressbook.
compose_close_cb(): fixed response handling on win32.
src/addressbook.c: removed unused xpm objects. Added person icon.
added new icon.
prohibit acception of expired SSL certificates.
modified button order of dialog on closing compose window on win32.
updated uk.po and ro.po.
disable sort while filtering to prohibit a warning.
made 3.0.0beta3 release.
enabled lookup feature for all addressbook type.
modified sylpheed.rc.in.
ssl_init_socket_with_method(): modified debug output.
the visibility of message number columns in the folder view is now configurable for each column.
sock_connect_with_timeout(): check socket with getsockopt() even if select() succeed.
src/sslmanager.c: display issued and expire date. Refined text format.
updated makewin32.sh.
re-enabled sort order change of addressbook because the bug seems to be fixed.
src/addressbook.c: addressbook_create(): create renderer for each column.
calculate and display SHA1/MD5 fingerprint if verification of SSL certificate failed.
removed debug prints, updated def file and updated Windows ico file. Made 3.0.0beta2 release.
src/addressbook.c: added sort order change (but disabled because of random crash bug inside GTK+).
updated def file.
added plugin APIs.
show more descriptive error when address index failed to read.
removed redundant debug print.
fixed opening message by syl_plugin_open_message() on IMAP folder.
increased SYL_PLUGIN_INTERFACE_VERSION.
added 'account-updated' signal to SylApp.
svn s
added <IMAPFolder> and <NewsFolder> to parent factory.
configure.in: increased LT_CURRENT because the interface is not completely compatible.
add a new flag: RemoteFolder::remove_cache_on_destroy.
show waiting dialog on creating folder tree after creating new IMAP account.
fix for connection failure.
sock_connect_with_timeout(): use non-blocking socket and select() for connection timeout.
fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main_iteration() from non-main threads.