diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-02 02:13:40 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-02-02 02:13:40 +0100 |
commit | e9752056b6eb824b85854e20dadac31c197cd235 (patch) | |
tree | f60f7ba21b8bdfcfadb7f504679a9b13daa343e0 /config/extra/mutt/configs/billy@spacehb.net.muttrc | |
parent | ca0cec60dacc4e8c6f8f37e0605b72bac54c9ea6 (diff) | |
parent | 541d9fa7014c5c197f7c8a09fa159ac84bd9a6a8 (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/extra/mutt/configs/billy@spacehb.net.muttrc')
-rw-r--r-- | config/extra/mutt/configs/billy@spacehb.net.muttrc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config/extra/mutt/configs/billy@spacehb.net.muttrc b/config/extra/mutt/configs/billy@spacehb.net.muttrc new file mode 100644 index 0000000..0bf375c --- /dev/null +++ b/config/extra/mutt/configs/billy@spacehb.net.muttrc @@ -0,0 +1,18 @@ +# vim: filetype=neomuttrc +# muttrc file for account billy@spacehb.net +set realname = "billy" +set from = "billy@spacehb.net" +set sendmail = "msmtp -a billy@spacehb.net" +alias me billy <billy@spacehb.net> +set folder = "/home/aluc/.local/share/mail/billy@spacehb.net" +set header_cache = "/home/aluc/.cache/mutt-wizard/billy_spacehb.net/headers" +set message_cachedir = "/home/aluc/.cache/mutt-wizard/billy_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 billy@spacehb.net<enter>" "sync billy@spacehb.net" +mailboxes "=Drafts" "=Sent" "=Junk" "=INBOX" |