Changeset 3437:71b9f5245f22 for account.c
Legend:
- Unmodified
- Added
- Removed
-
account.c
r3423 r3437 1 1 /* 2 * Copyright (C) 2000 Brendan Cully <brendan@kublai.com>2 * Copyright (C) 2000-3 Brendan Cully <brendan@kublai.com> 3 3 * 4 4 * This program is free software; you can redistribute it and/or modify … … 181 181 return 0; 182 182 } 183 184 void mutt_account_unsetpass (ACCOUNT* account) 185 { 186 account->flags &= !M_ACCT_PASS; 187 }
