From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/16258 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.gnus.user Subject: Kill certain articles in certain groups all from gnus.el Date: Thu, 25 Apr 2013 11:04:49 +0800 Message-ID: <20130425030449.GA12476@ps11007.dreamhostps.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1366859092 18760 80.91.229.3 (25 Apr 2013 03:04:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 25 Apr 2013 03:04:52 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Apr 25 05:04:56 2013 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UVCUQ-0004mc-PU for gegu-info-gnus-english@m.gmane.org; Thu, 25 Apr 2013 05:04:54 +0200 Original-Received: from localhost ([::1]:53075 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVCUQ-0005Ah-Cs for gegu-info-gnus-english@m.gmane.org; Wed, 24 Apr 2013 23:04:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:42465) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVCUO-0005Ab-Nb for info-gnus-english@gnu.org; Wed, 24 Apr 2013 23:04:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVCUN-00016Y-KE for info-gnus-english@gnu.org; Wed, 24 Apr 2013 23:04:52 -0400 Original-Received: from ps11007.dreamhost.com ([69.163.137.246]:45012 helo=ps11007.dreamhostps.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVCUN-00016L-Dy for info-gnus-english@gnu.org; Wed, 24 Apr 2013 23:04:51 -0400 Original-Received: by ps11007.dreamhostps.com (Postfix, from userid 3369152) id CD1952C0E450; Wed, 24 Apr 2013 20:04:49 -0700 (PDT) Content-Disposition: inline User-Agent: Mutt/1.5.13 (2006-08-11) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 69.163.137.246 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:16258 Archived-At: 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 matches every group. I don't want this stuck in some binary .eld file that I have to fight with gnus about who gets to edit it.