diff options
-rw-r--r-- | alpine/imap.c | 2 | ||||
-rw-r--r-- | 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 ================= <HTML> <HEAD> @@ -209,6 +209,8 @@ new additions to Alpine, please check it periodically. <P> Bugs addressed include: <UL> +<LI> 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. <LI> Crash in PC-Alpine when postponing a message. Reported by Paolo Ienne. <LI> Crash in Alpine after a user tried to repaint the screen after failing to select a rule from a menu. Reported by Peter Tirsek. Crash also |