History | View | Annotate | Download (136.4 kB)
implemented reorder of items in CSV import.
also delete physical files when deleting data sources.
convert filename from/to UTF-8 in CSV/LDIF import.
convert filename to UTF-8 in CSV/LDIF import.
use GtkFileChooser in import LDIF/CSV dialog.
modified strings.
fixed import of CSV in locale encoding.
implemented CSV import (in progress).
modified the menu string '/View/Reply-To' and '/View/Followup-To'.
made the position of the ruler ticks accurate.
display error dialog if the execution of the junk filter command failed.
added new quick search rule: 'Within 1 day' and 'Recent 5 days'.
added margin to the compose text view.
procmime_scan_multipart_message(): use heap memory instead of stack for read buffer, and increased the max recursion level to 64.
fixed stop button sensitivity, and cancel all.
made 2.4.0beta7 release.
win32: fixed a bug that the path separator of FolderItem::path was not processed correctly.
updated po files and modified sylpheed.desktop.
added Stop button to the toolbar.
supported In-Reply-To header in mailto URL.
fixes unable to exit sylpheed in some case.
disable --compose, --receive, --send remote commands when a modal dialog exists.
put error message in textview when decryption failed.
fixed select next unread.
made 2.4.0beta6 release.
win32: made a workaround for the redraw problem in GTK+ 2.10.11.
fixed a bug that messages which were not filtered were not counted as new messages in imap filtering.
win32: disabled LANGUAGE (fixes incorrect language selection).
fixed stall on rebuilding folder tree.
win32: made a workaround for the CList redraw problem in GTK+ 2.10.11.
made 2.4.0beta5 release. added be.po.
apply flag changes in IMAP automatic filtering.
fixes data format incompatibility of folderlist.xml between Unix and Win32.
enabled automatic junk mail filtering on IMAP.
conv_encode_header(): fixed wrong handling of quotation in continuing multi-byte strings.
fixed crash on exit when the order of summary columns were changed by DnD.
made the default directory of printing dialog document dir.
prevent warnings when ESC, BS etc. is pressed at address completion.
guard against null verify result.
fixed date in ChangeLog.
count filtered messages for new mail notification on IMAP filtering.
win32: fixed a bug that the timeout didn't work.
added close button to the address book. Set the minimum size of the window.
src/editaddress.c: removed unused code, and set window position to center on parent.
improved the layout of the edit group dialog.
made 2.4.0beta4 release.
Disable 'Lookup' button if LDAP is disabled.
addressbook_load_completion(): fixed possible crash.
enabled coloring of new/unread/total columns in folder view.
enabled multiple copy and paste of persons in addressbook.
when deleting email from group, only remove from group list and not from person.
fixed the problem that the width of the folder view was not saved on maximized state.
folderview_check_new(): don't give up unless the network failure of remote mailboxes.
src/addressbook.c: removed redundant signal handler.
improved the behavior of edit group dialog.
src/addressbook.c: implemented copy and paste of person, and refactored the menu sensitivity management.
don't filter junk on import.
fixed a memory leak. made 2.4.0beta3 release.
fixed saved search.
filter junk mails from local mbox even if prefs_common.filter_on_inc is FALSE.
added 'Not junk' and 'Search' button to the main toolbar.
fixed '/View/Customize toolbar...' menu.
disable 'Send' button when no queued messages exist.
improved the display items dialog.
fixed 'Get' icon.
made 2.4.0beta2 release.
refactored the toolbar structure.
don't lock some items in Configuration menu.
fixed window kept being skipped from window list.
added the option 'Text at the right of icon' for the toolbar.
made labels more descriptive.
reimplemented the toolbar with new APIs.
also scan symbolic links on MH mailboxes.
added new toolbar items.
don't automatically hide Junk and Execute button.
made 2.4.0beta1 release.
fixed a bug that the toolbar state was reset to GTK_TOOLBAR_BOTH after the customization of toolbar.
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.
use SHGetFolderPath() instead of using environmental variable APPDATA.
vi Ch
get_domain_name(): win32: return correct domain name (if possible).
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.