History | View | Annotate | Download (34.3 kB)
fixed statusbar problem on displaying IMAP4 messages from query search.
fixed a bug that prohibited query search on IMAP folders. Don't call gtk_main_iteration() from non-main threads.
made codeconv module thread-safe. update search window using timer.
use g_atomic_int_{get,set} for thread terminate flags.
fixed compilation without thread support.
destroy async queue when finished.
execute query search in another thread.
number of matches is displayed when query search is done.
disabled the passphrase dialog on query search.
win32: fixed path separator problem in virtual folder.
fixes incorrect message number on search.
fixed saved search.
enabled sorting of the result of query search.
renamed summary_search to query_search.
exclude trash on recursive search.
partially implemented search folder properties.
accept when name entry is activated on the save search dialog.
added a function for minor code cleanup.
cache search result to speed up on and after the second search.
modified window handling.
select activated message on search dialog in summary view if possible.
some modification of searching.
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).
modified the order of search buttons.
made the order of buttons comply with GNOME HIG.
improved the interface of summary search.
reimplemented summary search.
reimplemented summary view with GtkTreeView.
replaced intl.h with glib/gi18n.h.
use GTK stock button for alertpanel.
use GTK stock button for button set.
Initial import of Sylpheed (GTK2 version).