check if OpenPGP protocol is available on startup.
updated de.po and pt_BR.po.
win32: fixed window focus problem on account dialog and filter dialog.
allow drop of files in the whole compose window. Disabled insertion of text by DnD.
made 2.1.6 release.
src/ldif.c: ldif_get_line(): fixed buffer overflow.
added '--exit' command line option.
implemented auto-save.
hide options which is useless on win32.
moved the location of fallback_encoding.
fixed a crash when the external editor was terminated while opening confirmation dialog.
updated po files.
added preset menu for junk learning commands.
follow the 'mark_junk_as_read' setting when marking as junk.
popup main window when account edit dialog is closed.
added an option to mark filtered junk mails as read.
updated TODO.
src/compose.c: unlink compose->exteditor_file if exist.
compose.c: stop watching of child process in case something weird happened.
src/compose.c: fixed for win32.
reimplemented external editor with GSpawn and GChildWatch.
moved fallback encoding setting to Advanced tab.
fixed focus problem in win32.
added fallback encoding setting.
win32: added program icon.
execute_sync(): win32: get exit status of child process by not using helper program.
updated sv.po.
fixed scroll jumping on focus of textview in mimeview.
made 2.1.5 release.
modified REMOTE_CMD_PORT.
libsylph/socket.c: fd_accept(): enabled on win32.
win32: implemented remote command using TCP socket.
fixed initially wrong widget size of option menu in compose window.
win32: read mime.types in startup directory.
added a setting to delete filtered junk mails from server.
modification for ML post with Reply-To.
use GLib functions to extract URIs if available.
win32: convert locale string to UTF-8 when setting rc dir.
display confirmation dialog instead of input dialog when printing.
fixed a typo.
changed zh_TW.Big5 to zh_TW.
updated uk.po.
win32: use ShellExecute() on print.
match the output header for printing to the message view.
make input dialog in front on focus out.
create/destroy input dialog each time it is displayed.
set the title of separated message window to '(Subject) - Sylpheed.
fixed the problem that DnD didn't work on GTK+ 2.8
src/main.c: replaced gdk_input_add() with GIOChannel.
textview.c: optimized a bit.
textview.c: don't move cursor if selection exists.
fixed execution failure on filtering if a file path includes space.
textview.c: fixed a problem that the view was scrolled to top when it got focus.
added '--configdir' option which specifies config directory.
win32: modified the default commands.
made 2.1.4 release.
updated NEWS.
prefs_filter_open(): correct focus when msginfo is specified.
win32: made the default editor command 'notepad'.
adjusted the minimum input dialog size.
win32: fixed compilation failure.
added the default browser to the option of URI command.
handle destroy event properly.
win32: use ShellExecute() to open URI.
win32: restrict launching of executable files.
makewin32.sh: modified the optimization flags.
win32: prohibit duplicate exec using CreateMutex().
made some warnings just debug messages.
changed the locale charset of Japanese Windows from Shift_JIS to CP932.
enhanced the support of environment-dependent Japanese characters.
modified the text of mailbox setup dialog.
win32: use ShellExecute() to launch attachments.
enabled the property of the top folder.
fixed parsing of literal data (skip quotes)
also log IMAP4 literal strings.
win32: make alert dialog in front on focus out.
fixed prefix on G_LOG_LEVEL_WARNING.
fixed parsing of literal data in IMAP4 response.
brought back 'Crate filter rule' in the context menu.
fixed the label 'Type' not aligned to right at folder property dialog.
output g_log() messages to the log window and log file. Disabled console window on win32.
updated ChangeLog.ja.
fixed DnD on Win32.
fixed crashes on abnormal date.
support literals in IMAP response.
conv_filename_from_utf8(), conv_filename_to_utf8(): put an assertion.
added file system path info to folder prefs.
win32: environmental variable fix.
win32: include startup directory into PATH for GSpawn.
fixed a typo in makewin32.sh.
support SSL on win32.
fixed my_tmpfile() for win32.
win32: fixed not-working translation on non-ascii directory.