History | View | Annotate | Download (85.3 kB)
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.
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.
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 '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'.
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.
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.
configure.in: fixed wrong status report of GtkSpell.
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.
fixed date in ChangeLog.
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.