diff options
| author | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 12:22:54 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@debian.org> | 2014-12-06 12:22:54 +0000 | 
| commit | 3b46701b639248e785d873d03daf1fd85c8450c8 (patch) | |
| tree | 0671d86df8946db5af47d924a03e73696e6bbd23 | |
| parent | Set extbrowser to sensible-browser in w3mconfig (diff) | |
| download | w3m-3b46701b639248e785d873d03daf1fd85c8450c8.tar.gz w3m-3b46701b639248e785d873d03daf1fd85c8450c8.zip | |
Set mailer to use xdg-open in w3mconfig
| -rw-r--r-- | debian/w3mconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/debian/w3mconfig b/debian/w3mconfig index d6c6554..3ba087e 100644 --- a/debian/w3mconfig +++ b/debian/w3mconfig @@ -23,6 +23,7 @@ use_lessopen 0  bgextviewer 1  editor sensible-editor  extbrowser sensible-browser +mailer xdg-open mailto:%s  mailcap ~/.w3m/mailcap, /etc/w3m/mailcap, /etc/mailcap  mime_types ~/.w3m/mime.types, /etc/mime.types  urimethodmap ~/.w3m/urimethodmap, /etc/w3m/urimethodmap | 
