blob: a0248ec910c8ddad485e81e32d3fa8deeba67a1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# vim: filetype=neomuttrc
# muttrc file for account tlast@spacehb.net
set realname = "TlasT"
set from = "tlast@spacehb.net"
set sendmail = "msmtp -a tlast@spacehb.net"
alias me tlast <tlast@spacehb.net>
set folder = "/home/aluc/.local/share/mail/tlast@spacehb.net"
set header_cache = "/home/aluc/.cache/mutt-wizard/tlast_spacehb.net/headers"
set message_cachedir = "/home/aluc/.cache/mutt-wizard/tlast_spacehb.net/bodies"
set mbox_type = Maildir
set hostname = "spacehb.net"
set spoolfile = "+INBOX"
set postponed = "+Drafts"
set trash = "+Trash"
set record = "+Sent"
macro index o "<shell-escape>mailsync tlast@spacehb.net<enter>" "sync tlast@spacehb.net"
mailboxes "=Drafts" "=Sent" "=Junk" "=INBOX"
|