From 2f56e390f04fe6975b75e512c1436ef173e4aafe Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Fri, 7 Aug 2009 14:05:17 +0200 Subject: Introduce noplainemail option to hide email adresses from spambots Signed-off-by: Martin Szulecki --- cgit.h | 1 + 1 file changed, 1 insertion(+) (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 v1.2.3-59-g8ed1b