mutt stable branch with some hacks
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Make eat_regexp static.

+1 -1
+1 -1
pattern.c
··· 250 250 return match; 251 251 } 252 252 253 - int eat_regexp (pattern_t *pat, BUFFER *s, BUFFER *err) 253 + static int eat_regexp (pattern_t *pat, BUFFER *s, BUFFER *err) 254 254 { 255 255 BUFFER buf; 256 256 int r;