diff options
author | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 15:21:28 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2023-02-13 15:21:28 -0500 |
commit | 2a60bfb6d91c8a96b2c0607c73f356fa55f07d87 (patch) | |
tree | bb9a2cfb0d12d5ae18e5a9a688ca1e55192719f9 /share | |
parent | 4773839af2b143190ddfc95db19d3fdbaeb958f4 (diff) |
simplify mailsync, remove silly option passing
Diffstat (limited to 'share')
-rw-r--r-- | share/mailcap | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mailcap b/share/mailcap index 0829b3b..601419c 100644 --- a/share/mailcap +++ b/share/mailcap @@ -7,3 +7,4 @@ audio/*; mpv %s ; application/pdf; /usr/local/lib/mutt-wizard/openfile %s ; application/pgp-encrypted; gpg -d '%s'; copiousoutput; application/pgp-keys; gpg --import '%s'; copiousoutput; +application/x-subrip; $EDITOR %s ; |