chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6132bc0
)
dot/gnus.el: Use distinct article buffers for different groups.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 23 Sep 2009 09:43:24 +0000
(10:43 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/gnus.el
b/dot/gnus.el
index cf2ebbc1c1d7d71e764e14b17f985ad4c951d67a..d3ca4f66b54ceaf57600837222e935c9d3177144 100644
(file)
--- 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))
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)
;; Don't expand threads on initial opening.
(setq gnus-thread-hide-subtree t)