diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-09 03:04:19 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-09 03:04:19 -0400 |
commit | 83c37b25a94d337ebd22d6c0f47cd939db25839b (patch) | |
tree | 21a8bebecd0adf42ad736cb9b31e65f3032c49f3 | |
parent | 538b6d8d4a5c04cdeb31d99c91acdb799d7e2387 (diff) | |
download | emacs.d-83c37b25a94d337ebd22d6c0f47cd939db25839b.tar.gz |
Hide gnus summary subthreads by default
-rw-r--r-- | lisp/init-gnus.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-gnus.el index afd392e..876a417 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-gnus.el @@ -56,6 +56,7 @@ gnus-visible-headers '("^From" "^Subject" "^Date" "^To" "^Cc" "^User-Agent") gnus-confirm-mail-reply-to-news t gnus-interactive-exit nil + gnus-thread-hide-subtree t mm-discouraged-alternatives '("text/html" "text/richtext") footnote-section-tag "") |