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