Showing 1 changed files with 10 additions and 0 deletions
+10
.mutt/account_infos.example
... ...
@@ -0,0 +1,10 @@
1
+# Automatically log in to this mailbox at startup
2
+set spoolfile="imap://foo@imap.bar.fr"
3
+# Define the = shortcut, and the entry point for the folder browser (c?)
4
+set folder="imap://foo@imap.bar.fr"
5
+set record="=Sent"
6
+set postponed="=Drafts"
7
+set imap_user="foo"
8
+set imap_pass="xxxxxxxxx"
9
+set envelope_from_address="foo@bar.fr"
10
+