26bd5b0bddc0f07a87c2681212bf84412583c690
[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
3063 (defvar bidi-paragraph-direction)
3064
3065 (defun gnus-summary-mode (&optional group)
3066   "Major mode for reading articles.
3067
3068 All normal editing commands are switched off.
3069 \\<gnus-summary-mode-map>
3070 Each line in this buffer represents one article.  To read an
3071 article, you can, for instance, type `\\[gnus-summary-next-page]'.  To move forwards
3072 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
3073 respectively.
3074
3075 You can also post articles and send mail from this buffer.  To
3076 follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the author
3077 of an article, type `\\[gnus-summary-reply]'.
3078
3079 There are approx. one gazillion commands you can execute in this
3080 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
3081
3082 The following commands are available:
3083
3084 \\{gnus-summary-mode-map}"
3085   (interactive)
3086   (kill-all-local-variables)
3087   (let ((gnus-summary-local-variables gnus-newsgroup-variables))
3088     (gnus-summary-make-local-variables))
3089   (gnus-summary-make-local-variables)
3090   (setq gnus-newsgroup-name group)
3091   (when (gnus-visual-p 'summary-menu 'menu)
3092     (gnus-summary-make-menu-bar)
3093     (gnus-summary-make-tool-bar))
3094   (gnus-make-thread-indent-array)
3095   (gnus-simplify-mode-line)
3096   (setq major-mode 'gnus-summary-mode)
3097   (setq mode-name "Summary")
3098   (use-local-map gnus-summary-mode-map)
3099   (buffer-disable-undo)
3100   (setq buffer-read-only t              ;Disable modification
3101         show-trailing-whitespace nil)
3102   (setq truncate-lines t)
3103   ;; Force paragraph direction to be left-to-right.
3104   (setq 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 articles)))
6002         (while articles
6003           (when (or (not (consp (setq article (pop articles))))
6004                     (< (car article) min)
6005                     (> (car article) max))
6006             (set var (delq article (symbol-value var))))))
6007        ;; Adjust ranges (sloppily).
6008        ((eq mark-type 'range)
6009         (cond
6010          ((eq mark 'seen)
6011           ;; Fix the record for `seen' if it looks like (seen NUM1 . NUM2).
6012           ;; It should be (seen (NUM1 . NUM2)).
6013           (when (numberp (cddr marks))
6014             (setcdr marks (list (cdr marks))))
6015           (setq articles (cdr marks))
6016           (while (and articles
6017                       (or (and (consp (car articles))
6018                                (> min (cdar articles)))
6019                           (and (numberp (car articles))
6020                                (> min (car articles)))))
6021             (pop articles))
6022           (set var articles))))))))
6023
6024 (defun gnus-update-missing-marks (missing)
6025   "Go through the list of MISSING articles and remove them from the mark lists."
6026   (when missing
6027     (let (var m)
6028       ;; Go through all types.
6029       (dolist (elem gnus-article-mark-lists)
6030         (when (eq (gnus-article-mark-to-type (cdr elem)) 'list)
6031           (setq var (intern (format "gnus-newsgroup-%s" (car elem))))
6032           (when (symbol-value var)
6033             ;; This list has articles.  So we delete all missing
6034             ;; articles from it.
6035             (setq m missing)
6036             (while m
6037               (set var (delq (pop m) (symbol-value var))))))))))
6038
6039 (defun gnus-update-marks ()
6040   "Enter the various lists of marked articles into the newsgroup info list."
6041   (let ((types gnus-article-mark-lists)
6042         (info (gnus-get-info gnus-newsgroup-name))
6043         type list newmarked symbol delta-marks)
6044     (when info
6045       ;; Add all marks lists to the list of marks lists.
6046       (while (setq type (pop types))
6047         (setq list (symbol-value
6048                     (setq symbol
6049                           (intern (format "gnus-newsgroup-%s" (car type))))))
6050
6051         (when list
6052           ;; Get rid of the entries of the articles that have the
6053           ;; default score.
6054           (when (and (eq (cdr type) 'score)
6055                      gnus-save-score
6056                      list)
6057             (let* ((arts list)
6058                    (prev (cons nil list))
6059                    (all prev))
6060               (while arts
6061                 (if (or (not (consp (car arts)))
6062                         (= (cdar arts) gnus-summary-default-score))
6063                     (setcdr prev (cdr arts))
6064                   (setq prev arts))
6065                 (setq arts (cdr arts)))
6066               (setq list (cdr all)))))
6067
6068         (when (eq (cdr type) 'seen)
6069           (setq list (gnus-range-add list gnus-newsgroup-unseen)))
6070
6071         (when (eq (gnus-article-mark-to-type (cdr type)) 'list)
6072           (setq list (gnus-compress-sequence (set symbol (sort list '<)) t)))
6073
6074         (when (and (gnus-check-backend-function
6075                     'request-set-mark gnus-newsgroup-name)
6076                    (not (gnus-article-unpropagatable-p (cdr type))))
6077           (let* ((old (cdr (assq (cdr type) (gnus-info-marks info))))
6078                  ;; Don't do anything about marks for articles we
6079                  ;; didn't actually get any headers for.
6080                  (del
6081                   (gnus-list-range-intersection
6082                    gnus-newsgroup-articles
6083                    (gnus-remove-from-range (gnus-copy-sequence old) list)))
6084                  (add
6085                   (gnus-list-range-intersection
6086                    gnus-newsgroup-articles
6087                    (gnus-remove-from-range
6088                     (gnus-copy-sequence list) old))))
6089             (when add
6090               (push (list add 'add (list (cdr type))) delta-marks))
6091             (when del
6092               ;; Don't delete marks from outside the active range.
6093               ;; This shouldn't happen, but is a sanity check.
6094               (setq del (gnus-sorted-range-intersection
6095                          (gnus-active gnus-newsgroup-name) del))
6096               (push (list del 'del (list (cdr type))) delta-marks))))
6097
6098         (when list
6099           (push (cons (cdr type) list) newmarked)))
6100
6101       (when delta-marks
6102         (unless (gnus-check-group gnus-newsgroup-name)
6103           (error "Can't open server for %s" gnus-newsgroup-name))
6104         (gnus-request-set-mark gnus-newsgroup-name delta-marks))
6105
6106       ;; Enter these new marks into the info of the group.
6107       (if (nthcdr 3 info)
6108           (setcar (nthcdr 3 info) newmarked)
6109         ;; Add the marks lists to the end of the info.
6110         (when newmarked
6111           (setcdr (nthcdr 2 info) (list newmarked))))
6112
6113       ;; Cut off the end of the info if there's nothing else there.
6114       (let ((i 5))
6115         (while (and (> i 2)
6116                     (not (nth i info)))
6117           (when (nthcdr (decf i) info)
6118             (setcdr (nthcdr i info) nil)))))))
6119
6120 (defun gnus-set-mode-line (where)
6121   "Set the mode line of the article or summary buffers.
6122 If WHERE is `summary', the summary mode line format will be used."
6123   ;; Is this mode line one we keep updated?
6124   (when (and (memq where gnus-updated-mode-lines)
6125              (symbol-value
6126               (intern (format "gnus-%s-mode-line-format-spec" where))))
6127     (let (mode-string)
6128       ;; We evaluate this in the summary buffer since these
6129       ;; variables are buffer-local to that buffer.
6130       (with-current-buffer gnus-summary-buffer
6131         ;; We bind all these variables that are used in the `eval' form
6132         ;; below.
6133         (let* ((mformat (symbol-value
6134                          (intern
6135                           (format "gnus-%s-mode-line-format-spec" where))))
6136                (gnus-tmp-group-name (gnus-mode-string-quote
6137                                      (gnus-group-decoded-name
6138                                       gnus-newsgroup-name)))
6139                (gnus-tmp-article-number (or gnus-current-article 0))
6140                (gnus-tmp-unread gnus-newsgroup-unreads)
6141                (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
6142                (gnus-tmp-unselected (length gnus-newsgroup-unselected))
6143                (gnus-tmp-unread-and-unselected
6144                 (cond ((and (zerop gnus-tmp-unread-and-unticked)
6145                             (zerop gnus-tmp-unselected))
6146                        "")
6147                       ((zerop gnus-tmp-unselected)
6148                        (format "{%d more}" gnus-tmp-unread-and-unticked))
6149                       (t (format "{%d(+%d) more}"
6150                                  gnus-tmp-unread-and-unticked
6151                                  gnus-tmp-unselected))))
6152                (gnus-tmp-subject
6153                 (if (and gnus-current-headers
6154                          (vectorp gnus-current-headers))
6155                     (gnus-mode-string-quote
6156                      (mail-header-subject gnus-current-headers))
6157                   ""))
6158                bufname-length max-len
6159                gnus-tmp-header) ;; passed as argument to any user-format-funcs
6160           (setq mode-string (eval mformat))
6161           (setq bufname-length (if (string-match "%b" mode-string)
6162                                    (- (length
6163                                        (buffer-name
6164                                         (if (eq where 'summary)
6165                                             nil
6166                                           (get-buffer gnus-article-buffer))))
6167                                       2)
6168                                  0))
6169           (setq max-len (max 4 (if gnus-mode-non-string-length
6170                                    (- (window-width)
6171                                       gnus-mode-non-string-length
6172                                       bufname-length)
6173                                  (length mode-string))))
6174           ;; We might have to chop a bit of the string off...
6175           (when (> (length mode-string) max-len)
6176             (setq mode-string
6177                   (concat (truncate-string-to-width mode-string (- max-len 3))
6178                           "...")))))
6179       ;; Update the mode line.
6180       (setq mode-line-buffer-identification
6181             (gnus-mode-line-buffer-identification (list mode-string)))
6182       (set-buffer-modified-p t))))
6183
6184 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
6185   "Go through the HEADERS list and add all Xrefs to a hash table.
6186 The resulting hash table is returned, or nil if no Xrefs were found."
6187   (let* ((virtual (gnus-virtual-group-p from-newsgroup))
6188          (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
6189          (xref-hashtb (gnus-make-hashtable))
6190          start group entry number xrefs header)
6191     (while headers
6192       (setq header (pop headers))
6193       (when (and (setq xrefs (mail-header-xref header))
6194                  (not (memq (setq number (mail-header-number header))
6195                             unreads)))
6196         (setq start 0)
6197         (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
6198           (setq start (match-end 0))
6199           (setq group (if prefix
6200                           (concat prefix (substring xrefs (match-beginning 1)
6201                                                     (match-end 1)))
6202                         (substring xrefs (match-beginning 1) (match-end 1))))
6203           (setq number
6204                 (string-to-number (substring xrefs (match-beginning 2)
6205                                           (match-end 2))))
6206           (if (setq entry (gnus-gethash group xref-hashtb))
6207               (setcdr entry (cons number (cdr entry)))
6208             (gnus-sethash group (cons number nil) xref-hashtb)))))
6209     (and start xref-hashtb)))
6210
6211 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
6212   "Look through all the headers and mark the Xrefs as read."
6213   (let ((virtual (gnus-virtual-group-p from-newsgroup))
6214         name info xref-hashtb idlist method nth4)
6215     (with-current-buffer gnus-group-buffer
6216       (when (setq xref-hashtb
6217                   (gnus-create-xref-hashtb from-newsgroup headers unreads))
6218         (mapatoms
6219          (lambda (group)
6220            (unless (string= from-newsgroup (setq name (symbol-name group)))
6221              (setq idlist (symbol-value group))
6222              ;; Dead groups are not updated.
6223              (and (prog1
6224                       (setq info (gnus-get-info name))
6225                     (when (stringp (setq nth4 (gnus-info-method info)))
6226                       (setq nth4 (gnus-server-to-method nth4))))
6227                   ;; Only do the xrefs if the group has the same
6228                   ;; select method as the group we have just read.
6229                   (or (gnus-methods-equal-p
6230                        nth4 (gnus-find-method-for-group from-newsgroup))
6231                       virtual
6232                       (equal nth4 (setq method (gnus-find-method-for-group
6233                                                 from-newsgroup)))
6234                       (and (equal (car nth4) (car method))
6235                            (equal (nth 1 nth4) (nth 1 method))))
6236                   gnus-use-cross-reference
6237                   (or (not (eq gnus-use-cross-reference t))
6238                       virtual
6239                       ;; Only do cross-references on subscribed
6240                       ;; groups, if that is what is wanted.
6241                       (<= (gnus-info-level info) gnus-level-subscribed))
6242                   (gnus-group-make-articles-read name idlist))))
6243          xref-hashtb)))))
6244
6245 (defun gnus-compute-read-articles (group articles)
6246   (let* ((entry (gnus-group-entry group))
6247          (info (nth 2 entry))
6248          (active (gnus-active group))
6249          ninfo)
6250     (when entry
6251       ;; First peel off all invalid article numbers.
6252       (when active
6253         (let ((ids articles)
6254               id first)
6255           (while (setq id (pop ids))
6256             (when (and first (> id (cdr active)))
6257               ;; We'll end up in this situation in one particular
6258               ;; obscure situation.  If you re-scan a group and get
6259               ;; a new article that is cross-posted to a different
6260               ;; group that has not been re-scanned, you might get
6261               ;; crossposted article that has a higher number than
6262               ;; Gnus believes possible.  So we re-activate this
6263               ;; group as well.  This might mean doing the
6264               ;; crossposting thingy will *increase* the number
6265               ;; of articles in some groups.  Tsk, tsk.
6266               (setq active (or (gnus-activate-group group) active)))
6267             (when (or (> id (cdr active))
6268                       (< id (car active)))
6269               (setq articles (delq id articles))))))
6270       ;; If the read list is nil, we init it.
6271       (if (and active
6272                (null (gnus-info-read info))
6273                (> (car active) 1))
6274           (setq ninfo (cons 1 (1- (car active))))
6275         (setq ninfo (gnus-info-read info)))
6276       ;; Then we add the read articles to the range.
6277       (gnus-add-to-range
6278        ninfo (setq articles (sort articles '<))))))
6279
6280 (defun gnus-group-make-articles-read (group articles)
6281   "Update the info of GROUP to say that ARTICLES are read."
6282   (let* ((num 0)
6283          (entry (gnus-group-entry group))
6284          (info (nth 2 entry))
6285          (active (gnus-active group))
6286          range)
6287     (if (not entry)
6288         ;; Group that Gnus doesn't know exists, but still allow the
6289         ;; backend to set marks.
6290         (gnus-request-set-mark
6291          group (list (list (gnus-compress-sequence (sort articles #'<))
6292                            'add '(read))))
6293       ;; Normal, subscribed groups.
6294       (setq range (gnus-compute-read-articles group articles))
6295       (with-current-buffer gnus-group-buffer
6296         (gnus-undo-register
6297           `(progn
6298              (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
6299              (gnus-info-set-read ',info ',(gnus-info-read info))
6300              (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
6301              (gnus-request-set-mark ,group (list (list ',range 'del '(read))))
6302              (gnus-group-update-group ,group t))))
6303       ;; Add the read articles to the range.
6304       (gnus-info-set-read info range)
6305       (gnus-request-set-mark group (list (list range 'add '(read))))
6306       ;; Then we have to re-compute how many unread
6307       ;; articles there are in this group.
6308       (when active
6309         (cond
6310          ((not range)
6311           (setq num (- (1+ (cdr active)) (car active))))
6312          ((not (listp (cdr range)))
6313           (setq num (- (cdr active) (- (1+ (cdr range))
6314                                        (car range)))))
6315          (t
6316           (while range
6317             (if (numberp (car range))
6318                 (setq num (1+ num))
6319               (setq num (+ num (- (1+ (cdar range)) (caar range)))))
6320             (setq range (cdr range)))
6321           (setq num (- (cdr active) num))))
6322         ;; Update the number of unread articles.
6323         (setcar entry num)
6324         ;; Update the group buffer.
6325         (unless (gnus-ephemeral-group-p group)
6326           (gnus-group-update-group group t))))))
6327
6328 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
6329   (let ((cur nntp-server-buffer)
6330         (dependencies
6331          (or dependencies
6332              (with-current-buffer gnus-summary-buffer
6333                gnus-newsgroup-dependencies)))
6334         headers id end ref number
6335         (mail-parse-charset gnus-newsgroup-charset)
6336         (mail-parse-ignored-charsets
6337          (save-current-buffer (condition-case nil
6338                                   (set-buffer gnus-summary-buffer)
6339                                 (error))
6340                               gnus-newsgroup-ignored-charsets)))
6341     (with-current-buffer nntp-server-buffer
6342       ;; Translate all TAB characters into SPACE characters.
6343       (subst-char-in-region (point-min) (point-max) ?\t ?  t)
6344       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6345       (ietf-drums-unfold-fws)
6346       (gnus-run-hooks 'gnus-parse-headers-hook)
6347       (let ((case-fold-search t)
6348             in-reply-to header p lines chars)
6349         (goto-char (point-min))
6350         ;; Search to the beginning of the next header.  Error messages
6351         ;; do not begin with 2 or 3.
6352         (while (re-search-forward "^[23][0-9]+ " nil t)
6353           (setq id nil
6354                 ref nil)
6355           ;; This implementation of this function, with nine
6356           ;; search-forwards instead of the one re-search-forward and
6357           ;; a case (which basically was the old function) is actually
6358           ;; about twice as fast, even though it looks messier.  You
6359           ;; can't have everything, I guess.  Speed and elegance
6360           ;; doesn't always go hand in hand.
6361           (setq
6362            header
6363            (vector
6364             ;; Number.
6365             (prog1
6366                 (setq number (read cur))
6367               (end-of-line)
6368               (setq p (point))
6369               (narrow-to-region (point)
6370                                 (or (and (search-forward "\n.\n" nil t)
6371                                          (- (point) 2))
6372                                     (point))))
6373             ;; Subject.
6374             (progn
6375               (goto-char p)
6376               (if (search-forward "\nsubject:" nil t)
6377                   (funcall gnus-decode-encoded-word-function
6378                            (nnheader-header-value))
6379                 "(none)"))
6380             ;; From.
6381             (progn
6382               (goto-char p)
6383               (if (search-forward "\nfrom:" nil t)
6384                   (funcall gnus-decode-encoded-address-function
6385                            (nnheader-header-value))
6386                 "(nobody)"))
6387             ;; Date.
6388             (progn
6389               (goto-char p)
6390               (if (search-forward "\ndate:" nil t)
6391                   (nnheader-header-value) ""))
6392             ;; Message-ID.
6393             (progn
6394               (goto-char p)
6395               (setq id (if (re-search-forward
6396                             "^message-id: *\\(<[^\n\t> ]+>\\)" nil t)
6397                            ;; We do it this way to make sure the Message-ID
6398                            ;; is (somewhat) syntactically valid.
6399                            (buffer-substring (match-beginning 1)
6400                                              (match-end 1))
6401                          ;; If there was no message-id, we just fake one
6402                          ;; to make subsequent routines simpler.
6403                          (nnheader-generate-fake-message-id number))))
6404             ;; References.
6405             (progn
6406               (goto-char p)
6407               (if (search-forward "\nreferences:" nil t)
6408                   (progn
6409                     (setq end (point))
6410                     (prog1
6411                         (nnheader-header-value)
6412                       (setq ref
6413                             (buffer-substring
6414                              (progn
6415                                (end-of-line)
6416                                (search-backward ">" end t)
6417                                (1+ (point)))
6418                              (progn
6419                                (search-backward "<" end t)
6420                                (point))))))
6421                 ;; Get the references from the in-reply-to header if there
6422                 ;; were no references and the in-reply-to header looks
6423                 ;; promising.
6424                 (if (and (search-forward "\nin-reply-to:" nil t)
6425                          (setq in-reply-to (nnheader-header-value))
6426                          (string-match "<[^>]+>" in-reply-to))
6427                     (let (ref2)
6428                       (setq ref (substring in-reply-to (match-beginning 0)
6429                                            (match-end 0)))
6430                       (while (string-match "<[^>]+>" in-reply-to (match-end 0))
6431                         (setq ref2 (substring in-reply-to (match-beginning 0)
6432                                               (match-end 0)))
6433                         (when (> (length ref2) (length ref))
6434                           (setq ref ref2)))
6435                       ref)
6436                   (setq ref nil))))
6437             ;; Chars.
6438             (progn
6439               (goto-char p)
6440               (if (search-forward "\nchars: " nil t)
6441                   (if (numberp (setq chars (ignore-errors (read cur))))
6442                       chars -1)
6443                 -1))
6444             ;; Lines.
6445             (progn
6446               (goto-char p)
6447               (if (search-forward "\nlines: " nil t)
6448                   (if (numberp (setq lines (ignore-errors (read cur))))
6449                       lines -1)
6450                 -1))
6451             ;; Xref.
6452             (progn
6453               (goto-char p)
6454               (and (search-forward "\nxref:" nil t)
6455                    (nnheader-header-value)))
6456             ;; Extra.
6457             (when gnus-extra-headers
6458               (let ((extra gnus-extra-headers)
6459                     out)
6460                 (while extra
6461                   (goto-char p)
6462                   (when (search-forward
6463                          (concat "\n" (symbol-name (car extra)) ":") nil t)
6464                     (push (cons (car extra) (nnheader-header-value))
6465                           out))
6466                   (pop extra))
6467                 out))))
6468           (when (equal id ref)
6469             (setq ref nil))
6470
6471           (when gnus-alter-header-function
6472             (funcall gnus-alter-header-function header)
6473             (setq id (mail-header-id header)
6474                   ref (gnus-parent-id (mail-header-references header))))
6475
6476           (when (setq header
6477                       (gnus-dependencies-add-header
6478                        header dependencies force-new))
6479             (push header headers))
6480           (goto-char (point-max))
6481           (widen))
6482         (nreverse headers)))))
6483
6484 ;; Goes through the xover lines and returns a list of vectors
6485 (defun gnus-get-newsgroup-headers-xover (sequence &optional
6486                                                   force-new dependencies
6487                                                   group also-fetch-heads)
6488   "Parse the news overview data in the server buffer.
6489 Return a list of headers that match SEQUENCE (see
6490 `nntp-retrieve-headers')."
6491   ;; Get the Xref when the users reads the articles since most/some
6492   ;; NNTP servers do not include Xrefs when using XOVER.
6493   (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
6494   (let ((mail-parse-charset gnus-newsgroup-charset)
6495         (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
6496         (cur nntp-server-buffer)
6497         (dependencies (or dependencies gnus-newsgroup-dependencies))
6498         (allp (cond
6499                ((eq gnus-read-all-available-headers t)
6500                 t)
6501                ((and (stringp gnus-read-all-available-headers)
6502                      group)
6503                 (string-match gnus-read-all-available-headers group))
6504                (t
6505                 nil)))
6506         number headers header)
6507     (with-current-buffer nntp-server-buffer
6508       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6509       ;; Allow the user to mangle the headers before parsing them.
6510       (gnus-run-hooks 'gnus-parse-headers-hook)
6511       (goto-char (point-min))
6512       (gnus-parse-without-error
6513         (while (and (or sequence allp)
6514                     (not (eobp)))
6515           (setq number (read cur))
6516           (when (not allp)
6517             (while (and sequence
6518                         (< (car sequence) number))
6519               (setq sequence (cdr sequence))))
6520           (when (and (or allp
6521                          (and sequence
6522                               (eq number (car sequence))))
6523                      (progn
6524                        (setq sequence (cdr sequence))
6525                        (setq header (inline
6526                                       (gnus-nov-parse-line
6527                                        number dependencies force-new)))))
6528             (push header headers))
6529           (forward-line 1)))
6530       ;; A common bug in inn is that if you have posted an article and
6531       ;; then retrieves the active file, it will answer correctly --
6532       ;; the new article is included.  However, a NOV entry for the
6533       ;; article may not have been generated yet, so this may fail.
6534       ;; We work around this problem by retrieving the last few
6535       ;; headers using HEAD.
6536       (if (or (not also-fetch-heads)
6537               (not sequence))
6538           ;; We (probably) got all the headers.
6539           (nreverse headers)
6540         (let ((gnus-nov-is-evil t))
6541           (nconc
6542            (nreverse headers)
6543            (when (eq (gnus-retrieve-headers sequence group) 'headers)
6544              (gnus-get-newsgroup-headers))))))))
6545
6546 (defun gnus-article-get-xrefs ()
6547   "Fill in the Xref value in `gnus-current-headers', if necessary.
6548 This is meant to be called in `gnus-article-internal-prepare-hook'."
6549   (let ((headers (with-current-buffer gnus-summary-buffer
6550                    gnus-current-headers)))
6551     (or (not gnus-use-cross-reference)
6552         (not headers)
6553         (and (mail-header-xref headers)
6554              (not (string= (mail-header-xref headers) "")))
6555         (let ((case-fold-search t)
6556               xref)
6557           (save-restriction
6558             (nnheader-narrow-to-headers)
6559             (goto-char (point-min))
6560             (when (or (and (not (eobp))
6561                            (eq (downcase (char-after)) ?x)
6562                            (looking-at "Xref:"))
6563                       (search-forward "\nXref:" nil t))
6564               (goto-char (1+ (match-end 0)))
6565               (setq xref (buffer-substring (point) (point-at-eol)))
6566               (mail-header-set-xref headers xref)))))))
6567
6568 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
6569   "Find article ID and insert the summary line for that article.
6570 OLD-HEADER can either be a header or a line number to insert
6571 the subject line on.
6572 If USE-OLD-HEADER is non-nil, then OLD-HEADER should be a header,
6573 and OLD-HEADER will be used when the summary line is inserted,
6574 too, instead of trying to fetch new headers."
6575   (let* ((line (and (numberp old-header) old-header))
6576          (old-header (and (vectorp old-header) old-header))
6577          (header (cond ((and old-header use-old-header)
6578                         old-header)
6579                        ((and (numberp id)
6580                              (gnus-number-to-header id))
6581                         (gnus-number-to-header id))
6582                        (t
6583                         (gnus-read-header id))))
6584          (number (and (numberp id) id))
6585          d)
6586     (when header
6587       ;; Rebuild the thread that this article is part of and go to the
6588       ;; article we have fetched.
6589       (when (and (not gnus-show-threads)
6590                  old-header)
6591         (when (and number
6592                    (setq d (gnus-data-find (mail-header-number old-header))))
6593           (goto-char (gnus-data-pos d))
6594           (gnus-data-remove
6595            number
6596            (- (point-at-bol)
6597               (prog1
6598                   (1+ (point-at-eol))
6599                 (gnus-delete-line))))))
6600       ;; Remove list identifiers from subject.
6601       (let ((gnus-newsgroup-headers (list header)))
6602         (gnus-summary-remove-list-identifiers))
6603       (when old-header
6604         (mail-header-set-number header (mail-header-number old-header)))
6605       (setq gnus-newsgroup-sparse
6606             (delq (setq number (mail-header-number header))
6607                   gnus-newsgroup-sparse))
6608       (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
6609       (push number gnus-newsgroup-limit)
6610       (gnus-rebuild-thread (mail-header-id header) line)
6611       (gnus-summary-goto-subject number nil t))
6612     (when (and (numberp number)
6613                (> number 0))
6614       ;; We have to update the boundaries even if we can't fetch the
6615       ;; article if ID is a number -- so that the next `P' or `N'
6616       ;; command will fetch the previous (or next) article even
6617       ;; if the one we tried to fetch this time has been canceled.
6618       (when (> number gnus-newsgroup-end)
6619         (setq gnus-newsgroup-end number))
6620       (when (< number gnus-newsgroup-begin)
6621         (setq gnus-newsgroup-begin number))
6622       (setq gnus-newsgroup-unselected
6623             (delq number gnus-newsgroup-unselected)))
6624     ;; Report back a success?
6625     (and header (mail-header-number header))))
6626
6627 ;;; Process/prefix in the summary buffer
6628
6629 (defun gnus-summary-work-articles (n)
6630   "Return a list of articles to be worked upon.
6631 The prefix argument, the list of process marked articles, and the
6632 current article will be taken into consideration."
6633   (with-current-buffer gnus-summary-buffer
6634     (cond
6635      (n
6636       ;; A numerical prefix has been given.
6637       (setq n (prefix-numeric-value n))
6638       (let ((backward (< n 0))
6639             (n (abs (prefix-numeric-value n)))
6640             articles article)
6641         (save-excursion
6642           (while
6643               (and (> n 0)
6644                    (push (setq article (gnus-summary-article-number))
6645                          articles)
6646                    (if backward
6647                        (gnus-summary-find-prev nil article)
6648                      (gnus-summary-find-next nil article)))
6649             (decf n)))
6650         (nreverse articles)))
6651      ((and (gnus-region-active-p) (mark))
6652       (message "region active")
6653       ;; Work on the region between point and mark.
6654       (let ((max (max (point) (mark)))
6655             articles article)
6656         (save-excursion
6657           (goto-char (min (point) (mark)))
6658           (while
6659               (and
6660                (push (setq article (gnus-summary-article-number)) articles)
6661                (gnus-summary-find-next nil article)
6662                (< (point) max)))
6663           (nreverse articles))))
6664      (gnus-newsgroup-processable
6665       ;; There are process-marked articles present.
6666       ;; Save current state.
6667       (gnus-summary-save-process-mark)
6668       ;; Return the list.
6669       (reverse gnus-newsgroup-processable))
6670      (t
6671       ;; Just return the current article.
6672       (list (gnus-summary-article-number))))))
6673
6674 (defmacro gnus-summary-iterate (arg &rest forms)
6675   "Iterate over the process/prefixed articles and do FORMS.
6676 ARG is the interactive prefix given to the command.  FORMS will be
6677 executed with point over the summary line of the articles."
6678   (let ((articles (make-symbol "gnus-summary-iterate-articles")))
6679     `(let ((,articles (gnus-summary-work-articles ,arg)))
6680        (while ,articles
6681          (gnus-summary-goto-subject (car ,articles))
6682          ,@forms
6683          (pop ,articles)))))
6684
6685 (put 'gnus-summary-iterate 'lisp-indent-function 1)
6686 (put 'gnus-summary-iterate 'edebug-form-spec '(form body))
6687
6688 (defun gnus-summary-save-process-mark ()
6689   "Push the current set of process marked articles on the stack."
6690   (interactive)
6691   (push (copy-sequence gnus-newsgroup-processable)
6692         gnus-newsgroup-process-stack))
6693
6694 (defun gnus-summary-kill-process-mark ()
6695   "Push the current set of process marked articles on the stack and unmark."
6696   (interactive)
6697   (gnus-summary-save-process-mark)
6698   (gnus-summary-unmark-all-processable))
6699
6700 (defun gnus-summary-yank-process-mark ()
6701   "Pop the last process mark state off the stack and restore it."
6702   (interactive)
6703   (unless gnus-newsgroup-process-stack
6704     (error "Empty mark stack"))
6705   (gnus-summary-process-mark-set (pop gnus-newsgroup-process-stack)))
6706
6707 (defun gnus-summary-process-mark-set (set)
6708   "Make SET into the current process marked articles."
6709   (gnus-summary-unmark-all-processable)
6710   (mapc 'gnus-summary-set-process-mark set))
6711
6712 ;;; Searching and stuff
6713
6714 (defun gnus-summary-search-group (&optional backward use-level)
6715   "Search for next unread newsgroup.
6716 If optional argument BACKWARD is non-nil, search backward instead."
6717   (with-current-buffer gnus-group-buffer
6718     (when (gnus-group-search-forward
6719            backward nil (if use-level (gnus-group-group-level) nil))
6720       (gnus-group-group-name))))
6721
6722 (defun gnus-summary-best-group (&optional exclude-group)
6723   "Find the name of the best unread group.
6724 If EXCLUDE-GROUP, do not go to this group."
6725   (with-current-buffer gnus-group-buffer
6726     (save-excursion
6727       (gnus-group-best-unread-group exclude-group))))
6728
6729 (defun gnus-summary-find-next (&optional unread article backward)
6730   (if backward
6731       (gnus-summary-find-prev unread article)
6732     (let* ((dummy (gnus-summary-article-intangible-p))
6733            (article (or article (gnus-summary-article-number)))
6734            (data (gnus-data-find-list article))
6735            result)
6736       (when (and (not dummy)
6737                  (or (not gnus-summary-check-current)
6738                      (not unread)
6739                      (not (gnus-data-unread-p (car data)))))
6740         (setq data (cdr data)))
6741       (when (setq result
6742                   (if unread
6743                       (progn
6744                         (while data
6745                           (unless (memq (gnus-data-number (car data))
6746                                         (cond
6747                                          ((eq gnus-auto-goto-ignores
6748                                               'always-undownloaded)
6749                                           gnus-newsgroup-undownloaded)
6750                                          (gnus-plugged
6751                                           nil)
6752                                          ((eq gnus-auto-goto-ignores
6753                                               'unfetched)
6754                                           gnus-newsgroup-unfetched)
6755                                          ((eq gnus-auto-goto-ignores
6756                                               'undownloaded)
6757                                           gnus-newsgroup-undownloaded)))
6758                             (when (gnus-data-unread-p (car data))
6759                               (setq result (car data)
6760                                     data nil)))
6761                           (setq data (cdr data)))
6762                         result)
6763                     (car data)))
6764         (goto-char (gnus-data-pos result))
6765         (gnus-data-number result)))))
6766
6767 (defun gnus-summary-find-prev (&optional unread article)
6768   (let* ((eobp (eobp))
6769          (article (or article (gnus-summary-article-number)))
6770          (data (gnus-data-find-list article (gnus-data-list 'rev)))
6771          result)
6772     (when (and (not eobp)
6773                (or (not gnus-summary-check-current)
6774                    (not unread)
6775                    (not (gnus-data-unread-p (car data)))))
6776       (setq data (cdr data)))
6777     (when (setq result
6778                 (if unread
6779                     (progn
6780                       (while data
6781                         (unless (memq (gnus-data-number (car data))
6782                                       (cond
6783                                        ((eq gnus-auto-goto-ignores
6784                                             'always-undownloaded)
6785                                         gnus-newsgroup-undownloaded)
6786                                        (gnus-plugged
6787                                         nil)
6788                                        ((eq gnus-auto-goto-ignores
6789                                             'unfetched)
6790                                         gnus-newsgroup-unfetched)
6791                                        ((eq gnus-auto-goto-ignores
6792                                             'undownloaded)
6793                                         gnus-newsgroup-undownloaded)))
6794                           (when (gnus-data-unread-p (car data))
6795                             (setq result (car data)
6796                                   data nil)))
6797                         (setq data (cdr data)))
6798                       result)
6799                   (car data)))
6800       (goto-char (gnus-data-pos result))
6801       (gnus-data-number result))))
6802
6803 (defun gnus-summary-find-subject (subject &optional unread backward article)
6804   (let* ((simp-subject (gnus-simplify-subject-fully subject))
6805          (article (or article (gnus-summary-article-number)))
6806          (articles (gnus-data-list backward))
6807          (arts (gnus-data-find-list article articles))
6808          result)
6809     (when (or (not gnus-summary-check-current)
6810               (not unread)
6811               (not (gnus-data-unread-p (car arts))))
6812       (setq arts (cdr arts)))
6813     (while arts
6814       (and (or (not unread)
6815                (gnus-data-unread-p (car arts)))
6816            (vectorp (gnus-data-header (car arts)))
6817            (gnus-subject-equal
6818             simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
6819            (setq result (car arts)
6820                  arts nil))
6821       (setq arts (cdr arts)))
6822     (and result
6823          (goto-char (gnus-data-pos result))
6824          (gnus-data-number result))))
6825
6826 (defun gnus-summary-search-forward (&optional unread subject backward)
6827   "Search forward for an article.
6828 If UNREAD, look for unread articles.  If SUBJECT, look for
6829 articles with that subject.  If BACKWARD, search backward instead."
6830   (cond (subject (gnus-summary-find-subject subject unread backward))
6831         (backward (gnus-summary-find-prev unread))
6832         (t (gnus-summary-find-next unread))))
6833
6834 (defun gnus-recenter (&optional n)
6835   "Center point in window and redisplay frame.
6836 Also do horizontal recentering."
6837   (interactive "P")
6838   (when (and gnus-auto-center-summary
6839              (not (eq gnus-auto-center-summary 'vertical)))
6840     (gnus-horizontal-recenter))
6841   (if (fboundp 'recenter-top-bottom)
6842       (recenter-top-bottom n)
6843     (recenter n)))
6844
6845 (put 'gnus-recenter 'isearch-scroll t)
6846
6847 (defun gnus-forward-line-ignore-invisible (n)
6848   "Move N lines forward (backward if N is negative).
6849 Like forward-line, but skip over (and don't count) invisible lines."
6850   (let (done)
6851     (while (and (> n 0) (not done))
6852       ;; If the following character is currently invisible,
6853       ;; skip all characters with that same `invisible' property value.
6854       (while (gnus-invisible-p (point))
6855         (goto-char (gnus-next-char-property-change (point))))
6856       (forward-line 1)
6857       (if (eobp)
6858           (setq done t)
6859         (setq n (1- n))))
6860     (while (and (< n 0) (not done))
6861       (forward-line -1)
6862       (if (bobp) (setq done t)
6863         (setq n (1+ n))
6864         (while (and (not (bobp)) (gnus-invisible-p (1- (point))))
6865           (goto-char (gnus-previous-char-property-change (point))))))))
6866
6867 (defun gnus-summary-recenter ()
6868   "Center point in the summary window.
6869 If `gnus-auto-center-summary' is nil, or the article buffer isn't
6870 displayed, no centering will be performed."
6871   ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
6872   ;; Recenter only when requested.  Suggested by popovich@park.cs.columbia.edu.
6873   (interactive)
6874   ;; The user has to want it.
6875   (when gnus-auto-center-summary
6876     (let* ((top (cond ((< (window-height) 4) 0)
6877                       ((< (window-height) 7) 1)
6878                       (t (if (numberp gnus-auto-center-summary)
6879                              gnus-auto-center-summary
6880                            (/ (1- (window-height)) 2)))))
6881            (height (1- (window-height)))
6882            (bottom (save-excursion
6883                      (goto-char (point-max))
6884                      (gnus-forward-line-ignore-invisible (- height))
6885                      (point)))
6886            (window (get-buffer-window (current-buffer))))
6887       (when (get-buffer-window gnus-article-buffer)
6888         ;; Only do recentering when the article buffer is displayed,
6889         ;; Set the window start to either `bottom', which is the biggest
6890         ;; possible valid number, or the second line from the top,
6891         ;; whichever is the least.
6892         (let ((top-pos (save-excursion
6893                          (gnus-forward-line-ignore-invisible (- top))
6894                          (point))))
6895           (if (> bottom top-pos)
6896               ;; Keep the second line from the top visible
6897               (set-window-start window top-pos)
6898             ;; Try to keep the bottom line visible; if it's partially
6899             ;; obscured, either scroll one more line to make it fully
6900             ;; visible, or revert to using TOP-POS.
6901             (save-excursion
6902               (goto-char (point-max))
6903               (gnus-forward-line-ignore-invisible -1)
6904               (let ((last-line-start (point)))
6905                 (goto-char bottom)
6906                 (set-window-start window (point) t)
6907                 (when (not (pos-visible-in-window-p last-line-start window))
6908                   (gnus-forward-line-ignore-invisible 1)
6909                   (set-window-start window (min (point) top-pos) t)))))))
6910       ;; Do horizontal recentering while we're at it.
6911       (when (and (get-buffer-window (current-buffer) t)
6912                  (not (eq gnus-auto-center-summary 'vertical)))
6913         (let ((selected (selected-window)))
6914           (select-window (get-buffer-window (current-buffer) t))
6915           (gnus-summary-position-point)
6916           (gnus-horizontal-recenter)
6917           (select-window selected))))))
6918
6919 (defun gnus-summary-jump-to-group (newsgroup)
6920   "Move point to NEWSGROUP in group mode buffer."
6921   ;; Keep update point of group mode buffer if visible.
6922   (if (eq (current-buffer) (get-buffer gnus-group-buffer))
6923       (save-window-excursion
6924         ;; Take care of tree window mode.
6925         (when (get-buffer-window gnus-group-buffer)
6926           (pop-to-buffer gnus-group-buffer))
6927         (gnus-group-jump-to-group newsgroup))
6928     (save-excursion
6929       ;; Take care of tree window mode.
6930       (if (get-buffer-window gnus-group-buffer 0)
6931           (pop-to-buffer gnus-group-buffer)
6932         (set-buffer gnus-group-buffer))
6933       (gnus-group-jump-to-group newsgroup))))
6934
6935 ;; This function returns a list of article numbers based on the
6936 ;; difference between the ranges of read articles in this group and
6937 ;; the range of active articles.
6938 (defun gnus-list-of-unread-articles (group)
6939   (let* ((read (gnus-info-read (gnus-get-info group)))
6940          (active (or (gnus-active group) (gnus-activate-group group)))
6941          (last (or (cdr active)
6942                    (error "Group %s couldn't be activated " group)))
6943          (bottom (if gnus-newsgroup-maximum-articles
6944                      (max (car active)
6945                           (- last gnus-newsgroup-maximum-articles -1))
6946                    (car active)))
6947          first nlast unread)
6948     ;; If none are read, then all are unread.
6949     (if (not read)
6950         (setq first bottom)
6951       ;; If the range of read articles is a single range, then the
6952       ;; first unread article is the article after the last read
6953       ;; article.  Sounds logical, doesn't it?
6954       (if (and (not (listp (cdr read)))
6955                (or (< (car read) bottom)
6956                    (progn (setq read (list read))
6957                           nil)))
6958           (setq first (max bottom (1+ (cdr read))))
6959         ;; `read' is a list of ranges.
6960         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6961                                   (caar read)))
6962                   1)
6963           (setq first bottom))
6964         (while read
6965           (when first
6966             (while (< first nlast)
6967               (setq unread (cons first unread)
6968                     first (1+ first))))
6969           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6970           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6971           (setq read (cdr read)))))
6972     ;; And add the last unread articles.
6973     (while (<= first last)
6974       (setq unread (cons first unread)
6975             first (1+ first)))
6976     ;; Return the list of unread articles.
6977     (delq 0 (nreverse unread))))
6978
6979 (defun gnus-list-of-read-articles (group)
6980   "Return a list of unread, unticked and non-dormant articles."
6981   (let* ((info (gnus-get-info group))
6982          (marked (gnus-info-marks info))
6983          (active (gnus-active group)))
6984     (and info active
6985          (gnus-list-range-difference
6986           (gnus-list-range-difference
6987            (gnus-sorted-complement
6988             (gnus-uncompress-range
6989              (if gnus-newsgroup-maximum-articles
6990                  (cons (max (car active)
6991                             (- (cdr active)
6992                                gnus-newsgroup-maximum-articles
6993                                -1))
6994                        (cdr active))
6995                active))
6996             (gnus-list-of-unread-articles group))
6997            (cdr (assq 'dormant marked)))
6998           (cdr (assq 'tick marked))))))
6999
7000 ;; This function returns a sequence of article numbers based on the
7001 ;; difference between the ranges of read articles in this group and
7002 ;; the range of active articles.
7003 (defun gnus-sequence-of-unread-articles (group)
7004   (let* ((read (gnus-info-read (gnus-get-info group)))
7005          (active (or (gnus-active group) (gnus-activate-group group)))
7006          (last (cdr active))
7007          (bottom (if gnus-newsgroup-maximum-articles
7008                      (max (car active)
7009                           (- last gnus-newsgroup-maximum-articles -1))
7010                    (car active)))
7011          first nlast unread)
7012     ;; If none are read, then all are unread.
7013     (if (not read)
7014         (setq first bottom)
7015       ;; If the range of read articles is a single range, then the
7016       ;; first unread article is the article after the last read
7017       ;; article.  Sounds logical, doesn't it?
7018       (if (and (not (listp (cdr read)))
7019                (or (< (car read) bottom)
7020                    (progn (setq read (list read))
7021                           nil)))
7022           (setq first (max bottom (1+ (cdr read))))
7023         ;; `read' is a list of ranges.
7024         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
7025                                   (caar read)))
7026                   1)
7027           (setq first bottom))
7028         (while read
7029           (when first
7030             (push (cons first nlast) unread))
7031           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
7032           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
7033           (setq read (cdr read)))))
7034     ;; And add the last unread articles.
7035     (cond ((not (and first last))
7036            nil)
7037           ((< first last)
7038            (push (cons first last) unread))
7039           ((= first last)
7040            (push first unread)))
7041     ;; Return the sequence of unread articles.
7042     (delq 0 (nreverse unread))))
7043
7044 ;; Various summary commands
7045
7046 (defun gnus-summary-select-article-buffer ()
7047   "Reconfigure windows to show the article buffer.
7048 If `gnus-widen-article-window' is set, show only the article
7049 buffer."
7050   (interactive)
7051   (if (not (gnus-buffer-live-p gnus-article-buffer))
7052       (error "There is no article buffer for this summary buffer")
7053     (unless (get-buffer-window gnus-article-buffer)
7054       (gnus-summary-show-article))
7055     (gnus-configure-windows
7056      (if gnus-widen-article-window
7057          'only-article
7058        'article)
7059      t)
7060     (select-window (get-buffer-window gnus-article-buffer))))
7061
7062 (defun gnus-summary-universal-argument (arg)
7063   "Perform any operation on all articles that are process/prefixed."
7064   (interactive "P")
7065   (let ((articles (gnus-summary-work-articles arg))
7066         func article)
7067     (if (eq
7068          (setq
7069           func
7070           (key-binding
7071            (read-key-sequence
7072             (substitute-command-keys
7073              "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"))))
7074          'undefined)
7075         (gnus-error 1 "Undefined key")
7076       (save-excursion
7077         (while articles
7078           (gnus-summary-goto-subject (setq article (pop articles)))
7079           (let (gnus-newsgroup-processable)
7080             (command-execute func))
7081           (gnus-summary-remove-process-mark article)))))
7082   (gnus-summary-position-point))
7083
7084 (defun gnus-summary-toggle-truncation (&optional arg)
7085   "Toggle truncation of summary lines.
7086 With ARG, turn line truncation on if ARG is positive."
7087   (interactive "P")
7088   (setq truncate-lines
7089         (if (null arg) (not truncate-lines)
7090           (> (prefix-numeric-value arg) 0)))
7091   (redraw-display))
7092
7093 (defun gnus-summary-find-for-reselect ()
7094   "Return the number of an article to stay on across a reselect.
7095 The current article is considered, then following articles, then previous
7096 articles.  An article is sought which is not canceled and isn't a temporary
7097 insertion from another group.  If there's no such then return a dummy 0."
7098   (let (found)
7099     (dolist (rev '(nil t))
7100       (unless found      ; don't demand the reverse list if we don't need it
7101         (let ((data (gnus-data-find-list
7102                      (gnus-summary-article-number) (gnus-data-list rev))))
7103           (while (and data (not found))
7104             (if (and (< 0 (gnus-data-number (car data)))
7105                      (not (eq gnus-canceled-mark (gnus-data-mark (car data)))))
7106                 (setq found (gnus-data-number (car data))))
7107             (setq data (cdr data))))))
7108     (or found 0)))
7109
7110 (defun gnus-summary-reselect-current-group (&optional all rescan)
7111   "Exit and then reselect the current newsgroup.
7112 The prefix argument ALL means to select all articles."
7113   (interactive "P")
7114   (when (gnus-ephemeral-group-p gnus-newsgroup-name)
7115     (error "Ephemeral groups can't be reselected"))
7116   (let ((current-subject (gnus-summary-find-for-reselect))
7117         (group gnus-newsgroup-name))
7118     (setq gnus-newsgroup-begin nil)
7119     (gnus-summary-exit nil 'leave-hidden)
7120     ;; We have to adjust the point of group mode buffer because
7121     ;; point was moved to the next unread newsgroup by exiting.
7122     (gnus-summary-jump-to-group group)
7123     (when rescan
7124       (save-excursion
7125         (gnus-group-get-new-news-this-group 1)))
7126     (gnus-group-read-group all t)
7127     (gnus-summary-goto-subject current-subject nil t)))
7128
7129 (defun gnus-summary-rescan-group (&optional all)
7130   "Exit the newsgroup, ask for new articles, and select the newsgroup."
7131   (interactive "P")
7132   (let ((config gnus-current-window-configuration))
7133     (gnus-summary-reselect-current-group all t)
7134     (gnus-configure-windows config)
7135     (when (eq config 'article)
7136       (gnus-summary-select-article))))
7137
7138 (defun gnus-summary-update-info (&optional non-destructive)
7139   (save-excursion
7140     (let ((group gnus-newsgroup-name))
7141       (when group
7142         (when gnus-newsgroup-kill-headers
7143           (setq gnus-newsgroup-killed
7144                 (gnus-compress-sequence
7145                  (gnus-sorted-union
7146                   (gnus-list-range-intersection
7147                    gnus-newsgroup-unselected gnus-newsgroup-killed)
7148                   gnus-newsgroup-unreads)
7149                  t)))
7150         (unless (listp (cdr gnus-newsgroup-killed))
7151           (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
7152         (let ((headers gnus-newsgroup-headers)
7153               (ephemeral-p (gnus-ephemeral-group-p group))
7154               info)
7155           (unless ephemeral-p
7156             (setq info (copy-sequence (gnus-get-info group))
7157                   info (delq (gnus-info-params info) info)))
7158           ;; Set the new ranges of read articles.
7159           (with-current-buffer gnus-group-buffer
7160             (gnus-undo-force-boundary))
7161           (gnus-update-read-articles
7162            group (gnus-sorted-union
7163                   gnus-newsgroup-unreads gnus-newsgroup-unselected))
7164           ;; Set the current article marks.
7165           (let ((gnus-newsgroup-scored
7166                  (if (and (not gnus-save-score)
7167                           (not non-destructive))
7168                      nil
7169                    gnus-newsgroup-scored)))
7170             (save-excursion
7171               (gnus-update-marks)))
7172           ;; Do the cross-ref thing.
7173           (when gnus-use-cross-reference
7174             (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
7175           ;; Do not switch windows but change the buffer to work.
7176           (set-buffer gnus-group-buffer)
7177           (unless ephemeral-p
7178             (gnus-group-update-group
7179              group nil
7180              (equal info
7181                     (setq info (copy-sequence (gnus-get-info group))
7182                           info (delq (gnus-info-params info) info))))))))))
7183
7184 (defun gnus-summary-save-newsrc (&optional force)
7185   "Save the current number of read/marked articles in the dribble buffer.
7186 The dribble buffer will then be saved.
7187 If FORCE (the prefix), also save the .newsrc file(s)."
7188   (interactive "P")
7189   (gnus-summary-update-info t)
7190   (if force
7191       (gnus-save-newsrc-file)
7192     (gnus-dribble-save)))
7193
7194 (declare-function gnus-cache-write-active "gnus-cache" (&optional force))
7195
7196 (defun gnus-summary-exit (&optional temporary leave-hidden)
7197   "Exit reading current newsgroup, and then return to group selection mode.
7198 `gnus-exit-group-hook' is called with no arguments if that value is non-nil."
7199   (interactive)
7200   (gnus-set-global-variables)
7201   (when (gnus-buffer-live-p gnus-article-buffer)
7202     (with-current-buffer gnus-article-buffer
7203       (mm-destroy-parts gnus-article-mime-handles)
7204       ;; Set it to nil for safety reason.
7205       (setq gnus-article-mime-handle-alist nil)
7206       (setq gnus-article-mime-handles nil)))
7207   (gnus-kill-save-kill-buffer)
7208   (gnus-async-halt-prefetch)
7209   (let* ((group gnus-newsgroup-name)
7210          (quit-config (gnus-group-quit-config gnus-newsgroup-name))
7211          (gnus-group-is-exiting-p t)
7212          (article-buffer gnus-article-buffer)
7213          (original-article-buffer gnus-original-article-buffer)
7214          (mode major-mode)
7215          (group-point nil)
7216          (buf (current-buffer))
7217          ;; `gnus-single-article-buffer' is nil buffer-locally in
7218          ;; ephemeral group of which summary buffer will be killed,
7219          ;; but the global value may be non-nil.
7220          (single-article-buffer gnus-single-article-buffer))
7221     (unless quit-config
7222       ;; Do adaptive scoring, and possibly save score files.
7223       (when gnus-newsgroup-adaptive
7224         (gnus-score-adaptive))
7225       (when gnus-use-scoring
7226         (gnus-score-save)))
7227     (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
7228     (when gnus-use-cache
7229       (gnus-cache-possibly-remove-articles)
7230       (gnus-cache-save-buffers))
7231     (gnus-async-prefetch-remove-group group)
7232     (when gnus-suppress-duplicates
7233       (gnus-dup-enter-articles))
7234     (when gnus-use-trees
7235       (gnus-tree-close group))
7236     (when gnus-use-cache
7237       (gnus-cache-write-active))
7238     ;; Remove entries for this group.
7239     (nnmail-purge-split-history (gnus-group-real-name group))
7240     ;; Make all changes in this group permanent.
7241     (unless quit-config
7242       (gnus-run-hooks 'gnus-exit-group-hook)
7243       (gnus-summary-update-info))
7244     (gnus-close-group group)
7245     ;; Make sure where we were, and go to next newsgroup.
7246     (set-buffer gnus-group-buffer)
7247     (unless quit-config
7248       (gnus-group-jump-to-group group))
7249     (gnus-run-hooks 'gnus-summary-exit-hook)
7250     (unless (or quit-config
7251                 (not gnus-summary-next-group-on-exit)
7252                 ;; If this group has disappeared from the summary
7253                 ;; buffer, don't skip forwards.
7254                 (not (string= group (gnus-group-group-name))))
7255       (gnus-group-next-unread-group 1))
7256     (setq group-point (point))
7257     (if temporary
7258         nil                             ;Nothing to do.
7259       (set-buffer buf)
7260       (if (not gnus-kill-summary-on-exit)
7261           (progn
7262             (gnus-deaden-summary)
7263             (setq mode nil))
7264         (when (get-buffer gnus-article-buffer)
7265           (bury-buffer gnus-article-buffer))
7266         ;; Return to group mode buffer.
7267         (when (eq mode 'gnus-summary-mode)
7268           (gnus-kill-buffer buf)))
7269
7270       (setq gnus-current-select-method gnus-select-method)
7271       (set-buffer gnus-group-buffer)
7272       (if quit-config
7273           (gnus-handle-ephemeral-exit quit-config)
7274         (goto-char group-point)
7275         ;; If gnus-group-buffer is already displayed, make sure we also move
7276         ;; the cursor in the window that displays it.
7277         (let ((win (get-buffer-window (current-buffer) 0)))
7278           (if win (set-window-point win (point))))
7279         (unless leave-hidden
7280           (gnus-configure-windows 'group 'force)))
7281
7282       ;; If we have several article buffers, we kill them at exit.
7283       (unless single-article-buffer
7284         (when (gnus-buffer-live-p article-buffer)
7285           (with-current-buffer article-buffer
7286             ;; Don't kill sticky article buffers
7287             (unless (eq major-mode 'gnus-sticky-article-mode)
7288               (gnus-kill-buffer article-buffer)
7289               (setq gnus-article-current nil))))
7290         (gnus-kill-buffer original-article-buffer))
7291
7292       ;; Clear the current group name.
7293       (unless quit-config
7294         (setq gnus-newsgroup-name nil)))))
7295
7296 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
7297 (defun gnus-summary-exit-no-update (&optional no-questions)
7298   "Quit reading current newsgroup without updating read article info."
7299   (interactive)
7300   (let* ((group gnus-newsgroup-name)
7301          (gnus-group-is-exiting-p t)
7302          (gnus-group-is-exiting-without-update-p t)
7303          (quit-config (gnus-group-quit-config group)))
7304     (when (or no-questions
7305               gnus-expert-user
7306               (gnus-y-or-n-p "Discard changes to this group and exit? "))
7307       (gnus-async-halt-prefetch)
7308       (run-hooks 'gnus-summary-prepare-exit-hook)
7309       (when (gnus-buffer-live-p gnus-article-buffer)
7310         (with-current-buffer gnus-article-buffer
7311           (gnus-article-stop-animations)
7312           (mm-destroy-parts gnus-article-mime-handles)
7313           ;; Set it to nil for safety reason.
7314           (setq gnus-article-mime-handle-alist nil)
7315           (setq gnus-article-mime-handles nil)))
7316       ;; If we have several article buffers, we kill them at exit.
7317       (unless gnus-single-article-buffer
7318         (gnus-kill-buffer gnus-article-buffer)
7319         (gnus-kill-buffer gnus-original-article-buffer)
7320         (setq gnus-article-current nil))
7321       ;; Return to the group buffer.
7322       (gnus-configure-windows 'group 'force)
7323       (if (not gnus-kill-summary-on-exit)
7324           (gnus-deaden-summary)
7325         (gnus-close-group group)
7326         (gnus-kill-buffer gnus-summary-buffer))
7327       (unless gnus-single-article-buffer
7328         (setq gnus-article-current nil))
7329       (when gnus-use-trees
7330         (gnus-tree-close group))
7331       (gnus-async-prefetch-remove-group group)
7332       (when (get-buffer gnus-article-buffer)
7333         (bury-buffer gnus-article-buffer))
7334       ;; Clear the current group name.
7335       (setq gnus-newsgroup-name nil)
7336       (unless (gnus-ephemeral-group-p group)
7337         (gnus-group-update-group group nil t))
7338       (when (equal (gnus-group-group-name) group)
7339         (gnus-group-next-unread-group 1))
7340       (when quit-config
7341         (gnus-handle-ephemeral-exit quit-config)))))
7342
7343 (defun gnus-handle-ephemeral-exit (quit-config)
7344   "Handle movement when leaving an ephemeral group.
7345 The state which existed when entering the ephemeral is reset."
7346   (if (not (buffer-name (car quit-config)))
7347       (gnus-configure-windows 'group 'force)
7348     (set-buffer (car quit-config))
7349     (unless (eq (cdr quit-config) 'group)
7350       (setq gnus-current-select-method
7351             (gnus-find-method-for-group gnus-newsgroup-name)))
7352     (cond ((eq major-mode 'gnus-summary-mode)
7353            (gnus-set-global-variables))
7354           ((eq major-mode 'gnus-article-mode)
7355            (save-current-buffer
7356              ;; The `gnus-summary-buffer' variable may point
7357              ;; to the old summary buffer when using a single
7358              ;; article buffer.
7359              (unless (gnus-buffer-live-p gnus-summary-buffer)
7360                (set-buffer gnus-group-buffer))
7361              (set-buffer gnus-summary-buffer)
7362              (gnus-set-global-variables))))
7363     (if (or (eq (cdr quit-config) 'article)
7364             (eq (cdr quit-config) 'pick))
7365         (if (and (boundp 'gnus-pick-mode) (symbol-value 'gnus-pick-mode))
7366             (gnus-configure-windows 'pick 'force)
7367           (gnus-configure-windows (cdr quit-config) 'force))
7368       (gnus-configure-windows (cdr quit-config) 'force))
7369     (when (eq major-mode 'gnus-summary-mode)
7370       (if (memq gnus-auto-select-on-ephemeral-exit '(next-noselect
7371                                                      next-unread-noselect))
7372           (when (zerop (cond ((eq gnus-auto-select-on-ephemeral-exit
7373                                   'next-noselect)
7374                               (gnus-summary-next-subject 1 nil t))
7375                              ((eq gnus-auto-select-on-ephemeral-exit
7376                                   'next-unread-noselect)
7377                               (gnus-summary-next-subject 1 t t))))
7378             ;; Hide the article buffer which displays the article different
7379             ;; from the one that the cursor points to in the summary buffer.
7380             (gnus-configure-windows 'summary 'force))
7381         (cond ((eq gnus-auto-select-on-ephemeral-exit 'next)
7382                (gnus-summary-next-subject 1))
7383               ((eq gnus-auto-select-on-ephemeral-exit 'next-unread)
7384                (gnus-summary-next-subject 1 t))))
7385       (gnus-summary-recenter)
7386       (gnus-summary-position-point))))
7387
7388 ;;; Dead summaries.
7389
7390 (defvar gnus-dead-summary-mode-map
7391   (let ((map (make-keymap)))
7392     (suppress-keymap map)
7393     (substitute-key-definition 'undefined 'gnus-summary-wake-up-the-dead map)
7394     (dolist (key '("\C-d" "\r" "\177" [delete]))
7395       (define-key map key 'gnus-summary-wake-up-the-dead))
7396     (dolist (key '("q" "Q"))
7397       (define-key map key 'bury-buffer))
7398     map))
7399
7400 (define-minor-mode gnus-dead-summary-mode
7401   "Minor mode for Gnus summary buffers."
7402   :lighter " Dead" :keymap gnus-dead-summary-mode-map
7403   (unless (derived-mode-p 'gnus-summary-mode)
7404     (setq gnus-dead-summary-mode nil)))
7405
7406 (defun gnus-deaden-summary ()
7407   "Make the current summary buffer into a dead summary buffer."
7408   ;; Kill any previous dead summary buffer.
7409   (when (and gnus-dead-summary
7410              (buffer-name gnus-dead-summary))
7411     (with-current-buffer gnus-dead-summary
7412       (when gnus-dead-summary-mode
7413         (kill-buffer (current-buffer)))))
7414   ;; Make this the current dead summary.
7415   (setq gnus-dead-summary (current-buffer))
7416   (gnus-dead-summary-mode 1)
7417   (let ((name (buffer-name)))
7418     (when (string-match "Summary" name)
7419       (rename-buffer
7420        (concat (substring name 0 (match-beginning 0)) "Dead "
7421                (substring name (match-beginning 0)))
7422        t)
7423       (bury-buffer))))
7424
7425 (defun gnus-kill-or-deaden-summary (buffer)
7426   "Kill or deaden the summary BUFFER."
7427   (save-excursion
7428     (when (and (buffer-name buffer)
7429                (not gnus-single-article-buffer))
7430       (with-current-buffer buffer
7431         (gnus-kill-buffer gnus-article-buffer)
7432         (gnus-kill-buffer gnus-original-article-buffer)))
7433     (cond
7434      ;; Kill the buffer.
7435      (gnus-kill-summary-on-exit
7436       (when (and gnus-use-trees
7437                  (gnus-buffer-exists-p buffer))
7438         (with-current-buffer buffer
7439           (gnus-tree-close gnus-newsgroup-name)))
7440       (gnus-kill-buffer buffer))
7441      ;; Deaden the buffer.
7442      ((gnus-buffer-exists-p buffer)
7443       (with-current-buffer buffer
7444         (gnus-deaden-summary))))))
7445
7446 (defun gnus-summary-wake-up-the-dead (&rest args)
7447   "Wake up the dead summary buffer."
7448   (interactive)
7449   (gnus-dead-summary-mode -1)
7450   (let ((name (buffer-name)))
7451     (when (string-match "Dead " name)
7452       (rename-buffer
7453        (concat (substring name 0 (match-beginning 0))
7454                (substring name (match-end 0)))
7455        t)))
7456   (gnus-message 3 "This dead summary is now alive again"))
7457
7458 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
7459 (defun gnus-summary-describe-group (&optional force)
7460   "Describe the current newsgroup."
7461   (interactive "P")
7462   (gnus-group-describe-group force gnus-newsgroup-name))
7463
7464 (defun gnus-summary-describe-briefly ()
7465   "Describe summary mode commands briefly."
7466   (interactive)
7467   (gnus-message 6 "%s" (substitute-command-keys "\\<gnus-summary-mode-map>\\[gnus-summary-next-page]:Select  \\[gnus-summary-next-unread-article]:Forward  \\[gnus-summary-prev-unread-article]:Backward  \\[gnus-summary-exit]:Exit  \\[gnus-info-find-node]:Run Info   \\[gnus-summary-describe-briefly]:This help")))
7468
7469 ;; Walking around group mode buffer from summary mode.
7470
7471 (defun gnus-summary-next-group (&optional no-article target-group backward)
7472   "Exit current newsgroup and then select next unread newsgroup.
7473 If prefix argument NO-ARTICLE is non-nil, no article is selected
7474 initially.  If TARGET-GROUP, go to this group.  If BACKWARD, go to
7475 previous group instead."
7476   (interactive "P")
7477   ;; Stop pre-fetching.
7478   (gnus-async-halt-prefetch)
7479   (let ((current-group gnus-newsgroup-name)
7480         (current-buffer (current-buffer))
7481         entered)
7482     ;; First we semi-exit this group to update Xrefs and all variables.
7483     ;; We can't do a real exit, because the window conf must remain
7484     ;; the same in case the user is prompted for info, and we don't
7485     ;; want the window conf to change before that...
7486     (gnus-summary-exit t)
7487     (while (not entered)
7488       ;; Then we find what group we are supposed to enter.
7489       (set-buffer gnus-group-buffer)
7490       (gnus-group-jump-to-group current-group)
7491       (setq target-group
7492             (or target-group
7493                 (if (eq gnus-keep-same-level 'best)
7494                     (gnus-summary-best-group gnus-newsgroup-name)
7495                   (gnus-summary-search-group backward gnus-keep-same-level))))
7496       (if (not target-group)
7497           ;; There are no further groups, so we return to the group
7498           ;; buffer.
7499           (progn
7500             (gnus-message 5 "Returning to the group buffer")
7501             (setq entered t)
7502             (when (gnus-buffer-live-p current-buffer)
7503               (set-buffer current-buffer)
7504               (gnus-summary-exit))
7505             (gnus-run-hooks 'gnus-group-no-more-groups-hook))
7506         ;; We try to enter the target group.
7507         (gnus-group-jump-to-group target-group)
7508         (let ((unreads (gnus-group-group-unread)))
7509           (if (and (or (eq t unreads)
7510                        (and unreads (not (zerop unreads))))
7511                    (gnus-summary-read-group
7512                     target-group nil no-article
7513                     (and (buffer-name current-buffer) current-buffer)
7514                     nil backward))
7515               (setq entered t)
7516             (setq current-group target-group
7517                   target-group nil)))))))
7518
7519 (defun gnus-summary-prev-group (&optional no-article)
7520   "Exit current newsgroup and then select previous unread newsgroup.
7521 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
7522   (interactive "P")
7523   (gnus-summary-next-group no-article nil t))
7524
7525 ;; Walking around summary lines.
7526
7527 (defun gnus-summary-first-subject (&optional unread undownloaded unseen)
7528   "Go to the first subject satisfying any non-nil constraint.
7529 If UNREAD is non-nil, the article should be unread.
7530 If UNDOWNLOADED is non-nil, the article should be undownloaded.
7531 If UNSEEN is non-nil, the article should be unseen as well as unread.
7532 Returns the article selected or nil if there are no matching articles."
7533   (interactive "P")
7534   (cond
7535    ;; Empty summary.
7536    ((null gnus-newsgroup-data)
7537     (gnus-message 3 "No articles in the group")
7538     nil)
7539    ;; Pick the first article.
7540    ((not (or unread undownloaded unseen))
7541     (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
7542     (gnus-data-number (car gnus-newsgroup-data)))
7543    ;; Find the first unread article.
7544    (t
7545     (let ((data gnus-newsgroup-data))
7546       (while (and data
7547                   (let ((num (gnus-data-number (car data))))
7548                     (or (memq num gnus-newsgroup-unfetched)
7549                         (not (or (and unread
7550                                       (memq num gnus-newsgroup-unreads))
7551                                  (and undownloaded
7552                                       (memq num gnus-newsgroup-undownloaded))
7553                                  (and unseen
7554                                       (memq num gnus-newsgroup-unseen)
7555                                       (memq num gnus-newsgroup-unreads)))))))
7556         (setq data (cdr data)))
7557       (prog1
7558           (if data
7559               (progn
7560                 (goto-char (gnus-data-pos (car data)))
7561                 (gnus-data-number (car data)))
7562             (gnus-message 3 "No more%s articles"
7563                           (let* ((r (when unread " unread"))
7564                                  (d (when undownloaded " undownloaded"))
7565                                  (s (when unseen " unseen"))
7566                                  (l (delq nil (list r d s))))
7567                             (cond ((= 3 (length l))
7568                                    (concat r "," d ", or" s))
7569                                   ((= 2 (length l))
7570                                    (concat (car l) ", or" (cadr l)))
7571                                   ((= 1 (length l))
7572                                    (car l))
7573                                   (t
7574                                    ""))))
7575             nil
7576             )
7577         (gnus-summary-position-point))))))
7578
7579 (defun gnus-summary-next-subject (n &optional unread dont-display)
7580   "Go to next N'th summary line.
7581 If N is negative, go to the previous N'th subject line.
7582 If UNREAD is non-nil, only unread articles are selected.
7583 The difference between N and the actual number of steps taken is
7584 returned."
7585   (interactive "p")
7586   (let ((backward (< n 0))
7587         (n (abs n)))
7588     (while (and (> n 0)
7589                 (if backward
7590                     (gnus-summary-find-prev unread)
7591                   (gnus-summary-find-next unread)))
7592       (unless (zerop (setq n (1- n)))
7593         (gnus-summary-show-thread)))
7594     (when (/= 0 n)
7595       (gnus-message 7 "No more%s articles"
7596                     (if unread " unread" "")))
7597     (unless dont-display
7598       (gnus-summary-recenter)
7599       (gnus-summary-position-point))
7600     n))
7601
7602 (defun gnus-summary-next-unread-subject (n)
7603   "Go to next N'th unread summary line."
7604   (interactive "p")
7605   (gnus-summary-next-subject n t))
7606
7607 (defun gnus-summary-prev-subject (n &optional unread)
7608   "Go to previous N'th summary line.
7609 If optional argument UNREAD is non-nil, only unread article is selected."
7610   (interactive "p")
7611   (gnus-summary-next-subject (- n) unread))
7612
7613 (defun gnus-summary-prev-unread-subject (n)
7614   "Go to previous N'th unread summary line."
7615   (interactive "p")
7616   (gnus-summary-next-subject (- n) t))
7617
7618 (defun gnus-summary-goto-subjects (articles)
7619   "Insert the subject header for ARTICLES in the current buffer."
7620   (save-excursion
7621     (dolist (article articles)
7622       (gnus-summary-goto-subject article t)))
7623   (gnus-summary-limit (append articles gnus-newsgroup-limit))
7624   (gnus-summary-position-point))
7625
7626 (defun gnus-summary-goto-subject (article &optional force silent)
7627   "Go to the subject line of ARTICLE.
7628 If FORCE, also allow jumping to articles not currently shown."
7629   (interactive "nArticle number: ")
7630   (unless (numberp article)
7631     (error "Article %s is not a number" article))
7632   (let ((b (point))
7633         (data (gnus-data-find article)))
7634     ;; We read in the article if we have to.
7635     (and (not data)
7636          force
7637          (gnus-summary-insert-subject
7638           article
7639           (if (or (numberp force) (vectorp force)) force)
7640           t)
7641          (setq data (gnus-data-find article)))
7642     (goto-char b)
7643     (if (not data)
7644         (progn
7645           (unless silent
7646             (gnus-message 3 "Can't find article %d" article))
7647           nil)
7648       (let ((pt (gnus-data-pos data)))
7649         (goto-char pt)
7650         (gnus-summary-set-article-display-arrow pt))
7651       (gnus-summary-position-point)
7652       article)))
7653
7654 ;; Walking around summary lines with displaying articles.
7655
7656 (defun gnus-summary-expand-window (&optional arg)
7657   "Make the summary buffer take up the entire Emacs frame.
7658 Given a prefix, will force an `article' buffer configuration."
7659   (interactive "P")
7660   (if arg
7661       (gnus-configure-windows 'article 'force)
7662     (gnus-configure-windows 'summary 'force)))
7663
7664 (defun gnus-summary-display-article (article &optional all-header)
7665   "Display ARTICLE in article buffer."
7666   (unless (and (gnus-buffer-live-p gnus-article-buffer)
7667                (with-current-buffer gnus-article-buffer
7668                  (eq major-mode 'gnus-article-mode)))
7669     (gnus-article-setup-buffer))
7670   (gnus-set-global-variables)
7671   (with-current-buffer gnus-article-buffer
7672     (setq gnus-article-charset gnus-newsgroup-charset)
7673     (setq gnus-article-ignored-charsets gnus-newsgroup-ignored-charsets)
7674     (mm-enable-multibyte))
7675   (if (null article)
7676       nil
7677     (prog1
7678         (if gnus-summary-display-article-function
7679             (funcall gnus-summary-display-article-function article all-header)
7680           (gnus-article-prepare article all-header))
7681       (gnus-run-hooks 'gnus-select-article-hook)
7682       (when (and gnus-current-article
7683                  (not (zerop gnus-current-article)))
7684         (gnus-summary-goto-subject gnus-current-article))
7685       (gnus-summary-recenter)
7686       (when (and gnus-use-trees gnus-show-threads)
7687         (gnus-possibly-generate-tree article)
7688         (gnus-highlight-selected-tree article))
7689       ;; Successfully display article.
7690       (gnus-article-set-window-start
7691        (cdr (assq article gnus-newsgroup-bookmarks))))))
7692
7693 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
7694   "Select the current article.
7695 If ALL-HEADERS is non-nil, show all header fields.  If FORCE is
7696 non-nil, the article will be re-fetched even if it already present in
7697 the article buffer.  If PSEUDO is non-nil, pseudo-articles will also
7698 be displayed."
7699   ;; Make sure we are in the summary buffer to work around bbdb bug.
7700   (unless (eq major-mode 'gnus-summary-mode)
7701     (set-buffer gnus-summary-buffer))
7702   (let ((article (or article (gnus-summary-article-number)))
7703         (all-headers (not (not all-headers))) ;Must be t or nil.
7704         gnus-summary-display-article-function)
7705     (and (not pseudo)
7706          (gnus-summary-article-pseudo-p article)
7707          (error "This is a pseudo-article"))
7708     (with-current-buffer gnus-summary-buffer
7709       (if (or (and gnus-single-article-buffer
7710                    (or (null gnus-current-article)
7711                        (null gnus-article-current)
7712                        (null (get-buffer gnus-article-buffer))
7713                        (not (eq article (cdr gnus-article-current)))
7714                        (not (equal (car gnus-article-current)
7715                                    gnus-newsgroup-name))
7716                        (not (get-buffer gnus-original-article-buffer))))
7717               (and (not gnus-single-article-buffer)
7718                    (or (null gnus-current-article)
7719                        (not (get-buffer gnus-original-article-buffer))
7720                        (not (eq gnus-current-article article))))
7721               force)
7722           ;; The requested article is different from the current article.
7723           (progn
7724             (gnus-summary-display-article article all-headers)
7725             (when (gnus-buffer-live-p gnus-article-buffer)
7726               (with-current-buffer gnus-article-buffer
7727                 (if (not gnus-article-decoded-p) ;; a local variable
7728                     (mm-disable-multibyte))))
7729             (gnus-article-set-window-start
7730              (cdr (assq article gnus-newsgroup-bookmarks)))
7731             article)
7732         'old))))
7733
7734 (defun gnus-summary-force-verify-and-decrypt ()
7735   "Display buttons for signed/encrypted parts and verify/decrypt them."
7736   (interactive)
7737   (let ((mm-verify-option 'known)
7738         (mm-decrypt-option 'known)
7739         (gnus-article-emulate-mime t)
7740         (gnus-buttonized-mime-types (append (list "multipart/signed"
7741                                                   "multipart/encrypted")
7742                                             gnus-buttonized-mime-types)))
7743     (gnus-summary-select-article nil 'force)))
7744
7745 (defun gnus-summary-set-current-mark (&optional current-mark)
7746   "Obsolete function."
7747   nil)
7748
7749 (defun gnus-summary-next-article (&optional unread subject backward push)
7750   "Select the next article.
7751 If UNREAD, only unread articles are selected.
7752 If SUBJECT, only articles with SUBJECT are selected.
7753 If BACKWARD, the previous article is selected instead of the next."
7754   (interactive "P")
7755   ;; Make sure we are in the summary buffer.
7756   (unless (eq major-mode 'gnus-summary-mode)
7757     (set-buffer gnus-summary-buffer))
7758   (cond
7759    ;; Is there such an article?
7760    ((and (gnus-summary-search-forward unread subject backward)
7761          (or (gnus-summary-display-article (gnus-summary-article-number))
7762              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
7763     (gnus-summary-position-point))
7764    ;; If not, we try the first unread, if that is wanted.
7765    ((and subject
7766          gnus-auto-select-same
7767          (gnus-summary-first-unread-article))
7768     (gnus-summary-position-point)
7769     (gnus-message 6 "Wrapped"))
7770    ;; Try to get next/previous article not displayed in this group.
7771    ((and gnus-auto-extend-newsgroup
7772          (not unread) (not subject))
7773     (gnus-summary-goto-article
7774      (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
7775      nil (count-lines (point-min) (point))))
7776    ;; Go to next/previous group.
7777    (t
7778     (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
7779       (gnus-summary-jump-to-group gnus-newsgroup-name))
7780     (let ((cmd (if (featurep 'xemacs)
7781                    last-command-char
7782                  last-command-event))
7783           (point
7784            (with-current-buffer gnus-group-buffer
7785              (point)))
7786           (current-summary (current-buffer))
7787           (group
7788            (if (eq gnus-keep-same-level 'best)
7789                (gnus-summary-best-group gnus-newsgroup-name)
7790              (gnus-summary-search-group backward gnus-keep-same-level))))
7791       ;; Select next unread newsgroup automagically.
7792       (cond
7793        ((or (not gnus-auto-select-next)
7794             (not cmd))
7795         (gnus-message 7 "No more%s articles" (if unread " unread" "")))
7796        ((or (eq gnus-auto-select-next 'quietly)
7797             (and (eq gnus-auto-select-next 'slightly-quietly)
7798                  push)
7799             (and (eq gnus-auto-select-next 'almost-quietly)
7800                  (gnus-summary-last-article-p)))
7801         ;; Select quietly.
7802         (if (gnus-ephemeral-group-p gnus-newsgroup-name)
7803             (gnus-summary-exit)
7804           (gnus-message 7 "No more%s articles (%s)..."
7805                         (if unread " unread" "")
7806                         (if group (concat "selecting " group)
7807                           "exiting"))
7808           (gnus-summary-next-group nil group backward)))
7809        (t
7810         (when (gnus-key-press-event-p last-input-event)
7811           ;; Somehow or other, we may now have selected a different
7812           ;; window.  Make point go back to the summary buffer.
7813           (when (eq current-summary (current-buffer))
7814             ;; FIXME: This burps when get-buffer-window returns nil.
7815             (select-window (get-buffer-window current-summary 0)))
7816           (gnus-summary-walk-group-buffer
7817            gnus-newsgroup-name cmd unread backward point))))))))
7818
7819 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward start)
7820   (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
7821                       (?\C-p (gnus-group-prev-unread-group 1))))
7822         (cursor-in-echo-area t)
7823         keve key group ended prompt)
7824     (with-current-buffer gnus-group-buffer
7825       (goto-char start)
7826       (setq group
7827             (if (eq gnus-keep-same-level 'best)
7828                 (gnus-summary-best-group gnus-newsgroup-name)
7829               (gnus-summary-search-group backward gnus-keep-same-level))))
7830     (while (not ended)
7831       (setq prompt
7832             (format
7833              "No more%s articles%s " (if unread " unread" "")
7834              (if (and group
7835                       (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
7836                  (format " (Type %s for %s [%s])"
7837                          (single-key-description cmd)
7838                          (gnus-group-decoded-name group)
7839                          (gnus-group-unread group))
7840                (format " (Type %s to exit %s)"
7841                        (single-key-description cmd)
7842                        (gnus-group-decoded-name gnus-newsgroup-name)))))
7843       ;; Confirm auto selection.
7844       (setq key (car (setq keve (gnus-read-event-char prompt)))
7845             ended t)
7846       (cond
7847        ((assq key keystrokes)
7848         (let ((obuf (current-buffer)))
7849           (switch-to-buffer gnus-group-buffer)
7850           (when group
7851             (gnus-group-jump-to-group group))
7852           (eval (cadr (assq key keystrokes)))
7853           (setq group (gnus-group-group-name))
7854           (switch-to-buffer obuf))
7855         (setq ended nil))
7856        ((equal key cmd)
7857         (if (or (not group)
7858                 (gnus-ephemeral-group-p gnus-newsgroup-name))
7859             (gnus-summary-exit)
7860           (gnus-summary-next-group nil group backward)))
7861        (t
7862         (push (cdr keve) unread-command-events))))))
7863
7864 (defun gnus-summary-next-unread-article ()
7865   "Select unread article after current one."
7866   (interactive)
7867   (gnus-summary-next-article
7868    (or (not (eq gnus-summary-goto-unread 'never))
7869        (gnus-summary-last-article-p (gnus-summary-article-number)))
7870    (and gnus-auto-select-same
7871         (gnus-summary-article-subject))))
7872
7873 (defun gnus-summary-prev-article (&optional unread subject)
7874   "Select the article before the current one.
7875 If UNREAD is non-nil, only unread articles are selected."
7876   (interactive "P")
7877   (gnus-summary-next-article unread subject t))
7878
7879 (defun gnus-summary-prev-unread-article ()
7880   "Select unread article before current one."
7881   (interactive)
7882   (gnus-summary-prev-article
7883    (or (not (eq gnus-summary-goto-unread 'never))
7884        (gnus-summary-first-article-p (gnus-summary-article-number)))
7885    (and gnus-auto-select-same
7886         (gnus-summary-article-subject))))
7887
7888 (defun gnus-summary-next-page (&optional lines circular stop)
7889   "Show next page of the selected article.
7890 If at the end of the current article, select the next article.
7891 LINES says how many lines should be scrolled up.
7892
7893 If CIRCULAR is non-nil, go to the start of the article instead of
7894 selecting the next article when reaching the end of the current
7895 article.
7896
7897 If STOP is non-nil, just stop when reaching the end of the message.
7898
7899 Also see the variable `gnus-article-skip-boring'."
7900   (interactive "P")
7901   (setq gnus-summary-buffer (current-buffer))
7902   (gnus-set-global-variables)
7903   (let ((article (gnus-summary-article-number))
7904         (article-window (get-buffer-window gnus-article-buffer t))
7905         endp)
7906     ;; If the buffer is empty, we have no article.
7907     (unless article
7908       (error "No article to select"))
7909     (gnus-configure-windows 'article)
7910     (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
7911         (if (and (eq gnus-summary-goto-unread 'never)
7912                  (not (gnus-summary-last-article-p article)))
7913             (gnus-summary-next-article)
7914           (gnus-summary-next-unread-article))
7915       (if (or (null gnus-current-article)
7916               (null gnus-article-current)
7917               (/= article (cdr gnus-article-current))
7918               (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7919           ;; Selected subject is different from current article's.
7920           (gnus-summary-display-article article)
7921         (when article-window
7922           (gnus-eval-in-buffer-window gnus-article-buffer
7923             (setq endp (or (gnus-article-next-page lines)
7924                            (gnus-article-only-boring-p))))
7925           (when endp
7926             (cond ((or stop gnus-summary-stop-at-end-of-message)
7927                    (gnus-message 3 "End of message"))
7928                   (circular
7929                    (gnus-summary-beginning-of-article))
7930                   (lines
7931                    (gnus-message 3 "End of message"))
7932                   ((null lines)
7933                    (if (and (eq gnus-summary-goto-unread 'never)
7934                             (not (gnus-summary-last-article-p article)))
7935                        (gnus-summary-next-article)
7936                      (gnus-summary-next-unread-article))))))))
7937     (gnus-summary-recenter)
7938     (gnus-summary-position-point)))
7939
7940 (defun gnus-summary-prev-page (&optional lines move)
7941   "Show previous page of selected article.
7942 Argument LINES specifies lines to be scrolled down.
7943 If MOVE, move to the previous unread article if point is at
7944 the beginning of the buffer."
7945   (interactive "P")
7946   (let ((article (gnus-summary-article-number))
7947         (article-window (get-buffer-window gnus-article-buffer t))
7948         endp)
7949     (gnus-configure-windows 'article)
7950     (if (or (null gnus-current-article)
7951             (null gnus-article-current)
7952             (/= article (cdr gnus-article-current))
7953             (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7954         ;; Selected subject is different from current article's.
7955         (gnus-summary-display-article article)
7956       (gnus-summary-recenter)
7957       (when article-window
7958         (gnus-eval-in-buffer-window gnus-article-buffer
7959           (setq endp (gnus-article-prev-page lines)))
7960         (when (and move endp)
7961           (cond (lines
7962                  (gnus-message 3 "Beginning of message"))
7963                 ((null lines)
7964                  (if (and (eq gnus-summary-goto-unread 'never)
7965                           (not (gnus-summary-first-article-p article)))
7966                      (gnus-summary-prev-article)
7967                    (gnus-summary-prev-unread-article))))))))
7968   (gnus-summary-position-point))
7969
7970 (defun gnus-summary-prev-page-or-article (&optional lines)
7971   "Show previous page of selected article.
7972 Argument LINES specifies lines to be scrolled down.
7973 If at the beginning of the article, go to the next article."
7974   (interactive "P")
7975   (gnus-summary-prev-page lines t))
7976
7977 (defun gnus-summary-scroll-up (lines)
7978   "Scroll up (or down) one line current article.
7979 Argument LINES specifies lines to be scrolled up (or down if negative).
7980 If no article is selected, then the current article will be selected first."
7981   (interactive "p")
7982   (gnus-configure-windows 'article)
7983   (gnus-summary-show-thread)
7984   (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
7985     (gnus-eval-in-buffer-window gnus-article-buffer
7986       (cond ((> lines 0)
7987              (when (gnus-article-next-page lines)
7988                (gnus-message 3 "End of message")))
7989             ((< lines 0)
7990              (gnus-article-prev-page (- lines))))))
7991   (gnus-summary-recenter)
7992   (gnus-summary-position-point))
7993
7994 (defun gnus-summary-scroll-down (lines)
7995   "Scroll down (or up) one line current article.
7996 Argument LINES specifies lines to be scrolled down (or up if negative).
7997 If no article is selected, then the current article will be selected first."
7998   (interactive "p")
7999   (gnus-summary-scroll-up (- lines)))
8000
8001 (defun gnus-summary-next-same-subject ()
8002   "Select next article which has the same subject as current one."
8003   (interactive)
8004   (gnus-summary-next-article nil (gnus-summary-article-subject)))
8005
8006 (defun gnus-summary-prev-same-subject ()
8007   "Select previous article which has the same subject as current one."
8008   (interactive)
8009   (gnus-summary-prev-article nil (gnus-summary-article-subject)))
8010
8011 (defun gnus-summary-next-unread-same-subject ()
8012   "Select next unread article which has the same subject as current one."
8013   (interactive)
8014   (gnus-summary-next-article t (gnus-summary-article-subject)))
8015
8016 (defun gnus-summary-prev-unread-same-subject ()
8017   "Select previous unread article which has the same subject as current one."
8018   (interactive)
8019   (gnus-summary-prev-article t (gnus-summary-article-subject)))
8020
8021 (defun gnus-summary-first-unread-article ()
8022   "Select the first unread article.
8023 Return nil if there are no unread articles."
8024   (interactive)
8025   (prog1
8026       (when (gnus-summary-first-subject t)
8027         (gnus-summary-show-thread)
8028         (gnus-summary-first-subject t)
8029         (gnus-summary-display-article (gnus-summary-article-number)))
8030     (gnus-summary-position-point)))
8031
8032 (defun gnus-summary-first-unread-subject ()
8033   "Place the point on the subject line of the first unread article.
8034 Return nil if there are no unread articles."
8035   (interactive)
8036   (prog1
8037       (when (gnus-summary-first-subject t)
8038         (gnus-summary-show-thread)
8039         (gnus-summary-first-subject t))
8040     (gnus-summary-position-point)))
8041
8042 (defun gnus-summary-first-unseen-subject ()
8043   "Place the point on the subject line of the first unseen article.
8044 Return nil if there are no unseen articles."
8045   (interactive)
8046   (prog1
8047       (when (gnus-summary-first-subject nil nil t)
8048         (gnus-summary-show-thread)
8049         (gnus-summary-first-subject nil nil t))
8050     (gnus-summary-position-point)))
8051
8052 (defun gnus-summary-first-unseen-or-unread-subject ()
8053   "Place the point on the subject line of the first unseen and unread article.
8054 If all article have been seen, on the subject line of the first unread
8055 article."
8056   (interactive)
8057   (prog1
8058       (unless (when (gnus-summary-first-subject nil nil t)
8059                 (gnus-summary-show-thread)
8060                 (gnus-summary-first-subject nil nil t))
8061         (when (gnus-summary-first-subject t)
8062           (gnus-summary-show-thread)
8063           (gnus-summary-first-subject t)))
8064     (gnus-summary-position-point)))
8065
8066 (defun gnus-summary-first-article ()
8067   "Select the first article.
8068 Return nil if there are no articles."
8069   (interactive)
8070   (prog1
8071       (when (gnus-summary-first-subject)
8072         (gnus-summary-show-thread)
8073         (gnus-summary-first-subject)
8074         (gnus-summary-display-article (gnus-summary-article-number)))
8075     (gnus-summary-position-point)))
8076
8077 (defun gnus-summary-best-unread-article (&optional arg)
8078   "Select the unread article with the highest score.
8079 If given a prefix argument, select the next unread article that has a
8080 score higher than the default score."
8081   (interactive "P")
8082   (let ((article (if arg
8083                      (gnus-summary-better-unread-subject)
8084                    (gnus-summary-best-unread-subject))))
8085     (if article
8086         (gnus-summary-goto-article article)
8087       (error "No unread articles"))))
8088
8089 (defun gnus-summary-best-unread-subject ()
8090   "Select the unread subject with the highest score."
8091   (interactive)
8092   (let ((best -1000000)
8093         (data gnus-newsgroup-data)
8094         article score)
8095     (while data
8096       (and (gnus-data-unread-p (car data))
8097            (> (setq score
8098                     (gnus-summary-article-score (gnus-data-number (car data))))
8099               best)
8100            (setq best score
8101                  article (gnus-data-number (car data))))
8102       (setq data (cdr data)))
8103     (when article
8104       (gnus-summary-goto-subject article))
8105     (gnus-summary-position-point)
8106     article))
8107
8108 (defun gnus-summary-better-unread-subject ()
8109   "Select the first unread subject that has a score over the default score."
8110   (interactive)
8111   (let ((data gnus-newsgroup-data)
8112         article score)
8113     (while (and (setq article (gnus-data-number (car data)))
8114                 (or (gnus-data-read-p (car data))
8115                     (not (> (gnus-summary-article-score article)
8116                             gnus-summary-default-score))))
8117       (setq data (cdr data)))
8118     (when article
8119       (gnus-summary-goto-subject article))
8120     (gnus-summary-position-point)
8121     article))
8122
8123 (defun gnus-summary-last-subject ()
8124   "Go to the last displayed subject line in the group."
8125   (let ((article (gnus-data-number (car (gnus-data-list t)))))
8126     (when article
8127       (gnus-summary-goto-subject article))))
8128
8129 (defun gnus-summary-goto-article (article &optional all-headers force)
8130   "Fetch ARTICLE (article number or Message-ID) and display it if it exists.
8131 If ALL-HEADERS is non-nil, no header lines are hidden.
8132 If FORCE, go to the article even if it isn't displayed.  If FORCE
8133 is a number, it is the line the article is to be displayed on."
8134   (interactive
8135    (list
8136     (gnus-completing-read
8137      "Article number or Message-ID"
8138      (mapcar 'int-to-string gnus-newsgroup-limit))
8139     current-prefix-arg
8140     t))
8141   (prog1
8142       (if (and (stringp article)
8143                (string-match "@\\|%40" article))
8144           (gnus-summary-refer-article article)
8145         (when (stringp article)
8146           (setq article (string-to-number article)))
8147         (if (gnus-summary-goto-subject article force)
8148             (gnus-summary-display-article article all-headers)
8149           (gnus-message 4 "Couldn't go to article %s" article) nil))
8150     (gnus-summary-position-point)))
8151
8152 (defun gnus-summary-goto-last-article ()
8153   "Go to the previously read article."
8154   (interactive)
8155   (prog1
8156       (when gnus-last-article
8157         (gnus-summary-goto-article gnus-last-article nil t))
8158     (gnus-summary-position-point)))
8159
8160 (defun gnus-summary-pop-article (number)
8161   "Pop one article off the history and go to the previous.
8162 NUMBER articles will be popped off."
8163   (interactive "p")
8164   (let (to)
8165     (setq gnus-newsgroup-history
8166           (cdr (setq to (nthcdr number gnus-newsgroup-history))))
8167     (if to
8168         (gnus-summary-goto-article (car to) nil t)
8169       (error "Article history empty")))
8170   (gnus-summary-position-point))
8171
8172 ;; Summary commands and functions for limiting the summary buffer.
8173
8174 (defun gnus-summary-limit-to-articles (n)
8175   "Limit the summary buffer to the next N articles.
8176 If not given a prefix, use the process marked articles instead."
8177   (interactive "P")
8178   (prog1
8179       (let ((articles (gnus-summary-work-articles n)))
8180         (setq gnus-newsgroup-processable nil)
8181         (gnus-summary-limit articles))
8182     (gnus-summary-position-point)))
8183
8184 (defun gnus-summary-pop-limit (&optional total)
8185   "Restore the previous limit.
8186 If given a prefix, remove all limits."
8187   (interactive "P")
8188   (when total
8189     (setq gnus-newsgroup-limits
8190           (list (mapcar (lambda (h) (mail-header-number h))
8191                         gnus-newsgroup-headers))))
8192   (unless gnus-newsgroup-limits
8193     (error "No limit to pop"))
8194   (prog1
8195       (gnus-summary-limit nil 'pop)
8196     (gnus-summary-position-point)))
8197
8198 (defun gnus-summary-limit-to-subject (subject &optional header not-matching)
8199   "Limit the summary buffer to articles that have subjects that match a regexp.
8200 If NOT-MATCHING, excluding articles that have subjects that match a regexp."
8201   (interactive
8202    (list (read-string (if current-prefix-arg
8203                           "Exclude subject (regexp): "
8204                         "Limit to subject (regexp): "))
8205          nil current-prefix-arg))
8206   (unless header
8207     (setq header "subject"))
8208   (when (not (equal "" subject))
8209     (prog1
8210         (let ((articles (gnus-summary-find-matching
8211                          (or header "subject") subject 'all nil nil
8212                          not-matching)))
8213           (unless articles
8214             (error "Found no matches for \"%s\"" subject))
8215           (gnus-summary-limit articles))
8216       (gnus-summary-position-point))))
8217
8218 (defun gnus-summary-limit-to-author (from &optional not-matching)
8219   "Limit the summary buffer to articles that have authors that match a regexp.
8220 If NOT-MATCHING, excluding articles that have authors that match a regexp."
8221   (interactive
8222    (list (read-string (if current-prefix-arg
8223                           "Exclude author (regexp): "
8224                         "Limit to author (regexp): "))
8225          current-prefix-arg))
8226   (gnus-summary-limit-to-subject from "from" not-matching))
8227
8228 (defun gnus-summary-limit-to-recipient (recipient &optional not-matching)
8229   "Limit the summary buffer to articles with the given RECIPIENT.
8230
8231 If NOT-MATCHING, exclude RECIPIENT.
8232
8233 To and Cc headers are checked.  You need to include them in
8234 `nnmail-extra-headers'."
8235   ;; Unlike `rmail-summary-by-recipients', doesn't include From.
8236   (interactive
8237    (list (read-string (format "%s recipient (regexp): "
8238                               (if current-prefix-arg "Exclude" "Limit to")))
8239          current-prefix-arg))
8240   (when (not (equal "" recipient))
8241     (prog1 (let* ((to
8242                    (if (memq 'To nnmail-extra-headers)
8243                        (gnus-summary-find-matching
8244                         (cons 'extra 'To) recipient 'all nil nil
8245                         not-matching)
8246                      (gnus-message
8247                       1 "`To' isn't present in `nnmail-extra-headers'")
8248                      (sit-for 1)
8249                      nil))
8250                   (cc
8251                    (if (memq 'Cc nnmail-extra-headers)
8252                        (gnus-summary-find-matching
8253                         (cons 'extra 'Cc) recipient 'all nil nil
8254                         not-matching)
8255                      (gnus-message
8256                       1 "`Cc' isn't present in `nnmail-extra-headers'")
8257                      (sit-for 1)
8258                      nil))
8259                   (articles
8260                    (if not-matching
8261                        ;; We need the numbers that are in both lists:
8262                        (mapcar (lambda (a)
8263                                  (and (memq a to) a))
8264                                cc)
8265                      (nconc to cc))))
8266              (unless articles
8267                (error "Found no matches for \"%s\"" recipient))
8268              (gnus-summary-limit articles))
8269       (gnus-summary-position-point))))
8270
8271 (defun gnus-summary-limit-to-address (address &optional not-matching)
8272   "Limit the summary buffer to articles with the given ADDRESS.
8273
8274 If NOT-MATCHING, exclude ADDRESS.
8275
8276 To, Cc and From headers are checked.  You need to include `To' and `Cc'
8277 in `nnmail-extra-headers'."
8278   (interactive
8279    (list (read-string (format "%s address (regexp): "
8280                               (if current-prefix-arg "Exclude" "Limit to")))
8281          current-prefix-arg))
8282   (when (not (equal "" address))
8283     (prog1 (let* ((to
8284                    (if (memq 'To nnmail-extra-headers)
8285                        (gnus-summary-find-matching
8286                         (cons 'extra 'To) address 'all nil nil
8287                         not-matching)
8288                      (gnus-message
8289                       1 "`To' isn't present in `nnmail-extra-headers'")
8290                      (sit-for 1)
8291                      t))
8292                   (cc
8293                    (if (memq 'Cc nnmail-extra-headers)
8294                        (gnus-summary-find-matching
8295                         (cons 'extra 'Cc) address 'all nil nil
8296                         not-matching)
8297                      (gnus-message
8298                       1 "`Cc' isn't present in `nnmail-extra-headers'")
8299                      (sit-for 1)
8300                      t))
8301                   (from
8302                    (gnus-summary-find-matching "from" address
8303                                                'all nil nil not-matching))
8304                   (articles
8305                    (if not-matching
8306                        ;; We need the numbers that are in all lists:
8307                        (if (eq cc t)
8308                            (if (eq to t)
8309                                from
8310                              (mapcar (lambda (a) (car (memq a from))) to))
8311                          (if (eq to t)
8312                              (mapcar (lambda (a) (car (memq a from))) cc)
8313                            (mapcar (lambda (a) (car (memq a from)))
8314                                    (mapcar (lambda (a) (car (memq a to)))
8315                                            cc))))
8316                      (nconc (if (eq to t) nil to)
8317                             (if (eq cc t) nil cc)
8318                             from))))
8319              (unless articles
8320                (error "Found no matches for \"%s\"" address))
8321              (gnus-summary-limit articles))
8322       (gnus-summary-position-point))))
8323
8324 (defun gnus-summary-limit-strange-charsets-predicate (header)
8325   (when (fboundp 'char-charset)
8326     (let ((string (concat (mail-header-subject header)
8327                           (mail-header-from header)))
8328           charset found)
8329       (dotimes (i (1- (length string)))
8330         (setq charset (format "%s" (char-charset (aref string (1+ i)))))
8331         (when (string-match "unicode\\|big\\|japanese" charset)
8332           (setq found t)))
8333       found)))
8334
8335 (defun gnus-summary-limit-to-predicate (predicate)
8336   "Limit to articles where PREDICATE returns non-nil.
8337 PREDICATE will be called with the header structures of the
8338 articles."
8339   (let ((articles nil)
8340         (case-fold-search t))
8341     (dolist (header gnus-newsgroup-headers)
8342       (when (funcall predicate header)
8343         (push (mail-header-number header) articles)))
8344     (gnus-summary-limit (nreverse articles))))
8345
8346 (defun gnus-summary-limit-to-age (age &optional younger-p)
8347   "Limit the summary buffer to articles that are older than (or equal) AGE days.
8348 If YOUNGER-P (the prefix) is non-nil, limit the summary buffer to
8349 articles that are younger than AGE days."
8350   (interactive
8351    (let ((younger current-prefix-arg)
8352          (days-got nil)
8353          days)
8354      (while (not days-got)
8355        (setq days (if younger
8356                       (read-string "Limit to articles younger than (in days, older when negative): ")
8357                     (read-string
8358                      "Limit to articles older than (in days, younger when negative): ")))
8359        (when (> (length days) 0)
8360          (setq days (read days)))
8361        (if (numberp days)
8362            (progn
8363              (setq days-got t)
8364              (when (< days 0)
8365                (setq younger (not younger))
8366                (setq days (* days -1))))
8367          (message "Please enter a number.")
8368          (sleep-for 1)))
8369      (list days younger)))
8370   (prog1
8371       (let ((data gnus-newsgroup-data)
8372             (cutoff (days-to-time age))
8373             articles d date is-younger)
8374         (while (setq d (pop data))
8375           (when (and (vectorp (gnus-data-header d))
8376                      (setq date (mail-header-date (gnus-data-header d))))
8377             (setq is-younger (time-less-p
8378                               (time-since (gnus-date-get-time date))
8379                               cutoff))
8380             (when (if younger-p
8381                       is-younger
8382                     (not is-younger))
8383               (push (gnus-data-number d) articles))))
8384         (gnus-summary-limit (nreverse articles)))
8385     (gnus-summary-position-point)))
8386
8387 (defun gnus-summary-limit-to-extra (header regexp &optional not-matching)
8388   "Limit the summary buffer to articles that match an 'extra' header."
8389   (interactive
8390    (let ((header
8391           (intern
8392            (gnus-completing-read
8393             (if current-prefix-arg
8394                 "Exclude extra header"
8395               "Limit extra header")
8396             (mapcar 'symbol-name gnus-extra-headers)
8397             t nil nil
8398             (symbol-name (car gnus-extra-headers))))))
8399      (list header
8400            (read-string (format "%s header %s (regexp): "
8401                                 (if current-prefix-arg "Exclude" "Limit to")
8402                                 header))
8403            current-prefix-arg)))
8404   (when (not (equal "" regexp))
8405     (prog1
8406         (let ((articles (gnus-summary-find-matching
8407                          (cons 'extra header) regexp 'all nil nil
8408                          not-matching)))
8409           (unless articles
8410             (error "Found no matches for \"%s\"" regexp))
8411           (gnus-summary-limit articles))
8412       (gnus-summary-position-point))))
8413
8414 (defun gnus-summary-limit-to-display-predicate ()
8415   "Limit the summary buffer to the predicated in the `display' group parameter."
8416   (interactive)
8417   (unless gnus-newsgroup-display
8418     (error "There is no `display' group parameter"))
8419   (let (articles)
8420     (dolist (gnus-number gnus-newsgroup-articles)
8421       (when (funcall gnus-newsgroup-display)
8422         (push gnus-number articles)))
8423     (gnus-summary-limit articles))
8424   (gnus-summary-position-point))
8425
8426 (defun gnus-summary-limit-to-unread (&optional all)
8427   "Limit the summary buffer to articles that are not marked as read.
8428 If ALL is non-nil, limit strictly to unread articles."
8429   (interactive "P")
8430   (if all
8431       (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
8432     (gnus-summary-limit-to-marks
8433      ;; Concat all the marks that say that an article is read and have
8434      ;; those removed.
8435      (list gnus-del-mark gnus-read-mark gnus-ancient-mark
8436            gnus-killed-mark gnus-spam-mark gnus-kill-file-mark
8437            gnus-low-score-mark gnus-expirable-mark
8438            gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark
8439            gnus-duplicate-mark)
8440      'reverse)))
8441
8442 (defun gnus-summary-limit-to-headers (match &optional reverse)
8443   "Limit the summary buffer to articles that have headers that match MATCH.
8444 If REVERSE (the prefix), limit to articles that don't match."
8445   (interactive "sMatch headers (regexp): \nP")
8446   (gnus-summary-limit-to-bodies match reverse t))
8447
8448 (defun gnus-summary-limit-to-bodies (match &optional reverse headersp)
8449   "Limit the summary buffer to articles that have bodies that match MATCH.
8450 If REVERSE (the prefix), limit to articles that don't match."
8451   (interactive "sMatch body (regexp): \nP")
8452   (let ((articles nil)
8453         (gnus-select-article-hook nil)  ;Disable hook.
8454         (gnus-article-prepare-hook nil)
8455         (gnus-use-article-prefetch nil)
8456         (gnus-keep-backlog nil)
8457         (gnus-break-pages nil)
8458         (gnus-summary-display-arrow nil)
8459         (gnus-updated-mode-lines nil)
8460         (gnus-auto-center-summary nil)
8461         (gnus-display-mime-function nil))
8462     (dolist (data gnus-newsgroup-data)
8463       (let (gnus-mark-article-hook)
8464         (gnus-summary-select-article t t nil (gnus-data-number data)))
8465       (with-current-buffer gnus-article-buffer
8466         (article-goto-body)
8467         (let* ((case-fold-search t)
8468                (found (if headersp
8469                           (re-search-backward match nil t)
8470                         (re-search-forward match nil t))))
8471           (when (or (and found
8472                          (not reverse))
8473                     (and (not found)
8474                          reverse))
8475             (push (gnus-data-number data) articles)))))
8476     (if (not articles)
8477         (message "No messages matched")
8478       (gnus-summary-limit articles)))
8479   (gnus-summary-position-point))
8480
8481 (defun gnus-summary-limit-to-singletons (&optional threadsp)
8482   "Limit the summary buffer to articles that aren't part on any thread.
8483 If THREADSP (the prefix), limit to articles that are in threads."
8484   (interactive "P")
8485   (let ((articles nil)
8486         thread-articles
8487         threads)
8488     (dolist (thread gnus-newsgroup-threads)
8489       (if (stringp (car thread))
8490           (dolist (thread (cdr thread))
8491             (push thread threads))
8492         (push thread threads)))
8493     (dolist (thread threads)
8494       (setq thread-articles (gnus-articles-in-thread thread))
8495       (when (or (and threadsp
8496                      (> (length thread-articles) 1))
8497                 (and (not threadsp)
8498                      (= (length thread-articles) 1)))
8499         (setq articles (nconc thread-articles articles))))
8500     (if (not articles)
8501         (message "No messages matched")
8502       (gnus-summary-limit articles))
8503     (gnus-summary-position-point)))
8504
8505 (defun gnus-summary-limit-to-replied (&optional unreplied)
8506   "Limit the summary buffer to replied articles.
8507 If UNREPLIED (the prefix), limit to unreplied articles."
8508   (interactive "P")
8509   (if unreplied
8510       (gnus-summary-limit
8511        (gnus-set-difference gnus-newsgroup-articles
8512         gnus-newsgroup-replied))
8513     (gnus-summary-limit gnus-newsgroup-replied))
8514   (gnus-summary-position-point))
8515
8516 (defun gnus-summary-limit-exclude-marks (marks &optional reverse)
8517   "Exclude articles that are marked with MARKS (e.g. \"DK\").
8518 If REVERSE, limit the summary buffer to articles that are marked
8519 with MARKS.  MARKS can either be a string of marks or a list of marks.
8520 Returns how many articles were removed."
8521   (interactive "sMarks: ")
8522   (gnus-summary-limit-to-marks marks t))
8523
8524 (defun gnus-summary-limit-to-marks (marks &optional reverse)
8525   "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
8526 If REVERSE (the prefix), limit the summary buffer to articles that are
8527 not marked with MARKS.  MARKS can either be a string of marks or a
8528 list of marks.
8529 Returns how many articles were removed."
8530   (interactive "sMarks: \nP")
8531   (prog1
8532       (let ((data gnus-newsgroup-data)
8533             (marks (if (listp marks) marks
8534                      (append marks nil))) ; Transform to list.
8535             articles)
8536         (while data
8537           (when (if reverse (not (memq (gnus-data-mark (car data)) marks))
8538                   (memq (gnus-data-mark (car data)) marks))
8539             (push (gnus-data-number (car data)) articles))
8540           (setq data (cdr data)))
8541         (gnus-summary-limit articles))
8542     (gnus-summary-position-point)))
8543
8544 (defun gnus-summary-limit-to-score (score)
8545   "Limit to articles with score at or above SCORE."
8546   (interactive "NLimit to articles with score of at least: ")
8547   (let ((data gnus-newsgroup-data)
8548         articles)
8549     (while data
8550       (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
8551                 score)
8552         (push (gnus-data-number (car data)) articles))
8553       (setq data (cdr data)))
8554     (prog1
8555         (gnus-summary-limit articles)
8556       (gnus-summary-position-point))))
8557
8558 (defun gnus-summary-limit-to-unseen ()
8559   "Limit to unseen articles."
8560   (interactive)
8561   (prog1
8562       (gnus-summary-limit gnus-newsgroup-unseen)
8563     (gnus-summary-position-point)))
8564
8565 (defun gnus-summary-limit-include-thread (id)
8566   "Display all the hidden articles that is in the thread with ID in it.
8567 When called interactively, ID is the Message-ID of the current
8568 article."
8569   (interactive (list (mail-header-id (gnus-summary-article-header))))
8570   (let ((articles (gnus-articles-in-thread
8571                    (gnus-id-to-thread (gnus-root-id id))))
8572         ;;we REALLY want the whole thread---this prevents cut-threads
8573         ;;from removing the thread we want to include.
8574         (gnus-fetch-old-headers nil)
8575         (gnus-build-sparse-threads nil))
8576     (prog1
8577         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8578       (gnus-summary-limit-include-matching-articles
8579        "subject"
8580        (regexp-quote (gnus-simplify-subject-re
8581                       (mail-header-subject (gnus-id-to-header id)))))
8582       (gnus-summary-position-point))))
8583
8584 (defun gnus-summary-limit-include-matching-articles (header regexp)
8585   "Display all the hidden articles that have HEADERs that match REGEXP."
8586   (interactive (list (read-string "Match on header: ")
8587                      (read-string "Regexp: ")))
8588   (let ((articles (gnus-find-matching-articles header regexp)))
8589     (prog1
8590         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8591       (gnus-summary-position-point))))
8592
8593 (defun gnus-summary-insert-dormant-articles ()
8594   "Insert all the dormant articles for this group into the current buffer."
8595   (interactive)
8596   (let ((gnus-verbose (max 6 gnus-verbose)))
8597     (if (not gnus-newsgroup-dormant)
8598         (gnus-message 3 "No dormant articles for this group")
8599       (gnus-summary-goto-subjects gnus-newsgroup-dormant))))
8600
8601 (defun gnus-summary-insert-ticked-articles ()
8602   "Insert ticked articles for this group into the current buffer."
8603   (interactive)
8604   (let ((gnus-verbose (max 6 gnus-verbose)))
8605     (if (not gnus-newsgroup-marked)
8606         (gnus-message 3 "No ticked articles for this group")
8607       (gnus-summary-goto-subjects gnus-newsgroup-marked))))
8608
8609 (defun gnus-summary-limit-include-dormant ()
8610   "Display all the hidden articles that are marked as dormant.
8611 Note that this command only works on a subset of the articles currently
8612 fetched for this group."
8613   (interactive)
8614   (unless gnus-newsgroup-dormant
8615     (error "There are no dormant articles in this group"))
8616   (prog1
8617       (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
8618     (gnus-summary-position-point)))
8619
8620 (defun gnus-summary-include-articles (articles)
8621   "Fetch the headers for ARTICLES and then display the summary lines."
8622   (let ((gnus-inhibit-demon t)
8623         (gnus-agent nil)
8624         (gnus-read-all-available-headers t))
8625     (setq gnus-newsgroup-headers
8626           (gnus-merge
8627            'list gnus-newsgroup-headers
8628            (gnus-fetch-headers articles nil t)
8629            'gnus-article-sort-by-number))
8630     (setq gnus-newsgroup-articles
8631           (gnus-sorted-nunion gnus-newsgroup-articles articles))
8632     (gnus-summary-limit (append articles gnus-newsgroup-limit))))
8633
8634 (defun gnus-summary-limit-exclude-dormant ()
8635   "Hide all dormant articles."
8636   (interactive)
8637   (prog1
8638       (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
8639     (gnus-summary-position-point)))
8640
8641 (defun gnus-summary-limit-exclude-childless-dormant ()
8642   "Hide all dormant articles that have no children."
8643   (interactive)
8644   (let ((data (gnus-data-list t))
8645         articles d children)
8646     ;; Find all articles that are either not dormant or have
8647     ;; children.
8648     (while (setq d (pop data))
8649       (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
8650                 (and (setq children
8651                            (gnus-article-children (gnus-data-number d)))
8652                      (let (found)
8653                        (while children
8654                          (when (memq (car children) articles)
8655                            (setq children nil
8656                                  found t))
8657                          (pop children))
8658                        found)))
8659         (push (gnus-data-number d) articles)))
8660     ;; Do the limiting.
8661     (prog1
8662         (gnus-summary-limit articles)
8663       (gnus-summary-position-point))))
8664
8665 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
8666   "Mark all unread excluded articles as read.
8667 If ALL, mark even excluded ticked and dormants as read."
8668   (interactive "P")
8669   (setq gnus-newsgroup-limit (sort gnus-newsgroup-limit '<))
8670   (let ((articles (gnus-sorted-ndifference
8671                    (sort
8672                     (mapcar (lambda (h) (mail-header-number h))
8673                             gnus-newsgroup-headers)
8674                     '<)
8675                    gnus-newsgroup-limit))
8676         article)
8677     (setq gnus-newsgroup-unreads
8678           (gnus-sorted-intersection gnus-newsgroup-unreads
8679                                     gnus-newsgroup-limit))
8680     (if all
8681         (setq gnus-newsgroup-dormant nil
8682               gnus-newsgroup-marked nil
8683               gnus-newsgroup-reads
8684               (nconc
8685                (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
8686                gnus-newsgroup-reads))
8687       (while (setq article (pop articles))
8688         (unless (or (memq article gnus-newsgroup-dormant)
8689                     (memq article gnus-newsgroup-marked))
8690           (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
8691
8692 (defun gnus-summary-limit (articles &optional pop)
8693   (if pop
8694       ;; We pop the previous limit off the stack and use that.
8695       (setq articles (car gnus-newsgroup-limits)
8696             gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
8697     ;; We use the new limit, so we push the old limit on the stack.
8698     (push gnus-newsgroup-limit gnus-newsgroup-limits))
8699   ;; Set the limit.
8700   (setq gnus-newsgroup-limit articles)
8701   (let ((total (length gnus-newsgroup-data))
8702         (data (gnus-data-find-list (gnus-summary-article-number)))
8703         (gnus-summary-mark-below nil)   ; Inhibit this.
8704         found)
8705     ;; This will do all the work of generating the new summary buffer
8706     ;; according to the new limit.
8707     (gnus-summary-prepare)
8708     ;; Hide any threads, possibly.
8709     (gnus-summary-maybe-hide-threads)
8710     ;; Try to return to the article you were at, or one in the
8711     ;; neighborhood.
8712     (when data
8713       ;; We try to find some article after the current one.
8714       (while data
8715         (when (gnus-summary-goto-subject (gnus-data-number (car data)) nil t)
8716           (setq data nil
8717                 found t))
8718         (setq data (cdr data))))
8719     (unless found
8720       ;; If there is no data, that means that we were after the last
8721       ;; article.  The same goes when we can't find any articles
8722       ;; after the current one.
8723       (goto-char (point-max))
8724       (gnus-summary-find-prev))
8725     (gnus-set-mode-line 'summary)
8726     ;; We return how many articles were removed from the summary
8727     ;; buffer as a result of the new limit.
8728     (- total (length gnus-newsgroup-data))))
8729
8730 (defsubst gnus-invisible-cut-children (threads)
8731   (let ((num 0))
8732     (while threads
8733       (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
8734         (incf num))
8735       (pop threads))
8736     (< num 2)))
8737
8738 (defsubst gnus-cut-thread (thread)
8739   "Go forwards in the thread until we find an article that we want to display."
8740   (when (or (eq gnus-fetch-old-headers 'some)
8741             (eq gnus-fetch-old-headers 'invisible)
8742             (numberp gnus-fetch-old-headers)
8743             (eq gnus-build-sparse-threads 'some)
8744             (eq gnus-build-sparse-threads 'more))
8745     ;; Deal with old-fetched headers and sparse threads.
8746     (while (and
8747             thread
8748             (or
8749              (gnus-summary-article-sparse-p (mail-header-number (car thread)))
8750              (gnus-summary-article-ancient-p
8751               (mail-header-number (car thread))))
8752             (if (or (<= (length (cdr thread)) 1)
8753                     (eq gnus-fetch-old-headers 'invisible))
8754                 (setq gnus-newsgroup-limit
8755                       (delq (mail-header-number (car thread))
8756                             gnus-newsgroup-limit)
8757                       thread (cadr thread))
8758               (when (gnus-invisible-cut-children (cdr thread))
8759                 (let ((th (cdr thread)))
8760                   (while th
8761                     (if (memq (mail-header-number (caar th))
8762                               gnus-newsgroup-limit)
8763                         (setq thread (car th)
8764                               th nil)
8765                       (setq th (cdr th))))))))))
8766   thread)
8767
8768 (defun gnus-cut-threads (threads)
8769   "Cut off all uninteresting articles from the beginning of THREADS."
8770   (when (or (eq gnus-fetch-old-headers 'some)
8771             (eq gnus-fetch-old-headers 'invisible)
8772             (numberp gnus-fetch-old-headers)
8773             (eq gnus-build-sparse-threads 'some)
8774             (eq gnus-build-sparse-threads 'more))
8775     (let ((th threads))
8776       (while th
8777         (setcar th (gnus-cut-thread (car th)))
8778         (setq th (cdr th)))))
8779   ;; Remove nixed out threads.
8780   (delq nil threads))
8781
8782 (defun gnus-summary-initial-limit (&optional show-if-empty)
8783   "Figure out what the initial limit is supposed to be on group entry.
8784 This entails weeding out unwanted dormants, low-scored articles,
8785 fetch-old-headers verbiage, and so on."
8786   ;; Most groups have nothing to remove.
8787   (unless (or gnus-inhibit-limiting
8788               (and (null gnus-newsgroup-dormant)
8789                    (eq gnus-newsgroup-display 'gnus-not-ignore)
8790                    (not (eq gnus-fetch-old-headers 'some))
8791                    (not (numberp gnus-fetch-old-headers))
8792                    (not (eq gnus-fetch-old-headers 'invisible))
8793                    (null gnus-summary-expunge-below)
8794                    (not (eq gnus-build-sparse-threads 'some))
8795                    (not (eq gnus-build-sparse-threads 'more))
8796                    (null gnus-thread-expunge-below)))
8797     (push gnus-newsgroup-limit gnus-newsgroup-limits)
8798     (setq gnus-newsgroup-limit nil)
8799     (mapatoms
8800      (lambda (node)
8801        (unless (car (symbol-value node))
8802          ;; These threads have no parents -- they are roots.
8803          (let ((nodes (cdr (symbol-value node)))
8804                thread)
8805            (while nodes
8806              (if (and gnus-thread-expunge-below
8807                       (< (gnus-thread-total-score (car nodes))
8808                          gnus-thread-expunge-below))
8809                  (gnus-expunge-thread (pop nodes))
8810                (setq thread (pop nodes))
8811                (gnus-summary-limit-children thread))))))
8812      gnus-newsgroup-dependencies)
8813     ;; If this limitation resulted in an empty group, we might
8814     ;; pop the previous limit and use it instead.
8815     (when (and (not gnus-newsgroup-limit)
8816                show-if-empty)
8817       (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
8818     gnus-newsgroup-limit))
8819
8820 (defun gnus-summary-limit-children (thread)
8821   "Return 1 if this subthread is visible and 0 if it is not."
8822   ;; First we get the number of visible children to this thread.  This
8823   ;; is done by recursing down the thread using this function, so this
8824   ;; will really go down to a leaf article first, before slowly
8825   ;; working its way up towards the root.
8826   (when thread
8827     (let* ((max-lisp-eval-depth (max 5000 max-lisp-eval-depth))
8828            (children
8829            (if (cdr thread)
8830                (apply '+ (mapcar 'gnus-summary-limit-children
8831                                  (cdr thread)))
8832              0))
8833            (number (mail-header-number (car thread)))
8834            score)
8835       (if (and
8836            (not (memq number gnus-newsgroup-marked))
8837            (or
8838             ;; If this article is dormant and has absolutely no visible
8839             ;; children, then this article isn't visible.
8840             (and (memq number gnus-newsgroup-dormant)
8841                  (zerop children))
8842             ;; If this is "fetch-old-headered" and there is no
8843             ;; visible children, then we don't want this article.
8844             (and (or (eq gnus-fetch-old-headers 'some)
8845                      (numberp gnus-fetch-old-headers))
8846                  (gnus-summary-article-ancient-p number)
8847                  (zerop children))
8848             ;; If this is "fetch-old-headered" and `invisible', then
8849             ;; we don't want this article.
8850             (and (eq gnus-fetch-old-headers 'invisible)
8851                  (gnus-summary-article-ancient-p number))
8852             ;; If this is a sparsely inserted article with no children,
8853             ;; we don't want it.
8854             (and (eq gnus-build-sparse-threads 'some)
8855                  (gnus-summary-article-sparse-p number)
8856                  (zerop children))
8857             ;; If we use expunging, and this article is really
8858             ;; low-scored, then we don't want this article.
8859             (when (and gnus-summary-expunge-below
8860                        (< (setq score
8861                                 (or (cdr (assq number gnus-newsgroup-scored))
8862                                     gnus-summary-default-score))
8863                           gnus-summary-expunge-below))
8864               ;; We increase the expunge-tally here, but that has
8865               ;; nothing to do with the limits, really.
8866               (incf gnus-newsgroup-expunged-tally)
8867               ;; We also mark as read here, if that's wanted.
8868               (when (and gnus-summary-mark-below
8869                          (< score gnus-summary-mark-below))
8870                 (setq gnus-newsgroup-unreads
8871                       (delq number gnus-newsgroup-unreads))
8872                 (if gnus-newsgroup-auto-expire
8873                     (push number gnus-newsgroup-expirable)
8874                   (push (cons number gnus-low-score-mark)
8875                         gnus-newsgroup-reads)))
8876               t)
8877             ;; Do the `display' group parameter.
8878             (and gnus-newsgroup-display
8879                  (let ((gnus-number number))
8880                    (not (funcall gnus-newsgroup-display))))))
8881           ;; Nope, invisible article.
8882           0
8883         ;; Ok, this article is to be visible, so we add it to the limit
8884         ;; and return 1.
8885         (push number gnus-newsgroup-limit)
8886         1))))
8887
8888 (defun gnus-expunge-thread (thread)
8889   "Mark all articles in THREAD as read."
8890   (let* ((number (mail-header-number (car thread))))
8891     (incf gnus-newsgroup-expunged-tally)
8892     ;; We also mark as read here, if that's wanted.
8893     (setq gnus-newsgroup-unreads
8894           (delq number gnus-newsgroup-unreads))
8895     (if gnus-newsgroup-auto-expire
8896         (push number gnus-newsgroup-expirable)
8897       (push (cons number gnus-low-score-mark)
8898             gnus-newsgroup-reads)))
8899   ;; Go recursively through all subthreads.
8900   (mapcar 'gnus-expunge-thread (cdr thread)))
8901
8902 ;; Summary article oriented commands
8903
8904 (defun gnus-summary-refer-parent-article (n)
8905   "Refer parent article N times.
8906 If N is negative, go to ancestor -N instead.
8907 The difference between N and the number of articles fetched is returned."
8908   (interactive "p")
8909   (let ((skip 1)
8910         error header ref)
8911     (when (not (natnump n))
8912       (setq skip (abs n)
8913             n 1))
8914     (while (and (> n 0)
8915                 (not error))
8916       (setq header (gnus-summary-article-header))
8917       (if (and (eq (mail-header-number header)
8918                    (cdr gnus-article-current))
8919                (equal gnus-newsgroup-name
8920                       (car gnus-article-current)))
8921           ;; If we try to find the parent of the currently
8922           ;; displayed article, then we take a look at the actual
8923           ;; References header, since this is slightly more
8924           ;; reliable than the References field we got from the
8925           ;; server.
8926           (with-current-buffer gnus-original-article-buffer
8927             (nnheader-narrow-to-headers)
8928             (unless (setq ref (message-fetch-field "references"))
8929               (when (setq ref (message-fetch-field "in-reply-to"))
8930                 (setq ref (gnus-extract-message-id-from-in-reply-to ref))))
8931             (widen))
8932         (setq ref
8933               ;; It's not the current article, so we take a bet on
8934               ;; the value we got from the server.
8935               (mail-header-references header)))
8936       (if (and ref
8937                (not (equal ref "")))
8938           (unless (gnus-summary-refer-article (gnus-parent-id ref skip))
8939             (gnus-message 1 "Couldn't find parent"))
8940         (gnus-message 1 "No references in article %d"
8941                       (gnus-summary-article-number))
8942         (setq error t))
8943       (decf n))
8944     (gnus-summary-position-point)
8945     n))
8946
8947 (defun gnus-summary-refer-references ()
8948   "Fetch all articles mentioned in the References header.
8949 Return the number of articles fetched."
8950   (interactive)
8951   (let ((ref (mail-header-references (gnus-summary-article-header)))
8952         (current (gnus-summary-article-number))
8953         (n 0))
8954     (if (or (not ref)
8955             (equal ref ""))
8956         (error "No References in the current article")
8957       ;; For each Message-ID in the References header...
8958       (while (string-match "<[^>]*>" ref)
8959         (incf n)
8960         ;; ... fetch that article.
8961         (gnus-summary-refer-article
8962          (prog1 (match-string 0 ref)
8963            (setq ref (substring ref (match-end 0))))))
8964       (gnus-summary-goto-subject current)
8965       (gnus-summary-position-point)
8966       n)))
8967
8968 (defun gnus-delete-duplicate-headers (headers)
8969   ;; First remove leading duplicates.
8970   (while (and (> (length headers) 1)
8971               (= (mail-header-number (car headers))
8972                  (mail-header-number (cadr headers))))
8973     (pop headers))
8974   ;; Then the rest.
8975   (let ((result headers))
8976     (while (> (length headers) 1)
8977       (if (= (mail-header-number (car headers))
8978              (mail-header-number (cadr headers)))
8979           (setcdr headers (cddr headers))
8980         (pop headers)))
8981     result))
8982
8983 (defun gnus-summary-refer-thread (&optional limit)
8984   "Fetch all articles in the current thread. For backends that
8985 know how to search for threads (currently only 'nnimap) a
8986 non-numeric prefix arg will use nnir to search the entire
8987 server; without a prefix arg only the current group is
8988 searched. If the variable `gnus-refer-thread-use-nnir' is
8989 non-nil the prefix arg has the reverse meaning. If no
8990 backend-specific 'request-thread function is available fetch
8991 LIMIT (the numerical prefix) old headers. If LIMIT is
8992 non-numeric or nil fetch the number specified by the
8993 `gnus-refer-thread-limit' variable."
8994   (interactive "P")
8995   (gnus-warp-to-article)
8996   (let* ((header (gnus-summary-article-header))
8997          (id (mail-header-id header))
8998          (gnus-inhibit-demon t)
8999          (gnus-summary-ignore-duplicates t)
9000          (gnus-read-all-available-headers t)
9001          (gnus-refer-thread-use-nnir
9002           (if (and (not (null limit)) (listp limit))
9003               (not gnus-refer-thread-use-nnir) gnus-refer-thread-use-nnir))
9004          (new-headers
9005           (if (gnus-check-backend-function
9006                'request-thread gnus-newsgroup-name)
9007               (gnus-request-thread header gnus-newsgroup-name)
9008             (let* ((limit (if (numberp limit) (prefix-numeric-value limit)
9009                             gnus-refer-thread-limit))
9010                    (last (if (numberp limit)
9011                              (min (+ (mail-header-number header)
9012                                      limit)
9013                                   gnus-newsgroup-highest)
9014                            gnus-newsgroup-highest))
9015                    (subject (gnus-simplify-subject
9016                              (mail-header-subject header)))
9017                    (refs (split-string (or (mail-header-references header)
9018                                            "")))
9019                    (gnus-parse-headers-hook
9020                     `(lambda () (goto-char (point-min))
9021                       (keep-lines
9022                        (regexp-opt ',(append refs (list id subject)))))))
9023               (gnus-fetch-headers (list last) (if (numberp limit)
9024                                                   (* 2 limit) limit) t))))
9025          article-ids)
9026     (when (listp new-headers)
9027       (dolist (header new-headers)
9028         (push (mail-header-number header) article-ids)
9029         (when (member (mail-header-number header) gnus-newsgroup-unselected)
9030           (push (mail-header-number header) gnus-newsgroup-unreads)
9031           (setq gnus-newsgroup-unselected
9032                 (delete (mail-header-number header)
9033                         gnus-newsgroup-unselected))))
9034       (setq gnus-newsgroup-headers
9035             (gnus-delete-duplicate-headers
9036              (gnus-merge
9037               'list gnus-newsgroup-headers new-headers
9038               'gnus-article-sort-by-number)))
9039       (setq gnus-newsgroup-articles
9040             (gnus-sorted-nunion gnus-newsgroup-articles (nreverse article-ids)))
9041       (gnus-summary-limit-include-thread id)))
9042   (gnus-summary-show-thread))
9043
9044 (defun gnus-summary-refer-article (message-id)
9045   "Fetch an article specified by MESSAGE-ID."
9046   (interactive "sMessage-ID: ")
9047   (gnus-warp-to-article)
9048   (when (and (stringp message-id)
9049              (not (zerop (length message-id))))
9050     (setq message-id (gnus-replace-in-string message-id " " ""))
9051     ;; Construct the correct Message-ID if necessary.
9052     ;; Suggested by tale@pawl.rpi.edu.
9053     (unless (string-match "^<" message-id)
9054       (setq message-id (concat "<" message-id)))
9055     (unless (string-match ">$" message-id)
9056       (setq message-id (concat message-id ">")))
9057     ;; People often post MIDs from URLs, so unhex it:
9058     (unless (string-match "@" message-id)
9059       (setq message-id (gnus-url-unhex-string message-id)))
9060     (let* ((header (gnus-id-to-header message-id))
9061            (sparse (and header
9062                         (gnus-summary-article-sparse-p
9063                          (mail-header-number header))
9064                         (memq (mail-header-number header)
9065                               gnus-newsgroup-limit)))
9066            number)
9067       (cond
9068        ;; If the article is present in the buffer we just go to it.
9069        ((and header
9070              (or (not (gnus-summary-article-sparse-p
9071                        (mail-header-number header)))
9072                  sparse))
9073         (prog1
9074             (gnus-summary-goto-article
9075              (mail-header-number header) nil t)
9076           (when sparse
9077             (gnus-summary-update-article (mail-header-number header)))))
9078        (t
9079         ;; We fetch the article.
9080         (catch 'found
9081           (dolist (gnus-override-method (gnus-refer-article-methods))
9082             (when (and (gnus-check-server gnus-override-method)
9083                        ;; Fetch the header,
9084                        (setq number (gnus-summary-insert-subject message-id)))
9085               ;; and display the article.
9086               (gnus-summary-select-article nil nil nil number)
9087               (throw 'found t)))
9088           (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
9089
9090 (defun gnus-refer-article-methods ()
9091   "Return a list of referable methods."
9092   (cond
9093    ;; No method, so we default to current and native.
9094    ((null gnus-refer-article-method)
9095     (list gnus-current-select-method gnus-select-method))
9096    ;; Current.
9097    ((eq 'current gnus-refer-article-method)
9098     (list gnus-current-select-method))
9099    ;; List of select methods.
9100    ((not (and (symbolp (car gnus-refer-article-method))
9101               (assq (car gnus-refer-article-method) nnoo-definition-alist)))
9102     (let (out)
9103       (dolist (method gnus-refer-article-method)
9104         (push (if (eq 'current method)
9105                   gnus-current-select-method
9106                 (if (eq 'nnir (car method))
9107                     (list
9108                      'nnir
9109                      (or (cadr method)
9110                          (gnus-method-to-server gnus-current-select-method)))
9111                   method))
9112               out))
9113       (nreverse out)))
9114    ;; One single select method.
9115    (t
9116     (list gnus-refer-article-method))))
9117
9118 (defun gnus-summary-edit-parameters ()
9119   "Edit the group parameters of the current group."
9120   (interactive)
9121   (gnus-group-edit-group gnus-newsgroup-name 'params))
9122
9123 (defun gnus-summary-customize-parameters ()
9124   "Customize the group parameters of the current group."
9125   (interactive)
9126   (gnus-group-customize gnus-newsgroup-name))
9127
9128 (defun gnus-summary-enter-digest-group (&optional force)
9129   "Enter an nndoc group based on the current article.
9130 If FORCE, force a digest interpretation.  If not, try to guess
9131 what the document format is.
9132
9133 To control what happens when you exit the group, see the
9134 `gnus-auto-select-on-ephemeral-exit' variable."
9135   (interactive "P")
9136   (let ((conf gnus-current-window-configuration))
9137     (save-window-excursion
9138       (save-excursion
9139         (let (gnus-article-prepare-hook
9140               gnus-display-mime-function
9141               gnus-break-pages)
9142           (gnus-summary-select-article))))
9143     (setq gnus-current-window-configuration conf)
9144     (let* ((name (format "%s-%d"
9145                          (gnus-group-prefixed-name
9146                           gnus-newsgroup-name (list 'nndoc ""))
9147                          (with-current-buffer gnus-summary-buffer
9148                            gnus-current-article)))
9149            (ogroup gnus-newsgroup-name)
9150            (params (append (gnus-info-params (gnus-get-info ogroup))
9151                            (list (cons 'to-group ogroup))
9152                            (list (cons 'parent-group ogroup))
9153                            (list (cons 'save-article-group ogroup))))
9154            (case-fold-search t)
9155            (buf (current-buffer))
9156            dig to-address)
9157       (with-current-buffer gnus-original-article-buffer
9158         ;; Have the digest group inherit the main mail address of
9159         ;; the parent article.
9160         (when (setq to-address (or (gnus-fetch-field "reply-to")
9161                                    (gnus-fetch-field "from")))
9162           (setq params
9163                 (append
9164                  (list (cons 'to-address
9165                              (funcall gnus-decode-encoded-address-function
9166                                       to-address))))))
9167         (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
9168         (insert-buffer-substring gnus-original-article-buffer)
9169         ;; Remove lines that may lead nndoc to misinterpret the
9170         ;; document type.
9171         (narrow-to-region
9172          (goto-char (point-min))
9173          (or (search-forward "\n\n" nil t) (point)))
9174         (goto-char (point-min))
9175         (delete-matching-lines "^Path:\\|^From ")
9176         (widen))
9177       (unwind-protect
9178           (if (let ((gnus-newsgroup-ephemeral-charset gnus-newsgroup-charset)
9179                     (gnus-newsgroup-ephemeral-ignored-charsets
9180                      gnus-newsgroup-ignored-charsets))
9181                 (gnus-group-read-ephemeral-group
9182                  name `(nndoc ,name (nndoc-address ,(get-buffer dig))
9183                               (nndoc-article-type
9184                                ,(if force 'mbox 'guess)))
9185                  t nil nil nil
9186                  `((adapt-file . ,(gnus-score-file-name gnus-newsgroup-name
9187                                                         "ADAPT")))))
9188               ;; Make all postings to this group go to the parent group.
9189               (nconc (gnus-info-params (gnus-get-info name))
9190                      params)
9191             ;; Couldn't select this doc group.
9192             (switch-to-buffer buf)
9193             (gnus-set-global-variables)
9194             (gnus-configure-windows 'summary)
9195             (gnus-message 3 "Article couldn't be entered?"))
9196         (kill-buffer dig)))))
9197
9198 (defun gnus-summary-read-document (n)
9199   "Open a new group based on the current article(s).
9200 This will allow you to read digests and other similar
9201 documents as newsgroups.
9202 Obeys the standard process/prefix convention."
9203   (interactive "P")
9204   (let* ((ogroup gnus-newsgroup-name)
9205          (params (append (gnus-info-params (gnus-get-info ogroup))
9206                          (list (cons 'to-group ogroup))))
9207          group egroup groups vgroup)
9208     (dolist (article (gnus-summary-work-articles n))
9209       (setq group (format "%s-%d" gnus-newsgroup-name article))
9210       (gnus-summary-remove-process-mark article)
9211       (when (gnus-summary-display-article article)
9212         (save-excursion ;;What for?
9213           (with-temp-buffer
9214             (insert-buffer-substring gnus-original-article-buffer)
9215             ;; Remove some headers that may lead nndoc to make
9216             ;; the wrong guess.
9217             (message-narrow-to-head)
9218             (goto-char (point-min))
9219             (delete-matching-lines "^Path:\\|^From ")
9220             (widen)
9221             (if (setq egroup
9222                       (gnus-group-read-ephemeral-group
9223                        group `(nndoc ,group (nndoc-address ,(current-buffer))
9224                                      (nndoc-article-type guess))
9225                        t nil t))
9226                 (progn
9227                   ;; Make all postings to this group go to the parent group.
9228                   (nconc (gnus-info-params (gnus-get-info egroup))
9229                          params)
9230                   (push egroup groups))
9231               ;; Couldn't select this doc group.
9232               (gnus-error 3 "Article couldn't be entered"))))))
9233     ;; Now we have selected all the documents.
9234     (cond
9235      ((not groups)
9236       (error "None of the articles could be interpreted as documents"))
9237      ((gnus-group-read-ephemeral-group
9238        (setq vgroup (format
9239                      "nnvirtual:%s-%s" gnus-newsgroup-name
9240                      (format-time-string "%Y%m%dT%H%M%S" (current-time))))
9241        `(nnvirtual ,vgroup (nnvirtual-component-groups ,groups))
9242        t
9243        (cons (current-buffer) 'summary)))
9244      (t
9245       (error "Couldn't select virtual nndoc group")))))
9246
9247 (defun gnus-summary-widget-forward (arg)
9248   "Move point to the next field or button in the article.
9249 With optional ARG, move across that many fields."
9250   (interactive "p")
9251   (gnus-summary-select-article)
9252   (gnus-configure-windows 'article)
9253   (select-window (gnus-get-buffer-window gnus-article-buffer))
9254   (widget-forward arg))
9255
9256 (defun gnus-summary-isearch-article (&optional regexp-p)
9257   "Do incremental search forward on the current article.
9258 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
9259   (interactive "P")
9260   (gnus-summary-select-article)
9261   (gnus-configure-windows 'article)
9262   (gnus-eval-in-buffer-window gnus-article-buffer
9263     (save-restriction
9264       (widen)
9265       (isearch-forward regexp-p))))
9266
9267 (defun gnus-summary-repeat-search-article-forward ()
9268   "Repeat the previous search forwards."
9269   (interactive)
9270   (unless gnus-last-search-regexp
9271     (error "No previous search"))
9272   (gnus-summary-search-article-forward gnus-last-search-regexp))
9273
9274 (defun gnus-summary-repeat-search-article-backward ()
9275   "Repeat the previous search backwards."
9276   (interactive)
9277   (unless gnus-last-search-regexp
9278     (error "No previous search"))
9279   (gnus-summary-search-article-forward gnus-last-search-regexp t))
9280
9281 (defun gnus-summary-search-article-forward (regexp &optional backward)
9282   "Search for an article containing REGEXP forward.
9283 If BACKWARD, search backward instead."
9284   (interactive
9285    (list (read-string
9286           (format "Search article %s (regexp%s): "
9287                   (if current-prefix-arg "backward" "forward")
9288                   (if gnus-last-search-regexp
9289                       (concat ", default " gnus-last-search-regexp)
9290                     "")))
9291          current-prefix-arg))
9292   (if (string-equal regexp "")
9293       (setq regexp (or gnus-last-search-regexp ""))
9294     (setq gnus-last-search-regexp regexp)
9295     (setq gnus-article-before-search gnus-current-article))
9296   ;; Intentionally set gnus-last-article.
9297   (setq gnus-last-article gnus-article-before-search)
9298   (let ((gnus-last-article gnus-last-article))
9299     (if (gnus-summary-search-article regexp backward)
9300         (gnus-summary-show-thread)
9301       (signal 'search-failed (list regexp)))))
9302
9303 (defun gnus-summary-search-article-backward (regexp)
9304   "Search for an article containing REGEXP backward."
9305   (interactive
9306    (list (read-string
9307           (format "Search article backward (regexp%s): "
9308                   (if gnus-last-search-regexp
9309                       (concat ", default " gnus-last-search-regexp)
9310                     "")))))
9311   (gnus-summary-search-article-forward regexp 'backward))
9312
9313 (defun gnus-summary-search-article (regexp &optional backward)
9314   "Search for an article containing REGEXP.
9315 Optional argument BACKWARD means do search for backward.
9316 `gnus-select-article-hook' is not called during the search."
9317   ;; We have to require this here to make sure that the following
9318   ;; dynamic binding isn't shadowed by autoloading.
9319   (require 'gnus-async)
9320   (require 'gnus-art)
9321   (let ((gnus-select-article-hook nil)  ;Disable hook.
9322         (gnus-article-prepare-hook nil)
9323         (gnus-mark-article-hook nil)    ;Inhibit marking as read.
9324         (gnus-use-article-prefetch nil)
9325         (gnus-xmas-force-redisplay nil) ;Inhibit XEmacs redisplay.
9326         (gnus-use-trees nil)            ;Inhibit updating tree buffer.
9327         (gnus-visual nil)
9328         (gnus-keep-backlog nil)
9329         (gnus-break-pages nil)
9330         (gnus-summary-display-arrow nil)
9331         (gnus-updated-mode-lines nil)
9332         (gnus-auto-center-summary nil)
9333         (sum (current-buffer))
9334         (gnus-display-mime-function nil)
9335         (found nil)
9336         point)
9337     (gnus-save-hidden-threads
9338       (gnus-summary-select-article)
9339       (set-buffer gnus-article-buffer)
9340       (goto-char (window-point (get-buffer-window (current-buffer))))
9341       (when backward
9342         (forward-line -1))
9343       (while (not found)
9344         (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
9345         (if (if backward
9346                 (re-search-backward regexp nil t)
9347               (re-search-forward regexp nil t))
9348             ;; We found the regexp.
9349             (progn
9350               (setq found 'found)
9351               (beginning-of-line)
9352               (set-window-start
9353                (get-buffer-window (current-buffer))
9354                (point))
9355               (forward-line 1)
9356               (set-window-point
9357                (get-buffer-window (current-buffer))
9358                (point))
9359               (set-buffer sum)
9360               (setq point (point)))
9361           ;; We didn't find it, so we go to the next article.
9362           (set-buffer sum)
9363           (setq found 'not)
9364           (while (eq found 'not)
9365             (if (not (if backward (gnus-summary-find-prev)
9366                        (gnus-summary-find-next)))
9367                 ;; No more articles.
9368                 (setq found t)
9369               ;; Select the next article and adjust point.
9370               (unless (gnus-summary-article-sparse-p
9371                        (gnus-summary-article-number))
9372                 (setq found nil)
9373                 (gnus-summary-select-article)
9374                 (set-buffer gnus-article-buffer)
9375                 (widen)
9376                 (goto-char (if backward (point-max) (point-min))))))))
9377       (gnus-message 7 ""))
9378     ;; Return whether we found the regexp.
9379     (when (eq found 'found)
9380       (goto-char point)
9381       (gnus-summary-show-thread)
9382       (gnus-summary-goto-subject gnus-current-article)
9383       (gnus-summary-position-point)
9384       t)))
9385
9386 (defun gnus-find-matching-articles (header regexp)
9387   "Return a list of all articles that match REGEXP on HEADER.
9388 This search includes all articles in the current group that Gnus has
9389 fetched headers for, whether they are displayed or not."
9390   (let ((articles nil)
9391         ;; Can't eta-reduce because it's a macro.
9392         (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
9393         (case-fold-search t))
9394     (dolist (header gnus-newsgroup-headers)
9395       (when (string-match regexp (funcall func header))
9396         (push (mail-header-number header) articles)))
9397     (nreverse articles)))
9398
9399 (defun gnus-summary-find-matching (header regexp &optional backward unread
9400                                           not-case-fold not-matching)
9401   "Return a list of all articles that match REGEXP on HEADER.
9402 The search stars on the current article and goes forwards unless
9403 BACKWARD is non-nil.  If BACKWARD is `all', do all articles.
9404 If UNREAD is non-nil, only unread articles will
9405 be taken into consideration.  If NOT-CASE-FOLD, case won't be folded
9406 in the comparisons. If NOT-MATCHING, return a list of all articles that
9407 not match REGEXP on HEADER."
9408   (let ((case-fold-search (not not-case-fold))
9409         articles d func)
9410     (if (consp header)
9411         (if (eq (car header) 'extra)
9412             (setq func
9413                   `(lambda (h)
9414                      (or (cdr (assq ',(cdr header) (mail-header-extra h)))
9415                          "")))
9416           (error "%s is an invalid header" header))
9417       (unless (fboundp (intern (concat "mail-header-" header)))
9418         (error "%s is not a valid header" header))
9419       (setq func `(lambda (h) (,(intern (concat "mail-header-" header)) h))))
9420     (dolist (d (if (eq backward 'all)
9421                    gnus-newsgroup-data
9422                  (gnus-data-find-list
9423                   (gnus-summary-article-number)
9424                   (gnus-data-list backward))))
9425       (when (and (or (not unread)       ; We want all articles...
9426                      (gnus-data-unread-p d)) ; Or just unreads.
9427                  (vectorp (gnus-data-header d)) ; It's not a pseudo.
9428                  (if not-matching
9429                      (not (string-match
9430                            regexp
9431                            (funcall func (gnus-data-header d))))
9432                    (string-match regexp
9433                                  (funcall func (gnus-data-header d)))))
9434         (push (gnus-data-number d) articles))) ; Success!
9435     (nreverse articles)))
9436
9437 (defun gnus-summary-execute-command (header regexp command &optional backward)
9438   "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
9439 If HEADER is an empty string (or nil), the match is done on the entire
9440 article.  If BACKWARD (the prefix) is non-nil, search backward instead."
9441   (interactive
9442    (list (let ((completion-ignore-case t))
9443            (gnus-completing-read
9444             "Header name"
9445             (mapcar 'symbol-name
9446                     (append
9447                      '(Number Subject From Lines Date
9448                        Message-ID Xref References Body)
9449                      gnus-extra-headers))
9450             'require-match))
9451          (read-string "Regexp: ")
9452          (read-key-sequence "Command: ")
9453          current-prefix-arg))
9454   (when (equal header "Body")
9455     (setq header ""))
9456   ;; Hidden thread subtrees must be searched as well.
9457   (gnus-summary-show-all-threads)
9458   ;; We don't want to change current point nor window configuration.
9459   (save-excursion
9460     (save-window-excursion
9461       (let (gnus-visual
9462             gnus-treat-strip-trailing-blank-lines
9463             gnus-treat-strip-leading-blank-lines
9464             gnus-treat-strip-multiple-blank-lines
9465             gnus-treat-hide-boring-headers
9466             gnus-treat-fold-newsgroups
9467             gnus-article-prepare-hook)
9468         (gnus-message 6 "Executing %s..." (key-description command))
9469         ;; We'd like to execute COMMAND interactively so as to give arguments.
9470         (gnus-execute header regexp
9471                       `(call-interactively ',(key-binding command))
9472                       backward)
9473         (gnus-message 6 "Executing %s...done" (key-description command))))))
9474
9475 (defun gnus-summary-beginning-of-article ()
9476   "Scroll the article back to the beginning."
9477   (interactive)
9478   (gnus-summary-select-article)
9479   (gnus-configure-windows 'article)
9480   (gnus-eval-in-buffer-window gnus-article-buffer
9481     (widen)
9482     (goto-char (point-min))
9483     (when gnus-break-pages
9484       (gnus-narrow-to-page))))
9485
9486 (defun gnus-summary-end-of-article ()
9487   "Scroll to the end of the article."
9488   (interactive)
9489   (gnus-summary-select-article)
9490   (gnus-configure-windows 'article)
9491   (gnus-eval-in-buffer-window gnus-article-buffer
9492     (widen)
9493     (goto-char (point-max))
9494     (recenter -3)
9495     (when gnus-break-pages
9496       (gnus-narrow-to-page))))
9497
9498 (defun gnus-summary-print-truncate-and-quote (string &optional len)
9499   "Truncate to LEN and quote all \"(\"'s in STRING."
9500   (gnus-replace-in-string (if (and len (> (length string) len))
9501                               (substring string 0 len)
9502                             string)
9503                           "[()]" "\\\\\\&"))
9504
9505 (defun gnus-summary-print-article (&optional filename n)
9506   "Generate and print a PostScript image of the process-marked (mail) articles.
9507
9508 If used interactively, print the current article if none are
9509 process-marked.  With prefix arg, prompt the user for the name of the
9510 file to save in.
9511
9512 When used from Lisp, accept two optional args FILENAME and N.  N means
9513 to print the next N articles.  If N is negative, print the N previous
9514 articles.  If N is nil and articles have been marked with the process
9515 mark, print these instead.
9516
9517 If the optional first argument FILENAME is nil, send the image to the
9518 printer.  If FILENAME is a string, save the PostScript image in a file with
9519 that name.  If FILENAME is a number, prompt the user for the name of the file
9520 to save in."
9521   (interactive (list (ps-print-preprint current-prefix-arg)))
9522   (dolist (article (gnus-summary-work-articles n))
9523     (gnus-summary-select-article nil nil 'pseudo article)
9524     (gnus-eval-in-buffer-window gnus-article-buffer
9525       (gnus-print-buffer))
9526     (gnus-summary-remove-process-mark article))
9527   (ps-despool filename))
9528
9529 (defun gnus-print-buffer ()
9530   (let ((ps-left-header
9531          (list
9532           (concat "("
9533                   (gnus-summary-print-truncate-and-quote
9534                    (mail-header-subject gnus-current-headers)
9535                    66) ")")
9536           (concat "("
9537                   (gnus-summary-print-truncate-and-quote
9538                    (mail-header-from gnus-current-headers)
9539                    45) ")")))
9540         (ps-right-header
9541          (list
9542           "/pagenumberstring load"
9543           (concat "("
9544                   (mail-header-date gnus-current-headers) ")"))))
9545     (gnus-run-hooks 'gnus-ps-print-hook)
9546     (save-excursion
9547       (if ps-print-color-p
9548           (ps-spool-buffer-with-faces)
9549         (ps-spool-buffer)))))
9550
9551 (defun gnus-summary-show-complete-article ()
9552   "Show a complete version of the current article.
9553 This is only useful if you're looking at a partial version of the
9554 article currently."
9555   (interactive)
9556   (let ((gnus-keep-backlog nil)
9557         (gnus-use-cache nil)
9558         (gnus-agent nil)
9559         (variable (intern
9560                    (format "%s-fetch-partial-articles"
9561                            (car (gnus-find-method-for-group
9562                                  gnus-newsgroup-name)))
9563                    obarray))
9564         old-val)
9565     (unwind-protect
9566         (progn
9567           (setq old-val (symbol-value variable))
9568           (set variable nil)
9569           (gnus-flush-original-article-buffer)
9570           (gnus-summary-show-article))
9571       (set variable old-val))))
9572
9573 (defun gnus-summary-show-article (&optional arg)
9574   "Force redisplaying of the current article.
9575 If ARG (the prefix) is a number, show the article with the charset
9576 defined in `gnus-summary-show-article-charset-alist', or the charset
9577 input.
9578 If ARG (the prefix) is non-nil and not a number, show the article,
9579 but without running any of the article treatment functions
9580 article.  Normally, the keystroke is `C-u g'.  When using `C-u
9581 C-u g', show the raw article."
9582   (interactive "P")
9583   (cond
9584    ((numberp arg)
9585     (gnus-summary-show-article t)
9586     (let ((gnus-newsgroup-charset
9587            (or (cdr (assq arg gnus-summary-show-article-charset-alist))
9588                (mm-read-coding-system
9589                 "View as charset: " ;; actually it is coding system.
9590                 (with-current-buffer gnus-article-buffer
9591                   (mm-detect-coding-region (point) (point-max))))))
9592           (gnus-newsgroup-ignored-charsets 'gnus-all))
9593       (gnus-summary-select-article nil 'force)
9594       (let ((deps gnus-newsgroup-dependencies)
9595             head header lines)
9596         (with-current-buffer gnus-original-article-buffer
9597           (save-restriction
9598             (message-narrow-to-head)
9599             (setq head (buffer-string))
9600             (goto-char (point-min))
9601             (unless (re-search-forward "^lines:[ \t]\\([0-9]+\\)" nil t)
9602               (goto-char (point-max))
9603               (widen)
9604               (setq lines (1- (count-lines (point) (point-max))))))
9605           (with-temp-buffer
9606             (insert (format "211 %d Article retrieved.\n"
9607                             (cdr gnus-article-current)))
9608             (insert head)
9609             (if lines (insert (format "Lines: %d\n" lines)))
9610             (insert ".\n")
9611             (let ((nntp-server-buffer (current-buffer)))
9612               (setq header (car (gnus-get-newsgroup-headers deps t))))))
9613         (gnus-data-set-header
9614          (gnus-data-find (cdr gnus-article-current))
9615          header)
9616         (gnus-summary-update-article-line
9617          (cdr gnus-article-current) header)
9618         (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
9619           (gnus-summary-update-secondary-mark (cdr gnus-article-current))))))
9620    ((not arg)
9621     ;; Select the article the normal way.
9622     (if (eq mm-text-html-renderer 'shr)
9623         (progn
9624           (require 'shr)
9625           (let ((shr-ignore-cache t))
9626             (gnus-summary-select-article nil 'force)))
9627       (gnus-summary-select-article nil 'force)))
9628    ((equal arg '(16))
9629     ;; C-u C-u g
9630     (let ((gnus-inhibit-article-treatments t))
9631       (gnus-summary-select-article nil 'force)))
9632    (t
9633     ;; We have to require this here to make sure that the following
9634     ;; dynamic binding isn't shadowed by autoloading.
9635     (require 'gnus-async)
9636     (require 'gnus-art)
9637     ;; Bind the article treatment functions to nil.
9638     (let ((gnus-have-all-headers t)
9639           gnus-article-prepare-hook
9640           gnus-article-decode-hook
9641           gnus-display-mime-function
9642           gnus-break-pages)
9643       ;; Destroy any MIME parts.
9644       (when (gnus-buffer-live-p gnus-article-buffer)
9645         (with-current-buffer gnus-article-buffer
9646           (gnus-article-stop-animations)
9647           (mm-destroy-parts gnus-article-mime-handles)
9648           ;; Set it to nil for safety reason.
9649           (setq gnus-article-mime-handle-alist nil)
9650           (setq gnus-article-mime-handles nil)))
9651       (gnus-summary-select-article nil 'force))))
9652   (gnus-summary-goto-subject gnus-current-article)
9653   (gnus-summary-position-point))
9654
9655 (defun gnus-summary-show-raw-article ()
9656   "Show the raw article without any article massaging functions being run."
9657   (interactive)
9658   (gnus-summary-show-article t))
9659
9660 (defun gnus-summary-verbose-headers (&optional arg)
9661   "Toggle permanent full header display.
9662 If ARG is a positive number, turn header display on.
9663 If ARG is a negative number, turn header display off."
9664   (interactive "P")
9665   (setq gnus-show-all-headers
9666         (cond ((or (not (numberp arg))
9667                    (zerop arg))
9668                (not gnus-show-all-headers))
9669               ((natnump arg)
9670                t)))
9671   (gnus-summary-show-article))
9672
9673 (defun gnus-summary-toggle-header (&optional arg)
9674   "Show the headers if they are hidden, or hide them if they are shown.
9675 If ARG is a positive number, show the entire header.
9676 If ARG is a negative number, hide the unwanted header lines."
9677   (interactive "P")
9678   (let ((window (and (gnus-buffer-live-p gnus-article-buffer)
9679                      (get-buffer-window gnus-article-buffer t))))
9680     (with-current-buffer gnus-article-buffer
9681       (widen)
9682       (article-narrow-to-head)
9683       (let* ((inhibit-read-only t)
9684              (inhibit-point-motion-hooks t)
9685              (hidden (if (numberp arg)
9686                          (>= arg 0)
9687                        (or (not (looking-at "[^ \t\n]+:"))
9688                            (gnus-article-hidden-text-p 'headers))))
9689              s e)
9690         (delete-region (point-min) (point-max))
9691         (with-current-buffer gnus-original-article-buffer
9692           (goto-char (setq s (point-min)))
9693           (setq e (if (search-forward "\n\n" nil t)
9694                       (1- (point))
9695                     (point-max))))
9696         (insert-buffer-substring gnus-original-article-buffer s e)
9697         (run-hooks 'gnus-article-decode-hook)
9698         (if hidden
9699             (let ((gnus-treat-hide-headers nil)
9700                   (gnus-treat-hide-boring-headers nil))
9701               (gnus-delete-wash-type 'headers)
9702               (gnus-treat-article 'head))
9703           (gnus-treat-article 'head))
9704         (widen)
9705         (if window
9706             (set-window-start window (goto-char (point-min))))
9707         (if gnus-break-pages
9708             (gnus-narrow-to-page)
9709           (when (gnus-visual-p 'page-marker)
9710             (let ((inhibit-read-only t))
9711               (gnus-remove-text-with-property 'gnus-prev)
9712               (gnus-remove-text-with-property 'gnus-next))))
9713         (gnus-set-mode-line 'article)))))
9714
9715 (defun gnus-summary-show-all-headers ()
9716   "Make all header lines visible."
9717   (interactive)
9718   (gnus-summary-toggle-header 1))
9719
9720 (defun gnus-summary-caesar-message (&optional arg)
9721   "Caesar rotate the current article by 13.
9722 With a non-numerical prefix, also rotate headers.  A numerical
9723 prefix specifies how many places to rotate each letter forward."
9724   (interactive "P")
9725   (gnus-summary-select-article)
9726   (let ((mail-header-separator ""))
9727     (gnus-eval-in-buffer-window gnus-article-buffer
9728       (save-restriction
9729         (widen)
9730         (let ((start (window-start))
9731               (inhibit-read-only t))
9732           (if (equal arg '(4))
9733               (message-caesar-buffer-body nil t)
9734             (message-caesar-buffer-body arg))
9735           (set-window-start (get-buffer-window (current-buffer)) start)))))
9736   ;; Create buttons and stuff...
9737   (gnus-treat-article nil))
9738
9739 (declare-function idna-to-unicode "ext:idna" (str))
9740
9741 (defun gnus-summary-idna-message (&optional arg)
9742   "Decode IDNA encoded domain names in the current articles.
9743 IDNA encoded domain names looks like `xn--bar'.  If a string
9744 remain unencoded after running this function, it is likely an
9745 invalid IDNA string (`xn--bar' is invalid).
9746
9747 You must have GNU Libidn (URL `http://www.gnu.org/software/libidn/')
9748 installed for this command to work."
9749   (interactive "P")
9750   (if (not (and (condition-case nil (require 'idna)
9751                   (file-error))
9752                 (mm-coding-system-p 'utf-8)
9753                 (executable-find (symbol-value 'idna-program))))
9754       (gnus-message
9755        5 "GNU Libidn not installed properly (`idn' or `idna.el' missing)")
9756     (gnus-summary-select-article)
9757     (let ((mail-header-separator ""))
9758       (gnus-eval-in-buffer-window gnus-article-buffer
9759         (save-restriction
9760           (widen)
9761           (let ((start (window-start))
9762                 buffer-read-only)
9763             (while (re-search-forward "\\(xn--[-0-9a-z]+\\)" nil t)
9764               (replace-match (idna-to-unicode (match-string 1))))
9765             (set-window-start (get-buffer-window (current-buffer)) start)))))))
9766
9767 (defun gnus-summary-morse-message (&optional arg)
9768   "Morse decode the current article."
9769   (interactive "P")
9770   (gnus-summary-select-article)
9771   (let ((mail-header-separator ""))
9772     (gnus-eval-in-buffer-window gnus-article-buffer
9773       (save-excursion
9774         (save-restriction
9775           (widen)
9776           (let ((pos (window-start))
9777                 (inhibit-read-only t))
9778             (goto-char (point-min))
9779             (when (message-goto-body)
9780               (gnus-narrow-to-body))
9781             (goto-char (point-min))
9782             (while (search-forward "·" (point-max) t)
9783               (replace-match "."))
9784             (unmorse-region (point-min) (point-max))
9785             (widen)
9786             (set-window-start (get-buffer-window (current-buffer)) pos)))))))
9787
9788 (defun gnus-summary-stop-page-breaking ()
9789   "Stop page breaking in the current article."
9790   (interactive)
9791   (gnus-summary-select-article)
9792   (gnus-eval-in-buffer-window gnus-article-buffer
9793     (widen)
9794     (when (gnus-visual-p 'page-marker)
9795       (let ((inhibit-read-only t))
9796         (gnus-remove-text-with-property 'gnus-prev)
9797         (gnus-remove-text-with-property 'gnus-next))
9798       (setq gnus-page-broken nil))))
9799
9800 (defun gnus-summary-move-article (&optional n to-newsgroup
9801                                             select-method action)
9802   "Move the current article to a different newsgroup.
9803 If N is a positive number, move the N next articles.
9804 If N is a negative number, move the N previous articles.
9805 If N is nil and any articles have been marked with the process mark,
9806 move those articles instead.
9807 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
9808 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9809 re-spool using this method.
9810
9811 When called interactively with TO-NEWSGROUP being nil, the value of
9812 the variable `gnus-move-split-methods' is used for finding a default
9813 for the target newsgroup.
9814
9815 For this function to work, both the current newsgroup and the
9816 newsgroup that you want to move to have to support the `request-move'
9817 and `request-accept' functions.
9818
9819 ACTION can be either `move' (the default), `crosspost' or `copy'."
9820   (interactive "P")
9821   (unless action
9822     (setq action 'move))
9823   ;; Check whether the source group supports the required functions.
9824   (cond ((and (eq action 'move)
9825               (not (gnus-check-backend-function
9826                     'request-move-article gnus-newsgroup-name)))
9827          (error "The current group does not support article moving"))
9828         ((and (eq action 'crosspost)
9829               (not (gnus-check-backend-function
9830                     'request-replace-article gnus-newsgroup-name)))
9831          (error "The current group does not support article editing")))
9832   (let ((articles (gnus-summary-work-articles n))
9833         (prefix (if (gnus-check-backend-function
9834                      'request-move-article gnus-newsgroup-name)
9835                     (funcall gnus-move-group-prefix-function
9836                              gnus-newsgroup-name)
9837                   ""))
9838         (names '((move "Move" "Moving")
9839                  (copy "Copy" "Copying")
9840                  (crosspost "Crosspost" "Crossposting")))
9841         (copy-buf (save-excursion
9842                     (nnheader-set-temp-buffer " *copy article*")))
9843         art-group to-method new-xref article to-groups
9844         articles-to-update-marks encoded)
9845     (unless (assq action names)
9846       (error "Unknown action %s" action))
9847     ;; Read the newsgroup name.
9848     (when (and (not to-newsgroup)
9849                (not select-method))
9850       (if (and gnus-move-split-methods
9851                (not
9852                 (and (memq gnus-current-article articles)
9853                      (gnus-buffer-live-p gnus-original-article-buffer))))
9854           ;; When `gnus-move-split-methods' is non-nil, we have to
9855           ;; select an article to give `gnus-read-move-group-name' an
9856           ;; opportunity to suggest an appropriate default.  However,
9857           ;; we needn't render or mark the article.
9858           (let ((gnus-display-mime-function nil)
9859                 (gnus-article-prepare-hook nil)
9860                 (gnus-mark-article-hook nil))
9861             (gnus-summary-select-article nil nil nil (car articles))))
9862       (setq to-newsgroup (gnus-read-move-group-name
9863                           (cadr (assq action names))
9864                           (symbol-value
9865                            (intern (format "gnus-current-%s-group" action)))
9866                           articles prefix)
9867             encoded to-newsgroup
9868             to-method (gnus-server-to-method (gnus-group-method to-newsgroup)))
9869       (set (intern (format "gnus-current-%s-group" action))
9870            (mm-decode-coding-string
9871             to-newsgroup
9872             (gnus-group-name-charset to-method to-newsgroup))))
9873     (unless to-method
9874       (setq to-method (or select-method
9875                           (gnus-server-to-method
9876                            (gnus-group-method to-newsgroup)))))
9877     (setq to-newsgroup
9878           (or encoded
9879               (and to-newsgroup
9880                    (mm-encode-coding-string
9881                     to-newsgroup
9882                     (gnus-group-name-charset to-method to-newsgroup)))))
9883     ;; Check the method we are to move this article to...
9884     (unless (gnus-check-backend-function
9885              'request-accept-article (car to-method))
9886       (error "%s does not support article copying" (car to-method)))
9887     (unless (gnus-check-server to-method)
9888       (error "Can't open server %s" (car to-method)))
9889     (gnus-message 6 "%s to %s: %s..."
9890                   (caddr (assq action names))
9891                   (or (car select-method)
9892                       (gnus-group-decoded-name to-newsgroup))
9893                   articles)
9894     (while articles
9895       (setq article (pop articles))
9896       ;; Set any marks that may have changed in the summary buffer.
9897       (when gnus-preserve-marks
9898         (gnus-summary-push-marks-to-backend article))
9899       (setq
9900        art-group
9901        (cond
9902         ;; Move the article.
9903         ((eq action 'move)
9904          ;; Remove this article from future suppression.
9905          (gnus-dup-unsuppress-article article)
9906          (let* ((from-method (gnus-find-method-for-group
9907                               gnus-newsgroup-name))
9908                 (to-method (or select-method
9909                                (gnus-find-method-for-group to-newsgroup)))
9910                 (move-is-internal (gnus-server-equal from-method to-method)))
9911            (gnus-request-move-article
9912             article                     ; Article to move
9913             gnus-newsgroup-name         ; From newsgroup
9914             (nth 1 (gnus-find-method-for-group
9915                     gnus-newsgroup-name)) ; Server
9916             (list 'gnus-request-accept-article
9917                   to-newsgroup (list 'quote select-method)
9918                   (not articles) t)     ; Accept form
9919             (not articles)              ; Only save nov last time
9920             (and move-is-internal
9921                  to-newsgroup           ; Not respooling
9922                                         ; Is this move internal?
9923                  (gnus-group-real-name to-newsgroup)))))
9924         ;; Copy the article.
9925         ((eq action 'copy)
9926          (with-current-buffer copy-buf
9927            (when (gnus-request-article-this-buffer article
9928                                                    gnus-newsgroup-name)
9929              (save-restriction
9930                (nnheader-narrow-to-headers)
9931                (dolist (hdr gnus-copy-article-ignored-headers)
9932                  (message-remove-header hdr t)))
9933              (gnus-request-accept-article
9934               to-newsgroup select-method (not articles) t))))
9935         ;; Crosspost the article.
9936         ((eq action 'crosspost)
9937          (let ((xref (message-tokenize-header
9938                       (mail-header-xref (gnus-summary-article-header
9939                                          article))
9940                       " ")))
9941            (setq new-xref (concat (gnus-group-real-name gnus-newsgroup-name)
9942                                   ":" (number-to-string article)))
9943            (unless xref
9944              (setq xref (list (system-name))))
9945            (setq new-xref
9946                  (concat
9947                   (mapconcat 'identity
9948                              (delete "Xref:" (delete new-xref xref))
9949                              " ")
9950                   " " new-xref))
9951            (with-current-buffer copy-buf
9952              ;; First put the article in the destination group.
9953              (gnus-request-article-this-buffer article gnus-newsgroup-name)
9954              (when (consp (setq art-group
9955                                 (gnus-request-accept-article
9956                                  to-newsgroup select-method (not articles)
9957                                  t)))
9958                (setq new-xref (concat new-xref " " (car art-group)
9959                                       ":"
9960                                       (number-to-string (cdr art-group))))
9961                ;; Now we have the new Xrefs header, so we insert
9962                ;; it and replace the new article.
9963                (nnheader-replace-header "Xref" new-xref)
9964                (gnus-request-replace-article
9965                 (cdr art-group) to-newsgroup (current-buffer) t)
9966                art-group))))))
9967       (cond
9968        ((not art-group)
9969         (gnus-message 1 "Couldn't %s article %s: %s"
9970                       (cadr (assq action names)) article
9971                       (nnheader-get-report (car to-method))))
9972        ((eq art-group 'junk)
9973         (when (eq action 'move)
9974           (gnus-summary-mark-article article gnus-canceled-mark)
9975           (gnus-message 4 "Deleted article %s" article)
9976           ;; run the delete hook
9977           (run-hook-with-args 'gnus-summary-article-delete-hook
9978                               action
9979                               (gnus-data-header
9980                                (assoc article (gnus-data-list nil)))
9981                               gnus-newsgroup-name nil
9982                               select-method)))
9983        (t
9984         (let* ((pto-group (gnus-group-prefixed-name
9985                            (car art-group) to-method))
9986                (info (gnus-get-info pto-group))
9987                (to-group (gnus-info-group info))
9988                to-marks)
9989           ;; Update the group that has been moved to.
9990           (when (and info
9991                      (memq action '(move copy)))
9992             (unless (member to-group to-groups)
9993               (push to-group to-groups))
9994
9995             (when (and (not (memq article gnus-newsgroup-unreads))
9996                        (cdr art-group))
9997               (push 'read to-marks)
9998               (gnus-info-set-read
9999                info (gnus-add-to-range (gnus-info-read info)
10000                                        (list (cdr art-group)))))
10001
10002             ;; See whether the article is to be put in the cache.
10003             (let* ((expirable (gnus-group-auto-expirable-p to-group))
10004                    (marks (if expirable
10005                               gnus-article-mark-lists
10006                             (delete '(expirable . expire)
10007                                     (copy-sequence
10008                                      gnus-article-mark-lists))))
10009                    (to-article (cdr art-group)))
10010
10011               ;; Enter the article into the cache in the new group,
10012               ;; if that is required.
10013               (when (and to-article
10014                          gnus-use-cache)
10015                 (gnus-cache-possibly-enter-article
10016                  to-group to-article
10017                  (memq article gnus-newsgroup-marked)
10018                  (memq article gnus-newsgroup-dormant)
10019                  (memq article gnus-newsgroup-unreads)))
10020
10021               (when (and gnus-preserve-marks
10022                          to-article)
10023                 ;; Copy any marks over to the new group.
10024                 (when (and (equal to-group gnus-newsgroup-name)
10025                            (not (memq article gnus-newsgroup-unreads)))
10026                   ;; Mark this article as read in this group.
10027                   (push (cons to-article gnus-read-mark)
10028                         gnus-newsgroup-reads)
10029                   ;; Increase the active status of this group.
10030                   (setcdr (gnus-active to-group) to-article)
10031                   (setcdr gnus-newsgroup-active to-article))
10032
10033                 (while marks
10034                   (when (eq (gnus-article-mark-to-type (cdar marks)) 'list)
10035                     (when (memq article (symbol-value
10036                                          (intern (format "gnus-newsgroup-%s"
10037                                                          (caar marks)))))
10038                       (push (cdar marks) to-marks)
10039                       ;; If the other group is the same as this group,
10040                       ;; then we have to add the mark to the list.
10041                       (when (equal to-group gnus-newsgroup-name)
10042                         (set (intern (format "gnus-newsgroup-%s"
10043                                              (caar marks)))
10044                              (cons to-article
10045                                    (symbol-value
10046                                     (intern (format "gnus-newsgroup-%s"
10047                                                     (caar marks)))))))
10048                       ;; Copy the marks to other group.
10049                       (gnus-add-marked-articles
10050                        to-group (cdar marks) (list to-article) info)))
10051                   (setq marks (cdr marks)))
10052
10053                 (when (and expirable
10054                            gnus-mark-copied-or-moved-articles-as-expirable
10055                            (not (memq 'expire to-marks)))
10056                   ;; Mark this article as expirable.
10057                   (push 'expire to-marks)
10058                   (when (equal to-group gnus-newsgroup-name)
10059                     (push to-article gnus-newsgroup-expirable))
10060                   ;; Copy the expirable mark to other group.
10061                   (gnus-add-marked-articles
10062                    to-group 'expire (list to-article) info))
10063
10064                 (when to-marks
10065                   (gnus-request-set-mark
10066                    to-group (list (list (list to-article) 'add to-marks)))))
10067
10068               (gnus-dribble-enter
10069                (concat "(gnus-group-set-info '"
10070                        (gnus-prin1-to-string (gnus-get-info to-group))
10071                        ")")
10072                (concat "^(gnus-group-set-info '(\""
10073                        (regexp-quote to-group) "\""))))
10074
10075           ;; Update the Xref header in this article to point to
10076           ;; the new crossposted article we have just created.
10077           (when (eq action 'crosspost)
10078             (with-current-buffer copy-buf
10079               (gnus-request-article-this-buffer article gnus-newsgroup-name)
10080               (nnheader-replace-header "Xref" new-xref)
10081               (gnus-request-replace-article
10082                article gnus-newsgroup-name (current-buffer) t)))
10083
10084           ;; run the move/copy/crosspost/respool hook
10085           (run-hook-with-args 'gnus-summary-article-move-hook
10086                               action
10087                               (gnus-data-header
10088                                (assoc article (gnus-data-list nil)))
10089                               gnus-newsgroup-name
10090                               to-newsgroup
10091                               select-method))
10092
10093         ;;;!!!Why is this necessary?
10094         (set-buffer gnus-summary-buffer)
10095
10096         (when (eq action 'move)
10097           (save-excursion
10098             (gnus-summary-goto-subject article)
10099             (gnus-summary-mark-article article gnus-canceled-mark)))))
10100       (push article articles-to-update-marks))
10101
10102     (save-excursion
10103       (apply 'gnus-summary-remove-process-mark articles-to-update-marks))
10104     ;; Re-activate all groups that have been moved to.
10105     (with-current-buffer gnus-group-buffer
10106       (let ((gnus-group-marked to-groups))
10107         (gnus-group-get-new-news-this-group nil t)))
10108
10109     (gnus-kill-buffer copy-buf)
10110     (gnus-summary-position-point)
10111     (gnus-set-mode-line 'summary)))
10112
10113 (defun gnus-summary-push-marks-to-backend (article)
10114   (let ((set nil)
10115         (marks gnus-article-mark-lists))
10116     (unless (memq article gnus-newsgroup-unreads)
10117       (push 'read set))
10118     (while marks
10119       (when (and (eq (gnus-article-mark-to-type (cdar marks)) 'list)
10120                  (memq article (symbol-value
10121                                 (intern (format "gnus-newsgroup-%s"
10122                                                 (caar marks))))))
10123         (push (cdar marks) set))
10124       (pop marks))
10125     (gnus-request-set-mark gnus-newsgroup-name `(((,article) set ,set)))))
10126
10127 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
10128   "Copy the current article to some other group.
10129 If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to.
10130 When called interactively, if TO-NEWSGROUP is nil, use the value of
10131 the variable `gnus-move-split-methods' for finding a default target
10132 newsgroup.
10133 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
10134 re-spool using this method."
10135   (interactive "P")
10136   (gnus-summary-move-article n to-newsgroup select-method 'copy))
10137
10138 (defun gnus-summary-crosspost-article (&optional n)
10139   "Crosspost the current article to some other group."
10140   (interactive "P")
10141   (gnus-summary-move-article n nil nil 'crosspost))
10142
10143 (defcustom gnus-summary-respool-default-method nil
10144   "Default method type for respooling an article.
10145 If nil, use to the current newsgroup method."
10146   :type 'symbol
10147   :group 'gnus-summary-mail)
10148
10149 (defun gnus-summary-respool-article (&optional n method)
10150   "Respool the current article.
10151 The article will be squeezed through the mail spooling process again,
10152 which means that it will be put in some mail newsgroup or other
10153 depending on `nnmail-split-methods'.
10154 If N is a positive number, respool the N next articles.
10155 If N is a negative number, respool the N previous articles.
10156 If N is nil and any articles have been marked with the process mark,
10157 respool those articles instead.
10158
10159 Respooling can be done both from mail groups and \"real\" newsgroups.
10160 In the former case, the articles in question will be moved from the
10161 current group into whatever groups they are destined to.  In the
10162 latter case, they will be copied into the relevant groups."
10163   (interactive
10164    (list current-prefix-arg
10165          (let* ((methods (mapcar #'car (gnus-methods-using 'respool)))
10166                 (methname
10167                  (symbol-name (or gnus-summary-respool-default-method
10168                                   (car (gnus-find-method-for-group
10169                                         gnus-newsgroup-name)))))
10170                 (method
10171                  (gnus-completing-read
10172                   "Backend to use when respooling"
10173                   methods t nil 'gnus-mail-method-history methname))
10174                 ms)
10175            (cond
10176             ((zerop (length (setq ms (gnus-servers-using-backend
10177                                       (intern method)))))
10178              (list (intern method) ""))
10179             ((= 1 (length ms))
10180              (car ms))
10181             (t
10182              (let ((ms-alist (mapcar (lambda (m) (cons (cadr m) m)) ms)))
10183                (cdr (assoc (gnus-completing-read "Server name" ms-alist t)
10184                            ms-alist))))))))
10185   (unless method
10186     (error "No method given for respooling"))
10187   (if (assoc (symbol-name
10188               (car (gnus-find-method-for-group gnus-newsgroup-name)))
10189              (gnus-methods-using 'respool))
10190       (gnus-summary-move-article n nil method)
10191     (gnus-summary-copy-article n nil method)))
10192
10193 (defun gnus-summary-import-article (file &optional edit)
10194   "Import an arbitrary file into a mail newsgroup."
10195   (interactive "fImport file: \nP")
10196   (let ((group gnus-newsgroup-name)
10197         (now (current-time))
10198         atts lines group-art)
10199     (unless (gnus-check-backend-function 'request-accept-article group)
10200       (error "%s does not support article importing" group))
10201     (or (file-readable-p file)
10202         (not (file-regular-p file))
10203         (error "Can't read %s" file))
10204     (with-current-buffer (gnus-get-buffer-create " *import file*")
10205       (erase-buffer)
10206       (nnheader-insert-file-contents file)
10207       (goto-char (point-min))
10208       (if (nnheader-article-p)
10209           (save-restriction
10210             (goto-char (point-min))
10211             (search-forward "\n\n" nil t)
10212             (narrow-to-region (point-min) (1- (point)))
10213             (goto-char (point-min))
10214             (unless (re-search-forward "^date:" nil t)
10215               (goto-char (point-max))
10216               (insert "Date: " (message-make-date (nth 5 atts)) "\n")))
10217        ;; This doesn't look like an article, so we fudge some headers.
10218         (setq atts (file-attributes file)
10219               lines (count-lines (point-min) (point-max)))
10220         (insert "From: " (read-string "From: ") "\n"
10221                 "Subject: " (read-string "Subject: ") "\n"
10222                 "Date: " (message-make-date (nth 5 atts)) "\n"
10223                 "Message-ID: " (message-make-message-id) "\n"
10224                 "Lines: " (int-to-string lines) "\n"
10225                 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
10226       (setq group-art (gnus-request-accept-article group nil t))
10227       (kill-buffer (current-buffer)))
10228     (setq gnus-newsgroup-active (gnus-activate-group group))
10229     (forward-line 1)
10230     (gnus-summary-goto-article (cdr group-art) nil t)
10231     (when edit
10232       (gnus-summary-edit-article))))
10233
10234 (defun gnus-summary-create-article ()
10235   "Create an article in a mail newsgroup."
10236   (interactive)
10237   (let ((group gnus-newsgroup-name)
10238         (now (current-time))
10239         group-art)
10240     (unless (gnus-check-backend-function 'request-accept-article group)
10241       (error "%s does not support article importing" group))
10242     (with-current-buffer (gnus-get-buffer-create " *import file*")
10243       (erase-buffer)
10244       (goto-char (point-min))
10245       ;; This doesn't look like an article, so we fudge some headers.
10246       (insert "From: " (read-string "From: ") "\n"
10247               "Subject: " (read-string "Subject: ") "\n"
10248               "Date: " (message-make-date now) "\n"
10249               "Message-ID: " (message-make-message-id) "\n")
10250       (setq group-art (gnus-request-accept-article group nil t))
10251       (kill-buffer (current-buffer)))
10252     (setq gnus-newsgroup-active (gnus-activate-group group))
10253     (forward-line 1)
10254     (gnus-summary-goto-article (cdr group-art) nil t)
10255     (gnus-summary-edit-article)))
10256
10257 (defun gnus-summary-article-posted-p ()
10258   "Say whether the current (mail) article is available from news as well.
10259 This will be the case if the article has both been mailed and posted."
10260   (interactive)
10261   (let ((id (mail-header-references (gnus-summary-article-header)))
10262         (gnus-override-method (car (gnus-refer-article-methods))))
10263     (if (gnus-request-head id "")
10264         (gnus-message 2 "The current message was found on %s"
10265                       gnus-override-method)
10266       (gnus-message 2 "The current message couldn't be found on %s"
10267                     gnus-override-method)
10268       nil)))
10269
10270 (defun gnus-summary-expire-articles (&optional now)
10271   "Expire all articles that are marked as expirable in the current group."
10272   (interactive)
10273   (when (and (not gnus-group-is-exiting-without-update-p)
10274              (gnus-check-backend-function
10275               'request-expire-articles gnus-newsgroup-name))
10276     ;; This backend supports expiry.
10277     (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
10278            (expirable (if total
10279                           (progn
10280                             ;; We need to update the info for
10281                             ;; this group for `gnus-list-of-read-articles'
10282                             ;; to give us the right answer.
10283                             (gnus-run-hooks 'gnus-exit-group-hook)
10284                             (gnus-summary-update-info)
10285                             (gnus-list-of-read-articles gnus-newsgroup-name))
10286                         (setq gnus-newsgroup-expirable
10287                               (sort gnus-newsgroup-expirable '<))))
10288            (expiry-wait (if now 'immediate
10289                           (gnus-group-find-parameter
10290                            gnus-newsgroup-name 'expiry-wait)))
10291            (nnmail-expiry-target
10292             (or (gnus-group-find-parameter gnus-newsgroup-name 'expiry-target)
10293                 nnmail-expiry-target))
10294            es)
10295       (when expirable
10296         ;; There are expirable articles in this group, so we run them
10297         ;; through the expiry process.
10298         (gnus-message 6 "Expiring articles...")
10299         (when (gnus-check-group gnus-newsgroup-name)
10300           ;; The list of articles that weren't expired is returned.
10301           (save-excursion
10302             (if expiry-wait
10303                 (let ((nnmail-expiry-wait-function nil)
10304                       (nnmail-expiry-wait expiry-wait))
10305                   (setq es (gnus-request-expire-articles
10306                             expirable gnus-newsgroup-name)))
10307               (setq es (gnus-request-expire-articles
10308                         expirable gnus-newsgroup-name)))
10309             (unless total
10310               (setq gnus-newsgroup-expirable es))
10311             ;; We go through the old list of expirable, and mark all
10312             ;; really expired articles as nonexistent.
10313             (unless (eq es expirable) ;If nothing was expired, we don't mark.
10314               (let ((gnus-use-cache nil))
10315                 (dolist (article expirable)
10316                   (when (and (not (memq article es))
10317                              (gnus-data-find article))
10318                     (gnus-summary-mark-article article gnus-canceled-mark)
10319                     (run-hook-with-args 'gnus-summary-article-expire-hook
10320                                         'delete
10321                                         (gnus-data-header
10322                                          (assoc article (gnus-data-list nil)))
10323                                         gnus-newsgroup-name
10324                                         nil
10325                                         nil)))))))
10326         (gnus-message 6 "Expiring articles...done")))))
10327
10328 (defun gnus-summary-expire-articles-now ()
10329   "Expunge all expirable articles in the current group.
10330 This means that *all* articles that are marked as expirable will be
10331 deleted forever, right now."
10332   (interactive)
10333   (or gnus-expert-user
10334       (gnus-yes-or-no-p
10335        "Are you really, really sure you want to delete all expirable messages? ")
10336       (error "Phew!"))
10337   (gnus-summary-expire-articles t))
10338
10339 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
10340 (defun gnus-summary-delete-article (&optional n)
10341   "Delete the N next (mail) articles.
10342 This command actually deletes articles.  This is not a marking
10343 command.  The article will disappear forever from your life, never to
10344 return.
10345
10346 If N is negative, delete backwards.
10347 If N is nil and articles have been marked with the process mark,
10348 delete these instead.
10349
10350 If `gnus-novice-user' is non-nil you will be asked for
10351 confirmation before the articles are deleted."
10352   (interactive "P")
10353   (unless (gnus-check-backend-function 'request-expire-articles
10354                                        gnus-newsgroup-name)
10355     (error "The current newsgroup does not support article deletion"))
10356   (unless (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
10357     (error "Couldn't open server"))
10358   ;; Compute the list of articles to delete.
10359   (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
10360         (nnmail-expiry-target 'delete)
10361         not-deleted)
10362     (if (and gnus-novice-user
10363              (not (gnus-yes-or-no-p
10364                    (format "Do you really want to delete %s forever? "
10365                            (if (> (length articles) 1)
10366                                (format "these %s articles" (length articles))
10367                              "this article")))))
10368         ()
10369       ;; Delete the articles.
10370       (setq not-deleted (gnus-request-expire-articles
10371                          articles gnus-newsgroup-name 'force))
10372       (save-excursion
10373         (while articles
10374           (gnus-summary-remove-process-mark (car articles))
10375           ;; The backend might not have been able to delete the article
10376           ;; after all.
10377           (unless (memq (car articles) not-deleted)
10378             (gnus-summary-mark-article (car articles) gnus-canceled-mark)
10379             (let* ((article (car articles))
10380                    (ghead  (gnus-data-header
10381                             (assoc article (gnus-data-list nil)))))
10382               (run-hook-with-args 'gnus-summary-article-delete-hook
10383                                   'delete ghead gnus-newsgroup-name nil
10384                                   nil)))
10385           (setq articles (cdr articles))))
10386       (when not-deleted
10387         (gnus-message 4 "Couldn't delete articles %s" not-deleted)))
10388     (gnus-summary-position-point)
10389     (gnus-set-mode-line 'summary)
10390     not-deleted))
10391
10392 (defun gnus-summary-edit-article (&optional arg)
10393   "Edit the current article.
10394 This will have permanent effect only in mail groups.
10395 If ARG is nil, edit the decoded articles.
10396 If ARG is 1, edit the raw articles.
10397 If ARG is 2, edit the raw articles even in read-only groups.
10398 If ARG is 3, edit the articles with the current handles.
10399 Otherwise, allow editing of articles even in read-only
10400 groups."
10401   (interactive "P")
10402   (let (force raw current-handles)
10403     (cond
10404      ((null arg))
10405      ((eq arg 1)
10406       (setq raw t))
10407      ((eq arg 2)
10408       (setq raw t
10409             force t))
10410      ((eq arg 3)
10411       (setq current-handles
10412             (and (gnus-buffer-live-p gnus-article-buffer)
10413                  (with-current-buffer gnus-article-buffer
10414                    (prog1
10415                        gnus-article-mime-handles
10416                      (setq gnus-article-mime-handles nil))))))
10417      (t
10418       (setq force t)))
10419     (when (and raw (not force)
10420                (member gnus-newsgroup-name '("nndraft:delayed"
10421                                              "nndraft:drafts"
10422                                              "nndraft:queue")))
10423       (error "Can't edit the raw article in group %s"
10424              gnus-newsgroup-name))
10425     (with-current-buffer gnus-summary-buffer
10426       (let ((mail-parse-charset gnus-newsgroup-charset)
10427             (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets))
10428         (gnus-set-global-variables)
10429         (when (and (not force)
10430                    (gnus-group-read-only-p))
10431           (error "The current newsgroup does not support article editing"))
10432         (gnus-summary-show-article t)
10433         (when (and (not raw) (gnus-buffer-live-p gnus-article-buffer))
10434           (with-current-buffer gnus-article-buffer
10435             (mm-enable-multibyte)))
10436         (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
10437             (setq raw t))
10438         (gnus-article-edit-article
10439          (if raw 'ignore
10440            `(lambda ()
10441               (let ((mbl mml-buffer-list))
10442                 (setq mml-buffer-list nil)
10443                 (let ((rfc2047-quote-decoded-words-containing-tspecials t))
10444                   (mime-to-mml ,'current-handles))
10445                 (let ((mbl1 mml-buffer-list))
10446                   (setq mml-buffer-list mbl)
10447                   (set (make-local-variable 'mml-buffer-list) mbl1))
10448                 (gnus-make-local-hook 'kill-buffer-hook)
10449                 (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t))))
10450          `(lambda (no-highlight)
10451             (let ((mail-parse-charset ',gnus-newsgroup-charset)
10452                   (message-options message-options)
10453                   (message-options-set-recipient)
10454                   (mail-parse-ignored-charsets
10455                    ',gnus-newsgroup-ignored-charsets)
10456                   (rfc2047-header-encoding-alist
10457                    ',(let ((charset (gnus-group-name-charset
10458                                      (gnus-find-method-for-group
10459                                       gnus-newsgroup-name)
10460                                      gnus-newsgroup-name)))
10461                        (append (list (cons "Newsgroups" charset)
10462                                      (cons "Followup-To" charset)
10463                                      (cons "Xref" charset))
10464                                rfc2047-header-encoding-alist))))
10465               ,(if (not raw) '(progn
10466                                 (mml-to-mime)
10467                                 (mml-destroy-buffers)
10468                                 (remove-hook 'kill-buffer-hook
10469                                              'mml-destroy-buffers t)
10470                                 (kill-local-variable 'mml-buffer-list)))
10471               (gnus-summary-edit-article-done
10472                ,(or (mail-header-references gnus-current-headers) "")
10473                ,(gnus-group-read-only-p)
10474                ,gnus-summary-buffer no-highlight))))))))
10475
10476 (defalias 'gnus-summary-edit-article-postpone 'gnus-article-edit-exit)
10477
10478 (defun gnus-summary-edit-article-done (&optional references read-only buffer
10479                                                  no-highlight)
10480   "Make edits to the current article permanent."
10481   (interactive)
10482   (save-excursion
10483     ;; The buffer restriction contains the entire article if it exists.
10484     (when (article-goto-body)
10485       (let ((lines (count-lines (point) (point-max)))
10486             (length (- (point-max) (point)))
10487             (case-fold-search t)
10488             (body (copy-marker (point))))
10489         (goto-char (point-min))
10490         (when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
10491           (delete-region (match-beginning 1) (match-end 1))
10492           (insert (number-to-string length)))
10493         (goto-char (point-min))
10494         (when (re-search-forward
10495                "^x-content-length:[ \t]\\([0-9]+\\)" body t)
10496           (delete-region (match-beginning 1) (match-end 1))
10497           (insert (number-to-string length)))
10498         (goto-char (point-min))
10499         (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
10500           (delete-region (match-beginning 1) (match-end 1))
10501           (insert (number-to-string lines))))))
10502   ;; Replace the article.
10503   (let ((buf (current-buffer))
10504         (article (cdr gnus-article-current))
10505         replace-result)
10506     (with-temp-buffer
10507       (insert-buffer-substring buf)
10508       (if (and (not read-only)
10509                (not (setq replace-result
10510                           (gnus-request-replace-article
10511                            article (car gnus-article-current)
10512                            (current-buffer) t))))
10513           (error "Couldn't replace article")
10514         ;; If we got a number back, then that's the new article number
10515         ;; for this article.  Otherwise, the article number didn't change.
10516         (when (numberp replace-result)
10517           (with-current-buffer gnus-summary-buffer
10518             (setq gnus-newsgroup-limit (delq article gnus-newsgroup-limit))
10519             (gnus-summary-limit gnus-newsgroup-limit)
10520             (setq article replace-result)
10521             (gnus-summary-goto-subject article t)))
10522         ;; Update the summary buffer.
10523         (if (and references
10524                  (equal (message-tokenize-header references " ")
10525                         (message-tokenize-header
10526                          (or (message-fetch-field "references") "") " ")))
10527             ;; We only have to update this line.
10528             (save-excursion
10529               (save-restriction
10530                 (message-narrow-to-head)
10531                 (let ((head (buffer-substring-no-properties
10532                              (point-min) (point-max)))
10533                       header)
10534                   (with-temp-buffer
10535                     (insert (format "211 %d Article retrieved.\n" article))
10536                     (insert head)
10537                     (insert ".\n")
10538                     (let ((nntp-server-buffer (current-buffer)))
10539                       (setq header (car (gnus-get-newsgroup-headers nil t))))
10540                     (with-current-buffer gnus-summary-buffer
10541                       (gnus-data-set-header (gnus-data-find article) header)
10542                       (gnus-summary-update-article-line article header)
10543                       (if (gnus-summary-goto-subject article nil t)
10544                           (gnus-summary-update-secondary-mark article)))))))
10545           ;; Update threads.
10546           (set-buffer (or buffer gnus-summary-buffer))
10547           (gnus-summary-update-article article)
10548           (if (gnus-summary-goto-subject article nil t)
10549               (gnus-summary-update-secondary-mark article)))
10550         ;; Prettify the article buffer again.
10551         (unless no-highlight
10552           (with-current-buffer gnus-article-buffer
10553             ;;!!! Fix this -- article should be rehighlighted.
10554             ;;(gnus-run-hooks 'gnus-article-display-hook)
10555             (set-buffer gnus-original-article-buffer)
10556             (gnus-request-article
10557              article (car gnus-article-current) (current-buffer))))
10558         ;; Prettify the summary buffer line.
10559         (when (gnus-visual-p 'summary-highlight 'highlight)
10560           (gnus-run-hooks 'gnus-visual-mark-article-hook))))))
10561
10562 (defun gnus-summary-edit-wash (key)
10563   "Perform editing command KEY in the article buffer."
10564   (interactive
10565    (list
10566     (progn
10567       (message "%s" (concat (this-command-keys) "- "))
10568       (read-char))))
10569   (message "")
10570   (gnus-summary-edit-article)
10571   (execute-kbd-macro (concat (this-command-keys) key))
10572   (gnus-article-edit-done))
10573
10574 ;;; Respooling
10575
10576 (defun gnus-summary-respool-query (&optional silent trace)
10577   "Query where the respool algorithm would put this article."
10578   (interactive)
10579   (let (gnus-mark-article-hook)
10580     (gnus-summary-select-article)
10581     (with-current-buffer gnus-original-article-buffer
10582       (let ((groups (nnmail-article-group 'identity trace)))
10583         (unless silent
10584           (if groups
10585               (message "This message would go to %s"
10586                        (mapconcat 'car groups ", "))
10587             (message "This message would go to no groups"))
10588           groups)))))
10589
10590 (defun gnus-summary-respool-trace ()
10591   "Trace where the respool algorithm would put this article.
10592 Display a buffer showing all fancy splitting patterns which matched."
10593   (interactive)
10594   (gnus-summary-respool-query nil t))
10595
10596 ;; Summary marking commands.
10597
10598 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
10599   "Mark articles which has the same subject as read, and then select the next.
10600 If UNMARK is positive, remove any kind of mark.
10601 If UNMARK is negative, tick articles."
10602   (interactive "P")
10603   (when unmark
10604     (setq unmark (prefix-numeric-value unmark)))
10605   (let ((count
10606          (gnus-summary-mark-same-subject
10607           (gnus-summary-article-subject) unmark)))
10608     ;; Select next unread article.  If auto-select-same mode, should
10609     ;; select the first unread article.
10610     (gnus-summary-next-article t (and gnus-auto-select-same
10611                                       (gnus-summary-article-subject)))
10612     (gnus-message 7 "%d article%s marked as %s"
10613                   count (if (= count 1) " is" "s are")
10614                   (if unmark "unread" "read"))))
10615
10616 (defun gnus-summary-kill-same-subject (&optional unmark)
10617   "Mark articles which has the same subject as read.
10618 If UNMARK is positive, remove any kind of mark.
10619 If UNMARK is negative, tick articles."
10620   (interactive "P")
10621   (when unmark
10622     (setq unmark (prefix-numeric-value unmark)))
10623   (let ((count
10624          (gnus-summary-mark-same-subject
10625           (gnus-summary-article-subject) unmark)))
10626     ;; If marked as read, go to next unread subject.
10627     (when (null unmark)
10628       ;; Go to next unread subject.
10629       (gnus-summary-next-subject 1 t))
10630     (gnus-message 7 "%d articles are marked as %s"
10631                   count (if unmark "unread" "read"))))
10632
10633 (defun gnus-summary-mark-same-subject (subject &optional unmark)
10634   "Mark articles with same SUBJECT as read, and return marked number.
10635 If optional argument UNMARK is positive, remove any kinds of marks.
10636 If optional argument UNMARK is negative, mark articles as unread instead."
10637   (let ((count 1))
10638     (save-excursion
10639       (cond
10640        ((null unmark)                   ; Mark as read.
10641         (while (and
10642                 (progn
10643                   (gnus-summary-mark-article-as-read gnus-killed-mark)
10644                   (gnus-summary-show-thread) t)
10645                 (gnus-summary-find-subject subject))
10646           (setq count (1+ count))))
10647        ((> unmark 0)                    ; Tick.
10648         (while (and
10649                 (progn
10650                   (gnus-summary-mark-article-as-unread gnus-ticked-mark)
10651                   (gnus-summary-show-thread) t)
10652                 (gnus-summary-find-subject subject))
10653           (setq count (1+ count))))
10654        (t                               ; Mark as unread.
10655         (while (and
10656                 (progn
10657                   (gnus-summary-mark-article-as-unread gnus-unread-mark)
10658                   (gnus-summary-show-thread) t)
10659                 (gnus-summary-find-subject subject))
10660           (setq count (1+ count)))))
10661       (gnus-set-mode-line 'summary)
10662       ;; Return the number of marked articles.
10663       count)))
10664
10665 (defun gnus-summary-mark-as-processable (n &optional unmark)
10666   "Set the process mark on the next N articles.
10667 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
10668 the process mark instead.  The difference between N and the actual
10669 number of articles marked is returned."
10670   (interactive "P")
10671   (if (and (null n) (gnus-region-active-p))
10672       (gnus-uu-mark-region (region-beginning) (region-end) unmark)
10673     (setq n (prefix-numeric-value n))
10674     (let ((backward (< n 0))
10675           (n (abs n)))
10676       (while (and
10677               (> n 0)
10678               (if unmark
10679                   (gnus-summary-remove-process-mark
10680                    (gnus-summary-article-number))
10681                 (gnus-summary-set-process-mark (gnus-summary-article-number)))
10682               (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
10683         (setq n (1- n)))
10684       (when (/= 0 n)
10685         (gnus-message 7 "No more articles"))
10686       (gnus-summary-recenter)
10687       (gnus-summary-position-point)
10688       n)))
10689
10690 (defun gnus-summary-unmark-as-processable (n)
10691   "Remove the process mark from the next N articles.
10692 If N is negative, unmark backward instead.  The difference between N and
10693 the actual number of articles unmarked is returned."
10694   (interactive "P")
10695   (gnus-summary-mark-as-processable n t))
10696
10697 (defun gnus-summary-unmark-all-processable ()
10698   "Remove the process mark from all articles."
10699   (interactive)
10700   (save-excursion
10701     (while gnus-newsgroup-processable
10702       (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
10703   (gnus-summary-position-point))
10704
10705 (defun gnus-summary-add-mark (article type)
10706   "Mark ARTICLE with a mark of TYPE."
10707   (let ((vtype (car (assq type gnus-article-mark-lists)))
10708         var)
10709     (if (not vtype)
10710         (error "No such mark type: %s" type)
10711       (setq var (intern (format "gnus-newsgroup-%s" type)))
10712       (set var (cons article (symbol-value var)))
10713       (if (memq type '(processable cached replied forwarded recent saved))
10714           (gnus-summary-update-secondary-mark article)
10715         ;;; !!! This is bogus.  We should find out what primary
10716         ;;; !!! mark we want to set.
10717         (gnus-summary-update-mark gnus-del-mark 'unread)))))
10718
10719 (defun gnus-summary-mark-as-expirable (n)
10720   "Mark N articles forward as expirable.
10721 If N is negative, mark backward instead.  The difference between N and
10722 the actual number of articles marked is returned."
10723   (interactive "p")
10724   (gnus-summary-mark-forward n gnus-expirable-mark))
10725
10726 (defun gnus-summary-mark-as-spam (n)
10727   "Mark N articles forward as spam.
10728 If N is negative, mark backward instead.  The difference between N and
10729 the actual number of articles marked is returned."
10730   (interactive "p")
10731   (gnus-summary-mark-forward n gnus-spam-mark))
10732
10733 (defun gnus-summary-mark-article-as-replied (article)
10734   "Mark ARTICLE as replied to and update the summary line.
10735 ARTICLE can also be a list of articles."
10736   (interactive (list (gnus-summary-article-number)))
10737   (let ((articles (if (listp article) article (list article))))
10738     (dolist (article articles)
10739       (unless (numberp article)
10740         (error "%s is not a number" article))
10741       (push article gnus-newsgroup-replied)
10742       (let ((inhibit-read-only t))
10743         (when (gnus-summary-goto-subject article nil t)
10744           (gnus-summary-update-secondary-mark article))))))
10745
10746 (defun gnus-summary-mark-article-as-forwarded (article)
10747   "Mark ARTICLE as forwarded and update the summary line.
10748 ARTICLE can also be a list of articles."
10749   (let ((articles (if (listp article) article (list article))))
10750     (dolist (article articles)
10751       (push article gnus-newsgroup-forwarded)
10752       (let ((inhibit-read-only t))
10753         (when (gnus-summary-goto-subject article nil t)
10754           (gnus-summary-update-secondary-mark article))))))
10755
10756 (defun gnus-summary-set-bookmark (article)
10757   "Set a bookmark in current article."
10758   (interactive (list (gnus-summary-article-number)))
10759   (when (or (not (get-buffer gnus-article-buffer))
10760             (not gnus-current-article)
10761             (not gnus-article-current)
10762             (not (equal gnus-newsgroup-name (car gnus-article-current))))
10763     (error "No current article selected"))
10764   ;; Remove old bookmark, if one exists.
10765   (gnus-alist-pull article gnus-newsgroup-bookmarks)
10766   ;; Set the new bookmark, which is on the form
10767   ;; (article-number . line-number-in-body).
10768   (push
10769    (cons article
10770          (with-current-buffer gnus-article-buffer
10771            (count-lines
10772             (min (point)
10773                  (save-excursion
10774                    (article-goto-body)
10775                    (point)))
10776             (point))))
10777    gnus-newsgroup-bookmarks)
10778   (gnus-message 6 "A bookmark has been added to the current article."))
10779
10780 (defun gnus-summary-remove-bookmark (article)
10781   "Remove the bookmark from the current article."
10782   (interactive (list (gnus-summary-article-number)))
10783   ;; Remove old bookmark, if one exists.
10784   (if (not (assq article gnus-newsgroup-bookmarks))
10785       (gnus-message 6 "No bookmark in current article.")
10786     (gnus-alist-pull article gnus-newsgroup-bookmarks)
10787     (gnus-message 6 "Removed bookmark.")))
10788
10789 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
10790 (defun gnus-summary-mark-as-dormant (n)
10791   "Mark N articles forward as dormant.
10792 If N is negative, mark backward instead.  The difference between N and
10793 the actual number of articles marked is returned."
10794   (interactive "p")
10795   (gnus-summary-mark-forward n gnus-dormant-mark))
10796
10797 (defun gnus-summary-set-process-mark (article)
10798   "Set the process mark on ARTICLE and update the summary line."
10799   (setq gnus-newsgroup-processable
10800         (cons article
10801               (delq article gnus-newsgroup-processable)))
10802   (when (gnus-summary-goto-subject article)
10803     (gnus-summary-show-thread)
10804     (gnus-summary-goto-subject article)
10805     (gnus-summary-update-secondary-mark article)))
10806
10807 (defun gnus-summary-remove-process-mark (&rest articles)
10808   "Remove the process mark from ARTICLES and update the summary line."
10809   (dolist (article articles)
10810     (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
10811     (when (gnus-summary-goto-subject article)
10812       (gnus-summary-show-thread)
10813       (gnus-summary-goto-subject article)
10814       (gnus-summary-update-secondary-mark article)))
10815   t)
10816
10817 (defun gnus-summary-set-saved-mark (article)
10818   "Set the process mark on ARTICLE and update the summary line."
10819   (push article gnus-newsgroup-saved)
10820   (when (gnus-summary-goto-subject article)
10821     (gnus-summary-update-secondary-mark article)))
10822
10823 (defun gnus-summary-mark-forward (n &optional mark no-expire)
10824   "Mark N articles as read forwards.
10825 If N is negative, mark backwards instead.  Mark with MARK, ?r by default.
10826 The difference between N and the actual number of articles marked is
10827 returned.
10828 If NO-EXPIRE, auto-expiry will be inhibited."
10829   (interactive "p")
10830   (gnus-summary-show-thread)
10831   (let ((backward (< n 0))
10832         (gnus-summary-goto-unread
10833          (and gnus-summary-goto-unread
10834               (not (eq gnus-summary-goto-unread 'never))
10835               (not (memq mark (list gnus-unread-mark gnus-spam-mark
10836                                     gnus-ticked-mark gnus-dormant-mark)))))
10837         (n (abs n))
10838         (mark (or mark gnus-del-mark)))
10839     (while (and (> n 0)
10840                 (gnus-summary-mark-article nil mark no-expire)
10841                 (zerop (gnus-summary-next-subject
10842                         (if backward -1 1)
10843                         (and gnus-summary-goto-unread
10844                              (not (eq gnus-summary-goto-unread 'never)))
10845                         t)))
10846       (setq n (1- n)))
10847     (when (/= 0 n)
10848       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
10849     (gnus-summary-recenter)
10850     (gnus-summary-position-point)
10851     (gnus-set-mode-line 'summary)
10852     n))
10853
10854 (defun gnus-summary-mark-article-as-read (mark)
10855   "Mark the current article quickly as read with MARK."
10856   (let ((article (gnus-summary-article-number)))
10857     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10858     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10859     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
10860     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10861     (push (cons article mark) gnus-newsgroup-reads)
10862     ;; Possibly remove from cache, if that is used.
10863     (when gnus-use-cache
10864       (gnus-cache-enter-remove-article article))
10865     ;; Allow the backend to change the mark.
10866     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10867     ;; Check for auto-expiry.
10868     (when (and gnus-newsgroup-auto-expire
10869                (memq mark gnus-auto-expirable-marks))
10870       (setq mark gnus-expirable-mark)
10871       ;; Let the backend know about the mark change.
10872       (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10873       (push article gnus-newsgroup-expirable))
10874     ;; Set the mark in the buffer.
10875     (gnus-summary-update-mark mark 'unread)
10876     t))
10877
10878 (defun gnus-summary-mark-article-as-unread (mark)
10879   "Mark the current article quickly as unread with MARK."
10880   (let* ((article (gnus-summary-article-number))
10881          (old-mark (gnus-summary-article-mark article)))
10882     ;; Allow the backend to change the mark.
10883     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10884     (if (eq mark old-mark)
10885         t
10886       (if (<= article 0)
10887           (progn
10888             (gnus-error 1 "Can't mark negative article numbers")
10889             nil)
10890         (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10891         (setq gnus-newsgroup-spam-marked
10892               (delq article gnus-newsgroup-spam-marked))
10893         (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10894         (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
10895         (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
10896         (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10897         (cond ((= mark gnus-ticked-mark)
10898                (setq gnus-newsgroup-marked
10899                      (gnus-add-to-sorted-list gnus-newsgroup-marked
10900                                               article)))
10901               ((= mark gnus-spam-mark)
10902                (setq gnus-newsgroup-spam-marked
10903                      (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
10904                                               article)))
10905               ((= mark gnus-dormant-mark)
10906                (setq gnus-newsgroup-dormant
10907                      (gnus-add-to-sorted-list gnus-newsgroup-dormant
10908                                               article)))
10909               (t
10910                (setq gnus-newsgroup-unreads
10911                      (gnus-add-to-sorted-list gnus-newsgroup-unreads
10912                                               article))))
10913         (gnus-alist-pull article gnus-newsgroup-reads)
10914
10915         ;; See whether the article is to be put in the cache.
10916         (and gnus-use-cache
10917              (vectorp (gnus-summary-article-header article))
10918              (save-excursion
10919                (gnus-cache-possibly-enter-article
10920                 gnus-newsgroup-name article
10921                 (= mark gnus-ticked-mark)
10922                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10923
10924         ;; Fix the mark.
10925         (gnus-summary-update-mark mark 'unread)
10926         t))))
10927
10928 (defun gnus-summary-mark-article (&optional article mark no-expire)
10929   "Mark ARTICLE with MARK.  MARK can be any character.
10930 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
10931 `??' (dormant) and `?E' (expirable).
10932 If MARK is nil, then the default character `?r' is used.
10933 If ARTICLE is nil, then the article on the current line will be
10934 marked.
10935 If NO-EXPIRE, auto-expiry will be inhibited."
10936   ;; The mark might be a string.
10937   (when (stringp mark)
10938     (setq mark (aref mark 0)))
10939   ;; If no mark is given, then we check auto-expiring.
10940   (when (null mark)
10941     (setq mark gnus-del-mark))
10942   (when (and (not no-expire)
10943              gnus-newsgroup-auto-expire
10944              (memq mark gnus-auto-expirable-marks))
10945     (setq mark gnus-expirable-mark))
10946   (let ((article (or article (gnus-summary-article-number)))
10947         (old-mark (gnus-summary-article-mark article)))
10948     ;; Allow the backend to change the mark.
10949     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10950     (if (eq mark old-mark)
10951         t
10952       (unless article
10953         (error "No article on current line"))
10954       (if (not (if (or (= mark gnus-unread-mark)
10955                        (= mark gnus-ticked-mark)
10956                        (= mark gnus-spam-mark)
10957                        (= mark gnus-dormant-mark))
10958                    (gnus-mark-article-as-unread article mark)
10959                  (gnus-mark-article-as-read article mark)))
10960           t
10961         ;; See whether the article is to be put in the cache.
10962         (and gnus-use-cache
10963              (not (= mark gnus-canceled-mark))
10964              (vectorp (gnus-summary-article-header article))
10965              (save-excursion
10966                (gnus-cache-possibly-enter-article
10967                 gnus-newsgroup-name article
10968                 (= mark gnus-ticked-mark)
10969                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10970
10971         (when (gnus-summary-goto-subject article nil t)
10972           (let ((inhibit-read-only t))
10973             (gnus-summary-show-thread)
10974             ;; Fix the mark.
10975             (gnus-summary-update-mark mark 'unread)
10976             t))))))
10977
10978 (defun gnus-summary-update-secondary-mark (article)
10979   "Update the secondary (read, process, cache) mark."
10980   (gnus-summary-update-mark
10981    (cond ((memq article gnus-newsgroup-processable)
10982           gnus-process-mark)
10983          ((memq article gnus-newsgroup-cached)
10984           gnus-cached-mark)
10985          ((memq article gnus-newsgroup-replied)
10986           gnus-replied-mark)
10987          ((memq article gnus-newsgroup-forwarded)
10988           gnus-forwarded-mark)
10989          ((memq article gnus-newsgroup-saved)
10990           gnus-saved-mark)
10991          ((memq article gnus-newsgroup-unseen)
10992           gnus-unseen-mark)
10993          (t gnus-no-mark))
10994    'replied)
10995   (when (gnus-visual-p 'summary-highlight 'highlight)
10996     (gnus-summary-highlight-line)
10997     (gnus-run-hooks 'gnus-summary-update-hook))
10998   t)
10999
11000 (defun gnus-summary-update-download-mark (article)
11001   "Update the download mark."
11002   (gnus-summary-update-mark
11003    (cond ((memq article gnus-newsgroup-undownloaded)
11004           gnus-undownloaded-mark)
11005          (gnus-newsgroup-agentized
11006           gnus-downloaded-mark)
11007          (t
11008           gnus-no-mark))
11009    'download)
11010   (gnus-summary-update-line t)
11011   t)
11012
11013 (defun gnus-summary-update-mark (mark type)
11014   (let ((forward (cdr (assq type gnus-summary-mark-positions)))
11015         (inhibit-read-only t))
11016     (re-search-backward "[\n\r]" (point-at-bol) 'move-to-limit)
11017     (when forward
11018       (when (looking-at "\r")
11019         (incf forward))
11020       (when (<= (+ forward (point)) (point-max))
11021         ;; Go to the right position on the line.
11022         (goto-char (+ forward (point)))
11023         ;; Replace the old mark with the new mark.
11024         (let ((to-insert
11025                (mm-subst-char-in-string
11026                 (char-after) mark
11027                 (buffer-substring (point) (1+ (point))))))
11028           (delete-region (point) (1+ (point)))
11029           (insert to-insert))
11030         ;; Optionally update the marks by some user rule.
11031         (when (eq type 'unread)
11032           (gnus-data-set-mark
11033            (gnus-data-find (gnus-summary-article-number)) mark)
11034           (gnus-summary-update-line (eq mark gnus-unread-mark)))))))
11035
11036 (defun gnus-mark-article-as-read (article &optional mark)
11037   "Enter ARTICLE in the pertinent lists and remove it from others."
11038   ;; Make the article expirable.
11039   (let ((mark (or mark gnus-del-mark)))
11040     (setq gnus-newsgroup-expirable
11041           (if (= mark gnus-expirable-mark)
11042               (gnus-add-to-sorted-list gnus-newsgroup-expirable article)
11043             (delq article gnus-newsgroup-expirable)))
11044     ;; Remove from unread and marked lists.
11045     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
11046     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
11047     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
11048     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
11049     (push (cons article mark) gnus-newsgroup-reads)
11050     ;; Possibly remove from cache, if that is used.
11051     (when gnus-use-cache
11052       (gnus-cache-enter-remove-article article))
11053     t))
11054
11055 (defun gnus-mark-article-as-unread (article &optional mark)
11056   "Enter ARTICLE in the pertinent lists and remove it from others."
11057   (let ((mark (or mark gnus-ticked-mark)))
11058     (if (<= article 0)
11059         (progn
11060           (gnus-error 1 "Can't mark negative article numbers")
11061           nil)
11062       (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked)
11063             gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked)
11064             gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant)
11065             gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)
11066             gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
11067
11068       ;; Unsuppress duplicates?
11069       (when gnus-suppress-duplicates
11070         (gnus-dup-unsuppress-article article))
11071
11072       (cond ((= mark gnus-ticked-mark)
11073              (setq gnus-newsgroup-marked
11074                    (gnus-add-to-sorted-list gnus-newsgroup-marked article)))
11075             ((= mark gnus-spam-mark)
11076              (setq gnus-newsgroup-spam-marked
11077                    (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
11078                                             article)))
11079             ((= mark gnus-dormant-mark)
11080              (setq gnus-newsgroup-dormant
11081                    (gnus-add-to-sorted-list gnus-newsgroup-dormant article)))
11082             (t
11083              (setq gnus-newsgroup-unreads
11084                    (gnus-add-to-sorted-list gnus-newsgroup-unreads article))))
11085       (gnus-alist-pull article gnus-newsgroup-reads)
11086       t)))
11087
11088 (defun gnus-summary-tick-article-forward (n)
11089   "Tick N articles forwards.
11090 If N is negative, tick backwards instead.
11091 The difference between N and the number of articles ticked is returned."
11092   (interactive "p")
11093   (gnus-summary-mark-forward n gnus-ticked-mark))
11094
11095 (defun gnus-summary-tick-article-backward (n)
11096   "Tick N articles backwards.
11097 The difference between N and the number of articles ticked is returned."
11098   (interactive "p")
11099   (gnus-summary-mark-forward (- n) gnus-ticked-mark))
11100
11101 (defun gnus-summary-tick-article (&optional article clear-mark)
11102   "Mark current article as unread.
11103 Optional 1st argument ARTICLE specifies article number to be marked as unread.
11104 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
11105   (interactive)
11106   (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
11107                                        gnus-ticked-mark)))
11108
11109 (defun gnus-summary-mark-as-read-forward (n)
11110   "Mark N articles as read forwards.
11111 If N is negative, mark backwards instead.
11112 The difference between N and the actual number of articles marked is
11113 returned."
11114   (interactive "p")
11115   (gnus-summary-mark-forward n gnus-del-mark gnus-inhibit-user-auto-expire))
11116
11117 (defun gnus-summary-mark-as-read-backward (n)
11118   "Mark the N articles as read backwards.
11119 The difference between N and the actual number of articles marked is
11120 returned."
11121   (interactive "p")
11122   (gnus-summary-mark-forward
11123    (- n) gnus-del-mark gnus-inhibit-user-auto-expire))
11124
11125 (defun gnus-summary-mark-as-read (&optional article mark)
11126   "Mark current article as read.
11127 ARTICLE specifies the article to be marked as read.
11128 MARK specifies a string to be inserted at the beginning of the line."
11129   (gnus-summary-mark-article article mark))
11130
11131 (defun gnus-summary-clear-mark-forward (n)
11132   "Clear marks from N articles forward.
11133 If N is negative, clear backward instead.
11134 The difference between N and the number of marks cleared is returned."
11135   (interactive "p")
11136   (gnus-summary-mark-forward n gnus-unread-mark))
11137
11138 (defun gnus-summary-clear-mark-backward (n)
11139   "Clear marks from N articles backward.
11140 The difference between N and the number of marks cleared is returned."
11141   (interactive "p")
11142   (gnus-summary-mark-forward (- n) gnus-unread-mark))
11143
11144 (defun gnus-summary-mark-unread-as-read ()
11145   "Intended to be used by `gnus-mark-article-hook'."
11146   (when (memq gnus-current-article gnus-newsgroup-unreads)
11147     (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
11148
11149 (defun gnus-summary-mark-read-and-unread-as-read (&optional new-mark)
11150   "Intended to be used by `gnus-mark-article-hook'."
11151   (let ((mark (gnus-summary-article-mark)))
11152     (when (or (gnus-unread-mark-p mark)
11153               (gnus-read-mark-p mark))
11154       (gnus-summary-mark-article gnus-current-article
11155                                  (or new-mark gnus-read-mark)))))
11156
11157 (defun gnus-summary-mark-current-read-and-unread-as-read (&optional new-mark)
11158   "Intended to be used by `gnus-mark-article-hook'."
11159   (let ((mark (gnus-summary-article-mark)))
11160     (when (or (gnus-unread-mark-p mark)
11161               (gnus-read-mark-p mark))
11162       (gnus-summary-mark-article (gnus-summary-article-number)
11163                                  (or new-mark gnus-read-mark)))))
11164
11165 (defun gnus-summary-mark-unread-as-ticked ()
11166   "Intended to be used by `gnus-mark-article-hook'."
11167   (when (memq gnus-current-article gnus-newsgroup-unreads)
11168     (gnus-summary-mark-article gnus-current-article gnus-ticked-mark)))
11169
11170 (defun gnus-summary-mark-region-as-read (point mark all)
11171   "Mark all unread articles between point and mark as read.
11172 If given a prefix, mark all articles between point and mark as read,
11173 even ticked and dormant ones."
11174   (interactive "r\nP")
11175   (save-excursion
11176     (let (article)
11177       (goto-char point)
11178       (beginning-of-line)
11179       (while (and
11180               (< (point) mark)
11181               (progn
11182                 (when (or all
11183                           (memq (setq article (gnus-summary-article-number))
11184                                 gnus-newsgroup-unreads))
11185                   (gnus-summary-mark-article article gnus-del-mark))
11186                 t)
11187               (gnus-summary-find-next))))))
11188
11189 (defun gnus-summary-mark-below (score mark)
11190   "Mark articles with score less than SCORE with MARK."
11191   (interactive "P\ncMark: ")
11192   (setq score (if score
11193                   (prefix-numeric-value score)
11194                 (or gnus-summary-default-score 0)))
11195   (with-current-buffer gnus-summary-buffer
11196     (goto-char (point-min))
11197     (while
11198         (progn
11199           (and (< (gnus-summary-article-score) score)
11200                (gnus-summary-mark-article nil mark))
11201           (gnus-summary-find-next)))))
11202
11203 (defun gnus-summary-kill-below (&optional score)
11204   "Mark articles with score below SCORE as read."
11205   (interactive "P")
11206   (gnus-summary-mark-below score gnus-killed-mark))
11207
11208 (defun gnus-summary-clear-above (&optional score)
11209   "Clear all marks from articles with score above SCORE."
11210   (interactive "P")
11211   (gnus-summary-mark-above score gnus-unread-mark))
11212
11213 (defun gnus-summary-tick-above (&optional score)
11214   "Tick all articles with score above SCORE."
11215   (interactive "P")
11216   (gnus-summary-mark-above score gnus-ticked-mark))
11217
11218 (defun gnus-summary-mark-above (score mark)
11219   "Mark articles with score over SCORE with MARK."
11220   (interactive "P\ncMark: ")
11221   (setq score (if score
11222                   (prefix-numeric-value score)
11223                 (or gnus-summary-default-score 0)))
11224   (with-current-buffer gnus-summary-buffer
11225     (goto-char (point-min))
11226     (while (and (progn
11227                   (when (> (gnus-summary-article-score) score)
11228                     (gnus-summary-mark-article nil mark))
11229                   t)
11230                 (gnus-summary-find-next)))))
11231
11232 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
11233 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
11234 (defun gnus-summary-limit-include-expunged (&optional no-error)
11235   "Display all the hidden articles that were expunged for low scores."
11236   (interactive)
11237   (let ((inhibit-read-only t))
11238     (let ((scored gnus-newsgroup-scored)
11239           headers h)
11240       (while scored
11241         (unless (gnus-summary-article-header (caar scored))
11242           (and (setq h (gnus-number-to-header (caar scored)))
11243                (< (cdar scored) gnus-summary-expunge-below)
11244                (push h headers)))
11245         (setq scored (cdr scored)))
11246       (if (not headers)
11247           (when (not no-error)
11248             (error "No expunged articles hidden"))
11249         (goto-char (point-min))
11250         (push gnus-newsgroup-limit gnus-newsgroup-limits)
11251         (setq gnus-newsgroup-limit (copy-sequence gnus-newsgroup-limit))
11252         (dolist (x headers)
11253           (push (mail-header-number x) gnus-newsgroup-limit))
11254         (gnus-summary-prepare-unthreaded (nreverse headers))
11255         (goto-char (point-min))
11256         (gnus-summary-position-point)
11257         t))))
11258
11259 (defun gnus-summary-catchup (&optional all quietly to-here not-mark reverse)
11260   "Mark all unread articles in this newsgroup as read.
11261 If prefix argument ALL is non-nil, ticked and dormant articles will
11262 also be marked as read.
11263 If QUIETLY is non-nil, no questions will be asked.
11264
11265 If TO-HERE is non-nil, it should be a point in the buffer.  All
11266 articles before (after, if REVERSE is set) this point will be marked
11267 as read.
11268
11269 Note that this function will only catch up the unread article
11270 in the current summary buffer limitation.
11271
11272 The number of articles marked as read is returned."
11273   (interactive "P")
11274   (prog1
11275       (save-excursion
11276         (when (or quietly
11277                   (not gnus-interactive-catchup) ;Without confirmation?
11278                   gnus-expert-user
11279                   (gnus-y-or-n-p
11280                    (if all
11281                        "Mark absolutely all articles as read? "
11282                      "Mark all unread articles as read? ")))
11283           (if (and not-mark
11284                    (not gnus-newsgroup-adaptive)
11285                    (not gnus-newsgroup-auto-expire)
11286                    (not gnus-suppress-duplicates)
11287                    (or (not gnus-use-cache)
11288                        (eq gnus-use-cache 'passive)))
11289               (progn
11290                 (when all
11291                   (setq gnus-newsgroup-marked nil
11292                         gnus-newsgroup-spam-marked nil
11293                         gnus-newsgroup-dormant nil))
11294                 (setq gnus-newsgroup-unreads
11295                       (gnus-sorted-nunion
11296                        (gnus-sorted-intersection gnus-newsgroup-unreads
11297                                                  gnus-newsgroup-downloadable)
11298                        (gnus-sorted-difference gnus-newsgroup-unfetched
11299                                                gnus-newsgroup-cached))))
11300             ;; We actually mark all articles as canceled, which we
11301             ;; have to do when using auto-expiry or adaptive scoring.
11302             (gnus-summary-show-all-threads)
11303             (if (and to-here reverse)
11304                 (progn
11305                   (goto-char to-here)
11306                   (gnus-summary-mark-current-read-and-unread-as-read
11307                    gnus-catchup-mark)
11308                   (while (gnus-summary-find-next (not all))
11309                     (gnus-summary-mark-article-as-read gnus-catchup-mark)))
11310               (when (gnus-summary-first-subject (not all))
11311                 (while (and
11312                         (if to-here (< (point) to-here) t)
11313                         (gnus-summary-mark-article-as-read gnus-catchup-mark)
11314                         (gnus-summary-find-next (not all))))))
11315             (gnus-set-mode-line 'summary))
11316           t))
11317     (gnus-summary-position-point)))
11318
11319 (defun gnus-summary-catchup-to-here (&optional all)
11320   "Mark all unticked articles before the current one as read.
11321 If ALL is non-nil, also mark ticked and dormant articles as read."
11322   (interactive "P")
11323   (save-excursion
11324     (gnus-save-hidden-threads
11325       (let ((beg (point)))
11326         ;; We check that there are unread articles.
11327         (when (or all (gnus-summary-find-prev))
11328           (gnus-summary-catchup all t beg)))))
11329   (gnus-summary-position-point))
11330
11331 (defun gnus-summary-catchup-from-here (&optional all)
11332   "Mark all unticked articles after (and including) the current one as read.
11333 If ALL is non-nil, also mark ticked and dormant articles as read."
11334   (interactive "P")
11335   (save-excursion
11336     (gnus-save-hidden-threads
11337       (let ((beg (point)))
11338         ;; We check that there are unread articles.
11339         (when (or all (gnus-summary-find-next))
11340           (gnus-summary-catchup all t beg nil t)))))
11341   (gnus-summary-position-point))
11342
11343 (defun gnus-summary-catchup-all (&optional quietly)
11344   "Mark all articles in this newsgroup as read.
11345 This command is dangerous.  Normally, you want \\[gnus-summary-catchup]
11346 instead, which marks only unread articles as read."
11347   (interactive "P")
11348   (gnus-summary-catchup t quietly))
11349
11350 (defun gnus-summary-catchup-and-exit (&optional all quietly)
11351   "Mark all unread articles in this group as read, then exit.
11352 If prefix argument ALL is non-nil, all articles are marked as read.
11353 If QUIETLY is non-nil, no questions will be asked."
11354   (interactive "P")
11355   (when (gnus-summary-catchup all quietly nil 'fast)
11356     ;; Select next newsgroup or exit.
11357     (if (and (not (gnus-group-quit-config gnus-newsgroup-name))
11358              (eq gnus-auto-select-next 'quietly))
11359         (gnus-summary-next-group nil)
11360       (gnus-summary-exit))))
11361
11362 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
11363   "Mark all articles in this newsgroup as read, and then exit.
11364 This command is dangerous.  Normally, you want \\[gnus-summary-catchup-and-exit]
11365 instead, which marks only unread articles as read."
11366   (interactive "P")
11367   (gnus-summary-catchup-and-exit t quietly))
11368
11369 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
11370   "Mark all articles in this group as read and select the next group.
11371 If given a prefix, mark all articles, unread as well as ticked, as
11372 read."
11373   (interactive "P")
11374   (save-excursion
11375     (gnus-summary-catchup all))
11376   (gnus-summary-next-group))
11377
11378 (defun gnus-summary-catchup-and-goto-prev-group (&optional all)
11379   "Mark all articles in this group as read and select the previous group.
11380 If given a prefix, mark all articles, unread as well as ticked, as
11381 read."
11382   (interactive "P")
11383   (save-excursion
11384     (gnus-summary-catchup all))
11385   (gnus-summary-next-group nil nil t))
11386
11387 ;;;
11388 ;;; with article
11389 ;;;
11390
11391 (defmacro gnus-with-article (article &rest forms)
11392   "Select ARTICLE and perform FORMS in the original article buffer.
11393 Then replace the article with the result."
11394   `(progn
11395      ;; We don't want the article to be marked as read.
11396      (let (gnus-mark-article-hook)
11397        (gnus-summary-select-article t t nil ,article))
11398      (set-buffer gnus-original-article-buffer)
11399      ,@forms
11400      (if (not (gnus-check-backend-function
11401                'request-replace-article (car gnus-article-current)))
11402          (gnus-message 5 "Read-only group; not replacing")
11403        (unless (gnus-request-replace-article
11404                 ,article (car gnus-article-current)
11405                 (current-buffer) t)
11406          (error "Couldn't replace article")))
11407      ;; The cache and backlog have to be flushed somewhat.
11408      (when gnus-keep-backlog
11409        (gnus-backlog-remove-article
11410         (car gnus-article-current) (cdr gnus-article-current)))
11411      (when gnus-use-cache
11412        (gnus-cache-update-article
11413         (car gnus-article-current) (cdr gnus-article-current)))))
11414
11415 (put 'gnus-with-article 'lisp-indent-function 1)
11416 (put 'gnus-with-article 'edebug-form-spec '(form body))
11417
11418 ;; Thread-based commands.
11419
11420 (defun gnus-summary-articles-in-thread (&optional article)
11421   "Return a list of all articles in the current thread.
11422 If ARTICLE is non-nil, return all articles in the thread that starts
11423 with that article."
11424   (let* ((article (or article (gnus-summary-article-number)))
11425          (data (gnus-data-find-list article))
11426          (top-level (gnus-data-level (car data)))
11427          (top-subject
11428           (cond ((null gnus-thread-operation-ignore-subject)
11429                  (gnus-simplify-subject-re
11430                   (mail-header-subject (gnus-data-header (car data)))))
11431                 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
11432                  (gnus-simplify-subject-fuzzy
11433                   (mail-header-subject (gnus-data-header (car data)))))
11434                 (t nil)))
11435          (end-point (save-excursion
11436                       (goto-char (gnus-data-pos (car data)))
11437                       (if (gnus-summary-go-to-next-thread)
11438                           (point) (point-max))))
11439          articles)
11440     (while (and data
11441                 (< (gnus-data-pos (car data)) end-point))
11442       (when (or (not top-subject)
11443                 (string= top-subject
11444                          (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
11445                              (gnus-simplify-subject-fuzzy
11446                               (mail-header-subject
11447                                (gnus-data-header (car data))))
11448                            (gnus-simplify-subject-re
11449                             (mail-header-subject
11450                              (gnus-data-header (car data)))))))
11451         (push (gnus-data-number (car data)) articles))
11452       (unless (and (setq data (cdr data))
11453                    (> (gnus-data-level (car data)) top-level))
11454         (setq data nil)))
11455     ;; Return the list of articles.
11456     (nreverse articles)))
11457
11458 (defun gnus-summary-rethread-current ()
11459   "Rethread the thread the current article is part of."
11460   (interactive)
11461   (let* ((gnus-show-threads t)
11462          (article (gnus-summary-article-number))
11463          (id (mail-header-id (gnus-summary-article-header)))
11464          (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
11465     (unless id
11466       (error "No article on the current line"))
11467     (gnus-rebuild-thread id)
11468     (gnus-summary-goto-subject article)))
11469
11470 (defun gnus-summary-reparent-thread ()
11471   "Make the current article child of the marked (or previous) article.
11472
11473 Note that the re-threading will only work if `gnus-thread-ignore-subject'
11474 is non-nil or the Subject: of both articles are the same."
11475   (interactive)
11476   (unless (not (gnus-group-read-only-p))
11477     (error "The current newsgroup does not support article editing"))
11478   (unless (<= (length gnus-newsgroup-processable) 1)
11479     (error "No more than one article may be marked"))
11480   (let ((child (gnus-summary-article-number))
11481         ;; First grab the marked article, otherwise one line up.
11482         (parent (if (not (null gnus-newsgroup-processable))
11483                     (car gnus-newsgroup-processable)
11484                   (save-excursion
11485                     (if (eq (forward-line -1) 0)
11486                         (gnus-summary-article-number)
11487                       (error "Beginning of summary buffer"))))))
11488     (gnus-summary-reparent-children parent (list child))))
11489
11490 (defun gnus-summary-reparent-children (parent children)
11491   "Make PARENT the parent of CHILDREN.
11492 When called interactively, PARENT is the current article and CHILDREN
11493 are the process-marked articles."
11494   (interactive
11495    (list (gnus-summary-article-number)
11496          (gnus-summary-work-articles nil)))
11497   (dolist (child children)
11498     (save-window-excursion
11499       (let ((gnus-article-buffer " *reparent*"))
11500         (unless (not (eq parent child))
11501           (error "An article may not be self-referential"))
11502         (let ((message-id (mail-header-id
11503                            (gnus-summary-article-header parent))))
11504           (unless (and message-id (not (equal message-id "")))
11505             (error "No message-id in desired parent"))
11506           (gnus-with-article child
11507             (save-restriction
11508               (goto-char (point-min))
11509               (message-narrow-to-head)
11510               (if (re-search-forward "^References: " nil t)
11511                   (progn
11512                     (re-search-forward "^[^ \t]" nil t)
11513                     (forward-line -1)
11514                     (end-of-line)
11515                     (insert " " message-id))
11516                 (insert "References: " message-id "\n"))))
11517           (set-buffer gnus-summary-buffer)
11518           (gnus-summary-unmark-all-processable)
11519           (gnus-summary-update-article child)
11520           (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
11521             (gnus-summary-update-secondary-mark (cdr gnus-article-current)))
11522           (gnus-summary-rethread-current)
11523           (gnus-message 3 "Article %d is now the child of article %d"
11524                         child parent))))))
11525
11526 (defun gnus-summary-toggle-threads (&optional arg)
11527   "Toggle showing conversation threads.
11528 If ARG is positive number, turn showing conversation threads on."
11529   (interactive "P")
11530   (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
11531     (setq gnus-show-threads
11532           (if (null arg) (not gnus-show-threads)
11533             (> (prefix-numeric-value arg) 0)))
11534     (gnus-summary-prepare)
11535     (gnus-summary-goto-subject current)
11536     (gnus-message 6 "Threading is now %s" (if gnus-show-threads "on" "off"))
11537     (gnus-summary-position-point)))
11538
11539 (eval-and-compile
11540   (if (fboundp 'remove-overlays)
11541       (defalias 'gnus-remove-overlays 'remove-overlays)
11542     (defun gnus-remove-overlays (beg end name val)
11543       "Clear BEG and END of overlays whose property NAME has value VAL.
11544 For compatibility with XEmacs."
11545       (dolist (ov (gnus-overlays-in beg end))
11546         (when (eq (gnus-overlay-get ov name) val)
11547           (gnus-delete-overlay ov))))))
11548
11549 (defun gnus-summary-show-all-threads ()
11550   "Show all threads."
11551   (interactive)
11552   (gnus-remove-overlays (point-min) (point-max) 'invisible 'gnus-sum)
11553   (gnus-summary-position-point))
11554
11555 (defsubst gnus-summary--inv (p)
11556   (and (eq (get-char-property p 'invisible) 'gnus-sum) p))
11557
11558 (defun gnus-summary-show-thread ()
11559   "Show thread subtrees.
11560 Returns nil if no thread was there to be shown."
11561   (interactive)
11562   (let* ((orig (point))
11563          (end (point-at-eol))
11564          (end (or (gnus-summary--inv end) (gnus-summary--inv (1- end))))
11565          ;; Leave point at bol
11566          (beg (progn (beginning-of-line) (if (bobp) (point) (1- (point)))))
11567          (eoi (when end
11568                 (if (fboundp 'next-single-char-property-change)
11569                     (or (next-single-char-property-change end 'invisible)
11570                         (point-max))
11571                   (while (progn
11572                            (end-of-line 2)
11573                            (and (not (eobp))
11574                                 (eq (get-char-property (point) 'invisible)
11575                                     'gnus-sum))))
11576                   (point)))))
11577     (when eoi
11578       (gnus-remove-overlays beg eoi 'invisible 'gnus-sum)
11579       (goto-char orig)
11580       (gnus-summary-position-point)
11581       eoi)))
11582
11583 (defun gnus-summary-maybe-hide-threads ()
11584   "If requested, hide the threads that should be hidden."
11585   (when (and gnus-show-threads
11586              gnus-thread-hide-subtree)
11587     (gnus-summary-hide-all-threads
11588      (if (or (consp gnus-thread-hide-subtree)
11589              (functionp gnus-thread-hide-subtree))
11590          (gnus-make-predicate gnus-thread-hide-subtree)
11591        nil))))
11592
11593 ;;; Hiding predicates.
11594
11595 (defun gnus-article-unread-p (header)
11596   (memq (mail-header-number header) gnus-newsgroup-unreads))
11597
11598 (defun gnus-article-unseen-p (header)
11599   (memq (mail-header-number header) gnus-newsgroup-unseen))
11600
11601 (defun gnus-map-articles (predicate articles)
11602   "Map PREDICATE over ARTICLES and return non-nil if any predicate is non-nil."
11603   (apply 'gnus-or (mapcar predicate
11604                           (mapcar (lambda (number)
11605                                     (gnus-summary-article-header number))
11606                                   articles))))
11607
11608 (defun gnus-summary-hide-all-threads (&optional predicate)
11609   "Hide all thread subtrees.
11610 If PREDICATE is supplied, threads that satisfy this predicate
11611 will not be hidden."
11612   (interactive)
11613   (save-excursion
11614     (goto-char (point-min))
11615     (let ((end nil)
11616           (count 0))
11617       (while (not end)
11618         (incf count)
11619         (when (zerop (mod count 1000))
11620           (message "Hiding all threads... %d" count))
11621         (when (or (not predicate)
11622                   (gnus-map-articles
11623                    predicate (gnus-summary-article-children)))
11624             (gnus-summary-hide-thread))
11625         (setq end (not (zerop (gnus-summary-next-thread 1 t)))))))
11626   (gnus-summary-position-point))
11627
11628 (defun gnus-summary-hide-thread ()
11629   "Hide thread subtrees.
11630 If PREDICATE is supplied, threads that satisfy this predicate
11631 will not be hidden.
11632 Returns nil if no threads were there to be hidden."
11633   (interactive)
11634   (let ((start (point))
11635         (starteol (line-end-position))
11636         (article (gnus-summary-article-number)))
11637     (goto-char start)
11638     ;; Go forward until either the buffer ends or the subthread ends.
11639     (when (and (not (eobp))
11640                (or (zerop (gnus-summary-next-thread 1 t))
11641                    (goto-char (point-max))))
11642       (if (and (> (point) start)
11643                ;; FIXME: this should actually search for a non-invisible \n.
11644                (search-backward "\n" start t))
11645           (progn
11646             (when (> (point) starteol)
11647               (gnus-remove-overlays starteol (point) 'invisible 'gnus-sum)
11648               (let ((ol (gnus-make-overlay starteol (point) nil t nil)))
11649                 (gnus-overlay-put ol 'invisible 'gnus-sum)
11650                 (gnus-overlay-put ol 'evaporate t)))
11651             (gnus-summary-goto-subject article)
11652             (when (> start (point))
11653               (message "Hiding the thread moved us backwards, aborting!")
11654               (goto-char (point-max))))
11655         (goto-char start)
11656         nil))))
11657
11658 (defun gnus-summary-go-to-next-thread (&optional previous)
11659   "Go to the same level (or less) next thread.
11660 If PREVIOUS is non-nil, go to previous thread instead.
11661 Return the article number moved to, or nil if moving was impossible."
11662   (let ((level (gnus-summary-thread-level))
11663         (way (if previous -1 1))
11664         (beg (point)))
11665     (forward-line way)
11666     (while (and (not (eobp))
11667                 (< level (gnus-summary-thread-level)))
11668       (forward-line way))
11669     (if (eobp)
11670         (progn
11671           (goto-char beg)
11672           nil)
11673       (setq beg (point))
11674       (prog1
11675           (gnus-summary-article-number)
11676         (goto-char beg)))))
11677
11678 (defun gnus-summary-next-thread (n &optional silent)
11679   "Go to the same level next N'th thread.
11680 If N is negative, search backward instead.
11681 Returns the difference between N and the number of skips actually
11682 done.
11683
11684 If SILENT, don't output messages."
11685   (interactive "p")
11686   (let ((backward (< n 0))
11687         (n (abs n)))
11688     (while (and (> n 0)
11689                 (gnus-summary-go-to-next-thread backward))
11690       (decf n))
11691     (unless silent
11692       (gnus-summary-position-point))
11693     (when (and (not silent) (/= 0 n))
11694       (gnus-message 7 "No more threads"))
11695     n))
11696
11697 (defun gnus-summary-prev-thread (n)
11698   "Go to the same level previous N'th thread.
11699 Returns the difference between N and the number of skips actually
11700 done."
11701   (interactive "p")
11702   (gnus-summary-next-thread (- n)))
11703
11704 (defun gnus-summary-go-down-thread ()
11705   "Go down one level in the current thread."
11706   (let ((children (gnus-summary-article-children)))
11707     (when children
11708       (gnus-summary-goto-subject (car children)))))
11709
11710 (defun gnus-summary-go-up-thread ()
11711   "Go up one level in the current thread."
11712   (let ((parent (gnus-summary-article-parent)))
11713     (when parent
11714       (gnus-summary-goto-subject parent))))
11715
11716 (defun gnus-summary-down-thread (n)
11717   "Go down thread N steps.
11718 If N is negative, go up instead.
11719 Returns the difference between N and how many steps down that were
11720 taken."
11721   (interactive "p")
11722   (let ((up (< n 0))
11723         (n (abs n)))
11724     (while (and (> n 0)
11725                 (if up (gnus-summary-go-up-thread)
11726                   (gnus-summary-go-down-thread)))
11727       (setq n (1- n)))
11728     (gnus-summary-position-point)
11729     (when (/= 0 n)
11730       (gnus-message 7 "Can't go further"))
11731     n))
11732
11733 (defun gnus-summary-up-thread (n)
11734   "Go up thread N steps.
11735 If N is negative, go down instead.
11736 Returns the difference between N and how many steps down that were
11737 taken."
11738   (interactive "p")
11739   (gnus-summary-down-thread (- n)))
11740
11741 (defun gnus-summary-top-thread ()
11742   "Go to the top of the thread."
11743   (interactive)
11744   (while (gnus-summary-go-up-thread))
11745   (gnus-summary-article-number))
11746
11747 (defun gnus-summary-expire-thread ()
11748   "Mark articles under current thread as expired."
11749   (interactive)
11750   (gnus-summary-kill-thread 0))
11751
11752 (defun gnus-summary-kill-thread (&optional unmark)
11753   "Mark articles under current thread as read.
11754 If the prefix argument is positive, remove any kinds of marks.
11755 If the prefix argument is zero, mark thread as expired.
11756 If the prefix argument is negative, tick articles instead."
11757   (interactive "P")
11758   (when unmark
11759     (setq unmark (prefix-numeric-value unmark)))
11760   (let ((articles (gnus-summary-articles-in-thread))
11761         (hide (or (null unmark) (= unmark 0))))
11762     (save-excursion
11763       ;; Expand the thread.
11764       (gnus-summary-show-thread)
11765       ;; Mark all the articles.
11766       (while articles
11767         (gnus-summary-goto-subject (car articles))
11768         (cond ((null unmark)
11769                (gnus-summary-mark-article-as-read gnus-killed-mark))
11770               ((> unmark 0)
11771                (gnus-summary-mark-article-as-unread gnus-unread-mark))
11772               ((= unmark 0)
11773                (gnus-summary-mark-article nil gnus-expirable-mark))
11774               (t
11775                (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
11776         (setq articles (cdr articles))))
11777     ;; Hide killed subtrees when hide is true.
11778     (and hide
11779          gnus-thread-hide-killed
11780          (gnus-summary-hide-thread))
11781     ;; If hide is t, go to next unread subject.
11782     (when hide
11783       ;; Go to next unread subject.
11784       (gnus-summary-next-subject 1 t)))
11785   (gnus-set-mode-line 'summary))
11786
11787 ;; Summary sorting commands
11788
11789 (defun gnus-summary-sort-by-number (&optional reverse)
11790   "Sort the summary buffer by article number.
11791 Argument REVERSE means reverse order."
11792   (interactive "P")
11793   (gnus-summary-sort 'number reverse))
11794
11795 (defun gnus-summary-sort-by-most-recent-number (&optional reverse)
11796   "Sort the summary buffer by most recent article number.
11797 Argument REVERSE means reverse order."
11798   (interactive "P")
11799   (gnus-summary-sort 'most-recent-number reverse))
11800
11801 (defun gnus-summary-sort-by-random (&optional reverse)
11802   "Randomize the order in the summary buffer.
11803 Argument REVERSE means to randomize in reverse order."
11804   (interactive "P")
11805   (gnus-summary-sort 'random reverse))
11806
11807 (defun gnus-summary-sort-by-author (&optional reverse)
11808   "Sort the summary buffer by author name alphabetically.
11809 If `case-fold-search' is non-nil, case of letters is ignored.
11810 Argument REVERSE means reverse order."
11811   (interactive "P")
11812   (gnus-summary-sort 'author reverse))
11813
11814 (defun gnus-summary-sort-by-recipient (&optional reverse)
11815   "Sort the summary buffer by recipient name alphabetically.
11816 If `case-fold-search' is non-nil, case of letters is ignored.
11817 Argument REVERSE means reverse order."
11818   (interactive "P")
11819   (gnus-summary-sort 'recipient reverse))
11820
11821 (defun gnus-summary-sort-by-subject (&optional reverse)
11822   "Sort the summary buffer by subject alphabetically.  `Re:'s are ignored.
11823 If `case-fold-search' is non-nil, case of letters is ignored.
11824 Argument REVERSE means reverse order."
11825   (interactive "P")
11826   (gnus-summary-sort 'subject reverse))
11827
11828 (defun gnus-summary-sort-by-date (&optional reverse)
11829   "Sort the summary buffer by date.
11830 Argument REVERSE means reverse order."
11831   (interactive "P")
11832   (gnus-summary-sort 'date reverse))
11833
11834 (defun gnus-summary-sort-by-most-recent-date (&optional reverse)
11835   "Sort the summary buffer by most recent date.
11836 Argument REVERSE means reverse order."
11837   (interactive "P")
11838   (gnus-summary-sort 'most-recent-date reverse))
11839
11840 (defun gnus-summary-sort-by-score (&optional reverse)
11841   "Sort the summary buffer by score.
11842 Argument REVERSE means reverse order."
11843   (interactive "P")
11844   (gnus-summary-sort 'score reverse))
11845
11846 (defun gnus-summary-sort-by-lines (&optional reverse)
11847   "Sort the summary buffer by the number of lines.
11848 Argument REVERSE means reverse order."
11849   (interactive "P")
11850   (gnus-summary-sort 'lines reverse))
11851
11852 (defun gnus-summary-sort-by-chars (&optional reverse)
11853   "Sort the summary buffer by article length.
11854 Argument REVERSE means reverse order."
11855   (interactive "P")
11856   (gnus-summary-sort 'chars reverse))
11857
11858 (defun gnus-summary-sort-by-original (&optional reverse)
11859   "Sort the summary buffer using the default sorting method.
11860 Argument REVERSE means reverse order."
11861   (interactive "P")
11862   (let* ((inhibit-read-only t)
11863          (gnus-summary-prepare-hook nil))
11864     ;; We do the sorting by regenerating the threads.
11865     (gnus-summary-prepare)
11866     ;; Hide subthreads if needed.
11867     (gnus-summary-maybe-hide-threads)))
11868
11869 (defun gnus-summary-sort (predicate reverse)
11870   "Sort summary buffer by PREDICATE.  REVERSE means reverse order."
11871   (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
11872          (article (intern (format "gnus-article-sort-by-%s" predicate)))
11873          (gnus-thread-sort-functions
11874           (if (not reverse)
11875               thread
11876             `(lambda (t1 t2)
11877                (,thread t2 t1))))
11878          (gnus-sort-gathered-threads-function
11879           gnus-thread-sort-functions)
11880          (gnus-article-sort-functions
11881           (if (not reverse)
11882               article
11883             `(lambda (t1 t2)
11884                (,article t2 t1))))
11885          (inhibit-read-only t)
11886          (gnus-summary-prepare-hook nil))
11887     ;; We do the sorting by regenerating the threads.
11888     (gnus-summary-prepare)
11889     ;; Hide subthreads if needed.
11890     (gnus-summary-maybe-hide-threads)))
11891
11892 ;; Summary saving commands.
11893
11894 (defun gnus-summary-save-article (&optional n not-saved)
11895   "Save the current article using the default saver function.
11896 If N is a positive number, save the N next articles.
11897 If N is a negative number, save the N previous articles.
11898 If N is nil and any articles have been marked with the process mark,
11899 save those articles instead.
11900 The variable `gnus-default-article-saver' specifies the saver function.
11901
11902 If the optional second argument NOT-SAVED is non-nil, articles saved
11903 will not be marked as saved."
11904   (interactive "P")
11905   (require 'gnus-art)
11906   (let* ((articles (gnus-summary-work-articles n))
11907          (save-buffer (save-excursion
11908                         (nnheader-set-temp-buffer " *Gnus Save*")))
11909          (num (length articles))
11910          ;; Whether to save decoded articles or raw articles.
11911          (decode (when gnus-article-save-coding-system
11912                    (get gnus-default-article-saver :decode)))
11913          ;; When saving many articles in a single file, use the other
11914          ;; function to save articles other than the first one.
11915          (saver2 (get gnus-default-article-saver :function))
11916          (gnus-prompt-before-saving (if saver2
11917                                         t
11918                                       gnus-prompt-before-saving))
11919          (gnus-default-article-saver gnus-default-article-saver)
11920          header file)
11921     (dolist (article articles)
11922       (setq header (gnus-summary-article-header article))
11923       (if (not (vectorp header))
11924           ;; This is a pseudo-article.
11925           (if (assq 'name header)
11926               (gnus-copy-file (cdr (assq 'name header)))
11927             (gnus-message 1 "Article %d is unsavable" article))
11928         ;; This is a real article.
11929         (save-window-excursion
11930           (gnus-summary-select-article decode decode nil article)
11931           (gnus-summary-goto-subject article))
11932         (with-current-buffer save-buffer
11933           (erase-buffer)
11934           (insert-buffer-substring (if decode
11935                                        gnus-article-buffer
11936                                      gnus-original-article-buffer)))
11937         (setq file (gnus-article-save save-buffer file num))
11938         (gnus-summary-remove-process-mark article)
11939         (unless not-saved
11940           (gnus-summary-set-saved-mark article)))
11941       (when saver2
11942         (setq gnus-default-article-saver saver2
11943               saver2 nil)))
11944     (gnus-kill-buffer save-buffer)
11945     (gnus-summary-position-point)
11946     (gnus-set-mode-line 'summary)
11947     n))
11948
11949 (defun gnus-summary-pipe-output (&optional n sym)
11950   "Pipe the current article to a subprocess.
11951 If N is a positive number, pipe the N next articles.
11952 If N is a negative number, pipe the N previous articles.
11953 If N is nil and any articles have been marked with the process mark,
11954 pipe those articles instead.
11955 The default command to which articles are piped is specified by the
11956 variable `gnus-summary-pipe-output-default-command'; if it is nil, you
11957 will be prompted for the command.
11958
11959 The properties `:decode' and `:headers' that are put to the function
11960 symbol `gnus-summary-save-in-pipe' control whether this function
11961 decodes articles and what headers to keep (see the doc string for the
11962 `gnus-default-article-saver' variable).  If SYM (the symbolic prefix)
11963 is neither omitted nor the symbol `r', force including all headers
11964 regardless of the `:headers' property.  If it is the symbol `r',
11965 articles that are not decoded and include all headers will be piped
11966 no matter what the properties `:decode' and `:headers' are."
11967   (interactive (gnus-interactive "P\ny"))
11968   (require 'gnus-art)
11969   (let* ((articles (gnus-summary-work-articles n))
11970          (result-buffer "*Shell Command Output*")
11971          (all-headers (not (memq sym '(nil r))))
11972          (gnus-save-all-headers (or all-headers gnus-save-all-headers))
11973          (raw (eq sym 'r))
11974          (headers (get 'gnus-summary-save-in-pipe :headers))
11975          command result)
11976     (unless (numberp (car articles))
11977       (error "No article to pipe"))
11978     (setq command (gnus-read-shell-command
11979                    (concat "Shell command on "
11980                            (if (cdr articles)
11981                                (format "these %d articles" (length articles))
11982                              "this article")
11983                            ": ")
11984                    gnus-summary-pipe-output-default-command))
11985     (when (string-equal command "")
11986       (error "A command is required"))
11987     (when all-headers
11988       (put 'gnus-summary-save-in-pipe :headers nil))
11989     (unwind-protect
11990         (while articles
11991           (gnus-summary-goto-subject (pop articles))
11992           (save-window-excursion (gnus-summary-save-in-pipe command raw))
11993           (when (and (get-buffer result-buffer)
11994                      (not (zerop (buffer-size (get-buffer result-buffer)))))
11995             (setq result (concat result (with-current-buffer result-buffer
11996                                           (buffer-string))))))
11997       (put 'gnus-summary-save-in-pipe :headers headers))
11998     (unless (zerop (length result))
11999       (if (with-current-buffer (get-buffer-create result-buffer)
12000             (erase-buffer)
12001             (insert result)
12002             (prog1
12003                 (and (= (count-lines (point-min) (point)) 1)
12004                      (progn
12005                        (end-of-line 0)
12006                        (<= (current-column)
12007                            (window-width (minibuffer-window)))))
12008               (goto-char (point-min))))
12009           (message "%s" (substring result 0 -1))
12010         (message nil)
12011         (gnus-configure-windows 'pipe)))))
12012
12013 (defun gnus-summary-save-article-mail (&optional arg)
12014   "Append the current article to a Unix mail box file.
12015 If N is a positive number, save the N next articles.
12016 If N is a negative number, save the N previous articles.
12017 If N is nil and any articles have been marked with the process mark,
12018 save those articles instead."
12019   (interactive "P")
12020   (require 'gnus-art)
12021   (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
12022     (gnus-summary-save-article arg)))
12023
12024 (defun gnus-summary-save-article-rmail (&optional arg)
12025   "Append the current article to an rmail file.
12026 If N is a positive number, save the N next articles.
12027 If N is a negative number, save the N previous articles.
12028 If N is nil and any articles have been marked with the process mark,
12029 save those articles instead."
12030   (interactive "P")
12031   (require 'gnus-art)
12032   (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
12033     (gnus-summary-save-article arg)))
12034
12035 (defun gnus-summary-save-article-file (&optional arg)
12036   "Append the current article to a file.
12037 If N is a positive number, save the N next articles.
12038 If N is a negative number, save the N previous articles.
12039 If N is nil and any articles have been marked with the process mark,
12040 save those articles instead."
12041   (interactive "P")
12042   (require 'gnus-art)
12043   (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
12044     (gnus-summary-save-article arg)))
12045
12046 (defun gnus-summary-write-article-file (&optional arg)
12047   "Write the current article to a file, deleting the previous file.
12048 If N is a positive number, save the N next articles.
12049 If N is a negative number, save the N previous articles.
12050 If N is nil and any articles have been marked with the process mark,
12051 save those articles instead."
12052   (interactive "P")
12053   (require 'gnus-art)
12054   (let ((gnus-default-article-saver 'gnus-summary-write-to-file))
12055     (gnus-summary-save-article arg)))
12056
12057 (defun gnus-summary-save-article-body-file (&optional arg)
12058   "Append the current article body to a file.
12059 If N is a positive number, save the N next articles.
12060 If N is a negative number, save the N previous articles.
12061 If N is nil and any articles have been marked with the process mark,
12062 save those articles instead."
12063   (interactive "P")
12064   (require 'gnus-art)
12065   (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
12066     (gnus-summary-save-article arg)))
12067
12068 (defun gnus-summary-write-article-body-file (&optional arg)
12069   "Write the current article body to a file, deleting the previous file.
12070 If N is a positive number, save the N next articles.
12071 If N is a negative number, save the N previous articles.
12072 If N is nil and any articles have been marked with the process mark,
12073 save those articles instead."
12074   (interactive "P")
12075   (require 'gnus-art)
12076   (let ((gnus-default-article-saver 'gnus-summary-write-body-to-file))
12077     (gnus-summary-save-article arg)))
12078
12079 (defun gnus-summary-muttprint (&optional arg)
12080   "Print the current article using Muttprint.
12081 If N is a positive number, save the N next articles.
12082 If N is a negative number, save the N previous articles.
12083 If N is nil and any articles have been marked with the process mark,
12084 save those articles instead."
12085   (interactive "P")
12086   (require 'gnus-art)
12087   (let ((gnus-default-article-saver 'gnus-summary-pipe-to-muttprint))
12088     (gnus-summary-save-article arg t)))
12089
12090 (defun gnus-summary-pipe-message (program)
12091   "Pipe the current article through PROGRAM."
12092   (interactive "sProgram: ")
12093   (gnus-summary-select-article)
12094   (let ((mail-header-separator ""))
12095     (gnus-eval-in-buffer-window gnus-article-buffer
12096       (save-restriction
12097         (widen)
12098         (let ((start (window-start))
12099               (inhibit-read-only t))
12100           (message-pipe-buffer-body program)
12101           (set-window-start (get-buffer-window (current-buffer)) start))))))
12102
12103 (defun gnus-get-split-value (methods)
12104   "Return a value based on the split METHODS."
12105   (let (split-name method result match)
12106     (when methods
12107       (with-current-buffer gnus-original-article-buffer
12108         (save-restriction
12109           (nnheader-narrow-to-headers)
12110           (while (and methods (not split-name))
12111             (goto-char (point-min))
12112             (setq method (pop methods))
12113             (setq match (car method))
12114             (when (cond
12115                    ((stringp match)
12116                     ;; Regular expression.
12117                     (ignore-errors
12118                       (re-search-forward match nil t)))
12119                    ((functionp match)
12120                     ;; Function.
12121                     (save-restriction
12122                       (widen)
12123                       (setq result (funcall match gnus-newsgroup-name))))
12124                    ((consp match)
12125                     ;; Form.
12126                     (save-restriction
12127                       (widen)
12128                       (setq result (eval match)))))
12129               (setq split-name (cdr method))
12130               (cond ((stringp result)
12131                      (push (expand-file-name
12132                             result gnus-article-save-directory)
12133                            split-name))
12134                     ((consp result)
12135                      (setq split-name (append result split-name)))))))))
12136     (nreverse split-name)))
12137
12138 (defun gnus-valid-move-group-p (group)
12139   (and (symbolp group)
12140        (boundp group)
12141        (symbol-name group)
12142        (symbol-value group)
12143        (gnus-get-function (gnus-find-method-for-group
12144                            (symbol-name group)) 'request-accept-article t)))
12145
12146 (defun gnus-read-move-group-name (prompt default articles prefix)
12147   "Read a group name."
12148   (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
12149          (minibuffer-confirm-incomplete nil) ; XEmacs
12150          (prom
12151           (format "%s %s to"
12152                   prompt
12153                   (if (> (length articles) 1)
12154                       (format "these %d articles" (length articles))
12155                     "this article")))
12156          (to-newsgroup
12157           (cond
12158            ((null split-name)
12159             (gnus-group-completing-read
12160              prom
12161              (gnus-remove-if-not 'gnus-valid-move-group-p gnus-active-hashtb t)
12162              nil prefix nil default))
12163            ((= 1 (length split-name))
12164             (gnus-group-completing-read
12165              prom
12166              (gnus-remove-if-not 'gnus-valid-move-group-p gnus-active-hashtb t)
12167              nil prefix 'gnus-group-history (car split-name)))
12168            (t
12169             (gnus-completing-read
12170              prom (nreverse split-name) nil nil 'gnus-group-history))))
12171          (to-method (gnus-server-to-method (gnus-group-method to-newsgroup)))
12172          encoded)
12173     (when to-newsgroup
12174       (if (or (string= to-newsgroup "")
12175               (string= to-newsgroup prefix))
12176           (setq to-newsgroup default))
12177       (unless to-newsgroup
12178         (error "No group name entered"))
12179       (setq encoded (mm-encode-coding-string
12180                      to-newsgroup
12181                      (gnus-group-name-charset to-method to-newsgroup)))
12182       (or (gnus-active encoded)
12183           (gnus-activate-group encoded nil nil to-method)
12184           (if (gnus-y-or-n-p (format "No such group: %s.  Create it? "
12185                                      to-newsgroup))
12186               (or (and (gnus-request-create-group encoded to-method)
12187                        (gnus-activate-group encoded nil nil to-method)
12188                        (gnus-subscribe-group encoded))
12189                   (error "Couldn't create group %s" to-newsgroup)))
12190           (error "No such group: %s" to-newsgroup))
12191       encoded)))
12192
12193 (defvar gnus-summary-save-parts-counter)
12194 (declare-function mm-uu-dissect "mm-uu" (&optional noheader mime-type))
12195
12196 (defun gnus-summary-save-parts (type dir n &optional reverse)
12197   "Save parts matching TYPE to DIR.
12198 If REVERSE, save parts that do not match TYPE."
12199   (interactive
12200    (list (read-string "Save parts of type: "
12201                       (or (car gnus-summary-save-parts-type-history)
12202                           gnus-summary-save-parts-default-mime)
12203                       'gnus-summary-save-parts-type-history)
12204          (setq gnus-summary-save-parts-last-directory
12205                (read-directory-name "Save to directory: "
12206                                     gnus-summary-save-parts-last-directory
12207                                     nil t))
12208          current-prefix-arg))
12209   (gnus-summary-iterate n
12210     (let ((gnus-display-mime-function nil)
12211           gnus-article-prepare-hook
12212           gnus-article-decode-hook
12213           gnus-display-mime-function
12214           gnus-break-pages
12215           (gnus-inhibit-treatment t))
12216       (gnus-summary-select-article))
12217     (with-current-buffer gnus-article-buffer
12218       (let ((handles (or gnus-article-mime-handles
12219                          (mm-dissect-buffer nil gnus-article-loose-mime)
12220                          (and gnus-article-emulate-mime
12221                               (mm-uu-dissect))))
12222             (gnus-summary-save-parts-counter 1))
12223         (when handles
12224           (gnus-summary-save-parts-1 type dir handles reverse)
12225           (unless gnus-article-mime-handles ;; Don't destroy this case.
12226             (mm-destroy-parts handles)))))))
12227
12228 (defun gnus-summary-save-parts-1 (type dir handle reverse)
12229   (if (stringp (car handle))
12230       (mapcar (lambda (h) (gnus-summary-save-parts-1 type dir h reverse))
12231               (cdr handle))
12232     (when (if reverse
12233               (not (string-match type (mm-handle-media-type handle)))
12234             (string-match type (mm-handle-media-type handle)))
12235       (let ((file (expand-file-name
12236                    (gnus-map-function
12237                     mm-file-name-rewrite-functions
12238                     (file-name-nondirectory
12239                      (or
12240                       (mm-handle-filename handle)
12241                       (format "%s.%d.%d" gnus-newsgroup-name
12242                               (cdr gnus-article-current)
12243                               gnus-summary-save-parts-counter))))
12244                    dir)))
12245         (incf gnus-summary-save-parts-counter)
12246         (unless (file-exists-p file)
12247           (mm-save-part-to-file handle file))))))
12248
12249 ;; Summary extract commands
12250
12251 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
12252   (let ((inhibit-read-only t)
12253         (article (gnus-summary-article-number))
12254         after-article b e)
12255     (unless (gnus-summary-goto-subject article)
12256       (error "No such article: %d" article))
12257     (gnus-summary-position-point)
12258     ;; If all commands are to be bunched up on one line, we collect
12259     ;; them here.
12260     (unless gnus-view-pseudos-separately
12261       (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
12262             files action)
12263         (while ps
12264           (setq action (cdr (assq 'action (car ps))))
12265           (setq files (list (cdr (assq 'name (car ps)))))
12266           (while (and ps (cdr ps)
12267                       (string= (or action "1")
12268                                (or (cdr (assq 'action (cadr ps))) "2")))
12269             (push (cdr (assq 'name (cadr ps))) files)
12270             (setcdr ps (cddr ps)))
12271           (when files
12272             (when (not (string-match "%s" action))
12273               (push " " files))
12274             (push " " files)
12275             (when (assq 'execute (car ps))
12276               (setcdr (assq 'execute (car ps))
12277                       (funcall (if (string-match "%s" action)
12278                                    'format 'concat)
12279                                action
12280                                (mapconcat
12281                                 (lambda (f)
12282                                   (if (equal f " ")
12283                                       f
12284                                     (shell-quote-argument f)))
12285                                 files " ")))))
12286           (setq ps (cdr ps)))))
12287     (if (and gnus-view-pseudos (not not-view))
12288         (while pslist
12289           (when (assq 'execute (car pslist))
12290             (gnus-execute-command (cdr (assq 'execute (car pslist)))
12291                                   (eq gnus-view-pseudos 'not-confirm)))
12292           (setq pslist (cdr pslist)))
12293       (save-excursion
12294         (while pslist
12295           (setq after-article (or (cdr (assq 'article (car pslist)))
12296                                   (gnus-summary-article-number)))
12297           (gnus-summary-goto-subject after-article)
12298           (forward-line 1)
12299           (setq b (point))
12300           (insert "    " (file-name-nondirectory
12301                           (cdr (assq 'name (car pslist))))
12302                   ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
12303           (setq e (point))
12304           (forward-line -1)             ; back to `b'
12305           (gnus-add-text-properties
12306            b (1- e) (list 'gnus-number gnus-reffed-article-number
12307                           gnus-mouse-face-prop gnus-mouse-face))
12308           (gnus-data-enter
12309            after-article gnus-reffed-article-number
12310            gnus-unread-mark b (car pslist) 0 (- e b))
12311           (setq gnus-newsgroup-unreads
12312                 (gnus-add-to-sorted-list gnus-newsgroup-unreads
12313                                          gnus-reffed-article-number))
12314           (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
12315           (setq pslist (cdr pslist)))))))
12316
12317 (defun gnus-pseudos< (p1 p2)
12318   (let ((c1 (cdr (assq 'action p1)))
12319         (c2 (cdr (assq 'action p2))))
12320     (and c1 c2 (string< c1 c2))))
12321
12322 (defun gnus-request-pseudo-article (props)
12323   (cond ((assq 'execute props)
12324          (gnus-execute-command (cdr (assq 'execute props)))))
12325   (let ((gnus-current-article (gnus-summary-article-number)))
12326     (gnus-run-hooks 'gnus-mark-article-hook)))
12327
12328 (defun gnus-execute-command (command &optional automatic)
12329   (save-excursion
12330     (gnus-article-setup-buffer)
12331     (set-buffer gnus-article-buffer)
12332     (setq buffer-read-only nil)
12333     (let ((command (if automatic command
12334                      (read-string "Command: " (cons command 0)))))
12335       (erase-buffer)
12336       (insert "$ " command "\n\n")
12337       (if gnus-view-pseudo-asynchronously
12338           (start-process "gnus-execute" (current-buffer) shell-file-name
12339                          shell-command-switch command)
12340         (call-process shell-file-name nil t nil
12341                       shell-command-switch command)))))
12342
12343 ;; Summary kill commands.
12344
12345 (defun gnus-summary-edit-global-kill (article)
12346   "Edit the \"global\" kill file."
12347   (interactive (list (gnus-summary-article-number)))
12348   (gnus-group-edit-global-kill article))
12349
12350 (defun gnus-summary-edit-local-kill ()
12351   "Edit a local kill file applied to the current newsgroup."
12352   (interactive)
12353   (setq gnus-current-headers (gnus-summary-article-header))
12354   (gnus-group-edit-local-kill
12355    (gnus-summary-article-number) gnus-newsgroup-name))
12356
12357 ;;; Header reading.
12358
12359 (defun gnus-read-header (id &optional header)
12360   "Read the headers of article ID and enter them into the Gnus system."
12361   (let ((group gnus-newsgroup-name)
12362         (gnus-override-method
12363          (or
12364           gnus-override-method
12365           (and (gnus-news-group-p gnus-newsgroup-name)
12366                (car (gnus-refer-article-methods)))))
12367         where)
12368     ;; First we check to see whether the header in question is already
12369     ;; fetched.
12370     (if (stringp id)
12371         ;; This is a Message-ID.
12372         (setq header (or header (gnus-id-to-header id)))
12373       ;; This is an article number.
12374       (setq header (or header (gnus-summary-article-header id))))
12375     (if (and header
12376              (not (gnus-summary-article-sparse-p (mail-header-number header))))
12377         ;; We have found the header.
12378         header
12379       ;; We have to really fetch the header to this article.
12380       (with-current-buffer nntp-server-buffer
12381         (when (setq where (gnus-request-head id group))
12382           (nnheader-fold-continuation-lines)
12383           (goto-char (point-max))
12384           (insert ".\n")
12385           (goto-char (point-min))
12386           (insert "211 ")
12387           (princ (cond
12388                   ((numberp id) id)
12389                   ((cdr where) (cdr where))
12390                   (header (mail-header-number header))
12391                   (t gnus-reffed-article-number))
12392                  (current-buffer))
12393           (insert " Article retrieved.\n"))
12394         (if (or (not where)
12395                 (not (setq header (car (gnus-get-newsgroup-headers nil t)))))
12396             ()                          ; Malformed head.
12397           (unless (gnus-summary-article-sparse-p (mail-header-number header))
12398             (when (and (stringp id)
12399                        (or
12400                         (not (string= (gnus-group-real-name group)
12401                                       (car where)))
12402                         (not (gnus-server-equal gnus-override-method
12403                                                 (gnus-group-method group)))))
12404               ;; If we fetched by Message-ID and the article came from
12405               ;; a different group (or server), we fudge some bogus
12406               ;; article numbers for this article.
12407               (mail-header-set-number header gnus-reffed-article-number))
12408             (with-current-buffer gnus-summary-buffer
12409               (decf gnus-reffed-article-number)
12410               (gnus-remove-header (mail-header-number header))
12411               (push header gnus-newsgroup-headers)
12412               (setq gnus-current-headers header)
12413               (push (mail-header-number header) gnus-newsgroup-limit)))
12414           header)))))
12415
12416 (defun gnus-remove-header (number)
12417   "Remove header NUMBER from `gnus-newsgroup-headers'."
12418   (if (and gnus-newsgroup-headers
12419            (= number (mail-header-number (car gnus-newsgroup-headers))))
12420       (pop gnus-newsgroup-headers)
12421     (let ((headers gnus-newsgroup-headers))
12422       (while (and (cdr headers)
12423                   (not (= number (mail-header-number (cadr headers)))))
12424         (pop headers))
12425       (when (cdr headers)
12426         (setcdr headers (cddr headers))))))
12427
12428 ;;;
12429 ;;; summary highlights
12430 ;;;
12431
12432 (defun gnus-highlight-selected-summary ()
12433   "Highlight selected article in summary buffer."
12434   ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
12435   (when gnus-summary-selected-face
12436     (save-excursion
12437       (let* ((beg (point-at-bol))
12438              (end (point-at-eol))
12439              ;; Fix by Mike Dugan <dugan@bucrf16.bu.edu>.
12440              (from (if (get-text-property beg gnus-mouse-face-prop)
12441                        beg
12442                      (or (next-single-property-change
12443                           beg gnus-mouse-face-prop nil end)
12444                          beg)))
12445              (to
12446               (if (= from end)
12447                   (- from 2)
12448                 (or (next-single-property-change
12449                      from gnus-mouse-face-prop nil end)
12450                     end))))
12451         ;; If no mouse-face prop on line we will have to = from = end,
12452         ;; so we highlight the entire line instead.
12453         (when (= (+ to 2) from)
12454           (setq from beg)
12455           (setq to end))
12456         (if gnus-newsgroup-selected-overlay
12457             ;; Move old overlay.
12458             (gnus-move-overlay
12459              gnus-newsgroup-selected-overlay from to (current-buffer))
12460           ;; Create new overlay.
12461           (gnus-overlay-put
12462            (setq gnus-newsgroup-selected-overlay (gnus-make-overlay from to))
12463            'face gnus-summary-selected-face))))))
12464
12465 (defvar gnus-summary-highlight-line-cached nil)
12466 (defvar gnus-summary-highlight-line-trigger nil)
12467
12468 (defun gnus-summary-highlight-line-0 ()
12469   (if (and (eq gnus-summary-highlight-line-trigger
12470                gnus-summary-highlight)
12471            gnus-summary-highlight-line-cached)
12472       gnus-summary-highlight-line-cached
12473     (setq gnus-summary-highlight-line-trigger gnus-summary-highlight
12474           gnus-summary-highlight-line-cached
12475           (let* ((cond (list 'cond))
12476                  (c cond)
12477                  (list gnus-summary-highlight))
12478             (while list
12479               (setcdr c (cons (list (caar list) (list 'quote (cdar list)))
12480                               nil))
12481               (setq c (cdr c)
12482                     list (cdr list)))
12483             (gnus-byte-compile (list 'lambda nil cond))))))
12484
12485 (defun gnus-summary-highlight-line ()
12486   "Highlight current line according to `gnus-summary-highlight'."
12487   (let* ((beg (point-at-bol))
12488          (article (or (gnus-summary-article-number) gnus-current-article))
12489          (score (or (cdr (assq article
12490                                gnus-newsgroup-scored))
12491                     gnus-summary-default-score 0))
12492          (mark (or (gnus-summary-article-mark) gnus-unread-mark))
12493          (inhibit-read-only t)
12494          (default gnus-summary-default-score)
12495          (default-high gnus-summary-default-high-score)
12496          (default-low gnus-summary-default-low-score)
12497          (uncached (and gnus-summary-use-undownloaded-faces
12498                         (memq article gnus-newsgroup-undownloaded)
12499                         (not (memq article gnus-newsgroup-cached)))))
12500     (let ((face (funcall (gnus-summary-highlight-line-0))))
12501       (unless (eq face (get-text-property beg 'face))
12502         (gnus-put-text-property-excluding-characters-with-faces
12503          beg (point-at-eol) 'face
12504          (setq face (if (boundp face) (symbol-value face) face)))
12505         (when gnus-summary-highlight-line-function
12506           (funcall gnus-summary-highlight-line-function article face))))))
12507
12508 (defun gnus-update-read-articles (group unread &optional compute)
12509   "Update the list of read articles in GROUP.
12510 UNREAD is a sorted list."
12511   (let ((active (or gnus-newsgroup-active (gnus-active group)))
12512         (info (gnus-get-info group))
12513         (prev 1)
12514         read)
12515     (if (or (not info) (not active))
12516         ;; There is no info on this group if it was, in fact,
12517         ;; killed.  Gnus stores no information on killed groups, so
12518         ;; there's nothing to be done.
12519         ;; One could store the information somewhere temporarily,
12520         ;; perhaps...  Hmmm...
12521         ()
12522       ;; Remove any negative articles numbers.
12523       (while (and unread (< (car unread) 0))
12524         (setq unread (cdr unread)))
12525       ;; Remove any expired article numbers
12526       (while (and unread (< (car unread) (car active)))
12527         (setq unread (cdr unread)))
12528       ;; Compute the ranges of read articles by looking at the list of
12529       ;; unread articles.
12530       (while unread
12531         (when (/= (car unread) prev)
12532           (push (if (= prev (1- (car unread))) prev
12533                   (cons prev (1- (car unread))))
12534                 read))
12535         (setq prev (1+ (car unread)))
12536         (setq unread (cdr unread)))
12537       (when (<= prev (cdr active))
12538         (push (cons prev (cdr active)) read))
12539       (setq read (if (> (length read) 1) (nreverse read) read))
12540       (if compute
12541           read
12542         (save-excursion
12543           (let (setmarkundo)
12544             ;; Propagate the read marks to the backend.
12545             (when (and (or gnus-propagate-marks
12546                            (gnus-method-option-p
12547                             (gnus-find-method-for-group group)
12548                             'server-marks))
12549                        (gnus-check-backend-function 'request-set-mark group))
12550               (let ((del (gnus-remove-from-range (gnus-info-read info) read))
12551                     (add (gnus-remove-from-range read (gnus-info-read info))))
12552                 (when (or add del)
12553                   (unless (gnus-check-group group)
12554                     (error "Can't open server for %s" group))
12555                   (gnus-request-set-mark
12556                    group (delq nil (list (if add (list add 'add '(read)))
12557                                          (if del (list del 'del '(read))))))
12558                   (setq setmarkundo
12559                         `(gnus-request-set-mark
12560                           ,group
12561                           ',(delq nil (list
12562                                        (if del (list del 'add '(read)))
12563                                        (if add (list add 'del '(read))))))))))
12564             (set-buffer gnus-group-buffer)
12565             (gnus-undo-register
12566               `(progn
12567                  (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
12568                  (gnus-info-set-read ',info ',(gnus-info-read info))
12569                  (gnus-get-unread-articles-in-group ',info
12570                                                     (gnus-active ,group))
12571                  (gnus-group-update-group ,group t)
12572                  ,setmarkundo))))
12573         ;; Enter this list into the group info.
12574         (gnus-info-set-read info read)
12575         ;; Set the number of unread articles in gnus-newsrc-hashtb.
12576         (gnus-get-unread-articles-in-group info (gnus-active group))
12577         t))))
12578
12579 (defun gnus-offer-save-summaries ()
12580   "Offer to save all active summary buffers."
12581   (let (buffers)
12582     ;; Go through all buffers and find all summaries.
12583     (dolist (buffer (buffer-list))
12584       (when (and (setq buffer (buffer-name buffer))
12585                  (string-match "Summary" buffer)
12586                  (with-current-buffer buffer
12587                    ;; We check that this is, indeed, a summary buffer.
12588                    (and (eq major-mode 'gnus-summary-mode)
12589                         ;; Also make sure this isn't bogus.
12590                         gnus-newsgroup-prepared
12591                         ;; Also make sure that this isn't a
12592                         ;; dead summary buffer.
12593                         (not gnus-dead-summary-mode))))
12594         (push buffer buffers)))
12595     ;; Go through all these summary buffers and offer to save them.
12596     (when buffers
12597       (save-excursion
12598         (if (eq gnus-interactive-exit 'quiet)
12599             (dolist (buffer buffers)
12600               (switch-to-buffer buffer)
12601               (gnus-summary-exit))
12602           (map-y-or-n-p
12603            "Update summary buffer %s? "
12604            (lambda (buf)
12605              (switch-to-buffer buf)
12606              (gnus-summary-exit))
12607            buffers))))))
12608
12609 (defun gnus-summary-setup-default-charset ()
12610   "Setup newsgroup default charset."
12611   (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
12612       (setq gnus-newsgroup-charset nil)
12613     (let* ((ignored-charsets
12614             (or gnus-newsgroup-ephemeral-ignored-charsets
12615                 (append
12616                  (and gnus-newsgroup-name
12617                       (gnus-parameter-ignored-charsets gnus-newsgroup-name))
12618                  gnus-newsgroup-ignored-charsets))))
12619       (setq gnus-newsgroup-charset
12620             (or gnus-newsgroup-ephemeral-charset
12621                 (and gnus-newsgroup-name
12622                      (gnus-parameter-charset gnus-newsgroup-name))
12623                 gnus-default-charset))
12624       (set (make-local-variable 'gnus-newsgroup-ignored-charsets)
12625            ignored-charsets))))
12626
12627 ;;;
12628 ;;; Mime Commands
12629 ;;;
12630
12631 (defun gnus-summary-display-buttonized (&optional show-all-parts)
12632   "Display the current article buffer fully MIME-buttonized.
12633 If SHOW-ALL-PARTS (the prefix) is non-nil, all multipart/* parts are
12634 treated as multipart/mixed."
12635   (interactive "P")
12636   (require 'gnus-art)
12637   (let ((gnus-unbuttonized-mime-types nil)
12638         (gnus-mime-display-multipart-as-mixed show-all-parts))
12639     (gnus-summary-show-article)))
12640
12641 (defun gnus-summary-repair-multipart (article)
12642   "Add a Content-Type header to a multipart article without one."
12643   (interactive (list (gnus-summary-article-number)))
12644   (gnus-with-article article
12645     (message-narrow-to-head)
12646     (message-remove-header "Mime-Version")
12647     (goto-char (point-max))
12648     (insert "Mime-Version: 1.0\n")
12649     (widen)
12650     (when (search-forward "\n--" nil t)
12651       (let ((separator (buffer-substring (point) (point-at-eol))))
12652         (message-narrow-to-head)
12653         (message-remove-header "Content-Type")
12654         (goto-char (point-max))
12655         (insert (format "Content-Type: multipart/mixed; boundary=\"%s\"\n"
12656                         separator))
12657         (widen))))
12658   (let (gnus-mark-article-hook)
12659     (gnus-summary-select-article t t nil article)))
12660
12661 (defun gnus-summary-toggle-display-buttonized ()
12662   "Toggle the buttonizing of the article buffer."
12663   (interactive)
12664   (require 'gnus-art)
12665   (if (setq gnus-inhibit-mime-unbuttonizing
12666             (not gnus-inhibit-mime-unbuttonizing))
12667       (let ((gnus-unbuttonized-mime-types nil))
12668         (gnus-summary-show-article))
12669     (gnus-summary-show-article)))
12670
12671 ;;;
12672 ;;; Generic summary marking commands
12673 ;;;
12674
12675 (defvar gnus-summary-marking-alist
12676   '((read gnus-del-mark "d")
12677     (unread gnus-unread-mark "u")
12678     (ticked gnus-ticked-mark "!")
12679     (dormant gnus-dormant-mark "?")
12680     (expirable gnus-expirable-mark "e"))
12681   "An alist of names/marks/keystrokes.")
12682
12683 (defvar gnus-summary-generic-mark-map (make-sparse-keymap))
12684 (defvar gnus-summary-mark-map)
12685
12686 (defun gnus-summary-make-all-marking-commands ()
12687   (define-key gnus-summary-mark-map "M" gnus-summary-generic-mark-map)
12688   (dolist (elem gnus-summary-marking-alist)
12689     (apply 'gnus-summary-make-marking-command elem)))
12690
12691 (defun gnus-summary-make-marking-command (name mark keystroke)
12692   (let ((map (make-sparse-keymap)))
12693     (define-key gnus-summary-generic-mark-map keystroke map)
12694     (dolist (lway `((next "next" next nil "n")
12695                     (next-unread "next unread" next t "N")
12696                     (prev "previous" prev nil "p")
12697                     (prev-unread "previous unread" prev t "P")
12698                     (nomove "" nil nil ,keystroke)))
12699       (let ((func (gnus-summary-make-marking-command-1
12700                    mark (car lway) lway name)))
12701         (setq func (eval func))
12702         (define-key map (nth 4 lway) func)))))
12703
12704 (defun gnus-summary-make-marking-command-1 (mark way lway name)
12705   `(defun ,(intern
12706             (format "gnus-summary-put-mark-as-%s%s"
12707                     name (if (eq way 'nomove)
12708                              ""
12709                            (concat "-" (symbol-name way)))))
12710      (n)
12711      ,(format
12712        "Mark the current article as %s%s.
12713 If N, the prefix, then repeat N times.
12714 If N is negative, move in reverse order.
12715 The difference between N and the actual number of articles marked is
12716 returned."
12717        name (cadr lway))
12718      (interactive "p")
12719      (gnus-summary-generic-mark n ,mark ',(nth 2 lway) ,(nth 3 lway))))
12720
12721 (defun gnus-summary-generic-mark (n mark move unread)
12722   "Mark N articles with MARK."
12723   (unless (eq major-mode 'gnus-summary-mode)
12724     (error "This command can only be used in the summary buffer"))
12725   (gnus-summary-show-thread)
12726   (let ((nummove
12727          (cond
12728           ((eq move 'next) 1)
12729           ((eq move 'prev) -1)
12730           (t 0))))
12731     (if (zerop nummove)
12732         (setq n 1)
12733       (when (< n 0)
12734         (setq n (abs n)
12735               nummove (* -1 nummove))))
12736     (while (and (> n 0)
12737                 (gnus-summary-mark-article nil mark)
12738                 (zerop (gnus-summary-next-subject nummove unread t)))
12739       (setq n (1- n)))
12740     (when (/= 0 n)
12741       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
12742     (gnus-summary-recenter)
12743     (gnus-summary-position-point)
12744     (gnus-set-mode-line 'summary)
12745     n))
12746
12747 (defun gnus-summary-insert-articles (articles)
12748   (when (setq articles
12749               (gnus-sorted-difference articles
12750                                       (mapcar (lambda (h)
12751                                                 (mail-header-number h))
12752                                               gnus-newsgroup-headers)))
12753     (setq gnus-newsgroup-headers
12754           (gnus-merge 'list
12755                       gnus-newsgroup-headers
12756                       (gnus-fetch-headers articles)
12757                       'gnus-article-sort-by-number))
12758     (setq gnus-newsgroup-articles
12759           (gnus-sorted-nunion gnus-newsgroup-articles articles))
12760     ;; Suppress duplicates?
12761     (when gnus-suppress-duplicates
12762       (gnus-dup-suppress-articles))
12763
12764     (if (and gnus-fetch-old-headers
12765              (eq gnus-headers-retrieved-by 'nov))
12766         ;; We might want to build some more threads first.
12767         (if (eq gnus-fetch-old-headers 'invisible)
12768             (gnus-build-all-threads)
12769           (gnus-build-old-threads))
12770       ;; Mark the inserted articles that are unread as unread.
12771       (setq gnus-newsgroup-unreads
12772             (gnus-sorted-nunion
12773              gnus-newsgroup-unreads
12774              (gnus-sorted-nintersection
12775               (gnus-list-of-unread-articles gnus-newsgroup-name)
12776               articles)))
12777       ;; Mark the inserted articles as selected so that the information
12778       ;; of the marks having been changed by a user may be updated when
12779       ;; exiting this group.  See `gnus-summary-update-info'.
12780       (dolist (art articles)
12781         (setq gnus-newsgroup-unselected (delq art gnus-newsgroup-unselected))))
12782     ;; Let the Gnus agent mark articles as read.
12783     (when gnus-agent
12784       (gnus-agent-get-undownloaded-list))
12785     ;; Remove list identifiers from subject
12786     (gnus-summary-remove-list-identifiers)
12787     ;; First and last article in this newsgroup.
12788     (when gnus-newsgroup-headers
12789       (setq gnus-newsgroup-begin
12790             (mail-header-number (car gnus-newsgroup-headers))
12791             gnus-newsgroup-end
12792             (mail-header-number
12793              (gnus-last-element gnus-newsgroup-headers))))
12794     (when gnus-use-scoring
12795       (gnus-possibly-score-headers))))
12796
12797 (defun gnus-summary-insert-old-articles (&optional all)
12798   "Insert all old articles in this group.
12799 If ALL is non-nil, already read articles become readable.
12800 If ALL is a number, fetch this number of articles."
12801   (interactive "P")
12802   (prog1
12803       (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12804             older len)
12805         (setq older
12806               ;; Some nntp servers lie about their active range.  When
12807               ;; this happens, the active range can be in the millions.
12808               ;; Use a compressed range to avoid creating a huge list.
12809               (gnus-range-difference (list gnus-newsgroup-active) old))
12810         (setq len (gnus-range-length older))
12811         (cond
12812          ((null older) nil)
12813          ((numberp all)
12814           (if (< all len)
12815               (let ((older-range (nreverse older)))
12816                 (setq older nil)
12817
12818                 (while (> all 0)
12819                   (let* ((r (pop older-range))
12820                          (min (if (numberp r) r (car r)))
12821                          (max (if (numberp r) r (cdr r))))
12822                     (while (and (<= min max)
12823                                 (> all 0))
12824                       (push max older)
12825                       (setq all (1- all)
12826                             max (1- max))))))
12827             (setq older (gnus-uncompress-range older))))
12828          (all
12829           (setq older (gnus-uncompress-range older)))
12830          (t
12831           (when (and (numberp gnus-large-newsgroup)
12832                    (> len gnus-large-newsgroup))
12833               (let* ((cursor-in-echo-area nil)
12834                      (initial (gnus-parameter-large-newsgroup-initial
12835                                gnus-newsgroup-name))
12836                      (input
12837                       (read-string
12838                        (format
12839                         "How many articles from %s (%s %d): "
12840                         (gnus-group-decoded-name gnus-newsgroup-name)
12841                         (if initial "max" "default")
12842                         len)
12843                        (if initial
12844                            (cons (number-to-string initial)
12845                                  0)))))
12846                 (unless (string-match "^[ \t]*$" input)
12847                   (setq all (string-to-number input))
12848                   (if (< all len)
12849                       (let ((older-range (nreverse older)))
12850                         (setq older nil)
12851
12852                         (while (> all 0)
12853                           (let* ((r (pop older-range))
12854                                  (min (if (numberp r) r (car r)))
12855                                  (max (if (numberp r) r (cdr r))))
12856                             (while (and (<= min max)
12857                                         (> all 0))
12858                               (push max older)
12859                               (setq all (1- all)
12860                                     max (1- max))))))))))
12861           (setq older (gnus-uncompress-range older))))
12862         (if (not older)
12863             (message "No old news.")
12864           (gnus-summary-insert-articles older)
12865           (gnus-summary-limit (gnus-sorted-nunion old older))))
12866     (gnus-summary-position-point)))
12867
12868 (defun gnus-summary-insert-new-articles ()
12869   "Insert all new articles in this group."
12870   (interactive)
12871   (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12872         (old-high gnus-newsgroup-highest)
12873         (nnmail-fetched-sources (list t))
12874         (new-active (gnus-activate-group gnus-newsgroup-name 'scan))
12875         i new)
12876     (unless new-active
12877       (error "Couldn't fetch new data"))
12878     (setq gnus-newsgroup-active (gnus-copy-sequence new-active))
12879     (setq i (cdr gnus-newsgroup-active)
12880           gnus-newsgroup-highest i)
12881     (while (> i old-high)
12882       (push i new)
12883       (decf i))
12884     (if (not new)
12885         (message "No gnus is bad news")
12886       (gnus-summary-insert-articles new)
12887       (setq gnus-newsgroup-unreads
12888             (gnus-sorted-nunion gnus-newsgroup-unreads new))
12889       (gnus-summary-limit (gnus-sorted-nunion old new))))
12890   (gnus-summary-position-point))
12891
12892 ;;; Bookmark support for Gnus.
12893 (declare-function bookmark-make-record-default
12894                   "bookmark" (&optional no-file no-context posn))
12895 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
12896 (declare-function bookmark-default-handler "bookmark" (bmk))
12897 (declare-function bookmark-get-bookmark-record "bookmark" (bmk))
12898 (defvar bookmark-yank-point)
12899 (defvar bookmark-current-buffer)
12900
12901 (defun gnus-summary-bookmark-make-record ()
12902   "Make a bookmark entry for a Gnus summary buffer."
12903   (let (pos buf)
12904     (unless (and (derived-mode-p 'gnus-summary-mode) gnus-article-current)
12905       (save-restriction              ; FIXME is it necessary to widen?
12906         (widen) (setq pos (point))) ; Set position in gnus-article buffer.
12907       (setq buf "art") ; We are recording bookmark from article buffer.
12908       (setq bookmark-yank-point (point))
12909       (setq bookmark-current-buffer (current-buffer))
12910       (gnus-article-show-summary))      ; Go back in summary buffer.
12911     ;; We are now recording bookmark from summary buffer.
12912     (unless buf (setq buf "sum"))
12913     (let* ((subject (elt (gnus-summary-article-header) 1))
12914            (grp     (car gnus-article-current))
12915            (art     (cdr gnus-article-current))
12916            (head    (gnus-summary-article-header art))
12917            (id      (mail-header-id head)))
12918       `(,subject
12919         ,@(condition-case nil
12920               (bookmark-make-record-default 'no-file 'no-context pos)
12921             (wrong-number-of-arguments
12922              (bookmark-make-record-default 'point-only)))
12923         (location . ,(format "Gnus-%s %s:%d:%s" buf grp art id))
12924         (group . ,grp) (article . ,art)
12925         (message-id . ,id) (handler . gnus-summary-bookmark-jump)))))
12926
12927 ;;;###autoload
12928 (defun gnus-summary-bookmark-jump (bookmark)
12929   "Handler function for record returned by `gnus-summary-bookmark-make-record'.
12930 BOOKMARK is a bookmark name or a bookmark record."
12931   (let ((group    (bookmark-prop-get bookmark 'group))
12932         (article  (bookmark-prop-get bookmark 'article))
12933         (id       (bookmark-prop-get bookmark 'message-id))
12934         (buf      (car (split-string (bookmark-prop-get bookmark 'location)))))
12935     (gnus-fetch-group group (list article))
12936     (gnus-summary-insert-cached-articles)
12937     (gnus-summary-goto-article id nil 'force)
12938     ;; FIXME we have to wait article buffer is ready (only large buffer)
12939     ;; Is there a better solution to know that?
12940     ;; If we don't wait `bookmark-default-handler' will have no chance
12941     ;; to set position. However there is no error, just wrong pos.
12942     (sit-for 1)
12943     (when (string= buf "Gnus-art")
12944       (other-window 1))
12945     (bookmark-default-handler
12946      `(""
12947        (buffer . ,(current-buffer))
12948        . ,(bookmark-get-bookmark-record bookmark)))))
12949
12950 (gnus-summary-make-all-marking-commands)
12951
12952 (gnus-ems-redefine)
12953
12954 (provide 'gnus-sum)
12955
12956 (run-hooks 'gnus-sum-load-hook)
12957
12958 ;; Local Variables:
12959 ;; coding: iso-8859-1
12960 ;; End:
12961
12962 ;;; gnus-sum.el ends here