diff options
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" |