diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 00:47:59 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2022-09-26 00:47:59 +0800 |
| commit | 96a923876be4e5bc6237e20ff62e4cf9bb5eb815 (patch) | |
| tree | 7989c3f1b7d91c9696a8b822fb89725d38e0e0f1 /mutt/mailcap | |
| parent | ca8344ad75605d4961dd0bb806e17f5634c37948 (diff) | |
Quick open html file in mutt
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 d52d2ae..f6d8e0d 100644 --- a/mutt/mailcap +++ b/mutt/mailcap | |||
| @@ -1,2 +1,2 @@ | |||
| 1 | text/html; xdg-open '%s' &; 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; |