aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-04-30 04:19:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-04-30 04:19:32 +0800
commit8f07a288b4cec7df3d5bcefd43158061a8073886 (patch)
tree39b9e272528533725b8eccfe56cf0639c0b5a365 /mail/ChangeLog
parentc38efb6c5009e2a2c3d4cf689aa56ce8453d3ad5 (diff)
downloadgsoc2013-evolution-8f07a288b4cec7df3d5bcefd43158061a8073886.tar
gsoc2013-evolution-8f07a288b4cec7df3d5bcefd43158061a8073886.tar.gz
gsoc2013-evolution-8f07a288b4cec7df3d5bcefd43158061a8073886.tar.bz2
gsoc2013-evolution-8f07a288b4cec7df3d5bcefd43158061a8073886.tar.lz
gsoc2013-evolution-8f07a288b4cec7df3d5bcefd43158061a8073886.tar.xz
gsoc2013-evolution-8f07a288b4cec7df3d5bcefd43158061a8073886.tar.zst
gsoc2013-evolution-8f07a288b4cec7df3d5bcefd43158061a8073886.zip
Strip leading/trailing whitespace from the username because users
2002-04-29 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c (save_service): Strip leading/trailing whitespace from the username because users sometimes accidently add extra spaces here and there. Fixes bug #24009 (along with a number of other "bugs"). (mail_account_gui_auto_detect_extra_conf): Use a CamelURL instead of a GHashTable *settings. Also parse out the port # from the hostname. svn path=/trunk/; revision=16633
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 3ef4cdfa68..3b8f49b304 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -4,6 +4,9 @@
whitespace from the username because users sometimes accidently
add extra spaces here and there. Fixes bug #24009 (along with a
number of other "bugs").
+ (mail_account_gui_auto_detect_extra_conf): Use a CamelURL instead
+ of a GHashTable *settings. Also parse out the port # from the
+ hostname.
2002-04-29 Larry Ewing <lewing@ximian.com>