info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [NoGnus] Fancy splitting and imap respooling not working


From: Sebastien Vauban
Subject: Re: [NoGnus] Fancy splitting and imap respooling not working
Date: Wed, 28 Mar 2012 19:13:17 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Ted,

Ted Zlatanov wrote:
> On Fri, 01 Jul 2011 14:27:18 +0200 "Sebastien Vauban" 
> <wxhgmqzgwmuf@spammotel.com> wrote: 
>
> SV>               (when ,(fboundp 'gnus-registry-split-fancy-with-parent)
> SV>                 (any ,gnus-ignored-from-addresses
> SV>                      (: gnus-registry-split-fancy-with-parent)))
>
> This is inside a `() list...  I believe you want:
>
> ,@(when (fboundp 'gnus-registry-split-fancy-with-parent)
>     (list 'any gnus-ignored-from-addresses
>        '(: gnus-registry-split-fancy-with-parent)))
>
> which, if `gnus-registry-split-fancy-with-parent' is bound, will eval
> the inner list.

Thanks for fixing this very complex expression.

> It's kind of a strange expression though, I'm curious what it does.  If
> any ignored From addresses (usually the user address) show up, use the
> registry splitting?

Not sure anymore about what it did -- see, I should have given a small
description next to it.

I'll tell you as soon as I find back the "why" of it.

Thanks.

Best regards,
  Seb

-- 
Sebastien Vauban


reply via email to

[Prev in Thread] Current Thread [Next in Thread]