From: Thomas Roessler Date: Tue, 2 Jan 2001 09:34:30 +0000 (+0000) Subject: Fix password input. From Vsevolod Volkov. X-Git-Tag: mutt-1-3-14-rel~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21815aad05e592943d440e83b12410debeaacf28;p=mutt Fix password input. From Vsevolod Volkov. --- diff --git a/account.h b/account.h index 246a04c9..a6850a6c 100644 --- a/account.h +++ b/account.h @@ -40,7 +40,7 @@ enum typedef struct { char user[64]; - char pass[32]; + char pass[64]; char host[128]; unsigned short port; unsigned char type;