From: Thomas Roessler Date: Fri, 2 Jun 2000 10:05:12 +0000 (+0000) Subject: Fix #152. X-Git-Tag: mutt-1-3-3-rel~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f5eca7dcd4c0dfb25cc2da10171185295afe989;p=mutt Fix #152. --- diff --git a/imap/imap.h b/imap/imap.h index f0ad815e..5161b9d3 100644 --- a/imap/imap.h +++ b/imap/imap.h @@ -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 925f10d9..3077a060 100644 --- a/pgp.c +++ b/pgp.c @@ -39,6 +39,10 @@ #include #include +#ifdef HAVE_LOCALE_H +#include +#endif + #ifdef HAVE_SYS_TIME_H # include #endif