X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-lua%2Fmadmutt.cpkg;h=610ee929f23c813da149ded1013da08adf9e02fe;hp=5e48a45ff0d8c1f6b7550d4e0207a292f5a78efa;hb=c68aaa3d8d4b5b64be9936675fe1194688debab2;hpb=f4a82d92ca0d015424b203887579802f003cfac8 diff --git a/lib-lua/madmutt.cpkg b/lib-lua/madmutt.cpkg index 5e48a45..610ee92 100644 --- a/lib-lua/madmutt.cpkg +++ b/lib-lua/madmutt.cpkg @@ -119,8 +119,8 @@ static const char *madmutt_pwd(void) @package MTransport { path_t sendmail = m_strdup(SENDMAIL " -eom -oi"); - string_t dsn_notify = NULL; - string_t dsn_return = NULL; + string_t dsn_notify = NULL /* TODO: check it's NULL, hdrs or full */; + string_t dsn_return = NULL /* TODO: check it's never, delay, failure, success with ',' */; } MTransport; /* vim:set ft=c: */