summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-12-09 11:17:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-12-09 11:17:04 +0000
commitd06304a8e1e771a08ca2fdf33d5f768ba9712620 (patch)
tree30855533b0c65c4cfc58886e86adb2f00adf295b /doc
parentc3da5f701a55beffe29d1723b4fda8705be558b7 (diff)
Tommi Komulainen's multiple IMAP usernames patch.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.sgml.head5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head
index 66278a8b..ead39e7f 100644
--- a/doc/manual.sgml.head
+++ b/doc/manual.sgml.head
@@ -1959,11 +1959,14 @@ server, you should use <tt>{imapserver}path/to/folder</tt> where
You can select an alternative port by specifying it with the server, ie:
<tt/{imapserver:port}inbox/.
+You can also specify different username for each folder, ie:
+<tt/{username@imapserver[:port]}inbox/.
+
If Mutt was compiled with SSL support (by running the <em/configure/
script with the <em/--enable-ssl/ flag), connections to IMAP servers
can be encrypted. This naturally requires that the server supports
SSL encrypted connections. To access a folder with IMAP/SSL, you should
-use <tt>{imapserver[:port]/ssl}path/to/folder</tt> as your
+use <tt>{[username@]imapserver[:port]/ssl}path/to/folder</tt> as your
folder path.
Note that not all servers use / as the hierarchy separator. Mutt should