Merge pull request #109 from luukvbaal/patch-1

actual urlscan fix
This commit is contained in:
Luke Smith
2019-01-16 14:19:21 -05:00
committed by GitHub

4
muttrc
View File

@ -44,8 +44,8 @@ bind index \005 next-undeleted # Mouse wheel
bind pager \031 previous-line # Mouse wheel bind pager \031 previous-line # Mouse wheel
bind pager \005 next-line # Mouse wheel bind pager \005 next-line # Mouse wheel
macro index,pager S <sync-mailbox> macro index,pager S <sync-mailbox>
macro index,pager \Cu "|urlscan -r 'setsid $BROWSER {}'"\n macro index,pager \Cu "|urlscan -r 'setsid $BROWSER \"{}\"'"\n
macro index,pager ,, "|urlscan -r 'setsid $BROWSER {}'"\n macro index,pager ,, "|urlscan -r 'setsid $BROWSER \"{}\"'"\n
# View attachments properly. # View attachments properly.
bind attach <return> view-mailcap bind attach <return> view-mailcap