diff options
author | Not Zed <NotZed@Ximian.com> | 2001-03-29 12:04:09 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-03-29 12:04:09 +0800 |
commit | 22d404e40b3fead89faad4e12a0ac6a23caf2317 (patch) | |
tree | d706e909240e40e2834a674b378acf2032cf0415 /camel/ChangeLog | |
parent | 1b6fe39a3c556248852a47b871eefac477450cf0 (diff) | |
download | gsoc2013-evolution-22d404e40b3fead89faad4e12a0ac6a23caf2317.tar.gz gsoc2013-evolution-22d404e40b3fead89faad4e12a0ac6a23caf2317.tar.zst gsoc2013-evolution-22d404e40b3fead89faad4e12a0ac6a23caf2317.zip |
Optimise the match "" case, just match everything in the folder (if we
2001-03-29 Not Zed <NotZed@Ximian.com>
* camel-folder-search.c (search_body_contains): Optimise the match
"" case, just match everything in the folder (if we have it).
svn path=/trunk/; revision=9007
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4fe0f22704..6b23def269 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-03-29 Not Zed <NotZed@Ximian.com> + * camel-folder-search.c (search_body_contains): Optimise the match + "" case, just match everything in the folder (if we have it). + * camel-vtrash-folder.c (vtrash_move_messages_to): Access the folder directly from the message info. (vtrash_move_messages_to): I think we also need to call the real |