summaryrefslogtreecommitdiff
path: root/.mutt/gymli
blob: 7d99b878967ff1c8fbaff4372345116b5564ee8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## IMAP
set mbox_type = Maildir
set folder = ~/.mail/Private
set spoolfile = +INBOX
set header_cache = ~/.cache/mutt
set postponed = +Drafts
set record = +Sent
set trash = +Trash
unmailboxes *
mailboxes =INBOX =Sent =Trash =Drafts =Junk =Archive =INBOX.lists

## SMTP
set from = dholman@gymli.org
set sendmail = "/usr/bin/msmtp -a private -t"

## Hook
account-hook $folder "set imap_user=dholman imap_pass=`pass gymli.org/mail/dholman`"