X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/537c05f138d59c1eb3ac8e2d8b0dca3a38aa5dd4..db8b8cb9467625cb8d9ecb67863aa67590e59cc0:/cgit.h diff --git a/cgit.h b/cgit.h index b8f4850..4c854ea 100644 --- a/cgit.h +++ b/cgit.h @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include @@ -180,12 +181,14 @@ struct cgit_config { int max_repodesc_len; int max_stats; int nocache; + int noplainemail; int noheader; int renamelimit; int snapshots; int summary_branches; int summary_log; int summary_tags; + struct string_list mimetypes; struct cgit_filter *about_filter; struct cgit_filter *commit_filter; struct cgit_filter *source_filter;