comparison lisp/gnus/gnus-sum.el @ 19912:4355457d9749

(gnus-summary-thread-gathering-function): Fix customize type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 13 Sep 1997 06:30:44 +0000
parents abfa7b46c7bd
children 5f1ab3dd344d
comparison
equal deleted inserted replaced
19911:b315a244840b 19912:4355457d9749
134 There are two pre-defined functions: `gnus-gather-threads-by-subject', 134 There are two pre-defined functions: `gnus-gather-threads-by-subject',
135 which only takes Subjects into consideration; and 135 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
137 headers of the articles to find matches." 137 headers 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 ""
145 "*String indicating that the current article has the same subject as the previous. 145 "*String indicating that the current article has the same subject as the previous.
146 This variable will only be used if the value of 146 This variable will only be used if the value of