X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=f6894b302a37ea5df7e3684433df4de3fb269ca4;hp=593a76f7aec62c86e959fdaf55184db2e373dfbb;hb=7dfb91fd9512d4352faf51e4f306a61bec2f43b3;hpb=17c3e8818f544a89c845331886c322049c7d2fa6 diff --git a/globals.h b/globals.h index 593a76f..f6894b3 100644 --- a/globals.h +++ b/globals.h @@ -144,6 +144,7 @@ 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; @@ -228,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;