mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 13:09:19 +02:00
0.1.7 fixes
This commit is contained in:
@@ -70,9 +70,13 @@ struct rule {
|
||||
regex_t from;
|
||||
regex_t to;
|
||||
regex_t subject;
|
||||
regex_t attachment_type;
|
||||
#endif
|
||||
int size;
|
||||
char _size[4];
|
||||
int attachment_size;
|
||||
char _attachment_size[4];
|
||||
|
||||
char *rulestr;
|
||||
char compiled;
|
||||
struct rule *r;
|
||||
|
||||
Reference in New Issue
Block a user