diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-19 00:33:25 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-07-19 00:33:25 +0200 |
commit | 86c5ff5335a1adaf721778bdfcb79ff06726e71f (patch) | |
tree | 1647b222786a82cd7cb7d090467fa23269ce9141 /config/extra | |
parent | 58f6aa8956d7e5b512fccc4dbc83704de3e0719a (diff) |
checkpoint
Diffstat (limited to 'config/extra')
-rw-r--r-- | config/extra/mutt/configs/tlast@spacehb.net.muttrc | 18 | ||||
-rw-r--r-- | config/extra/mutt/muttrc | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/config/extra/mutt/configs/tlast@spacehb.net.muttrc b/config/extra/mutt/configs/tlast@spacehb.net.muttrc new file mode 100644 index 0000000..ebe67bd --- /dev/null +++ b/config/extra/mutt/configs/tlast@spacehb.net.muttrc @@ -0,0 +1,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/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 tlast@spacehb.net<enter>" "sync tlast@spacehb.net" +mailboxes "=Drafts" "=Sent" "=Junk" "=INBOX" diff --git a/config/extra/mutt/muttrc b/config/extra/mutt/muttrc index a5cfa90..7572eac 100644 --- a/config/extra/mutt/muttrc +++ b/config/extra/mutt/muttrc @@ -1 +1 @@ -source /home/aluc/.config/mutt/configs/raymaekers.luca@gmail.com +source /home/aluc/.config/mutt/configs/tlast@spacehb.net.muttrc |