From 2f56e390f04fe6975b75e512c1436ef173e4aafe Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 07 Aug 2009 12:05:17 +0000 Subject: Introduce noplainemail option to hide email adresses from spambots Signed-off-by: Martin Szulecki --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index 8c64efe..acb5e8f 100644 --- a/cgit.h +++ b/cgit.h @@ -168,6 +168,7 @@ struct cgit_config { int max_repodesc_len; int max_stats; int nocache; + int noplainemail; int noheader; int renamelimit; int snapshots; -- cgit v0.9.0.2