Path: utzoo!attcan!cmtl01!matrox!uvm-gen!uunet!kddlab!titcca!ccut!ascgw!fgw!flab!umerin From: umerin@photon.stars.flab.Fujitsu.JUNET (Masanobu UMEDA) Newsgroups: comp.emacs Subject: Re: GNUS Message-ID: Date: 25 Jan 89 03:49:10 GMT References: Sender: news@flab.flab.fujitsu.JUNET Reply-To: umerin%flab.flab.Fujitsu.JUNET@uunet.uu.NET Organization: Fujitsu Laboratories Ltd., Kawasaki, Japan. Lines: 36 In-reply-to: tale@pawl.rpi.edu's message of 21 Jan 89 03:21:18 GMT In article tale@pawl.rpi.edu (David C Lawrence) writes: c) I tried C-d (gnus-Subject-rmail-digest) on Risks, hoping to watch some magic bursting, but it came back and said that the article was not a digest. Please use the following hook. This will be a default in GNUS 3.11. (setq gnus-Select-digest-hook '(lambda () ;; Reply-To: is required by `undigestify-rmail-message'. (or (mail-position-on-field "Reply-to" t) (progn (mail-position-on-field "Reply-to") (insert (gnus-fetch-field "From")))))) The surprise I got was that all of the groups which were not in my .newsrc came flooding in, inserted at the beginning, with lots of articles to read. Unsubscribe them using "u" command if you don't like to see them in Newsgroup buffer. Or, you can prevent being added automatically using options line in .newsrc file. "options -n !comp" means comp.* must be ignored when checking new newsgroups. If you don't want to be added comp.* any more, put this options line in your .newsrc. file. After that, you can remove unnecessary newsgroups in the file. "options -n !comp comp.sys" means comp.* must be ignored except for comp.sys.* when checking new newsgroups. If you want to be added new newsgroups under comp.sys hierarchy, use this options line. -- Masanobu UMEDA umerin@flab.Fujitsu.JUNET umerin%flab.Fujitsu.JUNET@uunet.uu.NET