Commit graph

16 commits

Author SHA1 Message Date
Alfons Hoogervorst
42dad2ffa1 re-organize matcher part 4; more to come
* src/matcher_parser.h
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
	cleanup
2002-12-27 20:55:50 +00:00
Alfons Hoogervorst
d34939d6c4 re-organize matcher part 2; more to come but this should
work. cc me if there are any regressions.

* src/matcher.h
	add prototype for get_matchparser_tab_id()
* src/matcher_parser_lex.l
	look up keywords using matchparser_tab_id();
2002-12-27 17:00:27 +00:00
Alfons Hoogervorst
79521f4446 * src/matcher.[ch]
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_matcher.c
	allow color label as a condition in the matcher
2002-12-26 21:40:23 +00:00
Alfons Hoogervorst
5219edb7a5 * src/matcher.[ch]
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_matcher.c
	add locked flag to possible filtering / matcher
	conditions (also a good example what should be
	done to add a simple boolean condition)
2002-12-25 19:06:48 +00:00
Christoph Hohmann
365334c5d7 0.8.5claws173
* src/crash.c
* src/filtering.c
* src/logwindow.c
* src/main.c
* src/matcher_parser_lex.[hl]
* src/mbox.c
* src/mbox_folder.[ch]
* src/prefs_filtering.c
* src/procheader.c
* src/quote_fmt_lex.l
* src/ssl.c
        fix all warnings except the warnings in lex and yacc files
2002-11-21 00:54:52 +00:00
Hoà Viêt Dinh
3d8871c322 bug when editing filters or scoring rules is fixed 2002-11-10 16:10:53 +00:00
Christoph Hohmann
2df0a75cdb * major code cleanup (part 2)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment
	  when suggested by gcc
2002-09-29 13:43:33 +00:00
Paul Mangan
95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Alfons Hoogervorst
f7e4774dcd add filtering conditions message greater than, smaller than, and exactly matching a size in bytes 2002-03-15 22:01:04 +00:00
Paul Mangan
c653927b64 add 'Selective download' 2002-02-22 09:35:36 +00:00
Alfons Hoogervorst
59f9e8d53c another attempt to fix escaping and unescaping and revise the filtering. 2001-12-12 22:05:46 +00:00
Alfons Hoogervorst
ebe8b9ee18 revert matcher.c and matcher_parse_lex.l to previous revision 2001-12-11 19:21:45 +00:00
Alfons Hoogervorst
19e7baeece make unescaping / escaping in filtering work again 2001-12-10 22:38:19 +00:00
Hoà Viêt Dinh
788289df17 new matcher parser / bounce fix / rrr fixed 2001-11-15 22:41:46 +00:00
Hoà Viêt Dinh
11dd568251 bugfix of the config file parser 2001-07-09 16:06:03 +00:00
Hoà Viêt Dinh
14e2ae896f new matcher config file parser 2001-07-08 15:34:02 +00:00