diff options
author | Kali Kaneko <kali@leap.se> | 2015-06-10 17:50:09 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-06-10 17:50:09 -0400 |
commit | 061024899e29f745b3c375930b60247de36e2fd3 (patch) | |
tree | adf90dabed9caa9ebdb75c37eba7055b030930ac | |
parent | b7d1c1b40b18c8336edc07c76ef9b3047d0bf95b (diff) |
[docs] minimal mutt configuration snippet
because we love to test with mutt.
-rw-r--r-- | docs/hacking.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/hacking.rst b/docs/hacking.rst index bd9f792..d5669e1 100644 --- a/docs/hacking.rst +++ b/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 =============================== |