summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-11-18 15:49:44 -0800
committerKevin McCarthy <kevin@8t8.us>2020-11-22 13:24:30 -0800
commit474d368e859aa86b4adf9e41f1048488ece99c42 (patch)
tree725e4a0e6f29fac82115d838a13a2e5614cff49d /OPS
parent03803e6789fb9a27570b75f3e6510e1881f63673 (diff)
Add <view-pager> function to attachment menu.
This uses a copiousoutput mailcap entry, or falls back to raw text. The existing functions do not provide a way to use copiousoutput mailcap entries exclusively. The default <view-attach> will use one for internally supported types if auto_view is configured, but there is no way to do so for other mime types (such as application/pdf).
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index 8070a189..3ec554f6 100644
--- a/OPS
+++ b/OPS
@@ -1,6 +1,7 @@
OP_NULL "null operation"
OP_END_COND "end of conditional execution (noop)"
OP_ATTACH_VIEW_MAILCAP "force viewing of attachment using mailcap"
+OP_ATTACH_VIEW_PAGER "view attachment in pager using copiousoutput mailcap"
OP_ATTACH_VIEW_TEXT "view attachment as text"
OP_ATTACH_COLLAPSE "Toggle display of subparts"
OP_AUTOCRYPT_ACCT_MENU "manage autocrypt accounts"