diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-27 06:45:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-27 06:45:48 +0800 |
commit | 190eb88cdc6438875a4434030c60346480cf89b1 (patch) | |
tree | d1d35b9045e3f68439c2e3bab71197dee359d648 /mail/ChangeLog | |
parent | ffb6a1d2292be2909273e276fba93951ee6276c5 (diff) | |
download | gsoc2013-evolution-190eb88cdc6438875a4434030c60346480cf89b1.tar gsoc2013-evolution-190eb88cdc6438875a4434030c60346480cf89b1.tar.gz gsoc2013-evolution-190eb88cdc6438875a4434030c60346480cf89b1.tar.bz2 gsoc2013-evolution-190eb88cdc6438875a4434030c60346480cf89b1.tar.lz gsoc2013-evolution-190eb88cdc6438875a4434030c60346480cf89b1.tar.xz gsoc2013-evolution-190eb88cdc6438875a4434030c60346480cf89b1.tar.zst gsoc2013-evolution-190eb88cdc6438875a4434030c60346480cf89b1.zip |
Fixes for bug #53251.
2004-01-26 Jeffrey Stedfast <fejj@ximian.com>
Fixes for bug #53251.
* mail-account-gui.c (mail_account_gui_new): Convert the account
drafts/sent folder uris to camel uris.
(mail_account_gui_save): Convert drafts/sent camel uris into
mailer uris when setting them on the account. Also, don't compare
against file: anymore since those uris don't exist anymore.
* em-migrate.c (em_upgrade_accounts_1_4): Update the drafts/sent
folder uris.
svn path=/trunk/; revision=24452
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b5ca55109a..2e5984f39a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,18 @@ 2004-01-26 Jeffrey Stedfast <fejj@ximian.com> + Fixes for bug #53251. + + * mail-account-gui.c (mail_account_gui_new): Convert the account + drafts/sent folder uris to camel uris. + (mail_account_gui_save): Convert drafts/sent camel uris into + mailer uris when setting them on the account. Also, don't compare + against file: anymore since those uris don't exist anymore. + + * em-migrate.c (em_upgrade_accounts_1_4): Update the drafts/sent + folder uris. + +2004-01-26 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-tree.c (tree_drag_begin): Set priv->drag_row. 2004-01-26 Aaron Weber <aaron@ximian.com> |