]> granicus.if.org Git - mutt/commitdiff
Fix password input. From Vsevolod Volkov.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 2 Jan 2001 09:34:30 +0000 (09:34 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 2 Jan 2001 09:34:30 +0000 (09:34 +0000)
account.h

index 246a04c937f2c587e0e8b182eb586018b3d5b078..a6850a6c47fe603d9f8fca3ff09245bd8f55d42c 100644 (file)
--- 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;