diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 13:45:41 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-25 13:45:41 +0100 |
commit | 856fc4cc30dc87bd41436ea7dd7f9aabc1f258c1 (patch) | |
tree | 2e69176bc77de6f04056560d85b8d91483917756 /config/extra/mutt | |
parent | 176d9eb9fe859038c9e5e5ea1d0d3616b0d86568 (diff) |
added muttrc configs
Diffstat (limited to 'config/extra/mutt')
-rw-r--r-- | config/extra/mutt/configs/billy@spacehb.net.muttrc | 18 | ||||
-rw-r--r-- | config/extra/mutt/configs/luca@spacehb.net.muttrc | 18 |
2 files changed, 36 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" diff --git a/config/extra/mutt/configs/luca@spacehb.net.muttrc b/config/extra/mutt/configs/luca@spacehb.net.muttrc new file mode 100644 index 0000000..85b65d3 --- /dev/null +++ b/config/extra/mutt/configs/luca@spacehb.net.muttrc @@ -0,0 +1,18 @@ +# vim: filetype=neomuttrc +# muttrc file for account luca@spacehb.net +set realname = "Luca" +set from = "luca@spacehb.net" +set sendmail = "msmtp -a luca@spacehb.net" +alias me luca <luca@spacehb.net> +set folder = "/home/aluc/.local/share/mail/luca@spacehb.net" +set header_cache = "/home/aluc/.cache/mutt-wizard/luca_spacehb.net/headers" +set message_cachedir = "/home/aluc/.cache/mutt-wizard/luca_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 luca@spacehb.net<enter>" "sync luca@spacehb.net" +mailboxes "=Drafts" "=Sent" "=Junk" "=INBOX" |