diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 02:25:24 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-15 02:25:24 +0200 |
commit | 277dc0a7f946b90bfe04d6da225b4f53b443d1f6 (patch) | |
tree | f95cb0be35994c33ca38ec7a72a88511367bc992 | |
parent | 9a2a5edacc95c630d37d1215b0c7c938f82b998d (diff) |
wibble
-rw-r--r-- | interimap.1 | 4 | ||||
-rw-r--r-- | interimap.sample | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/interimap.1 b/interimap.1 index 4822259..78f2e5f 100644 --- a/interimap.1 +++ b/interimap.1 @@ -399,8 +399,8 @@ currently supported. .IP \[bu] \fBInterIMAP\fR will probably not work with non RFC-compliant servers. In particular, no work-around are currently implemented beside the -tunable in the configuration file. Morever, few IMAP servers have been -tested so far. +tunables in the \fBCONFIGURATION FILE\fR. Morever, few IMAP servers +have been tested so far. .SH AUTHOR Written by Guilhem Moulin diff --git a/interimap.sample b/interimap.sample index a6dc450..5d9d6d2 100644 --- a/interimap.sample +++ b/interimap.sample @@ -1,4 +1,4 @@ -# database = imap.guilhem.org.db +#database = imap.guilhem.org.db #list-mailbox = "*" list-select-opts = SUBSCRIBED ignore-mailbox = ^virtual/ @@ -10,9 +10,9 @@ command = /usr/lib/dovecot/imap null-stderr = YES [remote] -# type = imaps +#type = imaps host = imap.guilhem.org -# port = 993 +#port = 993 #proxy = socks5h://localhost:9050 username = guilhem password = xxxxxxxxxxxxxxxx |