mutt-config/muttconfig/.mutt/holder-web
2021-01-19 14:57:57 +01:00

19 lines
482 B
Plaintext

# About Me
set from = "michael@holder-web.de"
set realname = "Michael Holder"
# My credentials
set smtp_url = "smtp://michael@holder-web.de@mail.holder-web.de:587/"
set smtp_pass = "xxx"
set imap_user = "michael@holder-web.de"
set imap_pass = "xxx"
# My mailboxes
set folder = "imaps://mail.holder-web.de:993"
set spoolfile = "+INBOX"
set postponed = "+Drafts"
set record = "+Sent"
# # Hook ---- IMPORTANT
account-hook $folder "set imap_user=michael@holder-web.de imap_pass=xxx"