dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit ff71a3bc5145bd60e373a36254caf435ebc468cf
parent ac20e26f7dbce85eeb5026618835083677b15af2
Author: Chris Bracken <chris@bracken.jp>
Date:   Wed, 13 Oct 2021 16:32:33 -0700

mutt: revert to using urlview

On systems where urlview is unavailable we can set an alias such as:

    alias urlview="urlscan -c" instead.

urlscan isn't in the FreBSD ports tree.

Diffstat:
M.config/mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -105,7 +105,7 @@ bind pager <space> half-down bind pager R group-reply bind pager ? search-opposite bind attach <return> view-mailcap # View attachments properly. -macro pager \Cu "|urlscan -c<enter>" "call urlview to open links" +macro pager \Cu "|urlview<enter>" "call urlview to open links" # Header Options ------------------------------------- ignore * # ignore all headers