From c0431b87ab14cf4bd501b33353f90db51bdafd73 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 10 May 2020 13:47:32 -0600 Subject: * A few more fixes and improvements to the text that explains how to configure Alpine with XOAUTH2 in Gmail. --- alpine/imap.c | 7 ++++--- pith/pine.hlp | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/alpine/imap.c b/alpine/imap.c index 638121e..556ad40 100644 --- a/alpine/imap.c +++ b/alpine/imap.c @@ -226,15 +226,16 @@ oauth2_get_access_code(char *url, char *method, OAUTH2_S *oauth2, int *tryanothe so_puts(in_store, _(" If this is your first time setting up this type of authentication and you have a G-Suite account, please follow the steps below. ")); so_puts(in_store, _("

First you must register Alpine with Google and create a client-id and client-secret. The steps below explain how to do this. If you already did that, then you can skip to the second part to continue with the setup process.")); so_puts(in_store, _("

")); so_puts(in_store, _("

As a result of this process, you will get a client-id and a client-secret.")); so_puts(in_store, _(" Exit this screen, and from Alpine's Main Screen press S U to save these values permanently.")); so_puts(in_store, _(" Then retry login into Gmail's server, skip these steps, and continue with the steps below.")); so_puts(in_store, _("

Cancelling this process will lead to an error in authentication that can be ignored.")); + so_puts(in_store, _("

If you completed these steps successfully, you are ready to move to the second part, where you will authorize Gmail to give access to Alpine to access your email.")); } so_puts(in_store, _("

In order to authrorize Alpine to access your email, Alpine needs to open the following URL:")); diff --git a/pith/pine.hlp b/pith/pine.hlp index 943b891..bdca07a 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 423 2020-05-10 12:09:40 +Alpine Commit 424 2020-05-10 13:47:03 ============= h_news ================= -- cgit v1.2.3-54-g00ecf