summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-03-09 18:05:17 -0800
committerKevin McCarthy <kevin@8t8.us>2021-03-11 12:59:45 -0800
commit5a325ba493a1643c33679c10ea15425d49bfd460 (patch)
tree49a9330bd79a24d077da5929e3c301f5f3e7bde3 /OPS
parentdb80f61a521aab2c4368e740f6997c963ac3cd30 (diff)
Add view-mailcap, view-pager, view-text to compose menu.
These are less commonly needed, so don't bind them to a key. But for those who need it, make them be available.
Diffstat (limited to 'OPS')
-rw-r--r--OPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/OPS b/OPS
index aa0d018a..7946746e 100644
--- a/OPS
+++ b/OPS
@@ -22,16 +22,19 @@ OP_END_COND N_("end of conditional execution (noop)")
/* L10N: Help screen description for OP_ATTACH_VIEW_MAILCAP
attachment menu: <view-mailcap>
+ compose menu: <view-mailcap>
*/
OP_ATTACH_VIEW_MAILCAP N_("force viewing of attachment using mailcap")
/* L10N: Help screen description for OP_ATTACH_VIEW_PAGER
attachment menu: <view-pager>
+ compose menu: <view-pager>
*/
OP_ATTACH_VIEW_PAGER N_("view attachment in pager using copiousoutput mailcap")
/* L10N: Help screen description for OP_ATTACH_VIEW_TEXT
attachment menu: <view-text>
+ compose menu: <view-text>
*/
OP_ATTACH_VIEW_TEXT N_("view attachment as text")