X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;h=7838827f72aaefd68f057806f01e8a1a5cbde5e2;hp=73a036ac271f61b1b110a5ca22bc0b4740284230;hb=cef32312aa7c285411e817304de98f3873cba6be;hpb=1ee89902de184a640c171ae3285bff6882a791bd diff --git a/account.c b/account.c index 73a036a..7838827 100644 --- a/account.c +++ b/account.c @@ -11,6 +11,7 @@ #include #include +#include #include "mutt.h" #include "account.h" @@ -205,5 +206,5 @@ int mutt_account_getpass (ACCOUNT * account) void mutt_account_unsetpass (ACCOUNT * account) { - account->flags &= !M_ACCT_PASS; + account->flags &= ~M_ACCT_PASS; }