[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
nnimap-split-rule
- To: nnimap@extundo.com
- Subject: nnimap-split-rule
- From: Soren Dayton <csdayton@cs.uchicago.edu>
- Date: 26 May 1999 00:35:49 -0500
- Mail-Copies-To: never
- User-Agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) XEmacs/21.1 (20 Minutes to Nikko)
Is there a reason that nnimap-split-rule does not support the value of a
function, as nnmail-split-methods do?
I think it would just mean wrapping the (dolist ...) clause with a:
(setq to-groups
(if (functionp rules)
(funcall rules)
(dolist ...)))
and probably moving the
(or nnimap-split-crosspost
(throw 'split-done to-groups)))))))))
logic out of the dolist also.... But I'm not really sure...
That would be very nice functionality, I would think.
Soren