summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-16 13:54:29 -0500
committerGitHub <noreply@github.com>2019-01-16 13:54:29 -0500
commit799101b092d950869e18203b3737c650cd979689 (patch)
treef9477b0aafc81408b740a0799eba62a7bcb6a730
parent4e058b4b2e01b48f2e010613bab1d6f3e90f6c26 (diff)
parent968c9261306f17f92069273078ff65edad8123f3 (diff)
Merge pull request #108 from luukvbaal/patch-2
urlscan fix
-rw-r--r--muttrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/muttrc b/muttrc
index 7712942..9ace1aa 100644
--- 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 'echo {} | setsid xargs $BROWSER &'"\n
-macro index,pager ,, "|urlscan -r 'echo {} | setsid xargs $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