summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--alpine/keymenu.c8
-rw-r--r--pith/pine.hlp2
2 files changed, 5 insertions, 5 deletions
diff --git a/alpine/keymenu.c b/alpine/keymenu.c
index 05c8f377..326bc239 100644
--- a/alpine/keymenu.c
+++ b/alpine/keymenu.c
@@ -822,8 +822,8 @@ struct key att_view_keys[] =
NULL_MENU,
NULL_MENU,
#ifdef SMIME
- {"^D","Decrypt", {MC_DECRYPT,1,{ctrl('d')},KS_NONE}},
- {"^E","Security", {MC_SECURITY,1,{ctrl('e')},KS_NONE}},
+ {"^D","Decrypt", {MC_DECRYPT,1,{ctrl('d')}},KS_NONE},
+ {"^E","Security", {MC_SECURITY,1,{ctrl('e')}},KS_NONE},
#else
NULL_MENU,
NULL_MENU,
@@ -889,8 +889,8 @@ struct key view_keys[] =
RCOMPOSE_MENU,
{"A",N_("TogglePreferPlain"),{MC_TOGGLE,1,{'a'}},KS_NONE},
#ifdef SMIME
- {"^D","Decrypt", {MC_DECRYPT,1,{ctrl('d')},KS_NONE}},
- {"^E","Security", {MC_SECURITY,1,{ctrl('e')},KS_NONE}},
+ {"^D","Decrypt", {MC_DECRYPT,1,{ctrl('d')}},KS_NONE},
+ {"^E","Security", {MC_SECURITY,1,{ctrl('e')}},KS_NONE},
#else
NULL_MENU,
NULL_MENU,
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 7fbc0131..8944930a 100644
--- a/pith/pine.hlp
+++ b/pith/pine.hlp
@@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any
reasonable place to be called from.
Dummy change to get revision in pine.hlp
============= h_revision =================
-Alpine Commit 218 2017-09-23 01:34:53
+Alpine Commit 219 2017-09-27 23:30:48
============= h_news =================
<HTML>
<HEAD>