diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-11 03:51:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-11 03:51:03 +0800 |
commit | a45637985e29d9249b4b9e74bacccc7603a1855f (patch) | |
tree | 0e289dd8e5145e14d9b19eebf63c4f94c299f5a8 /mail/ChangeLog | |
parent | 6fe392b30131574317e2e9715f2cee3eac94f9e7 (diff) | |
download | gsoc2013-evolution-a45637985e29d9249b4b9e74bacccc7603a1855f.tar.gz gsoc2013-evolution-a45637985e29d9249b4b9e74bacccc7603a1855f.tar.zst gsoc2013-evolution-a45637985e29d9249b4b9e74bacccc7603a1855f.zip |
Don't add any shortcuts here. (mail_config_remove_account): And don't
2002-05-10 Jeffrey Stedfast <fejj@ximian.com>
* mail-config.c (mail_config_add_account): Don't add any shortcuts
here.
(mail_config_remove_account): And don't remove them here. This
code has never worked properly.
* mail-ops.c (save_part_save): Use the exception enum names rather
than '1' since it makes the code clearer.
svn path=/trunk/; revision=16756
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 fcb6893bed..8e31d99af4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2002-05-10 Jeffrey Stedfast <fejj@ximian.com> + + * mail-config.c (mail_config_add_account): Don't add any shortcuts + here. + (mail_config_remove_account): And don't remove them here. This + code has never worked properly. + + * mail-ops.c (save_part_save): Use the exception enum names rather + than '1' since it makes the code clearer. + 2002-05-10 Dan Winship <danw@ximian.com> * mail-ops.c (transfer_messages_transfer): Simplify. Use |