aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/gnus-sum.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 694e70a640a..9c751cd19d7 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -136,9 +136,9 @@ which only takes Subjects into consideration; and
136`gnus-gather-threads-by-references', which compared the References 136`gnus-gather-threads-by-references', which compared the References
137headers of the articles to find matches." 137headers of the articles to find matches."
138 :group 'gnus-thread 138 :group 'gnus-thread
139 :type '(set (function-item gnus-gather-threads-by-subject) 139 :type '(radio (function-item gnus-gather-threads-by-subject)
140 (function-item gnus-gather-threads-by-references) 140 (function-item gnus-gather-threads-by-references)
141 (function :tag "other"))) 141 (function :tag "other")))
142 142
143;; Added by Per Abrahamsen <amanda@iesd.auc.dk>. 143;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
144(defcustom gnus-summary-same-subject "" 144(defcustom gnus-summary-same-subject ""