X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-lua%2Fmadmutt.c;fp=lib-lua%2Fmadmutt.c;h=d4f55a3b8666e8deca1f85f5da7eae655f5874a7;hb=3132c5f07ae687b5daac6b570347369967850863;hp=cc6cb8f9396a93d4dc09a084bc54a3ef383ed72c;hpb=418e55040ec4a95698a8f1f128f3afbfd6aba48b;p=apps%2Fmadmutt.git diff --git a/lib-lua/madmutt.c b/lib-lua/madmutt.c index cc6cb8f..d4f55a3 100644 --- a/lib-lua/madmutt.c +++ b/lib-lua/madmutt.c @@ -67,6 +67,7 @@ static int madmutt_assign(lua_State *L) luaL_error(L, "bad subscript to madmutt: %s", val); return 0; + case LTK_DOTLOCK: case LTK_SENDMAIL: case LTK_SHELL: _mutt_expand_path(buf, sizeof(buf), val, 0); @@ -165,6 +166,20 @@ static const struct { ** header chaching's database backend.\fP */ #endif + + {"dotlock", "/mutt_dotlock"}, + /* + ** .pp + ** Contains the path of the \fTmadmutt_dotlock(1)\fP binary to be used by + ** Madmutt. + */ + {"sendmail", SENDMAIL " -oem -oi"}, + /* + ** .pp + ** Specifies the program and arguments used to deliver mail sent by Madmutt. + ** Madmutt expects that the specified program interprets additional + ** arguments as recipient addresses. + */ }; static void madmutt_init_shell(char *buf, ssize_t len)