Show
Ignore:
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

Legend:

Unmodified
Added
Removed
  • account.c

    r4923 r5124  
    215215    strfcpy (account->pass, PopPass, sizeof (account->pass)); 
    216216#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 
    217221  else 
    218222  {