From: Pierre Habouzit Date: Sun, 10 Jun 2007 13:57:57 +0000 (+0200) Subject: We want to initialize shorthost before hostname. X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=57352369229a00b32f5331cdd12f4ea1ace60f78 We want to initialize shorthost before hostname. Signed-off-by: Pierre Habouzit --- diff --git a/lib-lua/madmutt.cpkg b/lib-lua/madmutt.cpkg index 87c5c26..f134c75 100644 --- a/lib-lua/madmutt.cpkg +++ b/lib-lua/madmutt.cpkg @@ -202,8 +202,8 @@ static void mod_core_init2(void) ** Please be sure to really know what you are doing when changing this variable ** to configure a custom domain part of Message-IDs. */ - string_t hostname = madmutt_init_hostname(); string_t shorthost = madmutt_init_shorthost(); + string_t hostname = madmutt_init_hostname(); /* ** .pp