Re: [Pan-users] Trivial change to header-pane.cc ?

2013-01-04 Thread walt
On 01/04/2013 05:20 PM, walt wrote: (I'm really posting this to test the new 'sent' and 'draft' folders :) Well, a partial success: pan did save both of the drafts I saved on purpose, plus another one named 'autosave' that pan did without asking. The problem is that when I entered the 'drafts

[Pan-users] Trivial change to header-pane.cc ?

2013-01-04 Thread walt
(I'm really posting this to test the new 'sent' and 'draft' folders, but I'm also serious about the stuff below :) If you take a look at (just for example) alt.binaries.photos.original you'll see quite a few posted jpegs with more than 5000 lines. If you click on any of those articles (expectin

Re: [Pan-users] Regex in pan?

2013-01-04 Thread Gordon Speedman
One more question about regex rules: in what order and how are they processed? For example, let's say I'm trying to sort numbers into 4 categories: positive even, positive odd, negative even, negative odd. First approach would be define something like -[0-9]*[02468] for negative even. Second app

Re: [Pan-users] Regex in pan?

2013-01-04 Thread Heinrich Müller
Try using [0-9]+ Am 22.12.2012 13:51 schrieb "Gordon Speedman" : > > >> Can you post the regex you used? > It's not about the regex, I was unable to use regex as a rule at all. > > If I open Articles -> Edit Article's Watch/Ignore/Score -> add new > rule like "author is john doe" -> add & rescore t