diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-01-15 19:26:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 19:26:44 -0500 |
commit | 4e058b4b2e01b48f2e010613bab1d6f3e90f6c26 (patch) | |
tree | 5ea3c63b5c1f2ad7e9cf20a54a50b2ddbd3fe9d2 /muttrc | |
parent | 5925f02e8c9b24e4ef949d3cae6a2fd119928609 (diff) | |
parent | c72b8e710a039e17f609f0432a3ab7d6cf48481f (diff) |
Merge pull request #107 from luukvbaal/patch-1
send browser to backgroud
Diffstat (limited to 'muttrc')
-rw-r--r-- | muttrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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\n -macro index,pager ,, |urlscan\n +macro index,pager \Cu "|urlscan -r 'echo {} | setsid xargs $BROWSER &'"\n +macro index,pager ,, "|urlscan -r 'echo {} | setsid xargs $BROWSER &'"\n # View attachments properly. bind attach <return> view-mailcap |