The Feisty Youngster [email protected] (Rainer M. Krug) scribbled this (selectively-snipped-or-not-p) stuff
>Cor <[email protected]> writes: > >> The Feisty Youngster [email protected] (Rainer M. Krug) >> scribbled this (selectively-snipped-or-not-p) stuff >> >>> >>>In contrast, "Deleting" can be achieved by moving the message to the >>>folder [gmail]\bin (or what it is called in the locale one is using). >>> >>>Now I am using Expire to move the emails to the bin folder, i.e. to >>>delete them. But is there something similar I could use to Archive them? >>>especially archiving several message becomes a pain. >> >> if you use something like this to sort mail to read in gnus: >> >> ;; (setq nnmail-split-methods >> '( >> ("cron" "^Subject: cron:.*") >> ("cvs" "^Subject: \\[CVS\\]") >> ("rootmail" "^From: root@ ") >> ... >> ("spam" "")))) >I assume this is automatically splitting the messages - correct? I am >actually looking for something to do it manually. >I wil loo into the automatic version later, but not that applicable as I >am using gnus mainly for email. Yes, I do read mail in gnus. Gnus gets it mail (in linmux) from /var/spool/mail/user file and then the nnmail split metthos kicks in. to make a group in gnus ;; G > m name [enter] method: nnml [enter] sorting into a the destined is automatic. the "spam" group is my catch-all-other-mail-group. and you can set diverse mailheaders and or other regexes per group in: ;;;as an examples from my gnus.el file: ;; (setq gnus-posting-styles '((".*" ;; for normal newsgroups (From "Cor <[email protected]>") (Organization "Clsnet Linux Systems") (signature-file "~/.signature")) ;; for mail use ("nnml.private" (From "Cor <[email protected]>") (signature-file "~/.priv-sig")))) Hope it helps a bit. Cor -- Slaven hebben geen recht op zelfverdediging, mensen ook niet vlg de UN Dieren hebben recht op een gezonde plaats, mijn bord en het bos zijn dat Hier noemen een slecht jager vegetarier http://www.nerdstein.nl _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
