Claws Mail Bugzilla – Bug 36
filtering will only accept one action change per invocation
Last modified: 2003-09-14 16:22:41
You need to log in before you can comment on or make changes to this bug.
0.8.9claws23 Trying to add/change some filters. Created a new (delete) filter based on an existing one (forward); but when I try to do any more filters, the "Action" field will not accept the change -- I must now click OK and re-enter the filtering to make subsequent changes. Making multiple filtering changes used to work -- last time I tried this was over a month ago...
More information please: can't reproduce it (but I have some other changes pending - that's perhaps why). This is about Tools | Filtering? Can anyone else (with a clean base) confirm this?
I can't ;) ie, works for me. cheers
Created an attachment (id=14) [details] subset of my filtering rules Here is a subset of my filters... I tried adding delete filters based on the original filters by making a change to the Action and Add; only the first one is accepted -- subsequent attempts at changing the Action are ignored.
Yes, I can confirm this. But you don't actually have to leave and re-enter the dialog. Its possible to use the up/down keys to get to other Match Types. To reproduce this do the following in the 'Condition configuration' window, (this is all point & click with the mouse): * Select a Match Type * Give it a Value and Add it * Try to select the same Match Type again, you can't, you must select a different Match Type first, and then select the previous one. BTW, this is an old bug. Paul
Hmmm, now I have both eyes on this instead of just one, maybe I am talking about something else in my response - sorry for the noise. Paul
Still not reproducable. Can you describe the UI state: is the action entry disabled or is new input just neglected? This is what I did (ofcourse I first made a backup): * copied your rc to ./sylpheed/matcherrc * removed the last few lines (because they should be added in the dialog) * start sylpheed and the Configuration | Filtering dialog * select entry one * change action into delete * press add * select entry two * change action into delete * press add
Also, are there any messages when starting from the xterm: sylpheed --debug?
This is all the debug I get when I: * start sylpheed and the Configuration | Filtering dialog * select entry one (Forward action) * click action down-arrow * click Delete * press add * select entry two (Forward as attachment) * click action down-arrow * click Delete (change does not take -- remains Forward as attachment) * I don't click Add cuz it's not what I want... HTH... prefs_filtering.c:1242:unregistering address completion entry addressbook.c:3807:addressbook_load_completion addressbook.c:3865:addressbook_load_completion... done addr_compl.c:203:start_address_completion ref count 1 prefs_filtering.c:1246:registering address completion entry prefs_filtering.c:1242:unregistering address completion entry prefs_filtering.c:1246:registering address completion entry
Hmmmm.... I left the Filtering dialog open while I added the debug info; still could not change "Forward as attachment" to Delete --- but --- changing it to Move worked, then changing to Delete now worked... no new debug message types.
|* click action down-arrow |* click Delete (change does not take -- remains Forward as attachment) OK, now I see it too.
i can't click but i can move the selection to the delete entry (by keeping the mouse pressed)
that's exactly the same behaviour for Paul's bug (described in comment #4). A problem with the gtk widget maybe?
| A problem with the gtk widget maybe? Plausible: I'ts weird and ominious that the previously selected combo item can not be selected (i.e. doesn't receive clicks). I'll look into it further.