X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c4d46c7035d07070ac1ebf0c0b44df927358687f..17e3ff42646f182911fd0e5d872082977538db9e:/cgit.c?ds=sidebyside diff --git a/cgit.c b/cgit.c index 4f414c3..aa1107a 100644 --- a/cgit.c +++ b/cgit.c @@ -59,6 +59,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"))