about summary refs log tree commit
path: root/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter.c')
-rw-r--r--filter.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/filter.c b/filter.c
index 08ce7a5..aa36026 100644
--- a/filter.c
+++ b/filter.c
@@ -406,6 +406,9 @@ struct cgit_filter *cgit_new_filter(const char *cmd, filter_type filtertype)
 
         switch (filtertype) {
                 case EMAIL:
+                        argument_count = 2;
+                        break;
+
                 case SOURCE:
                 case ABOUT:
                         argument_count = 1;