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
5124:1367f9b7a091
for
account.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2007-04-11 13:40:10 (
20 months
ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:
Add $smtp_pass (closes
#2116
)
Files:
1 modified
account.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
account.c
r4923
r5124
215
215
strfcpy (account->pass, PopPass, sizeof (account->pass));
216
216
#endif
217
#ifdef USE_SMTP
218
else if ((account->type == M_ACCT_TYPE_SMTP) && SmtpPass)
219
strfcpy (account->pass, SmtpPass, sizeof (account->pass));
220
#endif
217
221
else
218
222
{
Download in other formats:
Unified Diff
Zip Archive