summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authormadroach <madroach@gmerlin.de>2019-11-13 17:51:04 +0000
committerKevin J. McCarthy <kevin@8t8.us>2019-11-13 17:51:04 +0000
commite850e89f3007385c2c93b82da06d10b69559e186 (patch)
treed23d7310cd0aa5bf91bac151b62844e8b4f36ba7 /OPS
parent20c7b0d8ea649b9e039214f4abf144c3abc27ec9 (diff)
allow autoview preview of multipart/alternative content
add view-alt function, so now we have * view-alt "v" * view-alt-text "Esc v" * view-alt-mailcap "V"
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index 990bdb35..46a63cf2 100644
--- a/OPS
+++ b/OPS
@@ -49,6 +49,7 @@ OP_COMPOSE_TO_SENDER "compose new message to the current message sender"
OP_COMPOSE_TOGGLE_DISPOSITION "toggle disposition between inline/attachment"
OP_COMPOSE_TOGGLE_UNLINK "toggle whether to delete file after sending it"
OP_COMPOSE_UPDATE_ENCODING "update an attachment's encoding info"
+OP_COMPOSE_VIEW_ALT "view multipart/alternative"
OP_COMPOSE_VIEW_ALT_TEXT "view multipart/alternative as text"
OP_COMPOSE_VIEW_ALT_MAILCAP "view multipart/alternative using mailcap"
OP_COMPOSE_WRITE_MESSAGE "write the message to a folder"