summaryrefslogtreecommitdiff
path: root/alpine/imap.c
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-10-24 13:59:42 -0600
committerEduardo Chappa <chappa@washington.edu>2021-10-24 13:59:42 -0600
commit4e924cc7aeb4edceb84d43d97f0542539f614cdd (patch)
tree8d36b3c40e90d6ab6de3a5ecfbd6424f53414d48 /alpine/imap.c
parent01eddab0c79a55484d45b95a9869d96677f620ac (diff)
downloadalpine-4e924cc7aeb4edceb84d43d97f0542539f614cdd.tar.xz
* Improvements to Alpine help for xoauth2 and corrections to the menu
for authorization using the device method.
Diffstat (limited to 'alpine/imap.c')
-rw-r--r--alpine/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/imap.c b/alpine/imap.c
index 4957111f..9600cebf 100644
--- a/alpine/imap.c
+++ b/alpine/imap.c
@@ -435,7 +435,7 @@ oauth2_set_device_info(OAUTH2_S *oa2, char *method)
/* don't want to re-enter c-client */
sargs.quell_newmail = 1;
setbitmap(sargs.keys.bitmap);
- sargs.help.text = h_oauth2_start;
+ sargs.help.text = h_oauth2_start_device;
sargs.help.title = _("HELP FOR SETTING UP XOAUTH2");
sargs.aux_function = oauth2deviceinfo_get_accesscode;
sargs.aux_value = (void *) &aux_value;