From 9b2bd07cf27037177bb76d699cd29c03b6b6c20c Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 10 Oct 2021 11:00:30 -0600 Subject: * Alpine might delete all passwords from the password file if the password file is not unlocked by cancellation, or the authentication for an XOAUTH2 server is cancelled, or the password of an account is changed. --- imap/src/c-client/imap4r1.c | 1 - 1 file changed, 1 deletion(-) (limited to 'imap') diff --git a/imap/src/c-client/imap4r1.c b/imap/src/c-client/imap4r1.c index 85f3b2fc..9ee4b62e 100644 --- a/imap/src/c-client/imap4r1.c +++ b/imap/src/c-client/imap4r1.c @@ -1235,7 +1235,6 @@ long imap_auth (MAILSTREAM *stream,NETMBX *mb,char *tmp,char *usr) if(base && !trial){ /* do it now, instead of later */ mm_log ("IMAP Authentication cancelled",ERROR); - delete_password(mb, usr); return NIL; } /* make sure have a response */ -- cgit v1.2.3-70-g09d2