[PATCH] Fix compilations warnings
[apps/madmutt.git] / account.c
index 92cacbb..d87c3e3 100644 (file)
--- a/account.c
+++ b/account.c
@@ -28,7 +28,9 @@
 int mutt_account_match (const ACCOUNT * a1, const ACCOUNT * a2)
 {
     const char* user = NONULL (Username);
+#ifdef USE_IMAP
     const char* login = NONULL (Username);
+#endif
 
     if (a1->type != a2->type)
         return 0;