aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorMichael Zucci <zucchi@src.gnome.org>2000-05-03 01:53:26 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-05-03 01:53:26 +0800
commitab96ee0005ce9a33df2217553d07c53be0e9ba69 (patch)
treef56919eab3929fc92aa2333547a6758538583af0 /mail/message-list.h
parentee108c89b92ae4ae0b35fc1ff38314bb34d3654c (diff)
downloadgsoc2013-evolution-ab96ee0005ce9a33df2217553d07c53be0e9ba69.tar
gsoc2013-evolution-ab96ee0005ce9a33df2217553d07c53be0e9ba69.tar.gz
gsoc2013-evolution-ab96ee0005ce9a33df2217553d07c53be0e9ba69.tar.bz2
gsoc2013-evolution-ab96ee0005ce9a33df2217553d07c53be0e9ba69.tar.lz
gsoc2013-evolution-ab96ee0005ce9a33df2217553d07c53be0e9ba69.tar.xz
gsoc2013-evolution-ab96ee0005ce9a33df2217553d07c53be0e9ba69.tar.zst
gsoc2013-evolution-ab96ee0005ce9a33df2217553d07c53be0e9ba69.zip
> 2000-05-02 NotZed <NotZed@HelixCode.com>
> > * folder-browser.c (folder_browser_gui_init): Connect the changed > signal to search, so it searched immediately? > 40a46,48 > (message_list_set_search): Save the search string. > (folder_changed): If the folder changes, re-run the search, > otherwise we may end up with invalid entries in the display. svn path=/trunk/; revision=2749
Diffstat (limited to 'mail/message-list.h')
-rw-r--r--mail/message-list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h
index e4d7189278..7c1e6bcb5b 100644
--- a/mail/message-list.h
+++ b/mail/message-list.h
@@ -59,6 +59,7 @@ struct _MessageList {
CamelFolder *folder;
+ char *search; /* search string */
/* FIXME: This should use a better format ... */
GList *matches; /* when a search has been performed ... */