info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: jidanni
Subject: Re: Kill certain articles in certain groups all from gnus.el
Date: Fri, 26 Apr 2013 00:57:52 +0800
User-agent: Mutt/1.5.13 (2006-08-11)

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\" (\" 已經加入了 .* 群組。\" -10000 nil r)))")
  (write-file my-gnus-yyy-score-file))
(setq
 gnus-parameters
 '(("gwene\.tw\.com\.bdsm\.groups\."
    (gnus-summary-expunge-below -9999))))
;(setq gnus-home-score-file
;      '(("gwene\.tw\.com\.bdsm\.groups\." my-gnus-yyy-score-file))) No go. Had 
to hardwire:
(setq gnus-home-score-file
      '(("gwene\.tw\.com\.bdsm\.groups\." 
"/tmp/gwene.tw.com.bdsm.groups.SCORE")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]