diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-01-09 00:42:55 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-01-09 00:42:55 +0800 |
commit | a4db79a6d67be58e2922bc101e9db92b5a24d6cf (patch) | |
tree | 342f8a1d2af61b5deb4d60647e07f4d73661676a /mail/ChangeLog | |
parent | d39b2d01d985e2e86857f1d632c8b821bdacb939 (diff) | |
download | gsoc2013-evolution-a4db79a6d67be58e2922bc101e9db92b5a24d6cf.tar.gz gsoc2013-evolution-a4db79a6d67be58e2922bc101e9db92b5a24d6cf.tar.zst gsoc2013-evolution-a4db79a6d67be58e2922bc101e9db92b5a24d6cf.zip |
Make the mbox importer check for Mozilla status headers and act on them.
svn path=/trunk/; revision=15265
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 962845a38b..18e9198358 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,17 @@ +2002-01-08 Iain Holmes <iain@ximian.com> + + * importers/evolution-mbox-importer.c (string_to_int): Takes a hex + string and converts it to an int. + (get_info_from_mozilla): Creates a CamelMessageInfo structure from + the X-Mozilla-Status header. + (process_item_fn): Check for the X-Mozilla-Status header and if it + is present call get_info_from_mozilla. If get_info_from_mozilla + returns that the message was marked as deleted but never expunged + it isn't imported. + + * importers/mozilla-status-headers.h: Stuff Evolution cares about + from the mozilla header. + 2002-01-07 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_set_new_mail_notify_sound_file): Renamed. |