From: urosm Date: Sun, 9 Nov 2025 16:59:54 +0000 (+0100) Subject: Fix typo to correctly detect disabled nomail subscriptions X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Fmlmmj.git Fix typo to correctly detect disabled nomail subscriptions --- diff --git a/src/listcontrol.c b/src/listcontrol.c index d36267e4..cb8bde72 100644 --- a/src/listcontrol.c +++ b/src/listcontrol.c @@ -261,7 +261,7 @@ int listcontrol(strlist *fromemails, struct ml *ml, const char *controlstr, case CTRL_SUBSCRIBE_NOMAIL: if (sub.typereq == NULL) { sub.typereq = "A subscribe-nomail"; - sub.ctrlstr = "nomailsub"; + sub.ctrlstr = "nonomailsub"; sub.typesub = SUB_NOMAIL; sub.type = "nomail"; sub.typedeny = "sub-deny-nomail";