diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ void config_cb(const char *name, const char *value) | |||
59 | ctx.cfg.virtual_root = ""; | 59 | ctx.cfg.virtual_root = ""; |
60 | } else if (!strcmp(name, "nocache")) | 60 | } else if (!strcmp(name, "nocache")) |
61 | ctx.cfg.nocache = atoi(value); | 61 | ctx.cfg.nocache = atoi(value); |
62 | else if (!strcmp(name, "noplainemail")) | ||
63 | ctx.cfg.noplainemail = atoi(value); | ||
62 | else if (!strcmp(name, "noheader")) | 64 | else if (!strcmp(name, "noheader")) |
63 | ctx.cfg.noheader = atoi(value); | 65 | ctx.cfg.noheader = atoi(value); |
64 | else if (!strcmp(name, "snapshots")) | 66 | else if (!strcmp(name, "snapshots")) |