diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-24 07:51:04 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-01-24 07:51:04 +0800 |
commit | 0f301f38bc499beb749049c879715af7037c8fea (patch) | |
tree | bdd3403bf0783da5994c43954329b5418f5869af /mail/ChangeLog | |
parent | 9d3fd8c92531b33d5974b790c092c06f914a6282 (diff) | |
download | gsoc2013-evolution-0f301f38bc499beb749049c879715af7037c8fea.tar gsoc2013-evolution-0f301f38bc499beb749049c879715af7037c8fea.tar.gz gsoc2013-evolution-0f301f38bc499beb749049c879715af7037c8fea.tar.bz2 gsoc2013-evolution-0f301f38bc499beb749049c879715af7037c8fea.tar.lz gsoc2013-evolution-0f301f38bc499beb749049c879715af7037c8fea.tar.xz gsoc2013-evolution-0f301f38bc499beb749049c879715af7037c8fea.tar.zst gsoc2013-evolution-0f301f38bc499beb749049c879715af7037c8fea.zip |
Patch from Tuomas to have a "Sender contains" rule in the quicksearch
bar.
svn path=/trunk/; revision=7764
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 874e179d4c..6fee495c34 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2001-01-23 Ettore Perazzoli <ettore@ximian.com> + + [Applied patch from Tuomas Kuosmanen <tigert@ximian.com>] + + * folder-browser.c: Added enum value `ESB_SENDER_CONTAINS' as well + as a "Sender contains" item to the search menu. Also add a + corresponding "(match-all)" rule to the `search_string' array. + (search_save): Handle `ESB_SENDER_CONTAINS' here. + +2001-01-23 Ettore Perazzoli <ettore@ximian.com> + + * GNOME_Evolution_Mail.oafinfo: Fixed the repo_ids so that they + use the right syntax. + 2001-01-23 Dan Winship <danw@ximian.com> * folder-browser-factory.c: |