From 9e908456dd759c71d2d8d916806a83d8e6df3e29 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 1 Jan 2018 23:18:52 +0000 Subject: [PATCH] mutt: use relative paths where possible --- mutt/muttrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mutt/muttrc b/mutt/muttrc index e7b41ba..9ae03e6 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -82,7 +82,7 @@ unset record # do not move sent msgs to a folder, gmail d unset move # do not move read msgs, gmail does that set postponed = "+gmail/drafts" # drafts folder set header_cache = "~/.cache/mutt" # cache headers for speedss -source $my_config_dir/mailboxes # source mailboxes generetated by offlineimap +source mailboxes # source mailboxes generetated by offlineimap # SMTP: msmtp set sendmail = /usr/bin/msmtp # use msmtp @@ -103,6 +103,6 @@ group -group nosign -rx jira@.*atlassian.net send-hook . "set crypt_autosign = yes" send-hook "%t nosign" "set crypt_autosign = no" -source $my_config_dir/hooks -source $my_config_dir/bindings -source $my_config_dir/colors/badfox # color theme +source hooks +source bindings +source colors/badfox # color theme -- 2.48.1