diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-07 09:51:23 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-07 09:51:23 +0800 |
| commit | 274409cfcf237b639254157531bf132c5e3293f5 (patch) | |
| tree | f7f7ceb088aac8c97694342ca5d9db908ba00b4a /mutt/mailcap | |
| parent | 180ef46d6907fc61d759cf0292a99750c807ac66 (diff) | |
Improve muttrc
Diffstat (limited to 'mutt/mailcap')
| -rw-r--r-- | mutt/mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/mailcap b/mutt/mailcap index ab0c00c..e8760ee 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | text/html; firefox '%s' &; test=test -n "$DISPLAY"; needsterminal; | 1 | text/html; firefox '%s' &>/dev/null &; test=test -n "$DISPLAY"; needsterminal; |
| 2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; | 2 | text/html; w3m -I %{charset} -T text/html; copiousoutput; |
| 3 | text/plain; less -N %s; copiousoutput; | 3 | text/plain; less -N %s; copiousoutput; |
| 4 | application/json; jq . %s | less -N; copiousoutput; | 4 | application/json; jq . %s | less -N; copiousoutput; |