diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-02 05:17:41 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-02 05:17:41 +0800 |
commit | aae006b30d02086fa0d0fdde5153fb6ac3a73ad8 (patch) | |
tree | e173a84292f4216398f27a6cb4f47c9466c69af1 /mail/ChangeLog | |
parent | 268ac19bf67195c86788f32cfbb66508013971fd (diff) | |
download | gsoc2013-evolution-aae006b30d02086fa0d0fdde5153fb6ac3a73ad8.tar.gz gsoc2013-evolution-aae006b30d02086fa0d0fdde5153fb6ac3a73ad8.tar.zst gsoc2013-evolution-aae006b30d02086fa0d0fdde5153fb6ac3a73ad8.zip |
If we are editing an account, then get the CamelStore associated with the
2002-08-01 Jeffrey Stedfast <fejj@ximian.com>
* mail-account-gui.c (mail_account_gui_save): If we are editing an
account, then get the CamelStore associated with the old account
info and save it in a struct that we will pass along as user_data
to mail_get_store() for the new account url.
(add_new_store): If the old account and new account stores are
identical, then don't remove the old store from the folder
tree. If they are not the same, then remove the old store and add
the new store to the folder tree.
svn path=/trunk/; revision=17674
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ca365eefb5..1d71531b69 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2002-08-01 Jeffrey Stedfast <fejj@ximian.com> + + * mail-account-gui.c (mail_account_gui_save): If we are editing an + account, then get the CamelStore associated with the old account + info and save it in a struct that we will pass along as user_data + to mail_get_store() for the new account url. + (add_new_store): If the old account and new account stores are + identical, then don't remove the old store from the folder + tree. If they are not the same, then remove the old store and add + the new store to the folder tree. + 2002-07-31 Peter Williams <peterw@ximian.com> * mail-folder-cache.c: Add another bitfield "unsub" |