[email protected] (Adam Sjøgren) writes:
> You can test where an existing email would be split
> to by pressing B q when looking at it.
>
> And you can get Gnus to put it where the splitting
> rules say by pressing B r.
Yes, that works, and is kind of cool, too.
Summary:
(setq nnmail-split-methods
'(("mail.spam" "^X-Spam-Flag: YES")
;; ...
("mail.misc" "") ))
Then create the spam group, for example with this:
(defun gnus-add-nnml-group (group)
(interactive "s Mail group: ")
(gnus-group-make-group group "nnml")
(gnus-save-newsrc-file) )
On the file system: /home/user/Mail/mail/spam
--
Emanuel Berg, programmer-for-rent. CV, projects, etc at uXu
underground experts united: http://user.it.uu.se/~embe8573
_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english