mutt-wizard

fork of Luke Smiths mutt-wizard
git clone git://git.jakekoroman.com/mutt-wizard
Log | Files | Refs | README | LICENSE

commit 6e6c3b0e5dd4a47d638d92ea3a56c951ab05f6c7
parent cdc1c9d66c6bb500c3bf731d7c5de7b26c302fcb
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Sun,  7 Oct 2018 15:47:22 -0400

switch to urlscan

Diffstat:
MREADME.md | 2+-
Mmuttrc | 6+++---
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -79,7 +79,7 @@ accounts. The automatically deployed configs will look for certain programs for certain extra abilities. Consider installing the following for the extra functionality. -+ `urlview` -- Detecting and following links with `ctrl-u` ++ `urlscan` -- Detecting and following links with `ctrl-u` + `mupdf` -- for viewing attached pdfs (`v` to view attachments, then select .pdf) + `notmuch` -- for mail searching and indexing set to `ctrl-f`. Be sure to run diff --git a/muttrc b/muttrc @@ -39,9 +39,9 @@ bind index D delete-message bind index U undelete-message bind index F search bind index,pager R group-reply -macro index,pager S '<sync-mailbox><shell-escape>pkill -RTMIN+12 i3blocks<enter>' -macro index,pager \Cu |urlview\n -macro index,pager ,, |urlview\n +macro index,pager S <sync-mailbox> +macro index,pager \Cu |urlscan\n +macro index,pager ,, |urlscan\n # View attachments properly. bind attach <return> view-mailcap