* src/summaryview.[ch]
* src/toolbar.[ch]
change misleading text in toolbar prefs;
add toolbar action for ignore thread (toggles ignore thread flag);
clean up a little bit;
* src/quote_fmt.c
* src/summaryview.[ch]
* src/gtk/Makefile.am
* src/gtk/description_window.[ch] ** NEW **
use a generic window to display syntax descriptions
currently used in quote_fmt and summaryview (new description
for extended quick search)
patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
added Makefile
* src/filtering.[ch]
* src/folder.[ch]
* src/folderview.[ch]
* src/import.c
* src/inc.[ch]
* src/mbox.[ch]
* src/procmsg.c
* src/summaryview.[ch]
o added new flag need_update to FolderItem
o removed folder_table from various functions from tracking
folder updates
o set need_update flags in folder.c's move, copy and delete
functions and procmsg's flags functions
o added function folderview_update_items_when_required that
updates all folders with need_update set
o call folderview_update_items_when_required instead of
folderview_update_item_foreach
* src/stock_pixmap.c
* src/stock_pixmap.h
* src/pixmaps/quicksearch.xpm *ADDED*
Add the quicksearch pixmap
* src/mainwindow.c
* src/summaryview.c
* src/summaryview.h
Make quicksearch bar visible/hidden via a button
o fix broken menu update for sorting type, we have to
get this info from the summaryview now
o removed setting of threaded state in menu callback
* src/summaryview.[ch]
more summaryview/folderitem seperation for
threading option
* configure.in
removed not required --with-compiler-flags option
* src/prefs_folder_item.h
* src/summaryview.[ch]
o add summary_set_prefs_from_folderitem to set
summaryview prefs (first step to remove all
references to the folderitem in summaryview)
o moved compiled regex stuff from folderitem prefs
to summaryview code
* src/folder.h
* src/summaryview.c
* src/summaryview.h
* src/main.c
o separate processing and summaryview
o removed summary_write_cache from summaryview
o removed summaryview->killed_messages, because we don't have
to keep a list of killed messages anymore. New cache will
keep the hidden messages in cache anyway
* src/folderview.c
* src/inc.c
* src/selective_download.c
o removed unnecessary summary_write_cache calls
* src/procmsg.c
o don't set ignore thread flag in procmsg_get_thread_tree
if it is already set
* src/mainwindow.c
* src/statusbar.h
o moved STATUSBAR_PUSH/POP to statusbar.h because
they are used in different files