diff --git a/testsite/mutt/jane.doe/config b/testsite/mutt/jane.doe/config new file mode 100644 index 0000000000000000000000000000000000000000..4dfc01a81eb422e59779f09f3a27721d77c79f63 --- /dev/null +++ b/testsite/mutt/jane.doe/config @@ -0,0 +1,37 @@ +# Set some general user information. +set realname = "Jane Doe" +set from = "jane.doe@example.com" +set envelope_from = yes + +# Configure IMAP. +set imap_user = "jane.doe@example.com" +set imap_pass = "janedoe" +set folder = imap://mail.example.com/ + +# Default mailboxes. +set spoolfile = "=INBOX" +set record = "=Sent Items" +set postponed = "=Drafts" + +# Configure SMTP. +set smtp_url = smtp://jane.doe@example.com@mail.example.com:587/ +set smtp_pass = $imap_pass + +# Configure TLS. +set ssl_ca_certificates_file = tls/ca.pem + +# Configure convenient shortcut for fetching new mail. +bind index G imap-fetch-mail + +# Configure various paths explicitly to prevent them from clashing +# with user's system-wide files. +set alias_file = mutt/jane.doe/config +set certificate_file = mutt/jane.doe/certificates +set folder = mutt/jane.doe/mail +set history_file = mutt/jane.doe/history +set mbox = mutt/jane.doe/mbox +set news_cache_dir = mutt/jane.doe/news_cache +set newsrc = mutt/jane.doe/newsrc +set postponed = mutt/jane.doe/postponed +set record = mutt/jane.doe/record +set signature = mutt/jane.doe/signature