diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-26 15:33:19 +0000 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-26 15:33:19 +0000 |
commit | b53babb00c545b4f1f7fddb1ce515b5f0a76f7b5 (patch) | |
tree | cb8108bc8213d97b2f39a29dc55e43592a4ac028 | |
parent | 7caf7ca90e6af579239e61d4387dbfcc1aa49b53 (diff) | |
parent | 9ed023aa1db457866a7642f1d82a693a2fb86c8f (diff) |
Merge branch 'mailcap-editor' into 'master'
mailcap text/plain editor is now EDITOR variable
See merge request LukeSmithxyz/mutt-wizard!69
-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 |