Re: split-fancy-with-parent

2011-04-03 Thread Lars Magne Ingebrigtsen
Vincent Beffara vbeff...@ens-lyon.fr writes: LMI Could you repost the backtrace after doing the following? LMI (setq eval-expression-print-level 20) LMI (setq eval-expression-print-length 80) There you are - it didn't seem to change anything: , | Debugger entered--Lisp error:

Re: split-fancy-with-parent

2011-03-30 Thread Vincent Beffara
LMI Could you repost the backtrace after doing the following? LMI (setq eval-expression-print-level 20) LMI (setq eval-expression-print-length 80) There you are - it didn't seem to change anything: , | Debugger entered--Lisp error: (wrong-type-argument stringp nil) |

Re: split-fancy-with-parent

2011-03-29 Thread Lars Magne Ingebrigtsen
Vincent Beffara vbeff...@ens-lyon.fr writes: Here you go (rewrapped to make gnus happy): , | Debugger entered--Lisp error: (wrong-type-argument stringp nil) | encode-coding-string(nil utf-7-imap) Could you repost the backtrace after doing the following? (setq

Re: split-fancy-with-parent

2011-03-24 Thread Vincent Beffara
VB PS: BTW, now B t to test where a message would end up consistenty VB answers mail.misc even on a message that was correctly split. And VB respooling with B r fails saying VB wrong type argument: stringp, nil VB But I can live with that. TZ I haven't looked at that code in a lng time.

Re: split-fancy-with-parent

2011-03-23 Thread Vincent Beffara
Invariably when I run B t gnus tells me this message would be split to INBOX (but the (: nnmail-split-fancy-with-parent) does appear in the window). What am I missing here ? EA I don't know if what you're doing is supposed to work or not, but EA I'm also using the registry, and I use (: EA

Re: split-fancy-with-parent

2011-03-23 Thread Eric Abrahamsen
Vincent Beffara vbeff...@ens-lyon.fr writes: Invariably when I run B t gnus tells me this message would be split to INBOX (but the (: nnmail-split-fancy-with-parent) does appear in the window). What am I missing here ? EA I don't know if what you're doing is supposed to work or not, but EA

Re: split-fancy-with-parent

2011-03-23 Thread Ted Zlatanov
On Wed, 23 Mar 2011 19:41:38 +0800 Eric Abrahamsen e...@ericabrahamsen.net wrote: EA Vincent Beffara vbeff...@ens-lyon.fr writes: Invariably when I run B t gnus tells me this message would be split to INBOX (but the (: nnmail-split-fancy-with-parent) does appear in the window). What am I

Re: split-fancy-with-parent

2011-03-23 Thread Vincent Beffara
TZ The split rules changed in recent versions of No Gnus. I think they TZ are only a server parameter now, so you have to modify your server TZ definition. TZ The `gnus-registry-split-fancy-with-parent' documentation is wrong TZ (outdated, really). Sorry about that. I'm pretty sure you don't

Re: split-fancy-with-parent

2011-03-23 Thread Ted Zlatanov
| (nnimap-inbox INBOX) VB | (nnimap-split-methods 'nnimap-split-fancy) VB | (nnimap-split-fancy VB |(| (: gnus-registry-split-fancy-with-parent) VB | INBOX

split-fancy-with-parent

2011-03-22 Thread Vincent Beffara
-stream network) | )) | | (setq nnmail-treat-duplicates 'warn) | (setq nnmail-cache-accepted-message-ids t) | (setq nnmail-split-methods 'nnmail-split-fancy) | (setq nnmail-split-fancy | '(| (: nnmail-split-fancy-with-parent) | INBOX)) ` Invariably