Adding urlview to muttrc
This commit is contained in:
@@ -75,3 +75,6 @@ source ~/.mutt/mailboxes
|
||||
macro index L "<enter-command>unset wait_key<enter><shell-escape>read -p 'notmuch query: ' x; echo \$x >~/.cache/mutt_terms<enter><limit>~i \"\`notmuch search --output=messages \$(cat ~/.cache/mutt_terms) | head -n 600 | perl -le '@a=<>;chomp@a;s/\^id:// for@a;$,=\"|\";print@a'\`\"<enter>" "show only messages matching a notmuch pattern"
|
||||
# 'a' shows all messages again (supersedes default <alias> binding)
|
||||
macro index a "<limit>all\n" "show all messages (undo limit)"
|
||||
|
||||
# Urlview
|
||||
macro pager \Cu "|urlview<enter>" "call urlview to open links"
|
||||
|
||||
Reference in New Issue
Block a user