Added urlscan to the mix.

This commit is contained in:
Storm Dragon 2018-09-13 12:21:09 -04:00
parent 93f98f2529
commit 5941be5d1f

@ -162,6 +162,8 @@ initialize_directory()
if ! [ -f "$muttHome/macros" ]; then
echo "macro index 'c' '<change-folder>?<change-dir><home>^K=<enter>'" > "$muttHome/macros"
echo "bind index \"^\" imap-fetch-mail\"" >> "$muttHome/macros"
echo "macro pager \cb <pipe-entry>'urlview'<enter> 'Follow links with urlview'" >> "$muttHome/macros"
echo "macro attach 'B' \"<pipe-entry>cat >~/.cache/mutt/mail.html && $BROWSER ~/.cache/\"" >> "$muttHome/macros"
fi
# Create basic muttrc
if ! [ -f "$muttHome/muttrc" ]; then