X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/286a905842dc0bec6d21a614ec4a97c5f19d5bc4..2f56e390f04fe6975b75e512c1436ef173e4aafe:/cgit.c?ds=sidebyside diff --git a/cgit.c b/cgit.c index 2039ab1..f6bb0c7 100644 --- a/cgit.c +++ b/cgit.c @@ -51,6 +51,8 @@ void config_cb(const char *name, const char *value) ctx.cfg.virtual_root = ""; } else if (!strcmp(name, "nocache")) ctx.cfg.nocache = atoi(value); + else if (!strcmp(name, "noplainemail")) + ctx.cfg.noplainemail = atoi(value); else if (!strcmp(name, "noheader")) ctx.cfg.noheader = atoi(value); else if (!strcmp(name, "snapshots"))