diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-03 04:16:53 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-03 04:16:53 +0800 |
commit | 3694d8a1359eee3ff5e834056130c02f08ae0f0b (patch) | |
tree | ce2daf82ec94fccfb4bb7a86d9ec012d592af896 /mail/ChangeLog | |
parent | 853d2b99ff4a6509cad65e893a84bb00bae4f669 (diff) | |
download | gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.gz gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.bz2 gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.lz gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.xz gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.tar.zst gsoc2013-evolution-3694d8a1359eee3ff5e834056130c02f08ae0f0b.zip |
Remove "Port" entry from source dialog. We'll use "host:port" like
* mail-config-gui.c: Remove "Port" entry from source dialog. We'll
use "host:port" like Netscape and other programs do.
(service_page_get_url): If host ends in ":###", use that as port.
(service_page_set_url): If URL contains a port, append it to the
hostname, separated by a colon.
svn path=/trunk/; revision=5670
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 90b3b125ea..6b2974772e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2000-10-02 Dan Winship <danw@helixcode.com> + + * mail-config-gui.c: Remove "Port" entry from source dialog. We'll + use "host:port" like Netscape and other programs do. + (service_page_get_url): If host ends in ":###", use that as port. + (service_page_set_url): If URL contains a port, append it to the + hostname, separated by a colon. + 2000-10-02 Chris Toshok <toshok@helixcode.com> * Makefile.am (evolution_mail_SOURCES): subscribe-control.[ch] -> subscribe_dialog.[ch] |