Gnus Manual. Node: More Threading

PREVFilling In Threads UPCustomizing Threading NEXTLow-Level Threading

3.9.1.3: More Threading

gnus-show-threads

If this variable is nil, no threading will be done, and all of the rest of the variables here will have no effect. Turning threading off will speed group selection up a bit, but it is sure to make reading slower and more awkward.

gnus-thread-hide-subtree

If non-nil, all threads will be hidden when the summary buffer is generated.

gnus-thread-expunge-below

All threads that have a total score (as defined by gnus-thread-score-function) less than this number will be expunged. This variable is nil by default, which means that no threads are expunged.

gnus-thread-hide-killed

if you kill a thread and this variable is non-nil, the subtree will be hidden.

gnus-thread-ignore-subject

Sometimes somebody changes the subject in the middle of a thread. If this variable is non-nil, the subject change is ignored. If it is nil, which is the default, a change in the subject will result in a new thread.

gnus-thread-indent-level

This is a number that says how much each sub-thread should be indented. The default is 4.

PREVFilling In Threads UPCustomizing Threading NEXTLow-Level Threading