summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAyman Bagabas <ayman.bagabas@gmail.com>2019-07-01 18:14:16 -0400
committerAyman Bagabas <ayman.bagabas@gmail.com>2019-07-01 18:34:07 -0400
commitcd5fd9bde283454bb64549bb064ecd3d50500d23 (patch)
treeedba53d659bb2f747bac5c0aaeceb79f025cf754 /share
parent86cd3ad33f6e6453db54e7cd507e85ec0da32055 (diff)
Make use of PREFIX environment variable
This patch puts the environment variable PREFIX in more use. If specified, mull-wizard Makefile substitute all instances of prefix with the provided environment variable. Signed-off-by: Ayman Bagabas <ayman.bagabas@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/mutt-wizard.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mutt-wizard.muttrc b/share/mutt-wizard.muttrc
index 1ca0503..bd20d50 100644
--- a/share/mutt-wizard.muttrc
+++ b/share/mutt-wizard.muttrc
@@ -3,7 +3,7 @@
# mutt-wizard will have this file sourced from your muttrc.
# In the interest of seamless updating, do not edit this file.
# If you want to override any settings, set those in your muttrc.
-set mailcap_path = /usr/share/mutt-wizard/mailcap
+set mailcap_path = /usr/local/share/mutt-wizard/mailcap
set certificate_file = ~/.cache/mutt-wizard/certificates
set date_format="%y/%m/%d %I:%M%p"
set index_format="%2C %zs %?X?A& ? %D %-15.15F %s (%-4.4c)"