chiark / gitweb /
dot/gnus.el: Use distinct article buffers for different groups.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 23 Sep 2009 09:43:24 +0000 (10:43 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 23 Sep 2009 09:43:24 +0000 (10:43 +0100)
Makes living a complicated life slightly easier.

dot/gnus.el

index cf2ebbc1c1d7d71e764e14b17f985ad4c951d67a..d3ca4f66b54ceaf57600837222e935c9d3177144 100644 (file)
@@ -55,6 +55,9 @@ (setq gnus-thread-sort-functions
        gnus-thread-sort-by-subject
        gnus-thread-sort-by-total-score))
 
+;; Use one article buffer per group.
+(setq gnus-single-article-buffer nil)
+
 ;; Don't expand threads on initial opening.
 (setq gnus-thread-hide-subtree t)