Re: Kill certain articles in certain groups all from gnus.el

2013-04-25 Thread jidanni
OK this worked. Thanks. (defvar my-gnus-yyy-score-file (expand-file-name "gwene.tw.com.bdsm.groups.SCORE" temporary-file-directory)) (with-temp-buffer (insert "((\"subject\" (\" 已經加入了 .* 群組。\" -1 nil r)))") (write-file my-gnus-yyy-score-file)) (setq gnus-parameters '(("gwene\.tw\.com\.b

Re: Kill certain articles in certain groups all from gnus.el

2013-04-24 Thread Tassilo Horn
jida...@jidanni.org writes: > Gentlemen, I wish to > Kill (so I don't see them) all articles > that match Subject: /xxx/ > whose group name matches: /yyy/ > and have this all contained within my .gnus.el file for easy maintenance. > > I don't want to have 15 identical files one for each group. > >

Kill certain articles in certain groups all from gnus.el

2013-04-24 Thread jidanni
Gentlemen, I wish to Kill (so I don't see them) all articles that match Subject: /xxx/ whose group name matches: /yyy/ and have this all contained within my .gnus.el file for easy maintenance. I don't want to have 15 identical files one for each group. I don't want a global kill string that match