diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-07 13:22:25 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-07 13:22:25 +0800 |
commit | 3fcf0b4edc4e1a95ceae5693bd7a65690c3251f6 (patch) | |
tree | a73cf4f16fb7201a9e94852a65be75cfe375f9fb /mail/ChangeLog | |
parent | 48ad64875b482b16f35de414f51b37533ca506bb (diff) | |
download | gsoc2013-evolution-3fcf0b4edc4e1a95ceae5693bd7a65690c3251f6.tar.gz gsoc2013-evolution-3fcf0b4edc4e1a95ceae5693bd7a65690c3251f6.tar.zst gsoc2013-evolution-3fcf0b4edc4e1a95ceae5693bd7a65690c3251f6.zip |
** Dunno why i bothered, but see bug #58090.
2004-05-07 Not Zed <NotZed@Ximian.com>
** Dunno why i bothered, but see bug #58090.
* importers/netscape-importer.c
(netscape_filter_parse_conditions): check for custom headers
properly.
(netscape_filter_flatfile_get_entry): put in some validate checks.
(netscape_filter_to_evol_filter): implement custom headers properly.
(ns_filter_condition_types): add missing "status" string.
svn path=/trunk/; revision=25820
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 445309089f..249dfa3f06 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,14 @@ 2004-05-07 Not Zed <NotZed@Ximian.com> + ** Dunno why i bothered, but see bug #58090. + + * importers/netscape-importer.c + (netscape_filter_parse_conditions): check for custom headers + properly. + (netscape_filter_flatfile_get_entry): put in some validate checks. + (netscape_filter_to_evol_filter): implement custom headers properly. + (ns_filter_condition_types): add missing "status" string. + ** See #58017. * message-list.c (mail_regen_list): use thread_queued, so we don't |