Re: [PATCH] filter issues
Dennis Preiser <[email protected]> Sun, 7 Mar 2010 19:25:43 +0100
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Mar 07, 2010 at 06:38:48PM +0100, Dennis Preiser wrote:
> Attached patch, which has to be applied over my last patch, includes the
> following changes:
Forgot to remove a comment in thread.c:thread_page():
--- tin-1.9.6_r3/src/thread.c 2010-03-07 12:36:06.000000000 +0100
+++ tin-1.9.6_r4/src/thread.c 2010-03-07 18:57:19.000000000 +0100
@@ -554,10 +554,6 @@ thread_page(
case GLOBAL_MENU_FILTER_SELECT:
case GLOBAL_MENU_FILTER_KILL:
- /*
- * FIXME: a filter which kills all remaining messages in a thread
- * is 'troublesome'
- */
n = find_response(thread_basenote, thdmenu.curr);
if (filter_menu(func, group, &arts[n])) {
old_artnum = arts[n].artnum;
Dennis