]> git.eshelyaron.com Git - emacs.git/commitdiff
gnus-thread-ignore-subject doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 27 Sep 2019 14:54:59 +0000 (16:54 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 27 Sep 2019 14:54:59 +0000 (16:54 +0200)
* lisp/gnus/gnus-sum.el (gnus-thread-ignore-subject): Document
that when not ignoring subjects, sorting will not happen as
expected (bug#35513).

lisp/gnus/gnus-sum.el

index 9d6f45682746ed5b7c0d89d3b95d519bb8bd594b..f83977ac5b813f30b3962c766b91a59a3632c376 100644 (file)
@@ -345,9 +345,15 @@ If threads are hidden, you have to run the command
   :type 'boolean)
 
 (defcustom gnus-thread-ignore-subject t
-  "If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
+  "If non-nil, ignore subjects when creating threads.
+
 If nil, articles that have different subjects from their parents will
-start separate threads."
+start separate threads.
+
+Threads that are split because the subject changes will still be
+sorted as if they were part of the same thread, and
+`gnus-thread-sort-functions' will not apply to these split
+threads."
   :group 'gnus-thread
   :type 'boolean)