diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-10 09:53:47 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-10 09:53:47 +0100 |
commit | 0467fa38e57589f2bcd5cfeca5643f360800460e (patch) | |
tree | 30fe3d379312073177b9425b76b782947b11a9dc /config/extra/mutt/configs/billy@spacehb.net.muttrc | |
parent | c8283a1ef06b15ab0b5871655f4bfaefe9518673 (diff) |
checkpoint
Diffstat (limited to 'config/extra/mutt/configs/billy@spacehb.net.muttrc')
-rw-r--r-- | config/extra/mutt/configs/billy@spacehb.net.muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/extra/mutt/configs/billy@spacehb.net.muttrc b/config/extra/mutt/configs/billy@spacehb.net.muttrc index 0bf375c..118c063 100644 --- a/config/extra/mutt/configs/billy@spacehb.net.muttrc +++ b/config/extra/mutt/configs/billy@spacehb.net.muttrc @@ -4,9 +4,9 @@ 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 folder = "$HOME/.local/share/mail/billy@spacehb.net" +set header_cache = "$HOME/.cache/mutt-wizard/billy_spacehb.net/headers" +set message_cachedir = "$HOME/.cache/mutt-wizard/billy_spacehb.net/bodies" set mbox_type = Maildir set hostname = "spacehb.net" set spoolfile = "+INBOX" |