Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!math.lsa.umich.edu!emv From: emv@math.lsa.umich.edu (Edward Vielmetti) Newsgroups: gnu.emacs.gnus Subject: Re: Kill file questions Message-ID: Date: 5 Jan 90 17:49:39 GMT References: Sender: news@math.lsa.umich.edu Organization: University of Michigan Math Dept., Ann Arbor MI. Lines: 18 In-reply-to: ashwin@gatech.edu's message of 5 Jan 90 04:32:49 GMT 1. (gnus-kill "Keywords" "foo") might not work because of a completing-read that doesn't include that field. In gnus-Subject-execute-command it only allows for Number, Subject, From, Xref, Lines, Date, and Id (should be fixed). 2. Kill file like so: (gnus-kill "Subject" "foo\\|bar" "u") (gnus-kill "Subject" ".") (gnus-expunge "X") will un-kill all except foo or bar in subject. (Might be a faster way, but this works fine.) 3. I don't think there's a way to kill on the entire header. Good luck. --Ed