diff options
Diffstat (limited to 'imap/docs/drivers.txt')
-rw-r--r-- | imap/docs/drivers.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/imap/docs/drivers.txt b/imap/docs/drivers.txt index de91aa53..0d4c77c9 100644 --- a/imap/docs/drivers.txt +++ b/imap/docs/drivers.txt @@ -114,14 +114,14 @@ prefix of the mailbox name. On UNIX, the following rules apply: Prefix Interpretation of Suffix ------ ------------------------ -/ [black box] preceeds a user name; "/foo/bar" means +/ [black box] precedes a user name; "/foo/bar" means "black box user foo's mailbox bar" - [not black box] preceeds an absolute path name. -~ [not black box] preceeds a user name; "~foo/bar" means + [not black box] precedes an absolute path name. +~ [not black box] precedes a user name; "~foo/bar" means "UNIX user foo's mailbox bar" -#ftp/ preceeds UNIX user ftp's mailbox name -#public/ preceeds UNIX user imappublic's mailbox name -#shared/ preceeds UNIX user imapshared's mailbox name +#ftp/ precedes UNIX user ftp's mailbox name +#public/ precedes UNIX user imappublic's mailbox name +#shared/ precedes UNIX user imapshared's mailbox name All other names are interpreted in the context of the UNIX user's home directory (not black box), the black box user's black box directory |