implemented the modification of search folder condition.
partially implemented search folder properties.
modified the message of deleting search folder.
updated pt_BR.po.
accept when name entry is activated on the save search dialog.
fixes a bug that search cache occasionally didn't work.
added a function for minor code cleanup.
add http:// scheme before implicit URIs begin with 'www.'.
updated po files.
fixed a bug that search folders under IMAP4 or NNTP folders couldn't be removed.
cache search result to speed up on and after the second search.
made 2.2.0beta2 release.
updated NEWS.
prevent duplicate retrieval after incomplete POP3 session.
added Windows-1252 for display encoding.
don't traverse inside message/rfc822 to avoid duplicated attachments.
only add modified flag when files are manually attached.
added more characters to be substituted for filename.
include message/rfc822 parts when forwarding.
folderview.c: fixed a bug that previously selected row was removed from the view instead of currently selected one when deleting/renaming folders from the context menu.
attach all parts with filenames when forwarding.
made 2.2.0beta1 release.
fixed enumerated lines detection.
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).
support nonstandard encoding 'ks_c_5601-1987'.
made 2.1.9 release.
added an option to update only INBOX on checking new messages of IMAP4 accounts.
enabled custom queue folder.
fixed subscribed dialog.
folder_find_item_from_identifier(): also return top folder.
foldersel.c: also select top folder on FOLDER_SEL_ALL.
added utility functions for optimization of filter.
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.
imap_get_msg_list(): only update mtime when folder is not opened.
update caches and flags when reading message list from a folder.
made CondHBox / ActionHBox related APIs public.
updated it.po.
enabled COMPOSE_REPLY_TO_ALL for NNTP.
imap_cmd_append(): send message contents all at once.
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 Vietnamese translation.
added 'Update summary' to the context menu of folder view.
fixed compilation failure on some environments.
display progress on local filtering.
made 2.1.8 release.
removed debug print.
send_message_queue_all(): follow the change of compose.c::compose_send().
moved outgoing encoding option into Display - Encoding tab.
also normalize text files on win32 when saving parts.
reverted linebreak conversion.
also canonicalize on redirect/queue.
always canonicalize composed message.
uncanonicalize unencoded text when saving.
removed CR+LF to LF conversion on receiving.
fixed warning of imageview.
session_read_data_as_file_cb(): don't write to file until buffer is filled more than the half.
fixed a bug that lost first part of message data on receiving.
win32: don't uncanonicalize text files when decoding.
reduced memory usage on POP3 session.
modified 'filter sent messages'.
modified makewin32.sh.
reduced memory usage on SMTP session.
imap.c: quote additional chars.
remember the last compose window position.
win32: fixed compose window appeared always top-left.
compose.c: give priority to locale to UTF-8 conversion.
modified the order of common prefs options.
reorganized the common prefs.
made 2.1.7 release.
moved the position of Spell tab.
compose.c: made edit mark less intrusive.
win32: fixed startup directory. add sylpheed-mailto-protocol.reg to EXTRA_DIST.