fixed a bug that the toolbar state was reset to GTK_TOOLBAR_BOTH after the customization of toolbar.
updated NEWS and configure.in.
updated po files.
set toolbar customization dialog title and label.
implemented the toolbar customization of the composition window.
implemented the toolbar customization dialog.
win32: inhibit the warning of setsockopt().
prevented WSAEWOULDBLOCK on sending/receiving in Win32.
win32: increased SO_SNDBUF and SO_RCVBUF (fixes low performance on sending data).
prevent incorporation on sending.
implemented the framework of toolbar customization.
added the option 'Filter new messages in INBOX on receiving'.
added separator between junk and next (or execute).
textview_clear(): made a workaround for the assertion failure in gtk_text_view_validate_onscreen().
fixed IMAP4 filtering when IP unreachable.
fixed virtual class structure.
implemented the automatic filtering of IMAP4 INBOX folder.
modified the copyright year.
conv_encode_header(): force output of UTF-8 if code conversion failed.
procmsg_open_data_file(): fixed a bug that the version of a data file was not checked when the file couldn't be opened with EACCES and reopened.
updated pt_BR.po.
updated fr.po.
use SHGetFolderPath() instead of using environmental variable APPDATA.
vi Ch
get_domain_name(): win32: return correct domain name (if possible).
modified ja.po.
place edit account window at the center of parent window.
fixed stray quote character appearing after encoding mail headers.
allow spaces around equals between name and value of MIME parameters.
added extra version.
added the option to toggle window on trayicon click.
also look for ca-root.crt.
filter junk mails on incorporation from local spool when filter_junk_on_recv is enabled.
configure.in: check additional libraries.
fixed out of sync response on FETCH.
win32: fixed compose window couldn't be maximized.
compose_exec_ext_editor(): display verbose error message. Fixed a memory leak.
change_file_mode_rw(): win32: use widechar API.
fixed compilation failure.
fixed crash when .sylpheed_mark is not writable.
fixed compilation failure with GLib 2.4.
updated japanese manual, and made 2.3.0 release.
updated ro.po.
updated NEWS.
updated README.
updated Japanese manual.
fixes blank message view is always appears on window popup.
configure.in: changed version to 2.3.0rc.
call SSL_CTX_load_verify_locations() also when only certs_file exists.
modified SSL CA certificates.
src/version.h.in: modified PROG_VERSION string.
use X509_cmp() to compare certificates.
added Bcc: and Reply-To: to the template.
made 2.3.0beta7 release.
adjusted the print margin for page number.
implemented page setup.
ssl_manager_verify_cert(): follow comply_gnome_hig setting.
Unix: reload /etc/resolv.conf if it has been modified.
read /etc/ssl/certs if exist.
In reedit mode, place cursor at the top of the text. Set the default focus to To or Subject entry if they're empty.
implemented SSL certificate dialog.
fixed crash on the request of a page which is out of range.
Implemented printing of MIME part using GtkPrintOperation.
reimplemented multiple page printing.
don't make GtkTextView auto-expanded in prefs dialogs.
implemented auto-input of signature on new account setting.
added the option to input signature directly.
use the display font size.
modified the description of 'Download all messages' option.
made 2.3.0beta6 release.
give the priority to the separated message view's encoding setting on display and on reply.
updated es.po.
adjusted the line number of first page on printing.
added page number on printing.
more proper implementation of printing.c.
flush UI for each 100 messages on manual filtering.
fixed the dialog not updated while sending large messages.
implemented printing of multiple pages.
implemented page counting.
show confirmation dialog when printing MIME part.
fixed a warning when getting uncached messages in IMAP4.
implemented printing of MIME part. Code cleanups.
added an option to use external program for printing.
added an option to inherit recipients on reply to self messages.
nntp.h: fixed a typo.
fixed the prototype of touufrombits().
modified current account change,.
win32: fixes window not brought in front with the tray icon click after DnD.