X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;h=d87c3e36be3e33c0fd43d58b87ff5424735c1ec3;hp=92cacbb46dc527ebf151b120a6ab774b35b3c6c4;hb=f061b8bfafd1eb3d389e4c9801ff4377de8f9225;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/account.c b/account.c index 92cacbb..d87c3e3 100644 --- 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;