summaryrefslogtreecommitdiff
path: root/mail/docs/hacking.rst
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2015-06-15 21:24:00 +0200
committerRuben Pollan <meskio@sindominio.net>2015-06-15 21:24:00 +0200
commit0413a50b42eae2f1cd609d2a3c07edc6def87a51 (patch)
treee259c81cee4ef9fc3d2c6989e1a23f60c6819465 /mail/docs/hacking.rst
parentbaaae108dd9d0dbcdfe49da5690f49d40f5ce0a9 (diff)
parenta5d45022906baa136cb0c6e576ff37b4f7178507 (diff)
Merge branch 'feature/post-sync-hooks' into develop
Diffstat (limited to 'mail/docs/hacking.rst')
-rw-r--r--mail/docs/hacking.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/docs/hacking.rst b/mail/docs/hacking.rst
index bd9f7925..d5669e15 100644
--- a/mail/docs/hacking.rst
+++ b/mail/docs/hacking.rst
@@ -52,6 +52,19 @@ currently) not try to sync with remote replicas. Very useful during development,
although you need to login with the remote server at least once before being
able to use it.
+Mutt config
+===========
+
+You cannot live without mutt? You're lucky! Use the following minimal config
+with the imap service::
+
+ set folder="imap://user@provider@localhost:1984"
+ set spoolfile="imap://user@provider@localhost:1984/INBOX"
+ set ssl_starttls = no
+ set ssl_force_tls = no
+ set imap_pass=MAHSIKRET
+
+
Running the service with twistd
===============================