]> git.cameronkatri.com Git - cgit.git/blobdiff - cgit.c
Merge branch 'lh/mimetypes'
[cgit.git] / cgit.c
diff --git a/cgit.c b/cgit.c
index 4f414c333437a67106c327c7fddbefa964d400c7..aa1107ae2100f0c13b47f18085f38542bfb3c570 100644 (file)
--- 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"))