]> granicus.if.org Git - mutt/commitdiff
Fix #152.
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 2 Jun 2000 10:05:12 +0000 (10:05 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 2 Jun 2000 10:05:12 +0000 (10:05 +0000)
imap/imap.h
pgp.c

index f0ad815e7931171fa6ffab7536ce92205f3286e7..5161b9d315f5fa43d13fe82f1ad7bf233829b29d 100644 (file)
@@ -24,7 +24,7 @@
 
 typedef struct
 {
-  char user[32];
+  char user[64];
   char pass[32];
   char host[128];
   int port;
diff --git a/pgp.c b/pgp.c
index 925f10d9c8c89e804a603a41ffee704ba1dc787e..3077a060e1e9c0f5d3929e8d8fc3503e9d2332af 100644 (file)
--- a/pgp.c
+++ b/pgp.c
 #include <errno.h>
 #include <ctype.h>
 
+#ifdef HAVE_LOCALE_H
+#include <locale.h>
+#endif
+
 #ifdef HAVE_SYS_TIME_H
 # include <sys/time.h>
 #endif