diff options
Diffstat (limited to 'config/extra/mutt')
-rw-r--r-- | config/extra/mutt/configs/billy@spacehb.net.muttrc | 6 | ||||
-rw-r--r-- | config/extra/mutt/configs/luca@spacehb.net.muttrc | 6 | ||||
-rw-r--r-- | config/extra/mutt/configs/tlast@spacehb.net.muttrc | 6 |
3 files changed, 9 insertions, 9 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" diff --git a/config/extra/mutt/configs/luca@spacehb.net.muttrc b/config/extra/mutt/configs/luca@spacehb.net.muttrc index 85b65d3..3cf7b68 100644 --- a/config/extra/mutt/configs/luca@spacehb.net.muttrc +++ b/config/extra/mutt/configs/luca@spacehb.net.muttrc @@ -4,9 +4,9 @@ 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 folder = "$HOME/.local/share/mail/luca@spacehb.net" +set header_cache = "$HOME/.cache/mutt-wizard/luca_spacehb.net/headers" +set message_cachedir = "$HOME/.cache/mutt-wizard/luca_spacehb.net/bodies" set mbox_type = Maildir set hostname = "spacehb.net" set spoolfile = "+INBOX" diff --git a/config/extra/mutt/configs/tlast@spacehb.net.muttrc b/config/extra/mutt/configs/tlast@spacehb.net.muttrc index a0248ec..33910e4 100644 --- a/config/extra/mutt/configs/tlast@spacehb.net.muttrc +++ b/config/extra/mutt/configs/tlast@spacehb.net.muttrc @@ -4,9 +4,9 @@ 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/tlast_spacehb.net/headers" -set message_cachedir = "/home/aluc/.cache/mutt-wizard/tlast_spacehb.net/bodies" +set folder = "$HOME/.local/share/mail/tlast@spacehb.net" +set header_cache = "$HOME/.cache/mutt-wizard/tlast_spacehb.net/headers" +set message_cachedir = "$HOME/.cache/mutt-wizard/tlast_spacehb.net/bodies" set mbox_type = Maildir set hostname = "spacehb.net" set spoolfile = "+INBOX" |