From 15f0c3199d09ce9fdcc5ad7db974e7292b30fb02 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 9 Oct 2022 10:37:38 -0600 Subject: * When a user configures a mailbox without specifying the username, PC-Alpine does not allow a user to input their password. Reported by Michelle McPeek. --- alpine/imap.c | 2 +- pith/pine.hlp | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/alpine/imap.c b/alpine/imap.c index e25e6434..4a48e342 100644 --- a/alpine/imap.c +++ b/alpine/imap.c @@ -1841,7 +1841,7 @@ mm_login_work(NETMBX *mb, char *user, char **pwd, long int trial, #endif /* LOCAL_PASSWD_CACHE */ 0, 0, &preserve_password); ps_global->dont_use_init_cmds = save_dont_use; - if(rc == 0 && *user && *pwd) + if(rc == 0 && *user && *pwd && **pwd) goto nopwpmt; #else /* !_WINDOWS */ rc = optionally_enter(user, q_line, 0, NETMAXUSER, diff --git a/pith/pine.hlp b/pith/pine.hlp index 852db71a..e5e1775f 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -147,7 +147,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 665 2022-09-11 12:08:28 +Alpine Commit 666 2022-10-09 10:37:24 ============= h_news ================= @@ -209,6 +209,8 @@ new additions to Alpine, please check it periodically.

Bugs addressed include: