diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-09 04:27:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-09 04:27:44 +0800 |
commit | a6d5f65b4e7d1f131d60e94061a4d951af1606df (patch) | |
tree | 0276719c783628ad3b7773ef01ce6b52923e963a /mail/ChangeLog | |
parent | a599d0dd765ac86cf0f1f069b19f15a8179b9c05 (diff) | |
download | gsoc2013-evolution-a6d5f65b4e7d1f131d60e94061a4d951af1606df.tar gsoc2013-evolution-a6d5f65b4e7d1f131d60e94061a4d951af1606df.tar.gz gsoc2013-evolution-a6d5f65b4e7d1f131d60e94061a4d951af1606df.tar.bz2 gsoc2013-evolution-a6d5f65b4e7d1f131d60e94061a4d951af1606df.tar.lz gsoc2013-evolution-a6d5f65b4e7d1f131d60e94061a4d951af1606df.tar.xz gsoc2013-evolution-a6d5f65b4e7d1f131d60e94061a4d951af1606df.tar.zst gsoc2013-evolution-a6d5f65b4e7d1f131d60e94061a4d951af1606df.zip |
Instead of comparing old/new CamelStore objects, just compare their
2002-08-08 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_save): Instead of comparing
old/new CamelStore objects, just compare their account urls since
changing params would still result in the same CamelStore
object. Fixes bug #18539.
svn path=/trunk/; revision=17748
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 939cf82ffe..6b1afcda89 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,10 @@ 2002-08-08 Jeffrey Stedfast <fejj@ximian.com> + * mail-account-gui.c (mail_account_gui_save): Instead of comparing + old/new CamelStore objects, just compare their account urls since + changing params would still result in the same CamelStore + object. Fixes bug #18539. + * mail-callbacks.c (delete_msg): Don't check permanent_flags for the CAMEL_MESSAGE_DELETED bit here, if we are gonna check to see if the folder supports the permanent flag then there are better |