diff options
author | Thim Cederlund <thim@cederlund.de> | 2019-04-26 17:28:07 +0200 |
---|---|---|
committer | Thim Cederlund <thim@cederlund.de> | 2019-04-26 17:28:07 +0200 |
commit | 9ed023aa1db457866a7642f1d82a693a2fb86c8f (patch) | |
tree | cb8108bc8213d97b2f39a29dc55e43592a4ac028 /mailcap | |
parent | 7caf7ca90e6af579239e61d4387dbfcc1aa49b53 (diff) |
mailcap text/plain editor is now nvim
Diffstat (limited to 'mailcap')
-rw-r--r-- | mailcap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -text/plain; vim %s ; +text/plain; $EDITOR %s ; text/html; openfile %s ; text/html; w3m -I %{charset} -T text/html; copiousoutput; image/*; muttimage %s ; copiousoutput |