modified window handling.
select activated message on search dialog in summary view if possible.
summary_row_expanded(): disable workaround with GTK+ 2.8.
reflect flag changes on virtual folders in the real ones.
some modification of searching.
modified compose_is_itemized().
compose_is_itemized(): also check for enumerated lines such as (1), (2), ...
look for all accounts when enable_swap_from is enabled.
summary_set_row(): fixed a memory leak.
reflect display_folder_unread setting immediately.
fixed preselected directory with GTK+ 2.8.
subscribedialog.c: popup main window when the dialog is closed.
save summary view height even if window is maximized.
remember the maximized state.
removed SummaryView* from the argument of summary_search(). Preset folder when saving as search folder.
implemented query search and virtual folder (merged from newsearch branch).
added an option to update only INBOX on checking new messages of IMAP4 accounts.
enabled custom queue folder.
fixed subscribed dialog.
foldersel.c: also select top folder on FOLDER_SEL_ALL.
prefs_filter_edit_cond_hbox_to_cond(): added an argument for case sensitivity.
made more prefs_filter functions public.
prefs_filter_edit.c: generalized the condition edit.
made CondHBox / ActionHBox related APIs public.
enabled COMPOSE_REPLY_TO_ALL for NNTP.
modified font for signature part.
fixed crash bug when an address in a group was modified. Fixed memory leaks.
fixed blocking when entering gpg passphrase on win32.
added 'Update summary' to the context menu of folder view.
display progress on local filtering.
send_message_queue_all(): follow the change of compose.c::compose_send().
moved outgoing encoding option into Display - Encoding tab.
reverted linebreak conversion.
also canonicalize on redirect/queue.
always canonicalize composed message.
fixed warning of imageview.
modified 'filter sent messages'.
reduced memory usage on SMTP session.
remember the last compose window position.
win32: fixed compose window appeared always top-left.
compose.c: give priority to locale to UTF-8 conversion.
reorganized the common prefs.
moved the position of Spell tab.
compose.c: made edit mark less intrusive.
Fixed window focus after closing quote colors dialog.
fixed crash when quote colors dialog was closed by the window close button.
show GtkSpell in compiled-in features.
implemented spell checking.
don't reply to list for subscribe confirmation request etc.
don't show '+' (unread) mark even if unread messages are in Trash.
fixed a bug that the selection was broken (and sometimes crashed) when mark, unread, and colorlabel flags were changed while the summary was sorted by the flags.
fixed compilation error if GPGME is not enabled.
popup main window if edit account dialog is not present.
win32: the method of detecting executables was modified.
fixes occasional summary update failure on win32 and some filesystems.
prevent integer overflow on summary status.
added separator between the summary status and the header pane.
fixed separator of newsgroups.
win32: disable digit locale variable such as 'LANG=1041'.
removed the outer border of mainwindow.
don't show gpg warning on win32 by default.
hide PGP checkboxes if PGP is not available.
check if OpenPGP protocol is available on startup.
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.
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.
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.
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.
fixed scroll jumping on focus of textview in mimeview.
win32: implemented remote command using TCP socket.
fixed initially wrong widget size of option menu in compose window.
added a setting to delete filtered junk mails from server.
modification for ML post with Reply-To.
win32: convert locale string to UTF-8 when setting rc dir.
display confirmation dialog instead of input dialog when printing.
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.
textview.c: fixed a problem that the view was scrolled to top when it got focus.
added '--configdir' option which specifies config directory.