From: Mark Wooding Date: Wed, 23 Sep 2009 09:43:24 +0000 (+0100) Subject: dot/gnus.el: Use distinct article buffers for different groups. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/0c639fd6d6ff3b3b5dfb3efe6c60cafa4d16a2e4?hp=--cc dot/gnus.el: Use distinct article buffers for different groups. Makes living a complicated life slightly easier. --- 0c639fd6d6ff3b3b5dfb3efe6c60cafa4d16a2e4 diff --git a/dot/gnus.el b/dot/gnus.el index cf2ebbc..d3ca4f6 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -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)