diff options
author | luukvbaal <31730729+luukvbaal@users.noreply.github.com> | 2019-01-15 23:41:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 23:41:31 +0100 |
commit | caafbb6c0b0550da12d656faac0ebbddab654604 (patch) | |
tree | f8cf27fc5e9f9fee2fe2ea8b2c6d9d17bcf11824 | |
parent | 5925f02e8c9b24e4ef949d3cae6a2fd119928609 (diff) |
send browser to backgroud
-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 {} | parallel xargs $BROWSER'"\n +macro index,pager ,, "|urlscan -r 'echo {} | parallel xargs $BROWSER'"\n # View attachments properly. bind attach <return> view-mailcap |