Show
Ignore:
Timestamp:
2007-04-11 13:40:10 (21 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Add $smtp_pass (closes #2116)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • globals.h

    r5064 r5124  
    119119WHERE char *SimpleSearch; 
    120120#if USE_SMTP 
     121WHERE char *SmtpAuthenticators INITVAL (NULL); 
     122WHERE char *SmtpPass INITVAL (NULL); 
    121123WHERE char *SmtpUrl INITVAL (NULL); 
    122 WHERE char *SmtpAuthenticators INITVAL (NULL); 
    123124#endif /* USE_SMTP */ 
    124125WHERE char *Spoolfile;