summaryrefslogtreecommitdiff
path: root/alpine
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 /alpine
parent3d7933462d3e0017052cf23168e946453aa7bc4e (diff)
downloadalpine-473a60427d58adf39c4d209245e11e5cca98ab22.tar.xz
* Remove the "SetRole" option when opening a URL.
Diffstat (limited to 'alpine')
-rw-r--r--alpine/mailview.c3
1 files changed, 2 insertions, 1 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 ? ",