diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-05 15:58:12 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2021-03-05 15:58:12 +0100 |
commit | 2a04c7f786998410b0afba88094d70ba0ec8bd22 (patch) | |
tree | d5bf96dfac54f8e2c9a75d329b90030ff7767788 /mutt/.neomutt | |
parent | 4ef07d81ddee0887f4710a9308001133a5b029b0 (diff) |
mutt: configureted for 2+ mails
Diffstat (limited to 'mutt/.neomutt')
-rw-r--r-- | mutt/.neomutt/first.email | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mutt/.neomutt/first.email b/mutt/.neomutt/first.email new file mode 100644 index 0000000..c394da9 --- /dev/null +++ b/mutt/.neomutt/first.email @@ -0,0 +1,26 @@ +set realname = "Santo Cariotti" +set from = "<email>" +set use_from = yes +set envelope_from = yes + +set smtp_url = "smtp://<email>@<host>:<port>/" +set smtp_pass = "<password>" + +set imap_user = "<email>" +set imap_pass = "<password>" + +set folder = "~/.mail/<email>" + +set ssl_force_tls = yes +set sendmail = "msmtp -a <email>" +set mbox_type = Maildir +set spoolfile = +INBOX +set record = +Sent +set postponed = +Drafts +set trash = +Trash +mailboxes =INBOX =Sent =Drafts =Trash + +# synchronization settings ['S' to sync] +macro index S "<shell-escape>mbsync -V <email><enter>" "sync email" + +color indicator black color214 |