diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-11-08 13:00:10 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-11-08 13:00:10 +0800 |
| commit | 3837762c31587e615964f6081a4693ea791ae818 (patch) | |
| tree | 67cc4f7dccb59dad585fa86ff9dd372c0878e100 /mutt/mailcap | |
| parent | 87c1070fbf621e65039ebd4167b0ac70344ef46e (diff) | |
Update 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 e8760ee..121267e 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | text/html; firefox '%s' &>/dev/null &; test=test -n "$DISPLAY"; needsterminal; | 1 | text/html; firefox '%s'; 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; |