chiark / gitweb /
dot/gnus.el: Use distinct article buffers for different groups.
[profile] / 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)