diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-02 00:31:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-02 00:31:23 +0800 |
commit | 1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb (patch) | |
tree | c90f7b743fcb3863cf8e844b2017f6607d6228ac /mail/ChangeLog | |
parent | ba45132d650d5adde1ea0435d0d69cf05b200c18 (diff) | |
download | gsoc2013-evolution-1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb.tar gsoc2013-evolution-1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb.tar.gz gsoc2013-evolution-1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb.tar.bz2 gsoc2013-evolution-1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb.tar.lz gsoc2013-evolution-1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb.tar.xz gsoc2013-evolution-1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb.tar.zst gsoc2013-evolution-1fd58574ff6709cf0cb0c9ecc2d0aac32e40c0fb.zip |
[Fix #24732]
(process_item_fn): Set
deleted to FALSE when not having Mozilla status headers. Before
it was being left uninitialized and so there was a pretty good
chance that its value would be nonzero and hence the message would
not be imported...
svn path=/trunk/; revision=18278
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a5b3f14f67..ab17fc1052 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-10-01 Ettore Perazzoli <ettore@ximian.com> + + [Fix #24732] + + * importers/evolution-mbox-importer.c (process_item_fn): Set + deleted to FALSE when not having Mozilla status headers. Before + it was being left uninitialized and so there was a pretty good + chance that its value would be nonzero and hence the message would + not be imported... + 2002-10-01 Not Zed <NotZed@Ximian.com> * folder-browser.c (on_cursor_activated): cursor activated on |