X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;h=7838827f72aaefd68f057806f01e8a1a5cbde5e2;hp=f13831e666226c1820b64603d56553ba4a987488;hb=7e6ea12f3d017b6a04d86862e42ef3fd23780d8e;hpb=230399f9632c37b66c1c117a17e8327eae6b3235 diff --git a/account.c b/account.c index f13831e..7838827 100644 --- a/account.c +++ b/account.c @@ -9,12 +9,9 @@ /* remote host account manipulation (POP/IMAP) */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - #include #include +#include #include "mutt.h" #include "account.h" @@ -209,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; }