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