commit bb63e512228e2d39d354887b91791490dde00cec
parent 799101b092d950869e18203b3737c650cd979689
Author: Luke Smith <luke@lukesmith.xyz>
Date: Wed, 16 Jan 2019 14:19:21 -0500
Merge pull request #109 from luukvbaal/patch-1
actual urlscan fix
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/muttrc b/muttrc
@@ -44,8 +44,8 @@ bind index \005 next-undeleted # Mouse wheel
bind pager \031 previous-line # Mouse wheel
bind pager \005 next-line # Mouse wheel
macro index,pager S <sync-mailbox>
-macro index,pager \Cu "|urlscan -r 'setsid $BROWSER {}'"\n
-macro index,pager ,, "|urlscan -r 'setsid $BROWSER {}'"\n
+macro index,pager \Cu "|urlscan -r 'setsid $BROWSER \"{}\"'"\n
+macro index,pager ,, "|urlscan -r 'setsid $BROWSER \"{}\"'"\n
# View attachments properly.
bind attach <return> view-mailcap