summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-08-06 22:55:23 -0600
committerEduardo Chappa <chappa@washington.edu>2020-08-06 22:55:23 -0600
commit473a60427d58adf39c4d209245e11e5cca98ab22 (patch)
tree3694cc5ba9272aa716b9dd72507ea185415fee07
parent3d7933462d3e0017052cf23168e946453aa7bc4e (diff)
downloadalpine-473a60427d58adf39c4d209245e11e5cca98ab22.tar.xz
* Remove the "SetRole" option when opening a URL.
-rw-r--r--alpine/mailview.c3
-rw-r--r--pith/pine.hlp2
2 files changed, 3 insertions, 2 deletions
diff --git a/alpine/mailview.c b/alpine/mailview.c
index d5d6829..d68643e 100644
--- a/alpine/mailview.c
+++ b/alpine/mailview.c
@@ -731,7 +731,7 @@ scroll_handle_prompt(HANDLE_S *handle, int force)
{'n', 'n', "N", N_("No")},
{0, 'x', "X", ""},
{0, 'i', "I", ""},
- {-2, 'r', "R", N_("setRole")},
+ {-2, 'r', "R", NULL},
{-2, 0, NULL, NULL},
{0, 'u', "U", N_("editURL")},
{0, 'a', "A", N_("editApp")},
@@ -889,6 +889,7 @@ scroll_handle_prompt(HANDLE_S *handle, int force)
prompt[sizeof(prompt) - 1] = '\0';
launch_opts[4].ch = 'r';
+ launch_opts[4].label = N_("setRole");
}
else
snprintf(prompt, sizeof(prompt), "View selected %s %s%s%s%.*s%s ? ",
diff --git a/pith/pine.hlp b/pith/pine.hlp
index 48c1a4b..93e5478 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 500 2020-08-05 18:43:02
+Alpine Commit 501 2020-08-06 22:55:11
============= h_news =================
<HTML>
<HEAD>