diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-08-29 14:32:09 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-08-29 14:32:09 +0800 |
| commit | 3119a91f576b5bd080b70aa4de89f0e9ae5e48b3 (patch) | |
| tree | b641fa34983953122a48adfb4bf1f4368e8f3fef /mutt/mailcap | |
| parent | f6a1e14815c951e4cde765003a8d654d28a8c948 (diff) | |
Update muttrc
Diffstat (limited to 'mutt/mailcap')
| -rw-r--r-- | mutt/mailcap | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index 17e4d0b..d52d2ae 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
| @@ -1,3 +1,2 @@ | |||
| 1 | #text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; | 1 | text/html; xdg-open '%s' &; test=test -n "$DISPLAY"; needsterminal; |
| 2 | application/*; mkdir -p /tmp/mutt \; cp %s /tmp/mutt \; xdg-open /tmp/mutt/$(basename %s) & | 2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; |
| 3 | #text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput; | ||