Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
4888:9ab85603061e
for
account.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-12-03 06:07:54 (
2 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Fix logic error; debian
#400831
.
Files:
1 modified
account.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
account.c
r4343
r4888
222
222
void mutt_account_unsetpass (ACCOUNT* account)
223
223
{
224
account->flags &=
!
M_ACCT_PASS;
225
}
224
account->flags &=
~
M_ACCT_PASS;
225
}
Download in other formats:
Unified Diff
Zip Archive