From 5941be5d1f1a85e5498f0647b659056ff7fa125f Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 13 Sep 2018 12:21:09 -0400 Subject: [PATCH] Added urlscan to the mix. --- fleacollar.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fleacollar.sh b/fleacollar.sh index c579b2f..fc6611a 100755 --- a/fleacollar.sh +++ b/fleacollar.sh @@ -162,6 +162,8 @@ initialize_directory() if ! [ -f "$muttHome/macros" ]; then echo "macro index 'c' '?^K='" > "$muttHome/macros" echo "bind index \"^\" imap-fetch-mail\"" >> "$muttHome/macros" + echo "macro pager \cb 'urlview' 'Follow links with urlview'" >> "$muttHome/macros" + echo "macro attach 'B' \"cat >~/.cache/mutt/mail.html && $BROWSER ~/.cache/\"" >> "$muttHome/macros" fi # Create basic muttrc if ! [ -f "$muttHome/muttrc" ]; then