Gnus development mailing list
 help / color / mirror / Atom feed
* nnimap-split-fancy
@ 2010-12-18 21:22 Richard Riley
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Riley @ 2010-12-18 21:22 UTC (permalink / raw)
  To: nognus


Could someone please point out whats wrong with this please :-

   (setq nnimap-split-fancy '(| (: spam-split) "INBOX"))
   (setq nnimap-split-methods 'nnimap-split-fancy)

I'm guessing its a quote issue but ... once more I cant see it and it
matches hits in google that says it should work.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* nnimap-split-fancy
@ 2010-02-08 11:18 Dieter Faulbaum
  0 siblings, 0 replies; 2+ messages in thread
From: Dieter Faulbaum @ 2010-02-08 11:18 UTC (permalink / raw)
  To: ding


Hello,

I want to use the variable nnimap-split-fancy.
In this way it works:
(setq nnmail-split-fancy '(| from "Hans.Mustermann" "People/well_known/Mustermann_Hans"))

But I want to use it in a fancier way like this:
(setq wellknownpeople "People/well_known/"
      nnmail-split-fancy '(| from "\\(Hans\\).\\(Mustermann\\)"
			     (concat wellknownpeople (capitalize "\\2")
				     "_"  (capitalize "\\1"))))

But this seems not possible. Is there another way to do such splitting? 
(I hope, my idea is understandable).

-- 
Dieter Faulbaum



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-18 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-18 21:22 nnimap-split-fancy Richard Riley
  -- strict thread matches above, loose matches on Subject: below --
2010-02-08 11:18 nnimap-split-fancy Dieter Faulbaum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).