X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=9b1d1c15b70a4effe647faf559ce9375266fb4ac;hp=593a76f7aec62c86e959fdaf55184db2e373dfbb;hb=a4728d7539e255a0db34a628ff47e7fc66040ead;hpb=17c3e8818f544a89c845331886c322049c7d2fa6 diff --git a/globals.h b/globals.h index 593a76f..9b1d1c1 100644 --- a/globals.h +++ b/globals.h @@ -138,12 +138,12 @@ WHERE char *SidebarDelim; WHERE char *SidebarNumberFormat; WHERE char *SidebarBoundary; WHERE char *Signature; -WHERE char *SignOffString; 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 +228,7 @@ WHERE short Timeout; WHERE short Umask INITVAL (0077); WHERE short WrapMargin; WHERE short WriteInc; +WHERE short MaxDispRecips; WHERE short MaxLineLength; WHERE short ScoreThresholdDelete;