History | View | Annotate | Download (181.8 kB)
added new plug-in APIs for compose window.
fixed a typo.
summary_show(): prevent beep when changing to folders which are sorted in decending order.
save color labels on IMAP server using custom keywords (partially compatible with Thunderbird).
updated INSTALL and configure.in.
updated copyright year.
Fixed the bug that IMAP caches get wrongly deleted.
remove_numbered_files(): made filename to number conversion unsigned (fixes undeleted IMAP caches with UIDs larger than INT_MAX).
imap.c: added date-time info on APPEND using Date: header (for Gmail to display received date).
added workaround for crash by enchant with zemberek.
added AM_SILENT_RULES.
fixed a memory leak.
implemented the UI for customizing color label text.
added missing lock on I/O callback (fixes freeze on remote commands).
added configure option '--disable-updatecheck' which disables the update check feature.
made color label text customizable (~/.sylpheed-2.0/colorlabelrc).
implemented a feature to change color label text.
added option to set only mail address of recipients when replying.
fixed focus problem.
added select button to 'Add mailbox' dialog.
src/setup.c: check whether the specified location includes settings folder.
src/summaryview.c: summary_show(): fixed quick search on refresh.
ignore case when checking mailing list post.
removed unused icons.
new group icon.
src/icons/folder-search.png: modified color.
show description when the quick search entry doesn't have focus.
don't show update dialog if modal dialog exists or incorporation is active.
added new search folder icon.
setup.c: changed the icon. Use name 'Mailbox' only when basename is 'Mail'.
modified path display of setup dialog.
append '/Mail' at the tail of selected folder on setup dialog.
new setup dialog which improves usability.
modified folder icons.
decreased spacing between icon and text.
added new folder icons.
src/prefs_common_dialog.c: adjusted layout.
added status label to display number of matched messages in quick search.
modified interface.xpm.
foldersel.c: made New button secondary.
added a menu item to request disposition notification.
stock_book.png: new icon.
added 'Last 7 days' to the quick search.
added Search: label to addressbook.
compose_close_cb(): fixed response handling on win32.
src/addressbook.c: removed unused xpm objects. Added person icon.
added new icon.
prohibit acception of expired SSL certificates.
modified button order of dialog on closing compose window on win32.
disable sort while filtering to prohibit a warning.
made 3.0.0beta3 release.
enabled lookup feature for all addressbook type.
modified sylpheed.rc.in.
ssl_init_socket_with_method(): modified debug output.
the visibility of message number columns in the folder view is now configurable for each column.
sock_connect_with_timeout(): check socket with getsockopt() even if select() succeed.
src/sslmanager.c: display issued and expire date. Refined text format.
re-enabled sort order change of addressbook because the bug seems to be fixed.
src/addressbook.c: addressbook_create(): create renderer for each column.
calculate and display SHA1/MD5 fingerprint if verification of SSL certificate failed.
removed debug prints, updated def file and updated Windows ico file. Made 3.0.0beta2 release.
src/addressbook.c: added sort order change (but disabled because of random crash bug inside GTK+).
added plugin APIs.
show more descriptive error when address index failed to read.
removed redundant debug print.
fixed opening message by syl_plugin_open_message() on IMAP folder.
increased SYL_PLUGIN_INTERFACE_VERSION.
svn s
added <IMAPFolder> and <NewsFolder> to parent factory.
configure.in: increased LT_CURRENT because the interface is not completely compatible.
add a new flag: RemoteFolder::remove_cache_on_destroy.
show waiting dialog on creating folder tree after creating new IMAP account.
fix for connection failure.
sock_connect_with_timeout(): use non-blocking socket and select() for connection timeout.
fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main_iteration() from non-main threads.
more fix for UID more than INT_MAX.
don't allow parallel multiple command on IMAP.
src/update_check.c: fixed freeze bug on showing dialog.
src/addressbook.c: modifled the design.
src/addressbook.c: change selection if a non-selected row is right-clicked.
sock_connect_async_thread(): fixed a crash when connection failed.
made release version have priority over development version on update check.
src/addressbook.c: expand tree row when double-clicked.
src/addressbook.c: automatically sort the tree and list.
src/addressbook.c: don't change selection when the list is right-clicked.
reimplemented addressbook_move_nodes_up().
reimplemented the list view of address book UI with GtkTreeView.
reimplemented the folder tree of address bookb UI with GtkTreeView.
made threads enabled by default.
fixed a bug that could not fetch UID more than INT_MAX.
updated Sylpheed FAQ and README.
made tzoffset related functions thread-safe.
libsylph: use itos_buf() because itos() is not thread-safe.
properly check plug-in version.
made codeconv module thread-safe. update search window using timer.
added new plug-in APIs.
use g_atomic_int_{get,set} for thread terminate flags.