Browse Source

urlscan fix

tags/v3.1
luukvbaal 5 years ago
committed by GitHub
parent
commit
968c926130
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      muttrc

+ 2
- 2
muttrc View File

@@ -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


Loading…
Cancel
Save