diff options
author | Not Zed <NotZed@Ximian.com> | 2001-02-23 07:32:34 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-02-23 07:32:34 +0800 |
commit | 978bfbefbb3386979d93c5ef7d6294edaf3dd97b (patch) | |
tree | 1201d95004085e8ce9bface9eff5bfc42e57e6b2 /camel/ChangeLog | |
parent | 0af3e545203107534c7dac6dae0c8f7a009a7fe3 (diff) | |
download | gsoc2013-evolution-978bfbefbb3386979d93c5ef7d6294edaf3dd97b.tar.gz gsoc2013-evolution-978bfbefbb3386979d93c5ef7d6294edaf3dd97b.tar.zst gsoc2013-evolution-978bfbefbb3386979d93c5ef7d6294edaf3dd97b.zip |
Implement a pseudo-header "x-camel-mlist" which just looks up in the
2001-02-23 Not Zed <NotZed@Ximian.com>
* camel-filter-search.c (check_header): Implement a pseudo-header
"x-camel-mlist" which just looks up in the message info for a
match.
* camel-folder-search.c (check_header): Add pseudo-header
"x-camel-mlist" which can be used to match on mailing list.
svn path=/trunk/; revision=8355
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4d70eb4ab1..a21445fa11 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,12 @@ 2001-02-23 Not Zed <NotZed@Ximian.com> + * camel-filter-search.c (check_header): Implement a pseudo-header + "x-camel-mlist" which just looks up in the message info for a + match. + + * camel-folder-search.c (check_header): Add pseudo-header + "x-camel-mlist" which can be used to match on mailing list. + * providers/imap/camel-imap-folder.c (imap_sync): Add some internal progress reporting. (imap_rescan): Do some progress reporting. |