aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2001-01-06 04:33:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-06 04:33:11 +0800
commit63c43c06ab55e11af6257e910db9f60e279d5e67 (patch)
treec4f4b823bcd5183cfa110d440c00acceea211dcd /mail/ChangeLog
parentfc9fd0c4dd4e41c90e494d25e38b5bc49bb3aeaf (diff)
downloadgsoc2013-evolution-63c43c06ab55e11af6257e910db9f60e279d5e67.tar
gsoc2013-evolution-63c43c06ab55e11af6257e910db9f60e279d5e67.tar.gz
gsoc2013-evolution-63c43c06ab55e11af6257e910db9f60e279d5e67.tar.bz2
gsoc2013-evolution-63c43c06ab55e11af6257e910db9f60e279d5e67.tar.lz
gsoc2013-evolution-63c43c06ab55e11af6257e910db9f60e279d5e67.tar.xz
gsoc2013-evolution-63c43c06ab55e11af6257e910db9f60e279d5e67.tar.zst
gsoc2013-evolution-63c43c06ab55e11af6257e910db9f60e279d5e67.zip
Renamed from _delete_mail (mail_config_druid_get_transport_url): New
2001-01-05 Jeffrey Stedfast <fejj@helixcode.com> * mail-config-druid.c (mail_config_druid_get_incoming_keep_mail): Renamed from _delete_mail (mail_config_druid_get_transport_url): New convenience function that replaces the get_hostname, get_protocol, etc. (mail_config_druid_get_source_url): Same. * mail-config-druid.glade: Changed "Delete mail from server" to "Keep mail on server" as this has a more positive ring to it. Both I and Aaron agree this is the better phrase. svn path=/trunk/; revision=7272
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 84cbebf16b..1225491d10 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -2,6 +2,9 @@
* mail-config-druid.c (mail_config_druid_get_incoming_keep_mail):
Renamed from _delete_mail
+ (mail_config_druid_get_transport_url): New convenience function
+ that replaces the get_hostname, get_protocol, etc.
+ (mail_config_druid_get_source_url): Same.
* mail-config-druid.glade: Changed "Delete mail from server" to
"Keep mail on server" as this has a more positive ring to it. Both