c17f16ef2123163799e0803c07f5142add3e2e47
[gnus] / lisp / gnus-sum.el
1 ;;; gnus-sum.el --- summary mode commands for Gnus
2
3 ;; Copyright (C) 1996-2012 Free Software Foundation, Inc.
4
5 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;; Keywords: news
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software: you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation, either version 3 of the License, or
13 ;; (at your option) any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22
23 ;;; Commentary:
24
25 ;;; Code:
26
27 ;; For Emacs <22.2 and XEmacs.
28 (eval-and-compile
29   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
30 (eval-when-compile
31   (require 'cl))
32 (eval-when-compile
33   (when (featurep 'xemacs)
34     (require 'easy-mmode))) ; for `define-minor-mode'
35
36 (defvar tool-bar-mode)
37 (defvar gnus-tmp-header)
38
39 (require 'gnus)
40 (require 'gnus-group)
41 (require 'gnus-spec)
42 (require 'gnus-range)
43 (require 'gnus-int)
44 (require 'gnus-undo)
45 (require 'gnus-util)
46 (require 'gmm-utils)
47 (require 'mm-decode)
48 (require 'nnoo)
49
50 (autoload 'gnus-summary-limit-include-cached "gnus-cache" nil t)
51 (autoload 'gnus-cache-write-active "gnus-cache")
52 (autoload 'gnus-mailing-list-insinuate "gnus-ml" nil t)
53 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" nil t)
54 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
55 (autoload 'mm-uu-dissect "mm-uu")
56 (autoload 'gnus-article-outlook-deuglify-article "deuglify"
57   "Deuglify broken Outlook (Express) articles and redisplay."
58   t)
59 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" nil t)
60 (autoload 'gnus-article-outlook-repair-attribution "deuglify" nil t)
61 (autoload 'gnus-article-outlook-rearrange-citation "deuglify" nil t)
62 (autoload 'nnir-article-rsv "nnir" nil nil 'macro)
63 (autoload 'nnir-article-group "nnir" nil nil 'macro)
64
65 (defcustom gnus-kill-summary-on-exit t
66   "*If non-nil, kill the summary buffer when you exit from it.
67 If nil, the summary will become a \"*Dead Summary*\" buffer, and
68 it will be killed sometime later."
69   :group 'gnus-summary-exit
70   :type 'boolean)
71
72 (defcustom gnus-summary-next-group-on-exit t
73   "If non-nil, go to the next unread newsgroup on summary exit.
74 See `gnus-group-goto-unread'."
75   :link '(custom-manual "(gnus)Group Maneuvering")
76   :group 'gnus-summary-exit
77   :version "23.1" ;; No Gnus
78   :type 'boolean)
79
80 (defcustom gnus-summary-stop-at-end-of-message nil
81   "If non-nil, don't select the next message when using `SPC'."
82   :link '(custom-manual "(gnus)Group Maneuvering")
83   :group 'gnus-summary-maneuvering
84   :version "24.1"
85   :type 'boolean)
86
87 (defcustom gnus-fetch-old-headers nil
88   "*Non-nil means that Gnus will try to build threads by grabbing old headers.
89 If an unread article in the group refers to an older, already
90 read (or just marked as read) article, the old article will not
91 normally be displayed in the Summary buffer.  If this variable is
92 t, Gnus will attempt to grab the headers to the old articles, and
93 thereby build complete threads.  If it has the value `some', all
94 old headers will be fetched but only enough headers to connect
95 otherwise loose threads will be displayed.  This variable can
96 also be a number.  In that case, no more than that number of old
97 headers will be fetched.  If it has the value `invisible', all
98 old headers will be fetched, but none will be displayed.
99
100 The server has to support NOV for any of this to work.
101
102 This feature can seriously impact performance it ignores all
103 locally cached header entries.  Setting it to t for groups for a
104 server that doesn't expire articles (such as news.gmane.org),
105 leads to very slow summary generation."
106   :group 'gnus-thread
107   :type '(choice (const :tag "off" nil)
108                  (const :tag "on" t)
109                  (const some)
110                  (const invisible)
111                  number
112                  (sexp :menu-tag "other" t)))
113
114 (defcustom gnus-refer-thread-limit 500
115   "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
116 If t, fetch all the available old headers."
117   :group 'gnus-thread
118   :type '(choice number
119                  (sexp :menu-tag "other" t)))
120
121 (defcustom gnus-refer-thread-use-nnir nil
122   "*Use nnir to search an entire server when referring threads. A
123 nil value will only search for thread-related articles in the
124 current group."
125   :group 'gnus-thread
126   :type 'boolean)
127
128 (defcustom gnus-summary-make-false-root 'adopt
129   "*nil means that Gnus won't gather loose threads.
130 If the root of a thread has expired or been read in a previous
131 session, the information necessary to build a complete thread has been
132 lost.  Instead of having many small sub-threads from this original thread
133 scattered all over the summary buffer, Gnus can gather them.
134
135 If non-nil, Gnus will try to gather all loose sub-threads from an
136 original thread into one large thread.
137
138 If this variable is non-nil, it should be one of `none', `adopt',
139 `dummy' or `empty'.
140
141 If this variable is `none', Gnus will not make a false root, but just
142 present the sub-threads after another.
143 If this variable is `dummy', Gnus will create a dummy root that will
144 have all the sub-threads as children.
145 If this variable is `adopt', Gnus will make one of the \"children\"
146 the parent and mark all the step-children as such.
147 If this variable is `empty', the \"children\" are printed with empty
148 subject fields.  (Or rather, they will be printed with a string
149 given by the `gnus-summary-same-subject' variable.)"
150   :group 'gnus-thread
151   :type '(choice (const :tag "off" nil)
152                  (const none)
153                  (const dummy)
154                  (const adopt)
155                  (const empty)))
156
157 (defcustom gnus-summary-make-false-root-always nil
158   "Always make a false dummy root."
159   :version "22.1"
160   :group 'gnus-thread
161   :type 'boolean)
162
163 (defcustom gnus-summary-gather-exclude-subject "^ *$\\|^(none)$"
164   "*A regexp to match subjects to be excluded from loose thread gathering.
165 As loose thread gathering is done on subjects only, that means that
166 there can be many false gatherings performed.  By rooting out certain
167 common subjects, gathering might become saner."
168   :group 'gnus-thread
169   :type 'regexp)
170
171 (defcustom gnus-summary-gather-subject-limit nil
172   "*Maximum length of subject comparisons when gathering loose threads.
173 Use nil to compare full subjects.  Setting this variable to a low
174 number will help gather threads that have been corrupted by
175 newsreaders chopping off subject lines, but it might also mean that
176 unrelated articles that have subject that happen to begin with the
177 same few characters will be incorrectly gathered.
178
179 If this variable is `fuzzy', Gnus will use a fuzzy algorithm when
180 comparing subjects."
181   :group 'gnus-thread
182   :type '(choice (const :tag "off" nil)
183                  (const fuzzy)
184                  (sexp :menu-tag "on" t)))
185
186 (defcustom gnus-simplify-subject-functions nil
187   "List of functions taking a string argument that simplify subjects.
188 The functions are applied recursively.
189
190 Useful functions to put in this list include:
191 `gnus-simplify-subject-re', `gnus-simplify-subject-fuzzy',
192 `gnus-simplify-whitespace', and `gnus-simplify-all-whitespace'."
193   :group 'gnus-thread
194   :type '(repeat function))
195
196 (defcustom gnus-simplify-ignored-prefixes nil
197   "*Remove matches for this regexp from subject lines when simplifying fuzzily."
198   :group 'gnus-thread
199   :type '(choice (const :tag "off" nil)
200                  regexp))
201
202 (defcustom gnus-build-sparse-threads nil
203   "*If non-nil, fill in the gaps in threads.
204 If `some', only fill in the gaps that are needed to tie loose threads
205 together.  If `more', fill in all leaf nodes that Gnus can find.  If
206 non-nil and non-`some', fill in all gaps that Gnus manages to guess."
207   :group 'gnus-thread
208   :type '(choice (const :tag "off" nil)
209                  (const some)
210                  (const more)
211                  (sexp :menu-tag "all" t)))
212
213 (defcustom gnus-summary-thread-gathering-function
214   'gnus-gather-threads-by-subject
215   "*Function used for gathering loose threads.
216 There are two pre-defined functions: `gnus-gather-threads-by-subject',
217 which only takes Subjects into consideration; and
218 `gnus-gather-threads-by-references', which compared the References
219 headers of the articles to find matches."
220   :group 'gnus-thread
221   :type '(radio (function-item gnus-gather-threads-by-subject)
222                 (function-item gnus-gather-threads-by-references)
223                 (function :tag "other")))
224
225 (defcustom gnus-summary-same-subject ""
226   "*String indicating that the current article has the same subject as the previous.
227 This variable will only be used if the value of
228 `gnus-summary-make-false-root' is `empty'."
229   :group 'gnus-summary-format
230   :type 'string)
231
232 (defcustom gnus-summary-goto-unread nil
233   "*If t, many commands will go to the next unread article.
234 This applies to marking commands as well as other commands that
235 \"naturally\" select the next article, like, for instance, `SPC' at
236 the end of an article.
237
238 If nil, the marking commands do NOT go to the next unread article
239 \(they go to the next article instead).  If `never', commands that
240 usually go to the next unread article, will go to the next article,
241 whether it is read or not."
242   :version "24.1"
243   :group 'gnus-summary-marks
244   :link '(custom-manual "(gnus)Setting Marks")
245   :type '(choice (const :tag "off" nil)
246                  (const never)
247                  (sexp :menu-tag "on" t)))
248
249 (defcustom gnus-summary-default-score 0
250   "*Default article score level.
251 All scores generated by the score files will be added to this score.
252 If this variable is nil, scoring will be disabled."
253   :group 'gnus-score-default
254   :type '(choice (const :tag "disable")
255                  integer))
256
257 (defcustom gnus-summary-default-high-score 0
258   "*Default threshold for a high scored article.
259 An article will be highlighted as high scored if its score is greater
260 than this score."
261   :version "22.1"
262   :group 'gnus-score-default
263   :type 'integer)
264
265 (defcustom gnus-summary-default-low-score 0
266   "*Default threshold for a low scored article.
267 An article will be highlighted as low scored if its score is smaller
268 than this score."
269   :version "22.1"
270   :group 'gnus-score-default
271   :type 'integer)
272
273 (defcustom gnus-summary-zcore-fuzz 0
274   "*Fuzziness factor for the zcore in the summary buffer.
275 Articles with scores closer than this to `gnus-summary-default-score'
276 will not be marked."
277   :group 'gnus-summary-format
278   :type 'integer)
279
280 (defcustom gnus-simplify-subject-fuzzy-regexp nil
281   "*Strings to be removed when doing fuzzy matches.
282 This can either be a regular expression or list of regular expressions
283 that will be removed from subject strings if fuzzy subject
284 simplification is selected."
285   :group 'gnus-thread
286   :type '(repeat regexp))
287
288 (defcustom gnus-show-threads t
289   "*If non-nil, display threads in summary mode."
290   :group 'gnus-thread
291   :type 'boolean)
292
293 (defcustom gnus-thread-hide-subtree nil
294   "*If non-nil, hide all threads initially.
295 This can be a predicate specifier which says which threads to hide.
296 If threads are hidden, you have to run the command
297 `gnus-summary-show-thread' by hand or select an article."
298   :group 'gnus-thread
299   :type '(radio (sexp :format "Non-nil\n"
300                       :match (lambda (widget value)
301                                (not (or (consp value) (functionp value))))
302                       :value t)
303                 (const nil)
304                 (sexp :tag "Predicate specifier")))
305
306 (defcustom gnus-thread-hide-killed t
307   "*If non-nil, hide killed threads automatically."
308   :group 'gnus-thread
309   :type 'boolean)
310
311 (defcustom gnus-thread-ignore-subject t
312   "*If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
313 If nil, articles that have different subjects from their parents will
314 start separate threads."
315   :group 'gnus-thread
316   :type 'boolean)
317
318 (defcustom gnus-thread-operation-ignore-subject t
319   "*If non-nil, subjects will be ignored when doing thread commands.
320 This affects commands like `gnus-summary-kill-thread' and
321 `gnus-summary-lower-thread'.
322
323 If this variable is nil, articles in the same thread with different
324 subjects will not be included in the operation in question.  If this
325 variable is `fuzzy', only articles that have subjects that are fuzzily
326 equal will be included."
327   :group 'gnus-thread
328   :type '(choice (const :tag "off" nil)
329                  (const fuzzy)
330                  (sexp :tag "on" t)))
331
332 (defcustom gnus-thread-indent-level 4
333   "*Number that says how much each sub-thread should be indented."
334   :group 'gnus-thread
335   :type 'integer)
336
337 (defcustom gnus-auto-extend-newsgroup t
338   "*If non-nil, extend newsgroup forward and backward when requested."
339   :group 'gnus-summary-choose
340   :type 'boolean)
341
342 (defcustom gnus-auto-select-first t
343   "If non-nil, select an article on group entry.
344 An article is selected automatically when entering a group
345 e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or
346 `gnus-summary-catchup-and-goto-next-group'.
347
348 Which article is selected is controlled by the variable
349 `gnus-auto-select-subject'.
350
351 If you want to prevent automatic selection of articles in some
352 newsgroups, set the variable to nil in `gnus-select-group-hook'."
353   ;; Commands include...
354   ;; \\<gnus-group-mode-map>\\[gnus-group-read-group]
355   ;; \\<gnus-summary-mode-map>\\[gnus-summary-next-page]
356   ;; \\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]
357   :group 'gnus-group-select
358   :type '(choice (const :tag "none" nil)
359                  (sexp :menu-tag "first" t)))
360
361 (defcustom gnus-auto-select-subject 'unseen-or-unread
362   "*Says what subject to place under point when entering a group.
363
364 This variable can either be the symbols `first' (place point on the
365 first subject), `unread' (place point on the subject line of the first
366 unread article), `best' (place point on the subject line of the
367 highest-scored article), `unseen' (place point on the subject line of
368 the first unseen article), `unseen-or-unread' (place point on the subject
369 line of the first unseen article or, if all articles have been seen, on the
370 subject line of the first unread article), or a function to be called to
371 place point on some subject line."
372   :version "24.1"
373   :group 'gnus-group-select
374   :type '(choice (const best)
375                  (const unread)
376                  (const first)
377                  (const unseen)
378                  (const unseen-or-unread)
379                  (function :tag "Function to call")))
380
381 (defcustom gnus-auto-select-next t
382   "*If non-nil, offer to go to the next group from the end of the previous.
383 If the value is t and the next newsgroup is empty, Gnus will exit
384 summary mode and go back to group mode.  If the value is neither nil
385 nor t, Gnus will select the following unread newsgroup.  In
386 particular, if the value is the symbol `quietly', the next unread
387 newsgroup will be selected without any confirmation, and if it is
388 `almost-quietly', the next group will be selected without any
389 confirmation if you are located on the last article in the group.
390 Finally, if this variable is `slightly-quietly', the `\\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]' command
391 will go to the next group without confirmation."
392   :group 'gnus-summary-maneuvering
393   :type '(choice (const :tag "off" nil)
394                  (const quietly)
395                  (const almost-quietly)
396                  (const slightly-quietly)
397                  (sexp :menu-tag "on" t)))
398
399 (defcustom gnus-auto-select-same nil
400   "*If non-nil, select the next article with the same subject.
401 If there are no more articles with the same subject, go to
402 the first unread article."
403   :group 'gnus-summary-maneuvering
404   :type 'boolean)
405
406 (defcustom gnus-auto-select-on-ephemeral-exit 'next-noselect
407   "What article should be selected after exiting an ephemeral group.
408 Valid values include:
409
410 `next'
411   Select the next article.
412 `next-unread'
413   Select the next unread article.
414 `next-noselect'
415   Move the cursor to the next article.  This is the default.
416 `next-unread-noselect'
417   Move the cursor to the next unread article.
418
419 If it has any other value or there is no next (unread) article, the
420 article selected before entering to the ephemeral group will appear."
421   :version "23.1" ;; No Gnus
422   :group 'gnus-summary-maneuvering
423   :type '(choice :format "%{%t%}:\n %[Value Menu%] %v"
424                  (const next) (const next-unread)
425                  (const next-noselect) (const next-unread-noselect)
426                  (sexp :tag "other" :value nil)))
427
428 (defcustom gnus-auto-goto-ignores 'unfetched
429   "*Says how to handle unfetched articles when maneuvering.
430
431 This variable can either be the symbols nil (maneuver to any
432 article), `undownloaded' (maneuvering while unplugged ignores articles
433 that have not been fetched), `always-undownloaded' (maneuvering always
434 ignores articles that have not been fetched), `unfetched' (maneuvering
435 ignores articles whose headers have not been fetched).
436
437 NOTE: The list of unfetched articles will always be nil when plugged
438 and, when unplugged, a subset of the undownloaded article list."
439   :version "22.1"
440   :group 'gnus-summary-maneuvering
441   :type '(choice (const :tag "None" nil)
442                  (const :tag "Undownloaded when unplugged" undownloaded)
443                  (const :tag "Undownloaded" always-undownloaded)
444                  (const :tag "Unfetched" unfetched)))
445
446 (defcustom gnus-summary-check-current nil
447   "*If non-nil, consider the current article when moving.
448 The \"unread\" movement commands will stay on the same line if the
449 current article is unread."
450   :group 'gnus-summary-maneuvering
451   :type 'boolean)
452
453 (defcustom gnus-auto-center-summary 2
454   "*If non-nil, always center the current summary buffer.
455 In particular, if `vertical' do only vertical recentering.  If non-nil
456 and non-`vertical', do both horizontal and vertical recentering."
457   :group 'gnus-summary-maneuvering
458   :type '(choice (const :tag "none" nil)
459                  (const vertical)
460                  (integer :tag "height")
461                  (sexp :menu-tag "both" t)))
462
463 (defcustom gnus-auto-center-group t
464   "If non-nil, always center the group buffer."
465   :group 'gnus-summary-maneuvering
466   :type 'boolean)
467
468 (defcustom gnus-show-all-headers nil
469   "*If non-nil, don't hide any headers."
470   :group 'gnus-article-hiding
471   :group 'gnus-article-headers
472   :type 'boolean)
473
474 (defcustom gnus-summary-ignore-duplicates nil
475   "*If non-nil, ignore articles with identical Message-ID headers."
476   :group 'gnus-summary
477   :type 'boolean)
478
479 (defcustom gnus-single-article-buffer nil
480   "*If non-nil, display all articles in the same buffer.
481 If nil, each group will get its own article buffer."
482   :version "24.1"
483   :group 'gnus-article-various
484   :type 'boolean)
485
486 (defcustom gnus-widen-article-window nil
487   "If non-nil, selecting the article buffer will display only the article buffer."
488   :version "24.1"
489   :group 'gnus-article-various
490   :type 'boolean)
491
492 (defcustom gnus-break-pages t
493   "*If non-nil, do page breaking on articles.
494 The page delimiter is specified by the `gnus-page-delimiter'
495 variable."
496   :group 'gnus-article-various
497   :type 'boolean)
498
499 (defcustom gnus-move-split-methods nil
500   "*Variable used to suggest where articles are to be moved to.
501 It uses the same syntax as the `gnus-split-methods' variable.
502 However, whereas `gnus-split-methods' specifies file names as targets,
503 this variable specifies group names."
504   :group 'gnus-summary-mail
505   :type '(repeat (choice (list :value (fun) function)
506                          (cons :value ("" "") regexp (repeat string))
507                          (sexp :value nil))))
508
509 (defcustom gnus-move-group-prefix-function 'gnus-group-real-prefix
510   "Function used to compute default prefix for article move/copy/etc prompts.
511 The function should take one argument, a group name, and return a
512 string with the suggested prefix."
513   :group 'gnus-summary-mail
514   :type 'function)
515
516 ;; FIXME: Although the custom type is `character' for the following variables,
517 ;; using multibyte characters (Latin-1, UTF-8) doesn't work.  -- rs
518
519 (defcustom gnus-unread-mark ?           ;Whitespace
520   "*Mark used for unread articles."
521   :group 'gnus-summary-marks
522   :type 'character)
523
524 (defcustom gnus-ticked-mark ?!
525   "*Mark used for ticked articles."
526   :group 'gnus-summary-marks
527   :type 'character)
528
529 (defcustom gnus-dormant-mark ??
530   "*Mark used for dormant articles."
531   :group 'gnus-summary-marks
532   :type 'character)
533
534 (defcustom gnus-del-mark ?r
535   "*Mark used for del'd articles."
536   :group 'gnus-summary-marks
537   :type 'character)
538
539 (defcustom gnus-read-mark ?R
540   "*Mark used for read articles."
541   :group 'gnus-summary-marks
542   :type 'character)
543
544 (defcustom gnus-expirable-mark ?E
545   "*Mark used for expirable articles."
546   :group 'gnus-summary-marks
547   :type 'character)
548
549 (defcustom gnus-killed-mark ?K
550   "*Mark used for killed articles."
551   :group 'gnus-summary-marks
552   :type 'character)
553
554 (defcustom gnus-spam-mark ?$
555   "*Mark used for spam articles."
556   :version "22.1"
557   :group 'gnus-summary-marks
558   :type 'character)
559
560 (defcustom gnus-kill-file-mark ?X
561   "*Mark used for articles killed by kill files."
562   :group 'gnus-summary-marks
563   :type 'character)
564
565 (defcustom gnus-low-score-mark ?Y
566   "*Mark used for articles with a low score."
567   :group 'gnus-summary-marks
568   :type 'character)
569
570 (defcustom gnus-catchup-mark ?C
571   "*Mark used for articles that are caught up."
572   :group 'gnus-summary-marks
573   :type 'character)
574
575 (defcustom gnus-replied-mark ?A
576   "*Mark used for articles that have been replied to."
577   :group 'gnus-summary-marks
578   :type 'character)
579
580 (defcustom gnus-forwarded-mark ?F
581   "*Mark used for articles that have been forwarded."
582   :version "22.1"
583   :group 'gnus-summary-marks
584   :type 'character)
585
586 (defcustom gnus-recent-mark ?N
587   "*Mark used for articles that are recent."
588   :version "22.1"
589   :group 'gnus-summary-marks
590   :type 'character)
591
592 (defcustom gnus-cached-mark ?*
593   "*Mark used for articles that are in the cache."
594   :group 'gnus-summary-marks
595   :type 'character)
596
597 (defcustom gnus-saved-mark ?S
598   "*Mark used for articles that have been saved."
599   :group 'gnus-summary-marks
600   :type 'character)
601
602 (defcustom gnus-unseen-mark ?.
603   "*Mark used for articles that haven't been seen."
604   :version "22.1"
605   :group 'gnus-summary-marks
606   :type 'character)
607
608 (defcustom gnus-no-mark ?               ;Whitespace
609   "*Mark used for articles that have no other secondary mark."
610   :version "22.1"
611   :group 'gnus-summary-marks
612   :type 'character)
613
614 (defcustom gnus-ancient-mark ?O
615   "*Mark used for ancient articles."
616   :group 'gnus-summary-marks
617   :type 'character)
618
619 (defcustom gnus-sparse-mark ?Q
620   "*Mark used for sparsely reffed articles."
621   :group 'gnus-summary-marks
622   :type 'character)
623
624 (defcustom gnus-canceled-mark ?G
625   "*Mark used for canceled articles."
626   :group 'gnus-summary-marks
627   :type 'character)
628
629 (defcustom gnus-duplicate-mark ?M
630   "*Mark used for duplicate articles."
631   :group 'gnus-summary-marks
632   :type 'character)
633
634 (defcustom gnus-undownloaded-mark ?-
635   "*Mark used for articles that weren't downloaded."
636   :version "22.1"
637   :group 'gnus-summary-marks
638   :type 'character)
639
640 (defcustom gnus-downloaded-mark ?+
641   "*Mark used for articles that were downloaded."
642   :group 'gnus-summary-marks
643   :type 'character)
644
645 (defcustom gnus-downloadable-mark ?%
646   "*Mark used for articles that are to be downloaded."
647   :group 'gnus-summary-marks
648   :type 'character)
649
650 (defcustom gnus-unsendable-mark ?=
651   "*Mark used for articles that won't be sent."
652   :group 'gnus-summary-marks
653   :type 'character)
654
655 (defcustom gnus-score-over-mark ?+
656   "*Score mark used for articles with high scores."
657   :group 'gnus-summary-marks
658   :type 'character)
659
660 (defcustom gnus-score-below-mark ?-
661   "*Score mark used for articles with low scores."
662   :group 'gnus-summary-marks
663   :type 'character)
664
665 (defcustom gnus-empty-thread-mark ?     ;Whitespace
666   "*There is no thread under the article."
667   :group 'gnus-summary-marks
668   :type 'character)
669
670 (defcustom gnus-not-empty-thread-mark ?=
671   "*There is a thread under the article."
672   :group 'gnus-summary-marks
673   :type 'character)
674
675 (defcustom gnus-view-pseudo-asynchronously nil
676   "*If non-nil, Gnus will view pseudo-articles asynchronously."
677   :group 'gnus-extract-view
678   :type 'boolean)
679
680 (defcustom gnus-auto-expirable-marks
681   (list gnus-killed-mark gnus-del-mark gnus-catchup-mark
682         gnus-low-score-mark gnus-ancient-mark gnus-read-mark
683         gnus-duplicate-mark)
684   "*The list of marks converted into expiration if a group is auto-expirable."
685   :version "24.1"
686   :group 'gnus-summary
687   :type '(repeat character))
688
689 (defcustom gnus-inhibit-user-auto-expire t
690   "*If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on."
691   :version "21.1"
692   :group 'gnus-summary
693   :type 'boolean)
694
695 (defcustom gnus-mark-copied-or-moved-articles-as-expirable nil
696   "If non-nil, mark articles copied or moved to auto-expire group as expirable.
697 If nil, the expirable marks will be unchanged except that the marks
698 will be removed when copying or moving articles to a group that has
699 not turned auto-expire on.  If non-nil, articles that have been read
700 will be marked as expirable when being copied or moved to a group in
701 which auto-expire is turned on."
702   :version "23.2"
703   :type 'boolean
704   :group 'gnus-summary-marks)
705
706 (defcustom gnus-view-pseudos nil
707   "*If `automatic', pseudo-articles will be viewed automatically.
708 If `not-confirm', pseudos will be viewed automatically, and the user
709 will not be asked to confirm the command."
710   :group 'gnus-extract-view
711   :type '(choice (const :tag "off" nil)
712                  (const automatic)
713                  (const not-confirm)))
714
715 (defcustom gnus-view-pseudos-separately t
716   "*If non-nil, one pseudo-article will be created for each file to be viewed.
717 If nil, all files that use the same viewing command will be given as a
718 list of parameters to that command."
719   :group 'gnus-extract-view
720   :type 'boolean)
721
722 (defcustom gnus-insert-pseudo-articles t
723   "*If non-nil, insert pseudo-articles when decoding articles."
724   :group 'gnus-extract-view
725   :type 'boolean)
726
727 (defcustom gnus-summary-dummy-line-format
728   "   %(:                             :%) %S\n"
729   "*The format specification for the dummy roots in the summary buffer.
730 It works along the same lines as a normal formatting string,
731 with some simple extensions.
732
733 %S  The subject
734
735 General format specifiers can also be used.
736 See `(gnus)Formatting Variables'."
737   :link '(custom-manual "(gnus)Formatting Variables")
738   :group 'gnus-threading
739   :type 'string)
740
741 (defcustom gnus-summary-mode-line-format "Gnus: %g [%A] %Z"
742   "*The format specification for the summary mode line.
743 It works along the same lines as a normal formatting string,
744 with some simple extensions:
745
746 %G  Group name
747 %p  Unprefixed group name
748 %A  Current article number
749 %z  Current article score
750 %V  Gnus version
751 %U  Number of unread articles in the group
752 %e  Number of unselected articles in the group
753 %Z  A string with unread/unselected article counts
754 %g  Shortish group name
755 %S  Subject of the current article
756 %u  User-defined spec
757 %s  Current score file name
758 %d  Number of dormant articles
759 %r  Number of articles that have been marked as read in this session
760 %E  Number of articles expunged by the score files"
761   :group 'gnus-summary-format
762   :type 'string)
763
764 (defcustom gnus-list-identifiers nil
765   "Regexp that matches list identifiers to be removed from subject.
766 This can also be a list of regexps."
767   :version "21.1"
768   :group 'gnus-summary-format
769   :group 'gnus-article-hiding
770   :type '(choice (const :tag "none" nil)
771                  (regexp :value ".*")
772                  (repeat :value (".*") regexp)))
773
774 (defcustom gnus-summary-mark-below 0
775   "*Mark all articles with a score below this variable as read.
776 This variable is local to each summary buffer and usually set by the
777 score file."
778   :group 'gnus-score-default
779   :type 'integer)
780
781 (defun gnus-widget-reversible-match (widget value)
782   "Ignoring WIDGET, convert VALUE to internal form.
783 VALUE should have the form `FOO' or `(not FOO)', where FOO is an symbol."
784   ;; (debug value)
785   (or (symbolp value)
786       (and (listp value)
787            (eq (length value) 2)
788            (eq (nth 0 value) 'not)
789            (symbolp (nth 1 value)))))
790
791 (defun gnus-widget-reversible-to-internal (widget value)
792   "Ignoring WIDGET, convert VALUE to internal form.
793 VALUE should have the form `FOO' or `(not FOO)', where FOO is an atom.
794 FOO is converted to (FOO nil) and (not FOO) is converted to (FOO t)."
795   ;; (debug value)
796   (if (atom value)
797       (list value nil)
798     (list (nth 1 value) t)))
799
800 (defun gnus-widget-reversible-to-external (widget value)
801   "Ignoring WIDGET, convert VALUE to external form.
802 VALUE should have the form `(FOO nil)' or `(FOO t)', where FOO is an atom.
803 \(FOO  nil) is converted to FOO and (FOO t) is converted to (not FOO)."
804   ;; (debug value)
805   (if (nth 1 value)
806       (list 'not (nth 0 value))
807     (nth 0 value)))
808
809 (define-widget 'gnus-widget-reversible 'group
810   "A `group' that convert values."
811   :match 'gnus-widget-reversible-match
812   :value-to-internal 'gnus-widget-reversible-to-internal
813   :value-to-external 'gnus-widget-reversible-to-external)
814
815 (defcustom gnus-article-sort-functions '(gnus-article-sort-by-number)
816   "*List of functions used for sorting articles in the summary buffer.
817
818 Each function takes two articles and returns non-nil if the first
819 article should be sorted before the other.  If you use more than one
820 function, the primary sort function should be the last.  You should
821 probably always include `gnus-article-sort-by-number' in the list of
822 sorting functions -- preferably first.  Also note that sorting by date
823 is often much slower than sorting by number, and the sorting order is
824 very similar.  (Sorting by date means sorting by the time the message
825 was sent, sorting by number means sorting by arrival time.)
826
827 Each item can also be a list `(not F)' where F is a function;
828 this reverses the sort order.
829
830 Ready-made functions include `gnus-article-sort-by-number',
831 `gnus-article-sort-by-author', `gnus-article-sort-by-subject',
832 `gnus-article-sort-by-date', `gnus-article-sort-by-random'
833 and `gnus-article-sort-by-score'.
834
835 When threading is turned on, the variable `gnus-thread-sort-functions'
836 controls how articles are sorted."
837   :group 'gnus-summary-sort
838   :type '(repeat (gnus-widget-reversible
839                   (choice (function-item gnus-article-sort-by-number)
840                           (function-item gnus-article-sort-by-author)
841                           (function-item gnus-article-sort-by-subject)
842                           (function-item gnus-article-sort-by-date)
843                           (function-item gnus-article-sort-by-score)
844                           (function-item gnus-article-sort-by-random)
845                           (function :tag "other"))
846                   (boolean :tag "Reverse order"))))
847
848
849 (defcustom gnus-thread-sort-functions '(gnus-thread-sort-by-number)
850   "*List of functions used for sorting threads in the summary buffer.
851 By default, threads are sorted by article number.
852
853 Each function takes two threads and returns non-nil if the first
854 thread should be sorted before the other.  If you use more than one
855 function, the primary sort function should be the last.  You should
856 probably always include `gnus-thread-sort-by-number' in the list of
857 sorting functions -- preferably first.  Also note that sorting by date
858 is often much slower than sorting by number, and the sorting order is
859 very similar.  (Sorting by date means sorting by the time the message
860 was sent, sorting by number means sorting by arrival time.)
861
862 Each list item can also be a list `(not F)' where F is a
863 function; this specifies reversed sort order.
864
865 Ready-made functions include `gnus-thread-sort-by-number',
866 `gnus-thread-sort-by-author', `gnus-thread-sort-by-recipient'
867 `gnus-thread-sort-by-subject', `gnus-thread-sort-by-date',
868 `gnus-thread-sort-by-score', `gnus-thread-sort-by-most-recent-number',
869 `gnus-thread-sort-by-most-recent-date', `gnus-thread-sort-by-random',
870 and `gnus-thread-sort-by-total-score' (see
871 `gnus-thread-score-function').
872
873 When threading is turned off, the variable
874 `gnus-article-sort-functions' controls how articles are sorted."
875   :group 'gnus-summary-sort
876   :type '(repeat
877           (gnus-widget-reversible
878            (choice (function-item gnus-thread-sort-by-number)
879                    (function-item gnus-thread-sort-by-author)
880                    (function-item gnus-thread-sort-by-recipient)
881                    (function-item gnus-thread-sort-by-subject)
882                    (function-item gnus-thread-sort-by-date)
883                    (function-item gnus-thread-sort-by-score)
884                    (function-item gnus-thread-sort-by-most-recent-number)
885                    (function-item gnus-thread-sort-by-most-recent-date)
886                    (function-item gnus-thread-sort-by-random)
887                    (function-item gnus-thread-sort-by-total-score)
888                    (function :tag "other"))
889            (boolean :tag "Reverse order"))))
890
891 (defcustom gnus-thread-score-function '+
892   "*Function used for calculating the total score of a thread.
893
894 The function is called with the scores of the article and each
895 subthread and should then return the score of the thread.
896
897 Some functions you can use are `+', `max', or `min'."
898   :group 'gnus-summary-sort
899   :type 'function)
900
901 (defcustom gnus-summary-expunge-below nil
902   "All articles that have a score less than this variable will be expunged.
903 This variable is local to the summary buffers."
904   :group 'gnus-score-default
905   :type '(choice (const :tag "off" nil)
906                  integer))
907
908 (defcustom gnus-thread-expunge-below nil
909   "All threads that have a total score less than this variable will be expunged.
910 See `gnus-thread-score-function' for en explanation of what a
911 \"thread score\" is.
912
913 This variable is local to the summary buffers."
914   :group 'gnus-threading
915   :group 'gnus-score-default
916   :type '(choice (const :tag "off" nil)
917                  integer))
918
919 (defcustom gnus-summary-mode-hook nil
920   "*A hook for Gnus summary mode.
921 This hook is run before any variables are set in the summary buffer."
922   :options '(turn-on-gnus-mailing-list-mode gnus-pick-mode)
923   :group 'gnus-summary-various
924   :type 'hook)
925
926 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
927 (when (featurep 'xemacs)
928   (add-hook 'gnus-summary-mode-hook 'gnus-xmas-summary-menu-add)
929   (add-hook 'gnus-summary-mode-hook 'gnus-xmas-setup-summary-toolbar)
930   (add-hook 'gnus-summary-mode-hook
931             'gnus-xmas-switch-horizontal-scrollbar-off))
932
933 (defcustom gnus-summary-menu-hook nil
934   "*Hook run after the creation of the summary mode menu."
935   :group 'gnus-summary-visual
936   :type 'hook)
937
938 (defcustom gnus-summary-exit-hook nil
939   "*A hook called on exit from the summary buffer.
940 It will be called with point in the group buffer."
941   :group 'gnus-summary-exit
942   :type 'hook)
943
944 (defcustom gnus-summary-prepare-hook nil
945   "*A hook called after the summary buffer has been generated.
946 If you want to modify the summary buffer, you can use this hook."
947   :group 'gnus-summary-various
948   :type 'hook)
949
950 (defcustom gnus-summary-prepared-hook nil
951   "*A hook called as the last thing after the summary buffer has been generated."
952   :group 'gnus-summary-various
953   :type 'hook)
954
955 (defcustom gnus-summary-generate-hook nil
956   "*A hook run just before generating the summary buffer.
957 This hook is commonly used to customize threading variables and the
958 like."
959   :group 'gnus-summary-various
960   :type 'hook)
961
962 (defcustom gnus-select-group-hook nil
963   "*A hook called when a newsgroup is selected.
964
965 If you'd like to simplify subjects like the
966 `gnus-summary-next-same-subject' command does, you can use the
967 following hook:
968
969  (add-hook gnus-select-group-hook
970            (lambda ()
971              (mapcar (lambda (header)
972                        (mail-header-set-subject
973                         header
974                         (gnus-simplify-subject
975                          (mail-header-subject header) 're-only)))
976                      gnus-newsgroup-headers)))"
977   :group 'gnus-group-select
978   :type 'hook)
979
980 (defcustom gnus-select-article-hook nil
981   "*A hook called when an article is selected."
982   :group 'gnus-summary-choose
983   :options '(gnus-agent-fetch-selected-article)
984   :type 'hook)
985
986 (defcustom gnus-visual-mark-article-hook
987   (list 'gnus-highlight-selected-summary)
988   "*Hook run after selecting an article in the summary buffer.
989 It is meant to be used for highlighting the article in some way.  It
990 is not run if `gnus-visual' is nil."
991   :group 'gnus-summary-visual
992   :type 'hook)
993
994 (defcustom gnus-parse-headers-hook nil
995   "*A hook called before parsing the headers."
996   :group 'gnus-various
997   :type 'hook)
998
999 (defcustom gnus-exit-group-hook nil
1000   "*A hook called when exiting summary mode.
1001 This hook is not called from the non-updating exit commands like `Q'."
1002   :group 'gnus-various
1003   :type 'hook)
1004
1005 (defcustom gnus-summary-update-hook nil
1006   "*A hook called when a summary line is changed.
1007 The hook will not be called if `gnus-visual' is nil.
1008
1009 The default function `gnus-summary-highlight-line' will
1010 highlight the line according to the `gnus-summary-highlight'
1011 variable."
1012   :group 'gnus-summary-visual
1013   :type 'hook)
1014
1015 (defcustom gnus-mark-article-hook '(gnus-summary-mark-read-and-unread-as-read)
1016   "*A hook called when an article is selected for the first time.
1017 The hook is intended to mark an article as read (or unread)
1018 automatically when it is selected."
1019   :group 'gnus-summary-choose
1020   :type 'hook)
1021
1022 (defcustom gnus-group-no-more-groups-hook nil
1023   "*A hook run when returning to group mode having no more (unread) groups."
1024   :group 'gnus-group-select
1025   :type 'hook)
1026
1027 (defcustom gnus-ps-print-hook nil
1028   "*A hook run before ps-printing something from Gnus."
1029   :group 'gnus-summary
1030   :type 'hook)
1031
1032 (defcustom gnus-summary-article-move-hook nil
1033   "*A hook called after an article is moved, copied, respooled, or crossposted."
1034   :version "22.1"
1035   :group 'gnus-summary
1036   :type 'hook)
1037
1038 (defcustom gnus-summary-article-delete-hook nil
1039   "*A hook called after an article is deleted."
1040   :version "22.1"
1041   :group 'gnus-summary
1042   :type 'hook)
1043
1044 (defcustom gnus-summary-article-expire-hook nil
1045   "*A hook called after an article is expired."
1046   :version "22.1"
1047   :group 'gnus-summary
1048   :type 'hook)
1049
1050 (defcustom gnus-summary-display-arrow
1051   (and (fboundp 'display-graphic-p)
1052        (display-graphic-p))
1053   "*If non-nil, display an arrow highlighting the current article."
1054   :version "22.1"
1055   :group 'gnus-summary
1056   :type 'boolean)
1057
1058 (defcustom gnus-summary-selected-face 'gnus-summary-selected
1059   "Face used for highlighting the current article in the summary buffer."
1060   :group 'gnus-summary-visual
1061   :type 'face)
1062
1063 (defvar gnus-tmp-downloaded nil)
1064
1065 (defcustom gnus-summary-highlight
1066   '(((eq mark gnus-canceled-mark)
1067      . gnus-summary-cancelled)
1068     ((and uncached (> score default-high))
1069      . gnus-summary-high-undownloaded)
1070     ((and uncached (< score default-low))
1071      . gnus-summary-low-undownloaded)
1072     (uncached
1073      . gnus-summary-normal-undownloaded)
1074     ((and (> score default-high)
1075           (or (eq mark gnus-dormant-mark)
1076               (eq mark gnus-ticked-mark)))
1077      . gnus-summary-high-ticked)
1078     ((and (< score default-low)
1079           (or (eq mark gnus-dormant-mark)
1080               (eq mark gnus-ticked-mark)))
1081      . gnus-summary-low-ticked)
1082     ((or (eq mark gnus-dormant-mark)
1083          (eq mark gnus-ticked-mark))
1084      . gnus-summary-normal-ticked)
1085     ((and (> score default-high) (eq mark gnus-ancient-mark))
1086      . gnus-summary-high-ancient)
1087     ((and (< score default-low) (eq mark gnus-ancient-mark))
1088      . gnus-summary-low-ancient)
1089     ((eq mark gnus-ancient-mark)
1090      . gnus-summary-normal-ancient)
1091     ((and (> score default-high) (eq mark gnus-unread-mark))
1092      . gnus-summary-high-unread)
1093     ((and (< score default-low) (eq mark gnus-unread-mark))
1094      . gnus-summary-low-unread)
1095     ((eq mark gnus-unread-mark)
1096      . gnus-summary-normal-unread)
1097     ((> score default-high)
1098      . gnus-summary-high-read)
1099     ((< score default-low)
1100      . gnus-summary-low-read)
1101     (t
1102      . gnus-summary-normal-read))
1103   "*Controls the highlighting of summary buffer lines.
1104
1105 A list of (FORM . FACE) pairs.  When deciding how a particular
1106 summary line should be displayed, each form is evaluated.  The content
1107 of the face field after the first true form is used.  You can change
1108 how those summary lines are displayed, by editing the face field.
1109
1110 You can use the following variables in the FORM field.
1111
1112 score:        The article's score.
1113 default:      The default article score.
1114 default-high: The default score for high scored articles.
1115 default-low:  The default score for low scored articles.
1116 below:        The score below which articles are automatically marked as read.
1117 mark:         The article's mark.
1118 uncached:     Non-nil if the article is uncached."
1119   :group 'gnus-summary-visual
1120   :type '(repeat (cons (sexp :tag "Form" nil)
1121                        face)))
1122 (put 'gnus-summary-highlight 'risky-local-variable t)
1123
1124 (defcustom gnus-alter-header-function nil
1125   "Function called to allow alteration of article header structures.
1126 The function is called with one parameter, the article header vector,
1127 which it may alter in any way."
1128   :type '(choice (const :tag "None" nil)
1129                  function)
1130   :group 'gnus-summary)
1131
1132 (defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string
1133   "Function used to decode a string with encoded words.")
1134
1135 (defvar gnus-decode-encoded-address-function
1136   'mail-decode-encoded-address-string
1137   "Function used to decode addresses with encoded words.")
1138
1139 (defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups)
1140   "*Extra headers to parse."
1141   :version "24.1"                       ; added Cc Keywords Gcc
1142   :group 'gnus-summary
1143   :type '(repeat symbol))
1144
1145 (defcustom gnus-ignored-from-addresses
1146   (and user-mail-address
1147        (not (string= user-mail-address ""))
1148        (regexp-quote user-mail-address))
1149   "*From headers that may be suppressed in favor of To headers.
1150 This can be a regexp or a list of regexps."
1151   :version "21.1"
1152   :group 'gnus-summary
1153   :type '(choice regexp
1154                  (repeat :tag "Regexp List" regexp)))
1155
1156 (defsubst gnus-ignored-from-addresses ()
1157   (gmm-regexp-concat gnus-ignored-from-addresses))
1158
1159 (defcustom gnus-summary-to-prefix "-> "
1160   "*String prefixed to the To field in the summary line when
1161 using `gnus-ignored-from-addresses'."
1162   :version "22.1"
1163   :group 'gnus-summary
1164   :type 'string)
1165
1166 (defcustom gnus-summary-newsgroup-prefix "=> "
1167   "*String prefixed to the Newsgroup field in the summary
1168 line when using `gnus-ignored-from-addresses'."
1169   :version "22.1"
1170   :group 'gnus-summary
1171   :type 'string)
1172
1173 (defcustom gnus-newsgroup-ignored-charsets '(unknown-8bit x-unknown)
1174   "List of charsets that should be ignored.
1175 When these charsets are used in the \"charset\" parameter, the
1176 default charset will be used instead."
1177   :version "21.1"
1178   :type '(repeat symbol)
1179   :group 'gnus-charset)
1180
1181 (defcustom gnus-newsgroup-maximum-articles nil
1182   "The maximum number of articles a newsgroup.
1183 If this is a number, old articles in a newsgroup exceeding this number
1184 are silently ignored.  If it is nil, no article is ignored.  Note that
1185 setting this variable to a number might prevent you from reading very
1186 old articles."
1187   :group 'gnus-group-select
1188   :version "22.2"
1189   :type '(choice (const :tag "No limit" nil)
1190                  integer))
1191
1192 (gnus-define-group-parameter
1193  ignored-charsets
1194  :type list
1195  :function-document
1196  "Return the ignored charsets of GROUP."
1197  :variable gnus-group-ignored-charsets-alist
1198  :variable-default
1199  '(("alt\\.chinese\\.text" iso-8859-1))
1200  :variable-document
1201  "Alist of regexps (to match group names) and charsets that should be ignored.
1202 When these charsets are used in the \"charset\" parameter, the
1203 default charset will be used instead."
1204  :variable-group gnus-charset
1205  :variable-type '(repeat (cons (regexp :tag "Group")
1206                                (repeat symbol)))
1207  :parameter-type '(choice :tag "Ignored charsets"
1208                           :value nil
1209                           (repeat (symbol)))
1210  :parameter-document       "\
1211 List of charsets that should be ignored.
1212
1213 When these charsets are used in the \"charset\" parameter, the
1214 default charset will be used instead.")
1215
1216 (defcustom gnus-group-highlight-words-alist nil
1217   "Alist of group regexps and highlight regexps.
1218 This variable uses the same syntax as `gnus-emphasis-alist'."
1219   :version "21.1"
1220   :type '(repeat (cons (regexp :tag "Group")
1221                        (repeat (list (regexp :tag "Highlight regexp")
1222                                      (number :tag "Group for entire word" 0)
1223                                      (number :tag "Group for displayed part" 0)
1224                                      (symbol :tag "Face"
1225                                              gnus-emphasis-highlight-words)))))
1226   :group 'gnus-summary-visual)
1227
1228 (defcustom gnus-summary-show-article-charset-alist
1229   nil
1230   "Alist of number and charset.
1231 The article will be shown with the charset corresponding to the
1232 numbered argument.
1233 For example: ((1 . cn-gb-2312) (2 . big5))."
1234   :version "21.1"
1235   :type '(repeat (cons (number :tag "Argument" 1)
1236                        (symbol :tag "Charset")))
1237   :group 'gnus-charset)
1238
1239 (defcustom gnus-preserve-marks t
1240   "Whether marks are preserved when moving, copying and respooling messages."
1241   :version "21.1"
1242   :type 'boolean
1243   :group 'gnus-summary-marks)
1244
1245 (defcustom gnus-propagate-marks nil
1246   "If non-nil, Gnus will store and retrieve marks from the backends.
1247 This means that marks will be stored both in .newsrc.eld and in
1248 the backend, and will slow operation down somewhat."
1249   :type 'boolean
1250   :group 'gnus-summary-marks)
1251
1252 (defcustom gnus-alter-articles-to-read-function nil
1253   "Function to be called to alter the list of articles to be selected."
1254   :type '(choice (const nil) function)
1255   :group 'gnus-summary)
1256
1257 (defcustom gnus-orphan-score nil
1258   "*All orphans get this score added.  Set in the score file."
1259   :group 'gnus-score-default
1260   :type '(choice (const nil)
1261                  integer))
1262
1263 (defcustom gnus-summary-save-parts-default-mime "image/.*"
1264   "*A regexp to match MIME parts when saving multiple parts of a
1265 message with `gnus-summary-save-parts' (\\<gnus-summary-mode-map>\\[gnus-summary-save-parts]).
1266 This regexp will be used by default when prompting the user for which
1267 type of files to save."
1268   :group 'gnus-summary
1269   :type 'regexp)
1270
1271 (defcustom gnus-read-all-available-headers nil
1272   "Whether Gnus should parse all headers made available to it.
1273 This is mostly relevant for slow back ends where the user may
1274 wish to widen the summary buffer to include all headers
1275 that were fetched."
1276   :version "22.1"
1277   :group 'gnus-summary
1278   :type '(choice boolean regexp))
1279
1280 (defcustom gnus-summary-pipe-output-default-command nil
1281   "Command (and optional arguments) used to pipe article to subprocess.
1282 This will be used as the default command if it is non-nil.  The value
1283 will be updated if you modify it when executing the command
1284 `gnus-summary-pipe-output' or the function `gnus-summary-save-in-pipe'."
1285   :version "23.1" ;; No Gnus
1286   :group 'gnus-summary
1287   :type '(radio (const :tag "None" nil) (string :tag "Command")))
1288
1289 (defcustom gnus-summary-muttprint-program "muttprint"
1290   "Command (and optional arguments) used to run Muttprint.
1291 The value will be updated if you modify it when executing the command
1292 `gnus-summary-muttprint'."
1293   :version "22.1"
1294   :group 'gnus-summary
1295   :type 'string)
1296
1297 (defcustom gnus-article-loose-mime t
1298   "If non-nil, don't require MIME-Version header.
1299 Some brain-damaged MUA/MTA, e.g. Lotus Domino 5.0.6 clients, does not
1300 supply the MIME-Version header or deliberately strip it from the mail.
1301 If non-nil (the default), Gnus will treat some articles as MIME
1302 even if the MIME-Version header is missing."
1303   :version "22.1"
1304   :type 'boolean
1305   :group 'gnus-article-mime)
1306
1307 (defcustom gnus-article-emulate-mime t
1308   "If non-nil, use MIME emulation for uuencode and the like.
1309 This means that Gnus will search message bodies for text that look
1310 like uuencoded bits, yEncoded bits, and so on, and present that using
1311 the normal Gnus MIME machinery."
1312   :version "22.1"
1313   :type 'boolean
1314   :group 'gnus-article-mime)
1315
1316 ;;; Internal variables
1317
1318 (defvar gnus-summary-display-cache nil)
1319 (defvar gnus-article-mime-handles nil)
1320 (defvar gnus-article-decoded-p nil)
1321 (defvar gnus-article-charset nil)
1322 (defvar gnus-article-ignored-charsets nil)
1323 (defvar gnus-scores-exclude-files nil)
1324 (defvar gnus-page-broken nil)
1325
1326 (defvar gnus-original-article nil)
1327 (defvar gnus-article-internal-prepare-hook nil)
1328 (defvar gnus-newsgroup-process-stack nil)
1329
1330 (defvar gnus-thread-indent-array nil)
1331 (defvar gnus-thread-indent-array-level gnus-thread-indent-level)
1332 (defvar gnus-sort-gathered-threads-function 'gnus-thread-sort-by-number
1333   "Function called to sort the articles within a thread after it has been gathered together.")
1334
1335 (defvar gnus-summary-save-parts-type-history nil)
1336 (defvar gnus-summary-save-parts-last-directory mm-default-directory)
1337
1338 ;; Avoid highlighting in kill files.
1339 (defvar gnus-summary-inhibit-highlight nil)
1340 (defvar gnus-newsgroup-selected-overlay nil)
1341 (defvar gnus-inhibit-limiting nil)
1342 (defvar gnus-newsgroup-adaptive-score-file nil)
1343 (defvar gnus-current-score-file nil)
1344 (defvar gnus-current-move-group nil)
1345 (defvar gnus-current-copy-group nil)
1346 (defvar gnus-current-crosspost-group nil)
1347 (defvar gnus-newsgroup-display nil)
1348
1349 (defvar gnus-newsgroup-dependencies nil)
1350 (defvar gnus-newsgroup-adaptive nil)
1351 (defvar gnus-summary-display-article-function nil)
1352 (defvar gnus-summary-highlight-line-function nil
1353   "Function called after highlighting a summary line.")
1354
1355 (defvar gnus-summary-line-format-alist
1356   `((?N ,(macroexpand '(mail-header-number gnus-tmp-header)) ?d)
1357     (?S ,(macroexpand '(mail-header-subject gnus-tmp-header)) ?s)
1358     (?s gnus-tmp-subject-or-nil ?s)
1359     (?n gnus-tmp-name ?s)
1360     (?A (car (cdr (funcall gnus-extract-address-components gnus-tmp-from)))
1361         ?s)
1362     (?a (or (car (funcall gnus-extract-address-components gnus-tmp-from))
1363             gnus-tmp-from) ?s)
1364     (?F gnus-tmp-from ?s)
1365     (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s)
1366     (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s)
1367     (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s)
1368     (?o (gnus-date-iso8601 (mail-header-date gnus-tmp-header)) ?s)
1369     (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s)
1370     (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s)
1371     (?c (or (mail-header-chars gnus-tmp-header) 0) ?d)
1372     (?k (gnus-summary-line-message-size gnus-tmp-header) ?s)
1373     (?L gnus-tmp-lines ?s)
1374     (?Z (or (nnir-article-rsv (mail-header-number gnus-tmp-header))
1375             0) ?d)
1376     (?G (or (nnir-article-group (mail-header-number gnus-tmp-header))
1377             "") ?s)
1378     (?g (or (gnus-group-short-name
1379              (nnir-article-group (mail-header-number gnus-tmp-header)))
1380             "") ?s)
1381     (?O gnus-tmp-downloaded ?c)
1382     (?I gnus-tmp-indentation ?s)
1383     (?T (if (= gnus-tmp-level 0) "" (make-string (frame-width) ? )) ?s)
1384     (?R gnus-tmp-replied ?c)
1385     (?\[ gnus-tmp-opening-bracket ?c)
1386     (?\] gnus-tmp-closing-bracket ?c)
1387     (?\> (make-string gnus-tmp-level ? ) ?s)
1388     (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
1389     (?i gnus-tmp-score ?d)
1390     (?z gnus-tmp-score-char ?c)
1391     (?V (gnus-thread-total-score (and (boundp 'thread) (car thread))) ?d)
1392     (?U gnus-tmp-unread ?c)
1393     (?f (gnus-summary-from-or-to-or-newsgroups gnus-tmp-header gnus-tmp-from)
1394         ?s)
1395     (?t (gnus-summary-number-of-articles-in-thread
1396          (and (boundp 'thread) (car thread)) gnus-tmp-level)
1397         ?d)
1398     (?e (gnus-summary-number-of-articles-in-thread
1399          (and (boundp 'thread) (car thread)) gnus-tmp-level t)
1400         ?c)
1401     (?u gnus-tmp-user-defined ?s)
1402     (?P (gnus-pick-line-number) ?d)
1403     (?B gnus-tmp-thread-tree-header-string ?s)
1404     (user-date (gnus-user-date
1405                 ,(macroexpand '(mail-header-date gnus-tmp-header))) ?s))
1406   "An alist of format specifications that can appear in summary lines.
1407 These are paired with what variables they correspond with, along with
1408 the type of the variable (string, integer, character, etc).")
1409
1410 (defvar gnus-summary-dummy-line-format-alist
1411   `((?S gnus-tmp-subject ?s)
1412     (?N gnus-tmp-number ?d)
1413     (?u gnus-tmp-user-defined ?s)))
1414
1415 (defvar gnus-summary-mode-line-format-alist
1416   `((?G gnus-tmp-group-name ?s)
1417     (?g (gnus-short-group-name gnus-tmp-group-name) ?s)
1418     (?p (gnus-group-real-name gnus-tmp-group-name) ?s)
1419     (?A gnus-tmp-article-number ?d)
1420     (?Z gnus-tmp-unread-and-unselected ?s)
1421     (?V gnus-version ?s)
1422     (?U gnus-tmp-unread-and-unticked ?d)
1423     (?S gnus-tmp-subject ?s)
1424     (?e gnus-tmp-unselected ?d)
1425     (?u gnus-tmp-user-defined ?s)
1426     (?d (length gnus-newsgroup-dormant) ?d)
1427     (?t (length gnus-newsgroup-marked) ?d)
1428     (?h (length gnus-newsgroup-spam-marked) ?d)
1429     (?r (length gnus-newsgroup-reads) ?d)
1430     (?z (gnus-summary-article-score gnus-tmp-article-number) ?d)
1431     (?E gnus-newsgroup-expunged-tally ?d)
1432     (?s (gnus-current-score-file-nondirectory) ?s)))
1433
1434 ;; This is here rather than in gnus-art for compilation reasons.
1435 (defvar gnus-article-mode-line-format-alist
1436   (nconc '((?w (gnus-article-wash-status) ?s)
1437            (?m (gnus-article-mime-part-status) ?s))
1438          gnus-summary-mode-line-format-alist))
1439
1440 (defvar gnus-last-search-regexp nil
1441   "Default regexp for article search command.")
1442
1443 (defvar gnus-last-shell-command nil
1444   "Default shell command on article.")
1445
1446 (defvar gnus-newsgroup-agentized nil
1447   "Locally bound in each summary buffer to indicate whether the server has been agentized.")
1448 (defvar gnus-newsgroup-begin nil)
1449 (defvar gnus-newsgroup-end nil)
1450 (defvar gnus-newsgroup-last-rmail nil)
1451 (defvar gnus-newsgroup-last-mail nil)
1452 (defvar gnus-newsgroup-last-folder nil)
1453 (defvar gnus-newsgroup-last-file nil)
1454 (defvar gnus-newsgroup-last-directory nil)
1455 (defvar gnus-newsgroup-auto-expire nil)
1456 (defvar gnus-newsgroup-active nil)
1457 (defvar gnus-newsgroup-highest nil)
1458
1459 (defvar gnus-newsgroup-data nil)
1460 (defvar gnus-newsgroup-data-reverse nil)
1461 (defvar gnus-newsgroup-limit nil)
1462 (defvar gnus-newsgroup-limits nil)
1463 (defvar gnus-summary-use-undownloaded-faces nil)
1464
1465 (defvar gnus-newsgroup-unreads nil
1466   "Sorted list of unread articles in the current newsgroup.")
1467
1468 (defvar gnus-newsgroup-unselected nil
1469   "Sorted list of unselected unread articles in the current newsgroup.")
1470
1471 (defvar gnus-newsgroup-reads nil
1472   "Alist of read articles and article marks in the current newsgroup.")
1473
1474 (defvar gnus-newsgroup-expunged-tally nil)
1475
1476 (defvar gnus-newsgroup-marked nil
1477   "Sorted list of ticked articles in the current newsgroup (a subset of unread art).")
1478
1479 (defvar gnus-newsgroup-spam-marked nil
1480   "List of ranges of articles that have been marked as spam.")
1481
1482 (defvar gnus-newsgroup-killed nil
1483   "List of ranges of articles that have been through the scoring process.")
1484
1485 (defvar gnus-newsgroup-cached nil
1486   "Sorted list of articles that come from the article cache.")
1487
1488 (defvar gnus-newsgroup-saved nil
1489   "List of articles that have been saved.")
1490
1491 (defvar gnus-newsgroup-kill-headers nil)
1492
1493 (defvar gnus-newsgroup-replied nil
1494   "List of articles that have been replied to in the current newsgroup.")
1495
1496 (defvar gnus-newsgroup-forwarded nil
1497   "List of articles that have been forwarded in the current newsgroup.")
1498
1499 (defvar gnus-newsgroup-expirable nil
1500   "Sorted list of articles in the current newsgroup that can be expired.")
1501
1502 (defvar gnus-newsgroup-processable nil
1503   "List of articles in the current newsgroup that can be processed.")
1504
1505 (defvar gnus-newsgroup-downloadable nil
1506   "Sorted list of articles in the current newsgroup that can be processed.")
1507
1508 (defvar gnus-newsgroup-unfetched nil
1509   "Sorted list of articles in the current newsgroup whose headers have
1510 not been fetched into the agent.
1511
1512 This list will always be a subset of gnus-newsgroup-undownloaded.")
1513
1514 (defvar gnus-newsgroup-undownloaded nil
1515   "List of articles in the current newsgroup that haven't been downloaded.")
1516
1517 (defvar gnus-newsgroup-unsendable nil
1518   "List of articles in the current newsgroup that won't be sent.")
1519
1520 (defvar gnus-newsgroup-bookmarks nil
1521   "List of articles in the current newsgroup that have bookmarks.")
1522
1523 (defvar gnus-newsgroup-dormant nil
1524   "Sorted list of dormant articles in the current newsgroup.")
1525
1526 (defvar gnus-newsgroup-unseen nil
1527   "List of unseen articles in the current newsgroup.")
1528
1529 (defvar gnus-newsgroup-seen nil
1530   "Range of seen articles in the current newsgroup.")
1531
1532 (defvar gnus-newsgroup-articles nil
1533   "List of articles in the current newsgroup.")
1534
1535 (defvar gnus-newsgroup-scored nil
1536   "List of scored articles in the current newsgroup.")
1537
1538 (defvar gnus-newsgroup-headers nil
1539   "List of article headers in the current newsgroup.")
1540
1541 (defvar gnus-newsgroup-threads nil)
1542
1543 (defvar gnus-newsgroup-prepared nil
1544   "Whether the current group has been prepared properly.")
1545
1546 (defvar gnus-newsgroup-ancient nil
1547   "List of `gnus-fetch-old-headers' articles in the current newsgroup.")
1548
1549 (defvar gnus-newsgroup-sparse nil)
1550
1551 (defvar gnus-current-article nil)
1552 (defvar gnus-article-current nil)
1553 (defvar gnus-current-headers nil)
1554 (defvar gnus-have-all-headers nil)
1555 (defvar gnus-last-article nil)
1556 (defvar gnus-newsgroup-history nil)
1557 (defvar gnus-newsgroup-charset nil)
1558 (defvar gnus-newsgroup-ephemeral-charset nil)
1559 (defvar gnus-newsgroup-ephemeral-ignored-charsets nil)
1560
1561 (defvar gnus-article-before-search nil)
1562
1563 (defvar gnus-summary-local-variables
1564   '(gnus-newsgroup-name
1565
1566     ;; Marks lists
1567     gnus-newsgroup-unreads
1568     gnus-newsgroup-unselected
1569     gnus-newsgroup-marked
1570     gnus-newsgroup-spam-marked
1571     gnus-newsgroup-reads
1572     gnus-newsgroup-saved
1573     gnus-newsgroup-replied
1574     gnus-newsgroup-forwarded
1575     gnus-newsgroup-expirable
1576     gnus-newsgroup-killed
1577     gnus-newsgroup-unseen
1578     gnus-newsgroup-seen
1579     gnus-newsgroup-cached
1580     gnus-newsgroup-downloadable
1581     gnus-newsgroup-undownloaded
1582     gnus-newsgroup-unsendable
1583
1584     gnus-newsgroup-begin gnus-newsgroup-end
1585     gnus-newsgroup-last-rmail gnus-newsgroup-last-mail
1586     gnus-newsgroup-last-folder gnus-newsgroup-last-file
1587     gnus-newsgroup-last-directory
1588     gnus-newsgroup-auto-expire
1589     gnus-newsgroup-processable
1590     gnus-newsgroup-unfetched
1591     gnus-newsgroup-articles
1592     gnus-newsgroup-bookmarks gnus-newsgroup-dormant
1593     gnus-newsgroup-headers gnus-newsgroup-threads
1594     gnus-newsgroup-prepared gnus-summary-highlight-line-function
1595     gnus-current-article gnus-current-headers gnus-have-all-headers
1596     gnus-last-article gnus-article-internal-prepare-hook
1597     (gnus-summary-article-delete-hook . global)
1598     (gnus-summary-article-move-hook . global)
1599     gnus-newsgroup-dependencies gnus-newsgroup-selected-overlay
1600     gnus-newsgroup-scored gnus-newsgroup-kill-headers
1601     gnus-thread-expunge-below
1602     gnus-score-alist gnus-current-score-file
1603     (gnus-summary-expunge-below . global)
1604     (gnus-summary-mark-below . global)
1605     (gnus-orphan-score . global)
1606     gnus-newsgroup-active gnus-scores-exclude-files
1607     gnus-newsgroup-highest
1608     gnus-newsgroup-history gnus-newsgroup-ancient
1609     gnus-newsgroup-sparse gnus-newsgroup-process-stack
1610     (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring)
1611     gnus-newsgroup-adaptive-score-file (gnus-reffed-article-number . -1)
1612     (gnus-newsgroup-expunged-tally . 0)
1613     gnus-cache-removable-articles
1614     gnus-newsgroup-data gnus-newsgroup-data-reverse
1615     gnus-newsgroup-limit gnus-newsgroup-limits
1616     gnus-newsgroup-charset gnus-newsgroup-display
1617     gnus-summary-use-undownloaded-faces)
1618   "Variables that are buffer-local to the summary buffers.")
1619
1620 (defvar gnus-newsgroup-variables nil
1621   "A list of variables that have separate values in different newsgroups.
1622 A list of newsgroup (summary buffer) local variables, or cons of
1623 variables and their default expressions to be evalled (when the default
1624 values are not nil), that should be made global while the summary buffer
1625 is active.
1626
1627 Note: The default expressions will be evaluated (using function `eval')
1628 before assignment to the local variable rather than just assigned to it.
1629 If the default expression is the symbol `global', that symbol will not
1630 be evaluated but the global value of the local variable will be used
1631 instead.
1632
1633 These variables can be used to set variables in the group parameters
1634 while still allowing them to affect operations done in other buffers.
1635 For example:
1636
1637 \(setq gnus-newsgroup-variables
1638      '(message-use-followup-to
1639        (gnus-visible-headers .
1640          \"^From:\\\\|^Newsgroups:\\\\|^Subject:\\\\|^Date:\\\\|^To:\")))
1641 ")
1642
1643 (eval-when-compile
1644   ;; Bind features so that require will believe that gnus-sum has
1645   ;; already been loaded (avoids infinite recursion)
1646   (let ((features (cons 'gnus-sum features)))
1647     (require 'gnus-art)))
1648
1649 ;; MIME stuff.
1650
1651 (defvar gnus-decode-encoded-word-methods
1652   '(mail-decode-encoded-word-string)
1653   "List of methods used to decode encoded words.
1654
1655 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
1656 is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
1657 \(REGEXP . FUNCTION), FUNCTION will be applied only to the newsgroups
1658 whose names match REGEXP.
1659
1660 For example:
1661 \((\"chinese\" . gnus-decode-encoded-word-string-by-guess)
1662  mail-decode-encoded-word-string
1663  (\"chinese\" . rfc1843-decode-string))")
1664
1665 (defvar gnus-decode-encoded-word-methods-cache nil)
1666
1667 (defun gnus-multi-decode-encoded-word-string (string)
1668   "Apply the functions from `gnus-encoded-word-methods' that match."
1669   (unless (and gnus-decode-encoded-word-methods-cache
1670                (eq gnus-newsgroup-name
1671                    (car gnus-decode-encoded-word-methods-cache)))
1672     (setq gnus-decode-encoded-word-methods-cache (list gnus-newsgroup-name))
1673     (dolist (method gnus-decode-encoded-word-methods)
1674       (if (symbolp method)
1675           (nconc gnus-decode-encoded-word-methods-cache (list method))
1676         (if (and gnus-newsgroup-name
1677                  (string-match (car method) gnus-newsgroup-name))
1678             (nconc gnus-decode-encoded-word-methods-cache
1679                    (list (cdr method)))))))
1680   (dolist (method (cdr gnus-decode-encoded-word-methods-cache) string)
1681     (setq string (funcall method string))))
1682
1683 ;; Subject simplification.
1684
1685 (defun gnus-simplify-whitespace (str)
1686   "Remove excessive whitespace from STR."
1687   ;; Multiple spaces.
1688   (while (string-match "[ \t][ \t]+" str)
1689     (setq str (concat (substring str 0 (match-beginning 0))
1690                         " "
1691                         (substring str (match-end 0)))))
1692   ;; Leading spaces.
1693   (when (string-match "^[ \t]+" str)
1694     (setq str (substring str (match-end 0))))
1695   ;; Trailing spaces.
1696   (when (string-match "[ \t]+$" str)
1697     (setq str (substring str 0 (match-beginning 0))))
1698   str)
1699
1700 (defun gnus-simplify-all-whitespace (str)
1701   "Remove all whitespace from STR."
1702   (while (string-match "[ \t\n]+" str)
1703     (setq str (replace-match "" nil nil str)))
1704   str)
1705
1706 (defsubst gnus-simplify-subject-re (subject)
1707   "Remove \"Re:\" from subject lines."
1708   (if (string-match message-subject-re-regexp subject)
1709       (substring subject (match-end 0))
1710     subject))
1711
1712 (defun gnus-simplify-subject (subject &optional re-only)
1713   "Remove `Re:' and words in parentheses.
1714 If RE-ONLY is non-nil, strip leading `Re:'s only."
1715   (let ((case-fold-search t))           ;Ignore case.
1716     ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
1717     (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
1718       (setq subject (substring subject (match-end 0))))
1719     ;; Remove uninteresting prefixes.
1720     (when (and (not re-only)
1721                gnus-simplify-ignored-prefixes
1722                (string-match gnus-simplify-ignored-prefixes subject))
1723       (setq subject (substring subject (match-end 0))))
1724     ;; Remove words in parentheses from end.
1725     (unless re-only
1726       (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
1727         (setq subject (substring subject 0 (match-beginning 0)))))
1728     ;; Return subject string.
1729     subject))
1730
1731 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
1732 ;; all whitespace.
1733 (defsubst gnus-simplify-buffer-fuzzy-step (regexp &optional newtext)
1734   (goto-char (point-min))
1735   (while (re-search-forward regexp nil t)
1736     (replace-match (or newtext ""))))
1737
1738 (defun gnus-simplify-buffer-fuzzy (regexp)
1739   "Simplify string in the buffer fuzzily.
1740 The string in the accessible portion of the current buffer is simplified.
1741 It is assumed to be a single-line subject.
1742 Whitespace is generally cleaned up, and miscellaneous leading/trailing
1743 matter is removed.  Additional things can be deleted by setting
1744 `gnus-simplify-subject-fuzzy-regexp'."
1745   (let ((case-fold-search t)
1746         (modified-tick))
1747     (gnus-simplify-buffer-fuzzy-step "\t" " ")
1748
1749     (while (not (eq modified-tick (buffer-modified-tick)))
1750       (setq modified-tick (buffer-modified-tick))
1751       (cond
1752        ((listp regexp)
1753         (mapc 'gnus-simplify-buffer-fuzzy-step regexp))
1754        (regexp
1755         (gnus-simplify-buffer-fuzzy-step regexp)))
1756       (gnus-simplify-buffer-fuzzy-step "^ *\\[[-+?*!][-+?*!]\\] *")
1757       (gnus-simplify-buffer-fuzzy-step
1758        "^ *\\(re\\|fw\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
1759       (gnus-simplify-buffer-fuzzy-step "^[[].*:\\( .*\\)[]]$" "\\1"))
1760
1761     (gnus-simplify-buffer-fuzzy-step " *[[{(][^()\n]*[]})] *$")
1762     (gnus-simplify-buffer-fuzzy-step "  +" " ")
1763     (gnus-simplify-buffer-fuzzy-step " $")
1764     (gnus-simplify-buffer-fuzzy-step "^ +")))
1765
1766 (defun gnus-simplify-subject-fuzzy (subject)
1767   "Simplify a subject string fuzzily.
1768 See `gnus-simplify-buffer-fuzzy' for details."
1769   (save-excursion
1770     (let ((regexp gnus-simplify-subject-fuzzy-regexp))
1771       (gnus-set-work-buffer)
1772       (let ((case-fold-search t))
1773         ;; Remove uninteresting prefixes.
1774         (when (and gnus-simplify-ignored-prefixes
1775                    (string-match gnus-simplify-ignored-prefixes subject))
1776           (setq subject (substring subject (match-end 0))))
1777         (insert subject)
1778         (inline (gnus-simplify-buffer-fuzzy regexp))
1779         (buffer-string)))))
1780
1781 (defsubst gnus-simplify-subject-fully (subject)
1782   "Simplify a subject string according to `gnus-summary-gather-subject-limit'."
1783   (cond
1784    (gnus-simplify-subject-functions
1785     (gnus-map-function gnus-simplify-subject-functions subject))
1786    ((null gnus-summary-gather-subject-limit)
1787     (gnus-simplify-subject-re subject))
1788    ((eq gnus-summary-gather-subject-limit 'fuzzy)
1789     (gnus-simplify-subject-fuzzy subject))
1790    ((numberp gnus-summary-gather-subject-limit)
1791     (truncate-string-to-width (gnus-simplify-subject-re subject)
1792                               gnus-summary-gather-subject-limit))
1793    (t
1794     subject)))
1795
1796 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
1797   "Check whether two subjects are equal.
1798 If optional argument SIMPLE-FIRST is t, first argument is already
1799 simplified."
1800   (cond
1801    ((null simple-first)
1802     (equal (gnus-simplify-subject-fully s1)
1803            (gnus-simplify-subject-fully s2)))
1804    (t
1805     (equal s1
1806            (gnus-simplify-subject-fully s2)))))
1807
1808 (defun gnus-summary-bubble-group ()
1809   "Increase the score of the current group.
1810 This is a handy function to add to `gnus-summary-exit-hook' to
1811 increase the score of each group you read."
1812   (gnus-group-add-score gnus-newsgroup-name))
1813
1814 \f
1815 ;;;
1816 ;;; Gnus summary mode
1817 ;;;
1818
1819 (put 'gnus-summary-mode 'mode-class 'special)
1820
1821 (defvar gnus-article-commands-menu)
1822
1823 ;; Non-orthogonal keys
1824
1825 (gnus-define-keys gnus-summary-mode-map
1826   " " gnus-summary-next-page
1827   "\177" gnus-summary-prev-page
1828   [delete] gnus-summary-prev-page
1829   [backspace] gnus-summary-prev-page
1830   "\r" gnus-summary-scroll-up
1831   "\M-\r" gnus-summary-scroll-down
1832   "n" gnus-summary-next-unread-article
1833   "p" gnus-summary-prev-unread-article
1834   "N" gnus-summary-next-article
1835   "P" gnus-summary-prev-article
1836   "\M-\C-n" gnus-summary-next-same-subject
1837   "\M-\C-p" gnus-summary-prev-same-subject
1838   "\M-n" gnus-summary-next-unread-subject
1839   "\M-p" gnus-summary-prev-unread-subject
1840   "." gnus-summary-first-unread-article
1841   "," gnus-summary-best-unread-article
1842   "\M-s" gnus-summary-search-article-forward
1843   "\M-r" gnus-summary-search-article-backward
1844   "\M-S" gnus-summary-repeat-search-article-forward
1845   "\M-R" gnus-summary-repeat-search-article-backward
1846   "<" gnus-summary-beginning-of-article
1847   ">" gnus-summary-end-of-article
1848   "j" gnus-summary-goto-article
1849   "^" gnus-summary-refer-parent-article
1850   "\M-^" gnus-summary-refer-article
1851   "u" gnus-summary-tick-article-forward
1852   "!" gnus-summary-tick-article-forward
1853   "U" gnus-summary-tick-article-backward
1854   "d" gnus-summary-mark-as-read-forward
1855   "D" gnus-summary-mark-as-read-backward
1856   "E" gnus-summary-mark-as-expirable
1857   "\M-u" gnus-summary-clear-mark-forward
1858   "\M-U" gnus-summary-clear-mark-backward
1859   "k" gnus-summary-kill-same-subject-and-select
1860   "\C-k" gnus-summary-kill-same-subject
1861   "\M-\C-k" gnus-summary-kill-thread
1862   "\M-\C-l" gnus-summary-lower-thread
1863   "e" gnus-summary-edit-article
1864   "#" gnus-summary-mark-as-processable
1865   "\M-#" gnus-summary-unmark-as-processable
1866   "\M-\C-t" gnus-summary-toggle-threads
1867   "\M-\C-s" gnus-summary-show-thread
1868   "\M-\C-h" gnus-summary-hide-thread
1869   "\M-\C-f" gnus-summary-next-thread
1870   "\M-\C-b" gnus-summary-prev-thread
1871   [(meta down)] gnus-summary-next-thread
1872   [(meta up)] gnus-summary-prev-thread
1873   "\M-\C-u" gnus-summary-up-thread
1874   "\M-\C-d" gnus-summary-down-thread
1875   "&" gnus-summary-execute-command
1876   "c" gnus-summary-catchup-and-exit
1877   "\C-w" gnus-summary-mark-region-as-read
1878   "\C-t" gnus-summary-toggle-truncation
1879   "?" gnus-summary-mark-as-dormant
1880   "\C-c\M-\C-s" gnus-summary-limit-include-expunged
1881   "\C-c\C-s\C-n" gnus-summary-sort-by-number
1882   "\C-c\C-s\C-m\C-n" gnus-summary-sort-by-most-recent-number
1883   "\C-c\C-s\C-l" gnus-summary-sort-by-lines
1884   "\C-c\C-s\C-c" gnus-summary-sort-by-chars
1885   "\C-c\C-s\C-a" gnus-summary-sort-by-author
1886   "\C-c\C-s\C-t" gnus-summary-sort-by-recipient
1887   "\C-c\C-s\C-s" gnus-summary-sort-by-subject
1888   "\C-c\C-s\C-d" gnus-summary-sort-by-date
1889   "\C-c\C-s\C-m\C-d" gnus-summary-sort-by-most-recent-date
1890   "\C-c\C-s\C-i" gnus-summary-sort-by-score
1891   "\C-c\C-s\C-o" gnus-summary-sort-by-original
1892   "\C-c\C-s\C-r" gnus-summary-sort-by-random
1893   "=" gnus-summary-expand-window
1894   "\C-x\C-s" gnus-summary-reselect-current-group
1895   "\M-g" gnus-summary-rescan-group
1896   "\C-c\C-r" gnus-summary-caesar-message
1897   "f" gnus-summary-followup
1898   "F" gnus-summary-followup-with-original
1899   "C" gnus-summary-cancel-article
1900   "r" gnus-summary-reply
1901   "R" gnus-summary-reply-with-original
1902   "\C-c\C-f" gnus-summary-mail-forward
1903   "o" gnus-summary-save-article
1904   "\C-o" gnus-summary-save-article-mail
1905   "|" gnus-summary-pipe-output
1906   "\M-k" gnus-summary-edit-local-kill
1907   "\M-K" gnus-summary-edit-global-kill
1908   ;; "V" gnus-version
1909   "\C-c\C-d" gnus-summary-describe-group
1910   "q" gnus-summary-exit
1911   "Q" gnus-summary-exit-no-update
1912   "\C-c\C-i" gnus-info-find-node
1913   gnus-mouse-2 gnus-mouse-pick-article
1914   [follow-link] mouse-face
1915   "m" gnus-summary-mail-other-window
1916   "a" gnus-summary-post-news
1917   "x" gnus-summary-limit-to-unread
1918   "s" gnus-summary-isearch-article
1919   [tab] gnus-summary-widget-forward
1920   "t" gnus-summary-toggle-header
1921   "g" gnus-summary-show-article
1922   "l" gnus-summary-goto-last-article
1923   "\C-c\C-v\C-v" gnus-uu-decode-uu-view
1924   "\C-d" gnus-summary-enter-digest-group
1925   "\M-\C-d" gnus-summary-read-document
1926   "\M-\C-e" gnus-summary-edit-parameters
1927   "\M-\C-a" gnus-summary-customize-parameters
1928   "\C-c\C-b" gnus-bug
1929   "*" gnus-cache-enter-article
1930   "\M-*" gnus-cache-remove-article
1931   "\M-&" gnus-summary-universal-argument
1932   "\C-l" gnus-recenter
1933   "I" gnus-summary-increase-score
1934   "L" gnus-summary-lower-score
1935   "\M-i" gnus-symbolic-argument
1936   "h" gnus-summary-select-article-buffer
1937
1938   "b" gnus-article-view-part
1939   "\M-t" gnus-summary-toggle-display-buttonized
1940
1941   "V" gnus-summary-score-map
1942   "X" gnus-uu-extract-map
1943   "S" gnus-summary-send-map)
1944
1945 ;; Sort of orthogonal keymap
1946 (gnus-define-keys (gnus-summary-mark-map "M" gnus-summary-mode-map)
1947   "t" gnus-summary-tick-article-forward
1948   "!" gnus-summary-tick-article-forward
1949   "d" gnus-summary-mark-as-read-forward
1950   "r" gnus-summary-mark-as-read-forward
1951   "c" gnus-summary-clear-mark-forward
1952   " " gnus-summary-clear-mark-forward
1953   "e" gnus-summary-mark-as-expirable
1954   "x" gnus-summary-mark-as-expirable
1955   "?" gnus-summary-mark-as-dormant
1956   "b" gnus-summary-set-bookmark
1957   "B" gnus-summary-remove-bookmark
1958   "#" gnus-summary-mark-as-processable
1959   "\M-#" gnus-summary-unmark-as-processable
1960   "S" gnus-summary-limit-include-expunged
1961   "C" gnus-summary-catchup
1962   "H" gnus-summary-catchup-to-here
1963   "h" gnus-summary-catchup-from-here
1964   "\C-c" gnus-summary-catchup-all
1965   "k" gnus-summary-kill-same-subject-and-select
1966   "K" gnus-summary-kill-same-subject
1967   "P" gnus-uu-mark-map)
1968
1969 (gnus-define-keys (gnus-summary-mscore-map "V" gnus-summary-mark-map)
1970   "c" gnus-summary-clear-above
1971   "u" gnus-summary-tick-above
1972   "m" gnus-summary-mark-above
1973   "k" gnus-summary-kill-below)
1974
1975 (gnus-define-keys (gnus-summary-limit-map "/" gnus-summary-mode-map)
1976   "/" gnus-summary-limit-to-subject
1977   "n" gnus-summary-limit-to-articles
1978   "b" gnus-summary-limit-to-bodies
1979   "h" gnus-summary-limit-to-headers
1980   "w" gnus-summary-pop-limit
1981   "s" gnus-summary-limit-to-subject
1982   "a" gnus-summary-limit-to-author
1983   "u" gnus-summary-limit-to-unread
1984   "m" gnus-summary-limit-to-marks
1985   "M" gnus-summary-limit-exclude-marks
1986   "v" gnus-summary-limit-to-score
1987   "*" gnus-summary-limit-include-cached
1988   "D" gnus-summary-limit-include-dormant
1989   "T" gnus-summary-limit-include-thread
1990   "d" gnus-summary-limit-exclude-dormant
1991   "t" gnus-summary-limit-to-age
1992   "." gnus-summary-limit-to-unseen
1993   "x" gnus-summary-limit-to-extra
1994   "p" gnus-summary-limit-to-display-predicate
1995   "E" gnus-summary-limit-include-expunged
1996   "c" gnus-summary-limit-exclude-childless-dormant
1997   "C" gnus-summary-limit-mark-excluded-as-read
1998   "o" gnus-summary-insert-old-articles
1999   "N" gnus-summary-insert-new-articles
2000   "S" gnus-summary-limit-to-singletons
2001   "r" gnus-summary-limit-to-replied
2002   "R" gnus-summary-limit-to-recipient
2003   "A" gnus-summary-limit-to-address)
2004
2005 (gnus-define-keys (gnus-summary-goto-map "G" gnus-summary-mode-map)
2006   "n" gnus-summary-next-unread-article
2007   "p" gnus-summary-prev-unread-article
2008   "N" gnus-summary-next-article
2009   "P" gnus-summary-prev-article
2010   "\C-n" gnus-summary-next-same-subject
2011   "\C-p" gnus-summary-prev-same-subject
2012   "\M-n" gnus-summary-next-unread-subject
2013   "\M-p" gnus-summary-prev-unread-subject
2014   "f" gnus-summary-first-unread-article
2015   "b" gnus-summary-best-unread-article
2016   "j" gnus-summary-goto-article
2017   "g" gnus-summary-goto-subject
2018   "l" gnus-summary-goto-last-article
2019   "o" gnus-summary-pop-article)
2020
2021 (gnus-define-keys (gnus-summary-thread-map "T" gnus-summary-mode-map)
2022   "k" gnus-summary-kill-thread
2023   "E" gnus-summary-expire-thread
2024   "l" gnus-summary-lower-thread
2025   "i" gnus-summary-raise-thread
2026   "T" gnus-summary-toggle-threads
2027   "t" gnus-summary-rethread-current
2028   "^" gnus-summary-reparent-thread
2029   "\M-^" gnus-summary-reparent-children
2030   "s" gnus-summary-show-thread
2031   "S" gnus-summary-show-all-threads
2032   "h" gnus-summary-hide-thread
2033   "H" gnus-summary-hide-all-threads
2034   "n" gnus-summary-next-thread
2035   "p" gnus-summary-prev-thread
2036   "u" gnus-summary-up-thread
2037   "o" gnus-summary-top-thread
2038   "d" gnus-summary-down-thread
2039   "#" gnus-uu-mark-thread
2040   "\M-#" gnus-uu-unmark-thread)
2041
2042 (gnus-define-keys (gnus-summary-buffer-map "Y" gnus-summary-mode-map)
2043   "g" gnus-summary-prepare
2044   "c" gnus-summary-insert-cached-articles
2045   "d" gnus-summary-insert-dormant-articles
2046   "t" gnus-summary-insert-ticked-articles)
2047
2048 (gnus-define-keys (gnus-summary-exit-map "Z" gnus-summary-mode-map)
2049   "c" gnus-summary-catchup-and-exit
2050   "C" gnus-summary-catchup-all-and-exit
2051   "E" gnus-summary-exit-no-update
2052   "Q" gnus-summary-exit
2053   "Z" gnus-summary-exit
2054   "n" gnus-summary-catchup-and-goto-next-group
2055   "p" gnus-summary-catchup-and-goto-prev-group
2056   "R" gnus-summary-reselect-current-group
2057   "G" gnus-summary-rescan-group
2058   "N" gnus-summary-next-group
2059   "s" gnus-summary-save-newsrc
2060   "P" gnus-summary-prev-group)
2061
2062 (gnus-define-keys (gnus-summary-article-map "A" gnus-summary-mode-map)
2063   " " gnus-summary-next-page
2064   "n" gnus-summary-next-page
2065   "\177" gnus-summary-prev-page
2066   [delete] gnus-summary-prev-page
2067   "p" gnus-summary-prev-page
2068   "\r" gnus-summary-scroll-up
2069   "\M-\r" gnus-summary-scroll-down
2070   "<" gnus-summary-beginning-of-article
2071   ">" gnus-summary-end-of-article
2072   "b" gnus-summary-beginning-of-article
2073   "e" gnus-summary-end-of-article
2074   "^" gnus-summary-refer-parent-article
2075   "r" gnus-summary-refer-parent-article
2076   "C" gnus-summary-show-complete-article
2077   "D" gnus-summary-enter-digest-group
2078   "R" gnus-summary-refer-references
2079   "T" gnus-summary-refer-thread
2080   "W" gnus-warp-to-article
2081   "g" gnus-summary-show-article
2082   "s" gnus-summary-isearch-article
2083   [tab] gnus-summary-widget-forward
2084   "P" gnus-summary-print-article
2085   "S" gnus-sticky-article
2086   "M" gnus-mailing-list-insinuate
2087   "t" gnus-article-babel)
2088
2089 (gnus-define-keys (gnus-summary-wash-map "W" gnus-summary-mode-map)
2090   "b" gnus-article-add-buttons
2091   "B" gnus-article-add-buttons-to-head
2092   "o" gnus-article-treat-overstrike
2093   "e" gnus-article-emphasize
2094   "w" gnus-article-fill-cited-article
2095   "Q" gnus-article-fill-long-lines
2096   "L" gnus-article-toggle-truncate-lines
2097   "C" gnus-article-capitalize-sentences
2098   "c" gnus-article-remove-cr
2099   "q" gnus-article-de-quoted-unreadable
2100   "6" gnus-article-de-base64-unreadable
2101   "Z" gnus-article-decode-HZ
2102   "A" gnus-article-treat-ansi-sequences
2103   "h" gnus-article-wash-html
2104   "u" gnus-article-unsplit-urls
2105   "s" gnus-summary-force-verify-and-decrypt
2106   "f" gnus-article-display-x-face
2107   "l" gnus-summary-stop-page-breaking
2108   "r" gnus-summary-caesar-message
2109   "m" gnus-summary-morse-message
2110   "t" gnus-summary-toggle-header
2111   "g" gnus-treat-smiley
2112   "v" gnus-summary-verbose-headers
2113   "a" gnus-article-strip-headers-in-body ;; mnemonic: wash archive
2114   "p" gnus-article-verify-x-pgp-sig
2115   "d" gnus-article-treat-dumbquotes
2116   "U" gnus-article-treat-non-ascii
2117   "i" gnus-summary-idna-message)
2118
2119 (gnus-define-keys (gnus-summary-wash-deuglify-map "Y" gnus-summary-wash-map)
2120   ;; mnemonic: deuglif*Y*
2121   "u" gnus-article-outlook-unwrap-lines
2122   "a" gnus-article-outlook-repair-attribution
2123   "c" gnus-article-outlook-rearrange-citation
2124   "f" gnus-article-outlook-deuglify-article) ;; mnemonic: full deuglify
2125
2126 (gnus-define-keys (gnus-summary-wash-hide-map "W" gnus-summary-wash-map)
2127   "a" gnus-article-hide
2128   "h" gnus-article-hide-headers
2129   "b" gnus-article-hide-boring-headers
2130   "s" gnus-article-hide-signature
2131   "c" gnus-article-hide-citation
2132   "C" gnus-article-hide-citation-in-followups
2133   "l" gnus-article-hide-list-identifiers
2134   "B" gnus-article-strip-banner
2135   "P" gnus-article-hide-pem
2136   "\C-c" gnus-article-hide-citation-maybe)
2137
2138 (gnus-define-keys (gnus-summary-wash-highlight-map "H" gnus-summary-wash-map)
2139   "a" gnus-article-highlight
2140   "h" gnus-article-highlight-headers
2141   "c" gnus-article-highlight-citation
2142   "s" gnus-article-highlight-signature)
2143
2144 (gnus-define-keys (gnus-summary-wash-header-map "G" gnus-summary-wash-map)
2145   "f" gnus-article-treat-fold-headers
2146   "u" gnus-article-treat-unfold-headers
2147   "n" gnus-article-treat-fold-newsgroups)
2148
2149 (gnus-define-keys (gnus-summary-wash-display-map "D" gnus-summary-wash-map)
2150   "x" gnus-article-display-x-face
2151   "d" gnus-article-display-face
2152   "s" gnus-treat-smiley
2153   "D" gnus-article-remove-images
2154   "W" gnus-article-show-images
2155   "f" gnus-treat-from-picon
2156   "m" gnus-treat-mail-picon
2157   "n" gnus-treat-newsgroups-picon
2158   "g" gnus-treat-from-gravatar
2159   "h" gnus-treat-mail-gravatar)
2160
2161 (gnus-define-keys (gnus-summary-wash-mime-map "M" gnus-summary-wash-map)
2162   "w" gnus-article-decode-mime-words
2163   "c" gnus-article-decode-charset
2164   "v" gnus-mime-view-all-parts
2165   "b" gnus-article-view-part)
2166
2167 (gnus-define-keys (gnus-summary-wash-time-map "T" gnus-summary-wash-map)
2168   "z" gnus-article-date-ut
2169   "u" gnus-article-date-ut
2170   "l" gnus-article-date-local
2171   "p" gnus-article-date-english
2172   "e" gnus-article-date-lapsed
2173   "o" gnus-article-date-original
2174   "i" gnus-article-date-iso8601
2175   "s" gnus-article-date-user)
2176
2177 (gnus-define-keys (gnus-summary-wash-empty-map "E" gnus-summary-wash-map)
2178   "t" gnus-article-remove-trailing-blank-lines
2179   "l" gnus-article-strip-leading-blank-lines
2180   "m" gnus-article-strip-multiple-blank-lines
2181   "a" gnus-article-strip-blank-lines
2182   "A" gnus-article-strip-all-blank-lines
2183   "s" gnus-article-strip-leading-space
2184   "e" gnus-article-strip-trailing-space
2185   "w" gnus-article-remove-leading-whitespace)
2186
2187 (gnus-define-keys (gnus-summary-help-map "H" gnus-summary-mode-map)
2188   "v" gnus-version
2189   "d" gnus-summary-describe-group
2190   "h" gnus-summary-describe-briefly
2191   "i" gnus-info-find-node)
2192
2193 (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
2194   "e" gnus-summary-expire-articles
2195   "\M-\C-e" gnus-summary-expire-articles-now
2196   "\177" gnus-summary-delete-article
2197   [delete] gnus-summary-delete-article
2198   [backspace] gnus-summary-delete-article
2199   "m" gnus-summary-move-article
2200   "r" gnus-summary-respool-article
2201   "w" gnus-summary-edit-article
2202   "c" gnus-summary-copy-article
2203   "B" gnus-summary-crosspost-article
2204   "q" gnus-summary-respool-query
2205   "t" gnus-summary-respool-trace
2206   "i" gnus-summary-import-article
2207   "I" gnus-summary-create-article
2208   "p" gnus-summary-article-posted-p)
2209
2210 (gnus-define-keys (gnus-summary-save-map "O" gnus-summary-mode-map)
2211   "o" gnus-summary-save-article
2212   "m" gnus-summary-save-article-mail
2213   "F" gnus-summary-write-article-file
2214   "r" gnus-summary-save-article-rmail
2215   "f" gnus-summary-save-article-file
2216   "b" gnus-summary-save-article-body-file
2217   "B" gnus-summary-write-article-body-file
2218   "h" gnus-summary-save-article-folder
2219   "v" gnus-summary-save-article-vm
2220   "p" gnus-summary-pipe-output
2221   "P" gnus-summary-muttprint)
2222
2223 (gnus-define-keys (gnus-summary-mime-map "K" gnus-summary-mode-map)
2224   "b" gnus-summary-display-buttonized
2225   "m" gnus-summary-repair-multipart
2226   "v" gnus-article-view-part
2227   "o" gnus-article-save-part
2228   "O" gnus-article-save-part-and-strip
2229   "r" gnus-article-replace-part
2230   "d" gnus-article-delete-part
2231   "t" gnus-article-view-part-as-type
2232   "j" gnus-article-jump-to-part
2233   "c" gnus-article-copy-part
2234   "C" gnus-article-view-part-as-charset
2235   "e" gnus-article-view-part-externally
2236   "H" gnus-article-browse-html-article
2237   "E" gnus-article-encrypt-body
2238   "i" gnus-article-inline-part
2239   "|" gnus-article-pipe-part)
2240
2241 (gnus-define-keys (gnus-uu-mark-map "P" gnus-summary-mark-map)
2242   "p" gnus-summary-mark-as-processable
2243   "u" gnus-summary-unmark-as-processable
2244   "U" gnus-summary-unmark-all-processable
2245   "v" gnus-uu-mark-over
2246   "s" gnus-uu-mark-series
2247   "r" gnus-uu-mark-region
2248   "g" gnus-uu-unmark-region
2249   "R" gnus-uu-mark-by-regexp
2250   "G" gnus-uu-unmark-by-regexp
2251   "t" gnus-uu-mark-thread
2252   "T" gnus-uu-unmark-thread
2253   "a" gnus-uu-mark-all
2254   "b" gnus-uu-mark-buffer
2255   "S" gnus-uu-mark-sparse
2256   "k" gnus-summary-kill-process-mark
2257   "y" gnus-summary-yank-process-mark
2258   "w" gnus-summary-save-process-mark
2259   "i" gnus-uu-invert-processable)
2260
2261 (gnus-define-keys (gnus-uu-extract-map "X" gnus-summary-mode-map)
2262   ;;"x" gnus-uu-extract-any
2263   "m" gnus-summary-save-parts
2264   "u" gnus-uu-decode-uu
2265   "U" gnus-uu-decode-uu-and-save
2266   "s" gnus-uu-decode-unshar
2267   "S" gnus-uu-decode-unshar-and-save
2268   "o" gnus-uu-decode-save
2269   "O" gnus-uu-decode-save
2270   "b" gnus-uu-decode-binhex
2271   "B" gnus-uu-decode-binhex
2272   "Y" gnus-uu-decode-yenc
2273   "p" gnus-uu-decode-postscript
2274   "P" gnus-uu-decode-postscript-and-save)
2275
2276 (gnus-define-keys
2277     (gnus-uu-extract-view-map "v" gnus-uu-extract-map)
2278   "u" gnus-uu-decode-uu-view
2279   "U" gnus-uu-decode-uu-and-save-view
2280   "s" gnus-uu-decode-unshar-view
2281   "S" gnus-uu-decode-unshar-and-save-view
2282   "o" gnus-uu-decode-save-view
2283   "O" gnus-uu-decode-save-view
2284   "b" gnus-uu-decode-binhex-view
2285   "B" gnus-uu-decode-binhex-view
2286   "p" gnus-uu-decode-postscript-view
2287   "P" gnus-uu-decode-postscript-and-save-view)
2288
2289 (defvar gnus-article-post-menu nil)
2290
2291 (defconst gnus-summary-menu-maxlen 20)
2292
2293 (defun gnus-summary-menu-split (menu)
2294   ;; If we have lots of elements, divide them into groups of 20
2295   ;; and make a pane (or submenu) for each one.
2296   (if (> (length menu) (/ (* gnus-summary-menu-maxlen 3) 2))
2297       (let ((menu menu) sublists next
2298             (i 1))
2299         (while menu
2300           ;; Pull off the next gnus-summary-menu-maxlen elements
2301           ;; and make them the next element of sublist.
2302           (setq next (nthcdr gnus-summary-menu-maxlen menu))
2303           (if next
2304               (setcdr (nthcdr (1- gnus-summary-menu-maxlen) menu)
2305                       nil))
2306           (setq sublists (cons (cons (format "%s ... %s" (aref (car menu) 0)
2307                                              (aref (car (last menu)) 0)) menu)
2308                                sublists))
2309           (setq i (1+ i))
2310           (setq menu next))
2311         (nreverse sublists))
2312     ;; Few elements--put them all in one pane.
2313     menu))
2314
2315 (defun gnus-summary-make-menu-bar ()
2316   (gnus-turn-off-edit-menu 'summary)
2317
2318   (unless (boundp 'gnus-summary-misc-menu)
2319
2320     (easy-menu-define
2321       gnus-summary-kill-menu gnus-summary-mode-map ""
2322       (cons
2323        "Score"
2324        (nconc
2325         (list
2326          ["Customize" gnus-score-customize t])
2327         (gnus-make-score-map 'increase)
2328         (gnus-make-score-map 'lower)
2329         '(("Mark"
2330            ["Kill below" gnus-summary-kill-below t]
2331            ["Mark above" gnus-summary-mark-above t]
2332            ["Tick above" gnus-summary-tick-above t]
2333            ["Clear above" gnus-summary-clear-above t])
2334           ["Current score" gnus-summary-current-score t]
2335           ["Set score" gnus-summary-set-score t]
2336           ["Switch current score file..." gnus-score-change-score-file t]
2337           ["Set mark below..." gnus-score-set-mark-below t]
2338           ["Set expunge below..." gnus-score-set-expunge-below t]
2339           ["Edit current score file" gnus-score-edit-current-scores t]
2340           ["Edit score file..." gnus-score-edit-file t]
2341           ["Trace score" gnus-score-find-trace t]
2342           ["Find words" gnus-score-find-favourite-words t]
2343           ["Rescore buffer" gnus-summary-rescore t]
2344           ["Increase score..." gnus-summary-increase-score t]
2345           ["Lower score..." gnus-summary-lower-score t]))))
2346
2347     ;; Define both the Article menu in the summary buffer and the
2348     ;; equivalent Commands menu in the article buffer here for
2349     ;; consistency.
2350     (let ((innards
2351            `(("Hide"
2352               ["All" gnus-article-hide t]
2353               ["Headers" gnus-article-hide-headers t]
2354               ["Signature" gnus-article-hide-signature t]
2355               ["Citation" gnus-article-hide-citation t]
2356               ["List identifiers" gnus-article-hide-list-identifiers t]
2357               ["Banner" gnus-article-strip-banner t]
2358               ["Boring headers" gnus-article-hide-boring-headers t])
2359              ("Highlight"
2360               ["All" gnus-article-highlight t]
2361               ["Headers" gnus-article-highlight-headers t]
2362               ["Signature" gnus-article-highlight-signature t]
2363               ["Citation" gnus-article-highlight-citation t])
2364              ("MIME"
2365               ["Words" gnus-article-decode-mime-words t]
2366               ["Charset" gnus-article-decode-charset t]
2367               ["QP" gnus-article-de-quoted-unreadable t]
2368               ["Base64" gnus-article-de-base64-unreadable t]
2369               ["View MIME buttons" gnus-summary-display-buttonized t]
2370               ["View all" gnus-mime-view-all-parts t]
2371               ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt t]
2372               ["Encrypt body" gnus-article-encrypt-body
2373                :active (not (gnus-group-read-only-p))
2374                ,@(if (featurep 'xemacs) nil
2375                    '(:help "Encrypt the message body on disk"))]
2376               ["Extract all parts..." gnus-summary-save-parts t]
2377               ("Multipart"
2378                ["Repair multipart" gnus-summary-repair-multipart t]
2379                ["Pipe part..." gnus-article-pipe-part t]
2380                ["Inline part" gnus-article-inline-part t]
2381                ["View part as type..." gnus-article-view-part-as-type t]
2382                ["Encrypt body" gnus-article-encrypt-body
2383                 :active (not (gnus-group-read-only-p))
2384                ,@(if (featurep 'xemacs) nil
2385                    '(:help "Encrypt the message body on disk"))]
2386                ["View part externally" gnus-article-view-part-externally t]
2387                ["View HTML parts in browser" gnus-article-browse-html-article t]
2388                ["View part with charset..." gnus-article-view-part-as-charset t]
2389                ["Copy part" gnus-article-copy-part t]
2390                ["Save part..." gnus-article-save-part t]
2391                ["View part" gnus-article-view-part t]))
2392              ("Date"
2393               ["Local" gnus-article-date-local t]
2394               ["ISO8601" gnus-article-date-iso8601 t]
2395               ["UT" gnus-article-date-ut t]
2396               ["Original" gnus-article-date-original t]
2397               ["Lapsed" gnus-article-date-lapsed t]
2398               ["User-defined" gnus-article-date-user t])
2399              ("Display"
2400               ["Remove images" gnus-article-remove-images t]
2401               ["Toggle smiley" gnus-treat-smiley t]
2402               ["Show X-Face" gnus-article-display-x-face t]
2403               ["Show picons in From" gnus-treat-from-picon t]
2404               ["Show picons in mail headers" gnus-treat-mail-picon t]
2405               ["Show picons in news headers" gnus-treat-newsgroups-picon t]
2406               ["Show Gravatars in From" gnus-treat-from-gravatar t]
2407               ["Show Gravatars in mail headers" gnus-treat-mail-gravatar t]
2408               ("View as different encoding"
2409                ,@(gnus-summary-menu-split
2410                   (mapcar
2411                    (lambda (cs)
2412                      ;; Since easymenu under Emacs doesn't allow
2413                      ;; lambda forms for menu commands, we should
2414                      ;; provide intern'ed function symbols.
2415                      (let ((command (intern (format "\
2416 gnus-summary-show-article-from-menu-as-charset-%s" cs))))
2417                        (fset command
2418                              `(lambda ()
2419                                 (interactive)
2420                                 (let ((gnus-summary-show-article-charset-alist
2421                                        '((1 . ,cs))))
2422                                   (gnus-summary-show-article 1))))
2423                        `[,(symbol-name cs) ,command t]))
2424                    (sort (if (fboundp 'coding-system-list)
2425                              (coding-system-list)
2426                            (mapcar 'car mm-mime-mule-charset-alist))
2427                          'string<)))))
2428              ("Washing"
2429               ("Remove Blanks"
2430                ["Leading" gnus-article-strip-leading-blank-lines t]
2431                ["Multiple" gnus-article-strip-multiple-blank-lines t]
2432                ["Trailing" gnus-article-remove-trailing-blank-lines t]
2433                ["All of the above" gnus-article-strip-blank-lines t]
2434                ["All" gnus-article-strip-all-blank-lines t]
2435                ["Leading space" gnus-article-strip-leading-space t]
2436                ["Trailing space" gnus-article-strip-trailing-space t]
2437                ["Leading space in headers"
2438                 gnus-article-remove-leading-whitespace t])
2439               ["Overstrike" gnus-article-treat-overstrike t]
2440               ["Dumb quotes" gnus-article-treat-dumbquotes t]
2441               ["Non-ASCII" gnus-article-treat-non-ascii t]
2442               ["Emphasis" gnus-article-emphasize t]
2443               ["Word wrap" gnus-article-fill-cited-article t]
2444               ["Fill long lines" gnus-article-fill-long-lines t]
2445               ["Toggle truncate long lines" gnus-article-toggle-truncate-lines t]
2446               ["Capitalize sentences" gnus-article-capitalize-sentences t]
2447               ["Remove CR" gnus-article-remove-cr t]
2448               ["Quoted-Printable" gnus-article-de-quoted-unreadable t]
2449               ["Base64" gnus-article-de-base64-unreadable t]
2450               ["Rot 13" gnus-summary-caesar-message
2451                ,@(if (featurep 'xemacs) '(t)
2452                    '(:help "\"Caesar rotate\" article by 13"))]
2453               ["De-IDNA" gnus-summary-idna-message t]
2454               ["Morse decode" gnus-summary-morse-message t]
2455               ["Unix pipe..." gnus-summary-pipe-message t]
2456               ["Add buttons" gnus-article-add-buttons t]
2457               ["Add buttons to head" gnus-article-add-buttons-to-head t]
2458               ["Stop page breaking" gnus-summary-stop-page-breaking t]
2459               ["Verbose header" gnus-summary-verbose-headers t]
2460               ["Toggle header" gnus-summary-toggle-header t]
2461               ["Unfold headers" gnus-article-treat-unfold-headers t]
2462               ["Fold newsgroups" gnus-article-treat-fold-newsgroups t]
2463               ["Html" gnus-article-wash-html t]
2464               ["Unsplit URLs" gnus-article-unsplit-urls t]
2465               ["Verify X-PGP-Sig" gnus-article-verify-x-pgp-sig t]
2466               ["Decode HZ" gnus-article-decode-HZ t]
2467               ["ANSI sequences" gnus-article-treat-ansi-sequences t]
2468               ("(Outlook) Deuglify"
2469                ["Unwrap lines" gnus-article-outlook-unwrap-lines t]
2470                ["Repair attribution" gnus-article-outlook-repair-attribution t]
2471                ["Rearrange citation" gnus-article-outlook-rearrange-citation t]
2472                ["Full (Outlook) deuglify"
2473                 gnus-article-outlook-deuglify-article t])
2474               )
2475              ("Output"
2476               ["Save in default format..." gnus-summary-save-article
2477                ,@(if (featurep 'xemacs) '(t)
2478                    '(:help "Save article using default method"))]
2479               ["Save in file..." gnus-summary-save-article-file
2480                ,@(if (featurep 'xemacs) '(t)
2481                    '(:help "Save article in file"))]
2482               ["Save in Unix mail format..." gnus-summary-save-article-mail t]
2483               ["Save in MH folder..." gnus-summary-save-article-folder t]
2484               ["Save in VM folder..." gnus-summary-save-article-vm t]
2485               ["Save in RMAIL mbox..." gnus-summary-save-article-rmail t]
2486               ["Save body in file..." gnus-summary-save-article-body-file t]
2487               ["Pipe through a filter..." gnus-summary-pipe-output t]
2488               ["Print with Muttprint..." gnus-summary-muttprint t]
2489               ["Print" gnus-summary-print-article
2490                ,@(if (featurep 'xemacs) '(t)
2491                    '(:help "Generate and print a PostScript image"))])
2492              ("Copy, move,... (Backend)"
2493               ,@(if (featurep 'xemacs) nil
2494                   '(:help "Copying, moving, expiring articles..."))
2495               ["Respool article..." gnus-summary-respool-article t]
2496               ["Move article..." gnus-summary-move-article
2497                (gnus-check-backend-function
2498                 'request-move-article gnus-newsgroup-name)]
2499               ["Copy article..." gnus-summary-copy-article t]
2500               ["Crosspost article..." gnus-summary-crosspost-article
2501                (gnus-check-backend-function
2502                 'request-replace-article gnus-newsgroup-name)]
2503               ["Import file..." gnus-summary-import-article
2504                (gnus-check-backend-function
2505                 'request-accept-article gnus-newsgroup-name)]
2506               ["Create article..." gnus-summary-create-article
2507                (gnus-check-backend-function
2508                 'request-accept-article gnus-newsgroup-name)]
2509               ["Check if posted" gnus-summary-article-posted-p t]
2510               ["Edit article" gnus-summary-edit-article
2511                (not (gnus-group-read-only-p))]
2512               ["Delete article" gnus-summary-delete-article
2513                (gnus-check-backend-function
2514                 'request-expire-articles gnus-newsgroup-name)]
2515               ["Query respool" gnus-summary-respool-query t]
2516               ["Trace respool" gnus-summary-respool-trace t]
2517               ["Delete expirable articles" gnus-summary-expire-articles-now
2518                (gnus-check-backend-function
2519                 'request-expire-articles gnus-newsgroup-name)])
2520              ("Extract"
2521               ["Uudecode" gnus-uu-decode-uu
2522                ,@(if (featurep 'xemacs) '(t)
2523                    '(:help "Decode uuencoded article(s)"))]
2524               ["Uudecode and save" gnus-uu-decode-uu-and-save t]
2525               ["Unshar" gnus-uu-decode-unshar t]
2526               ["Unshar and save" gnus-uu-decode-unshar-and-save t]
2527               ["Save" gnus-uu-decode-save t]
2528               ["Binhex" gnus-uu-decode-binhex t]
2529               ["PostScript" gnus-uu-decode-postscript t]
2530               ["All MIME parts" gnus-summary-save-parts t])
2531              ("Cache"
2532               ["Enter article" gnus-cache-enter-article t]
2533               ["Remove article" gnus-cache-remove-article t])
2534              ["Translate" gnus-article-babel t]
2535              ["Select article buffer" gnus-summary-select-article-buffer t]
2536              ["Make article buffer sticky" gnus-sticky-article t]
2537              ["Enter digest buffer" gnus-summary-enter-digest-group t]
2538              ["Isearch article..." gnus-summary-isearch-article t]
2539              ["Beginning of the article" gnus-summary-beginning-of-article t]
2540              ["End of the article" gnus-summary-end-of-article t]
2541              ["Fetch parent of article" gnus-summary-refer-parent-article t]
2542              ["Fetch referenced articles" gnus-summary-refer-references t]
2543              ["Fetch current thread" gnus-summary-refer-thread t]
2544              ["Fetch article with id..." gnus-summary-refer-article t]
2545              ["Setup Mailing List Params" gnus-mailing-list-insinuate t]
2546              ["Redisplay" gnus-summary-show-article t]
2547              ["Raw article" gnus-summary-show-raw-article :keys "C-u g"])))
2548       (easy-menu-define
2549         gnus-summary-article-menu gnus-summary-mode-map ""
2550         (cons "Article" innards))
2551
2552       (if (not (keymapp gnus-summary-article-menu))
2553           (easy-menu-define
2554             gnus-article-commands-menu gnus-article-mode-map ""
2555             (cons "Commands" innards))
2556         ;; in Emacs, don't share menu.
2557         (setq gnus-article-commands-menu
2558               (copy-keymap gnus-summary-article-menu))
2559         (define-key gnus-article-mode-map [menu-bar commands]
2560           (cons "Commands" gnus-article-commands-menu))))
2561
2562     (easy-menu-define
2563       gnus-summary-thread-menu gnus-summary-mode-map ""
2564       '("Threads"
2565         ["Find all messages in thread" gnus-summary-refer-thread t]
2566         ["Toggle threading" gnus-summary-toggle-threads t]
2567         ["Hide threads" gnus-summary-hide-all-threads t]
2568         ["Show threads" gnus-summary-show-all-threads t]
2569         ["Hide thread" gnus-summary-hide-thread t]
2570         ["Show thread" gnus-summary-show-thread t]
2571         ["Go to next thread" gnus-summary-next-thread t]
2572         ["Go to previous thread" gnus-summary-prev-thread t]
2573         ["Go down thread" gnus-summary-down-thread t]
2574         ["Go up thread" gnus-summary-up-thread t]
2575         ["Top of thread" gnus-summary-top-thread t]
2576         ["Mark thread as read" gnus-summary-kill-thread t]
2577         ["Mark thread as expired" gnus-summary-expire-thread t]
2578         ["Lower thread score" gnus-summary-lower-thread t]
2579         ["Raise thread score" gnus-summary-raise-thread t]
2580         ["Rethread current" gnus-summary-rethread-current t]))
2581
2582     (easy-menu-define
2583       gnus-summary-post-menu gnus-summary-mode-map ""
2584       `("Post"
2585         ["Send a message (mail or news)" gnus-summary-post-news
2586          ,@(if (featurep 'xemacs) '(t)
2587              '(:help "Compose a new message (mail or news)"))]
2588         ["Followup" gnus-summary-followup
2589          ,@(if (featurep 'xemacs) '(t)
2590              '(:help "Post followup to this article"))]
2591         ["Followup and yank" gnus-summary-followup-with-original
2592          ,@(if (featurep 'xemacs) '(t)
2593              '(:help "Post followup to this article, quoting its contents"))]
2594         ["Supersede article" gnus-summary-supersede-article t]
2595         ["Cancel article" gnus-summary-cancel-article
2596          ,@(if (featurep 'xemacs) '(t)
2597              '(:help "Cancel an article you posted"))]
2598         ["Reply" gnus-summary-reply t]
2599         ["Reply and yank" gnus-summary-reply-with-original t]
2600         ["Wide reply" gnus-summary-wide-reply t]
2601         ["Wide reply and yank" gnus-summary-wide-reply-with-original
2602          ,@(if (featurep 'xemacs) '(t)
2603              '(:help "Mail a reply, quoting this article"))]
2604         ["Very wide reply" gnus-summary-very-wide-reply t]
2605         ["Very wide reply and yank" gnus-summary-very-wide-reply-with-original
2606          ,@(if (featurep 'xemacs) '(t)
2607              '(:help "Mail a very wide reply, quoting this article"))]
2608         ["Mail forward" gnus-summary-mail-forward t]
2609         ["Post forward" gnus-summary-post-forward t]
2610         ["Digest and mail" gnus-uu-digest-mail-forward t]
2611         ["Digest and post" gnus-uu-digest-post-forward t]
2612         ["Resend message" gnus-summary-resend-message t]
2613         ["Resend message edit" gnus-summary-resend-message-edit t]
2614         ["Send bounced mail" gnus-summary-resend-bounced-mail t]
2615         ["Send a mail" gnus-summary-mail-other-window t]
2616         ["Create a local message" gnus-summary-news-other-window t]
2617         ["Uuencode and post" gnus-uu-post-news
2618          ,@(if (featurep 'xemacs) '(t)
2619              '(:help "Post a uuencoded article"))]
2620         ["Followup via news" gnus-summary-followup-to-mail t]
2621         ["Followup via news and yank"
2622          gnus-summary-followup-to-mail-with-original t]
2623         ["Strip signature on reply"
2624          (lambda ()
2625            (interactive)
2626            (if (not (memq message-cite-function
2627                           '(message-cite-original-without-signature
2628                             message-cite-original)))
2629                ;; Stupid workaround for XEmacs not honoring :visible.
2630                (message "Can't toggle this value of `message-cite-function'")
2631              (setq message-cite-function
2632                    (if (eq message-cite-function
2633                            'message-cite-original-without-signature)
2634                        'message-cite-original
2635                      'message-cite-original-without-signature))))
2636          ;; XEmacs barfs on :visible.
2637          ,@(if (featurep 'xemacs) nil
2638              '(:visible (memq message-cite-function
2639                               '(message-cite-original-without-signature
2640                                 message-cite-original))))
2641          :style toggle
2642          :selected (eq message-cite-function
2643                        'message-cite-original-without-signature)
2644          ,@(if (featurep 'xemacs) nil
2645              '(:help "Strip signature from cited article when replying."))]
2646         ;;("Draft"
2647         ;;["Send" gnus-summary-send-draft t]
2648         ;;["Send bounced" gnus-resend-bounced-mail t])
2649         ))
2650
2651     (cond
2652      ((not (keymapp gnus-summary-post-menu))
2653       (setq gnus-article-post-menu gnus-summary-post-menu))
2654      ((not gnus-article-post-menu)
2655       ;; Don't share post menu.
2656       (setq gnus-article-post-menu
2657             (copy-keymap gnus-summary-post-menu))))
2658     (define-key gnus-article-mode-map [menu-bar post]
2659       (cons "Post" gnus-article-post-menu))
2660
2661     (easy-menu-define
2662       gnus-summary-misc-menu gnus-summary-mode-map ""
2663       `("Gnus"
2664         ("Mark Read"
2665          ["Mark as read" gnus-summary-mark-as-read-forward t]
2666          ["Mark same subject and select"
2667           gnus-summary-kill-same-subject-and-select t]
2668          ["Mark same subject" gnus-summary-kill-same-subject t]
2669          ["Catchup" gnus-summary-catchup
2670           ,@(if (featurep 'xemacs) '(t)
2671               '(:help "Mark unread articles in this group as read"))]
2672          ["Catchup all" gnus-summary-catchup-all t]
2673          ["Catchup to here" gnus-summary-catchup-to-here t]
2674          ["Catchup from here" gnus-summary-catchup-from-here t]
2675          ["Catchup region" gnus-summary-mark-region-as-read
2676           (gnus-mark-active-p)]
2677          ["Mark excluded" gnus-summary-limit-mark-excluded-as-read t])
2678         ("Mark Various"
2679          ["Tick" gnus-summary-tick-article-forward t]
2680          ["Mark as dormant" gnus-summary-mark-as-dormant t]
2681          ["Remove marks" gnus-summary-clear-mark-forward t]
2682          ["Set expirable mark" gnus-summary-mark-as-expirable t]
2683          ["Set bookmark" gnus-summary-set-bookmark t]
2684          ["Remove bookmark" gnus-summary-remove-bookmark t])
2685         ("Limit to"
2686          ["Marks..." gnus-summary-limit-to-marks t]
2687          ["Subject..." gnus-summary-limit-to-subject t]
2688          ["Author..." gnus-summary-limit-to-author t]
2689          ["Recipient..." gnus-summary-limit-to-recipient t]
2690          ["Address..." gnus-summary-limit-to-address t]
2691          ["Age..." gnus-summary-limit-to-age t]
2692          ["Extra..." gnus-summary-limit-to-extra t]
2693          ["Score..." gnus-summary-limit-to-score t]
2694          ["Display Predicate" gnus-summary-limit-to-display-predicate t]
2695          ["Unread" gnus-summary-limit-to-unread t]
2696          ["Unseen" gnus-summary-limit-to-unseen t]
2697          ["Singletons" gnus-summary-limit-to-singletons t]
2698          ["Replied" gnus-summary-limit-to-replied t]
2699          ["Non-dormant" gnus-summary-limit-exclude-dormant t]
2700          ["Next or process marked articles" gnus-summary-limit-to-articles t]
2701          ["Pop limit" gnus-summary-pop-limit t]
2702          ["Show dormant" gnus-summary-limit-include-dormant t]
2703          ["Hide childless dormant"
2704           gnus-summary-limit-exclude-childless-dormant t]
2705          ;;["Hide thread" gnus-summary-limit-exclude-thread t]
2706          ["Hide marked" gnus-summary-limit-exclude-marks t]
2707          ["Show expunged" gnus-summary-limit-include-expunged t])
2708         ("Process Mark"
2709          ["Set mark" gnus-summary-mark-as-processable t]
2710          ["Remove mark" gnus-summary-unmark-as-processable t]
2711          ["Remove all marks" gnus-summary-unmark-all-processable t]
2712          ["Invert marks" gnus-uu-invert-processable t]
2713          ["Mark above" gnus-uu-mark-over t]
2714          ["Mark series" gnus-uu-mark-series t]
2715          ["Mark region" gnus-uu-mark-region (gnus-mark-active-p)]
2716          ["Unmark region" gnus-uu-unmark-region (gnus-mark-active-p)]
2717          ["Mark by regexp..." gnus-uu-mark-by-regexp t]
2718          ["Unmark by regexp..." gnus-uu-unmark-by-regexp t]
2719          ["Mark all" gnus-uu-mark-all t]
2720          ["Mark buffer" gnus-uu-mark-buffer t]
2721          ["Mark sparse" gnus-uu-mark-sparse t]
2722          ["Mark thread" gnus-uu-mark-thread t]
2723          ["Unmark thread" gnus-uu-unmark-thread t]
2724          ("Process Mark Sets"
2725           ["Kill" gnus-summary-kill-process-mark t]
2726           ["Yank" gnus-summary-yank-process-mark
2727            gnus-newsgroup-process-stack]
2728           ["Save" gnus-summary-save-process-mark t]
2729           ["Run command on marked..." gnus-summary-universal-argument t]))
2730         ("Registry Marks")
2731         ("Scroll article"
2732          ["Page forward" gnus-summary-next-page
2733           ,@(if (featurep 'xemacs) '(t)
2734               '(:help "Show next page of article"))]
2735          ["Page backward" gnus-summary-prev-page
2736           ,@(if (featurep 'xemacs) '(t)
2737               '(:help "Show previous page of article"))]
2738          ["Line forward" gnus-summary-scroll-up t])
2739         ("Move"
2740          ["Next unread article" gnus-summary-next-unread-article t]
2741          ["Previous unread article" gnus-summary-prev-unread-article t]
2742          ["Next article" gnus-summary-next-article t]
2743          ["Previous article" gnus-summary-prev-article t]
2744          ["Next unread subject" gnus-summary-next-unread-subject t]
2745          ["Previous unread subject" gnus-summary-prev-unread-subject t]
2746          ["Next article same subject" gnus-summary-next-same-subject t]
2747          ["Previous article same subject" gnus-summary-prev-same-subject t]
2748          ["First unread article" gnus-summary-first-unread-article t]
2749          ["Best unread article" gnus-summary-best-unread-article t]
2750          ["Go to subject number..." gnus-summary-goto-subject t]
2751          ["Go to article number..." gnus-summary-goto-article t]
2752          ["Go to the last article" gnus-summary-goto-last-article t]
2753          ["Pop article off history" gnus-summary-pop-article t])
2754         ("Sort"
2755          ["Sort by number" gnus-summary-sort-by-number t]
2756          ["Sort by most recent number" gnus-summary-sort-by-most-recent-number t]
2757          ["Sort by author" gnus-summary-sort-by-author t]
2758          ["Sort by recipient" gnus-summary-sort-by-recipient t]
2759          ["Sort by subject" gnus-summary-sort-by-subject t]
2760          ["Sort by date" gnus-summary-sort-by-date t]
2761          ["Sort by most recent date" gnus-summary-sort-by-most-recent-date t]
2762          ["Sort by score" gnus-summary-sort-by-score t]
2763          ["Sort by lines" gnus-summary-sort-by-lines t]
2764          ["Sort by characters" gnus-summary-sort-by-chars t]
2765          ["Randomize" gnus-summary-sort-by-random t]
2766          ["Original sort" gnus-summary-sort-by-original t])
2767         ("Help"
2768          ["Describe group" gnus-summary-describe-group t]
2769          ["Read manual" gnus-info-find-node t])
2770         ("Modes"
2771          ["Pick and read" gnus-pick-mode t]
2772          ["Binary" gnus-binary-mode t])
2773         ("Regeneration"
2774          ["Regenerate" gnus-summary-prepare t]
2775          ["Insert cached articles" gnus-summary-insert-cached-articles t]
2776          ["Insert dormant articles" gnus-summary-insert-dormant-articles t]
2777          ["Insert ticked articles" gnus-summary-insert-ticked-articles t]
2778          ["Toggle threading" gnus-summary-toggle-threads t])
2779         ["See old articles" gnus-summary-insert-old-articles t]
2780         ["See new articles" gnus-summary-insert-new-articles t]
2781         ["Filter articles..." gnus-summary-execute-command t]
2782         ["Run command on articles..." gnus-summary-universal-argument t]
2783         ["Search articles forward..." gnus-summary-search-article-forward t]
2784         ["Search articles backward..." gnus-summary-search-article-backward t]
2785         ["Toggle line truncation" gnus-summary-toggle-truncation t]
2786         ["Expand window" gnus-summary-expand-window t]
2787         ["Expire expirable articles" gnus-summary-expire-articles
2788          (gnus-check-backend-function
2789           'request-expire-articles gnus-newsgroup-name)]
2790         ["Edit local kill file" gnus-summary-edit-local-kill t]
2791         ["Edit main kill file" gnus-summary-edit-global-kill t]
2792         ["Edit group parameters" gnus-summary-edit-parameters t]
2793         ["Customize group parameters" gnus-summary-customize-parameters t]
2794         ["Send a bug report" gnus-bug t]
2795         ("Exit"
2796          ["Catchup and exit" gnus-summary-catchup-and-exit
2797           ,@(if (featurep 'xemacs) '(t)
2798               '(:help "Mark unread articles in this group as read, then exit"))]
2799          ["Catchup all and exit" gnus-summary-catchup-all-and-exit t]
2800          ["Catchup and goto next" gnus-summary-catchup-and-goto-next-group t]
2801          ["Catchup and goto prev" gnus-summary-catchup-and-goto-prev-group t]
2802          ["Exit group" gnus-summary-exit
2803           ,@(if (featurep 'xemacs) '(t)
2804               '(:help "Exit current group, return to group selection mode"))]
2805          ["Exit group without updating" gnus-summary-exit-no-update t]
2806          ["Exit and goto next group" gnus-summary-next-group t]
2807          ["Exit and goto prev group" gnus-summary-prev-group t]
2808          ["Reselect group" gnus-summary-reselect-current-group t]
2809          ["Rescan group" gnus-summary-rescan-group t]
2810          ["Update dribble" gnus-summary-save-newsrc t])))
2811
2812     (gnus-run-hooks 'gnus-summary-menu-hook)))
2813
2814 (defvar gnus-summary-tool-bar-map nil)
2815
2816 ;; Note: The :set function in the `gnus-summary-tool-bar*' variables will only
2817 ;; affect _new_ message buffers.  We might add a function that walks thru all
2818 ;; summary-mode buffers and force the update.
2819 (defun gnus-summary-tool-bar-update (&optional symbol value)
2820   "Update summary mode toolbar.
2821 Setter function for custom variables."
2822   (setq-default gnus-summary-tool-bar-map nil)
2823   (when symbol
2824     ;; When used as ":set" function:
2825     (set-default symbol value))
2826   (when (gnus-buffer-live-p gnus-summary-buffer)
2827     (with-current-buffer gnus-summary-buffer
2828       (gnus-summary-make-tool-bar))))
2829
2830 (defcustom gnus-summary-tool-bar (if (eq gmm-tool-bar-style 'gnome)
2831                                      'gnus-summary-tool-bar-gnome
2832                                    'gnus-summary-tool-bar-retro)
2833   "Specifies the Gnus summary tool bar.
2834
2835 It can be either a list or a symbol referring to a list.  See
2836 `gmm-tool-bar-from-list' for the format of the list.  The
2837 default key map is `gnus-summary-mode-map'.
2838
2839 Pre-defined symbols include `gnus-summary-tool-bar-gnome' and
2840 `gnus-summary-tool-bar-retro'."
2841   :type '(choice (const :tag "GNOME style" gnus-summary-tool-bar-gnome)
2842                  (const :tag "Retro look"  gnus-summary-tool-bar-retro)
2843                  (repeat :tag "User defined list" gmm-tool-bar-item)
2844                  (symbol))
2845   :version "23.1" ;; No Gnus
2846   :initialize 'custom-initialize-default
2847   :set 'gnus-summary-tool-bar-update
2848   :group 'gnus-summary)
2849
2850 (defcustom gnus-summary-tool-bar-gnome
2851   '((gnus-summary-post-news "mail/compose" nil)
2852     (gnus-summary-insert-new-articles "mail/inbox" nil
2853                                       :visible (or (not gnus-agent)
2854                                                    gnus-plugged))
2855     (gnus-summary-reply-with-original "mail/reply")
2856     (gnus-summary-reply "mail/reply" nil :visible nil)
2857     (gnus-summary-followup-with-original "mail/reply-all")
2858     (gnus-summary-followup "mail/reply-all" nil :visible nil)
2859     (gnus-summary-mail-forward "mail/forward")
2860     (gnus-summary-save-article "mail/save")
2861     (gnus-summary-search-article-forward "search" nil :visible nil)
2862     (gnus-summary-print-article "print")
2863     (gnus-summary-tick-article-forward "flag-followup" nil :visible nil)
2864     ;; Some new commands that may need more suitable icons:
2865     (gnus-summary-save-newsrc "save" nil :visible nil)
2866     ;; (gnus-summary-show-article "stock_message-display" nil :visible nil)
2867     (gnus-summary-prev-article "left-arrow")
2868     (gnus-summary-next-article "right-arrow")
2869     (gnus-summary-next-page "next-page")
2870     ;; (gnus-summary-enter-digest-group "right_arrow" nil :visible nil)
2871     ;;
2872     ;; Maybe some sort-by-... could be added:
2873     ;; (gnus-summary-sort-by-author "sort-a-z" nil :visible nil)
2874     ;; (gnus-summary-sort-by-date "sort-1-9" nil :visible nil)
2875     (gnus-summary-mark-as-expirable
2876      "delete" nil
2877      :visible (gnus-check-backend-function 'request-expire-articles
2878                                            gnus-newsgroup-name))
2879     (gnus-summary-mark-as-spam
2880      "mail/spam" t
2881      :visible (and (fboundp 'spam-group-ham-contents-p)
2882                    (spam-group-ham-contents-p gnus-newsgroup-name))
2883      :help "Mark as spam")
2884     (gnus-summary-mark-as-read-forward
2885      "mail/not-spam" nil
2886      :visible (and (fboundp 'spam-group-spam-contents-p)
2887                    (spam-group-spam-contents-p gnus-newsgroup-name)))
2888     ;;
2889     (gnus-summary-exit "exit")
2890     (gmm-customize-mode "preferences" t :help "Edit mode preferences")
2891     (gnus-info-find-node "help"))
2892   "List of functions for the summary tool bar (GNOME style).
2893
2894 See `gmm-tool-bar-from-list' for the format of the list."
2895   :type '(repeat gmm-tool-bar-item)
2896   :version "23.1" ;; No Gnus
2897   :initialize 'custom-initialize-default
2898   :set 'gnus-summary-tool-bar-update
2899   :group 'gnus-summary)
2900
2901 (defcustom gnus-summary-tool-bar-retro
2902   '((gnus-summary-prev-unread-article "gnus/prev-ur")
2903     (gnus-summary-next-unread-article "gnus/next-ur")
2904     (gnus-summary-post-news "gnus/post")
2905     (gnus-summary-followup-with-original "gnus/fuwo")
2906     (gnus-summary-followup "gnus/followup")
2907     (gnus-summary-reply-with-original "gnus/reply-wo")
2908     (gnus-summary-reply "gnus/reply")
2909     (gnus-summary-caesar-message "gnus/rot13")
2910     (gnus-uu-decode-uu "gnus/uu-decode")
2911     (gnus-summary-save-article-file "gnus/save-aif")
2912     (gnus-summary-save-article "gnus/save-art")
2913     (gnus-uu-post-news "gnus/uu-post")
2914     (gnus-summary-catchup "gnus/catchup")
2915     (gnus-summary-catchup-and-exit "gnus/cu-exit")
2916     (gnus-summary-exit "gnus/exit-summ")
2917     ;; Some new command that may need more suitable icons:
2918     (gnus-summary-print-article "gnus/print" nil :visible nil)
2919     (gnus-summary-mark-as-expirable "gnus/close" nil :visible nil)
2920     (gnus-summary-save-newsrc "gnus/save" nil :visible nil)
2921     ;; (gnus-summary-enter-digest-group "gnus/right_arrow" nil :visible nil)
2922     (gnus-summary-search-article-forward "gnus/search" nil :visible nil)
2923     ;; (gnus-summary-insert-new-articles "gnus/paste" nil :visible nil)
2924     ;; (gnus-summary-toggle-threads "gnus/open" nil :visible nil)
2925     ;;
2926     (gnus-info-find-node "gnus/help" nil :visible nil))
2927   "List of functions for the summary tool bar (retro look).
2928
2929 See `gmm-tool-bar-from-list' for the format of the list."
2930   :type '(repeat gmm-tool-bar-item)
2931   :version "23.1" ;; No Gnus
2932   :initialize 'custom-initialize-default
2933   :set 'gnus-summary-tool-bar-update
2934   :group 'gnus-summary)
2935
2936 (defcustom gnus-summary-tool-bar-zap-list t
2937   "List of icon items from the global tool bar.
2938 These items are not displayed in the Gnus summary mode tool bar.
2939
2940 See `gmm-tool-bar-from-list' for the format of the list."
2941   :type 'gmm-tool-bar-zap-list
2942   :version "23.1" ;; No Gnus
2943   :initialize 'custom-initialize-default
2944   :set 'gnus-summary-tool-bar-update
2945   :group 'gnus-summary)
2946
2947 (defvar image-load-path)
2948 (defvar tool-bar-map)
2949
2950 (defun gnus-summary-make-tool-bar (&optional force)
2951   "Make a summary mode tool bar from `gnus-summary-tool-bar'.
2952 When FORCE, rebuild the tool bar."
2953   (when (and (not (featurep 'xemacs))
2954              (boundp 'tool-bar-mode)
2955              tool-bar-mode
2956              (or (not gnus-summary-tool-bar-map) force))
2957     (let* ((load-path
2958             (gmm-image-load-path-for-library "gnus"
2959                                              "mail/save.xpm"
2960                                              nil t))
2961            (image-load-path (cons (car load-path)
2962                                   (when (boundp 'image-load-path)
2963                                     image-load-path)))
2964            (map (gmm-tool-bar-from-list gnus-summary-tool-bar
2965                                         gnus-summary-tool-bar-zap-list
2966                                         'gnus-summary-mode-map)))
2967       (when map
2968         ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode'
2969         ;; uses its value.
2970         (setq gnus-summary-tool-bar-map map))))
2971   (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map))
2972
2973 (defun gnus-score-set-default (var value)
2974   "A version of set that updates the GNU Emacs menu-bar."
2975   (set var value)
2976   ;; It is the message that forces the active status to be updated.
2977   (message ""))
2978
2979 (defun gnus-make-score-map (type)
2980   "Make a summary score map of type TYPE."
2981   (if t
2982       nil
2983     (let ((headers '(("author" "from" string)
2984                      ("subject" "subject" string)
2985                      ("article body" "body" string)
2986                      ("article head" "head" string)
2987                      ("xref" "xref" string)
2988                      ("extra header" "extra" string)
2989                      ("lines" "lines" number)
2990                      ("followups to author" "followup" string)))
2991           (types '((number ("less than" <)
2992                            ("greater than" >)
2993                            ("equal" =))
2994                    (string ("substring" s)
2995                            ("exact string" e)
2996                            ("fuzzy string" f)
2997                            ("regexp" r))))
2998           (perms '(("temporary" (current-time-string))
2999                    ("permanent" nil)
3000                    ("immediate" now)))
3001           header)
3002       (list
3003        (apply
3004         'nconc
3005         (list
3006          (if (eq type 'lower)
3007              "Lower score"
3008            "Increase score"))
3009         (let (outh)
3010           (while headers
3011             (setq header (car headers))
3012             (setq outh
3013                   (cons
3014                    (apply
3015                     'nconc
3016                     (list (car header))
3017                     (let ((ts (cdr (assoc (nth 2 header) types)))
3018                           outt)
3019                       (while ts
3020                         (setq outt
3021                               (cons
3022                                (apply
3023                                 'nconc
3024                                 (list (caar ts))
3025                                 (let ((ps perms)
3026                                       outp)
3027                                   (while ps
3028                                     (setq outp
3029                                           (cons
3030                                            (vector
3031                                             (caar ps)
3032                                             (list
3033                                              'gnus-summary-score-entry
3034                                              (nth 1 header)
3035                                              (if (or (string= (nth 1 header)
3036                                                               "head")
3037                                                      (string= (nth 1 header)
3038                                                               "body"))
3039                                                  ""
3040                                                (list 'gnus-summary-header
3041                                                      (nth 1 header)))
3042                                              (list 'quote (nth 1 (car ts)))
3043                                              (list 'gnus-score-delta-default
3044                                                    nil)
3045                                              (nth 1 (car ps))
3046                                              t)
3047                                             t)
3048                                            outp))
3049                                     (setq ps (cdr ps)))
3050                                   (list (nreverse outp))))
3051                                outt))
3052                         (setq ts (cdr ts)))
3053                       (list (nreverse outt))))
3054                    outh))
3055             (setq headers (cdr headers)))
3056           (list (nreverse outh))))))))
3057
3058
3059 (declare-function turn-on-gnus-mailing-list-mode "gnus-ml" ())
3060 (defvar bookmark-make-record-function)
3061 \f
3062 (defvar bidi-paragraph-direction)
3063
3064 (defun gnus-summary-mode (&optional group)
3065   "Major mode for reading articles.
3066
3067 All normal editing commands are switched off.
3068 \\<gnus-summary-mode-map>
3069 Each line in this buffer represents one article.  To read an
3070 article, you can, for instance, type `\\[gnus-summary-next-page]'.  To move forwards
3071 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
3072 respectively.
3073
3074 You can also post articles and send mail from this buffer.  To
3075 follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the author
3076 of an article, type `\\[gnus-summary-reply]'.
3077
3078 There are approx. one gazillion commands you can execute in this
3079 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
3080
3081 The following commands are available:
3082
3083 \\{gnus-summary-mode-map}"
3084   (interactive)
3085   (kill-all-local-variables)
3086   (let ((gnus-summary-local-variables gnus-newsgroup-variables))
3087     (gnus-summary-make-local-variables))
3088   (gnus-summary-make-local-variables)
3089   (setq gnus-newsgroup-name group)
3090   (when (gnus-visual-p 'summary-menu 'menu)
3091     (gnus-summary-make-menu-bar)
3092     (gnus-summary-make-tool-bar))
3093   (gnus-make-thread-indent-array)
3094   (gnus-simplify-mode-line)
3095   (setq major-mode 'gnus-summary-mode)
3096   (setq mode-name "Summary")
3097   (use-local-map gnus-summary-mode-map)
3098   (buffer-disable-undo)
3099   (setq buffer-read-only t              ;Disable modification
3100         show-trailing-whitespace nil)
3101   (setq truncate-lines t)
3102   ;; Force paragraph direction to be left-to-right.  Don't make it
3103   ;; bound globally in old Emacsen and XEmacsen.
3104   (set (make-local-variable 'bidi-paragraph-direction) 'left-to-right)
3105   (add-to-invisibility-spec '(gnus-sum . t))
3106   (gnus-summary-set-display-table)
3107   (gnus-set-default-directory)
3108   (make-local-variable 'gnus-summary-line-format)
3109   (make-local-variable 'gnus-summary-line-format-spec)
3110   (make-local-variable 'gnus-summary-dummy-line-format)
3111   (make-local-variable 'gnus-summary-dummy-line-format-spec)
3112   (make-local-variable 'gnus-summary-mark-positions)
3113   (gnus-make-local-hook 'pre-command-hook)
3114   (add-hook 'pre-command-hook 'gnus-set-global-variables nil t)
3115   (gnus-run-mode-hooks 'gnus-summary-mode-hook)
3116   (turn-on-gnus-mailing-list-mode)
3117   (mm-enable-multibyte)
3118   (set (make-local-variable 'bookmark-make-record-function)
3119        'gnus-summary-bookmark-make-record)
3120   (gnus-update-format-specifications nil 'summary 'summary-mode 'summary-dummy)
3121   (gnus-update-summary-mark-positions))
3122
3123 (defun gnus-summary-make-local-variables ()
3124   "Make all the local summary buffer variables."
3125   (let (global)
3126     (dolist (local gnus-summary-local-variables)
3127       (if (consp local)
3128           (progn
3129             (if (eq (cdr local) 'global)
3130                 ;; Copy the global value of the variable.
3131                 (setq global (symbol-value (car local)))
3132               ;; Use the value from the list.
3133               (setq global (eval (cdr local))))
3134             (set (make-local-variable (car local)) global))
3135         ;; Simple nil-valued local variable.
3136         (set (make-local-variable local) nil)))))
3137
3138 ;; Summary data functions.
3139
3140 (defmacro gnus-data-number (data)
3141   `(car ,data))
3142
3143 (defmacro gnus-data-set-number (data number)
3144   `(setcar ,data ,number))
3145
3146 (defmacro gnus-data-mark (data)
3147   `(nth 1 ,data))
3148
3149 (defmacro gnus-data-set-mark (data mark)
3150   `(setcar (nthcdr 1 ,data) ,mark))
3151
3152 (defmacro gnus-data-pos (data)
3153   `(nth 2 ,data))
3154
3155 (defmacro gnus-data-set-pos (data pos)
3156   `(setcar (nthcdr 2 ,data) ,pos))
3157
3158 (defmacro gnus-data-header (data)
3159   `(nth 3 ,data))
3160
3161 (defmacro gnus-data-set-header (data header)
3162   `(setf (nth 3 ,data) ,header))
3163
3164 (defmacro gnus-data-level (data)
3165   `(nth 4 ,data))
3166
3167 (defmacro gnus-data-unread-p (data)
3168   `(= (nth 1 ,data) gnus-unread-mark))
3169
3170 (defmacro gnus-data-read-p (data)
3171   `(/= (nth 1 ,data) gnus-unread-mark))
3172
3173 (defmacro gnus-data-pseudo-p (data)
3174   `(consp (nth 3 ,data)))
3175
3176 (defmacro gnus-data-find (number)
3177   `(assq ,number gnus-newsgroup-data))
3178
3179 (defmacro gnus-data-find-list (number &optional data)
3180   `(let ((bdata ,(or data 'gnus-newsgroup-data)))
3181      (memq (assq ,number bdata)
3182            bdata)))
3183
3184 (defmacro gnus-data-make (number mark pos header level)
3185   `(list ,number ,mark ,pos ,header ,level))
3186
3187 (defun gnus-data-enter (after-article number mark pos header level offset)
3188   (let ((data (gnus-data-find-list after-article)))
3189     (unless data
3190       (error "No such article: %d" after-article))
3191     (setcdr data (cons (gnus-data-make number mark pos header level)
3192                        (cdr data)))
3193     (setq gnus-newsgroup-data-reverse nil)
3194     (gnus-data-update-list (cddr data) offset)))
3195
3196 (defun gnus-data-enter-list (after-article list &optional offset)
3197   (when list
3198     (let ((data (and after-article (gnus-data-find-list after-article)))
3199           (ilist list))
3200       (if (not (or data
3201                    after-article))
3202           (let ((odata gnus-newsgroup-data))
3203             (setq gnus-newsgroup-data (nconc list gnus-newsgroup-data))
3204             (when offset
3205               (gnus-data-update-list odata offset)))
3206         ;; Find the last element in the list to be spliced into the main
3207         ;; list.
3208         (setq list (last list))
3209         (if (not data)
3210             (progn
3211               (setcdr list gnus-newsgroup-data)
3212               (setq gnus-newsgroup-data ilist)
3213               (when offset
3214                 (gnus-data-update-list (cdr list) offset)))
3215           (setcdr list (cdr data))
3216           (setcdr data ilist)
3217           (when offset
3218             (gnus-data-update-list (cdr list) offset))))
3219       (setq gnus-newsgroup-data-reverse nil))))
3220
3221 (defun gnus-data-remove (article &optional offset)
3222   (let ((data gnus-newsgroup-data))
3223     (if (= (gnus-data-number (car data)) article)
3224         (progn
3225           (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
3226                 gnus-newsgroup-data-reverse nil)
3227           (when offset
3228             (gnus-data-update-list gnus-newsgroup-data offset)))
3229       (while (cdr data)
3230         (when (= (gnus-data-number (cadr data)) article)
3231           (setcdr data (cddr data))
3232           (when offset
3233             (gnus-data-update-list (cdr data) offset))
3234           (setq data nil
3235                 gnus-newsgroup-data-reverse nil))
3236         (setq data (cdr data))))))
3237
3238 (defmacro gnus-data-list (backward)
3239   `(if ,backward
3240        (or gnus-newsgroup-data-reverse
3241            (setq gnus-newsgroup-data-reverse
3242                  (reverse gnus-newsgroup-data)))
3243      gnus-newsgroup-data))
3244
3245 (defun gnus-data-update-list (data offset)
3246   "Add OFFSET to the POS of all data entries in DATA."
3247   (setq gnus-newsgroup-data-reverse nil)
3248   (while data
3249     (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
3250     (setq data (cdr data))))
3251
3252 (defun gnus-summary-article-pseudo-p (article)
3253   "Say whether this article is a pseudo article or not."
3254   (not (vectorp (gnus-data-header (gnus-data-find article)))))
3255
3256 (defmacro gnus-summary-article-sparse-p (article)
3257   "Say whether this article is a sparse article or not."
3258   `(memq ,article gnus-newsgroup-sparse))
3259
3260 (defmacro gnus-summary-article-ancient-p (article)
3261   "Say whether this article is a sparse article or not."
3262   `(memq ,article gnus-newsgroup-ancient))
3263
3264 (defun gnus-article-parent-p (number)
3265   "Say whether this article is a parent or not."
3266   (let ((data (gnus-data-find-list number)))
3267     (and (cdr data)              ; There has to be an article after...
3268          (< (gnus-data-level (car data)) ; And it has to have a higher level.
3269             (gnus-data-level (nth 1 data))))))
3270
3271 (defun gnus-article-children (number)
3272   "Return a list of all children to NUMBER."
3273   (let* ((data (gnus-data-find-list number))
3274          (level (gnus-data-level (car data)))
3275          children)
3276     (setq data (cdr data))
3277     (while (and data
3278                 (= (gnus-data-level (car data)) (1+ level)))
3279       (push (gnus-data-number (car data)) children)
3280       (setq data (cdr data)))
3281     children))
3282
3283 (defmacro gnus-summary-skip-intangible ()
3284   "If the current article is intangible, then jump to a different article."
3285   '(let ((to (get-text-property (point) 'gnus-intangible)))
3286      (and to (gnus-summary-goto-subject to))))
3287
3288 (defmacro gnus-summary-article-intangible-p ()
3289   "Say whether this article is intangible or not."
3290   '(get-text-property (point) 'gnus-intangible))
3291
3292 (defun gnus-article-read-p (article)
3293   "Say whether ARTICLE is read or not."
3294   (not (or (memq article gnus-newsgroup-marked)
3295            (memq article gnus-newsgroup-spam-marked)
3296            (memq article gnus-newsgroup-unreads)
3297            (memq article gnus-newsgroup-unselected)
3298            (memq article gnus-newsgroup-dormant))))
3299
3300 ;; Some summary mode macros.
3301
3302 (defmacro gnus-summary-article-number ()
3303   "The article number of the article on the current line.
3304 If there isn't an article number here, then we return the current
3305 article number."
3306   '(progn
3307      (gnus-summary-skip-intangible)
3308      (or (get-text-property (point) 'gnus-number)
3309          (gnus-summary-last-subject))))
3310
3311 (defmacro gnus-summary-article-header (&optional number)
3312   "Return the header of article NUMBER."
3313   `(gnus-data-header (gnus-data-find
3314                       ,(or number '(gnus-summary-article-number)))))
3315
3316 (defmacro gnus-summary-thread-level (&optional number)
3317   "Return the level of thread that starts with article NUMBER."
3318   `(if (and (eq gnus-summary-make-false-root 'dummy)
3319             (get-text-property (point) 'gnus-intangible))
3320        0
3321      (gnus-data-level (gnus-data-find
3322                        ,(or number '(gnus-summary-article-number))))))
3323
3324 (defmacro gnus-summary-article-mark (&optional number)
3325   "Return the mark of article NUMBER."
3326   `(gnus-data-mark (gnus-data-find
3327                     ,(or number '(gnus-summary-article-number)))))
3328
3329 (defmacro gnus-summary-article-pos (&optional number)
3330   "Return the position of the line of article NUMBER."
3331   `(gnus-data-pos (gnus-data-find
3332                    ,(or number '(gnus-summary-article-number)))))
3333
3334 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
3335 (defmacro gnus-summary-article-subject (&optional number)
3336   "Return current subject string or nil if nothing."
3337   `(let ((headers
3338           ,(if number
3339                `(gnus-data-header (assq ,number gnus-newsgroup-data))
3340              '(gnus-data-header (assq (gnus-summary-article-number)
3341                                       gnus-newsgroup-data)))))
3342      (and headers
3343           (vectorp headers)
3344           (mail-header-subject headers))))
3345
3346 (defmacro gnus-summary-article-score (&optional number)
3347   "Return current article score."
3348   `(or (cdr (assq ,(or number '(gnus-summary-article-number))
3349                   gnus-newsgroup-scored))
3350        gnus-summary-default-score 0))
3351
3352 (defun gnus-summary-article-children (&optional number)
3353   "Return a list of article numbers that are children of article NUMBER."
3354   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
3355          (level (gnus-data-level (car data)))
3356          l children)
3357     (while (and (setq data (cdr data))
3358                 (> (setq l (gnus-data-level (car data))) level))
3359       (and (= (1+ level) l)
3360            (push (gnus-data-number (car data))
3361                  children)))
3362     (nreverse children)))
3363
3364 (defun gnus-summary-article-parent (&optional number)
3365   "Return the article number of the parent of article NUMBER."
3366   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
3367                                     (gnus-data-list t)))
3368          (level (gnus-data-level (car data))))
3369     (if (zerop level)
3370         ()                              ; This is a root.
3371       ;; We search until we find an article with a level less than
3372       ;; this one.  That function has to be the parent.
3373       (while (and (setq data (cdr data))
3374                   (not (< (gnus-data-level (car data)) level))))
3375       (and data (gnus-data-number (car data))))))
3376
3377 (defun gnus-unread-mark-p (mark)
3378   "Say whether MARK is the unread mark."
3379   (= mark gnus-unread-mark))
3380
3381 (defun gnus-read-mark-p (mark)
3382   "Say whether MARK is one of the marks that mark as read.
3383 This is all marks except unread, ticked, dormant, and expirable."
3384   (not (or (= mark gnus-unread-mark)
3385            (= mark gnus-ticked-mark)
3386            (= mark gnus-spam-mark)
3387            (= mark gnus-dormant-mark)
3388            (= mark gnus-expirable-mark))))
3389
3390 (defmacro gnus-article-mark (number)
3391   "Return the MARK of article NUMBER.
3392 This macro should only be used when computing the mark the \"first\"
3393 time; i.e., when generating the summary lines.  After that,
3394 `gnus-summary-article-mark' should be used to examine the
3395 marks of articles."
3396   `(cond
3397     ((memq ,number gnus-newsgroup-unsendable) gnus-unsendable-mark)
3398     ((memq ,number gnus-newsgroup-downloadable) gnus-downloadable-mark)
3399     ((memq ,number gnus-newsgroup-unreads) gnus-unread-mark)
3400     ((memq ,number gnus-newsgroup-marked) gnus-ticked-mark)
3401     ((memq ,number gnus-newsgroup-spam-marked) gnus-spam-mark)
3402     ((memq ,number gnus-newsgroup-dormant) gnus-dormant-mark)
3403     ((memq ,number gnus-newsgroup-expirable) gnus-expirable-mark)
3404     (t (or (cdr (assq ,number gnus-newsgroup-reads))
3405            gnus-ancient-mark))))
3406
3407 ;; Saving hidden threads.
3408
3409 (defmacro gnus-save-hidden-threads (&rest forms)
3410   "Save hidden threads, eval FORMS, and restore the hidden threads."
3411   (let ((config (make-symbol "config")))
3412     `(let ((,config (gnus-hidden-threads-configuration)))
3413        (unwind-protect
3414            (save-excursion
3415              ,@forms)
3416          (gnus-restore-hidden-threads-configuration ,config)))))
3417 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
3418 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
3419
3420 (defun gnus-data-compute-positions ()
3421   "Compute the positions of all articles."
3422   (setq gnus-newsgroup-data-reverse nil)
3423   (let ((data gnus-newsgroup-data))
3424     (save-excursion
3425       (gnus-save-hidden-threads
3426         (gnus-summary-show-all-threads)
3427         (goto-char (point-min))
3428         (while data
3429           (while (get-text-property (point) 'gnus-intangible)
3430             (forward-line 1))
3431           (gnus-data-set-pos (car data) (+ (point) 3))
3432           (setq data (cdr data))
3433           (forward-line 1))))))
3434
3435 (defun gnus-hidden-threads-configuration ()
3436   "Return the current hidden threads configuration."
3437   (save-excursion
3438     (let (config)
3439       (goto-char (point-min))
3440       (while (not (eobp))
3441         (when (eq (get-char-property (point-at-eol) 'invisible) 'gnus-sum)
3442           (push (save-excursion (forward-line 0) (point)) config))
3443         (forward-line 1))
3444       config)))
3445
3446 (defun gnus-restore-hidden-threads-configuration (config)
3447   "Restore hidden threads configuration from CONFIG."
3448   (save-excursion
3449     (let (point (inhibit-read-only t))
3450       (while (setq point (pop config))
3451         (goto-char point)
3452         (gnus-summary-hide-thread)))))
3453
3454 ;; Various summary mode internalish functions.
3455
3456 (defun gnus-mouse-pick-article (e)
3457   (interactive "e")
3458   (mouse-set-point e)
3459   (gnus-summary-next-page nil t))
3460
3461 (defun gnus-summary-set-display-table ()
3462   "Change the display table.
3463 Odd characters have a tendency to mess
3464 up nicely formatted displays - we make all possible glyphs
3465 display only a single character."
3466
3467   ;; We start from the standard display table, if any.
3468   (let ((table (or (copy-sequence standard-display-table)
3469                    (make-display-table)))
3470         (i 32))
3471     ;; Nix out all the control chars...
3472     (while (>= (setq i (1- i)) 0)
3473       (gnus-put-display-table i [??] table))
3474    ;; ... but not newline and cr, of course.  (cr is necessary for the
3475     ;; selective display).
3476     (gnus-put-display-table ?\n nil table)
3477     (gnus-put-display-table ?\r nil table)
3478     ;; We keep TAB as well.
3479     (gnus-put-display-table ?\t nil table)
3480     ;; We nix out any glyphs 127 through 255, or 127 through 159 in
3481     ;; Emacs 23 (unicode), that are not set already.
3482     (let ((i (if (ignore-errors (= (make-char 'latin-iso8859-1 160) 160))
3483                  160
3484                256)))
3485       (while (>= (setq i (1- i)) 127)
3486         ;; Only modify if the entry is nil.
3487         (unless (gnus-get-display-table i table)
3488           (gnus-put-display-table i [??] table))))
3489     (setq buffer-display-table table)))
3490
3491 (defun gnus-summary-set-article-display-arrow (pos)
3492   "Update the overlay arrow to point to line at position POS."
3493   (when gnus-summary-display-arrow
3494     (make-local-variable 'overlay-arrow-position)
3495     (make-local-variable 'overlay-arrow-string)
3496     (save-excursion
3497       (goto-char pos)
3498       (beginning-of-line)
3499       (unless overlay-arrow-position
3500         (setq overlay-arrow-position (make-marker)))
3501       (setq overlay-arrow-string "=>"
3502             overlay-arrow-position (set-marker overlay-arrow-position
3503                                                (point)
3504                                                (current-buffer))))))
3505
3506 (defun gnus-summary-setup-buffer (group)
3507   "Initialize summary buffer.
3508 If the setup was successful, non-nil is returned."
3509   (let ((buffer (gnus-summary-buffer-name group))
3510         (dead-name (concat "*Dead Summary "
3511                            (gnus-group-decoded-name group) "*")))
3512     ;; If a dead summary buffer exists, we kill it.
3513     (when (gnus-buffer-live-p dead-name)
3514       (gnus-kill-buffer dead-name))
3515     (if (get-buffer buffer)
3516         (progn
3517           (set-buffer buffer)
3518           (setq gnus-summary-buffer (current-buffer))
3519           (not gnus-newsgroup-prepared))
3520       ;; Fix by Sudish Joseph <joseph@cis.ohio-state.edu>
3521       (setq gnus-summary-buffer (set-buffer (gnus-get-buffer-create buffer)))
3522       (gnus-summary-mode group)
3523       (when (gnus-group-quit-config group)
3524         (set (make-local-variable 'gnus-single-article-buffer) nil))
3525       (make-local-variable 'gnus-article-buffer)
3526       (make-local-variable 'gnus-article-current)
3527       (make-local-variable 'gnus-original-article-buffer)
3528       (setq gnus-newsgroup-name group)
3529       ;; Set any local variables in the group parameters.
3530       (gnus-summary-set-local-parameters gnus-newsgroup-name)
3531       t)))
3532
3533 (defun gnus-set-global-variables ()
3534   "Set the global equivalents of the buffer-local variables.
3535 They are set to the latest values they had.  These reflect the summary
3536 buffer that was in action when the last article was fetched."
3537   (when (eq major-mode 'gnus-summary-mode)
3538     (setq gnus-summary-buffer (current-buffer))
3539     (let ((name gnus-newsgroup-name)
3540           (marked gnus-newsgroup-marked)
3541           (spam gnus-newsgroup-spam-marked)
3542           (unread gnus-newsgroup-unreads)
3543           (headers gnus-current-headers)
3544           (data gnus-newsgroup-data)
3545           (summary gnus-summary-buffer)
3546           (article-buffer gnus-article-buffer)
3547           (original gnus-original-article-buffer)
3548           (gac gnus-article-current)
3549           (reffed gnus-reffed-article-number)
3550           (score-file gnus-current-score-file)
3551           (default-charset gnus-newsgroup-charset)
3552           vlist)
3553       (let ((locals gnus-newsgroup-variables))
3554         (while locals
3555           (if (consp (car locals))
3556               (push (eval (caar locals)) vlist)
3557             (push (eval (car locals)) vlist))
3558           (setq locals (cdr locals)))
3559         (setq vlist (nreverse vlist)))
3560       (with-current-buffer gnus-group-buffer
3561         (setq gnus-newsgroup-name name
3562               gnus-newsgroup-marked marked
3563               gnus-newsgroup-spam-marked spam
3564               gnus-newsgroup-unreads unread
3565               gnus-current-headers headers
3566               gnus-newsgroup-data data
3567               gnus-article-current gac
3568               gnus-summary-buffer summary
3569               gnus-article-buffer article-buffer
3570               gnus-original-article-buffer original
3571               gnus-reffed-article-number reffed
3572               gnus-current-score-file score-file
3573               gnus-newsgroup-charset default-charset)
3574         (let ((locals gnus-newsgroup-variables))
3575           (while locals
3576             (if (consp (car locals))
3577                 (set (caar locals) (pop vlist))
3578               (set (car locals) (pop vlist)))
3579             (setq locals (cdr locals))))
3580         ;; The article buffer also has local variables.
3581         (when (gnus-buffer-live-p gnus-article-buffer)
3582           (set-buffer gnus-article-buffer)
3583           (setq gnus-summary-buffer summary))))))
3584
3585 (defun gnus-summary-article-unread-p (article)
3586   "Say whether ARTICLE is unread or not."
3587   (memq article gnus-newsgroup-unreads))
3588
3589 (defun gnus-summary-first-article-p (&optional article)
3590   "Return whether ARTICLE is the first article in the buffer."
3591   (if (not (setq article (or article (gnus-summary-article-number))))
3592       nil
3593     (eq article (caar gnus-newsgroup-data))))
3594
3595 (defun gnus-summary-last-article-p (&optional article)
3596   "Return whether ARTICLE is the last article in the buffer."
3597   (if (not (setq article (or article (gnus-summary-article-number))))
3598       ;; All non-existent numbers are the last article.  :-)
3599       t
3600     (not (cdr (gnus-data-find-list article)))))
3601
3602 (defun gnus-make-thread-indent-array (&optional n)
3603   (when (or n
3604             (progn (setq n 200) nil)
3605             (null gnus-thread-indent-array)
3606             (/= gnus-thread-indent-level gnus-thread-indent-array-level))
3607     (setq gnus-thread-indent-array (make-vector (1+ n) "")
3608           gnus-thread-indent-array-level gnus-thread-indent-level)
3609     (while (>= n 0)
3610       (aset gnus-thread-indent-array n
3611             (make-string (* n gnus-thread-indent-level) ? ))
3612       (setq n (1- n)))))
3613
3614 (defun gnus-update-summary-mark-positions ()
3615   "Compute where the summary marks are to go."
3616   (save-excursion
3617     (when (gnus-buffer-exists-p gnus-summary-buffer)
3618       (set-buffer gnus-summary-buffer))
3619     (let ((spec gnus-summary-line-format-spec)
3620           pos)
3621       (save-excursion
3622         (gnus-set-work-buffer)
3623         (let ((gnus-tmp-unread ?Z)
3624               (gnus-replied-mark ?Z)
3625               (gnus-score-below-mark ?Z)
3626               (gnus-score-over-mark ?Z)
3627               (gnus-undownloaded-mark ?Z)
3628               (gnus-summary-line-format-spec spec)
3629               (gnus-newsgroup-downloadable '(0))
3630               (header [0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil])
3631               case-fold-search ignores)
3632           ;; Here, all marks are bound to Z.
3633           (gnus-summary-insert-line header
3634                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3635           (goto-char (point-min))
3636           ;; Memorize the positions of the same characters as dummy marks.
3637           (while (re-search-forward "[A-D]" nil t)
3638             (push (point) ignores))
3639           (erase-buffer)
3640           ;; We use A-D as dummy marks in order to know column positions
3641           ;; where marks should be inserted.
3642           (setq gnus-tmp-unread ?A
3643                 gnus-replied-mark ?B
3644                 gnus-score-below-mark ?C
3645                 gnus-score-over-mark ?C
3646                 gnus-undownloaded-mark ?D)
3647           (gnus-summary-insert-line header
3648                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3649           ;; Ignore characters which aren't dummy marks.
3650           (dolist (p ignores)
3651             (delete-region (goto-char (1- p)) p)
3652             (insert ?Z))
3653           (goto-char (point-min))
3654           (setq pos (list (cons 'unread
3655                                 (and (search-forward "A" nil t)
3656                                      (- (point) (point-min) 1)))))
3657           (goto-char (point-min))
3658           (push (cons 'replied (and (search-forward "B" nil t)
3659                                     (- (point) (point-min) 1)))
3660                 pos)
3661           (goto-char (point-min))
3662           (push (cons 'score (and (search-forward "C" nil t)
3663                                   (- (point) (point-min) 1)))
3664                 pos)
3665           (goto-char (point-min))
3666           (push (cons 'download (and (search-forward "D" nil t)
3667                                      (- (point) (point-min) 1)))
3668                 pos)))
3669       (setq gnus-summary-mark-positions pos))))
3670
3671 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
3672   "Insert a dummy root in the summary buffer."
3673   (beginning-of-line)
3674   (gnus-add-text-properties
3675    (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
3676    (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
3677
3678 (defun gnus-summary-extract-address-component (from)
3679   (or (car (funcall gnus-extract-address-components from))
3680       from))
3681
3682 (defun gnus-summary-from-or-to-or-newsgroups (header gnus-tmp-from)
3683   (let ((mail-parse-charset gnus-newsgroup-charset)
3684         (ignored-from-addresses (gnus-ignored-from-addresses))
3685         ; Is it really necessary to do this next part for each summary line?
3686         ; Luckily, doesn't seem to slow things down much.
3687         (mail-parse-ignored-charsets
3688          (with-current-buffer gnus-summary-buffer
3689            gnus-newsgroup-ignored-charsets)))
3690     (or
3691      (and ignored-from-addresses
3692           (string-match ignored-from-addresses gnus-tmp-from)
3693           (let ((extra-headers (mail-header-extra header))
3694                 to
3695                 newsgroups)
3696             (cond
3697              ((setq to (cdr (assq 'To extra-headers)))
3698               (concat gnus-summary-to-prefix
3699                       (inline
3700                         (gnus-summary-extract-address-component
3701                          (funcall gnus-decode-encoded-address-function to)))))
3702              ((setq newsgroups
3703                     (or
3704                      (cdr (assq 'Newsgroups extra-headers))
3705                      (and
3706                       (memq 'Newsgroups gnus-extra-headers)
3707                       (eq (car (gnus-find-method-for-group
3708                                 gnus-newsgroup-name)) 'nntp)
3709                       (gnus-group-real-name gnus-newsgroup-name))))
3710               (concat gnus-summary-newsgroup-prefix newsgroups)))))
3711      (gnus-string-mark-left-to-right
3712       (inline
3713        (gnus-summary-extract-address-component gnus-tmp-from))))))
3714
3715 (defun gnus-summary-insert-line (gnus-tmp-header
3716                                  gnus-tmp-level gnus-tmp-current
3717                                  undownloaded gnus-tmp-unread gnus-tmp-replied
3718                                  gnus-tmp-expirable gnus-tmp-subject-or-nil
3719                                  &optional gnus-tmp-dummy gnus-tmp-score
3720                                  gnus-tmp-process)
3721   (if (>= gnus-tmp-level (length gnus-thread-indent-array))
3722       (gnus-make-thread-indent-array (max (* 2 (length gnus-thread-indent-array))
3723                                           gnus-tmp-level)))
3724   (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
3725          (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
3726          (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
3727          (gnus-tmp-score-char
3728           (if (or (null gnus-summary-default-score)
3729                   (<= (abs (- gnus-tmp-score gnus-summary-default-score))
3730                       gnus-summary-zcore-fuzz))
3731               ?                         ;Whitespace
3732             (if (< gnus-tmp-score gnus-summary-default-score)
3733                 gnus-score-below-mark gnus-score-over-mark)))
3734          (gnus-tmp-number (mail-header-number gnus-tmp-header))
3735          (gnus-tmp-replied
3736           (cond (gnus-tmp-process gnus-process-mark)
3737                 ((memq gnus-tmp-current gnus-newsgroup-cached)
3738                  gnus-cached-mark)
3739                 (gnus-tmp-replied gnus-replied-mark)
3740                 ((memq gnus-tmp-current gnus-newsgroup-forwarded)
3741                  gnus-forwarded-mark)
3742                 ((memq gnus-tmp-current gnus-newsgroup-saved)
3743                  gnus-saved-mark)
3744                 ((memq gnus-tmp-number gnus-newsgroup-unseen)
3745                  gnus-unseen-mark)
3746                 (t gnus-no-mark)))
3747          (gnus-tmp-downloaded
3748           (cond (undownloaded
3749                  gnus-undownloaded-mark)
3750                 (gnus-newsgroup-agentized
3751                  gnus-downloaded-mark)
3752                 (t
3753                  gnus-no-mark)))
3754          (gnus-tmp-from (mail-header-from gnus-tmp-header))
3755          (gnus-tmp-name
3756           (cond
3757            ((string-match "<[^>]+> *$" gnus-tmp-from)
3758             (let ((beg (match-beginning 0)))
3759               (or (and (string-match "^\".+\"" gnus-tmp-from)
3760                        (substring gnus-tmp-from 1 (1- (match-end 0))))
3761                   (substring gnus-tmp-from 0 beg))))
3762            ((string-match "(.+)" gnus-tmp-from)
3763             (substring gnus-tmp-from
3764                        (1+ (match-beginning 0)) (1- (match-end 0))))
3765            (t gnus-tmp-from)))
3766          (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
3767          (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
3768          (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
3769          (inhibit-read-only t))
3770     (when (string= gnus-tmp-name "")
3771       (setq gnus-tmp-name gnus-tmp-from))
3772     (unless (numberp gnus-tmp-lines)
3773       (setq gnus-tmp-lines -1))
3774     (if (= gnus-tmp-lines -1)
3775         (setq gnus-tmp-lines "?")
3776       (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
3777     (condition-case ()
3778         (gnus-put-text-property
3779          (point)
3780          (progn (eval gnus-summary-line-format-spec) (point))
3781          'gnus-number gnus-tmp-number)
3782       (error (gnus-message 5 "Error updating the summary line")))
3783     (when (gnus-visual-p 'summary-highlight 'highlight)
3784       (forward-line -1)
3785       (gnus-summary-highlight-line)
3786       (gnus-run-hooks 'gnus-summary-update-hook)
3787       (forward-line 1))))
3788
3789 (defun gnus-summary-update-line (&optional dont-update)
3790   "Update summary line after change."
3791   (when (and gnus-summary-default-score
3792              (not gnus-summary-inhibit-highlight))
3793     (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
3794            (article (gnus-summary-article-number))
3795            (score (gnus-summary-article-score article)))
3796       (unless dont-update
3797         (if (and gnus-summary-mark-below
3798                  (< (gnus-summary-article-score)
3799                     gnus-summary-mark-below))
3800             ;; This article has a low score, so we mark it as read.
3801             (when (memq article gnus-newsgroup-unreads)
3802               (gnus-summary-mark-article-as-read gnus-low-score-mark))
3803           (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
3804             ;; This article was previously marked as read on account
3805             ;; of a low score, but now it has risen, so we mark it as
3806             ;; unread.
3807             (gnus-summary-mark-article-as-unread gnus-unread-mark)))
3808         (gnus-summary-update-mark
3809          (if (or (null gnus-summary-default-score)
3810                  (<= (abs (- score gnus-summary-default-score))
3811                      gnus-summary-zcore-fuzz))
3812              ?                          ;Whitespace
3813            (if (< score gnus-summary-default-score)
3814                gnus-score-below-mark gnus-score-over-mark))
3815          'score))
3816       ;; Do visual highlighting.
3817       (when (gnus-visual-p 'summary-highlight 'highlight)
3818         (gnus-summary-highlight-line)
3819         (gnus-run-hooks 'gnus-summary-update-hook)))))
3820
3821 (defvar gnus-tmp-new-adopts nil)
3822
3823 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
3824   "Return the number of articles in THREAD.
3825 This may be 0 in some cases -- if none of the articles in
3826 the thread are to be displayed."
3827   (let* ((number
3828          ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
3829           (cond
3830            ((not (listp thread))
3831             1)
3832            ((and (consp thread) (cdr thread))
3833             (apply
3834              '+ 1 (mapcar
3835                    'gnus-summary-number-of-articles-in-thread (cdr thread))))
3836            ((null thread)
3837             1)
3838            ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
3839             1)
3840            (t 0))))
3841     (when (and level (zerop level) gnus-tmp-new-adopts)
3842       (incf number
3843             (apply '+ (mapcar
3844                        'gnus-summary-number-of-articles-in-thread
3845                        gnus-tmp-new-adopts))))
3846     (if char
3847         (if (> number 1) gnus-not-empty-thread-mark
3848           gnus-empty-thread-mark)
3849       number)))
3850
3851 (defsubst gnus-summary-line-message-size (head)
3852   "Return pretty-printed version of message size.
3853 This function is intended to be used in
3854 `gnus-summary-line-format-alist'."
3855   (let ((c (or (mail-header-chars head) -1)))
3856     (cond ((< c 0) "n/a")               ; chars not available
3857           ((< c (* 1000 10)) (format "%1.1fk" (/ c 1024.0)))
3858           ((< c (* 1000 100)) (format "%dk" (/ c 1024.0)))
3859           ((< c (* 1000 10000)) (format "%1.1fM" (/ c (* 1024.0 1024))))
3860           (t (format "%dM" (/ c (* 1024.0 1024)))))))
3861
3862 (defcustom gnus-user-date-format-alist
3863   '(((gnus-seconds-today) . "Today, %H:%M")
3864     ((+ 86400 (gnus-seconds-today)) . "Yesterday, %H:%M")
3865     (604800 . "%A %H:%M")               ; That's one week
3866     ((gnus-seconds-month) . "%A %d")
3867     ((gnus-seconds-year) . "%B %d")
3868     (t . "%b %d %Y"))                   ; This one is used when no other
3869                                         ; does match
3870   "Specifies date format depending on age of article.
3871 This is an alist of items (AGE . FORMAT).  AGE can be a number (of
3872 seconds) or a Lisp expression evaluating to a number.  When the age of
3873 the article is less than this number, then use `format-time-string'
3874 with the corresponding FORMAT for displaying the date of the article.
3875 If AGE is not a number or a Lisp expression evaluating to a
3876 non-number, then the corresponding FORMAT is used as a default value.
3877
3878 Note that the list is processed from the beginning, so it should be
3879 sorted by ascending AGE.  Also note that items following the first
3880 non-number AGE will be ignored.
3881
3882 You can use the functions `gnus-seconds-today', `gnus-seconds-month'
3883 and `gnus-seconds-year' in the AGE spec.  They return the number of
3884 seconds passed since the start of today, of this month, of this year,
3885 respectively."
3886   :version "24.1"
3887   :group 'gnus-summary-format
3888   :type '(alist :key-type sexp :value-type string))
3889
3890 (defun gnus-user-date (messy-date)
3891   "Format the messy-date according to `gnus-user-date-format-alist'.
3892 Returns \"  ?  \" if there's bad input or if another error occurs.
3893 Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"."
3894   (condition-case ()
3895       (let* ((messy-date (gnus-float-time (gnus-date-get-time messy-date)))
3896              (now (gnus-float-time))
3897              ;;If we don't find something suitable we'll use this one
3898              (my-format "%b %d '%y"))
3899         (let* ((difference (- now messy-date))
3900                (templist gnus-user-date-format-alist)
3901                (top (eval (caar templist))))
3902           (while (if (numberp top) (< top difference) (not top))
3903             (progn
3904               (setq templist (cdr templist))
3905               (setq top (eval (caar templist)))))
3906           (if (stringp (cdr (car templist)))
3907               (setq my-format (cdr (car templist)))))
3908         (format-time-string (eval my-format) (seconds-to-time messy-date)))
3909     (error "  ?   ")))
3910
3911 (defun gnus-summary-set-local-parameters (group)
3912   "Go through the local params of GROUP and set all variable specs in that list."
3913   (let ((vars '(quit-config active)))   ; Ignore things that aren't
3914                                         ; really variables.
3915     (dolist (elem (gnus-group-find-parameter group))
3916       (and (consp elem)                 ; Has to be a cons.
3917            (consp (cdr elem))           ; The cdr has to be a list.
3918            (symbolp (car elem))         ; Has to be a symbol in there.
3919            (not (memq (car elem) vars))
3920            (ignore-errors
3921              (push (car elem) vars)
3922              ;; Variables like `gnus-show-threads' that are globally
3923              ;; bound, if used as group parameters, need to get to be
3924              ;; buffer-local, whereas just parameters like `gcc-self',
3925              ;; `timestamp', etc. should not be bound as variables.
3926              (if (boundp (car elem))
3927                  (set (make-local-variable (car elem)) (eval (nth 1 elem)))
3928                (eval (nth 1 elem))))))))
3929
3930 (defun gnus-summary-read-group (group &optional show-all no-article
3931                                       kill-buffer no-display backward
3932                                       select-articles)
3933   "Start reading news in newsgroup GROUP.
3934 If SHOW-ALL is non-nil, already read articles are also listed.
3935 If NO-ARTICLE is non-nil, no article is selected initially.
3936 If NO-DISPLAY, don't generate the summary buffer contents.
3937 If KILL-BUFFER, it should be a buffer that's killed once the new
3938 summary buffer has been generated.
3939 If BACKWARD, move point to the previous group in the group buffer
3940 If SELECT-ARTICLES, only select those articles from GROUP."
3941   (let (result)
3942     (while (and group
3943                 (null (setq result
3944                             (let ((gnus-auto-select-next nil))
3945                               (or (gnus-summary-read-group-1
3946                                    group show-all no-article
3947                                    kill-buffer no-display
3948                                    select-articles)
3949                                   (setq show-all nil
3950                                         select-articles nil)))))
3951                 (eq gnus-auto-select-next 'quietly))
3952       (set-buffer gnus-group-buffer)
3953       ;; The entry function called above goes to the next
3954       ;; group automatically, so we go two groups back
3955       ;; if we are searching for the previous group.
3956       (when backward
3957         (gnus-group-prev-unread-group 2))
3958       (if (not (equal group (gnus-group-group-name)))
3959           (setq group (gnus-group-group-name))
3960         (setq group nil)))
3961     result))
3962
3963 (defun gnus-summary-read-group-1 (group show-all no-article
3964                                         kill-buffer no-display
3965                                         &optional select-articles)
3966   ;; Killed foreign groups can't be entered.
3967   ;;  (when (and (not (gnus-group-native-p group))
3968   ;;         (not (gnus-gethash group gnus-newsrc-hashtb)))
3969   ;;    (error "Dead non-native groups can't be entered"))
3970   (gnus-message 7 "Retrieving newsgroup: %s..."
3971                 (gnus-group-decoded-name group))
3972   (let* ((new-group (gnus-summary-setup-buffer group))
3973          (quit-config (gnus-group-quit-config group))
3974          (did-select (and new-group (gnus-select-newsgroup
3975                                      group show-all select-articles))))
3976     (cond
3977      ;; This summary buffer exists already, so we just select it.
3978      ((not new-group)
3979       (gnus-set-global-variables)
3980       (when kill-buffer
3981         (gnus-kill-or-deaden-summary kill-buffer))
3982       (gnus-configure-windows 'summary 'force)
3983       (gnus-set-mode-line 'summary)
3984       (gnus-summary-position-point)
3985       (message "")
3986       t)
3987      ;; We couldn't select this group.
3988      ((null did-select)
3989       (when (and (eq major-mode 'gnus-summary-mode)
3990                  (not (equal (current-buffer) kill-buffer)))
3991         (kill-buffer (current-buffer))
3992         (if (not quit-config)
3993             (progn
3994               ;; Update the info -- marks might need to be removed,
3995               ;; for instance.
3996               (gnus-summary-update-info)
3997               (set-buffer gnus-group-buffer)
3998               (gnus-group-jump-to-group group)
3999               (gnus-group-next-unread-group 1))
4000           (gnus-handle-ephemeral-exit quit-config)))
4001       (if (null (gnus-list-of-unread-articles group))
4002           (gnus-message 3 "Group %s contains no messages" group)
4003         (gnus-message 3 "Can't select group"))
4004       nil)
4005      ;; The user did a `C-g' while prompting for number of articles,
4006      ;; so we exit this group.
4007      ((eq did-select 'quit)
4008       (and (eq major-mode 'gnus-summary-mode)
4009            (not (equal (current-buffer) kill-buffer))
4010            (kill-buffer (current-buffer)))
4011       (when kill-buffer
4012         (gnus-kill-or-deaden-summary kill-buffer))
4013       (if (not quit-config)
4014           (progn
4015             (set-buffer gnus-group-buffer)
4016             (gnus-group-jump-to-group group)
4017             (gnus-configure-windows 'group 'force))
4018         (gnus-handle-ephemeral-exit quit-config))
4019       ;; Finally signal the quit.
4020       (signal 'quit nil))
4021      ;; The group was successfully selected.
4022      (t
4023       (gnus-set-global-variables)
4024       ;; Save the active value in effect when the group was entered.
4025       (setq gnus-newsgroup-active
4026             (gnus-copy-sequence
4027              (gnus-active gnus-newsgroup-name)))
4028       (setq gnus-newsgroup-highest (cdr gnus-newsgroup-active))
4029       ;; You can change the summary buffer in some way with this hook.
4030       (gnus-run-hooks 'gnus-select-group-hook)
4031       (when (memq 'summary (gnus-update-format-specifications
4032                             nil 'summary 'summary-mode 'summary-dummy))
4033         ;; The format specification for the summary line was updated,
4034         ;; so we need to update the mark positions as well.
4035         (gnus-update-summary-mark-positions))
4036       ;; Do score processing.
4037       (when gnus-use-scoring
4038         (gnus-possibly-score-headers))
4039       ;; Check whether to fill in the gaps in the threads.
4040       (when gnus-build-sparse-threads
4041         (gnus-build-sparse-threads))
4042       ;; Find the initial limit.
4043       (if show-all
4044           (let ((gnus-newsgroup-dormant nil))
4045             (gnus-summary-initial-limit show-all))
4046         (gnus-summary-initial-limit show-all))
4047       ;; Generate the summary buffer.
4048       (unless no-display
4049         (gnus-summary-prepare))
4050       (when gnus-use-trees
4051         (gnus-tree-open group)
4052         (setq gnus-summary-highlight-line-function
4053               'gnus-tree-highlight-article))
4054       ;; If the summary buffer is empty, but there are some low-scored
4055       ;; articles or some excluded dormants, we include these in the
4056       ;; buffer.
4057       (when (and (zerop (buffer-size))
4058                  (not no-display))
4059         (cond (gnus-newsgroup-dormant
4060                (gnus-summary-limit-include-dormant))
4061               ((and gnus-newsgroup-scored show-all)
4062                (gnus-summary-limit-include-expunged t))))
4063       ;; Function `gnus-apply-kill-file' must be called in this hook.
4064       (gnus-run-hooks 'gnus-apply-kill-hook)
4065       (if (and (zerop (buffer-size))
4066                (not no-display))
4067           (progn
4068             ;; This newsgroup is empty.
4069             (gnus-summary-catchup-and-exit nil t)
4070             (gnus-message 6 "No unread news")
4071             (when kill-buffer
4072               (gnus-kill-or-deaden-summary kill-buffer))
4073             ;; Return nil from this function.
4074             nil)
4075         ;; Hide conversation thread subtrees.  We cannot do this in
4076         ;; gnus-summary-prepare-hook since kill processing may not
4077         ;; work with hidden articles.
4078         (gnus-summary-maybe-hide-threads)
4079         (gnus-configure-windows 'summary)
4080         (when kill-buffer
4081           (gnus-kill-or-deaden-summary kill-buffer))
4082         (gnus-summary-auto-select-subject)
4083         ;; Show first unread article if requested.
4084         (if (and (not no-article)
4085                  (not no-display)
4086                  gnus-newsgroup-unreads
4087                  gnus-auto-select-first)
4088             (progn
4089               (let ((art (gnus-summary-article-number)))
4090                 (unless (and (not gnus-plugged)
4091                              (or (memq art gnus-newsgroup-undownloaded)
4092                                  (memq art gnus-newsgroup-downloadable)))
4093                   (gnus-summary-goto-article art))))
4094           ;; Don't select any articles.
4095           (gnus-summary-position-point)
4096           (gnus-configure-windows 'summary 'force)
4097           (gnus-set-mode-line 'summary))
4098         (when (and gnus-auto-center-group
4099                    (get-buffer-window gnus-group-buffer t))
4100           ;; Gotta use windows, because recenter does weird stuff if
4101           ;; the current buffer ain't the displayed window.
4102           (let ((owin (selected-window)))
4103             (select-window (get-buffer-window gnus-group-buffer t))
4104             (when (gnus-group-goto-group group)
4105               (recenter))
4106             (select-window owin)))
4107         ;; Mark this buffer as "prepared".
4108         (setq gnus-newsgroup-prepared t)
4109         (gnus-run-hooks 'gnus-summary-prepared-hook)
4110         (unless (gnus-ephemeral-group-p group)
4111           (gnus-group-update-group group nil t))
4112         t)))))
4113
4114 (defun gnus-summary-auto-select-subject ()
4115   "Select the subject line on initial group entry."
4116   (goto-char (point-min))
4117   (cond
4118    ((eq gnus-auto-select-subject 'best)
4119     (gnus-summary-best-unread-subject))
4120    ((eq gnus-auto-select-subject 'unread)
4121     (gnus-summary-first-unread-subject))
4122    ((eq gnus-auto-select-subject 'unseen)
4123     (gnus-summary-first-unseen-subject))
4124    ((eq gnus-auto-select-subject 'unseen-or-unread)
4125     (gnus-summary-first-unseen-or-unread-subject))
4126    ((eq gnus-auto-select-subject 'first)
4127     ;; Do nothing.
4128     )
4129    ((functionp gnus-auto-select-subject)
4130     (funcall gnus-auto-select-subject))))
4131
4132 (defun gnus-summary-prepare ()
4133   "Generate the summary buffer."
4134   (interactive)
4135   (let ((inhibit-read-only t))
4136     (erase-buffer)
4137     (setq gnus-newsgroup-data nil
4138           gnus-newsgroup-data-reverse nil)
4139     (gnus-run-hooks 'gnus-summary-generate-hook)
4140     ;; Generate the buffer, either with threads or without.
4141     (when gnus-newsgroup-headers
4142       (gnus-summary-prepare-threads
4143        (if gnus-show-threads
4144            (gnus-sort-gathered-threads
4145             (funcall gnus-summary-thread-gathering-function
4146                      (gnus-sort-threads
4147                       (gnus-cut-threads (gnus-make-threads)))))
4148          ;; Unthreaded display.
4149          (gnus-sort-articles gnus-newsgroup-headers))))
4150     (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
4151     ;; Call hooks for modifying summary buffer.
4152     (goto-char (point-min))
4153     (gnus-run-hooks 'gnus-summary-prepare-hook)))
4154
4155 (defsubst gnus-general-simplify-subject (subject)
4156   "Simplify subject by the same rules as `gnus-gather-threads-by-subject'."
4157   (setq subject
4158         (cond
4159          ;; Truncate the subject.
4160          (gnus-simplify-subject-functions
4161           (gnus-map-function gnus-simplify-subject-functions subject))
4162          ((numberp gnus-summary-gather-subject-limit)
4163           (setq subject (gnus-simplify-subject-re subject))
4164           (if (> (length subject) gnus-summary-gather-subject-limit)
4165               (substring subject 0 gnus-summary-gather-subject-limit)
4166             subject))
4167          ;; Fuzzily simplify it.
4168          ((eq 'fuzzy gnus-summary-gather-subject-limit)
4169           (gnus-simplify-subject-fuzzy subject))
4170          ;; Just remove the leading "Re:".
4171          (t
4172           (gnus-simplify-subject-re subject))))
4173
4174   (if (and gnus-summary-gather-exclude-subject
4175            (string-match gnus-summary-gather-exclude-subject subject))
4176       nil                         ; This article shouldn't be gathered
4177     subject))
4178
4179 (defun gnus-summary-simplify-subject-query ()
4180   "Query where the respool algorithm would put this article."
4181   (interactive)
4182   (gnus-summary-select-article)
4183   (message "%s" (gnus-general-simplify-subject (gnus-summary-article-subject))))
4184
4185 (defun gnus-gather-threads-by-subject (threads)
4186   "Gather threads by looking at Subject headers."
4187   (if (not gnus-summary-make-false-root)
4188       threads
4189     (let ((hashtb (gnus-make-hashtable 1024))
4190           (prev threads)
4191           (result threads)
4192           subject hthread whole-subject)
4193       (while threads
4194         (setq subject (gnus-general-simplify-subject
4195                        (setq whole-subject (mail-header-subject
4196                                             (caar threads)))))
4197         (when subject
4198           (if (setq hthread (gnus-gethash subject hashtb))
4199               (progn
4200                 ;; We enter a dummy root into the thread, if we
4201                 ;; haven't done that already.
4202                 (unless (stringp (caar hthread))
4203                   (setcar hthread (list whole-subject (car hthread))))
4204                 ;; We add this new gathered thread to this gathered
4205                 ;; thread.
4206                 (setcdr (car hthread)
4207                         (nconc (cdar hthread) (list (car threads))))
4208                 ;; Remove it from the list of threads.
4209                 (setcdr prev (cdr threads))
4210                 (setq threads prev))
4211             ;; Enter this thread into the hash table.
4212             (gnus-sethash subject
4213                           (if gnus-summary-make-false-root-always
4214                               (progn
4215                                 ;; If you want a dummy root above all
4216                                 ;; threads...
4217                                 (setcar threads (list whole-subject
4218                                                       (car threads)))
4219                                 threads)
4220                             threads)
4221                           hashtb)))
4222         (setq prev threads)
4223         (setq threads (cdr threads)))
4224       result)))
4225
4226 (defun gnus-gather-threads-by-references (threads)
4227   "Gather threads by looking at References headers."
4228   (let ((idhashtb (gnus-make-hashtable 1024))
4229         (thhashtb (gnus-make-hashtable 1024))
4230         (prev threads)
4231         (result threads)
4232         ids references id gthread gid entered ref)
4233     (while threads
4234       (when (setq references (mail-header-references (caar threads)))
4235         (setq id (mail-header-id (caar threads))
4236               ids (inline (gnus-split-references references))
4237               entered nil)
4238         (while (setq ref (pop ids))
4239           (setq ids (delete ref ids))
4240           (if (not (setq gid (gnus-gethash ref idhashtb)))
4241               (progn
4242                 (gnus-sethash ref id idhashtb)
4243                 (gnus-sethash id threads thhashtb))
4244             (setq gthread (gnus-gethash gid thhashtb))
4245             (unless entered
4246               ;; We enter a dummy root into the thread, if we
4247               ;; haven't done that already.
4248               (unless (stringp (caar gthread))
4249                 (setcar gthread (list (mail-header-subject (caar gthread))
4250                                       (car gthread))))
4251               ;; We add this new gathered thread to this gathered
4252               ;; thread.
4253               (setcdr (car gthread)
4254                       (nconc (cdar gthread) (list (car threads)))))
4255             ;; Add it into the thread hash table.
4256             (gnus-sethash id gthread thhashtb)
4257             (setq entered t)
4258             ;; Remove it from the list of threads.
4259             (setcdr prev (cdr threads))
4260             (setq threads prev))))
4261       (setq prev threads)
4262       (setq threads (cdr threads)))
4263     result))
4264
4265 (defun gnus-sort-gathered-threads (threads)
4266   "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
4267   (let ((result threads))
4268     (while threads
4269       (when (stringp (caar threads))
4270         (setcdr (car threads)
4271                 (sort (cdar threads) gnus-sort-gathered-threads-function)))
4272       (setq threads (cdr threads)))
4273     result))
4274
4275 (defun gnus-thread-loop-p (root thread)
4276   "Say whether ROOT is in THREAD."
4277   (let ((stack (list thread))
4278         (infloop 0)
4279         th)
4280     (while (setq thread (pop stack))
4281       (setq th (cdr thread))
4282       (while (and th
4283                   (not (eq (caar th) root)))
4284         (pop th))
4285       (if th
4286           ;; We have found a loop.
4287           (let (ref-dep)
4288             (setcdr thread (delq (car th) (cdr thread)))
4289             (if (boundp (setq ref-dep (intern "none"
4290                                               gnus-newsgroup-dependencies)))
4291                 (setcdr (symbol-value ref-dep)
4292                         (nconc (cdr (symbol-value ref-dep))
4293                                (list (car th))))
4294               (set ref-dep (list nil (car th))))
4295             (setq infloop 1
4296                   stack nil))
4297         ;; Push all the subthreads onto the stack.
4298         (push (cdr thread) stack)))
4299     infloop))
4300
4301 (defun gnus-make-threads ()
4302   "Go through the dependency hashtb and find the roots.  Return all threads."
4303   (let (threads)
4304     (while (catch 'infloop
4305              (mapatoms
4306               (lambda (refs)
4307                 ;; Deal with self-referencing References loops.
4308                 (when (and (car (symbol-value refs))
4309                            (not (zerop
4310                                  (apply
4311                                   '+
4312                                   (mapcar
4313                                    (lambda (thread)
4314                                      (gnus-thread-loop-p
4315                                       (car (symbol-value refs)) thread))
4316                                    (cdr (symbol-value refs)))))))
4317                   (setq threads nil)
4318                   (throw 'infloop t))
4319                 (unless (car (symbol-value refs))
4320                   ;; These threads do not refer back to any other
4321                   ;; articles, so they're roots.
4322                   (setq threads (append (cdr (symbol-value refs)) threads))))
4323               gnus-newsgroup-dependencies)))
4324     threads))
4325
4326 ;; Build the thread tree.
4327 (defsubst gnus-dependencies-add-header (header dependencies force-new)
4328   "Enter HEADER into the DEPENDENCIES table if it is not already there.
4329
4330 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
4331 if it was already present.
4332
4333 If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
4334 will not be entered in the DEPENDENCIES table.  Otherwise duplicate
4335 Message-IDs will be renamed to a unique Message-ID before being
4336 entered.
4337
4338 Returns HEADER if it was entered in the DEPENDENCIES.  Returns nil otherwise."
4339   (let* ((id (mail-header-id header))
4340          (id-dep (and id (intern id dependencies)))
4341          parent-id ref ref-dep ref-header replaced)
4342     ;; Enter this `header' in the `dependencies' table.
4343     (cond
4344      ((not id-dep)
4345       (setq header nil))
4346      ;; The first two cases do the normal part: enter a new `header'
4347      ;; in the `dependencies' table.
4348      ((not (boundp id-dep))
4349       (set id-dep (list header)))
4350      ((null (car (symbol-value id-dep)))
4351       (setcar (symbol-value id-dep) header))
4352
4353      ;; From here the `header' was already present in the
4354      ;; `dependencies' table.
4355      (force-new
4356       ;; Overrides an existing entry;
4357       ;; just set the header part of the entry.
4358       (setcar (symbol-value id-dep) header)
4359       (setq replaced t))
4360
4361      ;; Renames the existing `header' to a unique Message-ID.
4362      ((not gnus-summary-ignore-duplicates)
4363       ;; An article with this Message-ID has already been seen.
4364       ;; We rename the Message-ID.
4365       (set (setq id-dep (intern (setq id (nnmail-message-id)) dependencies))
4366            (list header))
4367       (mail-header-set-id header id))
4368
4369      ;; The last case ignores an existing entry, except it adds any
4370      ;; additional Xrefs (in case the two articles came from different
4371      ;; servers.
4372      ;; Also sets `header' to `nil' meaning that the `dependencies'
4373      ;; table was *not* modified.
4374      (t
4375       (mail-header-set-xref
4376        (car (symbol-value id-dep))
4377        (concat (or (mail-header-xref (car (symbol-value id-dep)))
4378                    "")
4379                (or (mail-header-xref header) "")))
4380       (setq header nil)))
4381
4382     (when (and header (not replaced))
4383       ;; First check that we are not creating a References loop.
4384       (setq parent-id (gnus-parent-id (mail-header-references header)))
4385       (setq ref parent-id)
4386       (while (and ref
4387                   (setq ref-dep (intern-soft ref dependencies))
4388                   (boundp ref-dep)
4389                   (setq ref-header (car (symbol-value ref-dep))))
4390         (if (string= id ref)
4391             ;; Yuk!  This is a reference loop.  Make the article be a
4392             ;; root article.
4393             (progn
4394               (mail-header-set-references (car (symbol-value id-dep)) "none")
4395               (setq ref nil)
4396               (setq parent-id nil))
4397           (setq ref (gnus-parent-id (mail-header-references ref-header)))))
4398       (setq ref-dep (intern (or parent-id "none") dependencies))
4399       (if (boundp ref-dep)
4400           (setcdr (symbol-value ref-dep)
4401                   (nconc (cdr (symbol-value ref-dep))
4402                          (list (symbol-value id-dep))))
4403         (set ref-dep (list nil (symbol-value id-dep)))))
4404     header))
4405
4406 (defun gnus-extract-message-id-from-in-reply-to (string)
4407   (if (string-match "<[^>]+>" string)
4408       (substring string (match-beginning 0) (match-end 0))
4409     nil))
4410
4411 (defun gnus-build-sparse-threads ()
4412   (let ((headers gnus-newsgroup-headers)
4413         (mail-parse-charset gnus-newsgroup-charset)
4414         (gnus-summary-ignore-duplicates t)
4415         header references generation relations
4416         subject child end new-child date)
4417     ;; First we create an alist of generations/relations, where
4418     ;; generations is how much we trust the relation, and the relation
4419     ;; is parent/child.
4420     (gnus-message 7 "Making sparse threads...")
4421     (save-excursion
4422       (nnheader-set-temp-buffer " *gnus sparse threads*")
4423       (while (setq header (pop headers))
4424         (when (and (setq references (mail-header-references header))
4425                    (not (string= references "")))
4426           (insert references)
4427           (setq child (mail-header-id header)
4428                 subject (mail-header-subject header)
4429                 date (mail-header-date header)
4430                 generation 0)
4431           (while (search-backward ">" nil t)
4432             (setq end (1+ (point)))
4433             (when (search-backward "<" nil t)
4434               (setq new-child (buffer-substring (point) end))
4435               (push (list (incf generation)
4436                           child (setq child new-child)
4437                           subject date)
4438                     relations)))
4439           (when child
4440             (push (list (1+ generation) child nil subject) relations))
4441           (erase-buffer)))
4442       (kill-buffer (current-buffer)))
4443     ;; Sort over trustworthiness.
4444     (dolist (relation (sort relations 'car-less-than-car))
4445       (when (gnus-dependencies-add-header
4446              (make-full-mail-header
4447               gnus-reffed-article-number
4448               (nth 3 relation) "" (or (nth 4 relation) "")
4449               (nth 1 relation)
4450               (or (nth 2 relation) "") 0 0 "")
4451              gnus-newsgroup-dependencies nil)
4452         (push gnus-reffed-article-number gnus-newsgroup-limit)
4453         (push gnus-reffed-article-number gnus-newsgroup-sparse)
4454         (push (cons gnus-reffed-article-number gnus-sparse-mark)
4455               gnus-newsgroup-reads)
4456         (decf gnus-reffed-article-number)))
4457     (gnus-message 7 "Making sparse threads...done")))
4458
4459 (defun gnus-build-old-threads ()
4460   ;; Look at all the articles that refer back to old articles, and
4461   ;; fetch the headers for the articles that aren't there.  This will
4462   ;; build complete threads - if the roots haven't been expired by the
4463   ;; server, that is.
4464   (let ((mail-parse-charset gnus-newsgroup-charset)
4465         id heads)
4466     (mapatoms
4467      (lambda (refs)
4468        (when (not (car (symbol-value refs)))
4469          (setq heads (cdr (symbol-value refs)))
4470          (while heads
4471            (if (memq (mail-header-number (caar heads))
4472                      gnus-newsgroup-dormant)
4473                (setq heads (cdr heads))
4474              (setq id (symbol-name refs))
4475              (while (and (setq id (gnus-build-get-header id))
4476                          (not (car (gnus-id-to-thread id)))))
4477              (setq heads nil)))))
4478      gnus-newsgroup-dependencies)))
4479
4480 (defsubst gnus-remove-odd-characters (string)
4481   "Translate STRING into something that doesn't contain weird characters."
4482   (mm-subst-char-in-string
4483    ?\r ?\-
4484    (mm-subst-char-in-string ?\n ?\- string t) t))
4485
4486 ;; This function has to be called with point after the article number
4487 ;; on the beginning of the line.
4488 (defsubst gnus-nov-parse-line (number dependencies &optional force-new)
4489   (let ((eol (point-at-eol))
4490         (buffer (current-buffer))
4491         header references in-reply-to)
4492
4493     ;; overview: [num subject from date id refs chars lines misc]
4494     (unwind-protect
4495         (let (x)
4496           (narrow-to-region (point) eol)
4497           (unless (eobp)
4498             (forward-char))
4499
4500           (setq header
4501                 (make-full-mail-header
4502                  number                 ; number
4503                  (condition-case ()     ; subject
4504                      (gnus-remove-odd-characters
4505                       (funcall gnus-decode-encoded-word-function
4506                                (setq x (nnheader-nov-field))))
4507                    (error x))
4508                  (condition-case ()     ; from
4509                      (gnus-remove-odd-characters
4510                       (funcall gnus-decode-encoded-address-function
4511                                (setq x (nnheader-nov-field))))
4512                    (error x))
4513                  (nnheader-nov-field)   ; date
4514                  (nnheader-nov-read-message-id number)  ; id
4515                  (setq references (nnheader-nov-field)) ; refs
4516                  (nnheader-nov-read-integer) ; chars
4517                  (nnheader-nov-read-integer) ; lines
4518                  (unless (eobp)
4519                    (if (looking-at "Xref: ")
4520                        (goto-char (match-end 0)))
4521                    (nnheader-nov-field)) ; Xref
4522                  (nnheader-nov-parse-extra)))) ; extra
4523
4524       (widen))
4525
4526     (when (and (string= references "")
4527                (setq in-reply-to (mail-header-extra header))
4528                (setq in-reply-to (cdr (assq 'In-Reply-To in-reply-to))))
4529       (mail-header-set-references
4530        header (gnus-extract-message-id-from-in-reply-to in-reply-to)))
4531
4532     (when gnus-alter-header-function
4533       (funcall gnus-alter-header-function header))
4534     (gnus-dependencies-add-header header dependencies force-new)))
4535
4536 (defun gnus-build-get-header (id)
4537   "Look through the buffer of NOV lines and find the header to ID.
4538 Enter this line into the dependencies hash table, and return
4539 the id of the parent article (if any)."
4540   (let ((deps gnus-newsgroup-dependencies)
4541         found header)
4542     (prog1
4543         (with-current-buffer nntp-server-buffer
4544           (let ((case-fold-search nil))
4545             (goto-char (point-min))
4546             (while (and (not found)
4547                         (search-forward id nil t))
4548               (beginning-of-line)
4549               (setq found (looking-at
4550                            (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
4551                                    (regexp-quote id))))
4552               (or found (beginning-of-line 2)))
4553             (when found
4554               (beginning-of-line)
4555               (and
4556                (setq header (gnus-nov-parse-line
4557                              (read (current-buffer)) deps))
4558                (gnus-parent-id (mail-header-references header))))))
4559       (when header
4560         (let ((number (mail-header-number header)))
4561           (push number gnus-newsgroup-limit)
4562           (push header gnus-newsgroup-headers)
4563           (if (memq number gnus-newsgroup-unselected)
4564               (progn
4565                 (setq gnus-newsgroup-unreads
4566                       (gnus-add-to-sorted-list gnus-newsgroup-unreads
4567                                                number))
4568                 (setq gnus-newsgroup-unselected
4569                       (delq number gnus-newsgroup-unselected)))
4570             (push number gnus-newsgroup-ancient)))))))
4571
4572 (defun gnus-build-all-threads ()
4573   "Read all the headers."
4574   (let ((gnus-summary-ignore-duplicates t)
4575         (mail-parse-charset gnus-newsgroup-charset)
4576         (dependencies gnus-newsgroup-dependencies)
4577         header article)
4578     (with-current-buffer nntp-server-buffer
4579       (let ((case-fold-search nil))
4580         (goto-char (point-min))
4581         (while (not (eobp))
4582           (ignore-errors
4583             (setq article (read (current-buffer))
4584                   header (gnus-nov-parse-line article dependencies t)))
4585           (when header
4586             (with-current-buffer gnus-summary-buffer
4587               (push header gnus-newsgroup-headers)
4588               (if (memq (setq article (mail-header-number header))
4589                         gnus-newsgroup-unselected)
4590                   (progn
4591                     (setq gnus-newsgroup-unreads
4592                           (gnus-add-to-sorted-list
4593                            gnus-newsgroup-unreads article))
4594                     (setq gnus-newsgroup-unselected
4595                           (delq article gnus-newsgroup-unselected)))
4596                 (push article gnus-newsgroup-ancient)))
4597             (forward-line 1)))))))
4598
4599 (defun gnus-summary-update-article-line (article header)
4600   "Update the line for ARTICLE using HEADER."
4601   (let* ((id (mail-header-id header))
4602          (thread (gnus-id-to-thread id)))
4603     (unless thread
4604       (error "Article in no thread"))
4605     ;; Update the thread.
4606     (setcar thread header)
4607     (gnus-summary-goto-subject article)
4608     (let* ((datal (gnus-data-find-list article))
4609            (data (car datal))
4610            (inhibit-read-only t)
4611            (level (gnus-summary-thread-level)))
4612       (gnus-delete-line)
4613       (let ((inserted (- (point)
4614                          (progn
4615                            (gnus-summary-insert-line
4616                             header level nil
4617                             (memq article gnus-newsgroup-undownloaded)
4618                             (gnus-article-mark article)
4619                             (memq article gnus-newsgroup-replied)
4620                             (memq article gnus-newsgroup-expirable)
4621                             ;; Only insert the Subject string when it's different
4622                             ;; from the previous Subject string.
4623                             (if (and
4624                                  gnus-show-threads
4625                                  (gnus-subject-equal
4626                                   (condition-case ()
4627                                       (mail-header-subject
4628                                        (gnus-data-header
4629                                         (cadr
4630                                          (gnus-data-find-list
4631                                           article
4632                                           (gnus-data-list t)))))
4633                                     ;; Error on the side of excessive subjects.
4634                                     (error ""))
4635                                   (mail-header-subject header)))
4636                                 ""
4637                               (mail-header-subject header))
4638                             nil (cdr (assq article gnus-newsgroup-scored))
4639                             (memq article gnus-newsgroup-processable))
4640                            (point)))))
4641         (when (cdr datal)
4642           (gnus-data-update-list
4643            (cdr datal)
4644            (- (gnus-data-pos data) (gnus-data-pos (cadr datal)) inserted)))))))
4645
4646 (defun gnus-summary-update-article (article &optional iheader)
4647   "Update ARTICLE in the summary buffer."
4648   (set-buffer gnus-summary-buffer)
4649   (let* ((header (gnus-summary-article-header article))
4650          (id (mail-header-id header))
4651          (data (gnus-data-find article))
4652          (thread (gnus-id-to-thread id))
4653          (references (mail-header-references header))
4654          (parent
4655           (gnus-id-to-thread
4656            (or (gnus-parent-id
4657                 (when (and references
4658                            (not (equal "" references)))
4659                   references))
4660                "none")))
4661          (inhibit-read-only t)
4662          (old (car thread)))
4663     (when thread
4664       (unless iheader
4665         (setcar thread nil)
4666         (when parent
4667           (delq thread parent)))
4668       (if (gnus-summary-insert-subject id header)
4669           ;; Set the (possibly) new article number in the data structure.
4670           (gnus-data-set-number data (gnus-id-to-article id))
4671         (setcar thread old)
4672         nil))))
4673
4674 (defun gnus-rebuild-thread (id &optional line)
4675   "Rebuild the thread containing ID.
4676 If LINE, insert the rebuilt thread starting on line LINE."
4677   (let ((inhibit-read-only t)
4678         old-pos current thread data)
4679     (if (not gnus-show-threads)
4680         (setq thread (list (car (gnus-id-to-thread id))))
4681       ;; Get the thread this article is part of.
4682       (setq thread (gnus-remove-thread id)))
4683     (setq old-pos (point-at-bol))
4684     (setq current (save-excursion
4685                     (and (re-search-backward "[\r\n]" nil t)
4686                          (gnus-summary-article-number))))
4687     ;; If this is a gathered thread, we have to go some re-gathering.
4688     (when (stringp (car thread))
4689       (let ((subject (car thread))
4690             roots thr)
4691         (setq thread (cdr thread))
4692         (while thread
4693           (unless (memq (setq thr (gnus-id-to-thread
4694                                    (gnus-root-id
4695                                     (mail-header-id (caar thread)))))
4696                         roots)
4697             (push thr roots))
4698           (setq thread (cdr thread)))
4699         ;; We now have all (unique) roots.
4700         (if (= (length roots) 1)
4701             ;; All the loose roots are now one solid root.
4702             (setq thread (car roots))
4703           (setq thread (cons subject (gnus-sort-threads roots))))))
4704     (let (threads)
4705       ;; We then insert this thread into the summary buffer.
4706       (when line
4707         (goto-char (point-min))
4708         (forward-line (1- line)))
4709       (let (gnus-newsgroup-data gnus-newsgroup-threads)
4710         (if gnus-show-threads
4711             (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
4712           (gnus-summary-prepare-unthreaded thread))
4713         (setq data (nreverse gnus-newsgroup-data))
4714         (setq threads gnus-newsgroup-threads))
4715       ;; We splice the new data into the data structure.
4716       ;;!!! This is kinda bogus.  We assume that in LINE is non-nil,
4717       ;;!!! then we want to insert at the beginning of the buffer.
4718       ;;!!! That happens to be true with Gnus now, but that may
4719       ;;!!! change in the future.  Perhaps.
4720       (gnus-data-enter-list
4721        (if line nil current) data (- (point) old-pos))
4722       (setq gnus-newsgroup-threads
4723             (nconc threads gnus-newsgroup-threads))
4724       (gnus-data-compute-positions))))
4725
4726 (defun gnus-number-to-header (number)
4727   "Return the header for article NUMBER."
4728   (let ((headers gnus-newsgroup-headers))
4729     (while (and headers
4730                 (not (= number (mail-header-number (car headers)))))
4731       (pop headers))
4732     (when headers
4733       (car headers))))
4734
4735 (defun gnus-parent-headers (in-headers &optional generation)
4736   "Return the headers of the GENERATIONth parent of HEADERS."
4737   (unless generation
4738     (setq generation 1))
4739   (let ((parent t)
4740         (headers in-headers)
4741         references)
4742     (while (and parent
4743                 (not (zerop generation))
4744                 (setq references (mail-header-references headers)))
4745       (setq headers (if (and references
4746                              (setq parent (gnus-parent-id references)))
4747                         (car (gnus-id-to-thread parent))
4748                       nil))
4749       (decf generation))
4750     (and (not (eq headers in-headers))
4751          headers)))
4752
4753 (defun gnus-id-to-thread (id)
4754   "Return the (sub-)thread where ID appears."
4755   (gnus-gethash id gnus-newsgroup-dependencies))
4756
4757 (defun gnus-id-to-article (id)
4758   "Return the article number of ID."
4759   (let ((thread (gnus-id-to-thread id)))
4760     (when (and thread
4761                (car thread))
4762       (mail-header-number (car thread)))))
4763
4764 (defun gnus-id-to-header (id)
4765   "Return the article headers of ID."
4766   (car (gnus-id-to-thread id)))
4767
4768 (defun gnus-article-displayed-root-p (article)
4769   "Say whether ARTICLE is a root(ish) article."
4770   (let ((level (gnus-summary-thread-level article))
4771         (refs (mail-header-references  (gnus-summary-article-header article)))
4772         particle)
4773     (cond
4774      ((null level) nil)
4775      ((zerop level) t)
4776      ((null refs) t)
4777      ((null (gnus-parent-id refs)) t)
4778      ((and (= 1 level)
4779            (null (setq particle (gnus-id-to-article
4780                                  (gnus-parent-id refs))))
4781            (null (gnus-summary-thread-level particle)))))))
4782
4783 (defun gnus-root-id (id)
4784   "Return the id of the root of the thread where ID appears."
4785   (let (last-id prev)
4786     (while (and id (setq prev (car (gnus-id-to-thread id))))
4787       (setq last-id id
4788             id (gnus-parent-id (mail-header-references prev))))
4789     last-id))
4790
4791 (defun gnus-articles-in-thread (thread)
4792   "Return the list of articles in THREAD."
4793   (cons (mail-header-number (car thread))
4794         (apply 'nconc (mapcar 'gnus-articles-in-thread (cdr thread)))))
4795
4796 (defun gnus-remove-thread (id &optional dont-remove)
4797   "Remove the thread that has ID in it."
4798   (let (headers thread last-id)
4799     ;; First go up in this thread until we find the root.
4800     (setq last-id (gnus-root-id id)
4801           headers (message-flatten-list (gnus-id-to-thread last-id)))
4802     ;; We have now found the real root of this thread.  It might have
4803     ;; been gathered into some loose thread, so we have to search
4804     ;; through the threads to find the thread we wanted.
4805     (let ((threads gnus-newsgroup-threads)
4806           sub)
4807       (while threads
4808         (setq sub (car threads))
4809         (if (stringp (car sub))
4810             ;; This is a gathered thread, so we look at the roots
4811             ;; below it to find whether this article is in this
4812             ;; gathered root.
4813             (progn
4814               (setq sub (cdr sub))
4815               (while sub
4816                 (when (member (caar sub) headers)
4817                   (setq thread (car threads)
4818                         threads nil
4819                         sub nil))
4820                 (setq sub (cdr sub))))
4821           ;; It's an ordinary thread, so we check it.
4822           (when (eq (car sub) (car headers))
4823             (setq thread sub
4824                   threads nil)))
4825         (setq threads (cdr threads)))
4826       ;; If this article is in no thread, then it's a root.
4827       (if thread
4828           (unless dont-remove
4829             (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
4830         (setq thread (gnus-id-to-thread last-id)))
4831       (when thread
4832         (prog1
4833             thread                      ; We return this thread.
4834           (unless dont-remove
4835             (if (stringp (car thread))
4836                 (progn
4837                   ;; If we use dummy roots, then we have to remove the
4838                   ;; dummy root as well.
4839                   (when (eq gnus-summary-make-false-root 'dummy)
4840                     ;; We go to the dummy root by going to
4841                     ;; the first sub-"thread", and then one line up.
4842                     (gnus-summary-goto-article
4843                      (mail-header-number (caadr thread)))
4844                     (forward-line -1)
4845                     (gnus-delete-line)
4846                     (gnus-data-compute-positions))
4847                   (setq thread (cdr thread))
4848                   (while thread
4849                     (gnus-remove-thread-1 (car thread))
4850                     (setq thread (cdr thread))))
4851               (gnus-remove-thread-1 thread))))))))
4852
4853 (defun gnus-remove-thread-1 (thread)
4854   "Remove the thread THREAD recursively."
4855   (let ((number (mail-header-number (pop thread)))
4856         d)
4857     (setq thread (reverse thread))
4858     (while thread
4859       (gnus-remove-thread-1 (pop thread)))
4860     (when (setq d (gnus-data-find number))
4861       (goto-char (gnus-data-pos d))
4862       (gnus-summary-show-thread)
4863       (gnus-data-remove
4864        number
4865        (- (point-at-bol)
4866           (prog1
4867               (1+ (point-at-eol))
4868             (gnus-delete-line)))))))
4869
4870 (defun gnus-sort-threads-recursive (threads func)
4871   (sort (mapcar (lambda (thread)
4872                   (cons (car thread)
4873                         (and (cdr thread)
4874                              (gnus-sort-threads-recursive (cdr thread) func))))
4875                 threads) func))
4876
4877 (defun gnus-sort-threads-loop (threads func)
4878   (let* ((superthread (cons nil threads))
4879          (stack (list (cons superthread threads)))
4880          remaining-threads thread)
4881     (while stack
4882       (setq remaining-threads (cdr (car stack)))
4883       (if remaining-threads
4884           (progn (setq thread (car remaining-threads))
4885                  (setcdr (car stack) (cdr remaining-threads))
4886                  (if (cdr thread)
4887                      (push (cons thread (cdr thread)) stack)))
4888         (setq thread (caar stack))
4889         (setcdr thread (sort (cdr thread) func))
4890         (pop stack)))
4891     (cdr superthread)))
4892
4893 (defun gnus-sort-threads (threads)
4894   "Sort THREADS."
4895   (if (not gnus-thread-sort-functions)
4896       threads
4897     (gnus-message 8 "Sorting threads...")
4898     (prog1
4899         (condition-case nil
4900             (let ((max-lisp-eval-depth (max max-lisp-eval-depth 5000)))
4901               (gnus-sort-threads-recursive
4902                threads (gnus-make-sort-function gnus-thread-sort-functions)))
4903           ;; Even after binding max-lisp-eval-depth, the recursive
4904           ;; sorter might fail for very long threads.  In that case,
4905           ;; try using a (less well-tested) non-recursive sorter.
4906           (error (gnus-message 9 "Sorting threads with loop...")
4907                  (gnus-sort-threads-loop
4908                   threads (gnus-make-sort-function
4909                            gnus-thread-sort-functions))))
4910       (gnus-message 8 "Sorting threads...done"))))
4911
4912 (defun gnus-sort-articles (articles)
4913   "Sort ARTICLES."
4914   (when gnus-article-sort-functions
4915     (gnus-message 7 "Sorting articles...")
4916     (prog1
4917         (setq gnus-newsgroup-headers
4918               (sort articles (gnus-make-sort-function
4919                               gnus-article-sort-functions)))
4920       (gnus-message 7 "Sorting articles...done"))))
4921
4922 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
4923 (defmacro gnus-thread-header (thread)
4924   "Return header of first article in THREAD.
4925 Note that THREAD must never, ever be anything else than a variable -
4926 using some other form will lead to serious barfage."
4927   (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
4928   ;; (8% speedup to gnus-summary-prepare, just for fun :-)
4929   (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207"
4930         (vector thread) 2))
4931
4932 (defsubst gnus-article-sort-by-number (h1 h2)
4933   "Sort articles by article number."
4934   (< (mail-header-number h1)
4935      (mail-header-number h2)))
4936
4937 (defun gnus-thread-sort-by-number (h1 h2)
4938   "Sort threads by root article number."
4939   (gnus-article-sort-by-number
4940    (gnus-thread-header h1) (gnus-thread-header h2)))
4941
4942 (defsubst gnus-article-sort-by-random (h1 h2)
4943   "Sort articles randomly."
4944   (zerop (random 2)))
4945
4946 (defun gnus-thread-sort-by-random (h1 h2)
4947   "Sort threads randomly."
4948   (gnus-article-sort-by-random
4949    (gnus-thread-header h1) (gnus-thread-header h2)))
4950
4951 (defsubst gnus-article-sort-by-lines (h1 h2)
4952   "Sort articles by article Lines header."
4953   (< (mail-header-lines h1)
4954      (mail-header-lines h2)))
4955
4956 (defun gnus-thread-sort-by-lines (h1 h2)
4957   "Sort threads by root article Lines header."
4958   (gnus-article-sort-by-lines
4959    (gnus-thread-header h1) (gnus-thread-header h2)))
4960
4961 (defsubst gnus-article-sort-by-chars (h1 h2)
4962   "Sort articles by octet length."
4963   (< (mail-header-chars h1)
4964      (mail-header-chars h2)))
4965
4966 (defun gnus-thread-sort-by-chars (h1 h2)
4967   "Sort threads by root article octet length."
4968   (gnus-article-sort-by-chars
4969    (gnus-thread-header h1) (gnus-thread-header h2)))
4970
4971 (defsubst gnus-article-sort-by-author (h1 h2)
4972   "Sort articles by root author."
4973   (gnus-string<
4974    (let ((extract (funcall
4975                    gnus-extract-address-components
4976                    (mail-header-from h1))))
4977      (or (car extract) (cadr extract) ""))
4978    (let ((extract (funcall
4979                    gnus-extract-address-components
4980                    (mail-header-from h2))))
4981      (or (car extract) (cadr extract) ""))))
4982
4983 (defun gnus-thread-sort-by-author (h1 h2)
4984   "Sort threads by root author."
4985   (gnus-article-sort-by-author
4986    (gnus-thread-header h1)  (gnus-thread-header h2)))
4987
4988 (defsubst gnus-article-sort-by-recipient (h1 h2)
4989   "Sort articles by recipient."
4990   (gnus-string<
4991    (let ((extract (funcall
4992                    gnus-extract-address-components
4993                    (or (cdr (assq 'To (mail-header-extra h1))) ""))))
4994      (or (car extract) (cadr extract)))
4995    (let ((extract (funcall
4996                    gnus-extract-address-components
4997                    (or (cdr (assq 'To (mail-header-extra h2))) ""))))
4998      (or (car extract) (cadr extract)))))
4999
5000 (defun gnus-thread-sort-by-recipient (h1 h2)
5001   "Sort threads by root recipient."
5002   (gnus-article-sort-by-recipient
5003    (gnus-thread-header h1) (gnus-thread-header h2)))
5004
5005 (defsubst gnus-article-sort-by-subject (h1 h2)
5006   "Sort articles by root subject."
5007   (gnus-string<
5008    (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
5009    (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
5010
5011 (defun gnus-thread-sort-by-subject (h1 h2)
5012   "Sort threads by root subject."
5013   (gnus-article-sort-by-subject
5014    (gnus-thread-header h1) (gnus-thread-header h2)))
5015
5016 (defsubst gnus-article-sort-by-date (h1 h2)
5017   "Sort articles by root article date."
5018   (time-less-p
5019    (gnus-date-get-time (mail-header-date h1))
5020    (gnus-date-get-time (mail-header-date h2))))
5021
5022 (defun gnus-thread-sort-by-date (h1 h2)
5023   "Sort threads by root article date."
5024   (gnus-article-sort-by-date
5025    (gnus-thread-header h1) (gnus-thread-header h2)))
5026
5027 (defsubst gnus-article-sort-by-score (h1 h2)
5028   "Sort articles by root article score.
5029 Unscored articles will be counted as having a score of zero."
5030   (> (or (cdr (assq (mail-header-number h1)
5031                     gnus-newsgroup-scored))
5032          gnus-summary-default-score 0)
5033      (or (cdr (assq (mail-header-number h2)
5034                     gnus-newsgroup-scored))
5035          gnus-summary-default-score 0)))
5036
5037 (defun gnus-thread-sort-by-score (h1 h2)
5038   "Sort threads by root article score."
5039   (gnus-article-sort-by-score
5040    (gnus-thread-header h1) (gnus-thread-header h2)))
5041
5042 (defun gnus-thread-sort-by-total-score (h1 h2)
5043   "Sort threads by the sum of all scores in the thread.
5044 Unscored articles will be counted as having a score of zero."
5045   (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
5046
5047 (defun gnus-thread-total-score (thread)
5048   ;; This function find the total score of THREAD.
5049   (cond
5050    ((null thread)
5051     0)
5052    ((consp thread)
5053     (if (stringp (car thread))
5054         (apply gnus-thread-score-function 0
5055                (mapcar 'gnus-thread-total-score-1 (cdr thread)))
5056       (gnus-thread-total-score-1 thread)))
5057    (t
5058     (gnus-thread-total-score-1 (list thread)))))
5059
5060 (defun gnus-article-sort-by-most-recent-number (h1 h2)
5061   "Sort articles by number."
5062   (gnus-article-sort-by-number h1 h2))
5063
5064 (defun gnus-thread-sort-by-most-recent-number (h1 h2)
5065   "Sort threads such that the thread with the most recently arrived article comes first."
5066   (> (gnus-thread-highest-number h1) (gnus-thread-highest-number h2)))
5067
5068 (defun gnus-thread-highest-number (thread)
5069   "Return the highest article number in THREAD."
5070   (apply 'max (mapcar (lambda (header)
5071                         (mail-header-number header))
5072                       (message-flatten-list thread))))
5073
5074 (defun gnus-article-sort-by-most-recent-date (h1 h2)
5075   "Sort articles by number."
5076   (gnus-article-sort-by-date h1 h2))
5077
5078 (defun gnus-thread-sort-by-most-recent-date (h1 h2)
5079   "Sort threads such that the thread with the most recently dated article comes first."
5080   (> (gnus-thread-latest-date h1) (gnus-thread-latest-date h2)))
5081
5082 ; Since this is called not only to sort the top-level threads, but
5083 ; also in recursive sorts to order the articles within a thread, each
5084 ; article will be processed many times.  Thus it speeds things up
5085 ; quite a bit to use gnus-date-get-time, which caches the time value.
5086 (defun gnus-thread-latest-date (thread)
5087   "Return the highest article date in THREAD."
5088   (apply 'max
5089          (mapcar (lambda (header) (gnus-float-time
5090                                    (gnus-date-get-time
5091                                     (mail-header-date header))))
5092                  (message-flatten-list thread))))
5093
5094 (defun gnus-thread-total-score-1 (root)
5095   ;; This function find the total score of the thread below ROOT.
5096   (setq root (car root))
5097   (apply gnus-thread-score-function
5098          (or (append
5099               (mapcar 'gnus-thread-total-score
5100                       (cdr (gnus-id-to-thread (mail-header-id root))))
5101               (when (> (mail-header-number root) 0)
5102                 (list (or (cdr (assq (mail-header-number root)
5103                                      gnus-newsgroup-scored))
5104                           gnus-summary-default-score 0))))
5105              (list gnus-summary-default-score)
5106              '(0))))
5107
5108 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
5109 (defvar gnus-tmp-prev-subject nil)
5110 (defvar gnus-tmp-false-parent nil)
5111 (defvar gnus-tmp-root-expunged nil)
5112 (defvar gnus-tmp-dummy-line nil)
5113
5114 (defun gnus-extra-header (type &optional header)
5115   "Return the extra header of TYPE."
5116   (or (cdr (assq type (mail-header-extra (or header gnus-tmp-header))))
5117       ""))
5118
5119 (defvar gnus-tmp-thread-tree-header-string "")
5120
5121 (defcustom gnus-sum-thread-tree-root "> "
5122   "With %B spec, used for the root of a thread.
5123 If nil, use subject instead."
5124   :version "22.1"
5125   :type '(radio (const :format "%v  " nil) string)
5126   :group 'gnus-thread)
5127
5128 (defcustom gnus-sum-thread-tree-false-root "> "
5129   "With %B spec, used for a false root of a thread.
5130 If nil, use subject instead."
5131   :version "22.1"
5132   :type '(radio (const :format "%v  " nil) string)
5133   :group 'gnus-thread)
5134
5135 (defcustom gnus-sum-thread-tree-single-indent ""
5136   "With %B spec, used for a thread with just one message.
5137 If nil, use subject instead."
5138   :version "22.1"
5139   :type '(radio (const :format "%v  " nil) string)
5140   :group 'gnus-thread)
5141
5142 (defcustom gnus-sum-thread-tree-vertical "| "
5143   "With %B spec, used for drawing a vertical line."
5144   :version "22.1"
5145   :type 'string
5146   :group 'gnus-thread)
5147
5148 (defcustom gnus-sum-thread-tree-indent "  "
5149   "With %B spec, used for indenting."
5150   :version "22.1"
5151   :type 'string
5152   :group 'gnus-thread)
5153
5154 (defcustom gnus-sum-thread-tree-leaf-with-other "+-> "
5155   "With %B spec, used for a leaf with brothers."
5156   :version "22.1"
5157   :type 'string
5158   :group 'gnus-thread)
5159
5160 (defcustom gnus-sum-thread-tree-single-leaf "\\-> "
5161   "With %B spec, used for a leaf without brothers."
5162   :version "22.1"
5163   :type 'string
5164   :group 'gnus-thread)
5165
5166 (defcustom gnus-summary-display-while-building nil
5167   "If non-nil, show and update the summary buffer as it's being built.
5168 If the value is t, update the buffer after every line is inserted.  If
5169 the value is an integer (N), update the display every N lines."
5170   :version "22.1"
5171   :group 'gnus-thread
5172   :type '(choice (const :tag "off" nil)
5173                  number
5174                  (const :tag "frequently" t)))
5175
5176 (defun gnus-summary-prepare-threads (threads)
5177   "Prepare summary buffer from THREADS and indentation LEVEL.
5178 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
5179 or a straight list of headers."
5180   (gnus-message 7 "Generating summary...")
5181
5182   (setq gnus-newsgroup-threads threads)
5183   (beginning-of-line)
5184
5185   (let ((gnus-tmp-level 0)
5186         (default-score (or gnus-summary-default-score 0))
5187         (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
5188         (building-line-count gnus-summary-display-while-building)
5189         (building-count (integerp gnus-summary-display-while-building))
5190         thread number subject stack state gnus-tmp-gathered beg-match
5191         new-roots gnus-tmp-new-adopts thread-end simp-subject
5192         gnus-tmp-header gnus-tmp-unread gnus-tmp-downloaded
5193         gnus-tmp-replied gnus-tmp-subject-or-nil
5194         gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
5195         gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
5196         gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket
5197         tree-stack)
5198
5199     (setq gnus-tmp-prev-subject nil
5200           gnus-tmp-thread-tree-header-string "")
5201
5202     (if (vectorp (car threads))
5203         ;; If this is a straight (sic) list of headers, then a
5204         ;; threaded summary display isn't required, so we just create
5205         ;; an unthreaded one.
5206         (gnus-summary-prepare-unthreaded threads)
5207
5208       ;; Do the threaded display.
5209
5210       (if gnus-summary-display-while-building
5211           (switch-to-buffer (buffer-name)))
5212       (while (or threads stack gnus-tmp-new-adopts new-roots)
5213
5214         (if (and (= gnus-tmp-level 0)
5215                  (or (not stack)
5216                      (= (caar stack) 0))
5217                  (not gnus-tmp-false-parent)
5218                  (or gnus-tmp-new-adopts new-roots))
5219             (if gnus-tmp-new-adopts
5220                 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
5221                       thread (list (car gnus-tmp-new-adopts))
5222                       gnus-tmp-header (caar thread)
5223                       gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
5224               (when new-roots
5225                 (setq thread (list (car new-roots))
5226                       gnus-tmp-header (caar thread)
5227                       new-roots (cdr new-roots))))
5228
5229           (if threads
5230               ;; If there are some threads, we do them before the
5231               ;; threads on the stack.
5232               (setq thread threads
5233                     gnus-tmp-header (caar thread))
5234             ;; There were no current threads, so we pop something off
5235             ;; the stack.
5236             (setq state (car stack)
5237                   gnus-tmp-level (car state)
5238                   tree-stack (cadr state)
5239                   thread (caddr state)
5240                   stack (cdr stack)
5241                   gnus-tmp-header (caar thread))))
5242
5243         (setq gnus-tmp-false-parent nil)
5244         (setq gnus-tmp-root-expunged nil)
5245         (setq thread-end nil)
5246
5247         (if (stringp gnus-tmp-header)
5248             ;; The header is a dummy root.
5249             (cond
5250              ((eq gnus-summary-make-false-root 'adopt)
5251               ;; We let the first article adopt the rest.
5252               (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
5253                                                (cddar thread)))
5254               (setq gnus-tmp-gathered
5255                     (nconc (mapcar
5256                             (lambda (h) (mail-header-number (car h)))
5257                             (cddar thread))
5258                            gnus-tmp-gathered))
5259               (setq thread (cons (list (caar thread)
5260                                        (cadar thread))
5261                                  (cdr thread)))
5262               (setq gnus-tmp-level -1
5263                     gnus-tmp-false-parent t))
5264              ((eq gnus-summary-make-false-root 'empty)
5265               ;; We print adopted articles with empty subject fields.
5266               (setq gnus-tmp-gathered
5267                     (nconc (mapcar
5268                             (lambda (h) (mail-header-number (car h)))
5269                             (cddar thread))
5270                            gnus-tmp-gathered))
5271               (setq gnus-tmp-level -1))
5272              ((eq gnus-summary-make-false-root 'dummy)
5273               ;; We remember that we probably want to output a dummy
5274               ;; root.
5275               (setq gnus-tmp-dummy-line gnus-tmp-header)
5276               (setq gnus-tmp-prev-subject gnus-tmp-header))
5277              (t
5278               ;; We do not make a root for the gathered
5279               ;; sub-threads at all.
5280               (setq gnus-tmp-level -1)))
5281
5282           (setq number (mail-header-number gnus-tmp-header)
5283                 subject (mail-header-subject gnus-tmp-header)
5284                 simp-subject (gnus-simplify-subject-fully subject))
5285
5286           (cond
5287            ;; If the thread has changed subject, we might want to make
5288            ;; this subthread into a root.
5289            ((and (null gnus-thread-ignore-subject)
5290                  (not (zerop gnus-tmp-level))
5291                  gnus-tmp-prev-subject
5292                  (not (string= gnus-tmp-prev-subject simp-subject)))
5293             (setq new-roots (nconc new-roots (list (car thread)))
5294                   thread-end t
5295                   gnus-tmp-header nil))
5296            ;; If the article lies outside the current limit,
5297            ;; then we do not display it.
5298            ((not (memq number gnus-newsgroup-limit))
5299             (setq gnus-tmp-gathered
5300                   (nconc (mapcar
5301                           (lambda (h) (mail-header-number (car h)))
5302                           (cdar thread))
5303                          gnus-tmp-gathered))
5304             (setq gnus-tmp-new-adopts (if (cdar thread)
5305                                           (append gnus-tmp-new-adopts
5306                                                   (cdar thread))
5307                                         gnus-tmp-new-adopts)
5308                   thread-end t
5309                   gnus-tmp-header nil)
5310             (when (zerop gnus-tmp-level)
5311               (setq gnus-tmp-root-expunged t)))
5312            ;; Perhaps this article is to be marked as read?
5313            ((and gnus-summary-mark-below
5314                  (< (or (cdr (assq number gnus-newsgroup-scored))
5315                         default-score)
5316                     gnus-summary-mark-below)
5317                  ;; Don't touch sparse articles.
5318                  (not (gnus-summary-article-sparse-p number))
5319                  (not (gnus-summary-article-ancient-p number)))
5320             (setq gnus-newsgroup-unreads
5321                   (delq number gnus-newsgroup-unreads))
5322             (if gnus-newsgroup-auto-expire
5323                 (setq gnus-newsgroup-expirable
5324                       (gnus-add-to-sorted-list
5325                        gnus-newsgroup-expirable number))
5326               (push (cons number gnus-low-score-mark)
5327                     gnus-newsgroup-reads))))
5328
5329           (when gnus-tmp-header
5330             ;; We may have an old dummy line to output before this
5331             ;; article.
5332             (when (and gnus-tmp-dummy-line
5333                        (gnus-subject-equal
5334                         gnus-tmp-dummy-line
5335                         (mail-header-subject gnus-tmp-header)))
5336               (gnus-summary-insert-dummy-line
5337                gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
5338               (setq gnus-tmp-dummy-line nil))
5339
5340             ;; Compute the mark.
5341             (setq gnus-tmp-unread (gnus-article-mark number))
5342
5343             (push (gnus-data-make number gnus-tmp-unread (1+ (point))
5344                                   gnus-tmp-header gnus-tmp-level)
5345                   gnus-newsgroup-data)
5346
5347             ;; Actually insert the line.
5348             (setq
5349              gnus-tmp-subject-or-nil
5350              (cond
5351               ((and gnus-thread-ignore-subject
5352                     gnus-tmp-prev-subject
5353                     (not (string= gnus-tmp-prev-subject simp-subject)))
5354                subject)
5355               ((zerop gnus-tmp-level)
5356                (if (and (eq gnus-summary-make-false-root 'empty)
5357                         (memq number gnus-tmp-gathered)
5358                         gnus-tmp-prev-subject
5359                         (string= gnus-tmp-prev-subject simp-subject))
5360                    gnus-summary-same-subject
5361                  subject))
5362               (t gnus-summary-same-subject)))
5363             (if (and (eq gnus-summary-make-false-root 'adopt)
5364                      (= gnus-tmp-level 1)
5365                      (memq number gnus-tmp-gathered))
5366                 (setq gnus-tmp-opening-bracket ?\<
5367                       gnus-tmp-closing-bracket ?\>)
5368               (setq gnus-tmp-opening-bracket ?\[
5369                     gnus-tmp-closing-bracket ?\]))
5370             (if (>= gnus-tmp-level (length gnus-thread-indent-array))
5371                 (gnus-make-thread-indent-array
5372                  (max (* 2 (length gnus-thread-indent-array))
5373                       gnus-tmp-level)))
5374             (setq
5375              gnus-tmp-indentation
5376              (aref gnus-thread-indent-array gnus-tmp-level)
5377              gnus-tmp-lines (mail-header-lines gnus-tmp-header)
5378              gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
5379                                 gnus-summary-default-score 0)
5380              gnus-tmp-score-char
5381              (if (or (null gnus-summary-default-score)
5382                      (<= (abs (- gnus-tmp-score gnus-summary-default-score))
5383                          gnus-summary-zcore-fuzz))
5384                  ?                      ;Whitespace
5385                (if (< gnus-tmp-score gnus-summary-default-score)
5386                    gnus-score-below-mark gnus-score-over-mark))
5387              gnus-tmp-replied
5388              (cond ((memq number gnus-newsgroup-processable)
5389                     gnus-process-mark)
5390                    ((memq number gnus-newsgroup-cached)
5391                     gnus-cached-mark)
5392                    ((memq number gnus-newsgroup-replied)
5393                     gnus-replied-mark)
5394                    ((memq number gnus-newsgroup-forwarded)
5395                     gnus-forwarded-mark)
5396                    ((memq number gnus-newsgroup-saved)
5397                     gnus-saved-mark)
5398                    ((memq number gnus-newsgroup-unseen)
5399                     gnus-unseen-mark)
5400                    (t gnus-no-mark))
5401              gnus-tmp-downloaded
5402              (cond ((memq number gnus-newsgroup-undownloaded)
5403                     gnus-undownloaded-mark)
5404                    (gnus-newsgroup-agentized
5405                     gnus-downloaded-mark)
5406                    (t
5407                     gnus-no-mark))
5408              gnus-tmp-from (mail-header-from gnus-tmp-header)
5409              gnus-tmp-name
5410              (cond
5411               ((string-match "<[^>]+> *$" gnus-tmp-from)
5412                (setq beg-match (match-beginning 0))
5413                (or (and (string-match "^\".+\"" gnus-tmp-from)
5414                         (substring gnus-tmp-from 1 (1- (match-end 0))))
5415                    (substring gnus-tmp-from 0 beg-match)))
5416               ((string-match "(.+)" gnus-tmp-from)
5417                (substring gnus-tmp-from
5418                           (1+ (match-beginning 0)) (1- (match-end 0))))
5419               (t gnus-tmp-from))
5420
5421              ;; Do the %B string
5422              gnus-tmp-thread-tree-header-string
5423              (cond
5424               ((not gnus-show-threads) "")
5425               ((zerop gnus-tmp-level)
5426                (cond ((cdar thread)
5427                       (or gnus-sum-thread-tree-root subject))
5428                      (gnus-tmp-new-adopts
5429                       (or gnus-sum-thread-tree-false-root subject))
5430                      (t
5431                       (or gnus-sum-thread-tree-single-indent subject))))
5432               (t
5433                (concat (apply 'concat
5434                               (mapcar (lambda (item)
5435                                         (if (= item 1)
5436                                             gnus-sum-thread-tree-vertical
5437                                           gnus-sum-thread-tree-indent))
5438                                       (cdr (reverse tree-stack))))
5439                        (if (nth 1 thread)
5440                            gnus-sum-thread-tree-leaf-with-other
5441                          gnus-sum-thread-tree-single-leaf)))))
5442             (when (string= gnus-tmp-name "")
5443               (setq gnus-tmp-name gnus-tmp-from))
5444             (unless (numberp gnus-tmp-lines)
5445               (setq gnus-tmp-lines -1))
5446             (if (= gnus-tmp-lines -1)
5447                 (setq gnus-tmp-lines "?")
5448               (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
5449             (gnus-put-text-property
5450              (point)
5451              (progn (eval gnus-summary-line-format-spec) (point))
5452              'gnus-number number)
5453             (when gnus-visual-p
5454               (forward-line -1)
5455               (gnus-summary-highlight-line)
5456               (when gnus-summary-update-hook
5457                 (gnus-run-hooks 'gnus-summary-update-hook))
5458               (forward-line 1))
5459
5460             (setq gnus-tmp-prev-subject simp-subject)))
5461
5462         (when (nth 1 thread)
5463           (push (list (max 0 gnus-tmp-level)
5464                       (copy-sequence tree-stack)
5465                       (nthcdr 1 thread))
5466                 stack))
5467         (push (if (nth 1 thread) 1 0) tree-stack)
5468         (incf gnus-tmp-level)
5469         (setq threads (if thread-end nil (cdar thread)))
5470         (if gnus-summary-display-while-building
5471             (if building-count
5472                 (progn
5473                   ;; use a set frequency
5474                   (setq building-line-count (1- building-line-count))
5475                   (when (= building-line-count 0)
5476                     (sit-for 0)
5477                     (setq building-line-count
5478                           gnus-summary-display-while-building)))
5479               ;; always
5480               (sit-for 0)))
5481         (unless threads
5482           (setq gnus-tmp-level 0)))))
5483   (gnus-message 7 "Generating summary...done"))
5484
5485 (defun gnus-summary-prepare-unthreaded (headers)
5486   "Generate an unthreaded summary buffer based on HEADERS."
5487   (let (header number mark)
5488
5489     (beginning-of-line)
5490
5491     (while headers
5492       ;; We may have to root out some bad articles...
5493       (when (memq (setq number (mail-header-number
5494                                 (setq header (pop headers))))
5495                   gnus-newsgroup-limit)
5496         ;; Mark article as read when it has a low score.
5497         (when (and gnus-summary-mark-below
5498                    (< (or (cdr (assq number gnus-newsgroup-scored))
5499                           gnus-summary-default-score 0)
5500                       gnus-summary-mark-below)
5501                    (not (gnus-summary-article-ancient-p number)))
5502           (setq gnus-newsgroup-unreads
5503                 (delq number gnus-newsgroup-unreads))
5504           (if gnus-newsgroup-auto-expire
5505               (push number gnus-newsgroup-expirable)
5506             (push (cons number gnus-low-score-mark)
5507                   gnus-newsgroup-reads)))
5508
5509         (setq mark (gnus-article-mark number))
5510         (push (gnus-data-make number mark (1+ (point)) header 0)
5511               gnus-newsgroup-data)
5512         (gnus-summary-insert-line
5513          header 0 number
5514          (memq number gnus-newsgroup-undownloaded)
5515          mark (memq number gnus-newsgroup-replied)
5516          (memq number gnus-newsgroup-expirable)
5517          (mail-header-subject header) nil
5518          (cdr (assq number gnus-newsgroup-scored))
5519          (memq number gnus-newsgroup-processable))))))
5520
5521 (defun gnus-group-get-list-identifiers (group)
5522   "Get list identifier regexp for GROUP."
5523   (or (gnus-parameter-list-identifier group)
5524       (if (consp gnus-list-identifiers)
5525           (mapconcat 'identity gnus-list-identifiers " *\\|")
5526         gnus-list-identifiers)))
5527
5528 (defun gnus-summary-remove-list-identifiers ()
5529   "Remove list identifiers in `gnus-list-identifiers' from articles in the current group."
5530   (let ((regexp (gnus-group-get-list-identifiers gnus-newsgroup-name))
5531         changed subject)
5532     (when regexp
5533       (setq regexp (concat "^\\(?:R[Ee]: +\\)*\\(" regexp " *\\)"))
5534       (dolist (header gnus-newsgroup-headers)
5535         (setq subject (mail-header-subject header)
5536               changed nil)
5537         (while (string-match regexp subject)
5538           (setq subject
5539                 (concat (substring subject 0 (match-beginning 1))
5540                         (substring subject (match-end 0)))
5541                 changed t))
5542         (when changed
5543           (when (string-match "^\\(\\(?:R[Ee]: +\\)+\\)R[Ee]: +" subject)
5544             (setq subject
5545                   (concat (substring subject 0 (match-beginning 1))
5546                           (substring subject (match-end 1)))))
5547           (mail-header-set-subject header subject))))))
5548
5549 (defun gnus-fetch-headers (articles &optional limit force-new dependencies)
5550   "Fetch headers of ARTICLES."
5551   (let ((name (gnus-group-decoded-name gnus-newsgroup-name)))
5552     (gnus-message 7 "Fetching headers for %s..." name)
5553     (prog1
5554         (if (eq 'nov
5555                 (setq gnus-headers-retrieved-by
5556                       (gnus-retrieve-headers
5557                        articles gnus-newsgroup-name
5558                        (or limit
5559                            ;; We might want to fetch old headers, but
5560                            ;; not if there is only 1 article.
5561                            (and (or (and
5562                                      (not (eq gnus-fetch-old-headers 'some))
5563                                      (not (numberp gnus-fetch-old-headers)))
5564                                     (> (length articles) 1))
5565                                 gnus-fetch-old-headers)))))
5566             (gnus-get-newsgroup-headers-xover
5567              articles force-new dependencies gnus-newsgroup-name t)
5568           (gnus-get-newsgroup-headers dependencies force-new))
5569       (gnus-message 7 "Fetching headers for %s...done" name))))
5570
5571 (defun gnus-select-newsgroup (group &optional read-all select-articles)
5572   "Select newsgroup GROUP.
5573 If READ-ALL is non-nil, all articles in the group are selected.
5574 If SELECT-ARTICLES, only select those articles from GROUP."
5575   (let* ((entry (gnus-group-entry group))
5576          ;;!!! Dirty hack; should be removed.
5577          (gnus-summary-ignore-duplicates
5578           (if (eq (car (gnus-find-method-for-group group)) 'nnvirtual)
5579               t
5580             gnus-summary-ignore-duplicates))
5581          (info (nth 2 entry))
5582          charset articles fetched-articles cached)
5583
5584     (unless (gnus-check-server
5585              (set (make-local-variable 'gnus-current-select-method)
5586                   (gnus-find-method-for-group group)))
5587       (error "Couldn't open server"))
5588     (setq charset (gnus-group-name-charset gnus-current-select-method group))
5589
5590     (or (and entry (not (eq (car entry) t))) ; Either it's active...
5591         (gnus-activate-group group)     ; Or we can activate it...
5592         (progn                          ; Or we bug out.
5593           (when (equal major-mode 'gnus-summary-mode)
5594             (gnus-kill-buffer (current-buffer)))
5595           (error
5596            "Couldn't activate group %s: %s"
5597            (mm-decode-coding-string group charset)
5598            (mm-decode-coding-string (gnus-status-message group) charset))))
5599
5600     (unless (gnus-request-group group t)
5601       (when (equal major-mode 'gnus-summary-mode)
5602         (gnus-kill-buffer (current-buffer)))
5603       (error "Couldn't request group %s: %s"
5604              (mm-decode-coding-string group charset)
5605              (mm-decode-coding-string (gnus-status-message group) charset)))
5606
5607     (when (and gnus-agent
5608                (gnus-active group))
5609       (gnus-agent-possibly-alter-active group (gnus-active group) info)
5610
5611       (setq gnus-summary-use-undownloaded-faces
5612             (gnus-agent-find-parameter
5613              group
5614              'agent-enable-undownloaded-faces)))
5615
5616     (setq gnus-newsgroup-name group
5617           gnus-newsgroup-unselected nil
5618           gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
5619
5620     (let ((display (gnus-group-find-parameter group 'display)))
5621       (setq gnus-newsgroup-display
5622             (cond
5623              ((not (zerop (or (car-safe read-all) 0)))
5624               ;; The user entered the group with C-u SPC/RET, let's show
5625               ;; all articles.
5626               'gnus-not-ignore)
5627              ((eq display 'all)
5628               'gnus-not-ignore)
5629              ((arrayp display)
5630               (gnus-summary-display-make-predicate (mapcar 'identity display)))
5631              ((numberp display)
5632               ;; The following is probably the "correct" solution, but
5633               ;; it makes Gnus fetch all headers and then limit the
5634               ;; articles (which is slow), so instead we hack the
5635               ;; select-articles parameter instead. -- Simon Josefsson
5636               ;; <jas@kth.se>
5637               ;;
5638               ;; (gnus-byte-compile
5639               ;;  `(lambda () (> number ,(- (cdr (gnus-active group))
5640               ;;                         display)))))
5641               (setq select-articles
5642                     (gnus-uncompress-range
5643                      (cons (let ((tmp (- (cdr (gnus-active group)) display)))
5644                              (if (> tmp 0)
5645                                  tmp
5646                                1))
5647                            (cdr (gnus-active group)))))
5648               nil)
5649              (t
5650               nil))))
5651
5652     (gnus-summary-setup-default-charset)
5653
5654     ;; Kludge to avoid having cached articles nixed out in virtual groups.
5655     (when (gnus-virtual-group-p group)
5656       (setq cached gnus-newsgroup-cached))
5657
5658     (setq gnus-newsgroup-unreads
5659           (gnus-sorted-ndifference
5660            (gnus-sorted-ndifference gnus-newsgroup-unreads
5661                                     gnus-newsgroup-marked)
5662            gnus-newsgroup-dormant))
5663
5664     (setq gnus-newsgroup-processable nil)
5665
5666     (gnus-update-read-articles group gnus-newsgroup-unreads t)
5667
5668     ;; Adjust and set lists of article marks.
5669     (when info
5670       (gnus-adjust-marked-articles info))
5671     (if (setq articles select-articles)
5672         (setq gnus-newsgroup-unselected
5673               (gnus-sorted-difference gnus-newsgroup-unreads articles))
5674       (setq articles (gnus-articles-to-read group read-all)))
5675
5676     (cond
5677      ((null articles)
5678       ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
5679       'quit)
5680      ((eq articles 0) nil)
5681      (t
5682       ;; Init the dependencies hash table.
5683       (setq gnus-newsgroup-dependencies
5684             (gnus-make-hashtable (length articles)))
5685       (gnus-set-global-variables)
5686       ;; Retrieve the headers and read them in.
5687
5688       (setq gnus-newsgroup-headers (gnus-fetch-headers articles))
5689
5690       ;; Kludge to avoid having cached articles nixed out in virtual groups.
5691       (when cached
5692         (setq gnus-newsgroup-cached cached))
5693
5694       ;; Suppress duplicates?
5695       (when gnus-suppress-duplicates
5696         (gnus-dup-suppress-articles))
5697
5698       ;; Set the initial limit.
5699       (setq gnus-newsgroup-limit (copy-sequence articles))
5700       ;; Remove canceled articles from the list of unread articles.
5701       (setq fetched-articles
5702             (mapcar (lambda (headers) (mail-header-number headers))
5703                     gnus-newsgroup-headers))
5704       (setq gnus-newsgroup-articles fetched-articles)
5705       (setq gnus-newsgroup-unreads
5706             (gnus-sorted-nintersection
5707              gnus-newsgroup-unreads fetched-articles))
5708       (gnus-compute-unseen-list)
5709
5710       ;; Removed marked articles that do not exist.
5711       (gnus-update-missing-marks
5712        (gnus-sorted-difference articles fetched-articles))
5713       ;; We might want to build some more threads first.
5714       (when (and gnus-fetch-old-headers
5715                  (eq gnus-headers-retrieved-by 'nov))
5716         (if (eq gnus-fetch-old-headers 'invisible)
5717             (gnus-build-all-threads)
5718           (gnus-build-old-threads)))
5719       ;; Let the Gnus agent mark articles as read.
5720       (when gnus-agent
5721         (gnus-agent-get-undownloaded-list))
5722       ;; Remove list identifiers from subject
5723       (gnus-summary-remove-list-identifiers)
5724       ;; Check whether auto-expire is to be done in this group.
5725       (setq gnus-newsgroup-auto-expire
5726             (and (gnus-group-auto-expirable-p group)
5727                  (not (gnus-group-read-only-p group))))
5728       ;; Set up the article buffer now, if necessary.
5729       (unless (and gnus-single-article-buffer
5730                    (equal gnus-article-buffer "*Article*"))
5731         (gnus-article-setup-buffer))
5732       ;; First and last article in this newsgroup.
5733       (when gnus-newsgroup-headers
5734         (setq gnus-newsgroup-begin
5735               (mail-header-number (car gnus-newsgroup-headers))
5736               gnus-newsgroup-end
5737               (mail-header-number
5738                (gnus-last-element gnus-newsgroup-headers))))
5739       ;; GROUP is successfully selected.
5740       (or gnus-newsgroup-headers t)))))
5741
5742 (defun gnus-compute-unseen-list ()
5743   ;; The `seen' marks are treated specially.
5744   (if (not gnus-newsgroup-seen)
5745       (setq gnus-newsgroup-unseen gnus-newsgroup-articles)
5746     (setq gnus-newsgroup-unseen
5747           (gnus-inverse-list-range-intersection
5748            gnus-newsgroup-articles gnus-newsgroup-seen))))
5749
5750 (declare-function gnus-get-predicate "gnus-agent" (predicate))
5751
5752 (defun gnus-summary-display-make-predicate (display)
5753   (require 'gnus-agent)
5754   (when (= (length display) 1)
5755     (setq display (car display)))
5756   (unless gnus-summary-display-cache
5757     (dolist (elem (append '((unread . unread)
5758                             (read . read)
5759                             (unseen . unseen))
5760                           gnus-article-mark-lists))
5761       (push (cons (cdr elem)
5762                   (gnus-byte-compile    ;Why bother?
5763                    `(lambda () (gnus-article-marked-p ',(cdr elem)))))
5764             gnus-summary-display-cache)))
5765   (let ((gnus-category-predicate-alist gnus-summary-display-cache)
5766         (gnus-category-predicate-cache gnus-summary-display-cache))
5767     (gnus-get-predicate display)))
5768
5769 ;; Uses the dynamically bound `gnus-number' variable.
5770 (defvar gnus-number)
5771 (defun gnus-article-marked-p (type &optional article)
5772   (let ((article (or article gnus-number)))
5773     (cond
5774      ((eq type 'tick)
5775       (memq article gnus-newsgroup-marked))
5776      ((eq type 'spam)
5777       (memq article gnus-newsgroup-spam-marked))
5778      ((eq type 'unsend)
5779       (memq article gnus-newsgroup-unsendable))
5780      ((eq type 'undownload)
5781       (memq article gnus-newsgroup-undownloaded))
5782      ((eq type 'download)
5783       (memq article gnus-newsgroup-downloadable))
5784      ((eq type 'unread)
5785       (memq article gnus-newsgroup-unreads))
5786      ((eq type 'read)
5787       (memq article gnus-newsgroup-reads))
5788      ((eq type 'dormant)
5789       (memq article gnus-newsgroup-dormant) )
5790      ((eq type 'expire)
5791       (memq article gnus-newsgroup-expirable))
5792      ((eq type 'reply)
5793       (memq article gnus-newsgroup-replied))
5794      ((eq type 'killed)
5795       (memq article gnus-newsgroup-killed))
5796      ((eq type 'bookmark)
5797       (assq article gnus-newsgroup-bookmarks))
5798      ((eq type 'score)
5799       (assq article gnus-newsgroup-scored))
5800      ((eq type 'save)
5801       (memq article gnus-newsgroup-saved))
5802      ((eq type 'cache)
5803       (memq article gnus-newsgroup-cached))
5804      ((eq type 'forward)
5805       (memq article gnus-newsgroup-forwarded))
5806      ((eq type 'seen)
5807       (not (memq article gnus-newsgroup-unseen)))
5808      (t t))))
5809
5810 (defun gnus-articles-to-read (group &optional read-all)
5811   "Find out what articles the user wants to read."
5812   (let* ((only-read-p t)
5813          (articles
5814           ;; Select all articles if `read-all' is non-nil, or if there
5815           ;; are no unread articles.
5816           (if (or read-all
5817                   (and (zerop (length gnus-newsgroup-marked))
5818                        (zerop (length gnus-newsgroup-unreads)))
5819                   ;; Fetch all if the predicate is non-nil.
5820                   gnus-newsgroup-display)
5821               ;; We want to select the headers for all the articles in
5822               ;; the group, so we select either all the active
5823               ;; articles in the group, or (if that's nil), the
5824               ;; articles in the cache.
5825               (or
5826                (if gnus-newsgroup-maximum-articles
5827                    (let ((active (gnus-active group)))
5828                      (gnus-uncompress-range
5829                       (cons (max (car active)
5830                                  (- (cdr active)
5831                                     gnus-newsgroup-maximum-articles
5832                                     -1))
5833                             (cdr active))))
5834                  (gnus-uncompress-range (gnus-active group)))
5835                (gnus-cache-articles-in-group group))
5836             ;; Select only the "normal" subset of articles.
5837             (setq only-read-p nil)
5838             (gnus-sorted-nunion
5839              (gnus-sorted-union gnus-newsgroup-dormant gnus-newsgroup-marked)
5840              gnus-newsgroup-unreads)))
5841          (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
5842          (scored (length scored-list))
5843          (number (length articles))
5844          (marked (+ (length gnus-newsgroup-marked)
5845                     (length gnus-newsgroup-dormant)))
5846          (select
5847           (cond
5848            ((numberp read-all)
5849             read-all)
5850            ((numberp gnus-newsgroup-display)
5851             gnus-newsgroup-display)
5852            (t
5853             (condition-case ()
5854                 (cond
5855                  ((and (or (<= scored marked) (= scored number))
5856                        (numberp gnus-large-newsgroup)
5857                        (> number gnus-large-newsgroup))
5858                   (let* ((cursor-in-echo-area nil)
5859                          (initial (gnus-parameter-large-newsgroup-initial
5860                                    gnus-newsgroup-name))
5861                          (default (if only-read-p
5862                                       (or initial gnus-large-newsgroup)
5863                                     number))
5864                          (input
5865                           (read-string
5866                            (if only-read-p
5867                                (format
5868                                 "How many articles from %s (available %d, default %d): "
5869                                 (gnus-group-decoded-name
5870                                  (gnus-group-real-name gnus-newsgroup-name))
5871                                 number default)
5872                              (format
5873                               "How many articles from %s (%d default): "
5874                               (gnus-group-decoded-name
5875                                (gnus-group-real-name gnus-newsgroup-name))
5876                               default))
5877                            nil
5878                            nil
5879                            (number-to-string default))))
5880                     (if (string-match "^[ \t]*$" input) number input)))
5881                  ((and (> scored marked) (< scored number)
5882                        (> (- scored number) 20))
5883                   (let ((input
5884                          (read-string
5885                           (format "%s %s (%d scored, %d total): "
5886                                   "How many articles from"
5887                                   (gnus-group-decoded-name
5888                                    (gnus-group-real-name gnus-newsgroup-name))
5889                                   scored number))))
5890                     (if (string-match "^[ \t]*$" input)
5891                         number input)))
5892                  (t number))
5893               (quit
5894                (message "Quit getting the articles to read")
5895                nil))))))
5896     (setq select (if (stringp select) (string-to-number select) select))
5897     (if (or (null select) (zerop select))
5898         select
5899       (if (and (not (zerop scored)) (<= (abs select) scored))
5900           (progn
5901             (setq articles (sort scored-list '<))
5902             (setq number (length articles)))
5903         (setq articles (copy-sequence articles)))
5904
5905       (when (< (abs select) number)
5906         (if (< select 0)
5907             ;; Select the N oldest articles.
5908             (setcdr (nthcdr (1- (abs select)) articles) nil)
5909           ;; Select the N most recent articles.
5910           (setq articles (nthcdr (- number select) articles))))
5911       (setq gnus-newsgroup-unselected
5912             (gnus-sorted-difference gnus-newsgroup-unreads articles))
5913       (when gnus-alter-articles-to-read-function
5914         (setq articles
5915               (sort
5916                (funcall gnus-alter-articles-to-read-function
5917                         gnus-newsgroup-name articles)
5918                '<)))
5919       articles)))
5920
5921 (defun gnus-killed-articles (killed articles)
5922   (let (out)
5923     (while articles
5924       (when (inline (gnus-member-of-range (car articles) killed))
5925         (push (car articles) out))
5926       (setq articles (cdr articles)))
5927     out))
5928
5929 (defun gnus-uncompress-marks (marks)
5930   "Uncompress the mark ranges in MARKS."
5931   (let ((uncompressed '(score bookmark))
5932         out)
5933     (while marks
5934       (if (memq (caar marks) uncompressed)
5935           (push (car marks) out)
5936         (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
5937       (setq marks (cdr marks)))
5938     out))
5939
5940 (defun gnus-article-mark-to-type (mark)
5941   "Return the type of MARK."
5942   (or (cadr (assq mark gnus-article-special-mark-lists))
5943       'list))
5944
5945 (defun gnus-article-unpropagatable-p (mark)
5946   "Return whether MARK should be propagated to back end."
5947   (memq mark gnus-article-unpropagated-mark-lists))
5948
5949 (defun gnus-adjust-marked-articles (info)
5950   "Set all article lists and remove all marks that are no longer valid."
5951   (let* ((marked-lists (gnus-info-marks info))
5952          (active (gnus-active (gnus-info-group info)))
5953          (min (car active))
5954          (max (cdr active))
5955          (types gnus-article-mark-lists)
5956          marks var articles article mark mark-type
5957          bgn end)
5958     ;; Hack to avoid adjusting marks for imap.
5959     (when (eq (car (gnus-find-method-for-group (gnus-info-group info)))
5960               'nnimap)
5961       (setq min 1))
5962
5963     (dolist (marks marked-lists)
5964       (setq mark (car marks)
5965             mark-type (gnus-article-mark-to-type mark)
5966             var (intern (format "gnus-newsgroup-%s" (car (rassq mark types)))))
5967
5968       ;; We set the variable according to the type of the marks list,
5969       ;; and then adjust the marks to a subset of the active articles.
5970       (cond
5971        ;; Adjust "simple" lists - compressed yet unsorted
5972        ((eq mark-type 'list)
5973         ;; Simultaneously uncompress and clip to active range
5974         ;; See gnus-uncompress-range for a description of possible marks
5975         (let (l lh)
5976           (if (not (cadr marks))
5977               (set var nil)
5978             (setq articles (if (numberp (cddr marks))
5979                                (list (cdr marks))
5980                              (cdr marks))
5981                   lh (cons nil nil)
5982                   l lh)
5983
5984             (while (setq article (pop articles))
5985               (cond ((consp article)
5986                      (setq bgn (max (car article) min)
5987                            end (min (cdr article) max))
5988                      (while (<= bgn end)
5989                        (setq l (setcdr l (cons bgn nil))
5990                              bgn (1+ bgn))))
5991                     ((and (<= min article)
5992                           (>= max article))
5993                      (setq l (setcdr l (cons article nil))))))
5994             (set var (cdr lh)))))
5995        ;; Adjust assocs.
5996        ((eq mark-type 'tuple)
5997         (set var (setq articles (cdr marks)))
5998         (when (not (listp (cdr (symbol-value var))))
5999           (set var (list (symbol-value var))))
6000         (when (not (listp (cdr articles)))
6001           (setq articles (list article