diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-05-03 01:53:26 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-05-03 01:53:26 +0800 |
commit | ab96ee0005ce9a33df2217553d07c53be0e9ba69 (patch) | |
tree | f56919eab3929fc92aa2333547a6758538583af0 /mail/ChangeLog | |
parent | ee108c89b92ae4ae0b35fc1ff38314bb34d3654c (diff) | |
download | gsoc2013-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/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a42d24dcac..153c5c3915 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-05-02 NotZed <NotZed@HelixCode.com> + + * folder-browser.c (folder_browser_gui_init): Connect the changed + signal to search, so it searched immediately? + 2000-05-01 NotZed <NotZed@HelixCode.com> * pixmaps.h: Added envelope-deleted state. @@ -38,6 +43,9 @@ changes. (select_msg): And connect to the message_changed signal so we know when it cahgnes. + (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. * mail-display.c: Include missing errno.h. |