X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=f6894b302a37ea5df7e3684433df4de3fb269ca4;hp=0626062b546dc1a01ec0eddbed8f4c050a59d6f3;hb=73677f50e434a5c17a0d2c444dc2559c6540170b;hpb=bbc4fd52516a8afefbd14c77e34f8389d6f0a6ed diff --git a/globals.h b/globals.h index 0626062..f6894b3 100644 --- a/globals.h +++ b/globals.h @@ -144,8 +144,10 @@ WHERE char *SimpleSearch; #if defined(USE_LIBESMTP) WHERE char *SmtpAuthUser; WHERE char *SmtpAuthPass; +WHERE char *SmtpEnvFrom; WHERE char *SmtpHost; WHERE unsigned short SmtpPort; +WHERE char *SmtpUseTLS; #endif WHERE char *Spoolfile; WHERE char *SpamSep; @@ -227,6 +229,7 @@ WHERE short Timeout; WHERE short Umask INITVAL (0077); WHERE short WrapMargin; WHERE short WriteInc; +WHERE short MaxDispRecips; WHERE short MaxLineLength; WHERE short ScoreThresholdDelete;