aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c2
1 files changed, 2 insertions, 0 deletions
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)
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"))