[PATCH 0/3] Automatic tag-based exclusion

2012-01-11 Thread Austin Clements
This implements essentially the same idea as Jamie's patch, but does it in the library/CLI and operates on the parsed query rather than using an ad hoc regexp. Which tags are automatically excluded is set in the config file and defaults to "deleted" and "spam". My comment for the config file is

[PATCH 0/3] Automatic tag-based exclusion

2012-01-10 Thread Jameson Graef Rollins
On Wed, 11 Jan 2012 00:02:50 -0500, Austin Clements wrote: > This implements essentially the same idea as Jamie's patch, but does > it in the library/CLI and operates on the parsed query rather than > using an ad hoc regexp. Which tags are automatically excluded is set > in the config file and

[PATCH 0/3] Automatic tag-based exclusion

2012-01-10 Thread Austin Clements
This implements essentially the same idea as Jamie's patch, but does it in the library/CLI and operates on the parsed query rather than using an ad hoc regexp. Which tags are automatically excluded is set in the config file and defaults to deleted and spam. My comment for the config file is

Re: [PATCH 0/3] Automatic tag-based exclusion

2012-01-10 Thread Jameson Graef Rollins
On Wed, 11 Jan 2012 00:02:50 -0500, Austin Clements amdra...@mit.edu wrote: This implements essentially the same idea as Jamie's patch, but does it in the library/CLI and operates on the parsed query rather than using an ad hoc regexp. Which tags are automatically excluded is set in the