diff options
author | Aaron Weber <aaron@ximian.com> | 2001-09-19 12:59:32 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-09-19 12:59:32 +0800 |
commit | 473b555274038c64abd485fa8975b19a0c499d16 (patch) | |
tree | e211e155df7e082544e531c0154a63e99d56f0b2 /help/C/config-prefs.sgml | |
parent | 43d70e8d8f998bde427c5b11c617d49a5d6da417 (diff) | |
download | gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar.gz gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar.bz2 gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar.lz gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar.xz gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.tar.zst gsoc2013-evolution-473b555274038c64abd485fa8975b19a0c499d16.zip |
more meetings-by-mail additions. Had no idea this needed so much work.
2001-09-19 Aaron Weber <aaron@ximian.com>
* C/usage-calendar.sgml: more meetings-by-mail additions. Had no
idea this needed so much work.
* C/usage-mail.sgml: Added info about meetings-by-mail.
* C/menuref.sgml: added F9 instructions.
* C/config-prefs.sgml: added info on how to connect to an arbitrary port.
* C/usage-mail.sgml: Revised gnome-vfs-http-proxy info.
* C/usage-exec-summary.sgml: added gnome-vfs-http-proxy
info. Almost the same as the stuff in usage-mail.
* C/usage-mail-org.sgml: removed regex item.
svn path=/trunk/; revision=12971
Diffstat (limited to 'help/C/config-prefs.sgml')
-rw-r--r-- | help/C/config-prefs.sgml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/help/C/config-prefs.sgml b/help/C/config-prefs.sgml index 48da53b775..001add09c6 100644 --- a/help/C/config-prefs.sgml +++ b/help/C/config-prefs.sgml @@ -132,6 +132,21 @@ connection. To turn SSL connections on, just click the <guibutton>Use Secure Connection (SSL)</guibutton> button. + +<note id="config-arbitrary-port"> +<title>Specifying Port Numbers</title> +<para> +Your system administrator may ask you to connect to a specific port on +a mail server. To specify which port you use, just type a colon and +the port number after the server name. For example, to connect to port +143 on the server smtp.omniport.com, you would enter +as +<userinput> +smtp.omniport.com:143 +</userinput> as the server name. +</para> +</note> + </para> </listitem> </varlistentry> |