summaryrefslogtreecommitdiff
path: root/alpine/keymenu.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-06-07 21:14:19 -0600
committerEduardo Chappa <chappa@washington.edu>2020-06-07 21:14:19 -0600
commitd1300c95499f3b422c2299432eb4acc93cf4618a (patch)
treef516d0630fbb085ac689c2010e07cbbe6c281ca5 /alpine/keymenu.c
parent6c702a26f10f04bf225aa914b2eae5b89e3d0b4a (diff)
downloadalpine-d1300c95499f3b422c2299432eb4acc93cf4618a.tar.xz
* Experimental: Alpine can pass an HTML message to an external web browser, by using
the "External" command in the ATTACHMENT INDEX screen. * Experimental: New configuration variable "External Command Loads Inline Images Only" that controls if Alpine will pass to an external browser a link to all the images in the HTML message, or will only pass a link to inline images included in the message. For your privacy and security this feature is enabled by default.
Diffstat (limited to 'alpine/keymenu.c')
-rw-r--r--alpine/keymenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/keymenu.c b/alpine/keymenu.c
index 529d79f6..65ba6f88 100644
--- a/alpine/keymenu.c
+++ b/alpine/keymenu.c
@@ -787,7 +787,7 @@ struct key att_index_keys[] =
HELP_MENU,
OTHER_MENU,
HDRMODE_MENU,
- NULL_MENU,
+ {"X",N_("eXternal"),{MC_EXTERNAL,1,{'x'}},KS_NONE},
NULL_MENU,
NULL_MENU,
NULL_MENU,