X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=globals.h;h=6c079bedfd13b9ec6129ec737645a5947f40bdaf;hp=e5df1df14ad407d48b557520f0d13ac694a4a7ee;hb=e5f7fde48e226cefc14f3b3b2f1039d530c73ab1;hpb=bad8211c28d4b229878e0264012009493db48da5 diff --git a/globals.h b/globals.h index e5df1df..6c079be 100644 --- a/globals.h +++ b/globals.h @@ -9,6 +9,8 @@ #ifndef _GLOBALS_H #define _GLOBALS_H +#include "alias.h" + #include "lib/str.h" #include "lib/list.h" #include "lib/rx.h" @@ -142,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;