X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-lua%2Fmadmutt.cpkg;h=88479db698c2d201fd0bbaa32d2e5e913ae89968;hp=87c5c260ba7fa5d9c7142ccc83595305a0d0756b;hb=dc726add2e8fe52be1f6859ea7cbe4651498eeb8;hpb=da04d632587a221112a0f065e4802e1ea5393e21;ds=sidebyside diff --git a/lib-lua/madmutt.cpkg b/lib-lua/madmutt.cpkg index 87c5c26..88479db 100644 --- a/lib-lua/madmutt.cpkg +++ b/lib-lua/madmutt.cpkg @@ -24,7 +24,7 @@ #include #include -#include +#include #include #include "../mutt.h" @@ -161,12 +161,6 @@ static void mod_core_init2(void) */ const string_t hcache_backend = HCACHE_BACKEND; - /* - ** .pp - ** Contains the path of the \fTmadmutt_dotlock(1)\fP binary to be used by - ** Madmutt. - */ - path_t dotlock = m_strdup(BINDIR "/mutt_dotlock"); /* ** .pp ** This variable specifies which editor is used by Madmutt. @@ -202,8 +196,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