Gnus development mailing list
 help / color / mirror / Atom feed
* turn threading off in certain groups
@ 2011-02-12 15:13 jidanni
  2011-02-12 18:49 ` Dave Goldberg
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2011-02-12 15:13 UTC (permalink / raw)
  To: ding

(info "(gnus) Threading") should say how to turn threading off in
certain groups. (via a purely .gnus elisp solution).



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: turn threading off in certain groups
  2011-02-12 15:13 turn threading off in certain groups jidanni
@ 2011-02-12 18:49 ` Dave Goldberg
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Goldberg @ 2011-02-12 18:49 UTC (permalink / raw)
  To: ding

This can be done by setting gnus-show-threads to nil with group/topic parameters, either via .newsrc.eld (G p in the *Group* buffer) or by setting the gnus-parameters variable in .gnus.  Here is my setting as an example:

(setq gnus-parameters
      '(("nnrss:.*"
         (gnus-show-threads nil))))

-- 
Dave Goldberg
david.goldberg6@verizon.net



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-12 18:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-12 15:13 turn threading off in certain groups jidanni
2011-02-12 18:49 ` Dave Goldberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).