X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=account.c;h=7838827f72aaefd68f057806f01e8a1a5cbde5e2;hp=c4eb50223ff1f4c4bf917a278f3ffee7319e9ee0;hb=7e6ea12f3d017b6a04d86862e42ef3fd23780d8e;hpb=ecfcc6df70230ba136c2fb3843700ecb749c41b7 diff --git a/account.c b/account.c index c4eb502..7838827 100644 --- a/account.c +++ b/account.c @@ -9,21 +9,12 @@ /* remote host account manipulation (POP/IMAP) */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include - +#include #include +#include #include "mutt.h" #include "account.h" -#include "url.h" - /* mutt_account_match: compare account info (host/port/user/login) */ int mutt_account_match (const ACCOUNT * a1, const ACCOUNT * a2) @@ -215,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; }