* message.el (message-make-tool-bar): Rename gmm-image-load-path
[gnus] / lisp / gnus-sum.el
1 ;;; gnus-sum.el --- summary mode commands for Gnus
2
3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;;   2005, 2006 Free Software Foundation, Inc.
5
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
7 ;; Keywords: news
8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software; you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation; either version 2, or (at your option)
14 ;; any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
23 ;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 ;; Boston, MA 02110-1301, USA.
25
26 ;;; Commentary:
27
28 ;;; Code:
29
30 (eval-when-compile
31   (require 'cl)
32   (defvar tool-bar-mode))
33
34 (require 'gnus)
35 (require 'gnus-group)
36 (require 'gnus-spec)
37 (require 'gnus-range)
38 (require 'gnus-int)
39 (require 'gnus-undo)
40 (require 'gnus-util)
41 (require 'gmm-utils)
42 (require 'mm-decode)
43 (require 'nnoo)
44
45 (autoload 'gnus-summary-limit-include-cached "gnus-cache" nil t)
46 (autoload 'gnus-cache-write-active "gnus-cache")
47 (autoload 'gnus-mailing-list-insinuate "gnus-ml" nil t)
48 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" nil t)
49 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
50 (autoload 'mm-uu-dissect "mm-uu")
51 (autoload 'gnus-article-outlook-deuglify-article "deuglify"
52   "Deuglify broken Outlook (Express) articles and redisplay."
53   t)
54 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" nil t)
55 (autoload 'gnus-article-outlook-repair-attribution "deuglify" nil t)
56 (autoload 'gnus-article-outlook-rearrange-citation "deuglify" nil t)
57
58 (defcustom gnus-kill-summary-on-exit t
59   "*If non-nil, kill the summary buffer when you exit from it.
60 If nil, the summary will become a \"*Dead Summary*\" buffer, and
61 it will be killed sometime later."
62   :group 'gnus-summary-exit
63   :type 'boolean)
64
65 (defcustom gnus-fetch-old-headers nil
66   "*Non-nil means that Gnus will try to build threads by grabbing old headers.
67 If an unread article in the group refers to an older, already
68 read (or just marked as read) article, the old article will not
69 normally be displayed in the Summary buffer.  If this variable is
70 t, Gnus will attempt to grab the headers to the old articles, and
71 thereby build complete threads.  If it has the value `some', all
72 old headers will be fetched but only enough headers to connect
73 otherwise loose threads will be displayed.  This variable can
74 also be a number.  In that case, no more than that number of old
75 headers will be fetched.  If it has the value `invisible', all
76 old headers will be fetched, but none will be displayed.
77
78 The server has to support NOV for any of this to work.
79
80 This feature can seriously impact performance it ignores all
81 locally cached header entries."
82   :group 'gnus-thread
83   :type '(choice (const :tag "off" nil)
84                  (const :tag "on" t)
85                  (const some)
86                  (const invisible)
87                  number
88                  (sexp :menu-tag "other" t)))
89
90 (defcustom gnus-refer-thread-limit 200
91   "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
92 If t, fetch all the available old headers."
93   :group 'gnus-thread
94   :type '(choice number
95                  (sexp :menu-tag "other" t)))
96
97 (defcustom gnus-summary-make-false-root 'adopt
98   "*nil means that Gnus won't gather loose threads.
99 If the root of a thread has expired or been read in a previous
100 session, the information necessary to build a complete thread has been
101 lost.  Instead of having many small sub-threads from this original thread
102 scattered all over the summary buffer, Gnus can gather them.
103
104 If non-nil, Gnus will try to gather all loose sub-threads from an
105 original thread into one large thread.
106
107 If this variable is non-nil, it should be one of `none', `adopt',
108 `dummy' or `empty'.
109
110 If this variable is `none', Gnus will not make a false root, but just
111 present the sub-threads after another.
112 If this variable is `dummy', Gnus will create a dummy root that will
113 have all the sub-threads as children.
114 If this variable is `adopt', Gnus will make one of the \"children\"
115 the parent and mark all the step-children as such.
116 If this variable is `empty', the \"children\" are printed with empty
117 subject fields.  (Or rather, they will be printed with a string
118 given by the `gnus-summary-same-subject' variable.)"
119   :group 'gnus-thread
120   :type '(choice (const :tag "off" nil)
121                  (const none)
122                  (const dummy)
123                  (const adopt)
124                  (const empty)))
125
126 (defcustom gnus-summary-make-false-root-always nil
127   "Always make a false dummy root."
128   :version "22.1"
129   :group 'gnus-thread
130   :type 'boolean)
131
132 (defcustom gnus-summary-gather-exclude-subject "^ *$\\|^(none)$"
133   "*A regexp to match subjects to be excluded from loose thread gathering.
134 As loose thread gathering is done on subjects only, that means that
135 there can be many false gatherings performed.  By rooting out certain
136 common subjects, gathering might become saner."
137   :group 'gnus-thread
138   :type 'regexp)
139
140 (defcustom gnus-summary-gather-subject-limit nil
141   "*Maximum length of subject comparisons when gathering loose threads.
142 Use nil to compare full subjects.  Setting this variable to a low
143 number will help gather threads that have been corrupted by
144 newsreaders chopping off subject lines, but it might also mean that
145 unrelated articles that have subject that happen to begin with the
146 same few characters will be incorrectly gathered.
147
148 If this variable is `fuzzy', Gnus will use a fuzzy algorithm when
149 comparing subjects."
150   :group 'gnus-thread
151   :type '(choice (const :tag "off" nil)
152                  (const fuzzy)
153                  (sexp :menu-tag "on" t)))
154
155 (defcustom gnus-simplify-subject-functions nil
156   "List of functions taking a string argument that simplify subjects.
157 The functions are applied recursively.
158
159 Useful functions to put in this list include:
160 `gnus-simplify-subject-re', `gnus-simplify-subject-fuzzy',
161 `gnus-simplify-whitespace', and `gnus-simplify-all-whitespace'."
162   :group 'gnus-thread
163   :type '(repeat function))
164
165 (defcustom gnus-simplify-ignored-prefixes nil
166   "*Remove matches for this regexp from subject lines when simplifying fuzzily."
167   :group 'gnus-thread
168   :type '(choice (const :tag "off" nil)
169                  regexp))
170
171 (defcustom gnus-build-sparse-threads nil
172   "*If non-nil, fill in the gaps in threads.
173 If `some', only fill in the gaps that are needed to tie loose threads
174 together.  If `more', fill in all leaf nodes that Gnus can find.  If
175 non-nil and non-`some', fill in all gaps that Gnus manages to guess."
176   :group 'gnus-thread
177   :type '(choice (const :tag "off" nil)
178                  (const some)
179                  (const more)
180                  (sexp :menu-tag "all" t)))
181
182 (defcustom gnus-summary-thread-gathering-function
183   'gnus-gather-threads-by-subject
184   "*Function used for gathering loose threads.
185 There are two pre-defined functions: `gnus-gather-threads-by-subject',
186 which only takes Subjects into consideration; and
187 `gnus-gather-threads-by-references', which compared the References
188 headers of the articles to find matches."
189   :group 'gnus-thread
190   :type '(radio (function-item gnus-gather-threads-by-subject)
191                 (function-item gnus-gather-threads-by-references)
192                 (function :tag "other")))
193
194 (defcustom gnus-summary-same-subject ""
195   "*String indicating that the current article has the same subject as the previous.
196 This variable will only be used if the value of
197 `gnus-summary-make-false-root' is `empty'."
198   :group 'gnus-summary-format
199   :type 'string)
200
201 (defcustom gnus-summary-goto-unread t
202   "*If t, many commands will go to the next unread article.
203 This applies to marking commands as well as other commands that
204 \"naturally\" select the next article, like, for instance, `SPC' at
205 the end of an article.
206
207 If nil, the marking commands do NOT go to the next unread article
208 \(they go to the next article instead).  If `never', commands that
209 usually go to the next unread article, will go to the next article,
210 whether it is read or not."
211   :group 'gnus-summary-marks
212   :link '(custom-manual "(gnus)Setting Marks")
213   :type '(choice (const :tag "off" nil)
214                  (const never)
215                  (sexp :menu-tag "on" t)))
216
217 (defcustom gnus-summary-default-score 0
218   "*Default article score level.
219 All scores generated by the score files will be added to this score.
220 If this variable is nil, scoring will be disabled."
221   :group 'gnus-score-default
222   :type '(choice (const :tag "disable")
223                  integer))
224
225 (defcustom gnus-summary-default-high-score 0
226   "*Default threshold for a high scored article.
227 An article will be highlighted as high scored if its score is greater
228 than this score."
229   :version "22.1"
230   :group 'gnus-score-default
231   :type 'integer)
232
233 (defcustom gnus-summary-default-low-score 0
234   "*Default threshold for a low scored article.
235 An article will be highlighted as low scored if its score is smaller
236 than this score."
237   :version "22.1"
238   :group 'gnus-score-default
239   :type 'integer)
240
241 (defcustom gnus-summary-zcore-fuzz 0
242   "*Fuzziness factor for the zcore in the summary buffer.
243 Articles with scores closer than this to `gnus-summary-default-score'
244 will not be marked."
245   :group 'gnus-summary-format
246   :type 'integer)
247
248 (defcustom gnus-simplify-subject-fuzzy-regexp nil
249   "*Strings to be removed when doing fuzzy matches.
250 This can either be a regular expression or list of regular expressions
251 that will be removed from subject strings if fuzzy subject
252 simplification is selected."
253   :group 'gnus-thread
254   :type '(repeat regexp))
255
256 (defcustom gnus-show-threads t
257   "*If non-nil, display threads in summary mode."
258   :group 'gnus-thread
259   :type 'boolean)
260
261 (defcustom gnus-thread-hide-subtree nil
262   "*If non-nil, hide all threads initially.
263 This can be a predicate specifier which says which threads to hide.
264 If threads are hidden, you have to run the command
265 `gnus-summary-show-thread' by hand or select an article."
266   :group 'gnus-thread
267   :type '(radio (sexp :format "Non-nil\n"
268                       :match (lambda (widget value)
269                                (not (or (consp value) (functionp value))))
270                       :value t)
271                 (const nil)
272                 (sexp :tag "Predicate specifier")))
273
274 (defcustom gnus-thread-hide-killed t
275   "*If non-nil, hide killed threads automatically."
276   :group 'gnus-thread
277   :type 'boolean)
278
279 (defcustom gnus-thread-ignore-subject t
280   "*If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
281 If nil, articles that have different subjects from their parents will
282 start separate threads."
283   :group 'gnus-thread
284   :type 'boolean)
285
286 (defcustom gnus-thread-operation-ignore-subject t
287   "*If non-nil, subjects will be ignored when doing thread commands.
288 This affects commands like `gnus-summary-kill-thread' and
289 `gnus-summary-lower-thread'.
290
291 If this variable is nil, articles in the same thread with different
292 subjects will not be included in the operation in question.  If this
293 variable is `fuzzy', only articles that have subjects that are fuzzily
294 equal will be included."
295   :group 'gnus-thread
296   :type '(choice (const :tag "off" nil)
297                  (const fuzzy)
298                  (sexp :tag "on" t)))
299
300 (defcustom gnus-thread-indent-level 4
301   "*Number that says how much each sub-thread should be indented."
302   :group 'gnus-thread
303   :type 'integer)
304
305 (defcustom gnus-auto-extend-newsgroup t
306   "*If non-nil, extend newsgroup forward and backward when requested."
307   :group 'gnus-summary-choose
308   :type 'boolean)
309
310 (defcustom gnus-auto-select-first t
311   "*If non-nil, select the article under point.
312 Which article this is is controlled by the `gnus-auto-select-subject'
313 variable.
314
315 If you want to prevent automatic selection of articles in some
316 newsgroups, set the variable to nil in `gnus-select-group-hook'."
317   :group 'gnus-group-select
318   :type '(choice (const :tag "none" nil)
319                  (sexp :menu-tag "first" t)))
320
321 (defcustom gnus-auto-select-subject 'unread
322   "*Says what subject to place under point when entering a group.
323
324 This variable can either be the symbols `first' (place point on the
325 first subject), `unread' (place point on the subject line of the first
326 unread article), `best' (place point on the subject line of the
327 higest-scored article), `unseen' (place point on the subject line of
328 the first unseen article), `unseen-or-unread' (place point on the subject
329 line of the first unseen article or, if all article have been seen, on the
330 subject line of the first unread article), or a function to be called to
331 place point on some subject line."
332   :version "22.1"
333   :group 'gnus-group-select
334   :type '(choice (const best)
335                  (const unread)
336                  (const first)
337                  (const unseen)
338                  (const unseen-or-unread)))
339
340 (defcustom gnus-auto-select-next t
341   "*If non-nil, offer to go to the next group from the end of the previous.
342 If the value is t and the next newsgroup is empty, Gnus will exit
343 summary mode and go back to group mode.  If the value is neither nil
344 nor t, Gnus will select the following unread newsgroup.  In
345 particular, if the value is the symbol `quietly', the next unread
346 newsgroup will be selected without any confirmation, and if it is
347 `almost-quietly', the next group will be selected without any
348 confirmation if you are located on the last article in the group.
349 Finally, if this variable is `slightly-quietly', the `\\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]' command
350 will go to the next group without confirmation."
351   :group 'gnus-summary-maneuvering
352   :type '(choice (const :tag "off" nil)
353                  (const quietly)
354                  (const almost-quietly)
355                  (const slightly-quietly)
356                  (sexp :menu-tag "on" t)))
357
358 (defcustom gnus-auto-select-same nil
359   "*If non-nil, select the next article with the same subject.
360 If there are no more articles with the same subject, go to
361 the first unread article."
362   :group 'gnus-summary-maneuvering
363   :type 'boolean)
364
365 (defcustom gnus-auto-goto-ignores 'unfetched
366   "*Says how to handle unfetched articles when maneuvering.
367
368 This variable can either be the symbols nil (maneuver to any
369 article), `undownloaded' (maneuvering while unplugged ignores articles
370 that have not been fetched), `always-undownloaded' (maneuvering always
371 ignores articles that have not been fetched), `unfetched' (maneuvering
372 ignores articles whose headers have not been fetched).
373
374 NOTE: The list of unfetched articles will always be nil when plugged
375 and, when unplugged, a subset of the undownloaded article list."
376   :version "22.1"
377   :group 'gnus-summary-maneuvering
378   :type '(choice (const :tag "None" nil)
379                  (const :tag "Undownloaded when unplugged" undownloaded)
380                  (const :tag "Undownloaded" always-undownloaded)
381                  (const :tag "Unfetched" unfetched)))
382
383 (defcustom gnus-summary-check-current nil
384   "*If non-nil, consider the current article when moving.
385 The \"unread\" movement commands will stay on the same line if the
386 current article is unread."
387   :group 'gnus-summary-maneuvering
388   :type 'boolean)
389
390 (defcustom gnus-auto-center-summary 2
391   "*If non-nil, always center the current summary buffer.
392 In particular, if `vertical' do only vertical recentering.  If non-nil
393 and non-`vertical', do both horizontal and vertical recentering."
394   :group 'gnus-summary-maneuvering
395   :type '(choice (const :tag "none" nil)
396                  (const vertical)
397                  (integer :tag "height")
398                  (sexp :menu-tag "both" t)))
399
400 (defvar gnus-auto-center-group t
401   "*If non-nil, always center the group buffer.")
402
403 (defcustom gnus-show-all-headers nil
404   "*If non-nil, don't hide any headers."
405   :group 'gnus-article-hiding
406   :group 'gnus-article-headers
407   :type 'boolean)
408
409 (defcustom gnus-summary-ignore-duplicates nil
410   "*If non-nil, ignore articles with identical Message-ID headers."
411   :group 'gnus-summary
412   :type 'boolean)
413
414 (defcustom gnus-single-article-buffer t
415   "*If non-nil, display all articles in the same buffer.
416 If nil, each group will get its own article buffer."
417   :group 'gnus-article-various
418   :type 'boolean)
419
420 (defcustom gnus-break-pages t
421   "*If non-nil, do page breaking on articles.
422 The page delimiter is specified by the `gnus-page-delimiter'
423 variable."
424   :group 'gnus-article-various
425   :type 'boolean)
426
427 (defcustom gnus-move-split-methods nil
428   "*Variable used to suggest where articles are to be moved to.
429 It uses the same syntax as the `gnus-split-methods' variable.
430 However, whereas `gnus-split-methods' specifies file names as targets,
431 this variable specifies group names."
432   :group 'gnus-summary-mail
433   :type '(repeat (choice (list :value (fun) function)
434                          (cons :value ("" "") regexp (repeat string))
435                          (sexp :value nil))))
436
437 (defcustom gnus-move-group-prefix-function 'gnus-group-real-prefix
438   "Function used to compute default prefix for article move/copy/etc prompts.
439 The function should take one argument, a group name, and return a
440 string with the suggested prefix."
441   :group 'gnus-summary-mail
442   :type 'function)
443
444 ;; FIXME: Although the custom type is `character' for the following variables,
445 ;; using multibyte characters (Latin-1, UTF-8) doesn't work.  -- rs
446
447 (defcustom gnus-unread-mark ?           ;Whitespace
448   "*Mark used for unread articles."
449   :group 'gnus-summary-marks
450   :type 'character)
451
452 (defcustom gnus-ticked-mark ?!
453   "*Mark used for ticked articles."
454   :group 'gnus-summary-marks
455   :type 'character)
456
457 (defcustom gnus-dormant-mark ??
458   "*Mark used for dormant articles."
459   :group 'gnus-summary-marks
460   :type 'character)
461
462 (defcustom gnus-del-mark ?r
463   "*Mark used for del'd articles."
464   :group 'gnus-summary-marks
465   :type 'character)
466
467 (defcustom gnus-read-mark ?R
468   "*Mark used for read articles."
469   :group 'gnus-summary-marks
470   :type 'character)
471
472 (defcustom gnus-expirable-mark ?E
473   "*Mark used for expirable articles."
474   :group 'gnus-summary-marks
475   :type 'character)
476
477 (defcustom gnus-killed-mark ?K
478   "*Mark used for killed articles."
479   :group 'gnus-summary-marks
480   :type 'character)
481
482 (defcustom gnus-spam-mark ?$
483   "*Mark used for spam articles."
484   :version "22.1"
485   :group 'gnus-summary-marks
486   :type 'character)
487
488 (defcustom gnus-souped-mark ?F
489   "*Mark used for souped articles."
490   :group 'gnus-summary-marks
491   :type 'character)
492
493 (defcustom gnus-kill-file-mark ?X
494   "*Mark used for articles killed by kill files."
495   :group 'gnus-summary-marks
496   :type 'character)
497
498 (defcustom gnus-low-score-mark ?Y
499   "*Mark used for articles with a low score."
500   :group 'gnus-summary-marks
501   :type 'character)
502
503 (defcustom gnus-catchup-mark ?C
504   "*Mark used for articles that are caught up."
505   :group 'gnus-summary-marks
506   :type 'character)
507
508 (defcustom gnus-replied-mark ?A
509   "*Mark used for articles that have been replied to."
510   :group 'gnus-summary-marks
511   :type 'character)
512
513 (defcustom gnus-forwarded-mark ?F
514   "*Mark used for articles that have been forwarded."
515   :version "22.1"
516   :group 'gnus-summary-marks
517   :type 'character)
518
519 (defcustom gnus-recent-mark ?N
520   "*Mark used for articles that are recent."
521   :version "22.1"
522   :group 'gnus-summary-marks
523   :type 'character)
524
525 (defcustom gnus-cached-mark ?*
526   "*Mark used for articles that are in the cache."
527   :group 'gnus-summary-marks
528   :type 'character)
529
530 (defcustom gnus-saved-mark ?S
531   "*Mark used for articles that have been saved."
532   :group 'gnus-summary-marks
533   :type 'character)
534
535 (defcustom gnus-unseen-mark ?.
536   "*Mark used for articles that haven't been seen."
537   :version "22.1"
538   :group 'gnus-summary-marks
539   :type 'character)
540
541 (defcustom gnus-no-mark ?               ;Whitespace
542   "*Mark used for articles that have no other secondary mark."
543   :version "22.1"
544   :group 'gnus-summary-marks
545   :type 'character)
546
547 (defcustom gnus-ancient-mark ?O
548   "*Mark used for ancient articles."
549   :group 'gnus-summary-marks
550   :type 'character)
551
552 (defcustom gnus-sparse-mark ?Q
553   "*Mark used for sparsely reffed articles."
554   :group 'gnus-summary-marks
555   :type 'character)
556
557 (defcustom gnus-canceled-mark ?G
558   "*Mark used for canceled articles."
559   :group 'gnus-summary-marks
560   :type 'character)
561
562 (defcustom gnus-duplicate-mark ?M
563   "*Mark used for duplicate articles."
564   :group 'gnus-summary-marks
565   :type 'character)
566
567 (defcustom gnus-undownloaded-mark ?-
568   "*Mark used for articles that weren't downloaded."
569   :version "22.1"
570   :group 'gnus-summary-marks
571   :type 'character)
572
573 (defcustom gnus-downloaded-mark ?+
574   "*Mark used for articles that were downloaded."
575   :group 'gnus-summary-marks
576   :type 'character)
577
578 (defcustom gnus-downloadable-mark ?%
579   "*Mark used for articles that are to be downloaded."
580   :group 'gnus-summary-marks
581   :type 'character)
582
583 (defcustom gnus-unsendable-mark ?=
584   "*Mark used for articles that won't be sent."
585   :group 'gnus-summary-marks
586   :type 'character)
587
588 (defcustom gnus-score-over-mark ?+
589   "*Score mark used for articles with high scores."
590   :group 'gnus-summary-marks
591   :type 'character)
592
593 (defcustom gnus-score-below-mark ?-
594   "*Score mark used for articles with low scores."
595   :group 'gnus-summary-marks
596   :type 'character)
597
598 (defcustom gnus-empty-thread-mark ?     ;Whitespace
599   "*There is no thread under the article."
600   :group 'gnus-summary-marks
601   :type 'character)
602
603 (defcustom gnus-not-empty-thread-mark ?=
604   "*There is a thread under the article."
605   :group 'gnus-summary-marks
606   :type 'character)
607
608 (defcustom gnus-view-pseudo-asynchronously nil
609   "*If non-nil, Gnus will view pseudo-articles asynchronously."
610   :group 'gnus-extract-view
611   :type 'boolean)
612
613 (defcustom gnus-auto-expirable-marks
614   (list gnus-killed-mark gnus-del-mark gnus-catchup-mark
615         gnus-low-score-mark gnus-ancient-mark gnus-read-mark
616         gnus-souped-mark gnus-duplicate-mark)
617   "*The list of marks converted into expiration if a group is auto-expirable."
618   :version "21.1"
619   :group 'gnus-summary
620   :type '(repeat character))
621
622 (defcustom gnus-inhibit-user-auto-expire t
623   "*If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on."
624   :version "21.1"
625   :group 'gnus-summary
626   :type 'boolean)
627
628 (defcustom gnus-view-pseudos nil
629   "*If `automatic', pseudo-articles will be viewed automatically.
630 If `not-confirm', pseudos will be viewed automatically, and the user
631 will not be asked to confirm the command."
632   :group 'gnus-extract-view
633   :type '(choice (const :tag "off" nil)
634                  (const automatic)
635                  (const not-confirm)))
636
637 (defcustom gnus-view-pseudos-separately t
638   "*If non-nil, one pseudo-article will be created for each file to be viewed.
639 If nil, all files that use the same viewing command will be given as a
640 list of parameters to that command."
641   :group 'gnus-extract-view
642   :type 'boolean)
643
644 (defcustom gnus-insert-pseudo-articles t
645   "*If non-nil, insert pseudo-articles when decoding articles."
646   :group 'gnus-extract-view
647   :type 'boolean)
648
649 (defcustom gnus-summary-dummy-line-format
650   "   %(:                             :%) %S\n"
651   "*The format specification for the dummy roots in the summary buffer.
652 It works along the same lines as a normal formatting string,
653 with some simple extensions.
654
655 %S  The subject
656
657 General format specifiers can also be used.
658 See `(gnus)Formatting Variables'."
659   :link '(custom-manual "(gnus)Formatting Variables")
660   :group 'gnus-threading
661   :type 'string)
662
663 (defcustom gnus-summary-mode-line-format "Gnus: %g [%A] %Z"
664   "*The format specification for the summary mode line.
665 It works along the same lines as a normal formatting string,
666 with some simple extensions:
667
668 %G  Group name
669 %p  Unprefixed group name
670 %A  Current article number
671 %z  Current article score
672 %V  Gnus version
673 %U  Number of unread articles in the group
674 %e  Number of unselected articles in the group
675 %Z  A string with unread/unselected article counts
676 %g  Shortish group name
677 %S  Subject of the current article
678 %u  User-defined spec
679 %s  Current score file name
680 %d  Number of dormant articles
681 %r  Number of articles that have been marked as read in this session
682 %E  Number of articles expunged by the score files"
683   :group 'gnus-summary-format
684   :type 'string)
685
686 (defcustom gnus-list-identifiers nil
687   "Regexp that matches list identifiers to be removed from subject.
688 This can also be a list of regexps."
689   :version "21.1"
690   :group 'gnus-summary-format
691   :group 'gnus-article-hiding
692   :type '(choice (const :tag "none" nil)
693                  (regexp :value ".*")
694                  (repeat :value (".*") regexp)))
695
696 (defcustom gnus-summary-mark-below 0
697   "*Mark all articles with a score below this variable as read.
698 This variable is local to each summary buffer and usually set by the
699 score file."
700   :group 'gnus-score-default
701   :type 'integer)
702
703 (defun gnus-widget-reversible-match (widget value)
704   "Ignoring WIDGET, convert VALUE to internal form.
705 VALUE should have the form `FOO' or `(not FOO)', where FOO is an symbol."
706   ;; (debug value)
707   (or (symbolp value)
708       (and (listp value)
709            (eq (length value) 2)
710            (eq (nth 0 value) 'not)
711            (symbolp (nth 1 value)))))
712
713 (defun gnus-widget-reversible-to-internal (widget value)
714   "Ignoring WIDGET, convert VALUE to internal form.
715 VALUE should have the form `FOO' or `(not FOO)', where FOO is an atom.
716 FOO is converted to (FOO nil) and (not FOO) is converted to (FOO t)."
717   ;; (debug value)
718   (if (atom value)
719       (list value nil)
720     (list (nth 1 value) t)))
721
722 (defun gnus-widget-reversible-to-external (widget value)
723   "Ignoring WIDGET, convert VALUE to external form.
724 VALUE should have the form `(FOO nil)' or `(FOO t)', where FOO is an atom.
725 \(FOO  nil) is converted to FOO and (FOO t) is converted to (not FOO)."
726   ;; (debug value)
727   (if (nth 1 value)
728       (list 'not (nth 0 value))
729     (nth 0 value)))
730
731 (define-widget 'gnus-widget-reversible 'group
732   "A `group' that convert values."
733   :match 'gnus-widget-reversible-match
734   :value-to-internal 'gnus-widget-reversible-to-internal
735   :value-to-external 'gnus-widget-reversible-to-external)
736
737 (defcustom gnus-article-sort-functions '(gnus-article-sort-by-number)
738   "*List of functions used for sorting articles in the summary buffer.
739
740 Each function takes two articles and returns non-nil if the first
741 article should be sorted before the other.  If you use more than one
742 function, the primary sort function should be the last.  You should
743 probably always include `gnus-article-sort-by-number' in the list of
744 sorting functions -- preferably first.  Also note that sorting by date
745 is often much slower than sorting by number, and the sorting order is
746 very similar.  (Sorting by date means sorting by the time the message
747 was sent, sorting by number means sorting by arrival time.)
748
749 Each item can also be a list `(not F)' where F is a function;
750 this reverses the sort order.
751
752 Ready-made functions include `gnus-article-sort-by-number',
753 `gnus-article-sort-by-author', `gnus-article-sort-by-subject',
754 `gnus-article-sort-by-date', `gnus-article-sort-by-random'
755 and `gnus-article-sort-by-score'.
756
757 When threading is turned on, the variable `gnus-thread-sort-functions'
758 controls how articles are sorted."
759   :group 'gnus-summary-sort
760   :type '(repeat (gnus-widget-reversible
761                   (choice (function-item gnus-article-sort-by-number)
762                           (function-item gnus-article-sort-by-author)
763                           (function-item gnus-article-sort-by-subject)
764                           (function-item gnus-article-sort-by-date)
765                           (function-item gnus-article-sort-by-score)
766                           (function-item gnus-article-sort-by-random)
767                           (function :tag "other"))
768                   (boolean :tag "Reverse order"))))
769
770
771 (defcustom gnus-thread-sort-functions '(gnus-thread-sort-by-number)
772   "*List of functions used for sorting threads in the summary buffer.
773 By default, threads are sorted by article number.
774
775 Each function takes two threads and returns non-nil if the first
776 thread should be sorted before the other.  If you use more than one
777 function, the primary sort function should be the last.  You should
778 probably always include `gnus-thread-sort-by-number' in the list of
779 sorting functions -- preferably first.  Also note that sorting by date
780 is often much slower than sorting by number, and the sorting order is
781 very similar.  (Sorting by date means sorting by the time the message
782 was sent, sorting by number means sorting by arrival time.)
783
784 Each list item can also be a list `(not F)' where F is a
785 function; this specifies reversed sort order.
786
787 Ready-made functions include `gnus-thread-sort-by-number',
788 `gnus-thread-sort-by-author', `gnus-thread-sort-by-recipient'
789 `gnus-thread-sort-by-subject', `gnus-thread-sort-by-date',
790 `gnus-thread-sort-by-score', `gnus-thread-sort-by-most-recent-number',
791 `gnus-thread-sort-by-most-recent-date', `gnus-thread-sort-by-random',
792 and `gnus-thread-sort-by-total-score' (see
793 `gnus-thread-score-function').
794
795 When threading is turned off, the variable
796 `gnus-article-sort-functions' controls how articles are sorted."
797   :group 'gnus-summary-sort
798   :type '(repeat
799           (gnus-widget-reversible
800            (choice (function-item gnus-thread-sort-by-number)
801                    (function-item gnus-thread-sort-by-author)
802                    (function-item gnus-thread-sort-by-recipient)
803                    (function-item gnus-thread-sort-by-subject)
804                    (function-item gnus-thread-sort-by-date)
805                    (function-item gnus-thread-sort-by-score)
806                    (function-item gnus-thread-sort-by-most-recent-number)
807                    (function-item gnus-thread-sort-by-most-recent-date)
808                    (function-item gnus-thread-sort-by-random)
809                    (function-item gnus-thread-sort-by-total-score)
810                    (function :tag "other"))
811            (boolean :tag "Reverse order"))))
812
813 (defcustom gnus-thread-score-function '+
814   "*Function used for calculating the total score of a thread.
815
816 The function is called with the scores of the article and each
817 subthread and should then return the score of the thread.
818
819 Some functions you can use are `+', `max', or `min'."
820   :group 'gnus-summary-sort
821   :type 'function)
822
823 (defcustom gnus-summary-expunge-below nil
824   "All articles that have a score less than this variable will be expunged.
825 This variable is local to the summary buffers."
826   :group 'gnus-score-default
827   :type '(choice (const :tag "off" nil)
828                  integer))
829
830 (defcustom gnus-thread-expunge-below nil
831   "All threads that have a total score less than this variable will be expunged.
832 See `gnus-thread-score-function' for en explanation of what a
833 \"thread score\" is.
834
835 This variable is local to the summary buffers."
836   :group 'gnus-threading
837   :group 'gnus-score-default
838   :type '(choice (const :tag "off" nil)
839                  integer))
840
841 (defcustom gnus-summary-mode-hook nil
842   "*A hook for Gnus summary mode.
843 This hook is run before any variables are set in the summary buffer."
844   :options '(turn-on-gnus-mailing-list-mode gnus-pick-mode)
845   :group 'gnus-summary-various
846   :type 'hook)
847
848 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
849 (when (featurep 'xemacs)
850   (add-hook 'gnus-summary-mode-hook 'gnus-xmas-summary-menu-add)
851   (add-hook 'gnus-summary-mode-hook 'gnus-xmas-setup-summary-toolbar)
852   (add-hook 'gnus-summary-mode-hook
853             'gnus-xmas-switch-horizontal-scrollbar-off))
854
855 (defcustom gnus-summary-menu-hook nil
856   "*Hook run after the creation of the summary mode menu."
857   :group 'gnus-summary-visual
858   :type 'hook)
859
860 (defcustom gnus-summary-exit-hook nil
861   "*A hook called on exit from the summary buffer.
862 It will be called with point in the group buffer."
863   :group 'gnus-summary-exit
864   :type 'hook)
865
866 (defcustom gnus-summary-prepare-hook nil
867   "*A hook called after the summary buffer has been generated.
868 If you want to modify the summary buffer, you can use this hook."
869   :group 'gnus-summary-various
870   :type 'hook)
871
872 (defcustom gnus-summary-prepared-hook nil
873   "*A hook called as the last thing after the summary buffer has been generated."
874   :group 'gnus-summary-various
875   :type 'hook)
876
877 (defcustom gnus-summary-generate-hook nil
878   "*A hook run just before generating the summary buffer.
879 This hook is commonly used to customize threading variables and the
880 like."
881   :group 'gnus-summary-various
882   :type 'hook)
883
884 (defcustom gnus-select-group-hook nil
885   "*A hook called when a newsgroup is selected.
886
887 If you'd like to simplify subjects like the
888 `gnus-summary-next-same-subject' command does, you can use the
889 following hook:
890
891  (add-hook gnus-select-group-hook
892            (lambda ()
893              (mapcar (lambda (header)
894                        (mail-header-set-subject
895                         header
896                         (gnus-simplify-subject
897                          (mail-header-subject header) 're-only)))
898                      gnus-newsgroup-headers)))"
899   :group 'gnus-group-select
900   :type 'hook)
901
902 (defcustom gnus-select-article-hook nil
903   "*A hook called when an article is selected."
904   :group 'gnus-summary-choose
905   :options '(gnus-agent-fetch-selected-article)
906   :type 'hook)
907
908 (defcustom gnus-visual-mark-article-hook
909   (list 'gnus-highlight-selected-summary)
910   "*Hook run after selecting an article in the summary buffer.
911 It is meant to be used for highlighting the article in some way.  It
912 is not run if `gnus-visual' is nil."
913   :group 'gnus-summary-visual
914   :type 'hook)
915
916 (defcustom gnus-parse-headers-hook nil
917   "*A hook called before parsing the headers."
918   :group 'gnus-various
919   :type 'hook)
920
921 (defcustom gnus-exit-group-hook nil
922   "*A hook called when exiting summary mode.
923 This hook is not called from the non-updating exit commands like `Q'."
924   :group 'gnus-various
925   :type 'hook)
926
927 (defcustom gnus-summary-update-hook
928   (list 'gnus-summary-highlight-line)
929   "*A hook called when a summary line is changed.
930 The hook will not be called if `gnus-visual' is nil.
931
932 The default function `gnus-summary-highlight-line' will
933 highlight the line according to the `gnus-summary-highlight'
934 variable."
935   :group 'gnus-summary-visual
936   :type 'hook)
937
938 (defcustom gnus-mark-article-hook '(gnus-summary-mark-read-and-unread-as-read)
939   "*A hook called when an article is selected for the first time.
940 The hook is intended to mark an article as read (or unread)
941 automatically when it is selected."
942   :group 'gnus-summary-choose
943   :type 'hook)
944
945 (defcustom gnus-group-no-more-groups-hook nil
946   "*A hook run when returning to group mode having no more (unread) groups."
947   :group 'gnus-group-select
948   :type 'hook)
949
950 (defcustom gnus-ps-print-hook nil
951   "*A hook run before ps-printing something from Gnus."
952   :group 'gnus-summary
953   :type 'hook)
954
955 (defcustom gnus-summary-article-move-hook nil
956   "*A hook called after an article is moved, copied, respooled, or crossposted."
957   :version "22.1"
958   :group 'gnus-summary
959   :type 'hook)
960
961 (defcustom gnus-summary-article-delete-hook nil
962   "*A hook called after an article is deleted."
963   :version "22.1"
964   :group 'gnus-summary
965   :type 'hook)
966
967 (defcustom gnus-summary-article-expire-hook nil
968   "*A hook called after an article is expired."
969   :version "22.1"
970   :group 'gnus-summary
971   :type 'hook)
972
973 (defcustom gnus-summary-display-arrow
974   (and (fboundp 'display-graphic-p)
975        (display-graphic-p))
976   "*If non-nil, display an arrow highlighting the current article."
977   :version "22.1"
978   :group 'gnus-summary
979   :type 'boolean)
980
981 (defcustom gnus-summary-selected-face 'gnus-summary-selected
982   "Face used for highlighting the current article in the summary buffer."
983   :group 'gnus-summary-visual
984   :type 'face)
985
986 (defvar gnus-tmp-downloaded nil)
987
988 (defcustom gnus-summary-highlight
989   '(((eq mark gnus-canceled-mark)
990      . gnus-summary-cancelled)
991     ((and uncached (> score default-high))
992      . gnus-summary-high-undownloaded)
993     ((and uncached (< score default-low))
994      . gnus-summary-low-undownloaded)
995     (uncached
996      . gnus-summary-normal-undownloaded)
997     ((and (> score default-high)
998           (or (eq mark gnus-dormant-mark)
999               (eq mark gnus-ticked-mark)))
1000      . gnus-summary-high-ticked)
1001     ((and (< score default-low)
1002           (or (eq mark gnus-dormant-mark)
1003               (eq mark gnus-ticked-mark)))
1004      . gnus-summary-low-ticked)
1005     ((or (eq mark gnus-dormant-mark)
1006          (eq mark gnus-ticked-mark))
1007      . gnus-summary-normal-ticked)
1008     ((and (> score default-high) (eq mark gnus-ancient-mark))
1009      . gnus-summary-high-ancient)
1010     ((and (< score default-low) (eq mark gnus-ancient-mark))
1011      . gnus-summary-low-ancient)
1012     ((eq mark gnus-ancient-mark)
1013      . gnus-summary-normal-ancient)
1014     ((and (> score default-high) (eq mark gnus-unread-mark))
1015      . gnus-summary-high-unread)
1016     ((and (< score default-low) (eq mark gnus-unread-mark))
1017      . gnus-summary-low-unread)
1018     ((eq mark gnus-unread-mark)
1019      . gnus-summary-normal-unread)
1020     ((> score default-high)
1021      . gnus-summary-high-read)
1022     ((< score default-low)
1023      . gnus-summary-low-read)
1024     (t
1025      . gnus-summary-normal-read))
1026   "*Controls the highlighting of summary buffer lines.
1027
1028 A list of (FORM . FACE) pairs.  When deciding how a a particular
1029 summary line should be displayed, each form is evaluated.  The content
1030 of the face field after the first true form is used.  You can change
1031 how those summary lines are displayed, by editing the face field.
1032
1033 You can use the following variables in the FORM field.
1034
1035 score:        The article's score
1036 default:      The default article score.
1037 default-high: The default score for high scored articles.
1038 default-low:  The default score for low scored articles.
1039 below:        The score below which articles are automatically marked as read.
1040 mark:         The article's mark.
1041 uncached:     Non-nil if the article is uncached."
1042   :group 'gnus-summary-visual
1043   :type '(repeat (cons (sexp :tag "Form" nil)
1044                        face)))
1045
1046 (defcustom gnus-alter-header-function nil
1047   "Function called to allow alteration of article header structures.
1048 The function is called with one parameter, the article header vector,
1049 which it may alter in any way."
1050   :type '(choice (const :tag "None" nil)
1051                  function)
1052   :group 'gnus-summary)
1053
1054 (defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string
1055   "Variable that says which function should be used to decode a string with encoded words.")
1056
1057 (defcustom gnus-extra-headers '(To Newsgroups)
1058   "*Extra headers to parse."
1059   :version "21.1"
1060   :group 'gnus-summary
1061   :type '(repeat symbol))
1062
1063 (defcustom gnus-ignored-from-addresses
1064   (and user-mail-address  
1065        (not (string= user-mail-address ""))
1066        (regexp-quote user-mail-address))
1067   "*Regexp of From headers that may be suppressed in favor of To headers."
1068   :version "21.1"
1069   :group 'gnus-summary
1070   :type 'regexp)
1071
1072 (defcustom gnus-summary-to-prefix "-> "
1073   "*String prefixed to the To field in the summary line when
1074 using `gnus-ignored-from-addresses'."
1075   :version "22.1"
1076   :group 'gnus-summary
1077   :type 'string)
1078
1079 (defcustom gnus-summary-newsgroup-prefix "=> "
1080   "*String prefixed to the Newsgroup field in the summary
1081 line when using `gnus-ignored-from-addresses'."
1082   :version "22.1"
1083   :group 'gnus-summary
1084   :type 'string)
1085
1086 (defcustom gnus-newsgroup-ignored-charsets '(unknown-8bit x-unknown)
1087   "List of charsets that should be ignored.
1088 When these charsets are used in the \"charset\" parameter, the
1089 default charset will be used instead."
1090   :version "21.1"
1091   :type '(repeat symbol)
1092   :group 'gnus-charset)
1093
1094 (gnus-define-group-parameter
1095  ignored-charsets
1096  :type list
1097  :function-document
1098  "Return the ignored charsets of GROUP."
1099  :variable gnus-group-ignored-charsets-alist
1100  :variable-default
1101  '(("alt\\.chinese\\.text" iso-8859-1))
1102  :variable-document
1103  "Alist of regexps (to match group names) and charsets that should be ignored.
1104 When these charsets are used in the \"charset\" parameter, the
1105 default charset will be used instead."
1106  :variable-group gnus-charset
1107  :variable-type '(repeat (cons (regexp :tag "Group")
1108                                (repeat symbol)))
1109  :parameter-type '(choice :tag "Ignored charsets"
1110                           :value nil
1111                           (repeat (symbol)))
1112  :parameter-document       "\
1113 List of charsets that should be ignored.
1114
1115 When these charsets are used in the \"charset\" parameter, the
1116 default charset will be used instead.")
1117
1118 (defcustom gnus-group-highlight-words-alist nil
1119   "Alist of group regexps and highlight regexps.
1120 This variable uses the same syntax as `gnus-emphasis-alist'."
1121   :version "21.1"
1122   :type '(repeat (cons (regexp :tag "Group")
1123                        (repeat (list (regexp :tag "Highlight regexp")
1124                                      (number :tag "Group for entire word" 0)
1125                                      (number :tag "Group for displayed part" 0)
1126                                      (symbol :tag "Face"
1127                                              gnus-emphasis-highlight-words)))))
1128   :group 'gnus-summary-visual)
1129
1130 (defcustom gnus-summary-show-article-charset-alist
1131   nil
1132   "Alist of number and charset.
1133 The article will be shown with the charset corresponding to the
1134 numbered argument.
1135 For example: ((1 . cn-gb-2312) (2 . big5))."
1136   :version "21.1"
1137   :type '(repeat (cons (number :tag "Argument" 1)
1138                        (symbol :tag "Charset")))
1139   :group 'gnus-charset)
1140
1141 (defcustom gnus-preserve-marks t
1142   "Whether marks are preserved when moving, copying and respooling messages."
1143   :version "21.1"
1144   :type 'boolean
1145   :group 'gnus-summary-marks)
1146
1147 (defcustom gnus-alter-articles-to-read-function nil
1148   "Function to be called to alter the list of articles to be selected."
1149   :type '(choice (const nil) function)
1150   :group 'gnus-summary)
1151
1152 (defcustom gnus-orphan-score nil
1153   "*All orphans get this score added.  Set in the score file."
1154   :group 'gnus-score-default
1155   :type '(choice (const nil)
1156                  integer))
1157
1158 (defcustom gnus-summary-save-parts-default-mime "image/.*"
1159   "*A regexp to match MIME parts when saving multiple parts of a
1160 message with `gnus-summary-save-parts' (\\<gnus-summary-mode-map>\\[gnus-summary-save-parts]).
1161 This regexp will be used by default when prompting the user for which
1162 type of files to save."
1163   :group 'gnus-summary
1164   :type 'regexp)
1165
1166 (defcustom gnus-read-all-available-headers nil
1167   "Whether Gnus should parse all headers made available to it.
1168 This is mostly relevant for slow back ends where the user may
1169 wish to widen the summary buffer to include all headers
1170 that were fetched.  Say, for nnultimate groups."
1171   :version "22.1"
1172   :group 'gnus-summary
1173   :type '(choice boolean regexp))
1174
1175 (defcustom gnus-summary-muttprint-program "muttprint"
1176   "Command (and optional arguments) used to run Muttprint."
1177   :version "22.1"
1178   :group 'gnus-summary
1179   :type 'string)
1180
1181 (defcustom gnus-article-loose-mime t
1182   "If non-nil, don't require MIME-Version header.
1183 Some brain-damaged MUA/MTA, e.g. Lotus Domino 5.0.6 clients, does not
1184 supply the MIME-Version header or deliberately strip it from the mail.
1185 If non-nil (the default), Gnus will treat some articles as MIME
1186 even if the MIME-Version header is missing."
1187   :version "22.1"
1188   :type 'boolean
1189   :group 'gnus-article-mime)
1190
1191 (defcustom gnus-article-emulate-mime t
1192   "If non-nil, use MIME emulation for uuencode and the like.
1193 This means that Gnus will search message bodies for text that look
1194 like uuencoded bits, yEncoded bits, and so on, and present that using
1195 the normal Gnus MIME machinery."
1196   :version "22.1"
1197   :type 'boolean
1198   :group 'gnus-article-mime)
1199
1200 ;;; Internal variables
1201
1202 (defvar gnus-summary-display-cache nil)
1203 (defvar gnus-article-mime-handles nil)
1204 (defvar gnus-article-decoded-p nil)
1205 (defvar gnus-article-charset nil)
1206 (defvar gnus-article-ignored-charsets nil)
1207 (defvar gnus-scores-exclude-files nil)
1208 (defvar gnus-page-broken nil)
1209
1210 (defvar gnus-original-article nil)
1211 (defvar gnus-article-internal-prepare-hook nil)
1212 (defvar gnus-newsgroup-process-stack nil)
1213
1214 (defvar gnus-thread-indent-array nil)
1215 (defvar gnus-thread-indent-array-level gnus-thread-indent-level)
1216 (defvar gnus-sort-gathered-threads-function 'gnus-thread-sort-by-number
1217   "Function called to sort the articles within a thread after it has been gathered together.")
1218
1219 (defvar gnus-summary-save-parts-type-history nil)
1220 (defvar gnus-summary-save-parts-last-directory mm-default-directory)
1221
1222 ;; Avoid highlighting in kill files.
1223 (defvar gnus-summary-inhibit-highlight nil)
1224 (defvar gnus-newsgroup-selected-overlay nil)
1225 (defvar gnus-inhibit-limiting nil)
1226 (defvar gnus-newsgroup-adaptive-score-file nil)
1227 (defvar gnus-current-score-file nil)
1228 (defvar gnus-current-move-group nil)
1229 (defvar gnus-current-copy-group nil)
1230 (defvar gnus-current-crosspost-group nil)
1231 (defvar gnus-newsgroup-display nil)
1232
1233 (defvar gnus-newsgroup-dependencies nil)
1234 (defvar gnus-newsgroup-adaptive nil)
1235 (defvar gnus-summary-display-article-function nil)
1236 (defvar gnus-summary-highlight-line-function nil
1237   "Function called after highlighting a summary line.")
1238
1239 (defvar gnus-summary-line-format-alist
1240   `((?N ,(macroexpand '(mail-header-number gnus-tmp-header)) ?d)
1241     (?S ,(macroexpand '(mail-header-subject gnus-tmp-header)) ?s)
1242     (?s gnus-tmp-subject-or-nil ?s)
1243     (?n gnus-tmp-name ?s)
1244     (?A (car (cdr (funcall gnus-extract-address-components gnus-tmp-from)))
1245         ?s)
1246     (?a (or (car (funcall gnus-extract-address-components gnus-tmp-from))
1247             gnus-tmp-from) ?s)
1248     (?F gnus-tmp-from ?s)
1249     (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s)
1250     (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s)
1251     (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s)
1252     (?o (gnus-date-iso8601 (mail-header-date gnus-tmp-header)) ?s)
1253     (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s)
1254     (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s)
1255     (?c (or (mail-header-chars gnus-tmp-header) 0) ?d)
1256     (?k (gnus-summary-line-message-size gnus-tmp-header) ?s)
1257     (?L gnus-tmp-lines ?s)
1258     (?O gnus-tmp-downloaded ?c)
1259     (?I gnus-tmp-indentation ?s)
1260     (?T (if (= gnus-tmp-level 0) "" (make-string (frame-width) ? )) ?s)
1261     (?R gnus-tmp-replied ?c)
1262     (?\[ gnus-tmp-opening-bracket ?c)
1263     (?\] gnus-tmp-closing-bracket ?c)
1264     (?\> (make-string gnus-tmp-level ? ) ?s)
1265     (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
1266     (?i gnus-tmp-score ?d)
1267     (?z gnus-tmp-score-char ?c)
1268     (?V (gnus-thread-total-score (and (boundp 'thread) (car thread))) ?d)
1269     (?U gnus-tmp-unread ?c)
1270     (?f (gnus-summary-from-or-to-or-newsgroups gnus-tmp-header gnus-tmp-from)
1271         ?s)
1272     (?t (gnus-summary-number-of-articles-in-thread
1273          (and (boundp 'thread) (car thread)) gnus-tmp-level)
1274         ?d)
1275     (?e (gnus-summary-number-of-articles-in-thread
1276          (and (boundp 'thread) (car thread)) gnus-tmp-level t)
1277         ?c)
1278     (?u gnus-tmp-user-defined ?s)
1279     (?P (gnus-pick-line-number) ?d)
1280     (?B gnus-tmp-thread-tree-header-string ?s)
1281     (user-date (gnus-user-date
1282                 ,(macroexpand '(mail-header-date gnus-tmp-header))) ?s))
1283   "An alist of format specifications that can appear in summary lines.
1284 These are paired with what variables they correspond with, along with
1285 the type of the variable (string, integer, character, etc).")
1286
1287 (defvar gnus-summary-dummy-line-format-alist
1288   `((?S gnus-tmp-subject ?s)
1289     (?N gnus-tmp-number ?d)
1290     (?u gnus-tmp-user-defined ?s)))
1291
1292 (defvar gnus-summary-mode-line-format-alist
1293   `((?G gnus-tmp-group-name ?s)
1294     (?g (gnus-short-group-name gnus-tmp-group-name) ?s)
1295     (?p (gnus-group-real-name gnus-tmp-group-name) ?s)
1296     (?A gnus-tmp-article-number ?d)
1297     (?Z gnus-tmp-unread-and-unselected ?s)
1298     (?V gnus-version ?s)
1299     (?U gnus-tmp-unread-and-unticked ?d)
1300     (?S gnus-tmp-subject ?s)
1301     (?e gnus-tmp-unselected ?d)
1302     (?u gnus-tmp-user-defined ?s)
1303     (?d (length gnus-newsgroup-dormant) ?d)
1304     (?t (length gnus-newsgroup-marked) ?d)
1305     (?h (length gnus-newsgroup-spam-marked) ?d)
1306     (?r (length gnus-newsgroup-reads) ?d)
1307     (?z (gnus-summary-article-score gnus-tmp-article-number) ?d)
1308     (?E gnus-newsgroup-expunged-tally ?d)
1309     (?s (gnus-current-score-file-nondirectory) ?s)))
1310
1311 (defvar gnus-last-search-regexp nil
1312   "Default regexp for article search command.")
1313
1314 (defvar gnus-last-shell-command nil
1315   "Default shell command on article.")
1316
1317 (defvar gnus-newsgroup-agentized nil
1318   "Locally bound in each summary buffer to indicate whether the server has been agentized.")
1319 (defvar gnus-newsgroup-begin nil)
1320 (defvar gnus-newsgroup-end nil)
1321 (defvar gnus-newsgroup-last-rmail nil)
1322 (defvar gnus-newsgroup-last-mail nil)
1323 (defvar gnus-newsgroup-last-folder nil)
1324 (defvar gnus-newsgroup-last-file nil)
1325 (defvar gnus-newsgroup-auto-expire nil)
1326 (defvar gnus-newsgroup-active nil)
1327
1328 (defvar gnus-newsgroup-data nil)
1329 (defvar gnus-newsgroup-data-reverse nil)
1330 (defvar gnus-newsgroup-limit nil)
1331 (defvar gnus-newsgroup-limits nil)
1332 (defvar gnus-summary-use-undownloaded-faces nil)
1333
1334 (defvar gnus-newsgroup-unreads nil
1335   "Sorted list of unread articles in the current newsgroup.")
1336
1337 (defvar gnus-newsgroup-unselected nil
1338   "Sorted list of unselected unread articles in the current newsgroup.")
1339
1340 (defvar gnus-newsgroup-reads nil
1341   "Alist of read articles and article marks in the current newsgroup.")
1342
1343 (defvar gnus-newsgroup-expunged-tally nil)
1344
1345 (defvar gnus-newsgroup-marked nil
1346   "Sorted list of ticked articles in the current newsgroup (a subset of unread art).")
1347
1348 (defvar gnus-newsgroup-spam-marked nil
1349   "List of ranges of articles that have been marked as spam.")
1350
1351 (defvar gnus-newsgroup-killed nil
1352   "List of ranges of articles that have been through the scoring process.")
1353
1354 (defvar gnus-newsgroup-cached nil
1355   "Sorted list of articles that come from the article cache.")
1356
1357 (defvar gnus-newsgroup-saved nil
1358   "List of articles that have been saved.")
1359
1360 (defvar gnus-newsgroup-kill-headers nil)
1361
1362 (defvar gnus-newsgroup-replied nil
1363   "List of articles that have been replied to in the current newsgroup.")
1364
1365 (defvar gnus-newsgroup-forwarded nil
1366   "List of articles that have been forwarded in the current newsgroup.")
1367
1368 (defvar gnus-newsgroup-recent nil
1369   "List of articles that have are recent in the current newsgroup.")
1370
1371 (defvar gnus-newsgroup-expirable nil
1372   "Sorted list of articles in the current newsgroup that can be expired.")
1373
1374 (defvar gnus-newsgroup-processable nil
1375   "List of articles in the current newsgroup that can be processed.")
1376
1377 (defvar gnus-newsgroup-downloadable nil
1378   "Sorted list of articles in the current newsgroup that can be processed.")
1379
1380 (defvar gnus-newsgroup-unfetched nil
1381   "Sorted list of articles in the current newsgroup whose headers have
1382 not been fetched into the agent.
1383
1384 This list will always be a subset of gnus-newsgroup-undownloaded.")
1385
1386 (defvar gnus-newsgroup-undownloaded nil
1387   "List of articles in the current newsgroup that haven't been downloaded.")
1388
1389 (defvar gnus-newsgroup-unsendable nil
1390   "List of articles in the current newsgroup that won't be sent.")
1391
1392 (defvar gnus-newsgroup-bookmarks nil
1393   "List of articles in the current newsgroup that have bookmarks.")
1394
1395 (defvar gnus-newsgroup-dormant nil
1396   "Sorted list of dormant articles in the current newsgroup.")
1397
1398 (defvar gnus-newsgroup-unseen nil
1399   "List of unseen articles in the current newsgroup.")
1400
1401 (defvar gnus-newsgroup-seen nil
1402   "Range of seen articles in the current newsgroup.")
1403
1404 (defvar gnus-newsgroup-articles nil
1405   "List of articles in the current newsgroup.")
1406
1407 (defvar gnus-newsgroup-scored nil
1408   "List of scored articles in the current newsgroup.")
1409
1410 (defvar gnus-newsgroup-headers nil
1411   "List of article headers in the current newsgroup.")
1412
1413 (defvar gnus-newsgroup-threads nil)
1414
1415 (defvar gnus-newsgroup-prepared nil
1416   "Whether the current group has been prepared properly.")
1417
1418 (defvar gnus-newsgroup-ancient nil
1419   "List of `gnus-fetch-old-headers' articles in the current newsgroup.")
1420
1421 (defvar gnus-newsgroup-sparse nil)
1422
1423 (defvar gnus-current-article nil)
1424 (defvar gnus-article-current nil)
1425 (defvar gnus-current-headers nil)
1426 (defvar gnus-have-all-headers nil)
1427 (defvar gnus-last-article nil)
1428 (defvar gnus-newsgroup-history nil)
1429 (defvar gnus-newsgroup-charset nil)
1430 (defvar gnus-newsgroup-ephemeral-charset nil)
1431 (defvar gnus-newsgroup-ephemeral-ignored-charsets nil)
1432
1433 (defvar gnus-article-before-search nil)
1434
1435 (defvar gnus-summary-local-variables
1436   '(gnus-newsgroup-name
1437     gnus-newsgroup-begin gnus-newsgroup-end
1438     gnus-newsgroup-last-rmail gnus-newsgroup-last-mail
1439     gnus-newsgroup-last-folder gnus-newsgroup-last-file
1440     gnus-newsgroup-auto-expire gnus-newsgroup-unreads
1441     gnus-newsgroup-unselected gnus-newsgroup-marked
1442     gnus-newsgroup-spam-marked
1443     gnus-newsgroup-reads gnus-newsgroup-saved
1444     gnus-newsgroup-replied gnus-newsgroup-forwarded
1445     gnus-newsgroup-recent
1446     gnus-newsgroup-expirable
1447     gnus-newsgroup-processable gnus-newsgroup-killed
1448     gnus-newsgroup-downloadable gnus-newsgroup-undownloaded
1449     gnus-newsgroup-unfetched
1450     gnus-newsgroup-unsendable gnus-newsgroup-unseen
1451     gnus-newsgroup-seen gnus-newsgroup-articles
1452     gnus-newsgroup-bookmarks gnus-newsgroup-dormant
1453     gnus-newsgroup-headers gnus-newsgroup-threads
1454     gnus-newsgroup-prepared gnus-summary-highlight-line-function
1455     gnus-current-article gnus-current-headers gnus-have-all-headers
1456     gnus-last-article gnus-article-internal-prepare-hook
1457     gnus-newsgroup-dependencies gnus-newsgroup-selected-overlay
1458     gnus-newsgroup-scored gnus-newsgroup-kill-headers
1459     gnus-thread-expunge-below
1460     gnus-score-alist gnus-current-score-file
1461     (gnus-summary-expunge-below . global)
1462     (gnus-summary-mark-below . global)
1463     (gnus-orphan-score . global)
1464     gnus-newsgroup-active gnus-scores-exclude-files
1465     gnus-newsgroup-history gnus-newsgroup-ancient
1466     gnus-newsgroup-sparse gnus-newsgroup-process-stack
1467     (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring)
1468     gnus-newsgroup-adaptive-score-file (gnus-reffed-article-number . -1)
1469     (gnus-newsgroup-expunged-tally . 0)
1470     gnus-cache-removable-articles gnus-newsgroup-cached
1471     gnus-newsgroup-data gnus-newsgroup-data-reverse
1472     gnus-newsgroup-limit gnus-newsgroup-limits
1473     gnus-newsgroup-charset gnus-newsgroup-display
1474     gnus-summary-use-undownloaded-faces)
1475   "Variables that are buffer-local to the summary buffers.")
1476
1477 (defvar gnus-newsgroup-variables nil
1478   "A list of variables that have separate values in different newsgroups.
1479 A list of newsgroup (summary buffer) local variables, or cons of
1480 variables and their default expressions to be evalled (when the default
1481 values are not nil), that should be made global while the summary buffer
1482 is active.
1483
1484 Note: The default expressions will be evaluated (using function `eval')
1485 before assignment to the local variable rather than just assigned to it.
1486 If the default expression is the symbol `global', that symbol will not
1487 be evaluated but the global value of the local variable will be used
1488 instead.
1489
1490 These variables can be used to set variables in the group parameters
1491 while still allowing them to affect operations done in other buffers.
1492 For example:
1493
1494 \(setq gnus-newsgroup-variables
1495      '(message-use-followup-to
1496        (gnus-visible-headers .
1497          \"^From:\\\\|^Newsgroups:\\\\|^Subject:\\\\|^Date:\\\\|^To:\")))
1498 ")
1499
1500 ;; Byte-compiler warning.
1501 (eval-when-compile
1502   ;; Bind features so that require will believe that gnus-sum has
1503   ;; already been loaded (avoids infinite recursion)
1504   (let ((features (cons 'gnus-sum features)))
1505     ;; Several of the declarations in gnus-sum are needed to load the
1506     ;; following files. Right now, these definitions have been
1507     ;; compiled but not defined (evaluated).  We could either do a
1508     ;; eval-and-compile about all of the declarations or evaluate the
1509     ;; source file.
1510     (if (boundp 'gnus-newsgroup-variables)
1511         nil
1512       (load "gnus-sum.el" t t t))
1513     (require 'gnus)
1514     (require 'gnus-art)))
1515
1516 ;; MIME stuff.
1517
1518 (defvar gnus-decode-encoded-word-methods
1519   '(mail-decode-encoded-word-string)
1520   "List of methods used to decode encoded words.
1521
1522 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
1523 is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
1524 \(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
1525 whose names match REGEXP.
1526
1527 For example:
1528 \((\"chinese\" . gnus-decode-encoded-word-string-by-guess)
1529  mail-decode-encoded-word-string
1530  (\"chinese\" . rfc1843-decode-string))")
1531
1532 (defvar gnus-decode-encoded-word-methods-cache nil)
1533
1534 (defun gnus-multi-decode-encoded-word-string (string)
1535   "Apply the functions from `gnus-encoded-word-methods' that match."
1536   (unless (and gnus-decode-encoded-word-methods-cache
1537                (eq gnus-newsgroup-name
1538                    (car gnus-decode-encoded-word-methods-cache)))
1539     (setq gnus-decode-encoded-word-methods-cache (list gnus-newsgroup-name))
1540     (mapcar (lambda (x)
1541               (if (symbolp x)
1542                   (nconc gnus-decode-encoded-word-methods-cache (list x))
1543                 (if (and gnus-newsgroup-name
1544                          (string-match (car x) gnus-newsgroup-name))
1545                     (nconc gnus-decode-encoded-word-methods-cache
1546                            (list (cdr x))))))
1547             gnus-decode-encoded-word-methods))
1548   (let ((xlist gnus-decode-encoded-word-methods-cache))
1549     (pop xlist)
1550     (while xlist
1551       (setq string (funcall (pop xlist) string))))
1552   string)
1553
1554 ;; Subject simplification.
1555
1556 (defun gnus-simplify-whitespace (str)
1557   "Remove excessive whitespace from STR."
1558   ;; Multiple spaces.
1559   (while (string-match "[ \t][ \t]+" str)
1560     (setq str (concat (substring str 0 (match-beginning 0))
1561                         " "
1562                         (substring str (match-end 0)))))
1563   ;; Leading spaces.
1564   (when (string-match "^[ \t]+" str)
1565     (setq str (substring str (match-end 0))))
1566   ;; Trailing spaces.
1567   (when (string-match "[ \t]+$" str)
1568     (setq str (substring str 0 (match-beginning 0))))
1569   str)
1570
1571 (defun gnus-simplify-all-whitespace (str)
1572   "Remove all whitespace from STR."
1573   (while (string-match "[ \t\n]+" str)
1574     (setq str (replace-match "" nil nil str)))
1575   str)
1576
1577 (defsubst gnus-simplify-subject-re (subject)
1578   "Remove \"Re:\" from subject lines."
1579   (if (string-match message-subject-re-regexp subject)
1580       (substring subject (match-end 0))
1581     subject))
1582
1583 (defun gnus-simplify-subject (subject &optional re-only)
1584   "Remove `Re:' and words in parentheses.
1585 If RE-ONLY is non-nil, strip leading `Re:'s only."
1586   (let ((case-fold-search t))           ;Ignore case.
1587     ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
1588     (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
1589       (setq subject (substring subject (match-end 0))))
1590     ;; Remove uninteresting prefixes.
1591     (when (and (not re-only)
1592                gnus-simplify-ignored-prefixes
1593                (string-match gnus-simplify-ignored-prefixes subject))
1594       (setq subject (substring subject (match-end 0))))
1595     ;; Remove words in parentheses from end.
1596     (unless re-only
1597       (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
1598         (setq subject (substring subject 0 (match-beginning 0)))))
1599     ;; Return subject string.
1600     subject))
1601
1602 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
1603 ;; all whitespace.
1604 (defsubst gnus-simplify-buffer-fuzzy-step (regexp &optional newtext)
1605   (goto-char (point-min))
1606   (while (re-search-forward regexp nil t)
1607     (replace-match (or newtext ""))))
1608
1609 (defun gnus-simplify-buffer-fuzzy ()
1610   "Simplify string in the buffer fuzzily.
1611 The string in the accessible portion of the current buffer is simplified.
1612 It is assumed to be a single-line subject.
1613 Whitespace is generally cleaned up, and miscellaneous leading/trailing
1614 matter is removed.  Additional things can be deleted by setting
1615 `gnus-simplify-subject-fuzzy-regexp'."
1616   (let ((case-fold-search t)
1617         (modified-tick))
1618     (gnus-simplify-buffer-fuzzy-step "\t" " ")
1619
1620     (while (not (eq modified-tick (buffer-modified-tick)))
1621       (setq modified-tick (buffer-modified-tick))
1622       (cond
1623        ((listp gnus-simplify-subject-fuzzy-regexp)
1624         (mapcar 'gnus-simplify-buffer-fuzzy-step
1625                 gnus-simplify-subject-fuzzy-regexp))
1626        (gnus-simplify-subject-fuzzy-regexp
1627         (gnus-simplify-buffer-fuzzy-step gnus-simplify-subject-fuzzy-regexp)))
1628       (gnus-simplify-buffer-fuzzy-step "^ *\\[[-+?*!][-+?*!]\\] *")
1629       (gnus-simplify-buffer-fuzzy-step
1630        "^ *\\(re\\|fw\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
1631       (gnus-simplify-buffer-fuzzy-step "^[[].*:\\( .*\\)[]]$" "\\1"))
1632
1633     (gnus-simplify-buffer-fuzzy-step " *[[{(][^()\n]*[]})] *$")
1634     (gnus-simplify-buffer-fuzzy-step "  +" " ")
1635     (gnus-simplify-buffer-fuzzy-step " $")
1636     (gnus-simplify-buffer-fuzzy-step "^ +")))
1637
1638 (defun gnus-simplify-subject-fuzzy (subject)
1639   "Simplify a subject string fuzzily.
1640 See `gnus-simplify-buffer-fuzzy' for details."
1641   (save-excursion
1642     (gnus-set-work-buffer)
1643     (let ((case-fold-search t))
1644       ;; Remove uninteresting prefixes.
1645       (when (and gnus-simplify-ignored-prefixes
1646                  (string-match gnus-simplify-ignored-prefixes subject))
1647         (setq subject (substring subject (match-end 0))))
1648       (insert subject)
1649       (inline (gnus-simplify-buffer-fuzzy))
1650       (buffer-string))))
1651
1652 (defsubst gnus-simplify-subject-fully (subject)
1653   "Simplify a subject string according to `gnus-summary-gather-subject-limit'."
1654   (cond
1655    (gnus-simplify-subject-functions
1656     (gnus-map-function gnus-simplify-subject-functions subject))
1657    ((null gnus-summary-gather-subject-limit)
1658     (gnus-simplify-subject-re subject))
1659    ((eq gnus-summary-gather-subject-limit 'fuzzy)
1660     (gnus-simplify-subject-fuzzy subject))
1661    ((numberp gnus-summary-gather-subject-limit)
1662     (gnus-limit-string (gnus-simplify-subject-re subject)
1663                        gnus-summary-gather-subject-limit))
1664    (t
1665     subject)))
1666
1667 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
1668   "Check whether two subjects are equal.
1669 If optional argument SIMPLE-FIRST is t, first argument is already
1670 simplified."
1671   (cond
1672    ((null simple-first)
1673     (equal (gnus-simplify-subject-fully s1)
1674            (gnus-simplify-subject-fully s2)))
1675    (t
1676     (equal s1
1677            (gnus-simplify-subject-fully s2)))))
1678
1679 (defun gnus-summary-bubble-group ()
1680   "Increase the score of the current group.
1681 This is a handy function to add to `gnus-summary-exit-hook' to
1682 increase the score of each group you read."
1683   (gnus-group-add-score gnus-newsgroup-name))
1684
1685 \f
1686 ;;;
1687 ;;; Gnus summary mode
1688 ;;;
1689
1690 (put 'gnus-summary-mode 'mode-class 'special)
1691
1692 (defvar gnus-article-commands-menu)
1693
1694 ;; Non-orthogonal keys
1695
1696 (gnus-define-keys gnus-summary-mode-map
1697   " " gnus-summary-next-page
1698   "\177" gnus-summary-prev-page
1699   [delete] gnus-summary-prev-page
1700   [backspace] gnus-summary-prev-page
1701   "\r" gnus-summary-scroll-up
1702   "\M-\r" gnus-summary-scroll-down
1703   "n" gnus-summary-next-unread-article
1704   "p" gnus-summary-prev-unread-article
1705   "N" gnus-summary-next-article
1706   "P" gnus-summary-prev-article
1707   "\M-\C-n" gnus-summary-next-same-subject
1708   "\M-\C-p" gnus-summary-prev-same-subject
1709   "\M-n" gnus-summary-next-unread-subject
1710   "\M-p" gnus-summary-prev-unread-subject
1711   "." gnus-summary-first-unread-article
1712   "," gnus-summary-best-unread-article
1713   "\M-s" gnus-summary-search-article-forward
1714   "\M-r" gnus-summary-search-article-backward
1715   "<" gnus-summary-beginning-of-article
1716   ">" gnus-summary-end-of-article
1717   "j" gnus-summary-goto-article
1718   "^" gnus-summary-refer-parent-article
1719   "\M-^" gnus-summary-refer-article
1720   "u" gnus-summary-tick-article-forward
1721   "!" gnus-summary-tick-article-forward
1722   "U" gnus-summary-tick-article-backward
1723   "d" gnus-summary-mark-as-read-forward
1724   "D" gnus-summary-mark-as-read-backward
1725   "E" gnus-summary-mark-as-expirable
1726   "\M-u" gnus-summary-clear-mark-forward
1727   "\M-U" gnus-summary-clear-mark-backward
1728   "k" gnus-summary-kill-same-subject-and-select
1729   "\C-k" gnus-summary-kill-same-subject
1730   "\M-\C-k" gnus-summary-kill-thread
1731   "\M-\C-l" gnus-summary-lower-thread
1732   "e" gnus-summary-edit-article
1733   "#" gnus-summary-mark-as-processable
1734   "\M-#" gnus-summary-unmark-as-processable
1735   "\M-\C-t" gnus-summary-toggle-threads
1736   "\M-\C-s" gnus-summary-show-thread
1737   "\M-\C-h" gnus-summary-hide-thread
1738   "\M-\C-f" gnus-summary-next-thread
1739   "\M-\C-b" gnus-summary-prev-thread
1740   [(meta down)] gnus-summary-next-thread
1741   [(meta up)] gnus-summary-prev-thread
1742   "\M-\C-u" gnus-summary-up-thread
1743   "\M-\C-d" gnus-summary-down-thread
1744   "&" gnus-summary-execute-command
1745   "c" gnus-summary-catchup-and-exit
1746   "\C-w" gnus-summary-mark-region-as-read
1747   "\C-t" gnus-summary-toggle-truncation
1748   "?" gnus-summary-mark-as-dormant
1749   "\C-c\M-\C-s" gnus-summary-limit-include-expunged
1750   "\C-c\C-s\C-n" gnus-summary-sort-by-number
1751   "\C-c\C-s\C-l" gnus-summary-sort-by-lines
1752   "\C-c\C-s\C-c" gnus-summary-sort-by-chars
1753   "\C-c\C-s\C-a" gnus-summary-sort-by-author
1754   "\C-c\C-s\C-t" gnus-summary-sort-by-recipient
1755   "\C-c\C-s\C-s" gnus-summary-sort-by-subject
1756   "\C-c\C-s\C-d" gnus-summary-sort-by-date
1757   "\C-c\C-s\C-i" gnus-summary-sort-by-score
1758   "\C-c\C-s\C-o" gnus-summary-sort-by-original
1759   "\C-c\C-s\C-r" gnus-summary-sort-by-random
1760   "=" gnus-summary-expand-window
1761   "\C-x\C-s" gnus-summary-reselect-current-group
1762   "\M-g" gnus-summary-rescan-group
1763   "w" gnus-summary-stop-page-breaking
1764   "\C-c\C-r" gnus-summary-caesar-message
1765   "f" gnus-summary-followup
1766   "F" gnus-summary-followup-with-original
1767   "C" gnus-summary-cancel-article
1768   "r" gnus-summary-reply
1769   "R" gnus-summary-reply-with-original
1770   "\C-c\C-f" gnus-summary-mail-forward
1771   "o" gnus-summary-save-article
1772   "\C-o" gnus-summary-save-article-mail
1773   "|" gnus-summary-pipe-output
1774   "\M-k" gnus-summary-edit-local-kill
1775   "\M-K" gnus-summary-edit-global-kill
1776   ;; "V" gnus-version
1777   "\C-c\C-d" gnus-summary-describe-group
1778   "q" gnus-summary-exit
1779   "Q" gnus-summary-exit-no-update
1780   "\C-c\C-i" gnus-info-find-node
1781   gnus-mouse-2 gnus-mouse-pick-article
1782   [follow-link] mouse-face
1783   "m" gnus-summary-mail-other-window
1784   "a" gnus-summary-post-news
1785   "i" gnus-summary-news-other-window
1786   "x" gnus-summary-limit-to-unread
1787   "s" gnus-summary-isearch-article
1788   "t" gnus-summary-toggle-header
1789   "g" gnus-summary-show-article
1790   "l" gnus-summary-goto-last-article
1791   "\C-c\C-v\C-v" gnus-uu-decode-uu-view
1792   "\C-d" gnus-summary-enter-digest-group
1793   "\M-\C-d" gnus-summary-read-document
1794   "\M-\C-e" gnus-summary-edit-parameters
1795   "\M-\C-a" gnus-summary-customize-parameters
1796   "\C-c\C-b" gnus-bug
1797   "*" gnus-cache-enter-article
1798   "\M-*" gnus-cache-remove-article
1799   "\M-&" gnus-summary-universal-argument
1800   "\C-l" gnus-recenter
1801   "I" gnus-summary-increase-score
1802   "L" gnus-summary-lower-score
1803   "\M-i" gnus-symbolic-argument
1804   "h" gnus-summary-select-article-buffer
1805
1806   "b" gnus-article-view-part
1807   "\M-t" gnus-summary-toggle-display-buttonized
1808
1809   "V" gnus-summary-score-map
1810   "X" gnus-uu-extract-map
1811   "S" gnus-summary-send-map)
1812
1813 ;; Sort of orthogonal keymap
1814 (gnus-define-keys (gnus-summary-mark-map "M" gnus-summary-mode-map)
1815   "t" gnus-summary-tick-article-forward
1816   "!" gnus-summary-tick-article-forward
1817   "d" gnus-summary-mark-as-read-forward
1818   "r" gnus-summary-mark-as-read-forward
1819   "c" gnus-summary-clear-mark-forward
1820   " " gnus-summary-clear-mark-forward
1821   "e" gnus-summary-mark-as-expirable
1822   "x" gnus-summary-mark-as-expirable
1823   "?" gnus-summary-mark-as-dormant
1824   "b" gnus-summary-set-bookmark
1825   "B" gnus-summary-remove-bookmark
1826   "#" gnus-summary-mark-as-processable
1827   "\M-#" gnus-summary-unmark-as-processable
1828   "S" gnus-summary-limit-include-expunged
1829   "C" gnus-summary-catchup
1830   "H" gnus-summary-catchup-to-here
1831   "h" gnus-summary-catchup-from-here
1832   "\C-c" gnus-summary-catchup-all
1833   "k" gnus-summary-kill-same-subject-and-select
1834   "K" gnus-summary-kill-same-subject
1835   "P" gnus-uu-mark-map)
1836
1837 (gnus-define-keys (gnus-summary-mscore-map "V" gnus-summary-mark-map)
1838   "c" gnus-summary-clear-above
1839   "u" gnus-summary-tick-above
1840   "m" gnus-summary-mark-above
1841   "k" gnus-summary-kill-below)
1842
1843 (gnus-define-keys (gnus-summary-limit-map "/" gnus-summary-mode-map)
1844   "/" gnus-summary-limit-to-subject
1845   "n" gnus-summary-limit-to-articles
1846   "w" gnus-summary-pop-limit
1847   "s" gnus-summary-limit-to-subject
1848   "a" gnus-summary-limit-to-author
1849   "u" gnus-summary-limit-to-unread
1850   "m" gnus-summary-limit-to-marks
1851   "M" gnus-summary-limit-exclude-marks
1852   "v" gnus-summary-limit-to-score
1853   "*" gnus-summary-limit-include-cached
1854   "D" gnus-summary-limit-include-dormant
1855   "T" gnus-summary-limit-include-thread
1856   "d" gnus-summary-limit-exclude-dormant
1857   "t" gnus-summary-limit-to-age
1858   "." gnus-summary-limit-to-unseen
1859   "x" gnus-summary-limit-to-extra
1860   "p" gnus-summary-limit-to-display-predicate
1861   "E" gnus-summary-limit-include-expunged
1862   "c" gnus-summary-limit-exclude-childless-dormant
1863   "C" gnus-summary-limit-mark-excluded-as-read
1864   "o" gnus-summary-insert-old-articles
1865   "N" gnus-summary-insert-new-articles
1866   "r" gnus-summary-limit-to-replied
1867   "R" gnus-summary-limit-to-recipient)
1868
1869 (gnus-define-keys (gnus-summary-goto-map "G" gnus-summary-mode-map)
1870   "n" gnus-summary-next-unread-article
1871   "p" gnus-summary-prev-unread-article
1872   "N" gnus-summary-next-article
1873   "P" gnus-summary-prev-article
1874   "\C-n" gnus-summary-next-same-subject
1875   "\C-p" gnus-summary-prev-same-subject
1876   "\M-n" gnus-summary-next-unread-subject
1877   "\M-p" gnus-summary-prev-unread-subject
1878   "f" gnus-summary-first-unread-article
1879   "b" gnus-summary-best-unread-article
1880   "j" gnus-summary-goto-article
1881   "g" gnus-summary-goto-subject
1882   "l" gnus-summary-goto-last-article
1883   "o" gnus-summary-pop-article)
1884
1885 (gnus-define-keys (gnus-summary-thread-map "T" gnus-summary-mode-map)
1886   "k" gnus-summary-kill-thread
1887   "l" gnus-summary-lower-thread
1888   "i" gnus-summary-raise-thread
1889   "T" gnus-summary-toggle-threads
1890   "t" gnus-summary-rethread-current
1891   "^" gnus-summary-reparent-thread
1892   "s" gnus-summary-show-thread
1893   "S" gnus-summary-show-all-threads
1894   "h" gnus-summary-hide-thread
1895   "H" gnus-summary-hide-all-threads
1896   "n" gnus-summary-next-thread
1897   "p" gnus-summary-prev-thread
1898   "u" gnus-summary-up-thread
1899   "o" gnus-summary-top-thread
1900   "d" gnus-summary-down-thread
1901   "#" gnus-uu-mark-thread
1902   "\M-#" gnus-uu-unmark-thread)
1903
1904 (gnus-define-keys (gnus-summary-buffer-map "Y" gnus-summary-mode-map)
1905   "g" gnus-summary-prepare
1906   "c" gnus-summary-insert-cached-articles
1907   "d" gnus-summary-insert-dormant-articles)
1908
1909 (gnus-define-keys (gnus-summary-exit-map "Z" gnus-summary-mode-map)
1910   "c" gnus-summary-catchup-and-exit
1911   "C" gnus-summary-catchup-all-and-exit
1912   "E" gnus-summary-exit-no-update
1913   "Q" gnus-summary-exit
1914   "Z" gnus-summary-exit
1915   "n" gnus-summary-catchup-and-goto-next-group
1916   "p" gnus-summary-catchup-and-goto-prev-group
1917   "R" gnus-summary-reselect-current-group
1918   "G" gnus-summary-rescan-group
1919   "N" gnus-summary-next-group
1920   "s" gnus-summary-save-newsrc
1921   "P" gnus-summary-prev-group)
1922
1923 (gnus-define-keys (gnus-summary-article-map "A" gnus-summary-mode-map)
1924   " " gnus-summary-next-page
1925   "n" gnus-summary-next-page
1926   "\177" gnus-summary-prev-page
1927   [delete] gnus-summary-prev-page
1928   "p" gnus-summary-prev-page
1929   "\r" gnus-summary-scroll-up
1930   "\M-\r" gnus-summary-scroll-down
1931   "<" gnus-summary-beginning-of-article
1932   ">" gnus-summary-end-of-article
1933   "b" gnus-summary-beginning-of-article
1934   "e" gnus-summary-end-of-article
1935   "^" gnus-summary-refer-parent-article
1936   "r" gnus-summary-refer-parent-article
1937   "D" gnus-summary-enter-digest-group
1938   "R" gnus-summary-refer-references
1939   "T" gnus-summary-refer-thread
1940   "g" gnus-summary-show-article
1941   "s" gnus-summary-isearch-article
1942   "P" gnus-summary-print-article
1943   "M" gnus-mailing-list-insinuate
1944   "t" gnus-article-babel)
1945
1946 (gnus-define-keys (gnus-summary-wash-map "W" gnus-summary-mode-map)
1947   "b" gnus-article-add-buttons
1948   "B" gnus-article-add-buttons-to-head
1949   "o" gnus-article-treat-overstrike
1950   "e" gnus-article-emphasize
1951   "w" gnus-article-fill-cited-article
1952   "Q" gnus-article-fill-long-lines
1953   "C" gnus-article-capitalize-sentences
1954   "c" gnus-article-remove-cr
1955   "q" gnus-article-de-quoted-unreadable
1956   "6" gnus-article-de-base64-unreadable
1957   "Z" gnus-article-decode-HZ
1958   "A" gnus-article-treat-ansi-sequences
1959   "h" gnus-article-wash-html
1960   "u" gnus-article-unsplit-urls
1961   "s" gnus-summary-force-verify-and-decrypt
1962   "f" gnus-article-display-x-face
1963   "l" gnus-summary-stop-page-breaking
1964   "r" gnus-summary-caesar-message
1965   "m" gnus-summary-morse-message
1966   "t" gnus-summary-toggle-header
1967   "g" gnus-treat-smiley
1968   "v" gnus-summary-verbose-headers
1969   "a" gnus-article-strip-headers-in-body ;; mnemonic: wash archive
1970   "p" gnus-article-verify-x-pgp-sig
1971   "d" gnus-article-treat-dumbquotes
1972   "i" gnus-summary-idna-message)
1973
1974 (gnus-define-keys (gnus-summary-wash-deuglify-map "Y" gnus-summary-wash-map)
1975   ;; mnemonic: deuglif*Y*
1976   "u" gnus-article-outlook-unwrap-lines
1977   "a" gnus-article-outlook-repair-attribution
1978   "c" gnus-article-outlook-rearrange-citation
1979   "f" gnus-article-outlook-deuglify-article) ;; mnemonic: full deuglify
1980
1981 (gnus-define-keys (gnus-summary-wash-hide-map "W" gnus-summary-wash-map)
1982   "a" gnus-article-hide
1983   "h" gnus-article-hide-headers
1984   "b" gnus-article-hide-boring-headers
1985   "s" gnus-article-hide-signature
1986   "c" gnus-article-hide-citation
1987   "C" gnus-article-hide-citation-in-followups
1988   "l" gnus-article-hide-list-identifiers
1989   "B" gnus-article-strip-banner
1990   "P" gnus-article-hide-pem
1991   "\C-c" gnus-article-hide-citation-maybe)
1992
1993 (gnus-define-keys (gnus-summary-wash-highlight-map "H" gnus-summary-wash-map)
1994   "a" gnus-article-highlight
1995   "h" gnus-article-highlight-headers
1996   "c" gnus-article-highlight-citation
1997   "s" gnus-article-highlight-signature)
1998
1999 (gnus-define-keys (gnus-summary-wash-header-map "G" gnus-summary-wash-map)
2000   "f" gnus-article-treat-fold-headers
2001   "u" gnus-article-treat-unfold-headers
2002   "n" gnus-article-treat-fold-newsgroups)
2003
2004 (gnus-define-keys (gnus-summary-wash-display-map "D" gnus-summary-wash-map)
2005   "x" gnus-article-display-x-face
2006   "d" gnus-article-display-face
2007   "s" gnus-treat-smiley
2008   "D" gnus-article-remove-images
2009   "f" gnus-treat-from-picon
2010   "m" gnus-treat-mail-picon
2011   "n" gnus-treat-newsgroups-picon)
2012
2013 (gnus-define-keys (gnus-summary-wash-mime-map "M" gnus-summary-wash-map)
2014   "w" gnus-article-decode-mime-words
2015   "c" gnus-article-decode-charset
2016   "v" gnus-mime-view-all-parts
2017   "b" gnus-article-view-part)
2018
2019 (gnus-define-keys (gnus-summary-wash-time-map "T" gnus-summary-wash-map)
2020   "z" gnus-article-date-ut
2021   "u" gnus-article-date-ut
2022   "l" gnus-article-date-local
2023   "p" gnus-article-date-english
2024   "e" gnus-article-date-lapsed
2025   "o" gnus-article-date-original
2026   "i" gnus-article-date-iso8601
2027   "s" gnus-article-date-user)
2028
2029 (gnus-define-keys (gnus-summary-wash-empty-map "E" gnus-summary-wash-map)
2030   "t" gnus-article-remove-trailing-blank-lines
2031   "l" gnus-article-strip-leading-blank-lines
2032   "m" gnus-article-strip-multiple-blank-lines
2033   "a" gnus-article-strip-blank-lines
2034   "A" gnus-article-strip-all-blank-lines
2035   "s" gnus-article-strip-leading-space
2036   "e" gnus-article-strip-trailing-space
2037   "w" gnus-article-remove-leading-whitespace)
2038
2039 (gnus-define-keys (gnus-summary-help-map "H" gnus-summary-mode-map)
2040   "v" gnus-version
2041   "f" gnus-summary-fetch-faq
2042   "d" gnus-summary-describe-group
2043   "h" gnus-summary-describe-briefly
2044   "i" gnus-info-find-node
2045   "c" gnus-group-fetch-charter
2046   "C" gnus-group-fetch-control)
2047
2048 (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
2049   "e" gnus-summary-expire-articles
2050   "\M-\C-e" gnus-summary-expire-articles-now
2051   "\177" gnus-summary-delete-article
2052   [delete] gnus-summary-delete-article
2053   [backspace] gnus-summary-delete-article
2054   "m" gnus-summary-move-article
2055   "r" gnus-summary-respool-article
2056   "w" gnus-summary-edit-article
2057   "c" gnus-summary-copy-article
2058   "B" gnus-summary-crosspost-article
2059   "q" gnus-summary-respool-query
2060   "t" gnus-summary-respool-trace
2061   "i" gnus-summary-import-article
2062   "I" gnus-summary-create-article
2063   "p" gnus-summary-article-posted-p)
2064
2065 (gnus-define-keys (gnus-summary-save-map "O" gnus-summary-mode-map)
2066   "o" gnus-summary-save-article
2067   "m" gnus-summary-save-article-mail
2068   "F" gnus-summary-write-article-file
2069   "r" gnus-summary-save-article-rmail
2070   "f" gnus-summary-save-article-file
2071   "b" gnus-summary-save-article-body-file
2072   "h" gnus-summary-save-article-folder
2073   "v" gnus-summary-save-article-vm
2074   "p" gnus-summary-pipe-output
2075   "P" gnus-summary-muttprint
2076   "s" gnus-soup-add-article)
2077
2078 (gnus-define-keys (gnus-summary-mime-map "K" gnus-summary-mode-map)
2079   "b" gnus-summary-display-buttonized
2080   "m" gnus-summary-repair-multipart
2081   "v" gnus-article-view-part
2082   "o" gnus-article-save-part
2083   "O" gnus-article-save-part-and-strip
2084   "r" gnus-article-replace-part
2085   "d" gnus-article-delete-part
2086   "j" gnus-article-jump-to-part
2087   "c" gnus-article-copy-part
2088   "C" gnus-article-view-part-as-charset
2089   "e" gnus-article-view-part-externally
2090   "E" gnus-article-encrypt-body
2091   "i" gnus-article-inline-part
2092   "|" gnus-article-pipe-part)
2093
2094 (gnus-define-keys (gnus-uu-mark-map "P" gnus-summary-mark-map)
2095   "p" gnus-summary-mark-as-processable
2096   "u" gnus-summary-unmark-as-processable
2097   "U" gnus-summary-unmark-all-processable
2098   "v" gnus-uu-mark-over
2099   "s" gnus-uu-mark-series
2100   "r" gnus-uu-mark-region
2101   "g" gnus-uu-unmark-region
2102   "R" gnus-uu-mark-by-regexp
2103   "G" gnus-uu-unmark-by-regexp
2104   "t" gnus-uu-mark-thread
2105   "T" gnus-uu-unmark-thread
2106   "a" gnus-uu-mark-all
2107   "b" gnus-uu-mark-buffer
2108   "S" gnus-uu-mark-sparse
2109   "k" gnus-summary-kill-process-mark
2110   "y" gnus-summary-yank-process-mark
2111   "w" gnus-summary-save-process-mark
2112   "i" gnus-uu-invert-processable)
2113
2114 (gnus-define-keys (gnus-uu-extract-map "X" gnus-summary-mode-map)
2115   ;;"x" gnus-uu-extract-any
2116   "m" gnus-summary-save-parts
2117   "u" gnus-uu-decode-uu
2118   "U" gnus-uu-decode-uu-and-save
2119   "s" gnus-uu-decode-unshar
2120   "S" gnus-uu-decode-unshar-and-save
2121   "o" gnus-uu-decode-save
2122   "O" gnus-uu-decode-save
2123   "b" gnus-uu-decode-binhex
2124   "B" gnus-uu-decode-binhex
2125   "p" gnus-uu-decode-postscript
2126   "P" gnus-uu-decode-postscript-and-save)
2127
2128 (gnus-define-keys
2129     (gnus-uu-extract-view-map "v" gnus-uu-extract-map)
2130   "u" gnus-uu-decode-uu-view
2131   "U" gnus-uu-decode-uu-and-save-view
2132   "s" gnus-uu-decode-unshar-view
2133   "S" gnus-uu-decode-unshar-and-save-view
2134   "o" gnus-uu-decode-save-view
2135   "O" gnus-uu-decode-save-view
2136   "b" gnus-uu-decode-binhex-view
2137   "B" gnus-uu-decode-binhex-view
2138   "p" gnus-uu-decode-postscript-view
2139   "P" gnus-uu-decode-postscript-and-save-view)
2140
2141 (defvar gnus-article-post-menu nil)
2142
2143 (defconst gnus-summary-menu-maxlen 20)
2144
2145 (defun gnus-summary-menu-split (menu)
2146   ;; If we have lots of elements, divide them into groups of 20
2147   ;; and make a pane (or submenu) for each one.
2148   (if (> (length menu) (/ (* gnus-summary-menu-maxlen 3) 2))
2149       (let ((menu menu) sublists next
2150             (i 1))
2151         (while menu
2152           ;; Pull off the next gnus-summary-menu-maxlen elements
2153           ;; and make them the next element of sublist.
2154           (setq next (nthcdr gnus-summary-menu-maxlen menu))
2155           (if next
2156               (setcdr (nthcdr (1- gnus-summary-menu-maxlen) menu)
2157                       nil))
2158           (setq sublists (cons (cons (format "%s ... %s" (aref (car menu) 0)
2159                                              (aref (car (last menu)) 0)) menu)
2160                                sublists))
2161           (setq i (1+ i))
2162           (setq menu next))
2163         (nreverse sublists))
2164     ;; Few elements--put them all in one pane.
2165     menu))
2166
2167 (defun gnus-summary-make-menu-bar ()
2168   (gnus-turn-off-edit-menu 'summary)
2169
2170   (unless (boundp 'gnus-summary-misc-menu)
2171
2172     (easy-menu-define
2173       gnus-summary-kill-menu gnus-summary-mode-map ""
2174       (cons
2175        "Score"
2176        (nconc
2177         (list
2178          ["Customize" gnus-score-customize t])
2179         (gnus-make-score-map 'increase)
2180         (gnus-make-score-map 'lower)
2181         '(("Mark"
2182            ["Kill below" gnus-summary-kill-below t]
2183            ["Mark above" gnus-summary-mark-above t]
2184            ["Tick above" gnus-summary-tick-above t]
2185            ["Clear above" gnus-summary-clear-above t])
2186           ["Current score" gnus-summary-current-score t]
2187           ["Set score" gnus-summary-set-score t]
2188           ["Switch current score file..." gnus-score-change-score-file t]
2189           ["Set mark below..." gnus-score-set-mark-below t]
2190           ["Set expunge below..." gnus-score-set-expunge-below t]
2191           ["Edit current score file" gnus-score-edit-current-scores t]
2192           ["Edit score file" gnus-score-edit-file t]
2193           ["Trace score" gnus-score-find-trace t]
2194           ["Find words" gnus-score-find-favourite-words t]
2195           ["Rescore buffer" gnus-summary-rescore t]
2196           ["Increase score..." gnus-summary-increase-score t]
2197           ["Lower score..." gnus-summary-lower-score t]))))
2198
2199     ;; Define both the Article menu in the summary buffer and the
2200     ;; equivalent Commands menu in the article buffer here for
2201     ;; consistency.
2202     (let ((innards
2203            `(("Hide"
2204               ["All" gnus-article-hide t]
2205               ["Headers" gnus-article-hide-headers t]
2206               ["Signature" gnus-article-hide-signature t]
2207               ["Citation" gnus-article-hide-citation t]
2208               ["List identifiers" gnus-article-hide-list-identifiers t]
2209               ["Banner" gnus-article-strip-banner t]
2210               ["Boring headers" gnus-article-hide-boring-headers t])
2211              ("Highlight"
2212               ["All" gnus-article-highlight t]
2213               ["Headers" gnus-article-highlight-headers t]
2214               ["Signature" gnus-article-highlight-signature t]
2215               ["Citation" gnus-article-highlight-citation t])
2216              ("MIME"
2217               ["Words" gnus-article-decode-mime-words t]
2218               ["Charset" gnus-article-decode-charset t]
2219               ["QP" gnus-article-de-quoted-unreadable t]
2220               ["Base64" gnus-article-de-base64-unreadable t]
2221               ["View MIME buttons" gnus-summary-display-buttonized t]
2222               ["View all" gnus-mime-view-all-parts t]
2223               ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt t]
2224               ["Encrypt body" gnus-article-encrypt-body
2225                :active (not (gnus-group-read-only-p))
2226                ,@(if (featurep 'xemacs) nil
2227                    '(:help "Encrypt the message body on disk"))]
2228               ["Extract all parts..." gnus-summary-save-parts t]
2229               ("Multipart"
2230                ["Repair multipart" gnus-summary-repair-multipart t]
2231                ["Pipe part..." gnus-article-pipe-part t]
2232                ["Inline part" gnus-article-inline-part t]
2233                ["Encrypt body" gnus-article-encrypt-body
2234                 :active (not (gnus-group-read-only-p))
2235                ,@(if (featurep 'xemacs) nil
2236                    '(:help "Encrypt the message body on disk"))]
2237                ["View part externally" gnus-article-view-part-externally t]
2238                ["View part with charset..." gnus-article-view-part-as-charset t]
2239                ["Copy part" gnus-article-copy-part t]
2240                ["Save part..." gnus-article-save-part t]
2241                ["View part" gnus-article-view-part t]))
2242              ("Date"
2243               ["Local" gnus-article-date-local t]
2244               ["ISO8601" gnus-article-date-iso8601 t]
2245               ["UT" gnus-article-date-ut t]
2246               ["Original" gnus-article-date-original t]
2247               ["Lapsed" gnus-article-date-lapsed t]
2248               ["User-defined" gnus-article-date-user t])
2249              ("Display"
2250               ["Remove images" gnus-article-remove-images t]
2251               ["Toggle smiley" gnus-treat-smiley t]
2252               ["Show X-Face" gnus-article-display-x-face t]
2253               ["Show picons in From" gnus-treat-from-picon t]
2254               ["Show picons in mail headers" gnus-treat-mail-picon t]
2255               ["Show picons in news headers" gnus-treat-newsgroups-picon t]
2256               ("View as different encoding"
2257                ,@(gnus-summary-menu-split
2258                   (mapcar
2259                    (lambda (cs)
2260                      ;; Since easymenu under Emacs doesn't allow
2261                      ;; lambda forms for menu commands, we should
2262                      ;; provide intern'ed function symbols.
2263                      (let ((command (intern (format "\
2264 gnus-summary-show-article-from-menu-as-charset-%s" cs))))
2265                        (fset command
2266                              `(lambda ()
2267                                 (interactive)
2268                                 (let ((gnus-summary-show-article-charset-alist
2269                                        '((1 . ,cs))))
2270                                   (gnus-summary-show-article 1))))
2271                        `[,(symbol-name cs) ,command t]))
2272                    (sort (if (fboundp 'coding-system-list)
2273                              (coding-system-list)
2274                            (mapcar 'car mm-mime-mule-charset-alist))
2275                          'string<)))))
2276              ("Washing"
2277               ("Remove Blanks"
2278                ["Leading" gnus-article-strip-leading-blank-lines t]
2279                ["Multiple" gnus-article-strip-multiple-blank-lines t]
2280                ["Trailing" gnus-article-remove-trailing-blank-lines t]
2281                ["All of the above" gnus-article-strip-blank-lines t]
2282                ["All" gnus-article-strip-all-blank-lines t]
2283                ["Leading space" gnus-article-strip-leading-space t]
2284                ["Trailing space" gnus-article-strip-trailing-space t]
2285                ["Leading space in headers"
2286                 gnus-article-remove-leading-whitespace t])
2287               ["Overstrike" gnus-article-treat-overstrike t]
2288               ["Dumb quotes" gnus-article-treat-dumbquotes t]
2289               ["Emphasis" gnus-article-emphasize t]
2290               ["Word wrap" gnus-article-fill-cited-article t]
2291               ["Fill long lines" gnus-article-fill-long-lines t]
2292               ["Capitalize sentences" gnus-article-capitalize-sentences t]
2293               ["Remove CR" gnus-article-remove-cr t]
2294               ["Quoted-Printable" gnus-article-de-quoted-unreadable t]
2295               ["Base64" gnus-article-de-base64-unreadable t]
2296               ["Rot 13" gnus-summary-caesar-message
2297                ,@(if (featurep 'xemacs) '(t)
2298                    '(:help "\"Caesar rotate\" article by 13"))]
2299               ["De-IDNA" gnus-summary-idna-message t]
2300               ["Morse decode" gnus-summary-morse-message t]
2301               ["Unix pipe..." gnus-summary-pipe-message t]
2302               ["Add buttons" gnus-article-add-buttons t]
2303               ["Add buttons to head" gnus-article-add-buttons-to-head t]
2304               ["Stop page breaking" gnus-summary-stop-page-breaking t]
2305               ["Verbose header" gnus-summary-verbose-headers t]
2306               ["Toggle header" gnus-summary-toggle-header t]
2307               ["Unfold headers" gnus-article-treat-unfold-headers t]
2308               ["Fold newsgroups" gnus-article-treat-fold-newsgroups t]
2309               ["Html" gnus-article-wash-html t]
2310               ["Unsplit URLs" gnus-article-unsplit-urls t]
2311               ["Verify X-PGP-Sig" gnus-article-verify-x-pgp-sig t]
2312               ["Decode HZ" gnus-article-decode-HZ t]
2313               ["ANSI sequences" gnus-article-treat-ansi-sequences t]
2314               ("(Outlook) Deuglify"
2315                ["Unwrap lines" gnus-article-outlook-unwrap-lines t]
2316                ["Repair attribution" gnus-article-outlook-repair-attribution t]
2317                ["Rearrange citation" gnus-article-outlook-rearrange-citation t]
2318                ["Full (Outlook) deuglify"
2319                 gnus-article-outlook-deuglify-article t])
2320               )
2321              ("Output"
2322               ["Save in default format..." gnus-summary-save-article
2323                ,@(if (featurep 'xemacs) '(t)
2324                    '(:help "Save article using default method"))]
2325               ["Save in file..." gnus-summary-save-article-file
2326                ,@(if (featurep 'xemacs) '(t)
2327                    '(:help "Save article in file"))]
2328               ["Save in Unix mail format..." gnus-summary-save-article-mail t]
2329               ["Save in MH folder..." gnus-summary-save-article-folder t]
2330               ["Save in VM folder..." gnus-summary-save-article-vm t]
2331               ["Save in RMAIL mbox..." gnus-summary-save-article-rmail t]
2332               ["Save body in file..." gnus-summary-save-article-body-file t]
2333               ["Pipe through a filter..." gnus-summary-pipe-output t]
2334               ["Add to SOUP packet" gnus-soup-add-article t]
2335               ["Print with Muttprint..." gnus-summary-muttprint t]
2336               ["Print" gnus-summary-print-article
2337                ,@(if (featurep 'xemacs) '(t)
2338                    '(:help "Generate and print a PostScript image"))])
2339              ("Copy, move,... (Backend)"
2340               ,@(if (featurep 'xemacs) nil
2341                   '(:help "Copying, moving, expiring articles..."))
2342               ["Respool article..." gnus-summary-respool-article t]
2343               ["Move article..." gnus-summary-move-article
2344                (gnus-check-backend-function
2345                 'request-move-article gnus-newsgroup-name)]
2346               ["Copy article..." gnus-summary-copy-article t]
2347               ["Crosspost article..." gnus-summary-crosspost-article
2348                (gnus-check-backend-function
2349                 'request-replace-article gnus-newsgroup-name)]
2350               ["Import file..." gnus-summary-import-article
2351                (gnus-check-backend-function
2352                 'request-accept-article gnus-newsgroup-name)]
2353               ["Create article..." gnus-summary-create-article
2354                (gnus-check-backend-function
2355                 'request-accept-article gnus-newsgroup-name)]
2356               ["Check if posted" gnus-summary-article-posted-p t]
2357               ["Edit article" gnus-summary-edit-article
2358                (not (gnus-group-read-only-p))]
2359               ["Delete article" gnus-summary-delete-article
2360                (gnus-check-backend-function
2361                 'request-expire-articles gnus-newsgroup-name)]
2362               ["Query respool" gnus-summary-respool-query t]
2363               ["Trace respool" gnus-summary-respool-trace t]
2364               ["Delete expirable articles" gnus-summary-expire-articles-now
2365                (gnus-check-backend-function
2366                 'request-expire-articles gnus-newsgroup-name)])
2367              ("Extract"
2368               ["Uudecode" gnus-uu-decode-uu
2369                ,@(if (featurep 'xemacs) '(t)
2370                    '(:help "Decode uuencoded article(s)"))]
2371               ["Uudecode and save" gnus-uu-decode-uu-and-save t]
2372               ["Unshar" gnus-uu-decode-unshar t]
2373               ["Unshar and save" gnus-uu-decode-unshar-and-save t]
2374               ["Save" gnus-uu-decode-save t]
2375               ["Binhex" gnus-uu-decode-binhex t]
2376               ["Postscript" gnus-uu-decode-postscript t]
2377               ["All MIME parts" gnus-summary-save-parts t])
2378              ("Cache"
2379               ["Enter article" gnus-cache-enter-article t]
2380               ["Remove article" gnus-cache-remove-article t])
2381              ["Translate" gnus-article-babel t]
2382              ["Select article buffer" gnus-summary-select-article-buffer t]
2383              ["Enter digest buffer" gnus-summary-enter-digest-group t]
2384              ["Isearch article..." gnus-summary-isearch-article t]
2385              ["Beginning of the article" gnus-summary-beginning-of-article t]
2386              ["End of the article" gnus-summary-end-of-article t]
2387              ["Fetch parent of article" gnus-summary-refer-parent-article t]
2388              ["Fetch referenced articles" gnus-summary-refer-references t]
2389              ["Fetch current thread" gnus-summary-refer-thread t]
2390              ["Fetch article with id..." gnus-summary-refer-article t]
2391              ["Setup Mailing List Params" gnus-mailing-list-insinuate t]
2392              ["Redisplay" gnus-summary-show-article t]
2393              ["Raw article" gnus-summary-show-raw-article :keys "C-u g"])))
2394       (easy-menu-define
2395         gnus-summary-article-menu gnus-summary-mode-map ""
2396         (cons "Article" innards))
2397
2398       (if (not (keymapp gnus-summary-article-menu))
2399           (easy-menu-define
2400             gnus-article-commands-menu gnus-article-mode-map ""
2401             (cons "Commands" innards))
2402         ;; in Emacs, don't share menu.
2403         (setq gnus-article-commands-menu
2404               (copy-keymap gnus-summary-article-menu))
2405         (define-key gnus-article-mode-map [menu-bar commands]
2406           (cons "Commands" gnus-article-commands-menu))))
2407
2408     (easy-menu-define
2409       gnus-summary-thread-menu gnus-summary-mode-map ""
2410       '("Threads"
2411         ["Find all messages in thread" gnus-summary-refer-thread t]
2412         ["Toggle threading" gnus-summary-toggle-threads t]
2413         ["Hide threads" gnus-summary-hide-all-threads t]
2414         ["Show threads" gnus-summary-show-all-threads t]
2415         ["Hide thread" gnus-summary-hide-thread t]
2416         ["Show thread" gnus-summary-show-thread t]
2417         ["Go to next thread" gnus-summary-next-thread t]
2418         ["Go to previous thread" gnus-summary-prev-thread t]
2419         ["Go down thread" gnus-summary-down-thread t]
2420         ["Go up thread" gnus-summary-up-thread t]
2421         ["Top of thread" gnus-summary-top-thread t]
2422         ["Mark thread as read" gnus-summary-kill-thread t]
2423         ["Lower thread score" gnus-summary-lower-thread t]
2424         ["Raise thread score" gnus-summary-raise-thread t]
2425         ["Rethread current" gnus-summary-rethread-current t]))
2426
2427     (easy-menu-define
2428       gnus-summary-post-menu gnus-summary-mode-map ""
2429       `("Post"
2430         ["Send a message (mail or news)" gnus-summary-post-news
2431          ,@(if (featurep 'xemacs) '(t)
2432              '(:help "Compose a new message (mail or news)"))]
2433         ["Followup" gnus-summary-followup
2434          ,@(if (featurep 'xemacs) '(t)
2435              '(:help "Post followup to this article"))]
2436         ["Followup and yank" gnus-summary-followup-with-original
2437          ,@(if (featurep 'xemacs) '(t)
2438              '(:help "Post followup to this article, quoting its contents"))]
2439         ["Supersede article" gnus-summary-supersede-article t]
2440         ["Cancel article" gnus-summary-cancel-article
2441          ,@(if (featurep 'xemacs) '(t)
2442              '(:help "Cancel an article you posted"))]
2443         ["Reply" gnus-summary-reply t]
2444         ["Reply and yank" gnus-summary-reply-with-original t]
2445         ["Wide reply" gnus-summary-wide-reply t]
2446         ["Wide reply and yank" gnus-summary-wide-reply-with-original
2447          ,@(if (featurep 'xemacs) '(t)
2448              '(:help "Mail a reply, quoting this article"))]
2449         ["Very wide reply" gnus-summary-very-wide-reply t]
2450         ["Very wide reply and yank" gnus-summary-very-wide-reply-with-original
2451          ,@(if (featurep 'xemacs) '(t)
2452              '(:help "Mail a very wide reply, quoting this article"))]
2453         ["Mail forward" gnus-summary-mail-forward t]
2454         ["Post forward" gnus-summary-post-forward t]
2455         ["Digest and mail" gnus-uu-digest-mail-forward t]
2456         ["Digest and post" gnus-uu-digest-post-forward t]
2457         ["Resend message" gnus-summary-resend-message t]
2458         ["Resend message edit" gnus-summary-resend-message-edit t]
2459         ["Send bounced mail" gnus-summary-resend-bounced-mail t]
2460         ["Send a mail" gnus-summary-mail-other-window t]
2461         ["Create a local message" gnus-summary-news-other-window t]
2462         ["Uuencode and post" gnus-uu-post-news
2463          ,@(if (featurep 'xemacs) '(t)
2464              '(:help "Post a uuencoded article"))]
2465         ["Followup via news" gnus-summary-followup-to-mail t]
2466         ["Followup via news and yank"
2467          gnus-summary-followup-to-mail-with-original t]
2468         ;;("Draft"
2469         ;;["Send" gnus-summary-send-draft t]
2470         ;;["Send bounced" gnus-resend-bounced-mail t])
2471         ))
2472
2473     (cond
2474      ((not (keymapp gnus-summary-post-menu))
2475       (setq gnus-article-post-menu gnus-summary-post-menu))
2476      ((not gnus-article-post-menu)
2477       ;; Don't share post menu.
2478       (setq gnus-article-post-menu
2479             (copy-keymap gnus-summary-post-menu))))
2480     (define-key gnus-article-mode-map [menu-bar post]
2481       (cons "Post" gnus-article-post-menu))
2482
2483     (easy-menu-define
2484       gnus-summary-misc-menu gnus-summary-mode-map ""
2485       `("Gnus"
2486         ("Mark Read"
2487          ["Mark as read" gnus-summary-mark-as-read-forward t]
2488          ["Mark same subject and select"
2489           gnus-summary-kill-same-subject-and-select t]
2490          ["Mark same subject" gnus-summary-kill-same-subject t]
2491          ["Catchup" gnus-summary-catchup
2492           ,@(if (featurep 'xemacs) '(t)
2493               '(:help "Mark unread articles in this group as read"))]
2494          ["Catchup all" gnus-summary-catchup-all t]
2495          ["Catchup to here" gnus-summary-catchup-to-here t]
2496          ["Catchup from here" gnus-summary-catchup-from-here t]
2497          ["Catchup region" gnus-summary-mark-region-as-read
2498           (gnus-mark-active-p)]
2499          ["Mark excluded" gnus-summary-limit-mark-excluded-as-read t])
2500         ("Mark Various"
2501          ["Tick" gnus-summary-tick-article-forward t]
2502          ["Mark as dormant" gnus-summary-mark-as-dormant t]
2503          ["Remove marks" gnus-summary-clear-mark-forward t]
2504          ["Set expirable mark" gnus-summary-mark-as-expirable t]
2505          ["Set bookmark" gnus-summary-set-bookmark t]
2506          ["Remove bookmark" gnus-summary-remove-bookmark t])
2507         ("Limit to"
2508          ["Marks..." gnus-summary-limit-to-marks t]
2509          ["Subject..." gnus-summary-limit-to-subject t]
2510          ["Author..." gnus-summary-limit-to-author t]
2511          ["Recipient..." gnus-summary-limit-to-recipient t]
2512          ["Age..." gnus-summary-limit-to-age t]
2513          ["Extra..." gnus-summary-limit-to-extra t]
2514          ["Score..." gnus-summary-limit-to-score t]
2515          ["Display Predicate" gnus-summary-limit-to-display-predicate t]
2516          ["Unread" gnus-summary-limit-to-unread t]
2517          ["Unseen" gnus-summary-limit-to-unseen t]
2518          ["Replied" gnus-summary-limit-to-replied t]
2519          ["Non-dormant" gnus-summary-limit-exclude-dormant t]
2520          ["Next articles" gnus-summary-limit-to-articles t]
2521          ["Pop limit" gnus-summary-pop-limit t]
2522          ["Show dormant" gnus-summary-limit-include-dormant t]
2523          ["Hide childless dormant"
2524           gnus-summary-limit-exclude-childless-dormant t]
2525          ;;["Hide thread" gnus-summary-limit-exclude-thread t]
2526          ["Hide marked" gnus-summary-limit-exclude-marks t]
2527          ["Show expunged" gnus-summary-limit-include-expunged t])
2528         ("Process Mark"
2529          ["Set mark" gnus-summary-mark-as-processable t]
2530          ["Remove mark" gnus-summary-unmark-as-processable t]
2531          ["Remove all marks" gnus-summary-unmark-all-processable t]
2532          ["Invert marks" gnus-uu-invert-processable t]
2533          ["Mark above" gnus-uu-mark-over t]
2534          ["Mark series" gnus-uu-mark-series t]
2535          ["Mark region" gnus-uu-mark-region (gnus-mark-active-p)]
2536          ["Unmark region" gnus-uu-unmark-region (gnus-mark-active-p)]
2537          ["Mark by regexp..." gnus-uu-mark-by-regexp t]
2538          ["Unmark by regexp..." gnus-uu-unmark-by-regexp t]
2539          ["Mark all" gnus-uu-mark-all t]
2540          ["Mark buffer" gnus-uu-mark-buffer t]
2541          ["Mark sparse" gnus-uu-mark-sparse t]
2542          ["Mark thread" gnus-uu-mark-thread t]
2543          ["Unmark thread" gnus-uu-unmark-thread t]
2544          ("Process Mark Sets"
2545           ["Kill" gnus-summary-kill-process-mark t]
2546           ["Yank" gnus-summary-yank-process-mark
2547            gnus-newsgroup-process-stack]
2548           ["Save" gnus-summary-save-process-mark t]
2549           ["Run command on marked..." gnus-summary-universal-argument t]))
2550         ("Scroll article"
2551          ["Page forward" gnus-summary-next-page
2552           ,@(if (featurep 'xemacs) '(t)
2553               '(:help "Show next page of article"))]
2554          ["Page backward" gnus-summary-prev-page
2555           ,@(if (featurep 'xemacs) '(t)
2556               '(:help "Show previous page of article"))]
2557          ["Line forward" gnus-summary-scroll-up t])
2558         ("Move"
2559          ["Next unread article" gnus-summary-next-unread-article t]
2560          ["Previous unread article" gnus-summary-prev-unread-article t]
2561          ["Next article" gnus-summary-next-article t]
2562          ["Previous article" gnus-summary-prev-article t]
2563          ["Next unread subject" gnus-summary-next-unread-subject t]
2564          ["Previous unread subject" gnus-summary-prev-unread-subject t]
2565          ["Next article same subject" gnus-summary-next-same-subject t]
2566          ["Previous article same subject" gnus-summary-prev-same-subject t]
2567          ["First unread article" gnus-summary-first-unread-article t]
2568          ["Best unread article" gnus-summary-best-unread-article t]
2569          ["Go to subject number..." gnus-summary-goto-subject t]
2570          ["Go to article number..." gnus-summary-goto-article t]
2571          ["Go to the last article" gnus-summary-goto-last-article t]
2572          ["Pop article off history" gnus-summary-pop-article t])
2573         ("Sort"
2574          ["Sort by number" gnus-summary-sort-by-number t]
2575          ["Sort by author" gnus-summary-sort-by-author t]
2576          ["Sort by recipient" gnus-summary-sort-by-recipient t]
2577          ["Sort by subject" gnus-summary-sort-by-subject t]
2578          ["Sort by date" gnus-summary-sort-by-date t]
2579          ["Sort by score" gnus-summary-sort-by-score t]
2580          ["Sort by lines" gnus-summary-sort-by-lines t]
2581          ["Sort by characters" gnus-summary-sort-by-chars t]
2582          ["Randomize" gnus-summary-sort-by-random t]
2583          ["Original sort" gnus-summary-sort-by-original t])
2584         ("Help"
2585          ["Fetch group FAQ" gnus-summary-fetch-faq t]
2586          ["Describe group" gnus-summary-describe-group t]
2587          ["Fetch charter" gnus-group-fetch-charter
2588           ,@(if (featurep 'xemacs) nil
2589               '(:help "Display the charter of the current group"))]
2590          ["Fetch control message" gnus-group-fetch-control
2591           ,@(if (featurep 'xemacs) nil
2592               '(:help "Display the archived control message for the current group"))]
2593          ["Read manual" gnus-info-find-node t])
2594         ("Modes"
2595          ["Pick and read" gnus-pick-mode t]
2596          ["Binary" gnus-binary-mode t])
2597         ("Regeneration"
2598          ["Regenerate" gnus-summary-prepare t]
2599          ["Insert cached articles" gnus-summary-insert-cached-articles t]
2600          ["Insert dormant articles" gnus-summary-insert-dormant-articles t]
2601          ["Toggle threading" gnus-summary-toggle-threads t])
2602         ["See old articles" gnus-summary-insert-old-articles t]
2603         ["See new articles" gnus-summary-insert-new-articles t]
2604         ["Filter articles..." gnus-summary-execute-command t]
2605         ["Run command on articles..." gnus-summary-universal-argument t]
2606         ["Search articles forward..." gnus-summary-search-article-forward t]
2607         ["Search articles backward..." gnus-summary-search-article-backward t]
2608         ["Toggle line truncation" gnus-summary-toggle-truncation t]
2609         ["Expand window" gnus-summary-expand-window t]
2610         ["Expire expirable articles" gnus-summary-expire-articles
2611          (gnus-check-backend-function
2612           'request-expire-articles gnus-newsgroup-name)]
2613         ["Edit local kill file" gnus-summary-edit-local-kill t]
2614         ["Edit main kill file" gnus-summary-edit-global-kill t]
2615         ["Edit group parameters" gnus-summary-edit-parameters t]
2616         ["Customize group parameters" gnus-summary-customize-parameters t]
2617         ["Send a bug report" gnus-bug t]
2618         ("Exit"
2619          ["Catchup and exit" gnus-summary-catchup-and-exit
2620           ,@(if (featurep 'xemacs) '(t)
2621               '(:help "Mark unread articles in this group as read, then exit"))]
2622          ["Catchup all and exit" gnus-summary-catchup-all-and-exit t]
2623          ["Catchup and goto next" gnus-summary-catchup-and-goto-next-group t]
2624          ["Catchup and goto prev" gnus-summary-catchup-and-goto-prev-group t]
2625          ["Exit group" gnus-summary-exit
2626           ,@(if (featurep 'xemacs) '(t)
2627               '(:help "Exit current group, return to group selection mode"))]
2628          ["Exit group without updating" gnus-summary-exit-no-update t]
2629          ["Exit and goto next group" gnus-summary-next-group t]
2630          ["Exit and goto prev group" gnus-summary-prev-group t]
2631          ["Reselect group" gnus-summary-reselect-current-group t]
2632          ["Rescan group" gnus-summary-rescan-group t]
2633          ["Update dribble" gnus-summary-save-newsrc t])))
2634
2635     (gnus-run-hooks 'gnus-summary-menu-hook)))
2636
2637 (defvar gnus-summary-tool-bar-map nil)
2638
2639 ;; Note: The :set function in the `gnus-summary-tool-bar*' variables will only
2640 ;; affect _new_ message buffers.  We might add a function that walks thru all
2641 ;; summary-mode buffers and force the update.
2642 (defun gnus-summary-tool-bar-update (&optional symbol value)
2643   "Update summary mode toolbar.
2644 Setter function for custom variables."
2645   (setq-default gnus-summary-tool-bar-map nil)
2646   (when symbol
2647     ;; When used as ":set" function:
2648     (set-default symbol value))
2649   (when (gnus-buffer-live-p gnus-summary-buffer)
2650     (with-current-buffer gnus-summary-buffer
2651       (gnus-summary-make-tool-bar))))
2652
2653 (defcustom gnus-summary-tool-bar (if (eq gmm-tool-bar-style 'gnome)
2654                                      'gnus-summary-tool-bar-gnome
2655                                    'gnus-summary-tool-bar-retro)
2656   "Specifies the Gnus summary tool bar.
2657
2658 It can be either a list or a symbol refering to a list.  See
2659 `gmm-tool-bar-from-list' for the format of the list.  The
2660 default key map is `gnus-summary-mode-map'.
2661
2662 Pre-defined symbols include `gnus-summary-tool-bar-gnome' and
2663 `gnus-summary-tool-bar-retro'."
2664   :type '(choice (const :tag "GNOME style" gnus-summary-tool-bar-gnome)
2665                  (const :tag "Retro look"  gnus-summary-tool-bar-retro)
2666                  (repeat :tag "User defined list" gmm-tool-bar-item)
2667                  (symbol))
2668   :version "23.0" ;; No Gnus
2669   :initialize 'custom-initialize-default
2670   :set 'gnus-summary-tool-bar-update
2671   :group 'gnus-summary)
2672
2673 (defcustom gnus-summary-tool-bar-gnome
2674   '((gnus-summary-post-news "mail/compose" nil)
2675     (gnus-summary-insert-new-articles "mail/inbox" nil
2676                                       :visible (or (not gnus-agent)
2677                                                    gnus-plugged))
2678     (gnus-summary-reply-with-original "mail/reply")
2679     (gnus-summary-reply "mail/reply" nil :visible nil)
2680     (gnus-summary-followup-with-original "mail/reply-all")
2681     (gnus-summary-followup "mail/reply-all" nil :visible nil)
2682     (gnus-summary-mail-forward "mail/forward")
2683     (gnus-summary-save-article "mail/save")
2684     (gnus-summary-search-article-forward "search" nil :visible nil)
2685     (gnus-summary-print-article "print")
2686     (gnus-summary-tick-article-forward "flag-followup" nil :visible nil)
2687     ;; Some new commands that may need more suitable icons:
2688     (gnus-summary-save-newsrc "save" nil :visible nil)
2689     ;; (gnus-summary-show-article "stock_message-display" nil :visible nil)
2690     (gnus-summary-prev-article "left-arrow")
2691     (gnus-summary-next-article "right-arrow")
2692     (gnus-summary-next-page "next-page")
2693     ;; (gnus-summary-enter-digest-group "right_arrow" nil :visible nil)
2694     ;;
2695     ;; Maybe some sort-by-... could be added:
2696     ;; (gnus-summary-sort-by-author "sort-a-z" nil :visible nil)
2697     ;; (gnus-summary-sort-by-date "sort-1-9" nil :visible nil)
2698     (gnus-summary-mark-as-expirable
2699      "delete" nil
2700      :visible (gnus-check-backend-function 'request-expire-articles
2701                                            gnus-newsgroup-name))
2702     (gnus-summary-mark-as-spam
2703      "mail/spam" t
2704      :visible (and (fboundp 'spam-group-ham-contents-p)
2705                    (spam-group-ham-contents-p gnus-newsgroup-name))
2706      :help "Mark as spam")
2707     (gnus-summary-mark-as-read-forward
2708      "mail/not-spam" nil
2709      :visible (and (fboundp 'spam-group-spam-contents-p)
2710                    (spam-group-spam-contents-p gnus-newsgroup-name)))
2711     ;;
2712     (gnus-summary-exit "exit")
2713     (gmm-customize-mode "preferences" t :help "Edit mode preferences")
2714     (gnus-info-find-node "help"))
2715   "List of functions for the summary tool bar (GNOME style).
2716
2717 See `gmm-tool-bar-from-list' for the format of the list."
2718   :type '(repeat gmm-tool-bar-item)
2719   :version "23.0" ;; No Gnus
2720   :initialize 'custom-initialize-default
2721   :set 'gnus-summary-tool-bar-update
2722   :group 'gnus-summary)
2723
2724 (defcustom gnus-summary-tool-bar-retro
2725   '((gnus-summary-prev-unread-article "gnus/prev-ur")
2726     (gnus-summary-next-unread-article "gnus/next-ur")
2727     (gnus-summary-post-news "gnus/post")
2728     (gnus-summary-followup-with-original "gnus/fuwo")
2729     (gnus-summary-followup "gnus/followup")
2730     (gnus-summary-reply-with-original "gnus/reply-wo")
2731     (gnus-summary-reply "gnus/reply")
2732     (gnus-summary-caesar-message "gnus/rot13")
2733     (gnus-uu-decode-uu "gnus/uu-decode")
2734     (gnus-summary-save-article-file "gnus/save-aif")
2735     (gnus-summary-save-article "gnus/save-art")
2736     (gnus-uu-post-news "gnus/uu-post")
2737     (gnus-summary-catchup "gnus/catchup")
2738     (gnus-summary-catchup-and-exit "gnus/cu-exit")
2739     (gnus-summary-exit "gnus/exit-summ")
2740     ;; Some new command that may need more suitable icons:
2741     (gnus-summary-print-article "gnus/print" nil :visible nil)
2742     (gnus-summary-mark-as-expirable "gnus/close" nil :visible nil)
2743     (gnus-summary-save-newsrc "gnus/save" nil :visible nil)
2744     ;; (gnus-summary-enter-digest-group "gnus/right_arrow" nil :visible nil)
2745     (gnus-summary-search-article-forward "gnus/search" nil :visible nil)
2746     ;; (gnus-summary-insert-new-articles "gnus/paste" nil :visible nil)
2747     ;; (gnus-summary-toggle-threads "gnus/open" nil :visible nil)
2748     ;;
2749     (gnus-info-find-node "gnus/help" nil :visible nil))
2750   "List of functions for the summary tool bar (retro look).
2751
2752 See `gmm-tool-bar-from-list' for the format of the list."
2753   :type '(repeat gmm-tool-bar-item)
2754   :version "23.0" ;; No Gnus
2755   :initialize 'custom-initialize-default
2756   :set 'gnus-summary-tool-bar-update
2757   :group 'gnus-summary)
2758
2759 (defcustom gnus-summary-tool-bar-zap-list t
2760   "List of icon items from the global tool bar.
2761 These items are not displayed in the Gnus summary mode tool bar.
2762
2763 See `gmm-tool-bar-from-list' for the format of the list."
2764   :type 'gmm-tool-bar-zap-list
2765   :version "23.0" ;; No Gnus
2766   :initialize 'custom-initialize-default
2767   :set 'gnus-summary-tool-bar-update
2768   :group 'gnus-summary)
2769
2770 (defun gnus-summary-make-tool-bar (&optional force)
2771   "Make a summary mode tool bar from `gnus-summary-tool-bar'.
2772 When FORCE, rebuild the tool bar."
2773   (when (and (not (featurep 'xemacs))
2774              (boundp 'tool-bar-mode)
2775              tool-bar-mode
2776              (or (not gnus-summary-tool-bar-map) force))
2777     (let* ((load-path
2778             (gmm-image-load-path-for-library "gnus"
2779                                              "mail/save.xpm"
2780                                              nil t))
2781            (image-load-path
2782             (gmm-image-load-path-for-library "gnus"
2783                                              "mail/save.xpm"
2784                                              'image-load-path t))
2785            (map (gmm-tool-bar-from-list gnus-summary-tool-bar
2786                                         gnus-summary-tool-bar-zap-list
2787                                         'gnus-summary-mode-map)))
2788       (when map
2789         ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode'
2790         ;; uses it's value.
2791         (setq gnus-summary-tool-bar-map map))))
2792   (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map))
2793
2794 (defun gnus-score-set-default (var value)
2795   "A version of set that updates the GNU Emacs menu-bar."
2796   (set var value)
2797   ;; It is the message that forces the active status to be updated.
2798   (message ""))
2799
2800 (defun gnus-make-score-map (type)
2801   "Make a summary score map of type TYPE."
2802   (if t
2803       nil
2804     (let ((headers '(("author" "from" string)
2805                      ("subject" "subject" string)
2806                      ("article body" "body" string)
2807                      ("article head" "head" string)
2808                      ("xref" "xref" string)
2809                      ("extra header" "extra" string)
2810                      ("lines" "lines" number)
2811                      ("followups to author" "followup" string)))
2812           (types '((number ("less than" <)
2813                            ("greater than" >)
2814                            ("equal" =))
2815                    (string ("substring" s)
2816                            ("exact string" e)
2817                            ("fuzzy string" f)
2818                            ("regexp" r))))
2819           (perms '(("temporary" (current-time-string))
2820                    ("permanent" nil)
2821                    ("immediate" now)))
2822           header)
2823       (list
2824        (apply
2825         'nconc
2826         (list
2827          (if (eq type 'lower)
2828              "Lower score"
2829            "Increase score"))
2830         (let (outh)
2831           (while headers
2832             (setq header (car headers))
2833             (setq outh
2834                   (cons
2835                    (apply
2836                     'nconc
2837                     (list (car header))
2838                     (let ((ts (cdr (assoc (nth 2 header) types)))
2839                           outt)
2840                       (while ts
2841                         (setq outt
2842                               (cons
2843                                (apply
2844                                 'nconc
2845                                 (list (caar ts))
2846                                 (let ((ps perms)
2847                                       outp)
2848                                   (while ps
2849                                     (setq outp
2850                                           (cons
2851                                            (vector
2852                                             (caar ps)
2853                                             (list
2854                                              'gnus-summary-score-entry
2855                                              (nth 1 header)
2856                                              (if (or (string= (nth 1 header)
2857                                                               "head")
2858                                                      (string= (nth 1 header)
2859                                                               "body"))
2860                                                  ""
2861                                                (list 'gnus-summary-header
2862                                                      (nth 1 header)))
2863                                              (list 'quote (nth 1 (car ts)))
2864                                              (list 'gnus-score-delta-default
2865                                                    nil)
2866                                              (nth 1 (car ps))
2867                                              t)
2868                                             t)
2869                                            outp))
2870                                     (setq ps (cdr ps)))
2871                                   (list (nreverse outp))))
2872                                outt))
2873                         (setq ts (cdr ts)))
2874                       (list (nreverse outt))))
2875                    outh))
2876             (setq headers (cdr headers)))
2877           (list (nreverse outh))))))))
2878
2879 \f
2880
2881 (defun gnus-summary-mode (&optional group)
2882   "Major mode for reading articles.
2883
2884 All normal editing commands are switched off.
2885 \\<gnus-summary-mode-map>
2886 Each line in this buffer represents one article.  To read an
2887 article, you can, for instance, type `\\[gnus-summary-next-page]'.  To move forwards
2888 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
2889 respectively.
2890
2891 You can also post articles and send mail from this buffer.  To
2892 follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the author
2893 of an article, type `\\[gnus-summary-reply]'.
2894
2895 There are approx. one gazillion commands you can execute in this
2896 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
2897
2898 The following commands are available:
2899
2900 \\{gnus-summary-mode-map}"
2901   (interactive)
2902   (kill-all-local-variables)
2903   (let ((gnus-summary-local-variables gnus-newsgroup-variables))
2904     (gnus-summary-make-local-variables))
2905   (gnus-summary-make-local-variables)
2906   (setq gnus-newsgroup-name group)
2907   (when (gnus-visual-p 'summary-menu 'menu)
2908     (gnus-summary-make-menu-bar)
2909     (gnus-summary-make-tool-bar))
2910   (gnus-make-thread-indent-array)
2911   (gnus-simplify-mode-line)
2912   (setq major-mode 'gnus-summary-mode)
2913   (setq mode-name "Summary")
2914   (make-local-variable 'minor-mode-alist)
2915   (use-local-map gnus-summary-mode-map)
2916   (buffer-disable-undo)
2917   (setq buffer-read-only t              ;Disable modification
2918         show-trailing-whitespace nil)
2919   (setq truncate-lines t)
2920   (setq selective-display t)
2921   (setq selective-display-ellipses t)   ;Display `...'
2922   (gnus-summary-set-display-table)
2923   (gnus-set-default-directory)
2924   (make-local-variable 'gnus-summary-line-format)
2925   (make-local-variable 'gnus-summary-line-format-spec)
2926   (make-local-variable 'gnus-summary-dummy-line-format)
2927   (make-local-variable 'gnus-summary-dummy-line-format-spec)
2928   (make-local-variable 'gnus-summary-mark-positions)
2929   (gnus-make-local-hook 'pre-command-hook)
2930   (add-hook 'pre-command-hook 'gnus-set-global-variables nil t)
2931   (gnus-run-mode-hooks 'gnus-summary-mode-hook)
2932   (turn-on-gnus-mailing-list-mode)
2933   (mm-enable-multibyte)
2934   (gnus-update-format-specifications nil 'summary 'summary-mode 'summary-dummy)
2935   (gnus-update-summary-mark-positions))
2936
2937 (defun gnus-summary-make-local-variables ()
2938   "Make all the local summary buffer variables."
2939   (let (global)
2940     (dolist (local gnus-summary-local-variables)
2941       (if (consp local)
2942           (progn
2943             (if (eq (cdr local) 'global)
2944                 ;; Copy the global value of the variable.
2945                 (setq global (symbol-value (car local)))
2946               ;; Use the value from the list.
2947               (setq global (eval (cdr local))))
2948             (set (make-local-variable (car local)) global))
2949         ;; Simple nil-valued local variable.
2950         (set (make-local-variable local) nil)))))
2951
2952 (defun gnus-summary-clear-local-variables ()
2953   (let ((locals gnus-summary-local-variables))
2954     (while locals
2955       (if (consp (car locals))
2956           (and (symbolp (caar locals))
2957                (set (caar locals) nil))
2958         (and (symbolp (car locals))
2959              (set (car locals) nil)))
2960       (setq locals (cdr locals)))))
2961
2962 ;; Summary data functions.
2963
2964 (defmacro gnus-data-number (data)
2965   `(car ,data))
2966
2967 (defmacro gnus-data-set-number (data number)
2968   `(setcar ,data ,number))
2969
2970 (defmacro gnus-data-mark (data)
2971   `(nth 1 ,data))
2972
2973 (defmacro gnus-data-set-mark (data mark)
2974   `(setcar (nthcdr 1 ,data) ,mark))
2975
2976 (defmacro gnus-data-pos (data)
2977   `(nth 2 ,data))
2978
2979 (defmacro gnus-data-set-pos (data pos)
2980   `(setcar (nthcdr 2 ,data) ,pos))
2981
2982 (defmacro gnus-data-header (data)
2983   `(nth 3 ,data))
2984
2985 (defmacro gnus-data-set-header (data header)
2986   `(setf (nth 3 ,data) ,header))
2987
2988 (defmacro gnus-data-level (data)
2989   `(nth 4 ,data))
2990
2991 (defmacro gnus-data-unread-p (data)
2992   `(= (nth 1 ,data) gnus-unread-mark))
2993
2994 (defmacro gnus-data-read-p (data)
2995   `(/= (nth 1 ,data) gnus-unread-mark))
2996
2997 (defmacro gnus-data-pseudo-p (data)
2998   `(consp (nth 3 ,data)))
2999
3000 (defmacro gnus-data-find (number)
3001   `(assq ,number gnus-newsgroup-data))
3002
3003 (defmacro gnus-data-find-list (number &optional data)
3004   `(let ((bdata ,(or data 'gnus-newsgroup-data)))
3005      (memq (assq ,number bdata)
3006            bdata)))
3007
3008 (defmacro gnus-data-make (number mark pos header level)
3009   `(list ,number ,mark ,pos ,header ,level))
3010
3011 (defun gnus-data-enter (after-article number mark pos header level offset)
3012   (let ((data (gnus-data-find-list after-article)))
3013     (unless data
3014       (error "No such article: %d" after-article))
3015     (setcdr data (cons (gnus-data-make number mark pos header level)
3016                        (cdr data)))
3017     (setq gnus-newsgroup-data-reverse nil)
3018     (gnus-data-update-list (cddr data) offset)))
3019
3020 (defun gnus-data-enter-list (after-article list &optional offset)
3021   (when list
3022     (let ((data (and after-article (gnus-data-find-list after-article)))
3023           (ilist list))
3024       (if (not (or data
3025                    after-article))
3026           (let ((odata gnus-newsgroup-data))
3027             (setq gnus-newsgroup-data (nconc list gnus-newsgroup-data))
3028             (when offset
3029               (gnus-data-update-list odata offset)))
3030         ;; Find the last element in the list to be spliced into the main
3031         ;; list.
3032         (setq list (last list))
3033         (if (not data)
3034             (progn
3035               (setcdr list gnus-newsgroup-data)
3036               (setq gnus-newsgroup-data ilist)
3037               (when offset
3038                 (gnus-data-update-list (cdr list) offset)))
3039           (setcdr list (cdr data))
3040           (setcdr data ilist)
3041           (when offset
3042             (gnus-data-update-list (cdr list) offset))))
3043       (setq gnus-newsgroup-data-reverse nil))))
3044
3045 (defun gnus-data-remove (article &optional offset)
3046   (let ((data gnus-newsgroup-data))
3047     (if (= (gnus-data-number (car data)) article)
3048         (progn
3049           (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
3050                 gnus-newsgroup-data-reverse nil)
3051           (when offset
3052             (gnus-data-update-list gnus-newsgroup-data offset)))
3053       (while (cdr data)
3054         (when (= (gnus-data-number (cadr data)) article)
3055           (setcdr data (cddr data))
3056           (when offset
3057             (gnus-data-update-list (cdr data) offset))
3058           (setq data nil
3059                 gnus-newsgroup-data-reverse nil))
3060         (setq data (cdr data))))))
3061
3062 (defmacro gnus-data-list (backward)
3063   `(if ,backward
3064        (or gnus-newsgroup-data-reverse
3065            (setq gnus-newsgroup-data-reverse
3066                  (reverse gnus-newsgroup-data)))
3067      gnus-newsgroup-data))
3068
3069 (defun gnus-data-update-list (data offset)
3070   "Add OFFSET to the POS of all data entries in DATA."
3071   (setq gnus-newsgroup-data-reverse nil)
3072   (while data
3073     (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
3074     (setq data (cdr data))))
3075
3076 (defun gnus-summary-article-pseudo-p (article)
3077   "Say whether this article is a pseudo article or not."
3078   (not (vectorp (gnus-data-header (gnus-data-find article)))))
3079
3080 (defmacro gnus-summary-article-sparse-p (article)
3081   "Say whether this article is a sparse article or not."
3082   `(memq ,article gnus-newsgroup-sparse))
3083
3084 (defmacro gnus-summary-article-ancient-p (article)
3085   "Say whether this article is a sparse article or not."
3086   `(memq ,article gnus-newsgroup-ancient))
3087
3088 (defun gnus-article-parent-p (number)
3089   "Say whether this article is a parent or not."
3090   (let ((data (gnus-data-find-list number)))
3091     (and (cdr data)              ; There has to be an article after...
3092          (< (gnus-data-level (car data)) ; And it has to have a higher level.
3093             (gnus-data-level (nth 1 data))))))
3094
3095 (defun gnus-article-children (number)
3096   "Return a list of all children to NUMBER."
3097   (let* ((data (gnus-data-find-list number))
3098          (level (gnus-data-level (car data)))
3099          children)
3100     (setq data (cdr data))
3101     (while (and data
3102                 (= (gnus-data-level (car data)) (1+ level)))
3103       (push (gnus-data-number (car data)) children)
3104       (setq data (cdr data)))
3105     children))
3106
3107 (defmacro gnus-summary-skip-intangible ()
3108   "If the current article is intangible, then jump to a different article."
3109   '(let ((to (get-text-property (point) 'gnus-intangible)))
3110      (and to (gnus-summary-goto-subject to))))
3111
3112 (defmacro gnus-summary-article-intangible-p ()
3113   "Say whether this article is intangible or not."
3114   '(get-text-property (point) 'gnus-intangible))
3115
3116 (defun gnus-article-read-p (article)
3117   "Say whether ARTICLE is read or not."
3118   (not (or (memq article gnus-newsgroup-marked)
3119            (memq article gnus-newsgroup-spam-marked)
3120            (memq article gnus-newsgroup-unreads)
3121            (memq article gnus-newsgroup-unselected)
3122            (memq article gnus-newsgroup-dormant))))
3123
3124 ;; Some summary mode macros.
3125
3126 (defmacro gnus-summary-article-number ()
3127   "The article number of the article on the current line.
3128 If there isn't an article number here, then we return the current
3129 article number."
3130   '(progn
3131      (gnus-summary-skip-intangible)
3132      (or (get-text-property (point) 'gnus-number)
3133          (gnus-summary-last-subject))))
3134
3135 (defmacro gnus-summary-article-header (&optional number)
3136   "Return the header of article NUMBER."
3137   `(gnus-data-header (gnus-data-find
3138                       ,(or number '(gnus-summary-article-number)))))
3139
3140 (defmacro gnus-summary-thread-level (&optional number)
3141   "Return the level of thread that starts with article NUMBER."
3142   `(if (and (eq gnus-summary-make-false-root 'dummy)
3143             (get-text-property (point) 'gnus-intangible))
3144        0
3145      (gnus-data-level (gnus-data-find
3146                        ,(or number '(gnus-summary-article-number))))))
3147
3148 (defmacro gnus-summary-article-mark (&optional number)
3149   "Return the mark of article NUMBER."
3150   `(gnus-data-mark (gnus-data-find
3151                     ,(or number '(gnus-summary-article-number)))))
3152
3153 (defmacro gnus-summary-article-pos (&optional number)
3154   "Return the position of the line of article NUMBER."
3155   `(gnus-data-pos (gnus-data-find
3156                    ,(or number '(gnus-summary-article-number)))))
3157
3158 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
3159 (defmacro gnus-summary-article-subject (&optional number)
3160   "Return current subject string or nil if nothing."
3161   `(let ((headers
3162           ,(if number
3163                `(gnus-data-header (assq ,number gnus-newsgroup-data))
3164              '(gnus-data-header (assq (gnus-summary-article-number)
3165                                       gnus-newsgroup-data)))))
3166      (and headers
3167           (vectorp headers)
3168           (mail-header-subject headers))))
3169
3170 (defmacro gnus-summary-article-score (&optional number)
3171   "Return current article score."
3172   `(or (cdr (assq ,(or number '(gnus-summary-article-number))
3173                   gnus-newsgroup-scored))
3174        gnus-summary-default-score 0))
3175
3176 (defun gnus-summary-article-children (&optional number)
3177   "Return a list of article numbers that are children of article NUMBER."
3178   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
3179          (level (gnus-data-level (car data)))
3180          l children)
3181     (while (and (setq data (cdr data))
3182                 (> (setq l (gnus-data-level (car data))) level))
3183       (and (= (1+ level) l)
3184            (push (gnus-data-number (car data))
3185                  children)))
3186     (nreverse children)))
3187
3188 (defun gnus-summary-article-parent (&optional number)
3189   "Return the article number of the parent of article NUMBER."
3190   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
3191                                     (gnus-data-list t)))
3192          (level (gnus-data-level (car data))))
3193     (if (zerop level)
3194         ()                              ; This is a root.
3195       ;; We search until we find an article with a level less than
3196       ;; this one.  That function has to be the parent.
3197       (while (and (setq data (cdr data))
3198                   (not (< (gnus-data-level (car data)) level))))
3199       (and data (gnus-data-number (car data))))))
3200
3201 (defun gnus-unread-mark-p (mark)
3202   "Say whether MARK is the unread mark."
3203   (= mark gnus-unread-mark))
3204
3205 (defun gnus-read-mark-p (mark)
3206   "Say whether MARK is one of the marks that mark as read.
3207 This is all marks except unread, ticked, dormant, and expirable."
3208   (not (or (= mark gnus-unread-mark)
3209            (= mark gnus-ticked-mark)
3210            (= mark gnus-spam-mark)
3211            (= mark gnus-dormant-mark)
3212            (= mark gnus-expirable-mark))))
3213
3214 (defmacro gnus-article-mark (number)
3215   "Return the MARK of article NUMBER.
3216 This macro should only be used when computing the mark the \"first\"
3217 time; i.e., when generating the summary lines.  After that,
3218 `gnus-summary-article-mark' should be used to examine the
3219 marks of articles."
3220   `(cond
3221     ((memq ,number gnus-newsgroup-unsendable) gnus-unsendable-mark)
3222     ((memq ,number gnus-newsgroup-downloadable) gnus-downloadable-mark)
3223     ((memq ,number gnus-newsgroup-unreads) gnus-unread-mark)
3224     ((memq ,number gnus-newsgroup-marked) gnus-ticked-mark)
3225     ((memq ,number gnus-newsgroup-spam-marked) gnus-spam-mark)
3226     ((memq ,number gnus-newsgroup-dormant) gnus-dormant-mark)
3227     ((memq ,number gnus-newsgroup-expirable) gnus-expirable-mark)
3228     (t (or (cdr (assq ,number gnus-newsgroup-reads))
3229            gnus-ancient-mark))))
3230
3231 ;; Saving hidden threads.
3232
3233 (defmacro gnus-save-hidden-threads (&rest forms)
3234   "Save hidden threads, eval FORMS, and restore the hidden threads."
3235   (let ((config (make-symbol "config")))
3236     `(let ((,config (gnus-hidden-threads-configuration)))
3237        (unwind-protect
3238            (save-excursion
3239              ,@forms)
3240          (gnus-restore-hidden-threads-configuration ,config)))))
3241 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
3242 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
3243
3244 (defun gnus-data-compute-positions ()
3245   "Compute the positions of all articles."
3246   (setq gnus-newsgroup-data-reverse nil)
3247   (let ((data gnus-newsgroup-data))
3248     (save-excursion
3249       (gnus-save-hidden-threads
3250         (gnus-summary-show-all-threads)
3251         (goto-char (point-min))
3252         (while data
3253           (while (get-text-property (point) 'gnus-intangible)
3254             (forward-line 1))
3255           (gnus-data-set-pos (car data) (+ (point) 3))
3256           (setq data (cdr data))
3257           (forward-line 1))))))
3258
3259 (defun gnus-hidden-threads-configuration ()
3260   "Return the current hidden threads configuration."
3261   (save-excursion
3262     (let (config)
3263       (goto-char (point-min))
3264       (while (search-forward "\r" nil t)
3265         (push (1- (point)) config))
3266       config)))
3267
3268 (defun gnus-restore-hidden-threads-configuration (config)
3269   "Restore hidden threads configuration from CONFIG."
3270   (save-excursion
3271     (let (point buffer-read-only)
3272       (while (setq point (pop config))
3273         (when (and (< point (point-max))
3274                    (goto-char point)
3275                    (eq (char-after) ?\n))
3276           (subst-char-in-region point (1+ point) ?\n ?\r))))))
3277
3278 ;; Various summary mode internalish functions.
3279
3280 (defun gnus-mouse-pick-article (e)
3281   (interactive "e")
3282   (mouse-set-point e)
3283   (gnus-summary-next-page nil t))
3284
3285 (defun gnus-summary-set-display-table ()
3286   "Change the display table.
3287 Odd characters have a tendency to mess
3288 up nicely formatted displays - we make all possible glyphs
3289 display only a single character."
3290
3291   ;; We start from the standard display table, if any.
3292   (let ((table (or (copy-sequence standard-display-table)
3293                    (make-display-table)))
3294         (i 32))
3295     ;; Nix out all the control chars...
3296     (while (>= (setq i (1- i)) 0)
3297       (aset table i [??]))
3298    ;; ... but not newline and cr, of course.  (cr is necessary for the
3299     ;; selective display).
3300     (aset table ?\n nil)
3301     (aset table ?\r nil)
3302     ;; We keep TAB as well.
3303     (aset table ?\t nil)
3304     ;; We nix out any glyphs 127 through 255, or 127 through 159 in
3305     ;; Emacs 23 (unicode), that are not set already.
3306     (let ((i (if (ignore-errors (= (make-char 'latin-iso8859-1 160) 160))
3307                  160
3308                256)))
3309       (while (>= (setq i (1- i)) 127)
3310         ;; Only modify if the entry is nil.
3311         (unless (aref table i)
3312           (aset table i [??]))))
3313     (setq buffer-display-table table)))
3314
3315 (defun gnus-summary-set-article-display-arrow (pos)
3316   "Update the overlay arrow to point to line at position POS."
3317   (when (and gnus-summary-display-arrow
3318              (boundp 'overlay-arrow-position)
3319              (boundp 'overlay-arrow-string))
3320     (save-excursion
3321       (goto-char pos)
3322       (beginning-of-line)
3323       (unless overlay-arrow-position
3324         (setq overlay-arrow-position (make-marker)))
3325       (setq overlay-arrow-string "=>"
3326             overlay-arrow-position (set-marker overlay-arrow-position
3327                                                (point)
3328                                                (current-buffer))))))
3329
3330 (defun gnus-summary-setup-buffer (group)
3331   "Initialize summary buffer."
3332   (let ((buffer (gnus-summary-buffer-name group))
3333         (dead-name (concat "*Dead Summary "
3334                            (gnus-group-decoded-name group) "*")))
3335     ;; If a dead summary buffer exists, we kill it.
3336     (when (gnus-buffer-live-p dead-name)
3337       (gnus-kill-buffer dead-name))
3338     (if (get-buffer buffer)
3339         (progn
3340           (set-buffer buffer)
3341           (setq gnus-summary-buffer (current-buffer))
3342           (not gnus-newsgroup-prepared))
3343       ;; Fix by Sudish Joseph <joseph@cis.ohio-state.edu>
3344       (setq gnus-summary-buffer (set-buffer (gnus-get-buffer-create buffer)))
3345       (gnus-summary-mode group)
3346       (when gnus-carpal
3347         (gnus-carpal-setup-buffer 'summary))
3348       (unless gnus-single-article-buffer
3349         (make-local-variable 'gnus-article-buffer)
3350         (make-local-variable 'gnus-article-current)
3351         (make-local-variable 'gnus-original-article-buffer))
3352       (setq gnus-newsgroup-name group)
3353       ;; Set any local variables in the group parameters.
3354       (gnus-summary-set-local-parameters gnus-newsgroup-name)
3355       t)))
3356
3357 (defun gnus-set-global-variables ()
3358   "Set the global equivalents of the buffer-local variables.
3359 They are set to the latest values they had.  These reflect the summary
3360 buffer that was in action when the last article was fetched."
3361   (when (eq major-mode 'gnus-summary-mode)
3362     (setq gnus-summary-buffer (current-buffer))
3363     (let ((name gnus-newsgroup-name)
3364           (marked gnus-newsgroup-marked)
3365           (spam gnus-newsgroup-spam-marked)
3366           (unread gnus-newsgroup-unreads)
3367           (headers gnus-current-headers)
3368           (data gnus-newsgroup-data)
3369           (summary gnus-summary-buffer)
3370           (article-buffer gnus-article-buffer)
3371           (original gnus-original-article-buffer)
3372           (gac gnus-article-current)
3373           (reffed gnus-reffed-article-number)
3374           (score-file gnus-current-score-file)
3375           (default-charset gnus-newsgroup-charset)
3376           vlist)
3377       (let ((locals gnus-newsgroup-variables))
3378         (while locals
3379           (if (consp (car locals))
3380               (push (eval (caar locals)) vlist)
3381             (push (eval (car locals)) vlist))
3382           (setq locals (cdr locals)))
3383         (setq vlist (nreverse vlist)))
3384       (with-current-buffer gnus-group-buffer
3385         (setq gnus-newsgroup-name name
3386               gnus-newsgroup-marked marked
3387               gnus-newsgroup-spam-marked spam
3388               gnus-newsgroup-unreads unread
3389               gnus-current-headers headers
3390               gnus-newsgroup-data data
3391               gnus-article-current gac
3392               gnus-summary-buffer summary
3393               gnus-article-buffer article-buffer
3394               gnus-original-article-buffer original
3395               gnus-reffed-article-number reffed
3396               gnus-current-score-file score-file
3397               gnus-newsgroup-charset default-charset)
3398         (let ((locals gnus-newsgroup-variables))
3399           (while locals
3400             (if (consp (car locals))
3401                 (set (caar locals) (pop vlist))
3402               (set (car locals) (pop vlist)))
3403             (setq locals (cdr locals))))
3404         ;; The article buffer also has local variables.
3405         (when (gnus-buffer-live-p gnus-article-buffer)
3406           (set-buffer gnus-article-buffer)
3407           (setq gnus-summary-buffer summary))))))
3408
3409 (defun gnus-summary-article-unread-p (article)
3410   "Say whether ARTICLE is unread or not."
3411   (memq article gnus-newsgroup-unreads))
3412
3413 (defun gnus-summary-first-article-p (&optional article)
3414   "Return whether ARTICLE is the first article in the buffer."
3415   (if (not (setq article (or article (gnus-summary-article-number))))
3416       nil
3417     (eq article (caar gnus-newsgroup-data))))
3418
3419 (defun gnus-summary-last-article-p (&optional article)
3420   "Return whether ARTICLE is the last article in the buffer."
3421   (if (not (setq article (or article (gnus-summary-article-number))))
3422       ;; All non-existent numbers are the last article.  :-)
3423       t
3424     (not (cdr (gnus-data-find-list article)))))
3425
3426 (defun gnus-make-thread-indent-array ()
3427   (let ((n 200))
3428     (unless (and gnus-thread-indent-array
3429                  (= gnus-thread-indent-level gnus-thread-indent-array-level))
3430       (setq gnus-thread-indent-array (make-vector 201 "")
3431             gnus-thread-indent-array-level gnus-thread-indent-level)
3432       (while (>= n 0)
3433         (aset gnus-thread-indent-array n
3434               (make-string (* n gnus-thread-indent-level) ? ))
3435         (setq n (1- n))))))
3436
3437 (defun gnus-update-summary-mark-positions ()
3438   "Compute where the summary marks are to go."
3439   (save-excursion
3440     (when (gnus-buffer-exists-p gnus-summary-buffer)
3441       (set-buffer gnus-summary-buffer))
3442     (let ((spec gnus-summary-line-format-spec)
3443           pos)
3444       (save-excursion
3445         (gnus-set-work-buffer)
3446         (let ((gnus-tmp-unread ?Z)
3447               (gnus-replied-mark ?Z)
3448               (gnus-score-below-mark ?Z)
3449               (gnus-score-over-mark ?Z)
3450               (gnus-undownloaded-mark ?Z)
3451               (gnus-summary-line-format-spec spec)
3452               (gnus-newsgroup-downloadable '(0))
3453               (header [0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil])
3454               case-fold-search ignores)
3455           ;; Here, all marks are bound to Z.
3456           (gnus-summary-insert-line header
3457                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3458           (goto-char (point-min))
3459           ;; Memorize the positions of the same characters as dummy marks.
3460           (while (re-search-forward "[A-D]" nil t)
3461             (push (point) ignores))
3462           (erase-buffer)
3463           ;; We use A-D as dummy marks in order to know column positions
3464           ;; where marks should be inserted.
3465           (setq gnus-tmp-unread ?A
3466                 gnus-replied-mark ?B
3467                 gnus-score-below-mark ?C
3468                 gnus-score-over-mark ?C
3469                 gnus-undownloaded-mark ?D)
3470           (gnus-summary-insert-line header
3471                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3472           ;; Ignore characters which aren't dummy marks.
3473           (dolist (p ignores)
3474             (delete-region (goto-char (1- p)) p)
3475             (insert ?Z))
3476           (goto-char (point-min))
3477           (setq pos (list (cons 'unread
3478                                 (and (search-forward "A" nil t)
3479                                      (- (point) (point-min) 1)))))
3480           (goto-char (point-min))
3481           (push (cons 'replied (and (search-forward "B" nil t)
3482                                     (- (point) (point-min) 1)))
3483                 pos)
3484           (goto-char (point-min))
3485           (push (cons 'score (and (search-forward "C" nil t)
3486                                   (- (point) (point-min) 1)))
3487                 pos)
3488           (goto-char (point-min))
3489           (push (cons 'download (and (search-forward "D" nil t)
3490                                      (- (point) (point-min) 1)))
3491                 pos)))
3492       (setq gnus-summary-mark-positions pos))))
3493
3494 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
3495   "Insert a dummy root in the summary buffer."
3496   (beginning-of-line)
3497   (gnus-add-text-properties
3498    (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
3499    (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
3500
3501 (defun gnus-summary-extract-address-component (from)
3502   (or (car (funcall gnus-extract-address-components from))
3503       from))
3504
3505 (defun gnus-summary-from-or-to-or-newsgroups (header gnus-tmp-from)
3506   (let ((mail-parse-charset gnus-newsgroup-charset)
3507         ; Is it really necessary to do this next part for each summary line?
3508         ; Luckily, doesn't seem to slow things down much.
3509         (mail-parse-ignored-charsets
3510          (with-current-buffer gnus-summary-buffer
3511            gnus-newsgroup-ignored-charsets)))
3512     (or
3513      (and gnus-ignored-from-addresses
3514           (string-match gnus-ignored-from-addresses gnus-tmp-from)
3515           (let ((extra-headers (mail-header-extra header))
3516                 to
3517                 newsgroups)
3518             (cond
3519              ((setq to (cdr (assq 'To extra-headers)))
3520               (concat gnus-summary-to-prefix
3521                       (inline
3522                         (gnus-summary-extract-address-component
3523                          (funcall gnus-decode-encoded-word-function to)))))
3524              ((setq newsgroups (cdr (assq 'Newsgroups extra-headers)))
3525               (concat gnus-summary-newsgroup-prefix newsgroups)))))
3526      (inline (gnus-summary-extract-address-component gnus-tmp-from)))))
3527
3528 (defun gnus-summary-insert-line (gnus-tmp-header
3529                                  gnus-tmp-level gnus-tmp-current
3530                                  undownloaded gnus-tmp-unread gnus-tmp-replied
3531                                  gnus-tmp-expirable gnus-tmp-subject-or-nil
3532                                  &optional gnus-tmp-dummy gnus-tmp-score
3533                                  gnus-tmp-process)
3534   (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
3535          (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
3536          (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
3537          (gnus-tmp-score-char
3538           (if (or (null gnus-summary-default-score)
3539                   (<= (abs (- gnus-tmp-score gnus-summary-default-score))
3540                       gnus-summary-zcore-fuzz))
3541               ?                         ;Whitespace
3542             (if (< gnus-tmp-score gnus-summary-default-score)
3543                 gnus-score-below-mark gnus-score-over-mark)))
3544          (gnus-tmp-number (mail-header-number gnus-tmp-header))
3545          (gnus-tmp-replied
3546           (cond (gnus-tmp-process gnus-process-mark)
3547                 ((memq gnus-tmp-current gnus-newsgroup-cached)
3548                  gnus-cached-mark)
3549                 (gnus-tmp-replied gnus-replied-mark)
3550                 ((memq gnus-tmp-current gnus-newsgroup-forwarded)
3551                  gnus-forwarded-mark)
3552                 ((memq gnus-tmp-current gnus-newsgroup-saved)
3553                  gnus-saved-mark)
3554                 ((memq gnus-tmp-number gnus-newsgroup-recent)
3555                  gnus-recent-mark)
3556                 ((memq gnus-tmp-number gnus-newsgroup-unseen)
3557                  gnus-unseen-mark)
3558                 (t gnus-no-mark)))
3559          (gnus-tmp-downloaded
3560           (cond (undownloaded
3561                  gnus-undownloaded-mark)
3562                 (gnus-newsgroup-agentized
3563                  gnus-downloaded-mark)
3564                 (t
3565                  gnus-no-mark)))
3566          (gnus-tmp-from (mail-header-from gnus-tmp-header))
3567          (gnus-tmp-name
3568           (cond
3569            ((string-match "<[^>]+> *$" gnus-tmp-from)
3570             (let ((beg (match-beginning 0)))
3571               (or (and (string-match "^\".+\"" gnus-tmp-from)
3572                        (substring gnus-tmp-from 1 (1- (match-end 0))))
3573                   (substring gnus-tmp-from 0 beg))))
3574            ((string-match "(.+)" gnus-tmp-from)
3575             (substring gnus-tmp-from
3576                        (1+ (match-beginning 0)) (1- (match-end 0))))
3577            (t gnus-tmp-from)))
3578          (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
3579          (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
3580          (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
3581          (buffer-read-only nil))
3582     (when (string= gnus-tmp-name "")
3583       (setq gnus-tmp-name gnus-tmp-from))
3584     (unless (numberp gnus-tmp-lines)
3585       (setq gnus-tmp-lines -1))
3586     (if (= gnus-tmp-lines -1)
3587         (setq gnus-tmp-lines "?")
3588       (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
3589       (gnus-put-text-property
3590      (point)
3591      (progn (eval gnus-summary-line-format-spec) (point))
3592        'gnus-number gnus-tmp-number)
3593     (when (gnus-visual-p 'summary-highlight 'highlight)
3594       (forward-line -1)
3595       (gnus-run-hooks 'gnus-summary-update-hook)
3596       (forward-line 1))))
3597
3598 (defun gnus-summary-update-line (&optional dont-update)
3599   "Update summary line after change."
3600   (when (and gnus-summary-default-score
3601              (not gnus-summary-inhibit-highlight))
3602     (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
3603            (article (gnus-summary-article-number))
3604            (score (gnus-summary-article-score article)))
3605       (unless dont-update
3606         (if (and gnus-summary-mark-below
3607                  (< (gnus-summary-article-score)
3608                     gnus-summary-mark-below))
3609             ;; This article has a low score, so we mark it as read.
3610             (when (memq article gnus-newsgroup-unreads)
3611               (gnus-summary-mark-article-as-read gnus-low-score-mark))
3612           (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
3613             ;; This article was previously marked as read on account
3614             ;; of a low score, but now it has risen, so we mark it as
3615             ;; unread.
3616             (gnus-summary-mark-article-as-unread gnus-unread-mark)))
3617         (gnus-summary-update-mark
3618          (if (or (null gnus-summary-default-score)
3619                  (<= (abs (- score gnus-summary-default-score))
3620                      gnus-summary-zcore-fuzz))
3621              ?                          ;Whitespace
3622            (if (< score gnus-summary-default-score)
3623                gnus-score-below-mark gnus-score-over-mark))
3624          'score))
3625       ;; Do visual highlighting.
3626       (when (gnus-visual-p 'summary-highlight 'highlight)
3627         (gnus-run-hooks 'gnus-summary-update-hook)))))
3628
3629 (defvar gnus-tmp-new-adopts nil)
3630
3631 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
3632   "Return the number of articles in THREAD.
3633 This may be 0 in some cases -- if none of the articles in
3634 the thread are to be displayed."
3635   (let* ((number
3636          ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
3637           (cond
3638            ((not (listp thread))
3639             1)
3640            ((and (consp thread) (cdr thread))
3641             (apply
3642              '+ 1 (mapcar
3643                    'gnus-summary-number-of-articles-in-thread (cdr thread))))
3644            ((null thread)
3645             1)
3646            ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
3647             1)
3648            (t 0))))
3649     (when (and level (zerop level) gnus-tmp-new-adopts)
3650       (incf number
3651             (apply '+ (mapcar
3652                        'gnus-summary-number-of-articles-in-thread
3653                        gnus-tmp-new-adopts))))
3654     (if char
3655         (if (> number 1) gnus-not-empty-thread-mark
3656           gnus-empty-thread-mark)
3657       number)))
3658
3659 (defsubst gnus-summary-line-message-size (head)
3660   "Return pretty-printed version of message size.
3661 This function is intended to be used in
3662 `gnus-summary-line-format-alist'."
3663   (let ((c (or (mail-header-chars head) -1)))
3664     (cond ((< c 0) "n/a")               ; chars not available
3665           ((< c (* 1000 10)) (format "%1.1fk" (/ c 1024.0)))
3666           ((< c (* 1000 100)) (format "%dk" (/ c 1024.0)))
3667           ((< c (* 1000 10000)) (format "%1.1fM" (/ c (* 1024.0 1024))))
3668           (t (format "%dM" (/ c (* 1024.0 1024)))))))
3669
3670
3671 (defun gnus-summary-set-local-parameters (group)
3672   "Go through the local params of GROUP and set all variable specs in that list."
3673   (let ((vars '(quit-config)))          ; Ignore quit-config.
3674     (dolist (elem (gnus-group-find-parameter group))
3675       (and (consp elem)                 ; Has to be a cons.
3676            (consp (cdr elem))           ; The cdr has to be a list.
3677            (symbolp (car elem))         ; Has to be a symbol in there.
3678            (not (memq (car elem) vars))
3679            (ignore-errors               ; So we set it.
3680              (push (car elem) vars)
3681              (make-local-variable (car elem))
3682              (set (car elem) (eval (nth 1 elem))))))))
3683
3684 (defun gnus-summary-read-group (group &optional show-all no-article
3685                                       kill-buffer no-display backward
3686                                       select-articles)
3687   "Start reading news in newsgroup GROUP.
3688 If SHOW-ALL is non-nil, already read articles are also listed.
3689 If NO-ARTICLE is non-nil, no article is selected initially.
3690 If NO-DISPLAY, don't generate a summary buffer."
3691   (let (result)
3692     (while (and group
3693                 (null (setq result
3694                             (let ((gnus-auto-select-next nil))
3695                               (or (gnus-summary-read-group-1
3696                                    group show-all no-article
3697                                    kill-buffer no-display
3698                                    select-articles)
3699                                   (setq show-all nil
3700                                         select-articles nil)))))
3701                 (eq gnus-auto-select-next 'quietly))
3702       (set-buffer gnus-group-buffer)
3703       ;; The entry function called above goes to the next
3704       ;; group automatically, so we go two groups back
3705       ;; if we are searching for the previous group.
3706       (when backward
3707         (gnus-group-prev-unread-group 2))
3708       (if (not (equal group (gnus-group-group-name)))
3709           (setq group (gnus-group-group-name))
3710         (setq group nil)))
3711     result))
3712
3713 (defun gnus-summary-read-group-1 (group show-all no-article
3714                                         kill-buffer no-display
3715                                         &optional select-articles)
3716   ;; Killed foreign groups can't be entered.
3717   ;;  (when (and (not (gnus-group-native-p group))
3718   ;;         (not (gnus-gethash group gnus-newsrc-hashtb)))
3719   ;;    (error "Dead non-native groups can't be entered"))
3720   (gnus-message 5 "Retrieving newsgroup: %s..."
3721                 (gnus-group-decoded-name group))
3722   (let* ((new-group (gnus-summary-setup-buffer group))
3723          (quit-config (gnus-group-quit-config group))
3724          (did-select (and new-group (gnus-select-newsgroup
3725                                      group show-all select-articles))))
3726     (cond
3727      ;; This summary buffer exists already, so we just select it.
3728      ((not new-group)
3729       (gnus-set-global-variables)
3730       (when kill-buffer
3731         (gnus-kill-or-deaden-summary kill-buffer))
3732       (gnus-configure-windows 'summary 'force)
3733       (gnus-set-mode-line 'summary)
3734       (gnus-summary-position-point)
3735       (message "")
3736       t)
3737      ;; We couldn't select this group.
3738      ((null did-select)
3739       (when (and (eq major-mode 'gnus-summary-mode)
3740                  (not (equal (current-buffer) kill-buffer)))
3741         (kill-buffer (current-buffer))
3742         (if (not quit-config)
3743             (progn
3744               ;; Update the info -- marks might need to be removed,
3745               ;; for instance.
3746               (gnus-summary-update-info)
3747               (set-buffer gnus-group-buffer)
3748               (gnus-group-jump-to-group group)
3749               (gnus-group-next-unread-group 1))
3750           (gnus-handle-ephemeral-exit quit-config)))
3751       (let ((grpinfo (gnus-get-info group)))
3752         (if (null (gnus-info-read grpinfo))
3753             (gnus-message 3 "Group %s contains no messages"
3754                           (gnus-group-decoded-name group))
3755           (gnus-message 3 "Can't select group")))
3756       nil)
3757      ;; The user did a `C-g' while prompting for number of articles,
3758      ;; so we exit this group.
3759      ((eq did-select 'quit)
3760       (and (eq major-mode 'gnus-summary-mode)
3761            (not (equal (current-buffer) kill-buffer))
3762            (kill-buffer (current-buffer)))
3763       (when kill-buffer
3764         (gnus-kill-or-deaden-summary kill-buffer))
3765       (if (not quit-config)
3766           (progn
3767             (set-buffer gnus-group-buffer)
3768             (gnus-group-jump-to-group group)
3769             (gnus-group-next-unread-group 1)
3770             (gnus-configure-windows 'group 'force))
3771         (gnus-handle-ephemeral-exit quit-config))
3772       ;; Finally signal the quit.
3773       (signal 'quit nil))
3774      ;; The group was successfully selected.
3775      (t
3776       (gnus-set-global-variables)
3777       ;; Save the active value in effect when the group was entered.
3778       (setq gnus-newsgroup-active
3779             (gnus-copy-sequence
3780              (gnus-active gnus-newsgroup-name)))
3781       ;; You can change the summary buffer in some way with this hook.
3782       (gnus-run-hooks 'gnus-select-group-hook)
3783       (when (memq 'summary (gnus-update-format-specifications
3784                             nil 'summary 'summary-mode 'summary-dummy))
3785         ;; The format specification for the summary line was updated,
3786         ;; so we need to update the mark positions as well.
3787         (gnus-update-summary-mark-positions))
3788       ;; Do score processing.
3789       (when gnus-use-scoring
3790         (gnus-possibly-score-headers))
3791       ;; Check whether to fill in the gaps in the threads.
3792       (when gnus-build-sparse-threads
3793         (gnus-build-sparse-threads))
3794       ;; Find the initial limit.
3795       (if show-all
3796           (let ((gnus-newsgroup-dormant nil))
3797             (gnus-summary-initial-limit show-all))
3798         (gnus-summary-initial-limit show-all))
3799       ;; Generate the summary buffer.
3800       (unless no-display
3801         (gnus-summary-prepare))
3802       (when gnus-use-trees
3803         (gnus-tree-open group)
3804         (setq gnus-summary-highlight-line-function
3805               'gnus-tree-highlight-article))
3806       ;; If the summary buffer is empty, but there are some low-scored
3807       ;; articles or some excluded dormants, we include these in the
3808       ;; buffer.
3809       (when (and (zerop (buffer-size))
3810                  (not no-display))
3811         (cond (gnus-newsgroup-dormant
3812                (gnus-summary-limit-include-dormant))
3813               ((and gnus-newsgroup-scored show-all)
3814                (gnus-summary-limit-include-expunged t))))
3815       ;; Function `gnus-apply-kill-file' must be called in this hook.
3816       (gnus-run-hooks 'gnus-apply-kill-hook)
3817       (if (and (zerop (buffer-size))
3818                (not no-display))
3819           (progn
3820             ;; This newsgroup is empty.
3821             (gnus-summary-catchup-and-exit nil t)
3822             (gnus-message 6 "No unread news")
3823             (when kill-buffer
3824               (gnus-kill-or-deaden-summary kill-buffer))
3825             ;; Return nil from this function.
3826             nil)
3827         ;; Hide conversation thread subtrees.  We cannot do this in
3828         ;; gnus-summary-prepare-hook since kill processing may not
3829         ;; work with hidden articles.
3830         (gnus-summary-maybe-hide-threads)
3831         (when kill-buffer
3832           (gnus-kill-or-deaden-summary kill-buffer))
3833         (gnus-summary-auto-select-subject)
3834         ;; Show first unread article if requested.
3835         (if (and (not no-article)
3836                  (not no-display)
3837                  gnus-newsgroup-unreads
3838                  gnus-auto-select-first)
3839             (progn
3840               (gnus-configure-windows 'summary)
3841               (let ((art (gnus-summary-article-number)))
3842                 (unless (and (not gnus-plugged)
3843                              (or (memq art gnus-newsgroup-undownloaded)
3844                                  (memq art gnus-newsgroup-downloadable)))
3845                   (gnus-summary-goto-article art))))
3846           ;; Don't select any articles.
3847           (gnus-summary-position-point)
3848           (gnus-configure-windows 'summary 'force)
3849           (gnus-set-mode-line 'summary))
3850         (when (and gnus-auto-center-group
3851                    (get-buffer-window gnus-group-buffer t))
3852           ;; Gotta use windows, because recenter does weird stuff if
3853           ;; the current buffer ain't the displayed window.
3854           (let ((owin (selected-window)))
3855             (select-window (get-buffer-window gnus-group-buffer t))
3856             (when (gnus-group-goto-group group)
3857               (recenter))
3858             (select-window owin)))
3859         ;; Mark this buffer as "prepared".
3860         (setq gnus-newsgroup-prepared t)
3861         (gnus-run-hooks 'gnus-summary-prepared-hook)
3862         (unless (gnus-ephemeral-group-p group)
3863           (gnus-group-update-group group))
3864         t)))))
3865
3866 (defun gnus-summary-auto-select-subject ()
3867   "Select the subject line on initial group entry."
3868   (goto-char (point-min))
3869   (cond
3870    ((eq gnus-auto-select-subject 'best)
3871     (gnus-summary-best-unread-subject))
3872    ((eq gnus-auto-select-subject 'unread)
3873     (gnus-summary-first-unread-subject))
3874    ((eq gnus-auto-select-subject 'unseen)
3875     (gnus-summary-first-unseen-subject))
3876    ((eq gnus-auto-select-subject 'unseen-or-unread)
3877     (gnus-summary-first-unseen-or-unread-subject))
3878    ((eq gnus-auto-select-subject 'first)
3879     ;; Do nothing.
3880     )
3881    ((functionp gnus-auto-select-subject)
3882     (funcall gnus-auto-select-subject))))
3883
3884 (defun gnus-summary-prepare ()
3885   "Generate the summary buffer."
3886   (interactive)
3887   (let ((buffer-read-only nil))
3888     (erase-buffer)
3889     (setq gnus-newsgroup-data nil
3890           gnus-newsgroup-data-reverse nil)
3891     (gnus-run-hooks 'gnus-summary-generate-hook)
3892     ;; Generate the buffer, either with threads or without.
3893     (when gnus-newsgroup-headers
3894       (gnus-summary-prepare-threads
3895        (if gnus-show-threads
3896            (gnus-sort-gathered-threads
3897             (funcall gnus-summary-thread-gathering-function
3898                      (gnus-sort-threads
3899                       (gnus-cut-threads (gnus-make-threads)))))
3900          ;; Unthreaded display.
3901          (gnus-sort-articles gnus-newsgroup-headers))))
3902     (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
3903     ;; Call hooks for modifying summary buffer.
3904     (goto-char (point-min))
3905     (gnus-run-hooks 'gnus-summary-prepare-hook)))
3906
3907 (defsubst gnus-general-simplify-subject (subject)
3908   "Simplify subject by the same rules as `gnus-gather-threads-by-subject'."
3909   (setq subject
3910         (cond
3911          ;; Truncate the subject.
3912          (gnus-simplify-subject-functions
3913           (gnus-map-function gnus-simplify-subject-functions subject))
3914          ((numberp gnus-summary-gather-subject-limit)
3915           (setq subject (gnus-simplify-subject-re subject))
3916           (if (> (length subject) gnus-summary-gather-subject-limit)
3917               (substring subject 0 gnus-summary-gather-subject-limit)
3918             subject))
3919          ;; Fuzzily simplify it.
3920          ((eq 'fuzzy gnus-summary-gather-subject-limit)
3921           (gnus-simplify-subject-fuzzy subject))
3922          ;; Just remove the leading "Re:".
3923          (t
3924           (gnus-simplify-subject-re subject))))
3925
3926   (if (and gnus-summary-gather-exclude-subject
3927            (string-match gnus-summary-gather-exclude-subject subject))
3928       nil                         ; This article shouldn't be gathered
3929     subject))
3930
3931 (defun gnus-summary-simplify-subject-query ()
3932   "Query where the respool algorithm would put this article."
3933   (interactive)
3934   (gnus-summary-select-article)
3935   (message (gnus-general-simplify-subject (gnus-summary-article-subject))))
3936
3937 (defun gnus-gather-threads-by-subject (threads)
3938   "Gather threads by looking at Subject headers."
3939   (if (not gnus-summary-make-false-root)
3940       threads
3941     (let ((hashtb (gnus-make-hashtable 1024))
3942           (prev threads)
3943           (result threads)
3944           subject hthread whole-subject)
3945       (while threads
3946         (setq subject (gnus-general-simplify-subject
3947                        (setq whole-subject (mail-header-subject
3948                                             (caar threads)))))
3949         (when subject
3950           (if (setq hthread (gnus-gethash subject hashtb))
3951               (progn
3952                 ;; We enter a dummy root into the thread, if we
3953                 ;; haven't done that already.
3954                 (unless (stringp (caar hthread))
3955                   (setcar hthread (list whole-subject (car hthread))))
3956                 ;; We add this new gathered thread to this gathered
3957                 ;; thread.
3958                 (setcdr (car hthread)
3959                         (nconc (cdar hthread) (list (car threads))))
3960                 ;; Remove it from the list of threads.
3961                 (setcdr prev (cdr threads))
3962                 (setq threads prev))
3963             ;; Enter this thread into the hash table.
3964             (gnus-sethash subject
3965                           (if gnus-summary-make-false-root-always
3966                               (progn
3967                                 ;; If you want a dummy root above all
3968                                 ;; threads...
3969                                 (setcar threads (list whole-subject
3970                                                       (car threads)))
3971                                 threads)
3972                             threads)
3973                           hashtb)))
3974         (setq prev threads)
3975         (setq threads (cdr threads)))
3976       result)))
3977
3978 (defun gnus-gather-threads-by-references (threads)
3979   "Gather threads by looking at References headers."
3980   (let ((idhashtb (gnus-make-hashtable 1024))
3981         (thhashtb (gnus-make-hashtable 1024))
3982         (prev threads)
3983         (result threads)
3984         ids references id gthread gid entered ref)
3985     (while threads
3986       (when (setq references (mail-header-references (caar threads)))
3987         (setq id (mail-header-id (caar threads))
3988               ids (inline (gnus-split-references references))
3989               entered nil)
3990         (while (setq ref (pop ids))
3991           (setq ids (delete ref ids))
3992           (if (not (setq gid (gnus-gethash ref idhashtb)))
3993               (progn
3994                 (gnus-sethash ref id idhashtb)
3995                 (gnus-sethash id threads thhashtb))
3996             (setq gthread (gnus-gethash gid thhashtb))
3997             (unless entered
3998               ;; We enter a dummy root into the thread, if we
3999               ;; haven't done that already.
4000               (unless (stringp (caar gthread))
4001                 (setcar gthread (list (mail-header-subject (caar gthread))
4002                                       (car gthread))))
4003               ;; We add this new gathered thread to this gathered
4004               ;; thread.
4005               (setcdr (car gthread)
4006                       (nconc (cdar gthread) (list (car threads)))))
4007             ;; Add it into the thread hash table.
4008             (gnus-sethash id gthread thhashtb)
4009             (setq entered t)
4010             ;; Remove it from the list of threads.
4011             (setcdr prev (cdr threads))
4012             (setq threads prev))))
4013       (setq prev threads)
4014       (setq threads (cdr threads)))
4015     result))
4016
4017 (defun gnus-sort-gathered-threads (threads)
4018   "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
4019   (let ((result threads))
4020     (while threads
4021       (when (stringp (caar threads))
4022         (setcdr (car threads)
4023                 (sort (cdar threads) gnus-sort-gathered-threads-function)))
4024       (setq threads (cdr threads)))
4025     result))
4026
4027 (defun gnus-thread-loop-p (root thread)
4028   "Say whether ROOT is in THREAD."
4029   (let ((stack (list thread))
4030         (infloop 0)
4031         th)
4032     (while (setq thread (pop stack))
4033       (setq th (cdr thread))
4034       (while (and th
4035                   (not (eq (caar th) root)))
4036         (pop th))
4037       (if th
4038           ;; We have found a loop.
4039           (let (ref-dep)
4040             (setcdr thread (delq (car th) (cdr thread)))
4041             (if (boundp (setq ref-dep (intern "none"
4042                                               gnus-newsgroup-dependencies)))
4043                 (setcdr (symbol-value ref-dep)
4044                         (nconc (cdr (symbol-value ref-dep))
4045                                (list (car th))))
4046               (set ref-dep (list nil (car th))))
4047             (setq infloop 1
4048                   stack nil))
4049         ;; Push all the subthreads onto the stack.
4050         (push (cdr thread) stack)))
4051     infloop))
4052
4053 (defun gnus-make-threads ()
4054   "Go through the dependency hashtb and find the roots.  Return all threads."
4055   (let (threads)
4056     (while (catch 'infloop
4057              (mapatoms
4058               (lambda (refs)
4059                 ;; Deal with self-referencing References loops.
4060                 (when (and (car (symbol-value refs))
4061                            (not (zerop
4062                                  (apply
4063                                   '+
4064                                   (mapcar
4065                                    (lambda (thread)
4066                                      (gnus-thread-loop-p
4067                                       (car (symbol-value refs)) thread))
4068                                    (cdr (symbol-value refs)))))))
4069                   (setq threads nil)
4070                   (throw 'infloop t))
4071                 (unless (car (symbol-value refs))
4072                   ;; These threads do not refer back to any other
4073                   ;; articles, so they're roots.
4074                   (setq threads (append (cdr (symbol-value refs)) threads))))
4075               gnus-newsgroup-dependencies)))
4076     threads))
4077
4078 ;; Build the thread tree.
4079 (defsubst gnus-dependencies-add-header (header dependencies force-new)
4080   "Enter HEADER into the DEPENDENCIES table if it is not already there.
4081
4082 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
4083 if it was already present.
4084
4085 If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
4086 will not be entered in the DEPENDENCIES table.  Otherwise duplicate
4087 Message-IDs will be renamed to a unique Message-ID before being
4088 entered.
4089
4090 Returns HEADER if it was entered in the DEPENDENCIES.  Returns nil otherwise."
4091   (let* ((id (mail-header-id header))
4092          (id-dep (and id (intern id dependencies)))
4093          parent-id ref ref-dep ref-header replaced)
4094     ;; Enter this `header' in the `dependencies' table.
4095     (cond
4096      ((not id-dep)
4097       (setq header nil))
4098      ;; The first two cases do the normal part: enter a new `header'
4099      ;; in the `dependencies' table.
4100      ((not (boundp id-dep))
4101       (set id-dep (list header)))
4102      ((null (car (symbol-value id-dep)))
4103       (setcar (symbol-value id-dep) header))
4104
4105      ;; From here the `header' was already present in the
4106      ;; `dependencies' table.
4107      (force-new
4108       ;; Overrides an existing entry;
4109       ;; just set the header part of the entry.
4110       (setcar (symbol-value id-dep) header)
4111       (setq replaced t))
4112
4113      ;; Renames the existing `header' to a unique Message-ID.
4114      ((not gnus-summary-ignore-duplicates)
4115       ;; An article with this Message-ID has already been seen.
4116       ;; We rename the Message-ID.
4117       (set (setq id-dep (intern (setq id (nnmail-message-id)) dependencies))
4118            (list header))
4119       (mail-header-set-id header id))
4120
4121      ;; The last case ignores an existing entry, except it adds any
4122      ;; additional Xrefs (in case the two articles came from different
4123      ;; servers.
4124      ;; Also sets `header' to `nil' meaning that the `dependencies'
4125      ;; table was *not* modified.
4126      (t
4127       (mail-header-set-xref
4128        (car (symbol-value id-dep))
4129        (concat (or (mail-header-xref (car (symbol-value id-dep)))
4130                    "")
4131                (or (mail-header-xref header) "")))
4132       (setq header nil)))
4133
4134     (when (and header (not replaced))
4135       ;; First check that we are not creating a References loop.
4136       (setq parent-id (gnus-parent-id (mail-header-references header)))
4137       (setq ref parent-id)
4138       (while (and ref
4139                   (setq ref-dep (intern-soft ref dependencies))
4140                   (boundp ref-dep)
4141                   (setq ref-header (car (symbol-value ref-dep))))
4142         (if (string= id ref)
4143             ;; Yuk!  This is a reference loop.  Make the article be a
4144             ;; root article.
4145             (progn
4146               (mail-header-set-references (car (symbol-value id-dep)) "none")
4147               (setq ref nil)
4148               (setq parent-id nil))
4149           (setq ref (gnus-parent-id (mail-header-references ref-header)))))
4150       (setq ref-dep (intern (or parent-id "none") dependencies))
4151       (if (boundp ref-dep)
4152           (setcdr (symbol-value ref-dep)
4153                   (nconc (cdr (symbol-value ref-dep))
4154                          (list (symbol-value id-dep))))
4155         (set ref-dep (list nil (symbol-value id-dep)))))
4156     header))
4157
4158 (defun gnus-extract-message-id-from-in-reply-to (string)
4159   (if (string-match "<[^>]+>" string)
4160       (substring string (match-beginning 0) (match-end 0))
4161     nil))
4162
4163 (defun gnus-build-sparse-threads ()
4164   (let ((headers gnus-newsgroup-headers)
4165         (mail-parse-charset gnus-newsgroup-charset)
4166         (gnus-summary-ignore-duplicates t)
4167         header references generation relations
4168         subject child end new-child date)
4169     ;; First we create an alist of generations/relations, where
4170     ;; generations is how much we trust the relation, and the relation
4171     ;; is parent/child.
4172     (gnus-message 7 "Making sparse threads...")
4173     (save-excursion
4174       (nnheader-set-temp-buffer " *gnus sparse threads*")
4175       (while (setq header (pop headers))
4176         (when (and (setq references (mail-header-references header))
4177                    (not (string= references "")))
4178           (insert references)
4179           (setq child (mail-header-id header)
4180                 subject (mail-header-subject header)
4181                 date (mail-header-date header)
4182                 generation 0)
4183           (while (search-backward ">" nil t)
4184             (setq end (1+ (point)))
4185             (when (search-backward "<" nil t)
4186               (setq new-child (buffer-substring (point) end))
4187               (push (list (incf generation)
4188                           child (setq child new-child)
4189                           subject date)
4190                     relations)))
4191           (when child
4192             (push (list (1+ generation) child nil subject) relations))
4193           (erase-buffer)))
4194       (kill-buffer (current-buffer)))
4195     ;; Sort over trustworthiness.
4196     (mapcar
4197      (lambda (relation)
4198        (when (gnus-dependencies-add-header
4199               (make-full-mail-header
4200                gnus-reffed-article-number
4201                (nth 3 relation) "" (or (nth 4 relation) "")
4202                (nth 1 relation)
4203                (or (nth 2 relation) "") 0 0 "")
4204               gnus-newsgroup-dependencies nil)
4205          (push gnus-reffed-article-number gnus-newsgroup-limit)
4206          (push gnus-reffed-article-number gnus-newsgroup-sparse)
4207          (push (cons gnus-reffed-article-number gnus-sparse-mark)
4208                gnus-newsgroup-reads)
4209          (decf gnus-reffed-article-number)))
4210      (sort relations 'car-less-than-car))
4211     (gnus-message 7 "Making sparse threads...done")))
4212
4213 (defun gnus-build-old-threads ()
4214   ;; Look at all the articles that refer back to old articles, and
4215   ;; fetch the headers for the articles that aren't there.  This will
4216   ;; build complete threads - if the roots haven't been expired by the
4217   ;; server, that is.
4218   (let ((mail-parse-charset gnus-newsgroup-charset)
4219         id heads)
4220     (mapatoms
4221      (lambda (refs)
4222        (when (not (car (symbol-value refs)))
4223          (setq heads (cdr (symbol-value refs)))
4224          (while heads
4225            (if (memq (mail-header-number (caar heads))
4226                      gnus-newsgroup-dormant)
4227                (setq heads (cdr heads))
4228              (setq id (symbol-name refs))
4229              (while (and (setq id (gnus-build-get-header id))
4230                          (not (car (gnus-id-to-thread id)))))
4231              (setq heads nil)))))
4232      gnus-newsgroup-dependencies)))
4233
4234 (defsubst gnus-remove-odd-characters (string)
4235   "Translate STRING into something that doesn't contain weird characters."
4236   (mm-subst-char-in-string
4237    ?\r ?\-
4238    (mm-subst-char-in-string ?\n ?\- string t) t))
4239
4240 ;; This function has to be called with point after the article number
4241 ;; on the beginning of the line.
4242 (defsubst gnus-nov-parse-line (number dependencies &optional force-new)
4243   (let ((eol (point-at-eol))
4244         (buffer (current-buffer))
4245         header references in-reply-to)
4246
4247     ;; overview: [num subject from date id refs chars lines misc]
4248     (unwind-protect
4249         (let (x)
4250           (narrow-to-region (point) eol)
4251           (unless (eobp)
4252             (forward-char))
4253
4254           (setq header
4255                 (make-full-mail-header
4256                  number                 ; number
4257                  (condition-case ()     ; subject
4258                      (gnus-remove-odd-characters
4259                       (funcall gnus-decode-encoded-word-function
4260                                (setq x (nnheader-nov-field))))
4261                    (error x))
4262                  (condition-case ()     ; from
4263                      (gnus-remove-odd-characters
4264                       (funcall gnus-decode-encoded-word-function
4265                                (setq x (nnheader-nov-field))))
4266                    (error x))
4267                  (nnheader-nov-field)   ; date
4268                  (nnheader-nov-read-message-id number)  ; id
4269                  (setq references (nnheader-nov-field)) ; refs
4270                  (nnheader-nov-read-integer) ; chars
4271                  (nnheader-nov-read-integer) ; lines
4272                  (unless (eobp)
4273                    (if (looking-at "Xref: ")
4274                        (goto-char (match-end 0)))
4275                    (nnheader-nov-field)) ; Xref
4276                  (nnheader-nov-parse-extra)))) ; extra
4277
4278       (widen))
4279
4280     (when (and (string= references "")
4281                (setq in-reply-to (mail-header-extra header))
4282                (setq in-reply-to (cdr (assq 'In-Reply-To in-reply-to))))
4283       (mail-header-set-references
4284        header (gnus-extract-message-id-from-in-reply-to in-reply-to)))
4285
4286     (when gnus-alter-header-function
4287       (funcall gnus-alter-header-function header))
4288     (gnus-dependencies-add-header header dependencies force-new)))
4289
4290 (defun gnus-build-get-header (id)
4291   "Look through the buffer of NOV lines and find the header to ID.
4292 Enter this line into the dependencies hash table, and return
4293 the id of the parent article (if any)."
4294   (let ((deps gnus-newsgroup-dependencies)
4295         found header)
4296     (prog1
4297         (save-excursion
4298           (set-buffer nntp-server-buffer)
4299           (let ((case-fold-search nil))
4300             (goto-char (point-min))
4301             (while (and (not found)
4302                         (search-forward id nil t))
4303               (beginning-of-line)
4304               (setq found (looking-at
4305                            (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
4306                                    (regexp-quote id))))
4307               (or found (beginning-of-line 2)))
4308             (when found
4309               (beginning-of-line)
4310               (and
4311                (setq header (gnus-nov-parse-line
4312                              (read (current-buffer)) deps))
4313                (gnus-parent-id (mail-header-references header))))))
4314       (when header
4315         (let ((number (mail-header-number header)))
4316           (push number gnus-newsgroup-limit)
4317           (push header gnus-newsgroup-headers)
4318           (if (memq number gnus-newsgroup-unselected)
4319               (progn
4320                 (setq gnus-newsgroup-unreads
4321                       (gnus-add-to-sorted-list gnus-newsgroup-unreads
4322                                                number))
4323                 (setq gnus-newsgroup-unselected
4324                       (delq number gnus-newsgroup-unselected)))
4325             (push number gnus-newsgroup-ancient)))))))
4326
4327 (defun gnus-build-all-threads ()
4328   "Read all the headers."
4329   (let ((gnus-summary-ignore-duplicates t)
4330         (mail-parse-charset gnus-newsgroup-charset)
4331         (dependencies gnus-newsgroup-dependencies)
4332         header article)
4333     (save-excursion
4334       (set-buffer nntp-server-buffer)
4335       (let ((case-fold-search nil))
4336         (goto-char (point-min))
4337         (while (not (eobp))
4338           (ignore-errors
4339             (setq article (read (current-buffer))
4340                   header (gnus-nov-parse-line article dependencies)))
4341           (when header
4342             (with-current-buffer gnus-summary-buffer
4343               (push header gnus-newsgroup-headers)
4344               (if (memq (setq article (mail-header-number header))
4345                         gnus-newsgroup-unselected)
4346                   (progn
4347                     (setq gnus-newsgroup-unreads
4348                           (gnus-add-to-sorted-list
4349                            gnus-newsgroup-unreads article))
4350                     (setq gnus-newsgroup-unselected
4351                           (delq article gnus-newsgroup-unselected)))
4352                 (push article gnus-newsgroup-ancient)))
4353             (forward-line 1)))))))
4354
4355 (defun gnus-summary-update-article-line (article header)
4356   "Update the line for ARTICLE using HEADER."
4357   (let* ((id (mail-header-id header))
4358          (thread (gnus-id-to-thread id)))
4359     (unless thread
4360       (error "Article in no thread"))
4361     ;; Update the thread.
4362     (setcar thread header)
4363     (gnus-summary-goto-subject article)
4364     (let* ((datal (gnus-data-find-list article))
4365            (data (car datal))
4366            (buffer-read-only nil)
4367            (level (gnus-summary-thread-level)))
4368       (gnus-delete-line)
4369       (let ((inserted (- (point)
4370                          (progn
4371                            (gnus-summary-insert-line
4372                             header level nil
4373                             (memq article gnus-newsgroup-undownloaded)
4374                             (gnus-article-mark article)
4375                             (memq article gnus-newsgroup-replied)
4376                             (memq article gnus-newsgroup-expirable)
4377                             ;; Only insert the Subject string when it's different
4378                             ;; from the previous Subject string.
4379                             (if (and
4380                                  gnus-show-threads
4381                                  (gnus-subject-equal
4382                                   (condition-case ()
4383                                       (mail-header-subject
4384                                        (gnus-data-header
4385                                         (cadr
4386                                          (gnus-data-find-list
4387                                           article
4388                                           (gnus-data-list t)))))
4389                                     ;; Error on the side of excessive subjects.
4390                                     (error ""))
4391                                   (mail-header-subject header)))
4392                                 ""
4393                               (mail-header-subject header))
4394                             nil (cdr (assq article gnus-newsgroup-scored))
4395                             (memq article gnus-newsgroup-processable))
4396                            (point)))))
4397         (when (cdr datal)
4398           (gnus-data-update-list
4399            (cdr datal)
4400            (- (gnus-data-pos data) (gnus-data-pos (cadr datal)) inserted)))))))
4401
4402 (defun gnus-summary-update-article (article &optional iheader)
4403   "Update ARTICLE in the summary buffer."
4404   (set-buffer gnus-summary-buffer)
4405   (let* ((header (gnus-summary-article-header article))
4406          (id (mail-header-id header))
4407          (data (gnus-data-find article))
4408          (thread (gnus-id-to-thread id))
4409          (references (mail-header-references header))
4410          (parent
4411           (gnus-id-to-thread
4412            (or (gnus-parent-id
4413                 (when (and references
4414                            (not (equal "" references)))
4415                   references))
4416                "none")))
4417          (buffer-read-only nil)
4418          (old (car thread)))
4419     (when thread
4420       (unless iheader
4421         (setcar thread nil)
4422         (when parent
4423           (delq thread parent)))
4424       (if (gnus-summary-insert-subject id header)
4425           ;; Set the (possibly) new article number in the data structure.
4426           (gnus-data-set-number data (gnus-id-to-article id))
4427         (setcar thread old)
4428         nil))))
4429
4430 (defun gnus-rebuild-thread (id &optional line)
4431   "Rebuild the thread containing ID.
4432 If LINE, insert the rebuilt thread starting on line LINE."
4433   (let ((buffer-read-only nil)
4434         old-pos current thread data)
4435     (if (not gnus-show-threads)
4436         (setq thread (list (car (gnus-id-to-thread id))))
4437       ;; Get the thread this article is part of.
4438       (setq thread (gnus-remove-thread id)))
4439     (setq old-pos (point-at-bol))
4440     (setq current (save-excursion
4441                     (and (re-search-backward "[\r\n]" nil t)
4442                          (gnus-summary-article-number))))
4443     ;; If this is a gathered thread, we have to go some re-gathering.
4444     (when (stringp (car thread))
4445       (let ((subject (car thread))
4446             roots thr)
4447         (setq thread (cdr thread))
4448         (while thread
4449           (unless (memq (setq thr (gnus-id-to-thread
4450                                    (gnus-root-id
4451                                     (mail-header-id (caar thread)))))
4452                         roots)
4453             (push thr roots))
4454           (setq thread (cdr thread)))
4455         ;; We now have all (unique) roots.
4456         (if (= (length roots) 1)
4457             ;; All the loose roots are now one solid root.
4458             (setq thread (car roots))
4459           (setq thread (cons subject (gnus-sort-threads roots))))))
4460     (let (threads)
4461       ;; We then insert this thread into the summary buffer.
4462       (when line
4463         (goto-char (point-min))
4464         (forward-line (1- line)))
4465       (let (gnus-newsgroup-data gnus-newsgroup-threads)
4466         (if gnus-show-threads
4467             (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
4468           (gnus-summary-prepare-unthreaded thread))
4469         (setq data (nreverse gnus-newsgroup-data))
4470         (setq threads gnus-newsgroup-threads))
4471       ;; We splice the new data into the data structure.
4472       ;;!!! This is kinda bogus.  We assume that in LINE is non-nil,
4473       ;;!!! then we want to insert at the beginning of the buffer.
4474       ;;!!! That happens to be true with Gnus now, but that may
4475       ;;!!! change in the future.  Perhaps.
4476       (gnus-data-enter-list
4477        (if line nil current) data (- (point) old-pos))
4478       (setq gnus-newsgroup-threads
4479             (nconc threads gnus-newsgroup-threads))
4480       (gnus-data-compute-positions))))
4481
4482 (defun gnus-number-to-header (number)
4483   "Return the header for article NUMBER."
4484   (let ((headers gnus-newsgroup-headers))
4485     (while (and headers
4486                 (not (= number (mail-header-number (car headers)))))
4487       (pop headers))
4488     (when headers
4489       (car headers))))
4490
4491 (defun gnus-parent-headers (in-headers &optional generation)
4492   "Return the headers of the GENERATIONeth parent of HEADERS."
4493   (unless generation
4494     (setq generation 1))
4495   (let ((parent t)
4496         (headers in-headers)
4497         references)
4498     (while (and parent
4499                 (not (zerop generation))
4500                 (setq references (mail-header-references headers)))
4501       (setq headers (if (and references
4502                              (setq parent (gnus-parent-id references)))
4503                         (car (gnus-id-to-thread parent))
4504                       nil))
4505       (decf generation))
4506     (and (not (eq headers in-headers))
4507          headers)))
4508
4509 (defun gnus-id-to-thread (id)
4510   "Return the (sub-)thread where ID appears."
4511   (gnus-gethash id gnus-newsgroup-dependencies))
4512
4513 (defun gnus-id-to-article (id)
4514   "Return the article number of ID."
4515   (let ((thread (gnus-id-to-thread id)))
4516     (when (and thread
4517                (car thread))
4518       (mail-header-number (car thread)))))
4519
4520 (defun gnus-id-to-header (id)
4521   "Return the article headers of ID."
4522   (car (gnus-id-to-thread id)))
4523
4524 (defun gnus-article-displayed-root-p (article)
4525   "Say whether ARTICLE is a root(ish) article."
4526   (let ((level (gnus-summary-thread-level article))
4527         (refs (mail-header-references  (gnus-summary-article-header article)))
4528         particle)
4529     (cond
4530      ((null level) nil)
4531      ((zerop level) t)
4532      ((null refs) t)
4533      ((null (gnus-parent-id refs)) t)
4534      ((and (= 1 level)
4535            (null (setq particle (gnus-id-to-article
4536                                  (gnus-parent-id refs))))
4537            (null (gnus-summary-thread-level particle)))))))
4538
4539 (defun gnus-root-id (id)
4540   "Return the id of the root of the thread where ID appears."
4541   (let (last-id prev)
4542     (while (and id (setq prev (car (gnus-id-to-thread id))))
4543       (setq last-id id
4544             id (gnus-parent-id (mail-header-references prev))))
4545     last-id))
4546
4547 (defun gnus-articles-in-thread (thread)
4548   "Return the list of articles in THREAD."
4549   (cons (mail-header-number (car thread))
4550         (apply 'nconc (mapcar 'gnus-articles-in-thread (cdr thread)))))
4551
4552 (defun gnus-remove-thread (id &optional dont-remove)
4553   "Remove the thread that has ID in it."
4554   (let (headers thread last-id)
4555     ;; First go up in this thread until we find the root.
4556     (setq last-id (gnus-root-id id)
4557           headers (message-flatten-list (gnus-id-to-thread last-id)))
4558     ;; We have now found the real root of this thread.  It might have
4559     ;; been gathered into some loose thread, so we have to search
4560     ;; through the threads to find the thread we wanted.
4561     (let ((threads gnus-newsgroup-threads)
4562           sub)
4563       (while threads
4564         (setq sub (car threads))
4565         (if (stringp (car sub))
4566             ;; This is a gathered thread, so we look at the roots
4567             ;; below it to find whether this article is in this
4568             ;; gathered root.
4569             (progn
4570               (setq sub (cdr sub))
4571               (while sub
4572                 (when (member (caar sub) headers)
4573                   (setq thread (car threads)
4574                         threads nil
4575                         sub nil))
4576                 (setq sub (cdr sub))))
4577           ;; It's an ordinary thread, so we check it.
4578           (when (eq (car sub) (car headers))
4579             (setq thread sub
4580                   threads nil)))
4581         (setq threads (cdr threads)))
4582       ;; If this article is in no thread, then it's a root.
4583       (if thread
4584           (unless dont-remove
4585             (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
4586         (setq thread (gnus-id-to-thread last-id)))
4587       (when thread
4588         (prog1
4589             thread                      ; We return this thread.
4590           (unless dont-remove
4591             (if (stringp (car thread))
4592                 (progn
4593                   ;; If we use dummy roots, then we have to remove the
4594                   ;; dummy root as well.
4595                   (when (eq gnus-summary-make-false-root 'dummy)
4596                     ;; We go to the dummy root by going to
4597                     ;; the first sub-"thread", and then one line up.
4598                     (gnus-summary-goto-article
4599                      (mail-header-number (caadr thread)))
4600                     (forward-line -1)
4601                     (gnus-delete-line)
4602                     (gnus-data-compute-positions))
4603                   (setq thread (cdr thread))
4604                   (while thread
4605                     (gnus-remove-thread-1 (car thread))
4606                     (setq thread (cdr thread))))
4607               (gnus-remove-thread-1 thread))))))))
4608
4609 (defun gnus-remove-thread-1 (thread)
4610   "Remove the thread THREAD recursively."
4611   (let ((number (mail-header-number (pop thread)))
4612         d)
4613     (setq thread (reverse thread))
4614     (while thread
4615       (gnus-remove-thread-1 (pop thread)))
4616     (when (setq d (gnus-data-find number))
4617       (goto-char (gnus-data-pos d))
4618       (gnus-summary-show-thread)
4619       (gnus-data-remove
4620        number
4621        (- (point-at-bol)
4622           (prog1
4623               (1+ (point-at-eol))
4624             (gnus-delete-line)))))))
4625
4626 (defun gnus-sort-threads-1 (threads func)
4627   (sort (mapcar (lambda (thread)
4628                   (cons (car thread)
4629                         (and (cdr thread)
4630                              (gnus-sort-threads-1 (cdr thread) func))))
4631                 threads) func))
4632
4633 (defun gnus-sort-threads (threads)
4634   "Sort THREADS."
4635   (if (not gnus-thread-sort-functions)
4636       threads
4637     (gnus-message 8 "Sorting threads...")
4638     (let ((max-lisp-eval-depth 5000))
4639       (prog1 (gnus-sort-threads-1
4640          threads
4641          (gnus-make-sort-function gnus-thread-sort-functions))
4642         (gnus-message 8 "Sorting threads...done")))))
4643
4644 (defun gnus-sort-articles (articles)
4645   "Sort ARTICLES."
4646   (when gnus-article-sort-functions
4647     (gnus-message 7 "Sorting articles...")
4648     (prog1
4649         (setq gnus-newsgroup-headers
4650               (sort articles (gnus-make-sort-function
4651                               gnus-article-sort-functions)))
4652       (gnus-message 7 "Sorting articles...done"))))
4653
4654 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
4655 (defmacro gnus-thread-header (thread)
4656   "Return header of first article in THREAD.
4657 Note that THREAD must never, ever be anything else than a variable -
4658 using some other form will lead to serious barfage."
4659   (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
4660   ;; (8% speedup to gnus-summary-prepare, just for fun :-)
4661   (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207"
4662         (vector thread) 2))
4663
4664 (defsubst gnus-article-sort-by-number (h1 h2)
4665   "Sort articles by article number."
4666   (< (mail-header-number h1)
4667      (mail-header-number h2)))
4668
4669 (defun gnus-thread-sort-by-number (h1 h2)
4670   "Sort threads by root article number."
4671   (gnus-article-sort-by-number
4672    (gnus-thread-header h1) (gnus-thread-header h2)))
4673
4674 (defsubst gnus-article-sort-by-random (h1 h2)
4675   "Sort articles by article number."
4676   (zerop (random 2)))
4677
4678 (defun gnus-thread-sort-by-random (h1 h2)
4679   "Sort threads by root article number."
4680   (gnus-article-sort-by-random
4681    (gnus-thread-header h1) (gnus-thread-header h2)))
4682
4683 (defsubst gnus-article-sort-by-lines (h1 h2)
4684   "Sort articles by article Lines header."
4685   (< (mail-header-lines h1)
4686      (mail-header-lines h2)))
4687
4688 (defun gnus-thread-sort-by-lines (h1 h2)
4689   "Sort threads by root article Lines header."
4690   (gnus-article-sort-by-lines
4691    (gnus-thread-header h1) (gnus-thread-header h2)))
4692
4693 (defsubst gnus-article-sort-by-chars (h1 h2)
4694   "Sort articles by octet length."
4695   (< (mail-header-chars h1)
4696      (mail-header-chars h2)))
4697
4698 (defun gnus-thread-sort-by-chars (h1 h2)
4699   "Sort threads by root article octet length."
4700   (gnus-article-sort-by-chars
4701    (gnus-thread-header h1) (gnus-thread-header h2)))
4702
4703 (defsubst gnus-article-sort-by-author (h1 h2)
4704   "Sort articles by root author."
4705   (string-lessp
4706    (let ((extract (funcall
4707                    gnus-extract-address-components
4708                    (mail-header-from h1))))
4709      (or (car extract) (cadr extract) ""))
4710    (let ((extract (funcall
4711                    gnus-extract-address-components
4712                    (mail-header-from h2))))
4713      (or (car extract) (cadr extract) ""))))
4714
4715 (defun gnus-thread-sort-by-author (h1 h2)
4716   "Sort threads by root author."
4717   (gnus-article-sort-by-author
4718    (gnus-thread-header h1)  (gnus-thread-header h2)))
4719
4720 (defsubst gnus-article-sort-by-recipient (h1 h2)
4721   "Sort articles by recipient."
4722   (string-lessp
4723    (let ((extract (funcall
4724                    gnus-extract-address-components
4725                    (or (cdr (assq 'To (mail-header-extra h1))) ""))))
4726      (or (car extract) (cadr extract)))
4727    (let ((extract (funcall
4728                    gnus-extract-address-components
4729                    (or (cdr (assq 'To (mail-header-extra h2))) ""))))
4730      (or (car extract) (cadr extract)))))
4731
4732 (defun gnus-thread-sort-by-recipient (h1 h2)
4733   "Sort threads by root recipient."
4734   (gnus-article-sort-by-recipient
4735    (gnus-thread-header h1) (gnus-thread-header h2)))
4736
4737 (defsubst gnus-article-sort-by-subject (h1 h2)
4738   "Sort articles by root subject."
4739   (string-lessp
4740    (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
4741    (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
4742
4743 (defun gnus-thread-sort-by-subject (h1 h2)
4744   "Sort threads by root subject."
4745   (gnus-article-sort-by-subject
4746    (gnus-thread-header h1) (gnus-thread-header h2)))
4747
4748 (defsubst gnus-article-sort-by-date (h1 h2)
4749   "Sort articles by root article date."
4750   (time-less-p
4751    (gnus-date-get-time (mail-header-date h1))
4752    (gnus-date-get-time (mail-header-date h2))))
4753
4754 (defun gnus-thread-sort-by-date (h1 h2)
4755   "Sort threads by root article date."
4756   (gnus-article-sort-by-date
4757    (gnus-thread-header h1) (gnus-thread-header h2)))
4758
4759 (defsubst gnus-article-sort-by-score (h1 h2)
4760   "Sort articles by root article score.
4761 Unscored articles will be counted as having a score of zero."
4762   (> (or (cdr (assq (mail-header-number h1)
4763                     gnus-newsgroup-scored))
4764          gnus-summary-default-score 0)
4765      (or (cdr (assq (mail-header-number h2)
4766                     gnus-newsgroup-scored))
4767          gnus-summary-default-score 0)))
4768
4769 (defun gnus-thread-sort-by-score (h1 h2)
4770   "Sort threads by root article score."
4771   (gnus-article-sort-by-score
4772    (gnus-thread-header h1) (gnus-thread-header h2)))
4773
4774 (defun gnus-thread-sort-by-total-score (h1 h2)
4775   "Sort threads by the sum of all scores in the thread.
4776 Unscored articles will be counted as having a score of zero."
4777   (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
4778
4779 (defun gnus-thread-total-score (thread)
4780   ;; This function find the total score of THREAD.
4781   (cond
4782    ((null thread)
4783     0)
4784    ((consp thread)
4785     (if (stringp (car thread))
4786         (apply gnus-thread-score-function 0
4787                (mapcar 'gnus-thread-total-score-1 (cdr thread)))
4788       (gnus-thread-total-score-1 thread)))
4789    (t
4790     (gnus-thread-total-score-1 (list thread)))))
4791
4792 (defun gnus-thread-sort-by-most-recent-number (h1 h2)
4793   "Sort threads such that the thread with the most recently arrived article comes first."
4794   (> (gnus-thread-highest-number h1) (gnus-thread-highest-number h2)))
4795
4796 (defun gnus-thread-highest-number (thread)
4797   "Return the highest article number in THREAD."
4798   (apply 'max (mapcar (lambda (header)
4799                         (mail-header-number header))
4800                       (message-flatten-list thread))))
4801
4802 (defun gnus-thread-sort-by-most-recent-date (h1 h2)
4803   "Sort threads such that the thread with the most recently dated article comes first."
4804   (> (gnus-thread-latest-date h1) (gnus-thread-latest-date h2)))
4805
4806 (defun gnus-thread-latest-date (thread)
4807   "Return the highest article date in THREAD."
4808   (let ((previous-time 0))
4809     (apply 'max
4810            (mapcar
4811             (lambda (header)
4812               (setq previous-time
4813                     (condition-case ()
4814                         (time-to-seconds (mail-header-parse-date
4815                                           (mail-header-date header)))
4816                       (error previous-time))))
4817             (sort
4818              (message-flatten-list thread)
4819              (lambda (h1 h2)
4820                (< (mail-header-number h1)
4821                   (mail-header-number h2))))))))
4822
4823 (defun gnus-thread-total-score-1 (root)
4824   ;; This function find the total score of the thread below ROOT.
4825   (setq root (car root))
4826   (apply gnus-thread-score-function
4827          (or (append
4828               (mapcar 'gnus-thread-total-score
4829                       (cdr (gnus-id-to-thread (mail-header-id root))))
4830               (when (> (mail-header-number root) 0)
4831                 (list (or (cdr (assq (mail-header-number root)
4832                                      gnus-newsgroup-scored))
4833                           gnus-summary-default-score 0))))
4834              (list gnus-summary-default-score)
4835              '(0))))
4836
4837 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
4838 (defvar gnus-tmp-prev-subject nil)
4839 (defvar gnus-tmp-false-parent nil)
4840 (defvar gnus-tmp-root-expunged nil)
4841 (defvar gnus-tmp-dummy-line nil)
4842
4843 (eval-when-compile (defvar gnus-tmp-header))
4844 (defun gnus-extra-header (type &optional header)
4845   "Return the extra header of TYPE."
4846   (or (cdr (assq type (mail-header-extra (or header gnus-tmp-header))))
4847       ""))
4848
4849 (defvar gnus-tmp-thread-tree-header-string "")
4850
4851 (defcustom gnus-sum-thread-tree-root "> "
4852   "With %B spec, used for the root of a thread.
4853 If nil, use subject instead."
4854   :version "22.1"
4855   :type '(radio (const :format "%v  " nil) string)
4856   :group 'gnus-thread)
4857
4858 (defcustom gnus-sum-thread-tree-false-root "> "
4859   "With %B spec, used for a false root of a thread.
4860 If nil, use subject instead."
4861   :version "22.1"
4862   :type '(radio (const :format "%v  " nil) string)
4863   :group 'gnus-thread)
4864
4865 (defcustom gnus-sum-thread-tree-single-indent ""
4866   "With %B spec, used for a thread with just one message.
4867 If nil, use subject instead."
4868   :version "22.1"
4869   :type '(radio (const :format "%v  " nil) string)
4870   :group 'gnus-thread)
4871
4872 (defcustom gnus-sum-thread-tree-vertical "| "
4873   "With %B spec, used for drawing a vertical line."
4874   :version "22.1"
4875   :type 'string
4876   :group 'gnus-thread)
4877
4878 (defcustom gnus-sum-thread-tree-indent "  "
4879   "With %B spec, used for indenting."
4880   :version "22.1"
4881   :type 'string
4882   :group 'gnus-thread)
4883
4884 (defcustom gnus-sum-thread-tree-leaf-with-other "+-> "
4885   "With %B spec, used for a leaf with brothers."
4886   :version "22.1"
4887   :type 'string
4888   :group 'gnus-thread)
4889
4890 (defcustom gnus-sum-thread-tree-single-leaf "\\-> "
4891   "With %B spec, used for a leaf without brothers."
4892   :version "22.1"
4893   :type 'string
4894   :group 'gnus-thread)
4895
4896 (defun gnus-summary-prepare-threads (threads)
4897   "Prepare summary buffer from THREADS and indentation LEVEL.
4898 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
4899 or a straight list of headers."
4900   (gnus-message 7 "Generating summary...")
4901
4902   (setq gnus-newsgroup-threads threads)
4903   (beginning-of-line)
4904
4905   (let ((gnus-tmp-level 0)
4906         (default-score (or gnus-summary-default-score 0))
4907         (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
4908         (building-line-count gnus-summary-display-while-building)
4909         (building-count (integerp gnus-summary-display-while-building))
4910         thread number subject stack state gnus-tmp-gathered beg-match
4911         new-roots gnus-tmp-new-adopts thread-end simp-subject
4912         gnus-tmp-header gnus-tmp-unread gnus-tmp-downloaded
4913         gnus-tmp-replied gnus-tmp-subject-or-nil
4914         gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
4915         gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
4916         gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket
4917         tree-stack)
4918
4919     (setq gnus-tmp-prev-subject nil
4920           gnus-tmp-thread-tree-header-string "")
4921
4922     (if (vectorp (car threads))
4923         ;; If this is a straight (sic) list of headers, then a
4924         ;; threaded summary display isn't required, so we just create
4925         ;; an unthreaded one.
4926         (gnus-summary-prepare-unthreaded threads)
4927
4928       ;; Do the threaded display.
4929
4930       (if gnus-summary-display-while-building
4931           (switch-to-buffer (buffer-name)))
4932       (while (or threads stack gnus-tmp-new-adopts new-roots)
4933
4934         (if (and (= gnus-tmp-level 0)
4935                  (or (not stack)
4936                      (= (caar stack) 0))
4937                  (not gnus-tmp-false-parent)
4938                  (or gnus-tmp-new-adopts new-roots))
4939             (if gnus-tmp-new-adopts
4940                 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
4941                       thread (list (car gnus-tmp-new-adopts))
4942                       gnus-tmp-header (caar thread)
4943                       gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
4944               (when new-roots
4945                 (setq thread (list (car new-roots))
4946                       gnus-tmp-header (caar thread)
4947                       new-roots (cdr new-roots))))
4948
4949           (if threads
4950               ;; If there are some threads, we do them before the
4951               ;; threads on the stack.
4952               (setq thread threads
4953                     gnus-tmp-header (caar thread))
4954             ;; There were no current threads, so we pop something off
4955             ;; the stack.
4956             (setq state (car stack)
4957                   gnus-tmp-level (car state)
4958                   tree-stack (cadr state)
4959                   thread (caddr state)
4960                   stack (cdr stack)
4961                   gnus-tmp-header (caar thread))))
4962
4963         (setq gnus-tmp-false-parent nil)
4964         (setq gnus-tmp-root-expunged nil)
4965         (setq thread-end nil)
4966
4967         (if (stringp gnus-tmp-header)
4968             ;; The header is a dummy root.
4969             (cond
4970              ((eq gnus-summary-make-false-root 'adopt)
4971               ;; We let the first article adopt the rest.
4972               (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
4973                                                (cddar thread)))
4974               (setq gnus-tmp-gathered
4975                     (nconc (mapcar
4976                             (lambda (h) (mail-header-number (car h)))
4977                             (cddar thread))
4978                            gnus-tmp-gathered))
4979               (setq thread (cons (list (caar thread)
4980                                        (cadar thread))
4981                                  (cdr thread)))
4982               (setq gnus-tmp-level -1
4983                     gnus-tmp-false-parent t))
4984              ((eq gnus-summary-make-false-root 'empty)
4985               ;; We print adopted articles with empty subject fields.
4986               (setq gnus-tmp-gathered
4987                     (nconc (mapcar
4988                             (lambda (h) (mail-header-number (car h)))
4989                             (cddar thread))
4990                            gnus-tmp-gathered))
4991               (setq gnus-tmp-level -1))
4992              ((eq gnus-summary-make-false-root 'dummy)
4993               ;; We remember that we probably want to output a dummy
4994               ;; root.
4995               (setq gnus-tmp-dummy-line gnus-tmp-header)
4996               (setq gnus-tmp-prev-subject gnus-tmp-header))
4997              (t
4998               ;; We do not make a root for the gathered
4999               ;; sub-threads at all.
5000               (setq gnus-tmp-level -1)))
5001
5002           (setq number (mail-header-number gnus-tmp-header)
5003                 subject (mail-header-subject gnus-tmp-header)
5004                 simp-subject (gnus-simplify-subject-fully subject))
5005
5006           (cond
5007            ;; If the thread has changed subject, we might want to make
5008            ;; this subthread into a root.
5009            ((and (null gnus-thread-ignore-subject)
5010                  (not (zerop gnus-tmp-level))
5011                  gnus-tmp-prev-subject
5012                  (not (string= gnus-tmp-prev-subject simp-subject)))
5013             (setq new-roots (nconc new-roots (list (car thread)))
5014                   thread-end t
5015                   gnus-tmp-header nil))
5016            ;; If the article lies outside the current limit,
5017            ;; then we do not display it.
5018            ((not (memq number gnus-newsgroup-limit))
5019             (setq gnus-tmp-gathered
5020                   (nconc (mapcar
5021                           (lambda (h) (mail-header-number (car h)))
5022                           (cdar thread))
5023                          gnus-tmp-gathered))
5024             (setq gnus-tmp-new-adopts (if (cdar thread)
5025                                           (append gnus-tmp-new-adopts
5026                                                   (cdar thread))
5027                                         gnus-tmp-new-adopts)
5028                   thread-end t
5029                   gnus-tmp-header nil)
5030             (when (zerop gnus-tmp-level)
5031               (setq gnus-tmp-root-expunged t)))
5032            ;; Perhaps this article is to be marked as read?
5033            ((and gnus-summary-mark-below
5034                  (< (or (cdr (assq number gnus-newsgroup-scored))
5035                         default-score)
5036                     gnus-summary-mark-below)
5037                  ;; Don't touch sparse articles.
5038                  (not (gnus-summary-article-sparse-p number))
5039                  (not (gnus-summary-article-ancient-p number)))
5040             (setq gnus-newsgroup-unreads
5041                   (delq number gnus-newsgroup-unreads))
5042             (if gnus-newsgroup-auto-expire
5043                 (setq gnus-newsgroup-expirable
5044                       (gnus-add-to-sorted-list
5045                        gnus-newsgroup-expirable number))
5046               (push (cons number gnus-low-score-mark)
5047                     gnus-newsgroup-reads))))
5048
5049           (when gnus-tmp-header
5050             ;; We may have an old dummy line to output before this
5051             ;; article.
5052             (when (and gnus-tmp-dummy-line
5053                        (gnus-subject-equal
5054                         gnus-tmp-dummy-line
5055                         (mail-header-subject gnus-tmp-header)))
5056               (gnus-summary-insert-dummy-line
5057                gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
5058               (setq gnus-tmp-dummy-line nil))
5059
5060             ;; Compute the mark.
5061             (setq gnus-tmp-unread (gnus-article-mark number))
5062
5063             (push (gnus-data-make number gnus-tmp-unread (1+ (point))
5064                                   gnus-tmp-header gnus-tmp-level)
5065                   gnus-newsgroup-data)
5066
5067             ;; Actually insert the line.
5068             (setq
5069              gnus-tmp-subject-or-nil
5070              (cond
5071               ((and gnus-thread-ignore-subject
5072                     gnus-tmp-prev-subject
5073                     (not (string= gnus-tmp-prev-subject simp-subject)))
5074                subject)
5075               ((zerop gnus-tmp-level)
5076                (if (and (eq gnus-summary-make-false-root 'empty)
5077                         (memq number gnus-tmp-gathered)
5078                         gnus-tmp-prev-subject
5079                         (string= gnus-tmp-prev-subject simp-subject))
5080                    gnus-summary-same-subject
5081                  subject))
5082               (t gnus-summary-same-subject)))
5083             (if (and (eq gnus-summary-make-false-root 'adopt)
5084                      (= gnus-tmp-level 1)
5085                      (memq number gnus-tmp-gathered))
5086                 (setq gnus-tmp-opening-bracket ?\<
5087                       gnus-tmp-closing-bracket ?\>)
5088               (setq gnus-tmp-opening-bracket ?\[
5089                     gnus-tmp-closing-bracket ?\]))
5090             (setq
5091              gnus-tmp-indentation
5092              (aref gnus-thread-indent-array gnus-tmp-level)
5093              gnus-tmp-lines (mail-header-lines gnus-tmp-header)
5094              gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
5095                                 gnus-summary-default-score 0)
5096              gnus-tmp-score-char
5097              (if (or (null gnus-summary-default-score)
5098                      (<= (abs (- gnus-tmp-score gnus-summary-default-score))
5099                          gnus-summary-zcore-fuzz))
5100                  ?                      ;Whitespace
5101                (if (< gnus-tmp-score gnus-summary-default-score)
5102                    gnus-score-below-mark gnus-score-over-mark))
5103              gnus-tmp-replied
5104              (cond ((memq number gnus-newsgroup-processable)
5105                     gnus-process-mark)
5106                    ((memq number gnus-newsgroup-cached)
5107                     gnus-cached-mark)
5108                    ((memq number gnus-newsgroup-replied)
5109                     gnus-replied-mark)
5110                    ((memq number gnus-newsgroup-forwarded)
5111                     gnus-forwarded-mark)
5112                    ((memq number gnus-newsgroup-saved)
5113                     gnus-saved-mark)
5114                    ((memq number gnus-newsgroup-recent)
5115                     gnus-recent-mark)
5116                    ((memq number gnus-newsgroup-unseen)
5117                     gnus-unseen-mark)
5118                    (t gnus-no-mark))
5119              gnus-tmp-downloaded
5120              (cond ((memq number gnus-newsgroup-undownloaded)
5121                     gnus-undownloaded-mark)
5122                    (gnus-newsgroup-agentized
5123                     gnus-downloaded-mark)
5124                    (t
5125                     gnus-no-mark))
5126              gnus-tmp-from (mail-header-from gnus-tmp-header)
5127              gnus-tmp-name
5128              (cond
5129               ((string-match "<[^>]+> *$" gnus-tmp-from)
5130                (setq beg-match (match-beginning 0))
5131                (or (and (string-match "^\".+\"" gnus-tmp-from)
5132                         (substring gnus-tmp-from 1 (1- (match-end 0))))
5133                    (substring gnus-tmp-from 0 beg-match)))
5134               ((string-match "(.+)" gnus-tmp-from)
5135                (substring gnus-tmp-from
5136                           (1+ (match-beginning 0)) (1- (match-end 0))))
5137               (t gnus-tmp-from))
5138
5139              ;; Do the %B string
5140              gnus-tmp-thread-tree-header-string
5141              (cond
5142               ((not gnus-show-threads) "")
5143               ((zerop gnus-tmp-level)
5144                (cond ((cdar thread)
5145                       (or gnus-sum-thread-tree-root subject))
5146                      (gnus-tmp-new-adopts
5147                       (or gnus-sum-thread-tree-false-root subject))
5148                      (t
5149                       (or gnus-sum-thread-tree-single-indent subject))))
5150               (t
5151                (concat (apply 'concat
5152                               (mapcar (lambda (item)
5153                                         (if (= item 1)
5154                                             gnus-sum-thread-tree-vertical
5155                                           gnus-sum-thread-tree-indent))
5156                                       (cdr (reverse tree-stack))))
5157                        (if (nth 1 thread)
5158                            gnus-sum-thread-tree-leaf-with-other
5159                          gnus-sum-thread-tree-single-leaf)))))
5160             (when (string= gnus-tmp-name "")
5161               (setq gnus-tmp-name gnus-tmp-from))
5162             (unless (numberp gnus-tmp-lines)
5163               (setq gnus-tmp-lines -1))
5164             (if (= gnus-tmp-lines -1)
5165                 (setq gnus-tmp-lines "?")
5166               (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
5167               (gnus-put-text-property
5168              (point)
5169              (progn (eval gnus-summary-line-format-spec) (point))
5170                'gnus-number number)
5171             (when gnus-visual-p
5172               (forward-line -1)
5173               (gnus-run-hooks 'gnus-summary-update-hook)
5174               (forward-line 1))
5175
5176             (setq gnus-tmp-prev-subject simp-subject)))
5177
5178         (when (nth 1 thread)
5179           (push (list (max 0 gnus-tmp-level)
5180                       (copy-sequence tree-stack)
5181                       (nthcdr 1 thread))
5182                 stack))
5183         (push (if (nth 1 thread) 1 0) tree-stack)
5184         (incf gnus-tmp-level)
5185         (setq threads (if thread-end nil (cdar thread)))
5186         (if gnus-summary-display-while-building
5187             (if building-count
5188                 (progn
5189                   ;; use a set frequency
5190                   (setq building-line-count (1- building-line-count))
5191                   (when (= building-line-count 0)
5192                     (sit-for 0)
5193                     (setq building-line-count
5194                           gnus-summary-display-while-building)))
5195               ;; always
5196               (sit-for 0)))
5197         (unless threads
5198           (setq gnus-tmp-level 0)))))
5199   (gnus-message 7 "Generating summary...done"))
5200
5201 (defun gnus-summary-prepare-unthreaded (headers)
5202   "Generate an unthreaded summary buffer based on HEADERS."
5203   (let (header number mark)
5204
5205     (beginning-of-line)
5206
5207     (while headers
5208       ;; We may have to root out some bad articles...
5209       (when (memq (setq number (mail-header-number
5210                                 (setq header (pop headers))))
5211                   gnus-newsgroup-limit)
5212         ;; Mark article as read when it has a low score.
5213         (when (and gnus-summary-mark-below
5214                    (< (or (cdr (assq number gnus-newsgroup-scored))
5215                           gnus-summary-default-score 0)
5216                       gnus-summary-mark-below)
5217                    (not (gnus-summary-article-ancient-p number)))
5218           (setq gnus-newsgroup-unreads
5219                 (delq number gnus-newsgroup-unreads))
5220           (if gnus-newsgroup-auto-expire
5221               (push number gnus-newsgroup-expirable)
5222             (push (cons number gnus-low-score-mark)
5223                   gnus-newsgroup-reads)))
5224
5225         (setq mark (gnus-article-mark number))
5226         (push (gnus-data-make number mark (1+ (point)) header 0)
5227               gnus-newsgroup-data)
5228         (gnus-summary-insert-line
5229          header 0 number
5230          (memq number gnus-newsgroup-undownloaded)
5231          mark (memq number gnus-newsgroup-replied)
5232          (memq number gnus-newsgroup-expirable)
5233          (mail-header-subject header) nil
5234          (cdr (assq number gnus-newsgroup-scored))
5235          (memq number gnus-newsgroup-processable))))))
5236
5237 (defun gnus-summary-remove-list-identifiers ()
5238   "Remove list identifiers in `gnus-list-identifiers' from articles in the current group."
5239   (let ((regexp (if (consp gnus-list-identifiers)
5240                     (mapconcat 'identity gnus-list-identifiers " *\\|")
5241                   gnus-list-identifiers))
5242         changed subject)
5243     (when regexp
5244       (setq regexp (concat "^\\(?:R[Ee]: +\\)*\\(" regexp " *\\)"))
5245       (dolist (header gnus-newsgroup-headers)
5246         (setq subject (mail-header-subject header)
5247               changed nil)
5248         (while (string-match regexp subject)
5249           (setq subject
5250                 (concat (substring subject 0 (match-beginning 1))
5251                         (substring subject (match-end 0)))
5252                 changed t))
5253         (when changed
5254           (when (string-match "^\\(\\(?:R[Ee]: +\\)+\\)R[Ee]: +" subject)
5255             (setq subject
5256                   (concat (substring subject 0 (match-beginning 1))
5257                           (substring subject (match-end 1)))))
5258           (mail-header-set-subject header subject))))))
5259
5260 (defun gnus-fetch-headers (articles)
5261   "Fetch headers of ARTICLES."
5262   (let ((name (gnus-group-decoded-name gnus-newsgroup-name)))
5263     (gnus-message 5 "Fetching headers for %s..." name)
5264     (prog1
5265         (if (eq 'nov
5266                 (setq gnus-headers-retrieved-by
5267                       (gnus-retrieve-headers
5268                        articles gnus-newsgroup-name
5269                        ;; We might want to fetch old headers, but
5270                        ;; not if there is only 1 article.
5271                        (and (or (and
5272                                  (not (eq gnus-fetch-old-headers 'some))
5273                                  (not (numberp gnus-fetch-old-headers)))
5274                                 (> (length articles) 1))
5275                             gnus-fetch-old-headers))))
5276             (gnus-get-newsgroup-headers-xover
5277              articles nil nil gnus-newsgroup-name t)
5278           (gnus-get-newsgroup-headers))
5279       (gnus-message 5 "Fetching headers for %s...done" name))))
5280
5281 (defun gnus-select-newsgroup (group &optional read-all select-articles)
5282   "Select newsgroup GROUP.
5283 If READ-ALL is non-nil, all articles in the group are selected.
5284 If SELECT-ARTICLES, only select those articles from GROUP."
5285   (let* ((entry (gnus-group-entry group))
5286          ;;!!! Dirty hack; should be removed.
5287          (gnus-summary-ignore-duplicates
5288           (if (eq (car (gnus-find-method-for-group group)) 'nnvirtual)
5289               t
5290             gnus-summary-ignore-duplicates))
5291          (info (nth 2 entry))
5292          articles fetched-articles cached)
5293
5294     (unless (gnus-check-server
5295              (set (make-local-variable 'gnus-current-select-method)
5296                   (gnus-find-method-for-group group)))
5297       (error "Couldn't open server"))
5298
5299     (or (and entry (not (eq (car entry) t))) ; Either it's active...
5300         (gnus-activate-group group)     ; Or we can activate it...
5301         (progn                          ; Or we bug out.
5302           (when (equal major-mode 'gnus-summary-mode)
5303             (gnus-kill-buffer (current-buffer)))
5304           (error "Couldn't activate group %s: %s"
5305                  group (gnus-status-message group))))
5306
5307     (unless (gnus-request-group group t)
5308       (when (equal major-mode 'gnus-summary-mode)
5309         (gnus-kill-buffer (current-buffer)))
5310       (error "Couldn't request group %s: %s"
5311              group (gnus-status-message group)))
5312
5313     (when gnus-agent
5314       (gnus-agent-possibly-alter-active group (gnus-active group) info)
5315
5316       (setq gnus-summary-use-undownloaded-faces
5317             (gnus-agent-find-parameter
5318              group
5319              'agent-enable-undownloaded-faces)))
5320
5321     (setq gnus-newsgroup-name group
5322           gnus-newsgroup-unselected nil
5323           gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
5324
5325     (let ((display (gnus-group-find-parameter group 'display)))
5326       (setq gnus-newsgroup-display
5327             (cond
5328              ((not (zerop (or (car-safe read-all) 0)))
5329               ;; The user entered the group with C-u SPC/RET, let's show
5330               ;; all articles.
5331               'gnus-not-ignore)
5332              ((eq display 'all)
5333               'gnus-not-ignore)
5334              ((arrayp display)
5335               (gnus-summary-display-make-predicate (mapcar 'identity display)))
5336              ((numberp display)
5337               ;; The following is probably the "correct" solution, but
5338               ;; it makes Gnus fetch all headers and then limit the
5339               ;; articles (which is slow), so instead we hack the
5340               ;; select-articles parameter instead. -- Simon Josefsson
5341               ;; <jas@kth.se>
5342               ;;
5343               ;; (gnus-byte-compile
5344               ;;  `(lambda () (> number ,(- (cdr (gnus-active group))
5345               ;;                         display)))))
5346               (setq select-articles
5347                     (gnus-uncompress-range
5348                      (cons (let ((tmp (- (cdr (gnus-active group)) display)))
5349                              (if (> tmp 0)
5350                                  tmp
5351                                1))
5352                            (cdr (gnus-active group)))))
5353               nil)
5354              (t
5355               nil))))
5356
5357     (gnus-summary-setup-default-charset)
5358
5359     ;; Kludge to avoid having cached articles nixed out in virtual groups.
5360     (when (gnus-virtual-group-p group)
5361       (setq cached gnus-newsgroup-cached))
5362
5363     (setq gnus-newsgroup-unreads
5364           (gnus-sorted-ndifference
5365            (gnus-sorted-ndifference gnus-newsgroup-unreads
5366                                     gnus-newsgroup-marked)
5367            gnus-newsgroup-dormant))
5368
5369     (setq gnus-newsgroup-processable nil)
5370
5371     (gnus-update-read-articles group gnus-newsgroup-unreads)
5372
5373     ;; Adjust and set lists of article marks.
5374     (when info
5375       (gnus-adjust-marked-articles info))
5376     (if (setq articles select-articles)
5377         (setq gnus-newsgroup-unselected
5378               (gnus-sorted-difference gnus-newsgroup-unreads articles))
5379       (setq articles (gnus-articles-to-read group read-all)))
5380
5381     (cond
5382      ((null articles)
5383       ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
5384       'quit)
5385      ((eq articles 0) nil)
5386      (t
5387       ;; Init the dependencies hash table.
5388       (setq gnus-newsgroup-dependencies
5389             (gnus-make-hashtable (length articles)))
5390       (gnus-set-global-variables)
5391       ;; Retrieve the headers and read them in.
5392
5393       (setq gnus-newsgroup-headers (gnus-fetch-headers articles))
5394
5395       ;; Kludge to avoid having cached articles nixed out in virtual groups.
5396       (when cached
5397         (setq gnus-newsgroup-cached cached))
5398
5399       ;; Suppress duplicates?
5400       (when gnus-suppress-duplicates
5401         (gnus-dup-suppress-articles))
5402
5403       ;; Set the initial limit.
5404       (setq gnus-newsgroup-limit (copy-sequence articles))
5405       ;; Remove canceled articles from the list of unread articles.
5406       (setq fetched-articles
5407             (mapcar (lambda (headers) (mail-header-number headers))
5408                     gnus-newsgroup-headers))
5409       (setq gnus-newsgroup-articles fetched-articles)
5410       (setq gnus-newsgroup-unreads
5411             (gnus-sorted-nintersection
5412              gnus-newsgroup-unreads fetched-articles))
5413       (gnus-compute-unseen-list)
5414
5415       ;; Removed marked articles that do not exist.
5416       (gnus-update-missing-marks
5417        (gnus-sorted-difference articles fetched-articles))
5418       ;; We might want to build some more threads first.
5419       (when (and gnus-fetch-old-headers
5420                  (eq gnus-headers-retrieved-by 'nov))
5421         (if (eq gnus-fetch-old-headers 'invisible)
5422             (gnus-build-all-threads)
5423           (gnus-build-old-threads)))
5424       ;; Let the Gnus agent mark articles as read.
5425       (when gnus-agent
5426         (gnus-agent-get-undownloaded-list))
5427       ;; Remove list identifiers from subject
5428       (when gnus-list-identifiers
5429         (gnus-summary-remove-list-identifiers))
5430       ;; Check whether auto-expire is to be done in this group.
5431       (setq gnus-newsgroup-auto-expire
5432             (gnus-group-auto-expirable-p group))
5433       ;; Set up the article buffer now, if necessary.
5434       (unless gnus-single-article-buffer
5435         (gnus-article-setup-buffer))
5436       ;; First and last article in this newsgroup.
5437       (when gnus-newsgroup-headers
5438         (setq gnus-newsgroup-begin
5439               (mail-header-number (car gnus-newsgroup-headers))
5440               gnus-newsgroup-end
5441               (mail-header-number
5442                (gnus-last-element gnus-newsgroup-headers))))
5443       ;; GROUP is successfully selected.
5444       (or gnus-newsgroup-headers t)))))
5445
5446 (defun gnus-compute-unseen-list ()
5447   ;; The `seen' marks are treated specially.
5448   (if (not gnus-newsgroup-seen)
5449       (setq gnus-newsgroup-unseen gnus-newsgroup-articles)
5450     (setq gnus-newsgroup-unseen
5451           (gnus-inverse-list-range-intersection
5452            gnus-newsgroup-articles gnus-newsgroup-seen))))
5453
5454 (defun gnus-summary-display-make-predicate (display)
5455   (require 'gnus-agent)
5456   (when (= (length display) 1)
5457     (setq display (car display)))
5458   (unless gnus-summary-display-cache
5459     (dolist (elem (append '((unread . unread)
5460                             (read . read)
5461                             (unseen . unseen))
5462                           gnus-article-mark-lists))
5463       (push (cons (cdr elem)
5464                   (gnus-byte-compile
5465                    `(lambda () (gnus-article-marked-p ',(cdr elem)))))
5466             gnus-summary-display-cache)))
5467   (let ((gnus-category-predicate-alist gnus-summary-display-cache)
5468         (gnus-category-predicate-cache gnus-summary-display-cache))
5469     (gnus-get-predicate display)))
5470
5471 ;; Uses the dynamically bound `number' variable.
5472 (eval-when-compile
5473   (defvar number))
5474 (defun gnus-article-marked-p (type &optional article)
5475   (let ((article (or article number)))
5476     (cond
5477      ((eq type 'tick)
5478       (memq article gnus-newsgroup-marked))
5479      ((eq type 'spam)
5480       (memq article gnus-newsgroup-spam-marked))
5481      ((eq type 'unsend)
5482       (memq article gnus-newsgroup-unsendable))
5483      ((eq type 'undownload)
5484       (memq article gnus-newsgroup-undownloaded))
5485      ((eq type 'download)
5486       (memq article gnus-newsgroup-downloadable))
5487      ((eq type 'unread)
5488       (memq article gnus-newsgroup-unreads))
5489      ((eq type 'read)
5490       (memq article gnus-newsgroup-reads))
5491      ((eq type 'dormant)
5492       (memq article gnus-newsgroup-dormant) )
5493      ((eq type 'expire)
5494       (memq article gnus-newsgroup-expirable))
5495      ((eq type 'reply)
5496       (memq article gnus-newsgroup-replied))
5497      ((eq type 'killed)
5498       (memq article gnus-newsgroup-killed))
5499      ((eq type 'bookmark)
5500       (assq article gnus-newsgroup-bookmarks))
5501      ((eq type 'score)
5502       (assq article gnus-newsgroup-scored))
5503      ((eq type 'save)
5504       (memq article gnus-newsgroup-saved))
5505      ((eq type 'cache)
5506       (memq article gnus-newsgroup-cached))
5507      ((eq type 'forward)
5508       (memq article gnus-newsgroup-forwarded))
5509      ((eq type 'seen)
5510       (not (memq article gnus-newsgroup-unseen)))
5511      ((eq type 'recent)
5512       (memq article gnus-newsgroup-recent))
5513      (t t))))
5514
5515 (defun gnus-articles-to-read (group &optional read-all)
5516   "Find out what articles the user wants to read."
5517   (let* ((articles
5518           ;; Select all articles if `read-all' is non-nil, or if there
5519           ;; are no unread articles.
5520           (if (or read-all
5521                   (and (zerop (length gnus-newsgroup-marked))
5522                        (zerop (length gnus-newsgroup-unreads)))
5523                   ;; Fetch all if the predicate is non-nil.
5524                   gnus-newsgroup-display)
5525               ;; We want to select the headers for all the articles in
5526               ;; the group, so we select either all the active
5527               ;; articles in the group, or (if that's nil), the
5528               ;; articles in the cache.
5529               (or
5530                (gnus-uncompress-range (gnus-active group))
5531                (gnus-cache-articles-in-group group))
5532             ;; Select only the "normal" subset of articles.
5533             (gnus-sorted-nunion
5534              (gnus-sorted-union gnus-newsgroup-dormant gnus-newsgroup-marked)
5535              gnus-newsgroup-unreads)))
5536          (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
5537          (scored (length scored-list))
5538          (number (length articles))
5539          (marked (+ (length gnus-newsgroup-marked)
5540                     (length gnus-newsgroup-dormant)))
5541          (select
5542           (cond
5543            ((numberp read-all)
5544             read-all)
5545            ((numberp gnus-newsgroup-display)
5546             gnus-newsgroup-display)
5547            (t
5548             (condition-case ()
5549                 (cond
5550                  ((and (or (<= scored marked) (= scored number))
5551                        (numberp gnus-large-newsgroup)
5552                        (> number gnus-large-newsgroup))
5553                   (let* ((cursor-in-echo-area nil)
5554                          (initial (gnus-parameter-large-newsgroup-initial
5555                                    gnus-newsgroup-name))
5556                          (input
5557                           (read-string
5558                            (format
5559                             "How many articles from %s (%s %d): "
5560                             (gnus-limit-string
5561                              (gnus-group-decoded-name gnus-newsgroup-name)
5562                              35)
5563                             (if initial "max" "default")
5564                             number)
5565                            (if initial
5566                                (cons (number-to-string initial)
5567                                      0)))))
5568                     (if (string-match "^[ \t]*$" input) number input)))
5569                  ((and (> scored marked) (< scored number)
5570                        (> (- scored number) 20))
5571                   (let ((input
5572                          (read-string
5573                           (format "%s %s (%d scored, %d total): "
5574                                   "How many articles from"
5575                                   (gnus-group-decoded-name group)
5576                                   scored number))))
5577                     (if (string-match "^[ \t]*$" input)
5578                         number input)))
5579                  (t number))
5580               (quit
5581                (message "Quit getting the articles to read")
5582                nil))))))
5583     (setq select (if (stringp select) (string-to-number select) select))
5584     (if (or (null select) (zerop select))
5585         select
5586       (if (and (not (zerop scored)) (<= (abs select) scored))
5587           (progn
5588             (setq articles (sort scored-list '<))
5589             (setq number (length articles)))
5590         (setq articles (copy-sequence articles)))
5591
5592       (when (< (abs select) number)
5593         (if (< select 0)
5594             ;; Select the N oldest articles.
5595             (setcdr (nthcdr (1- (abs select)) articles) nil)
5596           ;; Select the N most recent articles.
5597           (setq articles (nthcdr (- number select) articles))))
5598       (setq gnus-newsgroup-unselected
5599             (gnus-sorted-difference gnus-newsgroup-unreads articles))
5600       (when gnus-alter-articles-to-read-function
5601         (setq articles
5602               (sort
5603                (funcall gnus-alter-articles-to-read-function
5604                         gnus-newsgroup-name articles)
5605                '<)))
5606       articles)))
5607
5608 (defun gnus-killed-articles (killed articles)
5609   (let (out)
5610     (while articles
5611       (when (inline (gnus-member-of-range (car articles) killed))
5612         (push (car articles) out))
5613       (setq articles (cdr articles)))
5614     out))
5615
5616 (defun gnus-uncompress-marks (marks)
5617   "Uncompress the mark ranges in MARKS."
5618   (let ((uncompressed '(score bookmark))
5619         out)
5620     (while marks
5621       (if (memq (caar marks) uncompressed)
5622           (push (car marks) out)
5623         (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
5624       (setq marks (cdr marks)))
5625     out))
5626
5627 (defun gnus-article-mark-to-type (mark)
5628   "Return the type of MARK."
5629   (or (cadr (assq mark gnus-article-special-mark-lists))
5630       'list))
5631
5632 (defun gnus-article-unpropagatable-p (mark)
5633   "Return whether MARK should be propagated to back end."
5634   (memq mark gnus-article-unpropagated-mark-lists))
5635
5636 (defun gnus-adjust-marked-articles (info)
5637   "Set all article lists and remove all marks that are no longer valid."
5638   (let* ((marked-lists (gnus-info-marks info))
5639          (active (gnus-active (gnus-info-group info)))
5640          (min (car active))
5641          (max (cdr active))
5642          (types gnus-article-mark-lists)
5643          marks var articles article mark mark-type
5644          bgn end)
5645
5646     (dolist (marks marked-lists)
5647       (setq mark (car marks)
5648             mark-type (gnus-article-mark-to-type mark)
5649             var (intern (format "gnus-newsgroup-%s" (car (rassq mark types)))))
5650
5651       ;; We set the variable according to the type of the marks list,
5652       ;; and then adjust the marks to a subset of the active articles.
5653       (cond
5654        ;; Adjust "simple" lists - compressed yet unsorted
5655        ((eq mark-type 'list)
5656         ;; Simultaneously uncompress and clip to active range
5657         ;; See gnus-uncompress-range for a description of possible marks
5658         (let (l lh)
5659           (if (not (cadr marks))
5660               (set var nil)
5661             (setq articles (if (numberp (cddr marks))
5662                                (list (cdr marks))
5663                              (cdr marks))
5664                   lh (cons nil nil)
5665                   l lh)
5666
5667             (while (setq article (pop articles))
5668               (cond ((consp article)
5669                      (setq bgn (max (car article) min)
5670                            end (min (cdr article) max))
5671                      (while (<= bgn end)
5672                        (setq l (setcdr l (cons bgn nil))
5673                              bgn (1+ bgn))))
5674                     ((and (<= min article)
5675                           (>= max article))
5676                      (setq l (setcdr l (cons article nil))))))
5677             (set var (cdr lh)))))
5678        ;; Adjust assocs.
5679        ((eq mark-type 'tuple)
5680         (set var (setq articles (cdr marks)))
5681         (when (not (listp (cdr (symbol-value var))))
5682           (set var (list (symbol-value var))))
5683         (when (not (listp (cdr articles)))
5684           (setq articles (list articles)))
5685         (while articles
5686           (when (or (not (consp (setq article (pop articles))))
5687                     (< (car article) min)
5688                     (> (car article) max))
5689             (set var (delq article (symbol-value var))))))
5690        ;; Adjust ranges (sloppily).
5691        ((eq mark-type 'range)
5692         (cond
5693          ((eq mark 'seen)
5694           ;; Fix the record for `seen' if it looks like (seen NUM1 . NUM2).
5695           ;; It should be (seen (NUM1 . NUM2)).
5696           (when (numberp (cddr marks))
5697             (setcdr marks (list (cdr marks))))
5698           (setq articles (cdr marks))
5699           (while (and articles
5700                       (or (and (consp (car articles))
5701                                (> min (cdar articles)))
5702                           (and (numberp (car articles))
5703                                (> min (car articles)))))
5704             (pop articles))
5705           (set var articles))))))))
5706
5707 (defun gnus-update-missing-marks (missing)
5708   "Go through the list of MISSING articles and remove them from the mark lists."
5709   (when missing
5710     (let (var m)
5711       ;; Go through all types.
5712       (dolist (elem gnus-article-mark-lists)
5713         (when (eq (gnus-article-mark-to-type (cdr elem)) 'list)
5714           (setq var (intern (format "gnus-newsgroup-%s" (car elem))))
5715           (when (symbol-value var)
5716             ;; This list has articles.  So we delete all missing
5717             ;; articles from it.
5718             (setq m missing)
5719             (while m
5720               (set var (delq (pop m) (symbol-value var))))))))))
5721
5722 (defun gnus-update-marks ()
5723   "Enter the various lists of marked articles into the newsgroup info list."
5724   (let ((types gnus-article-mark-lists)
5725         (info (gnus-get-info gnus-newsgroup-name))
5726         type list newmarked symbol delta-marks)
5727     (when info
5728       ;; Add all marks lists to the list of marks lists.
5729       (while (setq type (pop types))
5730         (setq list (symbol-value
5731                     (setq symbol
5732                           (intern (format "gnus-newsgroup-%s" (car type))))))
5733
5734         (when list
5735           ;; Get rid of the entries of the articles that have the
5736           ;; default score.
5737           (when (and (eq (cdr type) 'score)
5738                      gnus-save-score
5739                      list)
5740             (let* ((arts list)
5741                    (prev (cons nil list))
5742                    (all prev))
5743               (while arts
5744                 (if (or (not (consp (car arts)))
5745                         (= (cdar arts) gnus-summary-default-score))
5746                     (setcdr prev (cdr arts))
5747                   (setq prev arts))
5748                 (setq arts (cdr arts)))
5749               (setq list (cdr all)))))
5750
5751         (when (eq (cdr type) 'seen)
5752           (setq list (gnus-range-add list gnus-newsgroup-unseen)))
5753
5754         (when (eq (gnus-article-mark-to-type (cdr type)) 'list)
5755           (setq list (gnus-compress-sequence (set symbol (sort list '<)) t)))
5756
5757         (when (and (gnus-check-backend-function
5758                     'request-set-mark gnus-newsgroup-name)
5759                    (not (gnus-article-unpropagatable-p (cdr type))))
5760           (let* ((old (cdr (assq (cdr type) (gnus-info-marks info))))
5761                  (del (gnus-remove-from-range (gnus-copy-sequence old) list))
5762                  (add (gnus-remove-from-range
5763                        (gnus-copy-sequence list) old)))
5764             (when add
5765               (push (list add 'add (list (cdr type))) delta-marks))
5766             (when del
5767               (push (list del 'del (list (cdr type))) delta-marks))))
5768
5769         (when list
5770           (push (cons (cdr type) list) newmarked)))
5771
5772       (when delta-marks
5773         (unless (gnus-check-group gnus-newsgroup-name)
5774           (error "Can't open server for %s" gnus-newsgroup-name))
5775         (gnus-request-set-mark gnus-newsgroup-name delta-marks))
5776
5777       ;; Enter these new marks into the info of the group.
5778       (if (nthcdr 3 info)
5779           (setcar (nthcdr 3 info) newmarked)
5780         ;; Add the marks lists to the end of the info.
5781         (when newmarked
5782           (setcdr (nthcdr 2 info) (list newmarked))))
5783
5784       ;; Cut off the end of the info if there's nothing else there.
5785       (let ((i 5))
5786         (while (and (> i 2)
5787                     (not (nth i info)))
5788           (when (nthcdr (decf i) info)
5789             (setcdr (nthcdr i info) nil)))))))
5790
5791 (defun gnus-set-mode-line (where)
5792   "Set the mode line of the article or summary buffers.
5793 If WHERE is `summary', the summary mode line format will be used."
5794   ;; Is this mode line one we keep updated?
5795   (when (and (memq where gnus-updated-mode-lines)
5796              (symbol-value
5797               (intern (format "gnus-%s-mode-line-format-spec" where))))
5798     (let (mode-string)
5799       (save-excursion
5800         ;; We evaluate this in the summary buffer since these
5801         ;; variables are buffer-local to that buffer.
5802         (set-buffer gnus-summary-buffer)
5803        ;; We bind all these variables that are used in the `eval' form
5804         ;; below.
5805         (let* ((mformat (symbol-value
5806                          (intern
5807                           (format "gnus-%s-mode-line-format-spec" where))))
5808                (gnus-tmp-group-name (gnus-group-decoded-name
5809                                      gnus-newsgroup-name))
5810                (gnus-tmp-article-number (or gnus-current-article 0))
5811                (gnus-tmp-unread gnus-newsgroup-unreads)
5812                (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
5813                (gnus-tmp-unselected (length gnus-newsgroup-unselected))
5814                (gnus-tmp-unread-and-unselected
5815                 (cond ((and (zerop gnus-tmp-unread-and-unticked)
5816                             (zerop gnus-tmp-unselected))
5817                        "")
5818                       ((zerop gnus-tmp-unselected)
5819                        (format "{%d more}" gnus-tmp-unread-and-unticked))
5820                       (t (format "{%d(+%d) more}"
5821                                  gnus-tmp-unread-and-unticked
5822                                  gnus-tmp-unselected))))
5823                (gnus-tmp-subject
5824                 (if (and gnus-current-headers
5825                          (vectorp gnus-current-headers))
5826                     (gnus-mode-string-quote
5827                      (mail-header-subject gnus-current-headers))
5828                   ""))
5829                bufname-length max-len
5830                gnus-tmp-header) ;; passed as argument to any user-format-funcs
5831           (setq mode-string (eval mformat))
5832           (setq bufname-length (if (string-match "%b" mode-string)
5833                                    (- (length
5834                                        (buffer-name
5835                                         (if (eq where 'summary)
5836                                             nil
5837                                           (get-buffer gnus-article-buffer))))
5838                                       2)
5839                                  0))
5840           (setq max-len (max 4 (if gnus-mode-non-string-length
5841                                    (- (window-width)
5842                                       gnus-mode-non-string-length
5843                                       bufname-length)
5844                                  (length mode-string))))
5845           ;; We might have to chop a bit of the string off...
5846           (when (> (length mode-string) max-len)
5847             (setq mode-string
5848                   (concat (truncate-string-to-width mode-string (- max-len 3))
5849                           "...")))
5850           ;; Pad the mode string a bit.
5851           (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
5852       ;; Update the mode line.
5853       (setq mode-line-buffer-identification
5854             (gnus-mode-line-buffer-identification (list mode-string)))
5855       (set-buffer-modified-p t))))
5856
5857 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
5858   "Go through the HEADERS list and add all Xrefs to a hash table.
5859 The resulting hash table is returned, or nil if no Xrefs were found."
5860   (let* ((virtual (gnus-virtual-group-p from-newsgroup))
5861          (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
5862          (xref-hashtb (gnus-make-hashtable))
5863          start group entry number xrefs header)
5864     (while headers
5865       (setq header (pop headers))
5866       (when (and (setq xrefs (mail-header-xref header))
5867                  (not (memq (setq number (mail-header-number header))
5868                             unreads)))
5869         (setq start 0)
5870         (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
5871           (setq start (match-end 0))
5872           (setq group (if prefix
5873                           (concat prefix (substring xrefs (match-beginning 1)
5874                                                     (match-end 1)))
5875                         (substring xrefs (match-beginning 1) (match-end 1))))
5876           (setq number
5877                 (string-to-number (substring xrefs (match-beginning 2)
5878                                           (match-end 2))))
5879           (if (setq entry (gnus-gethash group xref-hashtb))
5880               (setcdr entry (cons number (cdr entry)))
5881             (gnus-sethash group (cons number nil) xref-hashtb)))))
5882     (and start xref-hashtb)))
5883
5884 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
5885   "Look through all the headers and mark the Xrefs as read."
5886   (let ((virtual (gnus-virtual-group-p from-newsgroup))
5887         name info xref-hashtb idlist method nth4)
5888     (save-excursion
5889       (set-buffer gnus-group-buffer)
5890       (when (setq xref-hashtb
5891                   (gnus-create-xref-hashtb from-newsgroup headers unreads))
5892         (mapatoms
5893          (lambda (group)
5894            (unless (string= from-newsgroup (setq name (symbol-name group)))
5895              (setq idlist (symbol-value group))
5896              ;; Dead groups are not updated.
5897              (and (prog1
5898                       (setq info (gnus-get-info name))
5899                     (when (stringp (setq nth4 (gnus-info-method info)))
5900                       (setq nth4 (gnus-server-to-method nth4))))
5901                   ;; Only do the xrefs if the group has the same
5902                   ;; select method as the group we have just read.
5903                   (or (gnus-methods-equal-p
5904                        nth4 (gnus-find-method-for-group from-newsgroup))
5905                       virtual
5906                       (equal nth4 (setq method (gnus-find-method-for-group
5907                                                 from-newsgroup)))
5908                       (and (equal (car nth4) (car method))
5909                            (equal (nth 1 nth4) (nth 1 method))))
5910                   gnus-use-cross-reference
5911                   (or (not (eq gnus-use-cross-reference t))
5912                       virtual
5913                       ;; Only do cross-references on subscribed
5914                       ;; groups, if that is what is wanted.
5915                       (<= (gnus-info-level info) gnus-level-subscribed))
5916                   (gnus-group-make-articles-read name idlist))))
5917          xref-hashtb)))))
5918
5919 (defun gnus-compute-read-articles (group articles)
5920   (let* ((entry (gnus-group-entry group))
5921          (info (nth 2 entry))
5922          (active (gnus-active group))
5923          ninfo)
5924     (when entry
5925       ;; First peel off all invalid article numbers.
5926       (when active
5927         (let ((ids articles)
5928               id first)
5929           (while (setq id (pop ids))
5930             (when (and first (> id (cdr active)))
5931               ;; We'll end up in this situation in one particular
5932               ;; obscure situation.  If you re-scan a group and get
5933               ;; a new article that is cross-posted to a different
5934               ;; group that has not been re-scanned, you might get
5935               ;; crossposted article that has a higher number than
5936               ;; Gnus believes possible.  So we re-activate this
5937               ;; group as well.  This might mean doing the
5938               ;; crossposting thingy will *increase* the number
5939               ;; of articles in some groups.  Tsk, tsk.
5940               (setq active (or (gnus-activate-group group) active)))
5941             (when (or (> id (cdr active))
5942                       (< id (car active)))
5943               (setq articles (delq id articles))))))
5944       ;; If the read list is nil, we init it.
5945       (if (and active
5946                (null (gnus-info-read info))
5947                (> (car active) 1))
5948           (setq ninfo (cons 1 (1- (car active))))
5949         (setq ninfo (gnus-info-read info)))
5950       ;; Then we add the read articles to the range.
5951       (gnus-add-to-range
5952        ninfo (setq articles (sort articles '<))))))
5953
5954 (defun gnus-group-make-articles-read (group articles)
5955   "Update the info of GROUP to say that ARTICLES are read."
5956   (let* ((num 0)
5957          (entry (gnus-group-entry group))
5958          (info (nth 2 entry))
5959          (active (gnus-active group))
5960          range)
5961     (when entry
5962       (setq range (gnus-compute-read-articles group articles))
5963       (with-current-buffer gnus-group-buffer
5964         (gnus-undo-register
5965           `(progn
5966              (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
5967              (gnus-info-set-read ',info ',(gnus-info-read info))
5968              (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
5969              (gnus-request-set-mark ,group (list (list ',range 'del '(read))))
5970              (gnus-group-update-group ,group t))))
5971       ;; Add the read articles to the range.
5972       (gnus-info-set-read info range)
5973       (gnus-request-set-mark group (list (list range 'add '(read))))
5974       ;; Then we have to re-compute how many unread
5975       ;; articles there are in this group.
5976       (when active
5977         (cond
5978          ((not range)
5979           (setq num (- (1+ (cdr active)) (car active))))
5980          ((not (listp (cdr range)))
5981           (setq num (- (cdr active) (- (1+ (cdr range))
5982                                        (car range)))))
5983          (t
5984           (while range
5985             (if (numberp (car range))
5986                 (setq num (1+ num))
5987               (setq num (+ num (- (1+ (cdar range)) (caar range)))))
5988             (setq range (cdr range)))
5989           (setq num (- (cdr active) num))))
5990         ;; Update the number of unread articles.
5991         (setcar entry num)
5992         ;; Update the group buffer.
5993         (unless (gnus-ephemeral-group-p group)
5994           (gnus-group-update-group group t))))))
5995
5996 (defvar gnus-newsgroup-none-id 0)
5997
5998 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
5999   (let ((cur nntp-server-buffer)
6000         (dependencies
6001          (or dependencies
6002              (with-current-buffer gnus-summary-buffer
6003                gnus-newsgroup-dependencies)))
6004         headers id end ref number
6005         (mail-parse-charset gnus-newsgroup-charset)
6006         (mail-parse-ignored-charsets
6007          (save-excursion (condition-case nil
6008                              (set-buffer gnus-summary-buffer)
6009                            (error))
6010                          gnus-newsgroup-ignored-charsets)))
6011     (save-excursion
6012       (set-buffer nntp-server-buffer)
6013       ;; Translate all TAB characters into SPACE characters.
6014       (subst-char-in-region (point-min) (point-max) ?\t ?  t)
6015       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6016       (ietf-drums-unfold-fws)
6017       (gnus-run-hooks 'gnus-parse-headers-hook)
6018       (let ((case-fold-search t)
6019             in-reply-to header p lines chars)
6020         (goto-char (point-min))
6021         ;; Search to the beginning of the next header.  Error messages
6022         ;; do not begin with 2 or 3.
6023         (while (re-search-forward "^[23][0-9]+ " nil t)
6024           (setq id nil
6025                 ref nil)
6026           ;; This implementation of this function, with nine
6027           ;; search-forwards instead of the one re-search-forward and
6028           ;; a case (which basically was the old function) is actually
6029           ;; about twice as fast, even though it looks messier.  You
6030           ;; can't have everything, I guess.  Speed and elegance
6031           ;; doesn't always go hand in hand.
6032           (setq
6033            header
6034            (vector
6035             ;; Number.
6036             (prog1
6037                 (setq number (read cur))
6038               (end-of-line)
6039               (setq p (point))
6040               (narrow-to-region (point)
6041                                 (or (and (search-forward "\n.\n" nil t)
6042                                          (- (point) 2))
6043                                     (point))))
6044             ;; Subject.
6045             (progn
6046               (goto-char p)
6047               (if (search-forward "\nsubject:" nil t)
6048                   (funcall gnus-decode-encoded-word-function
6049                            (nnheader-header-value))
6050                 "(none)"))
6051             ;; From.
6052             (progn
6053               (goto-char p)
6054               (if (search-forward "\nfrom:" nil t)
6055                   (funcall gnus-decode-encoded-word-function
6056                            (nnheader-header-value))
6057                 "(nobody)"))
6058             ;; Date.
6059             (progn
6060               (goto-char p)
6061               (if (search-forward "\ndate:" nil t)
6062                   (nnheader-header-value) ""))
6063             ;; Message-ID.
6064             (progn
6065               (goto-char p)
6066               (setq id (if (re-search-forward
6067                             "^message-id: *\\(<[^\n\t> ]+>\\)" nil t)
6068                            ;; We do it this way to make sure the Message-ID
6069                            ;; is (somewhat) syntactically valid.
6070                            (buffer-substring (match-beginning 1)
6071                                              (match-end 1))
6072                          ;; If there was no message-id, we just fake one
6073                          ;; to make subsequent routines simpler.
6074                          (nnheader-generate-fake-message-id number))))
6075             ;; References.
6076             (progn
6077               (goto-char p)
6078               (if (search-forward "\nreferences:" nil t)
6079                   (progn
6080                     (setq end (point))
6081                     (prog1
6082                         (nnheader-header-value)
6083                       (setq ref
6084                             (buffer-substring
6085                              (progn
6086                                (end-of-line)
6087                                (search-backward ">" end t)
6088                                (1+ (point)))
6089                              (progn
6090                                (search-backward "<" end t)
6091                                (point))))))
6092                 ;; Get the references from the in-reply-to header if there
6093                 ;; were no references and the in-reply-to header looks
6094                 ;; promising.
6095                 (if (and (search-forward "\nin-reply-to:" nil t)
6096                          (setq in-reply-to (nnheader-header-value))
6097                          (string-match "<[^>]+>" in-reply-to))
6098                     (let (ref2)
6099                       (setq ref (substring in-reply-to (match-beginning 0)
6100                                            (match-end 0)))
6101                       (while (string-match "<[^>]+>" in-reply-to (match-end 0))
6102                         (setq ref2 (substring in-reply-to (match-beginning 0)
6103                                               (match-end 0)))
6104                         (when (> (length ref2) (length ref))
6105                           (setq ref ref2)))
6106                       ref)
6107                   (setq ref nil))))
6108             ;; Chars.
6109             (progn
6110               (goto-char p)
6111               (if (search-forward "\nchars: " nil t)
6112                   (if (numberp (setq chars (ignore-errors (read cur))))
6113                       chars -1)
6114                 -1))
6115             ;; Lines.
6116             (progn
6117               (goto-char p)
6118               (if (search-forward "\nlines: " nil t)
6119                   (if (numberp (setq lines (ignore-errors (read cur))))
6120                       lines -1)
6121                 -1))
6122             ;; Xref.
6123             (progn
6124               (goto-char p)
6125               (and (search-forward "\nxref:" nil t)
6126                    (nnheader-header-value)))
6127             ;; Extra.
6128             (when gnus-extra-headers
6129               (let ((extra gnus-extra-headers)
6130                     out)
6131                 (while extra
6132                   (goto-char p)
6133                   (when (search-forward
6134                          (concat "\n" (symbol-name (car extra)) ":") nil t)
6135                     (push (cons (car extra) (nnheader-header-value))
6136                           out))
6137                   (pop extra))
6138                 out))))
6139           (when (equal id ref)
6140             (setq ref nil))
6141
6142           (when gnus-alter-header-function
6143             (funcall gnus-alter-header-function header)
6144             (setq id (mail-header-id header)
6145                   ref (gnus-parent-id (mail-header-references header))))
6146
6147           (when (setq header
6148                       (gnus-dependencies-add-header
6149                        header dependencies force-new))
6150             (push header headers))
6151           (goto-char (point-max))
6152           (widen))
6153         (nreverse headers)))))
6154
6155 ;; Goes through the xover lines and returns a list of vectors
6156 (defun gnus-get-newsgroup-headers-xover (sequence &optional
6157                                                   force-new dependencies
6158                                                   group also-fetch-heads)
6159   "Parse the news overview data in the server buffer.
6160 Return a list of headers that match SEQUENCE (see
6161 `nntp-retrieve-headers')."
6162   ;; Get the Xref when the users reads the articles since most/some
6163   ;; NNTP servers do not include Xrefs when using XOVER.
6164   (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
6165   (let ((mail-parse-charset gnus-newsgroup-charset)
6166         (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
6167         (cur nntp-server-buffer)
6168         (dependencies (or dependencies gnus-newsgroup-dependencies))
6169         (allp (cond
6170                ((eq gnus-read-all-available-headers t)
6171                 t)
6172                ((stringp gnus-read-all-available-headers)
6173                 (string-match gnus-read-all-available-headers group))
6174                (t
6175                 nil)))
6176         number headers header)
6177     (save-excursion
6178       (set-buffer nntp-server-buffer)
6179       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6180       ;; Allow the user to mangle the headers before parsing them.
6181       (gnus-run-hooks 'gnus-parse-headers-hook)
6182       (goto-char (point-min))
6183       (gnus-parse-without-error
6184         (while (and (or sequence allp)
6185                     (not (eobp)))
6186           (setq number (read cur))
6187           (when (not allp)
6188             (while (and sequence
6189                         (< (car sequence) number))
6190               (setq sequence (cdr sequence))))
6191           (when (and (or allp
6192                          (and sequence
6193                               (eq number (car sequence))))
6194                      (progn
6195                        (setq sequence (cdr sequence))
6196                        (setq header (inline
6197                                       (gnus-nov-parse-line
6198                                        number dependencies force-new)))))
6199             (push header headers))
6200           (forward-line 1)))
6201       ;; A common bug in inn is that if you have posted an article and
6202       ;; then retrieves the active file, it will answer correctly --
6203       ;; the new article is included.  However, a NOV entry for the
6204       ;; article may not have been generated yet, so this may fail.
6205       ;; We work around this problem by retrieving the last few
6206       ;; headers using HEAD.
6207       (if (or (not also-fetch-heads)
6208               (not sequence))
6209           ;; We (probably) got all the headers.
6210           (nreverse headers)
6211         (let ((gnus-nov-is-evil t))
6212           (nconc
6213            (nreverse headers)
6214            (when (eq (gnus-retrieve-headers sequence group) 'headers)
6215              (gnus-get-newsgroup-headers))))))))
6216
6217 (defun gnus-article-get-xrefs ()
6218   "Fill in the Xref value in `gnus-current-headers', if necessary.
6219 This is meant to be called in `gnus-article-internal-prepare-hook'."
6220   (let ((headers (with-current-buffer gnus-summary-buffer
6221                    gnus-current-headers)))
6222     (or (not gnus-use-cross-reference)
6223         (not headers)
6224         (and (mail-header-xref headers)
6225              (not (string= (mail-header-xref headers) "")))
6226         (let ((case-fold-search t)
6227               xref)
6228           (save-restriction
6229             (nnheader-narrow-to-headers)
6230             (goto-char (point-min))
6231             (when (or (and (not (eobp))
6232                            (eq (downcase (char-after)) ?x)
6233                            (looking-at "Xref:"))
6234                       (search-forward "\nXref:" nil t))
6235               (goto-char (1+ (match-end 0)))
6236               (setq xref (buffer-substring (point) (point-at-eol)))
6237               (mail-header-set-xref headers xref)))))))
6238
6239 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
6240   "Find article ID and insert the summary line for that article.
6241 OLD-HEADER can either be a header or a line number to insert
6242 the subject line on."
6243   (let* ((line (and (numberp old-header) old-header))
6244          (old-header (and (vectorp old-header) old-header))
6245          (header (cond ((and old-header use-old-header)
6246                         old-header)
6247                        ((and (numberp id)
6248                              (gnus-number-to-header id))
6249                         (gnus-number-to-header id))
6250                        (t
6251                         (gnus-read-header id))))
6252          (number (and (numberp id) id))
6253          d)
6254     (when header
6255       ;; Rebuild the thread that this article is part of and go to the
6256       ;; article we have fetched.
6257       (when (and (not gnus-show-threads)
6258                  old-header)
6259         (when (and number
6260                    (setq d (gnus-data-find (mail-header-number old-header))))
6261           (goto-char (gnus-data-pos d))
6262           (gnus-data-remove
6263            number
6264            (- (point-at-bol)
6265               (prog1
6266                   (1+ (point-at-eol))
6267                 (gnus-delete-line))))))
6268       ;; Remove list identifiers from subject.
6269       (when gnus-list-identifiers
6270         (let ((gnus-newsgroup-headers (list header)))
6271           (gnus-summary-remove-list-identifiers)))
6272       (when old-header
6273         (mail-header-set-number header (mail-header-number old-header)))
6274       (setq gnus-newsgroup-sparse
6275             (delq (setq number (mail-header-number header))
6276                   gnus-newsgroup-sparse))
6277       (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
6278       (push number gnus-newsgroup-limit)
6279       (gnus-rebuild-thread (mail-header-id header) line)
6280       (gnus-summary-goto-subject number nil t))
6281     (when (and (numberp number)
6282                (> number 0))
6283       ;; We have to update the boundaries even if we can't fetch the
6284       ;; article if ID is a number -- so that the next `P' or `N'
6285       ;; command will fetch the previous (or next) article even
6286       ;; if the one we tried to fetch this time has been canceled.
6287       (when (> number gnus-newsgroup-end)
6288         (setq gnus-newsgroup-end number))
6289       (when (< number gnus-newsgroup-begin)
6290         (setq gnus-newsgroup-begin number))
6291       (setq gnus-newsgroup-unselected
6292             (delq number gnus-newsgroup-unselected)))
6293     ;; Report back a success?
6294     (and header (mail-header-number header))))
6295
6296 ;;; Process/prefix in the summary buffer
6297
6298 (defun gnus-summary-work-articles (n)
6299   "Return a list of articles to be worked upon.
6300 The prefix argument, the list of process marked articles, and the
6301 current article will be taken into consideration."
6302   (save-excursion
6303     (set-buffer gnus-summary-buffer)
6304     (cond
6305      (n
6306       ;; A numerical prefix has been given.
6307       (setq n (prefix-numeric-value n))
6308       (let ((backward (< n 0))
6309             (n (abs (prefix-numeric-value n)))
6310             articles article)
6311         (save-excursion
6312           (while
6313               (and (> n 0)
6314                    (push (setq article (gnus-summary-article-number))
6315                          articles)
6316                    (if backward
6317                        (gnus-summary-find-prev nil article)
6318                      (gnus-summary-find-next nil article)))
6319             (decf n)))
6320         (nreverse articles)))
6321      ((and (gnus-region-active-p) (mark))
6322       (message "region active")
6323       ;; Work on the region between point and mark.
6324       (let ((max (max (point) (mark)))
6325             articles article)
6326         (save-excursion
6327           (goto-char (min (point) (mark)))
6328           (while
6329               (and
6330                (push (setq article (gnus-summary-article-number)) articles)
6331                (gnus-summary-find-next nil article)
6332                (< (point) max)))
6333           (nreverse articles))))
6334      (gnus-newsgroup-processable
6335       ;; There are process-marked articles present.
6336       ;; Save current state.
6337       (gnus-summary-save-process-mark)
6338       ;; Return the list.
6339       (reverse gnus-newsgroup-processable))
6340      (t
6341       ;; Just return the current article.
6342       (list (gnus-summary-article-number))))))
6343
6344 (defmacro gnus-summary-iterate (arg &rest forms)
6345   "Iterate over the process/prefixed articles and do FORMS.
6346 ARG is the interactive prefix given to the command.  FORMS will be
6347 executed with point over the summary line of the articles."
6348   (let ((articles (make-symbol "gnus-summary-iterate-articles")))
6349     `(let ((,articles (gnus-summary-work-articles ,arg)))
6350        (while ,articles
6351          (gnus-summary-goto-subject (car ,articles))
6352          ,@forms
6353          (pop ,articles)))))
6354
6355 (put 'gnus-summary-iterate 'lisp-indent-function 1)
6356 (put 'gnus-summary-iterate 'edebug-form-spec '(form body))
6357
6358 (defun gnus-summary-save-process-mark ()
6359   "Push the current set of process marked articles on the stack."
6360   (interactive)
6361   (push (copy-sequence gnus-newsgroup-processable)
6362         gnus-newsgroup-process-stack))
6363
6364 (defun gnus-summary-kill-process-mark ()
6365   "Push the current set of process marked articles on the stack and unmark."
6366   (interactive)
6367   (gnus-summary-save-process-mark)
6368   (gnus-summary-unmark-all-processable))
6369
6370 (defun gnus-summary-yank-process-mark ()
6371   "Pop the last process mark state off the stack and restore it."
6372   (interactive)
6373   (unless gnus-newsgroup-process-stack
6374     (error "Empty mark stack"))
6375   (gnus-summary-process-mark-set (pop gnus-newsgroup-process-stack)))
6376
6377 (defun gnus-summary-process-mark-set (set)
6378   "Make SET into the current process marked articles."
6379   (gnus-summary-unmark-all-processable)
6380   (mapc 'gnus-summary-set-process-mark set))
6381
6382 ;;; Searching and stuff
6383
6384 (defun gnus-summary-search-group (&optional backward use-level)
6385   "Search for next unread newsgroup.
6386 If optional argument BACKWARD is non-nil, search backward instead."
6387   (save-excursion
6388     (set-buffer gnus-group-buffer)
6389     (when (gnus-group-search-forward
6390            backward nil (if use-level (gnus-group-group-level) nil))
6391       (gnus-group-group-name))))
6392
6393 (defun gnus-summary-best-group (&optional exclude-group)
6394   "Find the name of the best unread group.
6395 If EXCLUDE-GROUP, do not go to this group."
6396   (with-current-buffer gnus-group-buffer
6397     (save-excursion
6398       (gnus-group-best-unread-group exclude-group))))
6399
6400 (defun gnus-summary-find-next (&optional unread article backward)
6401   (if backward
6402       (gnus-summary-find-prev unread article)
6403     (let* ((dummy (gnus-summary-article-intangible-p))
6404            (article (or article (gnus-summary-article-number)))
6405            (data (gnus-data-find-list article))
6406            result)
6407       (when (and (not dummy)
6408                  (or (not gnus-summary-check-current)
6409                      (not unread)
6410                      (not (gnus-data-unread-p (car data)))))
6411         (setq data (cdr data)))
6412       (when (setq result
6413                   (if unread
6414                       (progn
6415                         (while data
6416                           (unless (memq (gnus-data-number (car data))
6417                                         (cond
6418                                          ((eq gnus-auto-goto-ignores
6419                                               'always-undownloaded)
6420                                           gnus-newsgroup-undownloaded)
6421                                          (gnus-plugged
6422                                           nil)
6423                                          ((eq gnus-auto-goto-ignores
6424                                               'unfetched)
6425                                           gnus-newsgroup-unfetched)
6426                                          ((eq gnus-auto-goto-ignores
6427                                               'undownloaded)
6428                                           gnus-newsgroup-undownloaded)))
6429                             (when (gnus-data-unread-p (car data))
6430                               (setq result (car data)
6431                                     data nil)))
6432                           (setq data (cdr data)))
6433                         result)
6434                     (car data)))
6435         (goto-char (gnus-data-pos result))
6436         (gnus-data-number result)))))
6437
6438 (defun gnus-summary-find-prev (&optional unread article)
6439   (let* ((eobp (eobp))
6440          (article (or article (gnus-summary-article-number)))
6441          (data (gnus-data-find-list article (gnus-data-list 'rev)))
6442          result)
6443     (when (and (not eobp)
6444                (or (not gnus-summary-check-current)
6445                    (not unread)
6446                    (not (gnus-data-unread-p (car data)))))
6447       (setq data (cdr data)))
6448     (when (setq result
6449                 (if unread
6450                     (progn
6451                       (while data
6452                         (unless (memq (gnus-data-number (car data))
6453                                       (cond
6454                                        ((eq gnus-auto-goto-ignores
6455                                             'always-undownloaded)
6456                                         gnus-newsgroup-undownloaded)
6457                                        (gnus-plugged
6458                                         nil)
6459                                        ((eq gnus-auto-goto-ignores
6460                                             'unfetched)
6461                                         gnus-newsgroup-unfetched)
6462                                        ((eq gnus-auto-goto-ignores
6463                                             'undownloaded)
6464                                         gnus-newsgroup-undownloaded)))
6465                           (when (gnus-data-unread-p (car data))
6466                             (setq result (car data)
6467                                   data nil)))
6468                         (setq data (cdr data)))
6469                       result)
6470                   (car data)))
6471       (goto-char (gnus-data-pos result))
6472       (gnus-data-number result))))
6473
6474 (defun gnus-summary-find-subject (subject &optional unread backward article)
6475   (let* ((simp-subject (gnus-simplify-subject-fully subject))
6476          (article (or article (gnus-summary-article-number)))
6477          (articles (gnus-data-list backward))
6478          (arts (gnus-data-find-list article articles))
6479          result)
6480     (when (or (not gnus-summary-check-current)
6481               (not unread)
6482               (not (gnus-data-unread-p (car arts))))
6483       (setq arts (cdr arts)))
6484     (while arts
6485       (and (or (not unread)
6486                (gnus-data-unread-p (car arts)))
6487            (vectorp (gnus-data-header (car arts)))
6488            (gnus-subject-equal
6489             simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
6490            (setq result (car arts)
6491                  arts nil))
6492       (setq arts (cdr arts)))
6493     (and result
6494          (goto-char (gnus-data-pos result))
6495          (gnus-data-number result))))
6496
6497 (defun gnus-summary-search-forward (&optional unread subject backward)
6498   "Search forward for an article.
6499 If UNREAD, look for unread articles.  If SUBJECT, look for
6500 articles with that subject.  If BACKWARD, search backward instead."
6501   (cond (subject (gnus-summary-find-subject subject unread backward))
6502         (backward (gnus-summary-find-prev unread))
6503         (t (gnus-summary-find-next unread))))
6504
6505 (defun gnus-recenter (&optional n)
6506   "Center point in window and redisplay frame.
6507 Also do horizontal recentering."
6508   (interactive "P")
6509   (when (and gnus-auto-center-summary
6510              (not (eq gnus-auto-center-summary 'vertical)))
6511     (gnus-horizontal-recenter))
6512   (recenter n))
6513
6514 (defun gnus-summary-recenter ()
6515   "Center point in the summary window.
6516 If `gnus-auto-center-summary' is nil, or the article buffer isn't
6517 displayed, no centering will be performed."
6518   ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
6519   ;; Recenter only when requested.  Suggested by popovich@park.cs.columbia.edu.
6520   (interactive)
6521   ;; The user has to want it.
6522   (when gnus-auto-center-summary
6523     (let* ((top (cond ((< (window-height) 4) 0)
6524                       ((< (window-height) 7) 1)
6525                       (t (if (numberp gnus-auto-center-summary)
6526                              gnus-auto-center-summary
6527                            (/ (1- (window-height)) 2)))))
6528            (height (1- (window-height)))
6529            (bottom (save-excursion (goto-char (point-max))
6530                                    (forward-line (- height))
6531                                    (point)))
6532            (window (get-buffer-window (current-buffer))))
6533       (when (get-buffer-window gnus-article-buffer)
6534         ;; Only do recentering when the article buffer is displayed,
6535         ;; Set the window start to either `bottom', which is the biggest
6536         ;; possible valid number, or the second line from the top,
6537         ;; whichever is the least.
6538         (let ((top-pos (save-excursion (forward-line (- top)) (point))))
6539           (if (> bottom top-pos)
6540               ;; Keep the second line from the top visible
6541               (set-window-start window top-pos t)
6542             ;; Try to keep the bottom line visible; if it's partially
6543             ;; obscured, either scroll one more line to make it fully
6544             ;; visible, or revert to using TOP-POS.
6545             (save-excursion
6546               (goto-char (point-max))
6547               (forward-line -1)
6548               (let ((last-line-start (point)))
6549                 (goto-char bottom)
6550                 (set-window-start window (point) t)
6551                 (when (not (pos-visible-in-window-p last-line-start window))
6552                   (forward-line 1)
6553                   (set-window-start window (min (point) top-pos) t)))))))
6554       ;; Do horizontal recentering while we're at it.
6555       (when (and (get-buffer-window (current-buffer) t)
6556                  (not (eq gnus-auto-center-summary 'vertical)))
6557         (let ((selected (selected-window)))
6558           (select-window (get-buffer-window (current-buffer) t))
6559           (gnus-summary-position-point)
6560           (gnus-horizontal-recenter)
6561           (select-window selected))))))
6562
6563 (defun gnus-summary-jump-to-group (newsgroup)
6564   "Move point to NEWSGROUP in group mode buffer."
6565   ;; Keep update point of group mode buffer if visible.
6566   (if (eq (current-buffer) (get-buffer gnus-group-buffer))
6567       (save-window-excursion
6568         ;; Take care of tree window mode.
6569         (when (get-buffer-window gnus-group-buffer)
6570           (pop-to-buffer gnus-group-buffer))
6571         (gnus-group-jump-to-group newsgroup))
6572     (save-excursion
6573       ;; Take care of tree window mode.
6574       (if (get-buffer-window gnus-group-buffer)
6575           (pop-to-buffer gnus-group-buffer)
6576         (set-buffer gnus-group-buffer))
6577       (gnus-group-jump-to-group newsgroup))))
6578
6579 ;; This function returns a list of article numbers based on the
6580 ;; difference between the ranges of read articles in this group and
6581 ;; the range of active articles.
6582 (defun gnus-list-of-unread-articles (group)
6583   (let* ((read (gnus-info-read (gnus-get-info group)))
6584          (active (or (gnus-active group) (gnus-activate-group group)))
6585          (last (or (cdr active)
6586                    (error "Group %s couldn't be activated " group)))
6587          first nlast unread)
6588     ;; If none are read, then all are unread.
6589     (if (not read)
6590         (setq first (car active))
6591       ;; If the range of read articles is a single range, then the
6592       ;; first unread article is the article after the last read
6593       ;; article.  Sounds logical, doesn't it?
6594       (if (and (not (listp (cdr read)))
6595                (or (< (car read) (car active))
6596                    (progn (setq read (list read))
6597                           nil)))
6598           (setq first (max (car active) (1+ (cdr read))))
6599         ;; `read' is a list of ranges.
6600         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6601                                   (caar read)))
6602                   1)
6603           (setq first (car active)))
6604         (while read
6605           (when first
6606             (while (< first nlast)
6607               (setq unread (cons first unread)
6608                     first (1+ first))))
6609           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6610           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6611           (setq read (cdr read)))))
6612     ;; And add the last unread articles.
6613     (while (<= first last)
6614       (setq unread (cons first unread)
6615             first (1+ first)))
6616     ;; Return the list of unread articles.
6617     (delq 0 (nreverse unread))))
6618
6619 (defun gnus-list-of-read-articles (group)
6620   "Return a list of unread, unticked and non-dormant articles."
6621   (let* ((info (gnus-get-info group))
6622          (marked (gnus-info-marks info))
6623          (active (gnus-active group)))
6624     (and info active
6625          (gnus-list-range-difference
6626           (gnus-list-range-difference
6627            (gnus-sorted-complement
6628             (gnus-uncompress-range active)
6629             (gnus-list-of-unread-articles group))
6630            (cdr (assq 'dormant marked)))
6631           (cdr (assq 'tick marked))))))
6632
6633 ;; This function returns a sequence of article numbers based on the
6634 ;; difference between the ranges of read articles in this group and
6635 ;; the range of active articles.
6636 (defun gnus-sequence-of-unread-articles (group)
6637   (let* ((read (gnus-info-read (gnus-get-info group)))
6638          (active (or (gnus-active group) (gnus-activate-group group)))
6639          (last (cdr active))
6640          first nlast unread)
6641     ;; If none are read, then all are unread.
6642     (if (not read)
6643         (setq first (car active))
6644       ;; If the range of read articles is a single range, then the
6645       ;; first unread article is the article after the last read
6646       ;; article.  Sounds logical, doesn't it?
6647       (if (and (not (listp (cdr read)))
6648                (or (< (car read) (car active))
6649                    (progn (setq read (list read))
6650                           nil)))
6651           (setq first (max (car active) (1+ (cdr read))))
6652         ;; `read' is a list of ranges.
6653         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6654                                   (caar read)))
6655                   1)
6656           (setq first (car active)))
6657         (while read
6658           (when first
6659             (push (cons first nlast) unread))
6660           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6661           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6662           (setq read (cdr read)))))
6663     ;; And add the last unread articles.
6664     (cond ((not (and first last))
6665            nil)
6666           ((< first last)
6667            (push (cons first last) unread))
6668           ((= first last)
6669            (push first unread)))
6670     ;; Return the sequence of unread articles.
6671     (delq 0 (nreverse unread))))
6672
6673 ;; Various summary commands
6674
6675 (defun gnus-summary-select-article-buffer ()
6676   "Reconfigure windows to show article buffer."
6677   (interactive)
6678   (if (not (gnus-buffer-live-p gnus-article-buffer))
6679       (error "There is no article buffer for this summary buffer")
6680     (gnus-configure-windows 'article)
6681     (select-window (get-buffer-window gnus-article-buffer))))
6682
6683 (defun gnus-summary-universal-argument (arg)
6684   "Perform any operation on all articles that are process/prefixed."
6685   (interactive "P")
6686   (let ((articles (gnus-summary-work-articles arg))
6687         func article)
6688     (if (eq
6689          (setq
6690           func
6691           (key-binding
6692            (read-key-sequence
6693             (substitute-command-keys
6694              "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"))))
6695          'undefined)
6696         (gnus-error 1 "Undefined key")
6697       (save-excursion
6698         (while articles
6699           (gnus-summary-goto-subject (setq article (pop articles)))
6700           (let (gnus-newsgroup-processable)
6701             (command-execute func))
6702           (gnus-summary-remove-process-mark article)))))
6703   (gnus-summary-position-point))
6704
6705 (defun gnus-summary-toggle-truncation (&optional arg)
6706   "Toggle truncation of summary lines.
6707 With ARG, turn line truncation on if ARG is positive."
6708   (interactive "P")
6709   (setq truncate-lines
6710         (if (null arg) (not truncate-lines)
6711           (> (prefix-numeric-value arg) 0)))
6712   (redraw-display))
6713
6714 (defun gnus-summary-find-for-reselect ()
6715   "Return the number of an article to stay on across a reselect.
6716 The current article is considered, then following articles, then previous
6717 articles.  An article is sought which is not cancelled and isn't a temporary
6718 insertion from another group.  If there's no such then return a dummy 0."
6719   (let (found)
6720     (dolist (rev '(nil t))
6721       (unless found      ; don't demand the reverse list if we don't need it
6722         (let ((data (gnus-data-find-list
6723                      (gnus-summary-article-number) (gnus-data-list rev))))
6724           (while (and data (not found))
6725             (if (and (< 0 (gnus-data-number (car data)))
6726                      (not (eq gnus-canceled-mark (gnus-data-mark (car data)))))
6727                 (setq found (gnus-data-number (car data))))
6728             (setq data (cdr data))))))
6729     (or found 0)))
6730
6731 (defun gnus-summary-reselect-current-group (&optional all rescan)
6732   "Exit and then reselect the current newsgroup.
6733 The prefix argument ALL means to select all articles."
6734   (interactive "P")
6735   (when (gnus-ephemeral-group-p gnus-newsgroup-name)
6736     (error "Ephemeral groups can't be reselected"))
6737   (let ((current-subject (gnus-summary-find-for-reselect))
6738         (group gnus-newsgroup-name))
6739     (setq gnus-newsgroup-begin nil)
6740     (gnus-summary-exit nil 'leave-hidden)
6741     ;; We have to adjust the point of group mode buffer because
6742     ;; point was moved to the next unread newsgroup by exiting.
6743     (gnus-summary-jump-to-group group)
6744     (when rescan
6745       (save-excursion
6746         (gnus-group-get-new-news-this-group 1)))
6747     (gnus-group-read-group all t)
6748     (gnus-summary-goto-subject current-subject nil t)))
6749
6750 (defun gnus-summary-rescan-group (&optional all)
6751   "Exit the newsgroup, ask for new articles, and select the newsgroup."
6752   (interactive "P")
6753   (gnus-summary-reselect-current-group all t))
6754
6755 (defun gnus-summary-update-info (&optional non-destructive)
6756   (save-excursion
6757     (let ((group gnus-newsgroup-name))
6758       (when group
6759         (when gnus-newsgroup-kill-headers
6760           (setq gnus-newsgroup-killed
6761                 (gnus-compress-sequence
6762                  (gnus-sorted-union
6763                   (gnus-list-range-intersection
6764                    gnus-newsgroup-unselected gnus-newsgroup-killed)
6765                   gnus-newsgroup-unreads)
6766                  t)))
6767         (unless (listp (cdr gnus-newsgroup-killed))
6768           (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
6769         (let ((headers gnus-newsgroup-headers))
6770           ;; Set the new ranges of read articles.
6771           (with-current-buffer gnus-group-buffer
6772             (gnus-undo-force-boundary))
6773           (gnus-update-read-articles
6774            group (gnus-sorted-union
6775                   gnus-newsgroup-unreads gnus-newsgroup-unselected))
6776           ;; Set the current article marks.
6777           (let ((gnus-newsgroup-scored
6778                  (if (and (not gnus-save-score)
6779                           (not non-destructive))
6780                      nil
6781                    gnus-newsgroup-scored)))
6782             (save-excursion
6783               (gnus-update-marks)))
6784           ;; Do the cross-ref thing.
6785           (when gnus-use-cross-reference
6786             (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
6787           ;; Do not switch windows but change the buffer to work.
6788           (set-buffer gnus-group-buffer)
6789           (unless (gnus-ephemeral-group-p group)
6790             (gnus-group-update-group group)))))))
6791
6792 (defun gnus-summary-save-newsrc (&optional force)
6793   "Save the current number of read/marked articles in the dribble buffer.
6794 The dribble buffer will then be saved.
6795 If FORCE (the prefix), also save the .newsrc file(s)."
6796   (interactive "P")
6797   (gnus-summary-update-info t)
6798   (if force
6799       (gnus-save-newsrc-file)
6800     (gnus-dribble-save)))
6801
6802 (defun gnus-summary-exit (&optional temporary leave-hidden)
6803   "Exit reading current newsgroup, and then return to group selection mode.
6804 `gnus-exit-group-hook' is called with no arguments if that value is non-nil."
6805   (interactive)
6806   (gnus-set-global-variables)
6807   (when (gnus-buffer-live-p gnus-article-buffer)
6808     (save-excursion
6809       (set-buffer gnus-article-buffer)
6810       (mm-destroy-parts gnus-article-mime-handles)
6811       ;; Set it to nil for safety reason.
6812       (setq gnus-article-mime-handle-alist nil)
6813       (setq gnus-article-mime-handles nil)))
6814   (gnus-kill-save-kill-buffer)
6815   (gnus-async-halt-prefetch)
6816   (let* ((group gnus-newsgroup-name)
6817          (quit-config (gnus-group-quit-config gnus-newsgroup-name))
6818          (gnus-group-is-exiting-p t)
6819          (mode major-mode)
6820          (group-point nil)
6821          (buf (current-buffer)))
6822     (unless quit-config
6823       ;; Do adaptive scoring, and possibly save score files.
6824       (when gnus-newsgroup-adaptive
6825         (gnus-score-adaptive))
6826       (when gnus-use-scoring
6827         (gnus-score-save)))
6828     (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
6829     ;; If we have several article buffers, we kill them at exit.
6830     (unless gnus-single-article-buffer
6831       (gnus-kill-buffer gnus-original-article-buffer)
6832       (setq gnus-article-current nil))
6833     (when gnus-use-cache
6834       (gnus-cache-possibly-remove-articles)
6835       (gnus-cache-save-buffers))
6836     (gnus-async-prefetch-remove-group group)
6837     (when gnus-suppress-duplicates
6838       (gnus-dup-enter-articles))
6839     (when gnus-use-trees
6840       (gnus-tree-close group))
6841     (when gnus-use-cache
6842       (gnus-cache-write-active))
6843     ;; Remove entries for this group.
6844     (nnmail-purge-split-history (gnus-group-real-name group))
6845     ;; Make all changes in this group permanent.
6846     (unless quit-config
6847       (gnus-run-hooks 'gnus-exit-group-hook)
6848       (gnus-summary-update-info))
6849     (gnus-close-group group)
6850     ;; Make sure where we were, and go to next newsgroup.
6851     (set-buffer gnus-group-buffer)
6852     (unless quit-config
6853       (gnus-group-jump-to-group group))
6854     (gnus-run-hooks 'gnus-summary-exit-hook)
6855     (unless (or quit-config
6856                 ;; If this group has disappeared from the summary
6857                 ;; buffer, don't skip forwards.
6858                 (not (string= group (gnus-group-group-name))))
6859       (gnus-group-next-unread-group 1))
6860     (setq group-point (point))
6861     (if temporary
6862         nil                             ;Nothing to do.
6863       ;; If we have several article buffers, we kill them at exit.
6864       (unless gnus-single-article-buffer
6865         (gnus-kill-buffer gnus-article-buffer)
6866         (gnus-kill-buffer gnus-original-article-buffer)
6867         (setq gnus-article-current nil))
6868       (set-buffer buf)
6869       (if (not gnus-kill-summary-on-exit)
6870           (progn
6871             (gnus-deaden-summary)
6872             (setq mode nil))
6873         ;; We set all buffer-local variables to nil.  It is unclear why
6874         ;; this is needed, but if we don't, buffer-local variables are
6875         ;; not garbage-collected, it seems.  This would the lead to en
6876         ;; ever-growing Emacs.
6877         (gnus-summary-clear-local-variables)
6878         (let ((gnus-summary-local-variables gnus-newsgroup-variables))
6879           (gnus-summary-clear-local-variables))
6880         (when (get-buffer gnus-article-buffer)
6881           (bury-buffer gnus-article-buffer))
6882         ;; Return to group mode buffer.
6883         (when (eq mode 'gnus-summary-mode)
6884           (gnus-kill-buffer buf)))
6885       (setq gnus-current-select-method gnus-select-method)
6886       (set-buffer gnus-group-buffer)
6887       (if quit-config
6888           (gnus-handle-ephemeral-exit quit-config)
6889         (goto-char group-point)
6890         ;; If gnus-group-buffer is already displayed, make sure we also move
6891         ;; the cursor in the window that displays it.
6892         (let ((win (get-buffer-window (current-buffer) 0)))
6893           (if win (set-window-point win (point))))
6894         (unless leave-hidden
6895           (gnus-configure-windows 'group 'force)))
6896       ;; Clear the current group name.
6897       (unless quit-config
6898         (setq gnus-newsgroup-name nil)))))
6899
6900 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
6901 (defun gnus-summary-exit-no-update (&optional no-questions)
6902   "Quit reading current newsgroup without updating read article info."
6903   (interactive)
6904   (let* ((group gnus-newsgroup-name)
6905          (gnus-group-is-exiting-p t)
6906          (gnus-group-is-exiting-without-update-p t)
6907          (quit-config (gnus-group-quit-config group)))
6908     (when (or no-questions
6909               gnus-expert-user
6910               (gnus-y-or-n-p "Discard changes to this group and exit? "))
6911       (gnus-async-halt-prefetch)
6912       (run-hooks 'gnus-summary-prepare-exit-hook)
6913       (when (gnus-buffer-live-p gnus-article-buffer)
6914         (save-excursion
6915           (set-buffer gnus-article-buffer)
6916           (mm-destroy-parts gnus-article-mime-handles)
6917           ;; Set it to nil for safety reason.
6918           (setq gnus-article-mime-handle-alist nil)
6919           (setq gnus-article-mime-handles nil)))
6920       ;; If we have several article buffers, we kill them at exit.
6921       (unless gnus-single-article-buffer
6922         (gnus-kill-buffer gnus-article-buffer)
6923         (gnus-kill-buffer gnus-original-article-buffer)
6924         (setq gnus-article-current nil))
6925       (if (not gnus-kill-summary-on-exit)
6926           (gnus-deaden-summary)
6927         (gnus-close-group group)
6928         (gnus-summary-clear-local-variables)
6929         (let ((gnus-summary-local-variables gnus-newsgroup-variables))
6930           (gnus-summary-clear-local-variables))
6931         (gnus-kill-buffer gnus-summary-buffer))
6932       (unless gnus-single-article-buffer
6933         (setq gnus-article-current nil))
6934       (when gnus-use-trees
6935         (gnus-tree-close group))
6936       (gnus-async-prefetch-remove-group group)
6937       (when (get-buffer gnus-article-buffer)
6938         (bury-buffer gnus-article-buffer))
6939       ;; Return to the group buffer.
6940       (gnus-configure-windows 'group 'force)
6941       ;; Clear the current group name.
6942       (setq gnus-newsgroup-name nil)
6943       (unless (gnus-ephemeral-group-p group)
6944         (gnus-group-update-group group))
6945       (when (equal (gnus-group-group-name) group)
6946         (gnus-group-next-unread-group 1))
6947       (when quit-config
6948         (gnus-handle-ephemeral-exit quit-config)))))
6949
6950 (defun gnus-handle-ephemeral-exit (quit-config)
6951   "Handle movement when leaving an ephemeral group.
6952 The state which existed when entering the ephemeral is reset."
6953   (if (not (buffer-name (car quit-config)))
6954       (gnus-configure-windows 'group 'force)
6955     (set-buffer (car quit-config))
6956     (cond ((eq major-mode 'gnus-summary-mode)
6957            (gnus-set-global-variables))
6958           ((eq major-mode 'gnus-article-mode)
6959            (save-excursion
6960              ;; The `gnus-summary-buffer' variable may point
6961              ;; to the old summary buffer when using a single
6962              ;; article buffer.
6963              (unless (gnus-buffer-live-p gnus-summary-buffer)
6964                (set-buffer gnus-group-buffer))
6965              (set-buffer gnus-summary-buffer)
6966              (gnus-set-global-variables))))
6967     (if (or (eq (cdr quit-config) 'article)
6968             (eq (cdr quit-config) 'pick))
6969         (progn
6970           ;; The current article may be from the ephemeral group
6971           ;; thus it is best that we reload this article
6972           ;;
6973           ;; If we're exiting from a large digest, this can be
6974           ;; extremely slow.  So, it's better not to reload it. -- jh.
6975           ;;(gnus-summary-show-article)
6976           (if (and (boundp 'gnus-pick-mode) (symbol-value 'gnus-pick-mode))
6977               (gnus-configure-windows 'pick 'force)
6978             (gnus-configure-windows (cdr quit-config) 'force)))
6979       (gnus-configure-windows (cdr quit-config) 'force))
6980     (when (eq major-mode 'gnus-summary-mode)
6981       (gnus-summary-next-subject 1 nil t)
6982       (gnus-summary-recenter)
6983       (gnus-summary-position-point))))
6984
6985 ;;; Dead summaries.
6986
6987 (defvar gnus-dead-summary-mode-map nil)
6988
6989 (unless gnus-dead-summary-mode-map
6990   (setq gnus-dead-summary-mode-map (make-keymap))
6991   (suppress-keymap gnus-dead-summary-mode-map)
6992   (substitute-key-definition
6993    'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
6994   (dolist (key '("\C-d" "\r" "\177" [delete]))
6995     (define-key gnus-dead-summary-mode-map
6996       key 'gnus-summary-wake-up-the-dead))
6997   (dolist (key '("q" "Q"))
6998     (define-key gnus-dead-summary-mode-map key 'bury-buffer)))
6999
7000 (defvar gnus-dead-summary-mode nil
7001   "Minor mode for Gnus summary buffers.")
7002
7003 (defun gnus-dead-summary-mode (&optional arg)
7004   "Minor mode for Gnus summary buffers."
7005   (interactive "P")
7006   (when (eq major-mode 'gnus-summary-mode)
7007     (make-local-variable 'gnus-dead-summary-mode)
7008     (setq gnus-dead-summary-mode
7009           (if (null arg) (not gnus-dead-summary-mode)
7010             (> (prefix-numeric-value arg) 0)))
7011     (when gnus-dead-summary-mode
7012       (add-minor-mode
7013        'gnus-dead-summary-mode " Dead" gnus-dead-summary-mode-map))))
7014
7015 (defun gnus-deaden-summary ()
7016   "Make the current summary buffer into a dead summary buffer."
7017   ;; Kill any previous dead summary buffer.
7018   (when (and gnus-dead-summary
7019              (buffer-name gnus-dead-summary))
7020     (with-current-buffer gnus-dead-summary
7021       (when gnus-dead-summary-mode
7022         (kill-buffer (current-buffer)))))
7023   ;; Make this the current dead summary.
7024   (setq gnus-dead-summary (current-buffer))
7025   (gnus-dead-summary-mode 1)
7026   (let ((name (buffer-name)))
7027     (when (string-match "Summary" name)
7028       (rename-buffer
7029        (concat (substring name 0 (match-beginning 0)) "Dead "
7030                (substring name (match-beginning 0)))
7031        t)
7032       (bury-buffer))))
7033
7034 (defun gnus-kill-or-deaden-summary (buffer)
7035   "Kill or deaden the summary BUFFER."
7036   (save-excursion
7037     (when (and (buffer-name buffer)
7038                (not gnus-single-article-buffer))
7039       (with-current-buffer buffer
7040         (gnus-kill-buffer gnus-article-buffer)
7041         (gnus-kill-buffer gnus-original-article-buffer)))
7042     (cond
7043      ;; Kill the buffer.
7044      (gnus-kill-summary-on-exit
7045       (when (and gnus-use-trees
7046                  (gnus-buffer-exists-p buffer))
7047         (save-excursion
7048           (set-buffer buffer)
7049           (gnus-tree-close gnus-newsgroup-name)))
7050       (gnus-kill-buffer buffer))
7051      ;; Deaden the buffer.
7052      ((gnus-buffer-exists-p buffer)
7053       (save-excursion
7054         (set-buffer buffer)
7055         (gnus-deaden-summary))))))
7056
7057 (defun gnus-summary-wake-up-the-dead (&rest args)
7058   "Wake up the dead summary buffer."
7059   (interactive)
7060   (gnus-dead-summary-mode -1)
7061   (let ((name (buffer-name)))
7062     (when (string-match "Dead " name)
7063       (rename-buffer
7064        (concat (substring name 0 (match-beginning 0))
7065                (substring name (match-end 0)))
7066        t)))
7067   (gnus-message 3 "This dead summary is now alive again"))
7068
7069 ;; Suggested by Andrew Eskilsson <pi92ae@pt.hk-r.se>.
7070 (defun gnus-summary-fetch-faq (&optional faq-dir)
7071   "Fetch the FAQ for the current group.
7072 If FAQ-DIR (the prefix), prompt for a directory to search for the faq
7073 in."
7074   (interactive
7075    (list
7076     (when current-prefix-arg
7077       (completing-read
7078        "FAQ dir: " (and (listp gnus-group-faq-directory)
7079                         (mapcar 'list
7080                                 gnus-group-faq-directory))))))
7081   (let (gnus-faq-buffer)
7082     (when (setq gnus-faq-buffer
7083                 (gnus-group-fetch-faq gnus-newsgroup-name faq-dir))
7084       (gnus-configure-windows 'summary-faq))))
7085
7086 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
7087 (defun gnus-summary-describe-group (&optional force)
7088   "Describe the current newsgroup."
7089   (interactive "P")
7090   (gnus-group-describe-group force gnus-newsgroup-name))
7091
7092 (defun gnus-summary-describe-briefly ()
7093   "Describe summary mode commands briefly."
7094   (interactive)
7095   (gnus-message 6 (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")))
7096
7097 ;; Walking around group mode buffer from summary mode.
7098
7099 (defun gnus-summary-next-group (&optional no-article target-group backward)
7100   "Exit current newsgroup and then select next unread newsgroup.
7101 If prefix argument NO-ARTICLE is non-nil, no article is selected
7102 initially.  If TARGET-GROUP, go to this group.  If BACKWARD, go to
7103 previous group instead."
7104   (interactive "P")
7105   ;; Stop pre-fetching.
7106   (gnus-async-halt-prefetch)
7107   (let ((current-group gnus-newsgroup-name)
7108         (current-buffer (current-buffer))
7109         entered)
7110     ;; First we semi-exit this group to update Xrefs and all variables.
7111     ;; We can't do a real exit, because the window conf must remain
7112     ;; the same in case the user is prompted for info, and we don't
7113     ;; want the window conf to change before that...
7114     (gnus-summary-exit t)
7115     (while (not entered)
7116       ;; Then we find what group we are supposed to enter.
7117       (set-buffer gnus-group-buffer)
7118       (gnus-group-jump-to-group current-group)
7119       (setq target-group
7120             (or target-group
7121                 (if (eq gnus-keep-same-level 'best)
7122                     (gnus-summary-best-group gnus-newsgroup-name)
7123                   (gnus-summary-search-group backward gnus-keep-same-level))))
7124       (if (not target-group)
7125           ;; There are no further groups, so we return to the group
7126           ;; buffer.
7127           (progn
7128             (gnus-message 5 "Returning to the group buffer")
7129             (setq entered t)
7130             (when (gnus-buffer-live-p current-buffer)
7131               (set-buffer current-buffer)
7132               (gnus-summary-exit))
7133             (gnus-run-hooks 'gnus-group-no-more-groups-hook))
7134         ;; We try to enter the target group.
7135         (gnus-group-jump-to-group target-group)
7136         (let ((unreads (gnus-group-group-unread)))
7137           (if (and (or (eq t unreads)
7138                        (and unreads (not (zerop unreads))))
7139                    (gnus-summary-read-group
7140                     target-group nil no-article
7141                     (and (buffer-name current-buffer) current-buffer)
7142                     nil backward))
7143               (setq entered t)
7144             (setq current-group target-group
7145                   target-group nil)))))))
7146
7147 (defun gnus-summary-prev-group (&optional no-article)
7148   "Exit current newsgroup and then select previous unread newsgroup.
7149 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
7150   (interactive "P")
7151   (gnus-summary-next-group no-article nil t))
7152
7153 ;; Walking around summary lines.
7154
7155 (defun gnus-summary-first-subject (&optional unread undownloaded unseen)
7156   "Go to the first subject satisfying any non-nil constraint.
7157 If UNREAD is non-nil, the article should be unread.
7158 If UNDOWNLOADED is non-nil, the article should be undownloaded.
7159 If UNSEEN is non-nil, the article should be unseen.
7160 Returns the article selected or nil if there are no matching articles."
7161   (interactive "P")
7162   (cond
7163    ;; Empty summary.
7164    ((null gnus-newsgroup-data)
7165     (gnus-message 3 "No articles in the group")
7166     nil)
7167    ;; Pick the first article.
7168    ((not (or unread undownloaded unseen))
7169     (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
7170     (gnus-data-number (car gnus-newsgroup-data)))
7171    ;; Find the first unread article.
7172    (t
7173     (let ((data gnus-newsgroup-data))
7174       (while (and data
7175                   (let ((num (gnus-data-number (car data))))
7176                     (or (memq num gnus-newsgroup-unfetched)
7177                         (not (or (and unread
7178                                       (memq num gnus-newsgroup-unreads))
7179                                  (and undownloaded
7180                                       (memq num gnus-newsgroup-undownloaded))
7181                                  (and unseen
7182                                       (memq num gnus-newsgroup-unseen)))))))
7183         (setq data (cdr data)))
7184       (prog1
7185           (if data
7186               (progn
7187                 (goto-char (gnus-data-pos (car data)))
7188                 (gnus-data-number (car data)))
7189             (gnus-message 3 "No more%s articles"
7190                           (let* ((r (when unread " unread"))
7191                                  (d (when undownloaded " undownloaded"))
7192                                  (s (when unseen " unseen"))
7193                                  (l (delq nil (list r d s))))
7194                             (cond ((= 3 (length l))
7195                                    (concat r "," d ", or" s))
7196                                   ((= 2 (length l))
7197                                    (concat (car l) ", or" (cadr l)))
7198                                   ((= 1 (length l))
7199                                    (car l))
7200                                   (t
7201                                    ""))))
7202             nil
7203             )
7204         (gnus-summary-position-point))))))
7205
7206 (defun gnus-summary-next-subject (n &optional unread dont-display)
7207   "Go to next N'th summary line.
7208 If N is negative, go to the previous N'th subject line.
7209 If UNREAD is non-nil, only unread articles are selected.
7210 The difference between N and the actual number of steps taken is
7211 returned."
7212   (interactive "p")
7213   (let ((backward (< n 0))
7214         (n (abs n)))
7215     (while (and (> n 0)
7216                 (if backward
7217                     (gnus-summary-find-prev unread)
7218                   (gnus-summary-find-next unread)))
7219       (unless (zerop (setq n (1- n)))
7220         (gnus-summary-show-thread)))
7221     (when (/= 0 n)
7222       (gnus-message 7 "No more%s articles"
7223                     (if unread " unread" "")))
7224     (unless dont-display
7225       (gnus-summary-recenter)
7226       (gnus-summary-position-point))
7227     n))
7228
7229 (defun gnus-summary-next-unread-subject (n)
7230   "Go to next N'th unread summary line."
7231   (interactive "p")
7232   (gnus-summary-next-subject n t))
7233
7234 (defun gnus-summary-prev-subject (n &optional unread)
7235   "Go to previous N'th summary line.
7236 If optional argument UNREAD is non-nil, only unread article is selected."
7237   (interactive "p")
7238   (gnus-summary-next-subject (- n) unread))
7239
7240 (defun gnus-summary-prev-unread-subject (n)
7241   "Go to previous N'th unread summary line."
7242   (interactive "p")
7243   (gnus-summary-next-subject (- n) t))
7244
7245 (defun gnus-summary-goto-subjects (articles)
7246   "Insert the subject header for ARTICLES in the current buffer."
7247   (save-excursion
7248     (dolist (article articles)
7249       (gnus-summary-goto-subject article t)))
7250   (gnus-summary-limit (append articles gnus-newsgroup-limit))
7251   (gnus-summary-position-point))
7252
7253 (defun gnus-summary-goto-subject (article &optional force silent)
7254   "Go the subject line of ARTICLE.
7255 If FORCE, also allow jumping to articles not currently shown."
7256   (interactive "nArticle number: ")
7257   (unless (numberp article)
7258     (error "Article %s is not a number" article))
7259   (let ((b (point))
7260         (data (gnus-data-find article)))
7261     ;; We read in the article if we have to.
7262     (and (not data)
7263          force
7264          (gnus-summary-insert-subject
7265           article
7266           (if (or (numberp force) (vectorp force)) force)
7267           t)
7268          (setq data (gnus-data-find article)))
7269     (goto-char b)
7270     (if (not data)
7271         (progn
7272           (unless silent
7273             (gnus-message 3 "Can't find article %d" article))
7274           nil)
7275       (let ((pt (gnus-data-pos data)))
7276         (goto-char pt)
7277         (gnus-summary-set-article-display-arrow pt))
7278       (gnus-summary-position-point)
7279       article)))
7280
7281 ;; Walking around summary lines with displaying articles.
7282
7283 (defun gnus-summary-expand-window (&optional arg)
7284   "Make the summary buffer take up the entire Emacs frame.
7285 Given a prefix, will force an `article' buffer configuration."
7286   (interactive "P")
7287   (if arg
7288       (gnus-configure-windows 'article 'force)
7289     (gnus-configure-windows 'summary 'force)))
7290
7291 (defun gnus-summary-display-article (article &optional all-header)
7292   "Display ARTICLE in article buffer."
7293   (when (gnus-buffer-live-p gnus-article-buffer)
7294     (with-current-buffer gnus-article-buffer
7295       (mm-enable-multibyte)))
7296   (gnus-set-global-variables)
7297   (when (gnus-buffer-live-p gnus-article-buffer)
7298     (with-current-buffer gnus-article-buffer
7299       (setq gnus-article-charset gnus-newsgroup-charset)
7300       (setq gnus-article-ignored-charsets gnus-newsgroup-ignored-charsets)
7301       (mm-enable-multibyte)))
7302   (if (null article)
7303       nil
7304     (prog1
7305         (if gnus-summary-display-article-function
7306             (funcall gnus-summary-display-article-function article all-header)
7307           (gnus-article-prepare article all-header))
7308       (gnus-run-hooks 'gnus-select-article-hook)
7309       (when (and gnus-current-article
7310                  (not (zerop gnus-current-article)))
7311         (gnus-summary-goto-subject gnus-current-article))
7312       (gnus-summary-recenter)
7313       (when (and gnus-use-trees gnus-show-threads)
7314         (gnus-possibly-generate-tree article)
7315         (gnus-highlight-selected-tree article))
7316       ;; Successfully display article.
7317       (gnus-article-set-window-start
7318        (cdr (assq article gnus-newsgroup-bookmarks))))))
7319
7320 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
7321   "Select the current article.
7322 If ALL-HEADERS is non-nil, show all header fields.  If FORCE is
7323 non-nil, the article will be re-fetched even if it already present in
7324 the article buffer.  If PSEUDO is non-nil, pseudo-articles will also
7325 be displayed."
7326   ;; Make sure we are in the summary buffer to work around bbdb bug.
7327   (unless (eq major-mode 'gnus-summary-mode)
7328     (set-buffer gnus-summary-buffer))
7329   (let ((article (or article (gnus-summary-article-number)))
7330         (all-headers (not (not all-headers))) ;Must be t or nil.
7331         gnus-summary-display-article-function)
7332     (and (not pseudo)
7333          (gnus-summary-article-pseudo-p article)
7334          (error "This is a pseudo-article"))
7335     (save-excursion
7336       (set-buffer gnus-summary-buffer)
7337       (if (or (and gnus-single-article-buffer
7338                    (or (null gnus-current-article)
7339                        (null gnus-article-current)
7340                        (null (get-buffer gnus-article-buffer))
7341                        (not (eq article (cdr gnus-article-current)))
7342                        (not (equal (car gnus-article-current)
7343                                    gnus-newsgroup-name))))
7344               (and (not gnus-single-article-buffer)
7345                    (or (null gnus-current-article)
7346                        (not (eq gnus-current-article article))))
7347               force)
7348           ;; The requested article is different from the current article.
7349           (progn
7350             (gnus-summary-display-article article all-headers)
7351             (when (gnus-buffer-live-p gnus-article-buffer)
7352               (with-current-buffer gnus-article-buffer
7353                 (if (not gnus-article-decoded-p) ;; a local variable
7354                     (mm-disable-multibyte))))
7355             (gnus-article-set-window-start
7356              (cdr (assq article gnus-newsgroup-bookmarks)))
7357             article)
7358         'old))))
7359
7360 (defun gnus-summary-force-verify-and-decrypt ()
7361   "Display buttons for signed/encrypted parts and verify/decrypt them."
7362   (interactive)
7363   (let ((mm-verify-option 'known)
7364         (mm-decrypt-option 'known)
7365         (gnus-article-emulate-mime t)
7366         (gnus-buttonized-mime-types (append (list "multipart/signed"
7367                                                   "multipart/encrypted")
7368                                             gnus-buttonized-mime-types)))
7369     (gnus-summary-select-article nil 'force)))
7370
7371 (defun gnus-summary-set-current-mark (&optional current-mark)
7372   "Obsolete function."
7373   nil)
7374
7375 (defun gnus-summary-next-article (&optional unread subject backward push)
7376   "Select the next article.
7377 If UNREAD, only unread articles are selected.
7378 If SUBJECT, only articles with SUBJECT are selected.
7379 If BACKWARD, the previous article is selected instead of the next."
7380   (interactive "P")
7381   (cond
7382    ;; Is there such an article?
7383    ((and (gnus-summary-search-forward unread subject backward)
7384          (or (gnus-summary-display-article (gnus-summary-article-number))
7385              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
7386     (gnus-summary-position-point))
7387    ;; If not, we try the first unread, if that is wanted.
7388    ((and subject
7389          gnus-auto-select-same
7390          (gnus-summary-first-unread-article))
7391     (gnus-summary-position-point)
7392     (gnus-message 6 "Wrapped"))
7393    ;; Try to get next/previous article not displayed in this group.
7394    ((and gnus-auto-extend-newsgroup
7395          (not unread) (not subject))
7396     (gnus-summary-goto-article
7397      (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
7398      nil (count-lines (point-min) (point))))
7399    ;; Go to next/previous group.
7400    (t
7401     (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
7402       (gnus-summary-jump-to-group gnus-newsgroup-name))
7403     (let ((cmd last-command-char)
7404           (point
7405            (with-current-buffer gnus-group-buffer
7406              (point)))
7407           (group
7408            (if (eq gnus-keep-same-level 'best)
7409                (gnus-summary-best-group gnus-newsgroup-name)
7410              (gnus-summary-search-group backward gnus-keep-same-level))))
7411       ;; For some reason, the group window gets selected.  We change
7412       ;; it back.
7413       (select-window (get-buffer-window (current-buffer)))
7414       ;; Select next unread newsgroup automagically.
7415       (cond
7416        ((or (not gnus-auto-select-next)
7417             (not cmd))
7418         (gnus-message 7 "No more%s articles" (if unread " unread" "")))
7419        ((or (eq gnus-auto-select-next 'quietly)
7420             (and (eq gnus-auto-select-next 'slightly-quietly)
7421                  push)
7422             (and (eq gnus-auto-select-next 'almost-quietly)
7423                  (gnus-summary-last-article-p)))
7424         ;; Select quietly.
7425         (if (gnus-ephemeral-group-p gnus-newsgroup-name)
7426             (gnus-summary-exit)
7427           (gnus-message 7 "No more%s articles (%s)..."
7428                         (if unread " unread" "")
7429                         (if group (concat "selecting " group)
7430                           "exiting"))
7431           (gnus-summary-next-group nil group backward)))
7432        (t
7433         (when (gnus-key-press-event-p last-input-event)
7434           (gnus-summary-walk-group-buffer
7435            gnus-newsgroup-name cmd unread backward point))))))))
7436
7437 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward start)
7438   (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
7439                       (?\C-p (gnus-group-prev-unread-group 1))))
7440         (cursor-in-echo-area t)
7441         keve key group ended prompt)
7442     (save-excursion
7443       (set-buffer gnus-group-buffer)
7444       (goto-char start)
7445       (setq group
7446             (if (eq gnus-keep-same-level 'best)
7447                 (gnus-summary-best-group gnus-newsgroup-name)
7448               (gnus-summary-search-group backward gnus-keep-same-level))))
7449     (while (not ended)
7450       (setq prompt
7451             (format
7452              "No more%s articles%s " (if unread " unread" "")
7453              (if (and group
7454                       (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
7455                  (format " (Type %s for %s [%s])"
7456                          (single-key-description cmd)
7457                          (gnus-group-decoded-name group)
7458                          (gnus-group-unread group))
7459                (format " (Type %s to exit %s)"
7460                        (single-key-description cmd)
7461                        (gnus-group-decoded-name gnus-newsgroup-name)))))
7462       ;; Confirm auto selection.
7463       (setq key (car (setq keve (gnus-read-event-char prompt)))
7464             ended t)
7465       (cond
7466        ((assq key keystrokes)
7467         (let ((obuf (current-buffer)))
7468           (switch-to-buffer gnus-group-buffer)
7469           (when group
7470             (gnus-group-jump-to-group group))
7471           (eval (cadr (assq key keystrokes)))
7472           (setq group (gnus-group-group-name))
7473           (switch-to-buffer obuf))
7474         (setq ended nil))
7475        ((equal key cmd)
7476         (if (or (not group)
7477                 (gnus-ephemeral-group-p gnus-newsgroup-name))
7478             (gnus-summary-exit)
7479           (gnus-summary-next-group nil group backward)))
7480        (t
7481         (push (cdr keve) unread-command-events))))))
7482
7483 (defun gnus-summary-next-unread-article ()
7484   "Select unread article after current one."
7485   (interactive)
7486   (gnus-summary-next-article
7487    (or (not (eq gnus-summary-goto-unread 'never))
7488        (gnus-summary-last-article-p (gnus-summary-article-number)))
7489    (and gnus-auto-select-same
7490         (gnus-summary-article-subject))))
7491
7492 (defun gnus-summary-prev-article (&optional unread subject)
7493   "Select the article after the current one.
7494 If UNREAD is non-nil, only unread articles are selected."
7495   (interactive "P")
7496   (gnus-summary-next-article unread subject t))
7497
7498 (defun gnus-summary-prev-unread-article ()
7499   "Select unread article before current one."
7500   (interactive)
7501   (gnus-summary-prev-article
7502    (or (not (eq gnus-summary-goto-unread 'never))
7503        (gnus-summary-first-article-p (gnus-summary-article-number)))
7504    (and gnus-auto-select-same
7505         (gnus-summary-article-subject))))
7506
7507 (defun gnus-summary-next-page (&optional lines circular stop)
7508   "Show next page of the selected article.
7509 If at the end of the current article, select the next article.
7510 LINES says how many lines should be scrolled up.
7511
7512 If CIRCULAR is non-nil, go to the start of the article instead of
7513 selecting the next article when reaching the end of the current
7514 article.
7515
7516 If STOP is non-nil, just stop when reaching the end of the message.
7517
7518 Also see the variable `gnus-article-skip-boring'."
7519   (interactive "P")
7520   (setq gnus-summary-buffer (current-buffer))
7521   (gnus-set-global-variables)
7522   (let ((article (gnus-summary-article-number))
7523         (article-window (get-buffer-window gnus-article-buffer t))
7524         endp)
7525     ;; If the buffer is empty, we have no article.
7526     (unless article
7527       (error "No article to select"))
7528     (gnus-configure-windows 'article)
7529     (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
7530         (if (and (eq gnus-summary-goto-unread 'never)
7531                  (not (gnus-summary-last-article-p article)))
7532             (gnus-summary-next-article)
7533           (gnus-summary-next-unread-article))
7534       (if (or (null gnus-current-article)
7535               (null gnus-article-current)
7536               (/= article (cdr gnus-article-current))
7537               (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7538           ;; Selected subject is different from current article's.
7539           (gnus-summary-display-article article)
7540         (when article-window
7541           (gnus-eval-in-buffer-window gnus-article-buffer
7542             (setq endp (or (gnus-article-next-page lines)
7543                            (gnus-article-only-boring-p))))
7544           (when endp
7545             (cond (stop
7546                    (gnus-message 3 "End of message"))
7547                   (circular
7548                    (gnus-summary-beginning-of-article))
7549                   (lines
7550                    (gnus-message 3 "End of message"))
7551                   ((null lines)
7552                    (if (and (eq gnus-summary-goto-unread 'never)
7553                             (not (gnus-summary-last-article-p article)))
7554                        (gnus-summary-next-article)
7555                      (gnus-summary-next-unread-article))))))))
7556     (gnus-summary-recenter)
7557     (gnus-summary-position-point)))
7558
7559 (defun gnus-summary-prev-page (&optional lines move)
7560   "Show previous page of selected article.
7561 Argument LINES specifies lines to be scrolled down.
7562 If MOVE, move to the previous unread article if point is at
7563 the beginning of the buffer."
7564   (interactive "P")
7565   (let ((article (gnus-summary-article-number))
7566         (article-window (get-buffer-window gnus-article-buffer t))
7567         endp)
7568     (gnus-configure-windows 'article)
7569     (if (or (null gnus-current-article)
7570             (null gnus-article-current)
7571             (/= article (cdr gnus-article-current))
7572             (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7573         ;; Selected subject is different from current article's.
7574         (gnus-summary-display-article article)
7575       (gnus-summary-recenter)
7576       (when article-window
7577         (gnus-eval-in-buffer-window gnus-article-buffer
7578           (setq endp (gnus-article-prev-page lines)))
7579         (when (and move endp)
7580           (cond (lines
7581                  (gnus-message 3 "Beginning of message"))
7582                 ((null lines)
7583                  (if (and (eq gnus-summary-goto-unread 'never)
7584                           (not (gnus-summary-first-article-p article)))
7585                      (gnus-summary-prev-article)
7586                    (gnus-summary-prev-unread-article))))))))
7587   (gnus-summary-position-point))
7588
7589 (defun gnus-summary-prev-page-or-article (&optional lines)
7590   "Show previous page of selected article.
7591 Argument LINES specifies lines to be scrolled down.
7592 If at the beginning of the article, go to the next article."
7593   (interactive "P")
7594   (gnus-summary-prev-page lines t))
7595
7596 (defun gnus-summary-scroll-up (lines)
7597   "Scroll up (or down) one line current article.
7598 Argument LINES specifies lines to be scrolled up (or down if negative)."
7599   (interactive "p")
7600   (gnus-configure-windows 'article)
7601   (gnus-summary-show-thread)
7602   (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
7603     (gnus-eval-in-buffer-window gnus-article-buffer
7604       (cond ((> lines 0)
7605              (when (gnus-article-next-page lines)
7606                (gnus-message 3 "End of message")))
7607             ((< lines 0)
7608              (gnus-article-prev-page (- lines))))))
7609   (gnus-summary-recenter)
7610   (gnus-summary-position-point))
7611
7612 (defun gnus-summary-scroll-down (lines)
7613   "Scroll down (or up) one line current article.
7614 Argument LINES specifies lines to be scrolled down (or up if negative)."
7615   (interactive "p")
7616   (gnus-summary-scroll-up (- lines)))
7617
7618 (defun gnus-summary-next-same-subject ()
7619   "Select next article which has the same subject as current one."
7620   (interactive)
7621   (gnus-summary-next-article nil (gnus-summary-article-subject)))
7622
7623 (defun gnus-summary-prev-same-subject ()
7624   "Select previous article which has the same subject as current one."
7625   (interactive)
7626   (gnus-summary-prev-article nil (gnus-summary-article-subject)))
7627
7628 (defun gnus-summary-next-unread-same-subject ()
7629   "Select next unread article which has the same subject as current one."
7630   (interactive)
7631   (gnus-summary-next-article t (gnus-summary-article-subject)))
7632
7633 (defun gnus-summary-prev-unread-same-subject ()
7634   "Select previous unread article which has the same subject as current one."
7635   (interactive)
7636   (gnus-summary-prev-article t (gnus-summary-article-subject)))
7637
7638 (defun gnus-summary-first-unread-article ()
7639   "Select the first unread article.
7640 Return nil if there are no unread articles."
7641   (interactive)
7642   (prog1
7643       (when (gnus-summary-first-subject t)
7644         (gnus-summary-show-thread)
7645         (gnus-summary-first-subject t)
7646         (gnus-summary-display-article (gnus-summary-article-number)))
7647     (gnus-summary-position-point)))
7648
7649 (defun gnus-summary-first-unread-subject ()
7650   "Place the point on the subject line of the first unread article.
7651 Return nil if there are no unread articles."
7652   (interactive)
7653   (prog1
7654       (when (gnus-summary-first-subject t)
7655         (gnus-summary-show-thread)
7656         (gnus-summary-first-subject t))
7657     (gnus-summary-position-point)))
7658
7659 (defun gnus-summary-first-unseen-subject ()
7660   "Place the point on the subject line of the first unseen article.
7661 Return nil if there are no unseen articles."
7662   (interactive)
7663   (prog1
7664       (when (gnus-summary-first-subject nil nil t)
7665         (gnus-summary-show-thread)
7666         (gnus-summary-first-subject nil nil t))
7667     (gnus-summary-position-point)))
7668
7669 (defun gnus-summary-first-unseen-or-unread-subject ()
7670   "Place the point on the subject line of the first unseen article or,
7671 if all article have been seen, on the subject line of the first unread
7672 article."
7673   (interactive)
7674   (prog1
7675       (unless (when (gnus-summary-first-subject nil nil t)
7676                 (gnus-summary-show-thread)
7677                 (gnus-summary-first-subject nil nil t))
7678         (when (gnus-summary-first-subject t)
7679           (gnus-summary-show-thread)
7680           (gnus-summary-first-subject t)))
7681     (gnus-summary-position-point)))
7682
7683 (defun gnus-summary-first-article ()
7684   "Select the first article.
7685 Return nil if there are no articles."
7686   (interactive)
7687   (prog1
7688       (when (gnus-summary-first-subject)
7689         (gnus-summary-show-thread)
7690         (gnus-summary-first-subject)
7691         (gnus-summary-display-article (gnus-summary-article-number)))
7692     (gnus-summary-position-point)))
7693
7694 (defun gnus-summary-best-unread-article (&optional arg)
7695   "Select the unread article with the highest score.
7696 If given a prefix argument, select the next unread article that has a
7697 score higher than the default score."
7698   (interactive "P")
7699   (let ((article (if arg
7700                      (gnus-summary-better-unread-subject)
7701                    (gnus-summary-best-unread-subject))))
7702     (if article
7703         (gnus-summary-goto-article article)
7704       (error "No unread articles"))))
7705
7706 (defun gnus-summary-best-unread-subject ()
7707   "Select the unread subject with the highest score."
7708   (interactive)
7709   (let ((best -1000000)
7710         (data gnus-newsgroup-data)
7711         article score)
7712     (while data
7713       (and (gnus-data-unread-p (car data))
7714            (> (setq score
7715                     (gnus-summary-article-score (gnus-data-number (car data))))
7716               best)
7717            (setq best score
7718                  article (gnus-data-number (car data))))
7719       (setq data (cdr data)))
7720     (when article
7721       (gnus-summary-goto-subject article))
7722     (gnus-summary-position-point)
7723     article))
7724
7725 (defun gnus-summary-better-unread-subject ()
7726   "Select the first unread subject that has a score over the default score."
7727   (interactive)
7728   (let ((data gnus-newsgroup-data)
7729         article score)
7730     (while (and (setq article (gnus-data-number (car data)))
7731                 (or (gnus-data-read-p (car data))
7732                     (not (> (gnus-summary-article-score article)
7733                             gnus-summary-default-score))))
7734       (setq data (cdr data)))
7735     (when article
7736       (gnus-summary-goto-subject article))
7737     (gnus-summary-position-point)
7738     article))
7739
7740 (defun gnus-summary-last-subject ()
7741   "Go to the last displayed subject line in the group."
7742   (let ((article (gnus-data-number (car (gnus-data-list t)))))
7743     (when article
7744       (gnus-summary-goto-subject article))))
7745
7746 (defun gnus-summary-goto-article (article &optional all-headers force)
7747   "Fetch ARTICLE (article number or Message-ID) and display it if it exists.
7748 If ALL-HEADERS is non-nil, no header lines are hidden.
7749 If FORCE, go to the article even if it isn't displayed.  If FORCE
7750 is a number, it is the line the article is to be displayed on."
7751   (interactive
7752    (list
7753     (completing-read
7754      "Article number or Message-ID: "
7755      (mapcar (lambda (number) (list (int-to-string number)))
7756              gnus-newsgroup-limit))
7757     current-prefix-arg
7758     t))
7759   (prog1
7760       (if (and (stringp article)
7761                (string-match "@\\|%40" article))
7762           (gnus-summary-refer-article article)
7763         (when (stringp article)
7764           (setq article (string-to-number article)))
7765         (if (gnus-summary-goto-subject article force)
7766             (gnus-summary-display-article article all-headers)
7767           (gnus-message 4 "Couldn't go to article %s" article) nil))
7768     (gnus-summary-position-point)))
7769
7770 (defun gnus-summary-goto-last-article ()
7771   "Go to the previously read article."
7772   (interactive)
7773   (prog1
7774       (when gnus-last-article
7775         (gnus-summary-goto-article gnus-last-article nil t))
7776     (gnus-summary-position-point)))
7777
7778 (defun gnus-summary-pop-article (number)
7779   "Pop one article off the history and go to the previous.
7780 NUMBER articles will be popped off."
7781   (interactive "p")
7782   (let (to)
7783     (setq gnus-newsgroup-history
7784           (cdr (setq to (nthcdr number gnus-newsgroup-history))))
7785     (if to
7786         (gnus-summary-goto-article (car to) nil t)
7787       (error "Article history empty")))
7788   (gnus-summary-position-point))
7789
7790 ;; Summary commands and functions for limiting the summary buffer.
7791
7792 (defun gnus-summary-limit-to-articles (n)
7793   "Limit the summary buffer to the next N articles.
7794 If not given a prefix, use the process marked articles instead."
7795   (interactive "P")
7796   (prog1
7797       (let ((articles (gnus-summary-work-articles n)))
7798         (setq gnus-newsgroup-processable nil)
7799         (gnus-summary-limit articles))
7800     (gnus-summary-position-point)))
7801
7802 (defun gnus-summary-pop-limit (&optional total)
7803   "Restore the previous limit.
7804 If given a prefix, remove all limits."
7805   (interactive "P")
7806   (when total
7807     (setq gnus-newsgroup-limits
7808           (list (mapcar (lambda (h) (mail-header-number h))
7809                         gnus-newsgroup-headers))))
7810   (unless gnus-newsgroup-limits
7811     (error "No limit to pop"))
7812   (prog1
7813       (gnus-summary-limit nil 'pop)
7814     (gnus-summary-position-point)))
7815
7816 (defun gnus-summary-limit-to-subject (subject &optional header not-matching)
7817   "Limit the summary buffer to articles that have subjects that match a regexp.
7818 If NOT-MATCHING, excluding articles that have subjects that match a regexp."
7819   (interactive
7820    (list (read-string (if current-prefix-arg
7821                           "Exclude subject (regexp): "
7822                         "Limit to subject (regexp): "))
7823          nil current-prefix-arg))
7824   (unless header
7825     (setq header "subject"))
7826   (when (not (equal "" subject))
7827     (prog1
7828         (let ((articles (gnus-summary-find-matching
7829                          (or header "subject") subject 'all nil nil
7830                          not-matching)))
7831           (unless articles
7832             (error "Found no matches for \"%s\"" subject))
7833           (gnus-summary-limit articles))
7834       (gnus-summary-position-point))))
7835
7836 (defun gnus-summary-limit-to-author (from &optional not-matching)
7837   "Limit the summary buffer to articles that have authors that match a regexp.
7838 If NOT-MATCHING, excluding articles that have authors that match a regexp."
7839   (interactive
7840    (list (read-string (if current-prefix-arg
7841                           "Exclude author (regexp): "
7842                         "Limit to author (regexp): "))
7843          current-prefix-arg))
7844   (gnus-summary-limit-to-subject from "from" not-matching))
7845
7846 (defun gnus-summary-limit-to-recipient (recipient &optional not-matching)
7847   "Limit the summary buffer to articles with the given RECIPIENT.
7848
7849 If NOT-MATCHING, exclude RECIPIENT.
7850
7851 To and Cc headers are checked.  You need to include them in
7852 `nnmail-extra-headers'."
7853   ;; Unlike `rmail-summary-by-recipients', doesn't include From.
7854   (interactive
7855    (list (read-string (format "%s recipient (regexp): "
7856                               (if current-prefix-arg "Exclude" "Limit to")))
7857          current-prefix-arg))
7858   (when (not (equal "" recipient))
7859     (prog1 (let* ((to
7860                    (if (memq 'To nnmail-extra-headers)
7861                        (gnus-summary-find-matching
7862                         (cons 'extra 'To) recipient 'all nil nil
7863                         not-matching)
7864                      (gnus-message
7865                       1 "`To' isn't present in `nnmail-extra-headers'")
7866                      (sit-for 1)
7867                      nil))
7868                   (cc
7869                    (if (memq 'Cc nnmail-extra-headers)
7870                        (gnus-summary-find-matching
7871                         (cons 'extra 'Cc) recipient 'all nil nil
7872                         not-matching)
7873                      (gnus-message
7874                       1 "`Cc' isn't present in `nnmail-extra-headers'")
7875                      (sit-for 1)
7876                      nil))
7877                   (articles
7878                    (if not-matching
7879                        ;; We need the numbers that are in both lists:
7880                        (mapcar (lambda (a)
7881                                  (and (memq a to) a))
7882                                cc)
7883                      (nconc to cc))))
7884              (unless articles
7885                (error "Found no matches for \"%s\"" recipient))
7886              (gnus-summary-limit articles))
7887       (gnus-summary-position-point))))
7888
7889 (defun gnus-summary-limit-to-age (age &optional younger-p)
7890   "Limit the summary buffer to articles that are older than (or equal) AGE days.
7891 If YOUNGER-P (the prefix) is non-nil, limit the summary buffer to
7892 articles that are younger than AGE days."
7893   (interactive
7894    (let ((younger current-prefix-arg)
7895          (days-got nil)
7896          days)
7897      (while (not days-got)
7898        (setq days (if younger
7899                       (read-string "Limit to articles younger than (in days, older when negative): ")
7900                     (read-string
7901                      "Limit to articles older than (in days, younger when negative): ")))
7902        (when (> (length days) 0)
7903          (setq days (read days)))
7904        (if (numberp days)
7905            (progn
7906              (setq days-got t)
7907              (when (< days 0)
7908                (setq younger (not younger))
7909                (setq days (* days -1))))
7910          (message "Please enter a number.")
7911          (sleep-for 1)))
7912      (list days younger)))
7913   (prog1
7914       (let ((data gnus-newsgroup-data)
7915             (cutoff (days-to-time age))
7916             articles d date is-younger)
7917         (while (setq d (pop data))
7918           (when (and (vectorp (gnus-data-header d))
7919                      (setq date (mail-header-date (gnus-data-header d))))
7920             (setq is-younger (time-less-p
7921                               (time-since (condition-case ()
7922                                               (date-to-time date)
7923                                             (error '(0 0))))
7924                               cutoff))
7925             (when (if younger-p
7926                       is-younger
7927                     (not is-younger))
7928               (push (gnus-data-number d) articles))))
7929         (gnus-summary-limit (nreverse articles)))
7930     (gnus-summary-position-point)))
7931
7932 (defun gnus-summary-limit-to-extra (header regexp &optional not-matching)
7933   "Limit the summary buffer to articles that match an 'extra' header."
7934   (interactive
7935    (let ((header
7936           (intern
7937            (gnus-completing-read-with-default
7938             (symbol-name (car gnus-extra-headers))
7939             (if current-prefix-arg
7940                 "Exclude extra header"
7941               "Limit extra header")
7942             (mapcar (lambda (x)
7943                       (cons (symbol-name x) x))
7944                     gnus-extra-headers)
7945             nil
7946             t))))
7947      (list header
7948            (read-string (format "%s header %s (regexp): "
7949                                 (if current-prefix-arg "Exclude" "Limit to")
7950                                 header))
7951            current-prefix-arg)))
7952   (when (not (equal "" regexp))
7953     (prog1
7954         (let ((articles (gnus-summary-find-matching
7955                          (cons 'extra header) regexp 'all nil nil
7956                          not-matching)))
7957           (unless articles
7958             (error "Found no matches for \"%s\"" regexp))
7959           (gnus-summary-limit articles))
7960       (gnus-summary-position-point))))
7961
7962 (defun gnus-summary-limit-to-display-predicate ()
7963   "Limit the summary buffer to the predicated in the `display' group parameter."
7964   (interactive)
7965   (unless gnus-newsgroup-display
7966     (error "There is no `display' group parameter"))
7967   (let (articles)
7968     (dolist (number gnus-newsgroup-articles)
7969       (when (funcall gnus-newsgroup-display)
7970         (push number articles)))
7971     (gnus-summary-limit articles))
7972   (gnus-summary-position-point))
7973
7974 (defalias 'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
7975 (make-obsolete
7976  'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
7977
7978 (defun gnus-summary-limit-to-unread (&optional all)
7979   "Limit the summary buffer to articles that are not marked as read.
7980 If ALL is non-nil, limit strictly to unread articles."
7981   (interactive "P")
7982   (if all
7983       (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
7984     (gnus-summary-limit-to-marks
7985      ;; Concat all the marks that say that an article is read and have
7986      ;; those removed.
7987      (list gnus-del-mark gnus-read-mark gnus-ancient-mark
7988            gnus-killed-mark gnus-spam-mark gnus-kill-file-mark
7989            gnus-low-score-mark gnus-expirable-mark
7990            gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark
7991            gnus-duplicate-mark gnus-souped-mark)
7992      'reverse)))
7993
7994 (defun gnus-summary-limit-to-replied (&optional unreplied)
7995   "Limit the summary buffer to replied articles.
7996 If UNREPLIED (the prefix), limit to unreplied articles."
7997   (interactive "P")
7998   (if unreplied
7999       (gnus-summary-limit
8000        (gnus-set-difference gnus-newsgroup-articles
8001         gnus-newsgroup-replied))
8002     (gnus-summary-limit gnus-newsgroup-replied))
8003   (gnus-summary-position-point))
8004
8005 (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-exclude-marks)
8006 (make-obsolete 'gnus-summary-delete-marked-with
8007                'gnus-summary-limit-exclude-marks)
8008
8009 (defun gnus-summary-limit-exclude-marks (marks &optional reverse)
8010   "Exclude articles that are marked with MARKS (e.g. \"DK\").
8011 If REVERSE, limit the summary buffer to articles that are marked
8012 with MARKS.  MARKS can either be a string of marks or a list of marks.
8013 Returns how many articles were removed."
8014   (interactive "sMarks: ")
8015   (gnus-summary-limit-to-marks marks t))
8016
8017 (defun gnus-summary-limit-to-marks (marks &optional reverse)
8018   "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
8019 If REVERSE (the prefix), limit the summary buffer to articles that are
8020 not marked with MARKS.  MARKS can either be a string of marks or a
8021 list of marks.
8022 Returns how many articles were removed."
8023   (interactive "sMarks: \nP")
8024   (prog1
8025       (let ((data gnus-newsgroup-data)
8026             (marks (if (listp marks) marks
8027                      (append marks nil))) ; Transform to list.
8028             articles)
8029         (while data
8030           (when (if reverse (not (memq (gnus-data-mark (car data)) marks))
8031                   (memq (gnus-data-mark (car data)) marks))
8032             (push (gnus-data-number (car data)) articles))
8033           (setq data (cdr data)))
8034         (gnus-summary-limit articles))
8035     (gnus-summary-position-point)))
8036
8037 (defun gnus-summary-limit-to-score (score)
8038   "Limit to articles with score at or above SCORE."
8039   (interactive "NLimit to articles with score of at least: ")
8040   (let ((data gnus-newsgroup-data)
8041         articles)
8042     (while data
8043       (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
8044                 score)
8045         (push (gnus-data-number (car data)) articles))
8046       (setq data (cdr data)))
8047     (prog1
8048         (gnus-summary-limit articles)
8049       (gnus-summary-position-point))))
8050
8051 (defun gnus-summary-limit-to-unseen ()
8052   "Limit to unseen articles."
8053   (interactive)
8054   (prog1
8055       (gnus-summary-limit gnus-newsgroup-unseen)
8056     (gnus-summary-position-point)))
8057
8058 (defun gnus-summary-limit-include-thread (id)
8059   "Display all the hidden articles that is in the thread with ID in it.
8060 When called interactively, ID is the Message-ID of the current
8061 article."
8062   (interactive (list (mail-header-id (gnus-summary-article-header))))
8063   (let ((articles (gnus-articles-in-thread
8064                    (gnus-id-to-thread (gnus-root-id id)))))
8065     (prog1
8066         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8067       (gnus-summary-limit-include-matching-articles
8068        "subject"
8069        (regexp-quote (gnus-simplify-subject-re
8070                       (mail-header-subject (gnus-id-to-header id)))))
8071       (gnus-summary-position-point))))
8072
8073 (defun gnus-summary-limit-include-matching-articles (header regexp)
8074   "Display all the hidden articles that have HEADERs that match REGEXP."
8075   (interactive (list (read-string "Match on header: ")
8076                      (read-string "Regexp: ")))
8077   (let ((articles (gnus-find-matching-articles header regexp)))
8078     (prog1
8079         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8080       (gnus-summary-position-point))))
8081
8082 (defun gnus-summary-insert-dormant-articles ()
8083   "Insert all the dormant articles for this group into the current buffer."
8084   (interactive)
8085   (let ((gnus-verbose (max 6 gnus-verbose)))
8086     (if (not gnus-newsgroup-dormant)
8087         (gnus-message 3 "No cached articles for this group")
8088       (gnus-summary-goto-subjects gnus-newsgroup-dormant))))
8089
8090 (defun gnus-summary-limit-include-dormant ()
8091   "Display all the hidden articles that are marked as dormant.
8092 Note that this command only works on a subset of the articles currently
8093 fetched for this group."
8094   (interactive)
8095   (unless gnus-newsgroup-dormant
8096     (error "There are no dormant articles in this group"))
8097   (prog1
8098       (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
8099     (gnus-summary-position-point)))
8100
8101 (defun gnus-summary-limit-exclude-dormant ()
8102   "Hide all dormant articles."
8103   (interactive)
8104   (prog1
8105       (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
8106     (gnus-summary-position-point)))
8107
8108 (defun gnus-summary-limit-exclude-childless-dormant ()
8109   "Hide all dormant articles that have no children."
8110   (interactive)
8111   (let ((data (gnus-data-list t))
8112         articles d children)
8113     ;; Find all articles that are either not dormant or have
8114     ;; children.
8115     (while (setq d (pop data))
8116       (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
8117                 (and (setq children
8118                            (gnus-article-children (gnus-data-number d)))
8119                      (let (found)
8120                        (while children
8121                          (when (memq (car children) articles)
8122                            (setq children nil
8123                                  found t))
8124                          (pop children))
8125                        found)))
8126         (push (gnus-data-number d) articles)))
8127     ;; Do the limiting.
8128     (prog1
8129         (gnus-summary-limit articles)
8130       (gnus-summary-position-point))))
8131
8132 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
8133   "Mark all unread excluded articles as read.
8134 If ALL, mark even excluded ticked and dormants as read."
8135   (interactive "P")
8136   (setq gnus-newsgroup-limit (sort gnus-newsgroup-limit '<))
8137   (let ((articles (gnus-sorted-ndifference
8138                    (sort
8139                     (mapcar (lambda (h) (mail-header-number h))
8140                             gnus-newsgroup-headers)
8141                     '<)
8142                    gnus-newsgroup-limit))
8143         article)
8144     (setq gnus-newsgroup-unreads
8145           (gnus-sorted-intersection gnus-newsgroup-unreads
8146                                     gnus-newsgroup-limit))
8147     (if all
8148         (setq gnus-newsgroup-dormant nil
8149               gnus-newsgroup-marked nil
8150               gnus-newsgroup-reads
8151               (nconc
8152                (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
8153                gnus-newsgroup-reads))
8154       (while (setq article (pop articles))
8155         (unless (or (memq article gnus-newsgroup-dormant)
8156                     (memq article gnus-newsgroup-marked))
8157           (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
8158
8159 (defun gnus-summary-limit (articles &optional pop)
8160   (if pop
8161       ;; We pop the previous limit off the stack and use that.
8162       (setq articles (car gnus-newsgroup-limits)
8163             gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
8164     ;; We use the new limit, so we push the old limit on the stack.
8165     (push gnus-newsgroup-limit gnus-newsgroup-limits))
8166   ;; Set the limit.
8167   (setq gnus-newsgroup-limit articles)
8168   (let ((total (length gnus-newsgroup-data))
8169         (data (gnus-data-find-list (gnus-summary-article-number)))
8170         (gnus-summary-mark-below nil)   ; Inhibit this.
8171         found)
8172     ;; This will do all the work of generating the new summary buffer
8173     ;; according to the new limit.
8174     (gnus-summary-prepare)
8175     ;; Hide any threads, possibly.
8176     (gnus-summary-maybe-hide-threads)
8177     ;; Try to return to the article you were at, or one in the
8178     ;; neighborhood.
8179     (when data
8180       ;; We try to find some article after the current one.
8181       (while data
8182         (when (gnus-summary-goto-subject (gnus-data-number (car data)) nil t)
8183           (setq data nil
8184                 found t))
8185         (setq data (cdr data))))
8186     (unless found
8187       ;; If there is no data, that means that we were after the last
8188       ;; article.  The same goes when we can't find any articles
8189       ;; after the current one.
8190       (goto-char (point-max))
8191       (gnus-summary-find-prev))
8192     (gnus-set-mode-line 'summary)
8193     ;; We return how many articles were removed from the summary
8194     ;; buffer as a result of the new limit.
8195     (- total (length gnus-newsgroup-data))))
8196
8197 (defsubst gnus-invisible-cut-children (threads)
8198   (let ((num 0))
8199     (while threads
8200       (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
8201         (incf num))
8202       (pop threads))
8203     (< num 2)))
8204
8205 (defsubst gnus-cut-thread (thread)
8206   "Go forwards in the thread until we find an article that we want to display."
8207   (when (or (eq gnus-fetch-old-headers 'some)
8208             (eq gnus-fetch-old-headers 'invisible)
8209             (numberp gnus-fetch-old-headers)
8210             (eq gnus-build-sparse-threads 'some)
8211             (eq gnus-build-sparse-threads 'more))
8212     ;; Deal with old-fetched headers and sparse threads.
8213     (while (and
8214             thread
8215             (or
8216              (gnus-summary-article-sparse-p (mail-header-number (car thread)))
8217              (gnus-summary-article-ancient-p
8218               (mail-header-number (car thread))))
8219             (if (or (<= (length (cdr thread)) 1)
8220                     (eq gnus-fetch-old-headers 'invisible))
8221                 (setq gnus-newsgroup-limit
8222                       (delq (mail-header-number (car thread))
8223                             gnus-newsgroup-limit)
8224                       thread (cadr thread))
8225               (when (gnus-invisible-cut-children (cdr thread))
8226                 (let ((th (cdr thread)))
8227                   (while th
8228                     (if (memq (mail-header-number (caar th))
8229                               gnus-newsgroup-limit)
8230                         (setq thread (car th)
8231                               th nil)
8232                       (setq th (cdr th))))))))))
8233   thread)
8234
8235 (defun gnus-cut-threads (threads)
8236   "Cut off all uninteresting articles from the beginning of THREADS."
8237   (when (or (eq gnus-fetch-old-headers 'some)
8238             (eq gnus-fetch-old-headers 'invisible)
8239             (numberp gnus-fetch-old-headers)
8240             (eq gnus-build-sparse-threads 'some)
8241             (eq gnus-build-sparse-threads 'more))
8242     (let ((th threads))
8243       (while th
8244         (setcar th (gnus-cut-thread (car th)))
8245         (setq th (cdr th)))))
8246   ;; Remove nixed out threads.
8247   (delq nil threads))
8248
8249 (defun gnus-summary-initial-limit (&optional show-if-empty)
8250   "Figure out what the initial limit is supposed to be on group entry.
8251 This entails weeding out unwanted dormants, low-scored articles,
8252 fetch-old-headers verbiage, and so on."
8253   ;; Most groups have nothing to remove.
8254   (if (or gnus-inhibit-limiting
8255           (and (null gnus-newsgroup-dormant)
8256                (eq gnus-newsgroup-display 'gnus-not-ignore)
8257                (not (eq gnus-fetch-old-headers 'some))
8258                (not (numberp gnus-fetch-old-headers))
8259                (not (eq gnus-fetch-old-headers 'invisible))
8260                (null gnus-summary-expunge-below)
8261                (not (eq gnus-build-sparse-threads 'some))
8262                (not (eq gnus-build-sparse-threads 'more))
8263                (null gnus-thread-expunge-below)
8264                (not gnus-use-nocem)))
8265       ()                                ; Do nothing.
8266     (push gnus-newsgroup-limit gnus-newsgroup-limits)
8267     (setq gnus-newsgroup-limit nil)
8268     (mapatoms
8269      (lambda (node)
8270        (unless (car (symbol-value node))
8271          ;; These threads have no parents -- they are roots.
8272          (let ((nodes (cdr (symbol-value node)))
8273                thread)
8274            (while nodes
8275              (if (and gnus-thread-expunge-below
8276                       (< (gnus-thread-total-score (car nodes))
8277                          gnus-thread-expunge-below))
8278                  (gnus-expunge-thread (pop nodes))
8279                (setq thread (pop nodes))
8280                (gnus-summary-limit-children thread))))))
8281      gnus-newsgroup-dependencies)
8282     ;; If this limitation resulted in an empty group, we might
8283     ;; pop the previous limit and use it instead.
8284     (when (and (not gnus-newsgroup-limit)
8285                show-if-empty)
8286       (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
8287     gnus-newsgroup-limit))
8288
8289 (defun gnus-summary-limit-children (thread)
8290   "Return 1 if this subthread is visible and 0 if it is not."
8291   ;; First we get the number of visible children to this thread.  This
8292   ;; is done by recursing down the thread using this function, so this
8293   ;; will really go down to a leaf article first, before slowly
8294   ;; working its way up towards the root.
8295   (when thread
8296     (let* ((max-lisp-eval-depth 5000)
8297            (children
8298            (if (cdr thread)
8299                (apply '+ (mapcar 'gnus-summary-limit-children
8300                                  (cdr thread)))
8301              0))
8302           (number (mail-header-number (car thread)))
8303           score)
8304       (if (and
8305            (not (memq number gnus-newsgroup-marked))
8306            (or
8307             ;; If this article is dormant and has absolutely no visible
8308             ;; children, then this article isn't visible.
8309             (and (memq number gnus-newsgroup-dormant)
8310                  (zerop children))
8311             ;; If this is "fetch-old-headered" and there is no
8312             ;; visible children, then we don't want this article.
8313             (and (or (eq gnus-fetch-old-headers 'some)
8314                      (numberp gnus-fetch-old-headers))
8315                  (gnus-summary-article-ancient-p number)
8316                  (zerop children))
8317             ;; If this is "fetch-old-headered" and `invisible', then
8318             ;; we don't want this article.
8319             (and (eq gnus-fetch-old-headers 'invisible)
8320                  (gnus-summary-article-ancient-p number))
8321             ;; If this is a sparsely inserted article with no children,
8322             ;; we don't want it.
8323             (and (eq gnus-build-sparse-threads 'some)
8324                  (gnus-summary-article-sparse-p number)
8325                  (zerop children))
8326             ;; If we use expunging, and this article is really
8327             ;; low-scored, then we don't want this article.
8328             (when (and gnus-summary-expunge-below
8329                        (< (setq score
8330                                 (or (cdr (assq number gnus-newsgroup-scored))
8331                                     gnus-summary-default-score))
8332                           gnus-summary-expunge-below))
8333               ;; We increase the expunge-tally here, but that has
8334               ;; nothing to do with the limits, really.
8335               (incf gnus-newsgroup-expunged-tally)
8336               ;; We also mark as read here, if that's wanted.
8337               (when (and gnus-summary-mark-below
8338                          (< score gnus-summary-mark-below))
8339                 (setq gnus-newsgroup-unreads
8340                       (delq number gnus-newsgroup-unreads))
8341                 (if gnus-newsgroup-auto-expire
8342                     (push number gnus-newsgroup-expirable)
8343                   (push (cons number gnus-low-score-mark)
8344                         gnus-newsgroup-reads)))
8345               t)
8346             ;; Do the `display' group parameter.
8347             (and gnus-newsgroup-display
8348                  (not (funcall gnus-newsgroup-display)))
8349             ;; Check NoCeM things.
8350             (when (and gnus-use-nocem
8351                        (gnus-nocem-unwanted-article-p
8352                         (mail-header-id (car thread))))
8353               (setq gnus-newsgroup-unreads
8354                     (delq number gnus-newsgroup-unreads))
8355               t)))
8356           ;; Nope, invisible article.
8357           0
8358         ;; Ok, this article is to be visible, so we add it to the limit
8359         ;; and return 1.
8360         (push number gnus-newsgroup-limit)
8361         1))))
8362
8363 (defun gnus-expunge-thread (thread)
8364   "Mark all articles in THREAD as read."
8365   (let* ((number (mail-header-number (car thread))))
8366     (incf gnus-newsgroup-expunged-tally)
8367     ;; We also mark as read here, if that's wanted.
8368     (setq gnus-newsgroup-unreads
8369           (delq number gnus-newsgroup-unreads))
8370     (if gnus-newsgroup-auto-expire
8371         (push number gnus-newsgroup-expirable)
8372       (push (cons number gnus-low-score-mark)
8373             gnus-newsgroup-reads)))
8374   ;; Go recursively through all subthreads.
8375   (mapcar 'gnus-expunge-thread (cdr thread)))
8376
8377 ;; Summary article oriented commands
8378
8379 (defun gnus-summary-refer-parent-article (n)
8380   "Refer parent article N times.
8381 If N is negative, go to ancestor -N instead.
8382 The difference between N and the number of articles fetched is returned."
8383   (interactive "p")
8384   (let ((skip 1)
8385         error header ref)
8386     (when (not (natnump n))
8387       (setq skip (abs n)
8388             n 1))
8389     (while (and (> n 0)
8390                 (not error))
8391       (setq header (gnus-summary-article-header))
8392       (if (and (eq (mail-header-number header)
8393                    (cdr gnus-article-current))
8394                (equal gnus-newsgroup-name
8395                       (car gnus-article-current)))
8396           ;; If we try to find the parent of the currently
8397           ;; displayed article, then we take a look at the actual
8398           ;; References header, since this is slightly more
8399           ;; reliable than the References field we got from the
8400           ;; server.
8401           (save-excursion
8402             (set-buffer gnus-original-article-buffer)
8403             (nnheader-narrow-to-headers)
8404             (unless (setq ref (message-fetch-field "references"))
8405               (when (setq ref (message-fetch-field "in-reply-to"))
8406                 (setq ref (gnus-extract-message-id-from-in-reply-to ref))))
8407             (widen))
8408         (setq ref
8409               ;; It's not the current article, so we take a bet on
8410               ;; the value we got from the server.
8411               (mail-header-references header)))
8412       (if (and ref
8413                (not (equal ref "")))
8414           (unless (gnus-summary-refer-article (gnus-parent-id ref skip))
8415             (gnus-message 1 "Couldn't find parent"))
8416         (gnus-message 1 "No references in article %d"
8417                       (gnus-summary-article-number))
8418         (setq error t))
8419       (decf n))
8420     (gnus-summary-position-point)
8421     n))
8422
8423 (defun gnus-summary-refer-references ()
8424   "Fetch all articles mentioned in the References header.
8425 Return the number of articles fetched."
8426   (interactive)
8427   (let ((ref (mail-header-references (gnus-summary-article-header)))
8428         (current (gnus-summary-article-number))
8429         (n 0))
8430     (if (or (not ref)
8431             (equal ref ""))
8432         (error "No References in the current article")
8433       ;; For each Message-ID in the References header...
8434       (while (string-match "<[^>]*>" ref)
8435         (incf n)
8436         ;; ... fetch that article.
8437         (gnus-summary-refer-article
8438          (prog1 (match-string 0 ref)
8439            (setq ref (substring ref (match-end 0))))))
8440       (gnus-summary-goto-subject current)
8441       (gnus-summary-position-point)
8442       n)))
8443
8444 (defun gnus-summary-refer-thread (&optional limit)
8445   "Fetch all articles in the current thread.
8446 If LIMIT (the numerical prefix), fetch that many old headers instead
8447 of what's specified by the `gnus-refer-thread-limit' variable."
8448   (interactive "P")
8449   (let ((id (mail-header-id (gnus-summary-article-header)))
8450         (limit (if limit (prefix-numeric-value limit)
8451                  gnus-refer-thread-limit)))
8452     (unless (eq gnus-fetch-old-headers 'invisible)
8453       (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
8454       ;; Retrieve the headers and read them in.
8455       (if (eq (if (numberp limit)
8456                   (gnus-retrieve-headers
8457                    (list (min
8458                           (+ (mail-header-number
8459                               (gnus-summary-article-header))
8460                              limit)
8461                           gnus-newsgroup-end))
8462                    gnus-newsgroup-name (* limit 2))
8463                 ;; gnus-refer-thread-limit is t, i.e. fetch _all_
8464                 ;; headers.
8465                 (gnus-retrieve-headers (list gnus-newsgroup-end)
8466                                        gnus-newsgroup-name limit))
8467               'nov)
8468           (gnus-build-all-threads)
8469         (error "Can't fetch thread from back ends that don't support NOV"))
8470       (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name))
8471     (gnus-summary-limit-include-thread id)))
8472
8473 (defun gnus-summary-refer-article (message-id)
8474   "Fetch an article specified by MESSAGE-ID."
8475   (interactive "sMessage-ID: ")
8476   (when (and (stringp message-id)
8477              (not (zerop (length message-id))))
8478     (setq message-id (gnus-replace-in-string message-id " " ""))
8479     ;; Construct the correct Message-ID if necessary.
8480     ;; Suggested by tale@pawl.rpi.edu.
8481     (unless (string-match "^<" message-id)
8482       (setq message-id (concat "<" message-id)))
8483     (unless (string-match ">$" message-id)
8484       (setq message-id (concat message-id ">")))
8485     ;; People often post MIDs from URLs, so unhex it:
8486     (unless (string-match "@" message-id)
8487       (setq message-id (gnus-url-unhex-string message-id)))
8488     (let* ((header (gnus-id-to-header message-id))
8489            (sparse (and header
8490                         (gnus-summary-article-sparse-p
8491                          (mail-header-number header))
8492                         (memq (mail-header-number header)
8493                               gnus-newsgroup-limit)))
8494            number)
8495       (cond
8496        ;; If the article is present in the buffer we just go to it.
8497        ((and header
8498              (or (not (gnus-summary-article-sparse-p
8499                        (mail-header-number header)))
8500                  sparse))
8501         (prog1
8502             (gnus-summary-goto-article
8503              (mail-header-number header) nil t)
8504           (when sparse
8505             (gnus-summary-update-article (mail-header-number header)))))
8506        (t
8507         ;; We fetch the article.
8508         (catch 'found
8509           (dolist (gnus-override-method (gnus-refer-article-methods))
8510             (when (and (gnus-check-server gnus-override-method)
8511                        ;; Fetch the header,
8512                        (setq number (gnus-summary-insert-subject message-id)))
8513               ;; and display the article.
8514               (gnus-summary-select-article nil nil nil number)
8515               (throw 'found t)))
8516           (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
8517
8518 (defun gnus-refer-article-methods ()
8519   "Return a list of referable methods."
8520   (cond
8521    ;; No method, so we default to current and native.
8522    ((null gnus-refer-article-method)
8523     (list gnus-current-select-method gnus-select-method))
8524    ;; Current.
8525    ((eq 'current gnus-refer-article-method)
8526     (list gnus-current-select-method))
8527    ;; List of select methods.
8528    ((not (and (symbolp (car gnus-refer-article-method))
8529               (assq (car gnus-refer-article-method) nnoo-definition-alist)))
8530     (let (out)
8531       (dolist (method gnus-refer-article-method)
8532         (push (if (eq 'current method)
8533                   gnus-current-select-method
8534                 method)
8535               out))
8536       (nreverse out)))
8537    ;; One single select method.
8538    (t
8539     (list gnus-refer-article-method))))
8540
8541 (defun gnus-summary-edit-parameters ()
8542   "Edit the group parameters of the current group."
8543   (interactive)
8544   (gnus-group-edit-group gnus-newsgroup-name 'params))
8545
8546 (defun gnus-summary-customize-parameters ()
8547   "Customize the group parameters of the current group."
8548   (interactive)
8549   (gnus-group-customize gnus-newsgroup-name))
8550
8551 (defun gnus-summary-enter-digest-group (&optional force)
8552   "Enter an nndoc group based on the current article.
8553 If FORCE, force a digest interpretation.  If not, try
8554 to guess what the document format is."
8555   (interactive "P")
8556   (let ((conf gnus-current-window-configuration))
8557     (save-window-excursion
8558       (save-excursion
8559         (let (gnus-article-prepare-hook
8560               gnus-display-mime-function
8561               gnus-break-pages)
8562           (gnus-summary-select-article))))
8563     (setq gnus-current-window-configuration conf)
8564     (let* ((name (format "%s-%d"
8565                          (gnus-group-prefixed-name
8566                           gnus-newsgroup-name (list 'nndoc ""))
8567                          (with-current-buffer gnus-summary-buffer
8568                            gnus-current-article)))
8569            (ogroup gnus-newsgroup-name)
8570            (params (append (gnus-info-params (gnus-get-info ogroup))
8571                            (list (cons 'to-group ogroup))
8572                            (list (cons 'parent-group ogroup))
8573                            (list (cons 'save-article-group ogroup))))
8574            (case-fold-search t)
8575            (buf (current-buffer))
8576            dig to-address)
8577       (save-excursion
8578         (set-buffer gnus-original-article-buffer)
8579         ;; Have the digest group inherit the main mail address of
8580         ;; the parent article.
8581         (when (setq to-address (or (gnus-fetch-field "reply-to")
8582                                    (gnus-fetch-field "from")))
8583           (setq params (append
8584                         (list (cons 'to-address
8585                                     (funcall gnus-decode-encoded-word-function
8586                                              to-address))))))
8587         (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
8588         (insert-buffer-substring gnus-original-article-buffer)
8589         ;; Remove lines that may lead nndoc to misinterpret the
8590         ;; document type.
8591         (narrow-to-region
8592          (goto-char (point-min))
8593          (or (search-forward "\n\n" nil t) (point)))
8594         (goto-char (point-min))
8595         (delete-matching-lines "^Path:\\|^From ")
8596         (widen))
8597       (unwind-protect
8598           (if (let ((gnus-newsgroup-ephemeral-charset gnus-newsgroup-charset)
8599                     (gnus-newsgroup-ephemeral-ignored-charsets
8600                      gnus-newsgroup-ignored-charsets))
8601                 (gnus-group-read-ephemeral-group
8602                  name `(nndoc ,name (nndoc-address ,(get-buffer dig))
8603                               (nndoc-article-type
8604                                ,(if force 'mbox 'guess)))
8605                  t nil nil nil
8606                  `((adapt-file . ,(gnus-score-file-name gnus-newsgroup-name
8607                                                         "ADAPT")))))
8608               ;; Make all postings to this group go to the parent group.
8609               (nconc (gnus-info-params (gnus-get-info name))
8610                      params)
8611             ;; Couldn't select this doc group.
8612             (switch-to-buffer buf)
8613             (gnus-set-global-variables)
8614             (gnus-configure-windows 'summary)
8615             (gnus-message 3 "Article couldn't be entered?"))
8616         (kill-buffer dig)))))
8617
8618 (defun gnus-summary-read-document (n)
8619   "Open a new group based on the current article(s).
8620 This will allow you to read digests and other similar
8621 documents as newsgroups.
8622 Obeys the standard process/prefix convention."
8623   (interactive "P")
8624   (let* ((ogroup gnus-newsgroup-name)
8625          (params (append (gnus-info-params (gnus-get-info ogroup))
8626                          (list (cons 'to-group ogroup))))
8627          group egroup groups vgroup)
8628     (dolist (article (gnus-summary-work-articles n))
8629       (setq group (format "%s-%d" gnus-newsgroup-name article))
8630       (gnus-summary-remove-process-mark article)
8631       (when (gnus-summary-display-article article)
8632         (save-excursion
8633           (with-temp-buffer
8634             (insert-buffer-substring gnus-original-article-buffer)
8635             ;; Remove some headers that may lead nndoc to make
8636             ;; the wrong guess.
8637             (message-narrow-to-head)
8638             (goto-char (point-min))
8639             (delete-matching-lines "^Path:\\|^From ")
8640             (widen)
8641             (if (setq egroup
8642                       (gnus-group-read-ephemeral-group
8643                        group `(nndoc ,group (nndoc-address ,(current-buffer))
8644                                      (nndoc-article-type guess))
8645                        t nil t))
8646                 (progn
8647             ;; Make all postings to this group go to the parent group.
8648                   (nconc (gnus-info-params (gnus-get-info egroup))
8649                          params)
8650                   (push egroup groups))
8651               ;; Couldn't select this doc group.
8652               (gnus-error 3 "Article couldn't be entered"))))))
8653     ;; Now we have selected all the documents.
8654     (cond
8655      ((not groups)
8656       (error "None of the articles could be interpreted as documents"))
8657      ((gnus-group-read-ephemeral-group
8658        (setq vgroup (format
8659                      "nnvirtual:%s-%s" gnus-newsgroup-name
8660                      (format-time-string "%Y%m%dT%H%M%S" (current-time))))
8661        `(nnvirtual ,vgroup (nnvirtual-component-groups ,groups))
8662        t
8663        (cons (current-buffer) 'summary)))
8664      (t
8665       (error "Couldn't select virtual nndoc group")))))
8666
8667 (defun gnus-summary-isearch-article (&optional regexp-p)
8668   "Do incremental search forward on the current article.
8669 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
8670   (interactive "P")
8671   (gnus-summary-select-article)
8672   (gnus-configure-windows 'article)
8673   (gnus-eval-in-buffer-window gnus-article-buffer
8674     (save-restriction
8675       (widen)
8676       (isearch-forward regexp-p))))
8677
8678 (defun gnus-summary-search-article-forward (regexp &optional backward)
8679   "Search for an article containing REGEXP forward.
8680 If BACKWARD, search backward instead."
8681   (interactive
8682    (list (read-string
8683           (format "Search article %s (regexp%s): "
8684                   (if current-prefix-arg "backward" "forward")
8685                   (if gnus-last-search-regexp
8686                       (concat ", default " gnus-last-search-regexp)
8687                     "")))
8688          current-prefix-arg))
8689   (if (string-equal regexp "")
8690       (setq regexp (or gnus-last-search-regexp ""))
8691     (setq gnus-last-search-regexp regexp)
8692     (setq gnus-article-before-search gnus-current-article))
8693   ;; Intentionally set gnus-last-article.
8694   (setq gnus-last-article gnus-article-before-search)
8695   (let ((gnus-last-article gnus-last-article))
8696     (if (gnus-summary-search-article regexp backward)
8697         (gnus-summary-show-thread)
8698       (signal 'search-failed (list regexp)))))
8699
8700 (defun gnus-summary-search-article-backward (regexp)
8701   "Search for an article containing REGEXP backward."
8702   (interactive
8703    (list (read-string
8704           (format "Search article backward (regexp%s): "
8705                   (if gnus-last-search-regexp
8706                       (concat ", default " gnus-last-search-regexp)
8707                     "")))))
8708   (gnus-summary-search-article-forward regexp 'backward))
8709
8710 (defun gnus-summary-search-article (regexp &optional backward)
8711   "Search for an article containing REGEXP.
8712 Optional argument BACKWARD means do search for backward.
8713 `gnus-select-article-hook' is not called during the search."
8714   ;; We have to require this here to make sure that the following
8715   ;; dynamic binding isn't shadowed by autoloading.
8716   (require 'gnus-async)
8717   (require 'gnus-art)
8718   (let ((gnus-select-article-hook nil)  ;Disable hook.
8719         (gnus-article-prepare-hook nil)
8720         (gnus-mark-article-hook nil)    ;Inhibit marking as read.
8721         (gnus-use-article-prefetch nil)
8722         (gnus-xmas-force-redisplay nil) ;Inhibit XEmacs redisplay.
8723         (gnus-use-trees nil)            ;Inhibit updating tree buffer.
8724         (gnus-visual nil)
8725         (gnus-keep-backlog nil)
8726         (gnus-break-pages nil)
8727         (gnus-summary-display-arrow nil)
8728         (gnus-updated-mode-lines nil)
8729         (gnus-auto-center-summary nil)
8730         (sum (current-buffer))
8731         (gnus-display-mime-function nil)
8732         (found nil)
8733         point)
8734     (gnus-save-hidden-threads
8735       (gnus-summary-select-article)
8736       (set-buffer gnus-article-buffer)
8737       (goto-char (window-point (get-buffer-window (current-buffer))))
8738       (when backward
8739         (forward-line -1))
8740       (while (not found)
8741         (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
8742         (if (if backward
8743                 (re-search-backward regexp nil t)
8744               (re-search-forward regexp nil t))
8745             ;; We found the regexp.
8746             (progn
8747               (setq found 'found)
8748               (beginning-of-line)
8749               (set-window-start
8750                (get-buffer-window (current-buffer))
8751                (point))
8752               (forward-line 1)
8753               (set-window-point
8754                (get-buffer-window (current-buffer))
8755                (point))
8756               (set-buffer sum)
8757               (setq point (point)))
8758           ;; We didn't find it, so we go to the next article.
8759           (set-buffer sum)
8760           (setq found 'not)
8761           (while (eq found 'not)
8762             (if (not (if backward (gnus-summary-find-prev)
8763                        (gnus-summary-find-next)))
8764                 ;; No more articles.
8765                 (setq found t)
8766               ;; Select the next article and adjust point.
8767               (unless (gnus-summary-article-sparse-p
8768                        (gnus-summary-article-number))
8769                 (setq found nil)
8770                 (gnus-summary-select-article)
8771                 (set-buffer gnus-article-buffer)
8772                 (widen)
8773                 (goto-char (if backward (point-max) (point-min))))))))
8774       (gnus-message 7 ""))
8775     ;; Return whether we found the regexp.
8776     (when (eq found 'found)
8777       (goto-char point)
8778       (gnus-summary-show-thread)
8779       (gnus-summary-goto-subject gnus-current-article)
8780       (gnus-summary-position-point)
8781       t)))
8782
8783 (defun gnus-find-matching-articles (header regexp)
8784   "Return a list of all articles that match REGEXP on HEADER.
8785 This search includes all articles in the current group that Gnus has
8786 fetched headers for, whether they are displayed or not."
8787   (let ((articles nil)
8788         (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
8789         (case-fold-search t))
8790     (dolist (header gnus-newsgroup-headers)
8791       (when (string-match regexp (funcall func header))
8792         (push (mail-header-number header) articles)))
8793     (nreverse articles)))
8794
8795 (defun gnus-summary-find-matching (header regexp &optional backward unread
8796                                           not-case-fold not-matching)
8797   "Return a list of all articles that match REGEXP on HEADER.
8798 The search stars on the current article and goes forwards unless
8799 BACKWARD is non-nil.  If BACKWARD is `all', do all articles.
8800 If UNREAD is non-nil, only unread articles will
8801 be taken into consideration.  If NOT-CASE-FOLD, case won't be folded
8802 in the comparisons. If NOT-MATCHING, return a list of all articles that
8803 not match REGEXP on HEADER."
8804   (let ((case-fold-search (not not-case-fold))
8805         articles d func)
8806     (if (consp header)
8807         (if (eq (car header) 'extra)
8808             (setq func
8809                   `(lambda (h)
8810                      (or (cdr (assq ',(cdr header) (mail-header-extra h)))
8811                          "")))
8812           (error "%s is an invalid header" header))
8813       (unless (fboundp (intern (concat "mail-header-" header)))
8814         (error "%s is not a valid header" header))
8815       (setq func `(lambda (h) (,(intern (concat "mail-header-" header)) h))))
8816     (dolist (d (if (eq backward 'all)
8817                    gnus-newsgroup-data
8818                  (gnus-data-find-list
8819                   (gnus-summary-article-number)
8820                   (gnus-data-list backward))))
8821       (when (and (or (not unread)       ; We want all articles...
8822                      (gnus-data-unread-p d)) ; Or just unreads.
8823                  (vectorp (gnus-data-header d)) ; It's not a pseudo.
8824                  (if not-matching
8825                      (not (string-match
8826                            regexp
8827                            (funcall func (gnus-data-header d))))
8828                    (string-match regexp
8829                                  (funcall func (gnus-data-header d)))))
8830         (push (gnus-data-number d) articles))) ; Success!
8831     (nreverse articles)))
8832
8833 (defun gnus-summary-execute-command (header regexp command &optional backward)
8834   "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
8835 If HEADER is an empty string (or nil), the match is done on the entire
8836 article.  If BACKWARD (the prefix) is non-nil, search backward instead."
8837   (interactive
8838    (list (let ((completion-ignore-case t))
8839            (completing-read
8840             "Header name: "
8841             (mapcar (lambda (header) (list (format "%s" header)))
8842                     (append
8843                      '("Number" "Subject" "From" "Lines" "Date"
8844                        "Message-ID" "Xref" "References" "Body")
8845                      gnus-extra-headers))
8846             nil 'require-match))
8847          (read-string "Regexp: ")
8848          (read-key-sequence "Command: ")
8849          current-prefix-arg))
8850   (when (equal header "Body")
8851     (setq header ""))
8852   ;; Hidden thread subtrees must be searched as well.
8853   (gnus-summary-show-all-threads)
8854   ;; We don't want to change current point nor window configuration.
8855   (save-excursion
8856     (save-window-excursion
8857       (let (gnus-visual
8858             gnus-treat-strip-trailing-blank-lines
8859             gnus-treat-strip-leading-blank-lines
8860             gnus-treat-strip-multiple-blank-lines
8861             gnus-treat-hide-boring-headers
8862             gnus-treat-fold-newsgroups
8863             gnus-article-prepare-hook)
8864         (gnus-message 6 "Executing %s..." (key-description command))
8865         ;; We'd like to execute COMMAND interactively so as to give arguments.
8866         (gnus-execute header regexp
8867                       `(call-interactively ',(key-binding command))
8868                       backward)
8869         (gnus-message 6 "Executing %s...done" (key-description command))))))
8870
8871 (defun gnus-summary-beginning-of-article ()
8872   "Scroll the article back to the beginning."
8873   (interactive)
8874   (gnus-summary-select-article)
8875   (gnus-configure-windows 'article)
8876   (gnus-eval-in-buffer-window gnus-article-buffer
8877     (widen)
8878     (goto-char (point-min))
8879     (when gnus-break-pages
8880       (gnus-narrow-to-page))))
8881
8882 (defun gnus-summary-end-of-article ()
8883   "Scroll to the end of the article."
8884   (interactive)
8885   (gnus-summary-select-article)
8886   (gnus-configure-windows 'article)
8887   (gnus-eval-in-buffer-window gnus-article-buffer
8888     (widen)
8889     (goto-char (point-max))
8890     (recenter -3)
8891     (when gnus-break-pages
8892       (when (re-search-backward page-delimiter nil t)
8893         (narrow-to-region (match-end 0) (point-max)))
8894       (gnus-narrow-to-page))))
8895
8896 (defun gnus-summary-print-truncate-and-quote (string &optional len)
8897   "Truncate to LEN and quote all \"(\"'s in STRING."
8898   (gnus-replace-in-string (if (and len (> (length string) len))
8899                               (substring string 0 len)
8900                             string)
8901                           "[()]" "\\\\\\&"))
8902
8903 (defun gnus-summary-print-article (&optional filename n)
8904   "Generate and print a PostScript image of the process-marked (mail) articles.
8905
8906 If used interactively, print the current article if none are
8907 process-marked.  With prefix arg, prompt the user for the name of the
8908 file to save in.
8909
8910 When used from Lisp, accept two optional args FILENAME and N.  N means
8911 to print the next N articles.  If N is negative, print the N previous
8912 articles.  If N is nil and articles have been marked with the process
8913 mark, print these instead.
8914
8915 If the optional first argument FILENAME is nil, send the image to the
8916 printer.  If FILENAME is a string, save the PostScript image in a file with
8917 that name.  If FILENAME is a number, prompt the user for the name of the file
8918 to save in."
8919   (interactive (list (ps-print-preprint current-prefix-arg)))
8920   (dolist (article (gnus-summary-work-articles n))
8921     (gnus-summary-select-article nil nil 'pseudo article)
8922     (gnus-eval-in-buffer-window gnus-article-buffer
8923       (gnus-print-buffer))
8924     (gnus-summary-remove-process-mark article))
8925   (ps-despool filename))
8926
8927 (defun gnus-print-buffer ()
8928   (let ((buffer (generate-new-buffer " *print*")))
8929     (unwind-protect
8930         (progn
8931           (copy-to-buffer buffer (point-min) (point-max))
8932           (set-buffer buffer)
8933           (gnus-remove-text-with-property 'gnus-decoration)
8934           (when (gnus-visual-p 'article-highlight 'highlight)
8935             ;; Copy-to-buffer doesn't copy overlay.  So redo
8936             ;; highlight.
8937             (let ((gnus-article-buffer buffer))
8938               (gnus-article-highlight-citation t)
8939               (gnus-article-highlight-signature)
8940               (gnus-article-emphasize)
8941               (gnus-article-delete-invisible-text)))
8942           (let ((ps-left-header
8943                  (list
8944                   (concat "("
8945                           (gnus-summary-print-truncate-and-quote
8946                            (mail-header-subject gnus-current-headers)
8947                            66) ")")
8948                   (concat "("
8949                           (gnus-summary-print-truncate-and-quote
8950                            (mail-header-from gnus-current-headers)
8951                            45) ")")))
8952                 (ps-right-header
8953                  (list
8954                   "/pagenumberstring load"
8955                   (concat "("
8956                           (mail-header-date gnus-current-headers) ")"))))
8957             (gnus-run-hooks 'gnus-ps-print-hook)
8958             (save-excursion
8959               (if window-system
8960                   (ps-spool-buffer-with-faces)
8961                 (ps-spool-buffer)))))
8962       (kill-buffer buffer))))
8963
8964 (defun gnus-summary-show-article (&optional arg)
8965   "Force redisplaying of the current article.
8966 If ARG (the prefix) is a number, show the article with the charset
8967 defined in `gnus-summary-show-article-charset-alist', or the charset
8968 input.
8969 If ARG (the prefix) is non-nil and not a number, show the raw article
8970 without any article massaging functions being run.  Normally, the key
8971 strokes are `C-u g'."
8972   (interactive "P")
8973   (cond
8974    ((numberp arg)
8975     (gnus-summary-show-article t)
8976     (let ((gnus-newsgroup-charset
8977            (or (cdr (assq arg gnus-summary-show-article-charset-alist))
8978                (mm-read-coding-system
8979                 "View as charset: " ;; actually it is coding system.
8980                 (with-current-buffer gnus-article-buffer
8981                   (mm-detect-coding-region (point) (point-max))))))
8982           (gnus-newsgroup-ignored-charsets 'gnus-all))
8983       (gnus-summary-select-article nil 'force)
8984       (let ((deps gnus-newsgroup-dependencies)
8985             head header lines)
8986         (save-excursion
8987           (set-buffer gnus-original-article-buffer)
8988           (save-restriction
8989             (message-narrow-to-head)
8990             (setq head (buffer-string))
8991             (goto-char (point-min))
8992             (unless (re-search-forward "^lines:[ \t]\\([0-9]+\\)" nil t)
8993               (goto-char (point-max))
8994               (widen)
8995               (setq lines (1- (count-lines (point) (point-max))))))
8996           (with-temp-buffer
8997             (insert (format "211 %d Article retrieved.\n"
8998                             (cdr gnus-article-current)))
8999             (insert head)
9000             (if lines (insert (format "Lines: %d\n" lines)))
9001             (insert ".\n")
9002             (let ((nntp-server-buffer (current-buffer)))
9003               (setq header (car (gnus-get-newsgroup-headers deps t))))))
9004         (gnus-data-set-header
9005          (gnus-data-find (cdr gnus-article-current))
9006          header)
9007         (gnus-summary-update-article-line
9008          (cdr gnus-article-current) header)
9009         (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
9010           (gnus-summary-update-secondary-mark (cdr gnus-article-current))))))
9011    ((not arg)
9012     ;; Select the article the normal way.
9013     (gnus-summary-select-article nil 'force))
9014    (t
9015     ;; We have to require this here to make sure that the following
9016     ;; dynamic binding isn't shadowed by autoloading.
9017     (require 'gnus-async)
9018     (require 'gnus-art)
9019     ;; Bind the article treatment functions to nil.
9020     (let ((gnus-have-all-headers t)
9021           gnus-article-prepare-hook
9022           gnus-article-decode-hook
9023           gnus-display-mime-function
9024           gnus-break-pages)
9025       ;; Destroy any MIME parts.
9026       (when (gnus-buffer-live-p gnus-article-buffer)
9027         (save-excursion
9028           (set-buffer gnus-article-buffer)
9029           (mm-destroy-parts gnus-article-mime-handles)
9030           ;; Set it to nil for safety reason.
9031           (setq gnus-article-mime-handle-alist nil)
9032           (setq gnus-article-mime-handles nil)))
9033       (gnus-summary-select-article nil 'force))))
9034   (gnus-summary-goto-subject gnus-current-article)
9035   (gnus-summary-position-point))
9036
9037 (defun gnus-summary-show-raw-article ()
9038   "Show the raw article without any article massaging functions being run."
9039   (interactive)
9040   (gnus-summary-show-article t))
9041
9042 (defun gnus-summary-verbose-headers (&optional arg)
9043   "Toggle permanent full header display.
9044 If ARG is a positive number, turn header display on.
9045 If ARG is a negative number, turn header display off."
9046   (interactive "P")
9047   (setq gnus-show-all-headers
9048         (cond ((or (not (numberp arg))
9049                    (zerop arg))
9050                (not gnus-show-all-headers))
9051               ((natnump arg)
9052                t)))
9053   (gnus-summary-show-article))
9054
9055 (defun gnus-summary-toggle-header (&optional arg)
9056   "Show the headers if they are hidden, or hide them if they are shown.
9057 If ARG is a positive number, show the entire header.
9058 If ARG is a negative number, hide the unwanted header lines."
9059   (interactive "P")
9060   (let ((window (and (gnus-buffer-live-p gnus-article-buffer)
9061                      (get-buffer-window gnus-article-buffer t))))
9062     (with-current-buffer gnus-article-buffer
9063       (widen)
9064       (article-narrow-to-head)
9065       (let* ((buffer-read-only nil)
9066              (inhibit-point-motion-hooks t)
9067              (hidden (if (numberp arg)
9068                          (>= arg 0)
9069                        (or (not (looking-at "[^ \t\n]+:"))
9070                            (gnus-article-hidden-text-p 'headers))))
9071              s e)
9072         (delete-region (point-min) (point-max))
9073         (with-current-buffer gnus-original-article-buffer
9074           (goto-char (setq s (point-min)))
9075           (setq e (if (search-forward "\n\n" nil t)
9076                       (1- (point))
9077                     (point-max))))
9078         (insert-buffer-substring gnus-original-article-buffer s e)
9079         (run-hooks 'gnus-article-decode-hook)
9080         (if hidden
9081             (let ((gnus-treat-hide-headers nil)
9082                   (gnus-treat-hide-boring-headers nil))
9083               (gnus-delete-wash-type 'headers)
9084               (gnus-treat-article 'head))
9085           (gnus-treat-article 'head))
9086         (widen)
9087         (if window
9088             (set-window-start window (goto-char (point-min))))
9089         (if gnus-break-pages
9090             (gnus-narrow-to-page)
9091           (when (gnus-visual-p 'page-marker)
9092             (let ((buffer-read-only nil))
9093               (gnus-remove-text-with-property 'gnus-prev)
9094               (gnus-remove-text-with-property 'gnus-next))))
9095         (gnus-set-mode-line 'article)))))
9096
9097 (defun gnus-summary-show-all-headers ()
9098   "Make all header lines visible."
9099   (interactive)
9100   (gnus-summary-toggle-header 1))
9101
9102 (defun gnus-summary-caesar-message (&optional arg)
9103   "Caesar rotate the current article by 13.
9104 The numerical prefix specifies how many places to rotate each letter
9105 forward."
9106   (interactive "P")
9107   (gnus-summary-select-article)
9108   (let ((mail-header-separator ""))
9109     (gnus-eval-in-buffer-window gnus-article-buffer
9110       (save-restriction
9111         (widen)
9112         (let ((start (window-start))
9113               buffer-read-only)
9114           (message-caesar-buffer-body arg)
9115           (set-window-start (get-buffer-window (current-buffer)) start)))))
9116   ;; Create buttons and stuff...
9117   (gnus-treat-article nil))
9118
9119 (defun gnus-summary-idna-message (&optional arg)
9120   "Decode IDNA encoded domain names in the current articles.
9121 IDNA encoded domain names looks like `xn--bar'.  If a string
9122 remain unencoded after running this function, it is likely an
9123 invalid IDNA string (`xn--bar' is invalid).
9124
9125 You must have GNU Libidn (`http://www.gnu.org/software/libidn/')
9126 installed for this command to work."
9127   (interactive "P")
9128   (if (not (and (condition-case nil (require 'idna)
9129                   (file-error))
9130                 (mm-coding-system-p 'utf-8)
9131                 (executable-find (symbol-value 'idna-program))))
9132       (gnus-message
9133        5 "GNU Libidn not installed properly (`idn' or `idna.el' missing)")
9134     (gnus-summary-select-article)
9135     (let ((mail-header-separator ""))
9136       (gnus-eval-in-buffer-window gnus-article-buffer
9137         (save-restriction
9138           (widen)
9139           (let ((start (window-start))
9140                 buffer-read-only)
9141             (while (re-search-forward "\\(xn--[-0-9a-z]+\\)" nil t)
9142               (replace-match (idna-to-unicode (match-string 1))))
9143             (set-window-start (get-buffer-window (current-buffer)) start)))))))
9144
9145 (autoload 'unmorse-region "morse"
9146   "Convert morse coded text in region to ordinary ASCII text."
9147   t)
9148
9149 (defun gnus-summary-morse-message (&optional arg)
9150   "Morse decode the current article."
9151   (interactive "P")
9152   (gnus-summary-select-article)
9153   (let ((mail-header-separator ""))
9154     (gnus-eval-in-buffer-window gnus-article-buffer
9155       (save-excursion
9156         (save-restriction
9157           (widen)
9158           (let ((pos (window-start))
9159                 buffer-read-only)
9160             (goto-char (point-min))
9161             (when (message-goto-body)
9162               (gnus-narrow-to-body))
9163             (goto-char (point-min))
9164             (while (search-forward "·" (point-max) t)
9165               (replace-match "."))
9166             (unmorse-region (point-min) (point-max))
9167             (widen)
9168             (set-window-start (get-buffer-window (current-buffer)) pos)))))))
9169
9170 (defun gnus-summary-stop-page-breaking ()
9171   "Stop page breaking in the current article."
9172   (interactive)
9173   (gnus-summary-select-article)
9174   (gnus-eval-in-buffer-window gnus-article-buffer
9175     (widen)
9176     (when (gnus-visual-p 'page-marker)
9177       (let ((buffer-read-only nil))
9178         (gnus-remove-text-with-property 'gnus-prev)
9179         (gnus-remove-text-with-property 'gnus-next))
9180       (setq gnus-page-broken nil))))
9181
9182 (defun gnus-summary-move-article (&optional n to-newsgroup
9183                                             select-method action)
9184   "Move the current article to a different newsgroup.
9185 If N is a positive number, move the N next articles.
9186 If N is a negative number, move the N previous articles.
9187 If N is nil and any articles have been marked with the process mark,
9188 move those articles instead.
9189 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
9190 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9191 re-spool using this method.
9192
9193 When called interactively with TO-NEWSGROUP being nil, the value of
9194 the variable `gnus-move-split-methods' is used for finding a default
9195 for the target newsgroup.
9196
9197 For this function to work, both the current newsgroup and the
9198 newsgroup that you want to move to have to support the `request-move'
9199 and `request-accept' functions.
9200
9201 ACTION can be either `move' (the default), `crosspost' or `copy'."
9202   (interactive "P")
9203   (unless action
9204     (setq action 'move))
9205   ;; Check whether the source group supports the required functions.
9206   (cond ((and (eq action 'move)
9207               (not (gnus-check-backend-function
9208                     'request-move-article gnus-newsgroup-name)))
9209          (error "The current group does not support article moving"))
9210         ((and (eq action 'crosspost)
9211               (not (gnus-check-backend-function
9212                     'request-replace-article gnus-newsgroup-name)))
9213          (error "The current group does not support article editing")))
9214   (let ((articles (gnus-summary-work-articles n))
9215         (prefix (if (gnus-check-backend-function
9216                      'request-move-article gnus-newsgroup-name)
9217                     (funcall gnus-move-group-prefix-function
9218                              gnus-newsgroup-name)
9219                   ""))
9220         (names '((move "Move" "Moving")
9221                  (copy "Copy" "Copying")
9222                  (crosspost "Crosspost" "Crossposting")))
9223         (copy-buf (save-excursion
9224                     (nnheader-set-temp-buffer " *copy article*")))
9225         art-group to-method new-xref article to-groups articles-to-update-marks)
9226     (unless (assq action names)
9227       (error "Unknown action %s" action))
9228     ;; Read the newsgroup name.
9229     (when (and (not to-newsgroup)
9230                (not select-method))
9231       (if (and gnus-move-split-methods
9232                (not
9233                 (and (memq gnus-current-article articles)
9234                      (gnus-buffer-live-p gnus-original-article-buffer))))
9235           ;; When `gnus-move-split-methods' is non-nil, we have to
9236           ;; select an article to give `gnus-read-move-group-name' an
9237           ;; opportunity to suggest an appropriate default.  However,
9238           ;; we needn't render or mark the article.
9239           (let ((gnus-display-mime-function nil)
9240                 (gnus-article-prepare-hook nil)
9241                 (gnus-mark-article-hook nil))
9242             (gnus-summary-select-article nil nil nil (car articles))))
9243       (setq to-newsgroup
9244             (gnus-read-move-group-name
9245              (cadr (assq action names))
9246              (symbol-value (intern (format "gnus-current-%s-group" action)))
9247              articles prefix))
9248       (set (intern (format "gnus-current-%s-group" action)) to-newsgroup))
9249     (setq to-method (or select-method
9250                         (gnus-server-to-method
9251                          (gnus-group-method to-newsgroup))))
9252     ;; Check the method we are to move this article to...
9253     (unless (gnus-check-backend-function
9254              'request-accept-article (car to-method))
9255       (error "%s does not support article copying" (car to-method)))
9256     (unless (gnus-check-server to-method)
9257       (error "Can't open server %s" (car to-method)))
9258     (gnus-message 6 "%s to %s: %s..."
9259                   (caddr (assq action names))
9260                   (or (car select-method) to-newsgroup) articles)
9261     (while articles
9262       (setq article (pop articles))
9263       (setq
9264        art-group
9265        (cond
9266         ;; Move the article.
9267         ((eq action 'move)
9268          ;; Remove this article from future suppression.
9269          (gnus-dup-unsuppress-article article)
9270          (let* ((from-method (gnus-find-method-for-group
9271                               gnus-newsgroup-name))
9272                 (to-method (gnus-find-method-for-group
9273                             to-newsgroup))
9274                 (move-is-internal (gnus-method-equal from-method to-method)))
9275          (gnus-request-move-article
9276           article                       ; Article to move
9277           gnus-newsgroup-name           ; From newsgroup
9278           (nth 1 (gnus-find-method-for-group
9279                   gnus-newsgroup-name)) ; Server
9280           (list 'gnus-request-accept-article
9281                 to-newsgroup (list 'quote select-method)
9282                 (not articles) t)       ; Accept form
9283           (not articles)                ; Only save nov last time
9284           move-is-internal)))           ; is this move internal?
9285         ;; Copy the article.
9286         ((eq action 'copy)
9287          (save-excursion
9288            (set-buffer copy-buf)
9289            (when (gnus-request-article-this-buffer article gnus-newsgroup-name)
9290              (save-restriction
9291                (nnheader-narrow-to-headers)
9292                (dolist (hdr gnus-copy-article-ignored-headers)
9293                  (message-remove-header hdr t)))
9294              (gnus-request-accept-article
9295               to-newsgroup select-method (not articles) t))))
9296         ;; Crosspost the article.
9297         ((eq action 'crosspost)
9298          (let ((xref (message-tokenize-header
9299                       (mail-header-xref (gnus-summary-article-header article))
9300                       " ")))
9301            (setq new-xref (concat (gnus-group-real-name gnus-newsgroup-name)
9302                                   ":" (number-to-string article)))
9303            (unless xref
9304              (setq xref (list (system-name))))
9305            (setq new-xref
9306                  (concat
9307                   (mapconcat 'identity
9308                              (delete "Xref:" (delete new-xref xref))
9309                              " ")
9310                   " " new-xref))
9311            (save-excursion
9312              (set-buffer copy-buf)
9313              ;; First put the article in the destination group.
9314              (gnus-request-article-this-buffer article gnus-newsgroup-name)
9315              (when (consp (setq art-group
9316                                 (gnus-request-accept-article
9317                                  to-newsgroup select-method (not articles))))
9318                (setq new-xref (concat new-xref " " (car art-group)
9319                                       ":"
9320                                       (number-to-string (cdr art-group))))
9321                ;; Now we have the new Xrefs header, so we insert
9322                ;; it and replace the new article.
9323                (nnheader-replace-header "Xref" new-xref)
9324                (gnus-request-replace-article
9325                 (cdr art-group) to-newsgroup (current-buffer))
9326                art-group))))))
9327       (cond
9328        ((not art-group)
9329         (gnus-message 1 "Couldn't %s article %s: %s"
9330                       (cadr (assq action names)) article
9331                       (nnheader-get-report (car to-method))))
9332        ((eq art-group 'junk)
9333         (when (eq action 'move)
9334           (gnus-summary-mark-article article gnus-canceled-mark)
9335           (gnus-message 4 "Deleted article %s" article)
9336           ;; run the delete hook
9337           (run-hook-with-args 'gnus-summary-article-delete-hook
9338                               action
9339                               (gnus-data-header
9340                                (assoc article (gnus-data-list nil)))
9341                               gnus-newsgroup-name nil
9342                               select-method)))
9343        (t
9344         (let* ((pto-group (gnus-group-prefixed-name
9345                            (car art-group) to-method))
9346                (info (gnus-get-info pto-group))
9347                (to-group (gnus-info-group info))
9348                to-marks)
9349           ;; Update the group that has been moved to.
9350           (when (and info
9351                      (memq action '(move copy)))
9352             (unless (member to-group to-groups)
9353               (push to-group to-groups))
9354
9355             (unless (memq article gnus-newsgroup-unreads)
9356               (push 'read to-marks)
9357               (gnus-info-set-read
9358                info (gnus-add-to-range (gnus-info-read info)
9359                                        (list (cdr art-group)))))
9360
9361             ;; See whether the article is to be put in the cache.
9362             (let ((marks (if (gnus-group-auto-expirable-p to-group)
9363                              gnus-article-mark-lists
9364                            (delete '(expirable . expire)
9365                                    (copy-sequence gnus-article-mark-lists))))
9366                   (to-article (cdr art-group)))
9367
9368               ;; Enter the article into the cache in the new group,
9369               ;; if that is required.
9370               (when gnus-use-cache
9371                 (gnus-cache-possibly-enter-article
9372                  to-group to-article
9373                  (memq article gnus-newsgroup-marked)
9374                  (memq article gnus-newsgroup-dormant)
9375                  (memq article gnus-newsgroup-unreads)))
9376
9377               (when gnus-preserve-marks
9378                 ;; Copy any marks over to the new group.
9379                 (when (and (equal to-group gnus-newsgroup-name)
9380                            (not (memq article gnus-newsgroup-unreads)))
9381                   ;; Mark this article as read in this group.
9382                   (push (cons to-article gnus-read-mark) gnus-newsgroup-reads)
9383                   (setcdr (gnus-active to-group) to-article)
9384                   (setcdr gnus-newsgroup-active to-article))
9385
9386                 (while marks
9387                   (when (eq (gnus-article-mark-to-type (cdar marks)) 'list)
9388                     (when (memq article (symbol-value
9389                                          (intern (format "gnus-newsgroup-%s"
9390                                                          (caar marks)))))
9391                       (push (cdar marks) to-marks)
9392                       ;; If the other group is the same as this group,
9393                       ;; then we have to add the mark to the list.
9394                       (when (equal to-group gnus-newsgroup-name)
9395                         (set (intern (format "gnus-newsgroup-%s" (caar marks)))
9396                              (cons to-article
9397                                    (symbol-value
9398                                     (intern (format "gnus-newsgroup-%s"
9399                                                     (caar marks)))))))
9400                       ;; Copy the marks to other group.
9401                       (gnus-add-marked-articles
9402                        to-group (cdar marks) (list to-article) info)))
9403                   (setq marks (cdr marks)))
9404
9405                 (gnus-request-set-mark
9406                  to-group (list (list (list to-article) 'add to-marks))))
9407
9408               (gnus-dribble-enter
9409                (concat "(gnus-group-set-info '"
9410                        (gnus-prin1-to-string (gnus-get-info to-group))
9411                        ")"))))
9412
9413           ;; Update the Xref header in this article to point to
9414           ;; the new crossposted article we have just created.
9415           (when (eq action 'crosspost)
9416             (save-excursion
9417               (set-buffer copy-buf)
9418               (gnus-request-article-this-buffer article gnus-newsgroup-name)
9419               (nnheader-replace-header "Xref" new-xref)
9420               (gnus-request-replace-article
9421                article gnus-newsgroup-name (current-buffer))))
9422
9423           ;; run the move/copy/crosspost/respool hook
9424           (run-hook-with-args 'gnus-summary-article-move-hook
9425                               action
9426                               (gnus-data-header
9427                                (assoc article (gnus-data-list nil)))
9428                               gnus-newsgroup-name
9429                               to-newsgroup
9430                               select-method))
9431
9432         ;;;!!!Why is this necessary?
9433         (set-buffer gnus-summary-buffer)
9434         
9435         (gnus-summary-goto-subject article)
9436         (when (eq action 'move)
9437           (gnus-summary-mark-article article gnus-canceled-mark))))
9438       (push article articles-to-update-marks))
9439
9440     (apply 'gnus-summary-remove-process-mark articles-to-update-marks)
9441     ;; Re-activate all groups that have been moved to.
9442     (save-excursion
9443       (set-buffer gnus-group-buffer)
9444       (let ((gnus-group-marked to-groups))
9445         (gnus-group-get-new-news-this-group nil t)))
9446     
9447     (gnus-kill-buffer copy-buf)
9448     (gnus-summary-position-point)
9449     (gnus-set-mode-line 'summary)))
9450
9451 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
9452   "Copy the current article to some other group.
9453 If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to.
9454 When called interactively, if TO-NEWSGROUP is nil, use the value of
9455 the variable `gnus-move-split-methods' for finding a default target
9456 newsgroup.
9457 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9458 re-spool using this method."
9459   (interactive "P")
9460   (gnus-summary-move-article n to-newsgroup select-method 'copy))
9461
9462 (defun gnus-summary-crosspost-article (&optional n)
9463   "Crosspost the current article to some other group."
9464   (interactive "P")
9465   (gnus-summary-move-article n nil nil 'crosspost))
9466
9467 (defcustom gnus-summary-respool-default-method nil
9468   "Default method type for respooling an article.
9469 If nil, use to the current newsgroup method."
9470   :type 'symbol
9471   :group 'gnus-summary-mail)
9472
9473 (defcustom gnus-summary-display-while-building nil
9474   "If non-nil, show and update the summary buffer as it's being built.
9475 If the value is t, update the buffer after every line is inserted.  If
9476 the value is an integer (N), update the display every N lines."
9477   :version "22.1"
9478   :group 'gnus-thread
9479   :type '(choice (const :tag "off" nil)
9480                  number
9481                  (const :tag "frequently" t)))
9482
9483 (defun gnus-summary-respool-article (&optional n method)
9484   "Respool the current article.
9485 The article will be squeezed through the mail spooling process again,
9486 which means that it will be put in some mail newsgroup or other
9487 depending on `nnmail-split-methods'.
9488 If N is a positive number, respool the N next articles.
9489 If N is a negative number, respool the N previous articles.
9490 If N is nil and any articles have been marked with the process mark,
9491 respool those articles instead.
9492
9493 Respooling can be done both from mail groups and \"real\" newsgroups.
9494 In the former case, the articles in question will be moved from the
9495 current group into whatever groups they are destined to.  In the
9496 latter case, they will be copied into the relevant groups."
9497   (interactive
9498    (list current-prefix-arg
9499          (let* ((methods (gnus-methods-using 'respool))
9500                 (methname
9501                  (symbol-name (or gnus-summary-respool-default-method
9502                                   (car (gnus-find-method-for-group
9503                                         gnus-newsgroup-name)))))
9504                 (method
9505                  (gnus-completing-read-with-default
9506                   methname "Backend to use when respooling"
9507                   methods nil t nil 'gnus-mail-method-history))
9508                 ms)
9509            (cond
9510             ((zerop (length (setq ms (gnus-servers-using-backend
9511                                       (intern method)))))
9512              (list (intern method) ""))
9513             ((= 1 (length ms))
9514              (car ms))
9515             (t
9516              (let ((ms-alist (mapcar (lambda (m) (cons (cadr m) m)) ms)))
9517                (cdr (assoc (completing-read "Server name: " ms-alist nil t)
9518                            ms-alist))))))))
9519   (unless method
9520     (error "No method given for respooling"))
9521   (if (assoc (symbol-name
9522               (car (gnus-find-method-for-group gnus-newsgroup-name)))
9523              (gnus-methods-using 'respool))
9524       (gnus-summary-move-article n nil method)
9525     (gnus-summary-copy-article n nil method)))
9526
9527 (defun gnus-summary-import-article (file &optional edit)
9528   "Import an arbitrary file into a mail newsgroup."
9529   (interactive "fImport file: \nP")
9530   (let ((group gnus-newsgroup-name)
9531         (now (current-time))
9532         atts lines group-art)
9533     (unless (gnus-check-backend-function 'request-accept-article group)
9534       (error "%s does not support article importing" group))
9535     (or (file-readable-p file)
9536         (not (file-regular-p file))
9537         (error "Can't read %s" file))
9538     (save-excursion
9539       (set-buffer (gnus-get-buffer-create " *import file*"))
9540       (erase-buffer)
9541       (nnheader-insert-file-contents file)
9542       (goto-char (point-min))
9543       (if (nnheader-article-p)
9544           (save-restriction
9545             (goto-char (point-min))
9546             (search-forward "\n\n" nil t)
9547             (narrow-to-region (point-min) (1- (point)))
9548             (goto-char (point-min))
9549             (unless (re-search-forward "^date:" nil t)
9550               (goto-char (point-max))
9551               (insert "Date: " (message-make-date (nth 5 atts)) "\n")))
9552        ;; This doesn't look like an article, so we fudge some headers.
9553         (setq atts (file-attributes file)
9554               lines (count-lines (point-min) (point-max)))
9555         (insert "From: " (read-string "From: ") "\n"
9556                 "Subject: " (read-string "Subject: ") "\n"
9557                 "Date: " (message-make-date (nth 5 atts)) "\n"
9558                 "Message-ID: " (message-make-message-id) "\n"
9559                 "Lines: " (int-to-string lines) "\n"
9560                 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
9561       (setq group-art (gnus-request-accept-article group nil t))
9562       (kill-buffer (current-buffer)))
9563     (setq gnus-newsgroup-active (gnus-activate-group group))
9564     (forward-line 1)
9565     (gnus-summary-goto-article (cdr group-art) nil t)
9566     (when edit
9567       (gnus-summary-edit-article))))
9568
9569 (defun gnus-summary-create-article ()
9570   "Create an article in a mail newsgroup."
9571   (interactive)
9572   (let ((group gnus-newsgroup-name)
9573         (now (current-time))
9574         group-art)
9575     (unless (gnus-check-backend-function 'request-accept-article group)
9576       (error "%s does not support article importing" group))
9577     (save-excursion
9578       (set-buffer (gnus-get-buffer-create " *import file*"))
9579       (erase-buffer)
9580       (goto-char (point-min))
9581       ;; This doesn't look like an article, so we fudge some headers.
9582       (insert "From: " (read-string "From: ") "\n"
9583               "Subject: " (read-string "Subject: ") "\n"
9584               "Date: " (message-make-date now) "\n"
9585               "Message-ID: " (message-make-message-id) "\n")
9586       (setq group-art (gnus-request-accept-article group nil t))
9587       (kill-buffer (current-buffer)))
9588     (setq gnus-newsgroup-active (gnus-activate-group group))
9589     (forward-line 1)
9590     (gnus-summary-goto-article (cdr group-art) nil t)
9591     (gnus-summary-edit-article)))
9592
9593 (defun gnus-summary-article-posted-p ()
9594   "Say whether the current (mail) article is available from news as well.
9595 This will be the case if the article has both been mailed and posted."
9596   (interactive)
9597   (let ((id (mail-header-references (gnus-summary-article-header)))
9598         (gnus-override-method (car (gnus-refer-article-methods))))
9599     (if (gnus-request-head id "")
9600         (gnus-message 2 "The current message was found on %s"
9601                       gnus-override-method)
9602       (gnus-message 2 "The current message couldn't be found on %s"
9603                     gnus-override-method)
9604       nil)))
9605
9606 (defun gnus-summary-expire-articles (&optional now)
9607   "Expire all articles that are marked as expirable in the current group."
9608   (interactive)
9609   (when (and (not gnus-group-is-exiting-without-update-p)
9610              (gnus-check-backend-function
9611               'request-expire-articles gnus-newsgroup-name))
9612     ;; This backend supports expiry.
9613     (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
9614            (expirable (if total
9615                           (progn
9616                             ;; We need to update the info for
9617                             ;; this group for `gnus-list-of-read-articles'
9618                             ;; to give us the right answer.
9619                             (gnus-run-hooks 'gnus-exit-group-hook)
9620                             (gnus-summary-update-info)
9621                             (gnus-list-of-read-articles gnus-newsgroup-name))
9622                         (setq gnus-newsgroup-expirable
9623                               (sort gnus-newsgroup-expirable '<))))
9624            (expiry-wait (if now 'immediate
9625                           (gnus-group-find-parameter
9626                            gnus-newsgroup-name 'expiry-wait)))
9627            (nnmail-expiry-target
9628             (or (gnus-group-find-parameter gnus-newsgroup-name 'expiry-target)
9629                 nnmail-expiry-target))
9630            es)
9631       (when expirable
9632         ;; There are expirable articles in this group, so we run them
9633         ;; through the expiry process.
9634         (gnus-message 6 "Expiring articles...")
9635         (unless (gnus-check-group gnus-newsgroup-name)
9636           (error "Can't open server for %s" gnus-newsgroup-name))
9637         ;; The list of articles that weren't expired is returned.
9638         (save-excursion
9639           (if expiry-wait
9640               (let ((nnmail-expiry-wait-function nil)
9641                     (nnmail-expiry-wait expiry-wait))
9642                 (setq es (gnus-request-expire-articles
9643                           expirable gnus-newsgroup-name)))
9644             (setq es (gnus-request-expire-articles
9645                       expirable gnus-newsgroup-name)))
9646           (unless total
9647             (setq gnus-newsgroup-expirable es))
9648           ;; We go through the old list of expirable, and mark all
9649           ;; really expired articles as nonexistent.
9650           (unless (eq es expirable) ;If nothing was expired, we don't mark.
9651             (let ((gnus-use-cache nil))
9652               (dolist (article expirable)
9653                 (when (and (not (memq article es))
9654                            (gnus-data-find article))
9655                   (gnus-summary-mark-article article gnus-canceled-mark)
9656                   (run-hook-with-args 'gnus-summary-article-expire-hook
9657                                       'delete
9658                                       (gnus-data-header
9659                                        (assoc article (gnus-data-list nil)))
9660                                       gnus-newsgroup-name
9661                                       nil
9662                                       nil))))))
9663         (gnus-message 6 "Expiring articles...done")))))
9664
9665 (defun gnus-summary-expire-articles-now ()
9666   "Expunge all expirable articles in the current group.
9667 This means that *all* articles that are marked as expirable will be
9668 deleted forever, right now."
9669   (interactive)
9670   (or gnus-expert-user
9671       (gnus-yes-or-no-p
9672        "Are you really, really, really sure you want to delete all these messages? ")
9673       (error "Phew!"))
9674   (gnus-summary-expire-articles t))
9675
9676 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
9677 (defun gnus-summary-delete-article (&optional n)
9678   "Delete the N next (mail) articles.
9679 This command actually deletes articles.  This is not a marking
9680 command.  The article will disappear forever from your life, never to
9681 return.
9682
9683 If N is negative, delete backwards.
9684 If N is nil and articles have been marked with the process mark,
9685 delete these instead.
9686
9687 If `gnus-novice-user' is non-nil you will be asked for
9688 confirmation before the articles are deleted."
9689   (interactive "P")
9690   (unless (gnus-check-backend-function 'request-expire-articles
9691                                        gnus-newsgroup-name)
9692     (error "The current newsgroup does not support article deletion"))
9693   (unless (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
9694     (error "Couldn't open server"))
9695   ;; Compute the list of articles to delete.
9696   (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
9697         (nnmail-expiry-target 'delete)
9698         not-deleted)
9699     (if (and gnus-novice-user
9700              (not (gnus-yes-or-no-p
9701                    (format "Do you really want to delete %s forever? "
9702                            (if (> (length articles) 1)
9703                                (format "these %s articles" (length articles))
9704                              "this article")))))
9705         ()
9706       ;; Delete the articles.
9707       (setq not-deleted (gnus-request-expire-articles
9708                          articles gnus-newsgroup-name 'force))
9709       (while articles
9710         (gnus-summary-remove-process-mark (car articles))
9711         ;; The backend might not have been able to delete the article
9712         ;; after all.
9713         (unless (memq (car articles) not-deleted)
9714           (gnus-summary-mark-article (car articles) gnus-canceled-mark))
9715         (let* ((article (car articles))
9716                (ghead  (gnus-data-header
9717                                     (assoc article (gnus-data-list nil)))))
9718           (run-hook-with-args 'gnus-summary-article-delete-hook
9719                               'delete ghead gnus-newsgroup-name nil
9720                               nil))
9721         (setq articles (cdr articles)))
9722       (when not-deleted
9723         (gnus-message 4 "Couldn't delete articles %s" not-deleted)))
9724     (gnus-summary-position-point)
9725     (gnus-set-mode-line 'summary)
9726     not-deleted))
9727
9728 (defun gnus-summary-edit-article (&optional arg)
9729   "Edit the current article.
9730 This will have permanent effect only in mail groups.
9731 If ARG is nil, edit the decoded articles.
9732 If ARG is 1, edit the raw articles.
9733 If ARG is 2, edit the raw articles even in read-only groups.
9734 If ARG is 3, edit the articles with the current handles.
9735 Otherwise, allow editing of articles even in read-only
9736 groups."
9737   (interactive "P")
9738   (let (force raw current-handles)
9739     (cond
9740      ((null arg))
9741      ((eq arg 1)
9742       (setq raw t))
9743      ((eq arg 2)
9744       (setq raw t
9745             force t))
9746      ((eq arg 3)
9747       (setq current-handles
9748             (and (gnus-buffer-live-p gnus-article-buffer)
9749                  (with-current-buffer gnus-article-buffer
9750                    (prog1
9751                        gnus-article-mime-handles
9752                      (setq gnus-article-mime-handles nil))))))
9753      (t
9754       (setq force t)))
9755     (when (and raw (not force)
9756                (member gnus-newsgroup-name '("nndraft:delayed"
9757                                              "nndraft:drafts"
9758                                              "nndraft:queue")))
9759       (error "Can't edit the raw article in group %s"
9760              gnus-newsgroup-name))
9761     (save-excursion
9762       (set-buffer gnus-summary-buffer)
9763       (let ((mail-parse-charset gnus-newsgroup-charset)
9764             (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets))
9765         (gnus-set-global-variables)
9766         (when (and (not force)
9767                    (gnus-group-read-only-p))
9768           (error "The current newsgroup does not support article editing"))
9769         (gnus-summary-show-article t)
9770         (when (and (not raw) (gnus-buffer-live-p gnus-article-buffer))
9771           (with-current-buffer gnus-article-buffer
9772             (mm-enable-multibyte)))
9773         (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
9774             (setq raw t))
9775         (gnus-article-edit-article
9776          (if raw 'ignore
9777            `(lambda ()
9778               (let ((mbl mml-buffer-list))
9779                 (setq mml-buffer-list nil)
9780                 (let ((rfc2047-quote-decoded-words-containing-tspecials t))
9781                   (mime-to-mml ,'current-handles))
9782                 (let ((mbl1 mml-buffer-list))
9783                   (setq mml-buffer-list mbl)
9784                   (set (make-local-variable 'mml-buffer-list) mbl1))
9785                 (gnus-make-local-hook 'kill-buffer-hook)
9786                 (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t))))
9787          `(lambda (no-highlight)
9788             (let ((mail-parse-charset ',gnus-newsgroup-charset)
9789                   (message-options message-options)
9790                   (message-options-set-recipient)
9791                   (mail-parse-ignored-charsets
9792                    ',gnus-newsgroup-ignored-charsets))
9793               ,(if (not raw) '(progn
9794                                 (mml-to-mime)
9795                                 (mml-destroy-buffers)
9796                                 (remove-hook 'kill-buffer-hook
9797                                              'mml-destroy-buffers t)
9798                                 (kill-local-variable 'mml-buffer-list)))
9799               (gnus-summary-edit-article-done
9800                ,(or (mail-header-references gnus-current-headers) "")
9801                ,(gnus-group-read-only-p)
9802                ,gnus-summary-buffer no-highlight))))))))
9803
9804 (defalias 'gnus-summary-edit-article-postpone 'gnus-article-edit-exit)
9805
9806 (defun gnus-summary-edit-article-done (&optional references read-only buffer
9807                                                  no-highlight)
9808   "Make edits to the current article permanent."
9809   (interactive)
9810   (save-excursion
9811    ;; The buffer restriction contains the entire article if it exists.
9812     (when (article-goto-body)
9813       (let ((lines (count-lines (point) (point-max)))
9814             (length (- (point-max) (point)))
9815             (case-fold-search t)
9816             (body (copy-marker (point))))
9817         (goto-char (point-min))
9818         (when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
9819           (delete-region (match-beginning 1) (match-end 1))
9820           (insert (number-to-string length)))
9821         (goto-char (point-min))
9822         (when (re-search-forward
9823                "^x-content-length:[ \t]\\([0-9]+\\)" body t)
9824           (delete-region (match-beginning 1) (match-end 1))
9825           (insert (number-to-string length)))
9826         (goto-char (point-min))
9827         (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
9828           (delete-region (match-beginning 1) (match-end 1))
9829           (insert (number-to-string lines))))))
9830   ;; Replace the article.
9831   (let ((buf (current-buffer)))
9832     (with-temp-buffer
9833       (insert-buffer-substring buf)
9834
9835       (if (and (not read-only)
9836                (not (gnus-request-replace-article
9837                      (cdr gnus-article-current) (car gnus-article-current)
9838                      (current-buffer) t)))
9839           (error "Couldn't replace article")
9840         ;; Update the summary buffer.
9841         (if (and references
9842                  (equal (message-tokenize-header references " ")
9843                         (message-tokenize-header
9844                          (or (message-fetch-field "references") "") " ")))
9845             ;; We only have to update this line.
9846             (save-excursion
9847               (save-restriction
9848                 (message-narrow-to-head)
9849                 (let ((head (buffer-substring-no-properties
9850                              (point-min) (point-max)))
9851                       header)
9852                   (with-temp-buffer
9853                     (insert (format "211 %d Article retrieved.\n"
9854                                     (cdr gnus-article-current)))
9855                     (insert head)
9856                     (insert ".\n")
9857                     (let ((nntp-server-buffer (current-buffer)))
9858                       (setq header (car (gnus-get-newsgroup-headers
9859                                          nil t))))
9860                     (save-excursion
9861                       (set-buffer gnus-summary-buffer)
9862                       (gnus-data-set-header
9863                        (gnus-data-find (cdr gnus-article-current))
9864                        header)
9865                       (gnus-summary-update-article-line
9866                        (cdr gnus-article-current) header)
9867                       (if (gnus-summary-goto-subject
9868                            (cdr gnus-article-current) nil t)
9869                           (gnus-summary-update-secondary-mark
9870                            (cdr gnus-article-current))))))))
9871           ;; Update threads.
9872           (set-buffer (or buffer gnus-summary-buffer))
9873           (gnus-summary-update-article (cdr gnus-article-current))
9874           (if (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
9875               (gnus-summary-update-secondary-mark
9876                (cdr gnus-article-current))))
9877         ;; Prettify the article buffer again.
9878         (unless no-highlight
9879           (save-excursion
9880             (set-buffer gnus-article-buffer)
9881             ;;;!!! Fix this -- article should be rehighlighted.
9882             ;;;(gnus-run-hooks 'gnus-article-display-hook)
9883             (set-buffer gnus-original-article-buffer)
9884             (gnus-request-article
9885              (cdr gnus-article-current)
9886              (car gnus-article-current) (current-buffer))))
9887         ;; Prettify the summary buffer line.
9888         (when (gnus-visual-p 'summary-highlight 'highlight)
9889           (gnus-run-hooks 'gnus-visual-mark-article-hook))))))
9890
9891 (defun gnus-summary-edit-wash (key)
9892   "Perform editing command KEY in the article buffer."
9893   (interactive
9894    (list
9895     (progn
9896       (message "%s" (concat (this-command-keys) "- "))
9897       (read-char))))
9898   (message "")
9899   (gnus-summary-edit-article)
9900   (execute-kbd-macro (concat (this-command-keys) key))
9901   (gnus-article-edit-done))
9902
9903 ;;; Respooling
9904
9905 (defun gnus-summary-respool-query (&optional silent trace)
9906   "Query where the respool algorithm would put this article."
9907   (interactive)
9908   (let (gnus-mark-article-hook)
9909     (gnus-summary-select-article)
9910     (save-excursion
9911       (set-buffer gnus-original-article-buffer)
9912       (let ((groups (nnmail-article-group 'identity trace)))
9913         (unless silent
9914           (if groups
9915               (message "This message would go to %s"
9916                        (mapconcat 'car groups ", "))
9917             (message "This message would go to no groups"))
9918           groups)))))
9919
9920 (defun gnus-summary-respool-trace ()
9921   "Trace where the respool algorithm would put this article.
9922 Display a buffer showing all fancy splitting patterns which matched."
9923   (interactive)
9924   (gnus-summary-respool-query nil t))
9925
9926 ;; Summary marking commands.
9927
9928 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
9929   "Mark articles which has the same subject as read, and then select the next.
9930 If UNMARK is positive, remove any kind of mark.
9931 If UNMARK is negative, tick articles."
9932   (interactive "P")
9933   (when unmark
9934     (setq unmark (prefix-numeric-value unmark)))
9935   (let ((count
9936          (gnus-summary-mark-same-subject
9937           (gnus-summary-article-subject) unmark)))
9938     ;; Select next unread article.  If auto-select-same mode, should
9939     ;; select the first unread article.
9940     (gnus-summary-next-article t (and gnus-auto-select-same
9941                                       (gnus-summary-article-subject)))
9942     (gnus-message 7 "%d article%s marked as %s"
9943                   count (if (= count 1) " is" "s are")
9944                   (if unmark "unread" "read"))))
9945
9946 (defun gnus-summary-kill-same-subject (&optional unmark)
9947   "Mark articles which has the same subject as read.
9948 If UNMARK is positive, remove any kind of mark.
9949 If UNMARK is negative, tick articles."
9950   (interactive "P")
9951   (when unmark
9952     (setq unmark (prefix-numeric-value unmark)))
9953   (let ((count
9954          (gnus-summary-mark-same-subject
9955           (gnus-summary-article-subject) unmark)))
9956     ;; If marked as read, go to next unread subject.
9957     (when (null unmark)
9958       ;; Go to next unread subject.
9959       (gnus-summary-next-subject 1 t))
9960     (gnus-message 7 "%d articles are marked as %s"
9961                   count (if unmark "unread" "read"))))
9962
9963 (defun gnus-summary-mark-same-subject (subject &optional unmark)
9964   "Mark articles with same SUBJECT as read, and return marked number.
9965 If optional argument UNMARK is positive, remove any kinds of marks.
9966 If optional argument UNMARK is negative, mark articles as unread instead."
9967   (let ((count 1))
9968     (save-excursion
9969       (cond
9970        ((null unmark)                   ; Mark as read.
9971         (while (and
9972                 (progn
9973                   (gnus-summary-mark-article-as-read gnus-killed-mark)
9974                   (gnus-summary-show-thread) t)
9975                 (gnus-summary-find-subject subject))
9976           (setq count (1+ count))))
9977        ((> unmark 0)                    ; Tick.
9978         (while (and
9979                 (progn
9980                   (gnus-summary-mark-article-as-unread gnus-ticked-mark)
9981                   (gnus-summary-show-thread) t)
9982                 (gnus-summary-find-subject subject))
9983           (setq count (1+ count))))
9984        (t                               ; Mark as unread.
9985         (while (and
9986                 (progn
9987                   (gnus-summary-mark-article-as-unread gnus-unread-mark)
9988                   (gnus-summary-show-thread) t)
9989                 (gnus-summary-find-subject subject))
9990           (setq count (1+ count)))))
9991       (gnus-set-mode-line 'summary)
9992       ;; Return the number of marked articles.
9993       count)))
9994
9995 (defun gnus-summary-mark-as-processable (n &optional unmark)
9996   "Set the process mark on the next N articles.
9997 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
9998 the process mark instead.  The difference between N and the actual
9999 number of articles marked is returned."
10000   (interactive "P")
10001   (if (and (null n) (gnus-region-active-p))
10002       (gnus-uu-mark-region (region-beginning) (region-end) unmark)
10003     (setq n (prefix-numeric-value n))
10004     (let ((backward (< n 0))
10005           (n (abs n)))
10006       (while (and
10007               (> n 0)
10008               (if unmark
10009                   (gnus-summary-remove-process-mark
10010                    (gnus-summary-article-number))
10011                 (gnus-summary-set-process-mark (gnus-summary-article-number)))
10012               (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
10013         (setq n (1- n)))
10014       (when (/= 0 n)
10015         (gnus-message 7 "No more articles"))
10016       (gnus-summary-recenter)
10017       (gnus-summary-position-point)
10018       n)))
10019
10020 (defun gnus-summary-unmark-as-processable (n)
10021   "Remove the process mark from the next N articles.
10022 If N is negative, unmark backward instead.  The difference between N and
10023 the actual number of articles unmarked is returned."
10024   (interactive "P")
10025   (gnus-summary-mark-as-processable n t))
10026
10027 (defun gnus-summary-unmark-all-processable ()
10028   "Remove the process mark from all articles."
10029   (interactive)
10030   (save-excursion
10031     (while gnus-newsgroup-processable
10032       (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
10033   (gnus-summary-position-point))
10034
10035 (defun gnus-summary-add-mark (article type)
10036   "Mark ARTICLE with a mark of TYPE."
10037   (let ((vtype (car (assq type gnus-article-mark-lists)))
10038         var)
10039     (if (not vtype)
10040         (error "No such mark type: %s" type)
10041       (setq var (intern (format "gnus-newsgroup-%s" type)))
10042       (set var (cons article (symbol-value var)))
10043       (if (memq type '(processable cached replied forwarded recent saved))
10044           (gnus-summary-update-secondary-mark article)
10045         ;;; !!! This is bogus.  We should find out what primary
10046         ;;; !!! mark we want to set.
10047         (gnus-summary-update-mark gnus-del-mark 'unread)))))
10048
10049 (defun gnus-summary-mark-as-expirable (n)
10050   "Mark N articles forward as expirable.
10051 If N is negative, mark backward instead.  The difference between N and
10052 the actual number of articles marked is returned."
10053   (interactive "p")
10054   (gnus-summary-mark-forward n gnus-expirable-mark))
10055
10056 (defun gnus-summary-mark-as-spam (n)
10057   "Mark N articles forward as spam.
10058 If N is negative, mark backward instead.  The difference between N and
10059 the actual number of articles marked is returned."
10060   (interactive "p")
10061   (gnus-summary-mark-forward n gnus-spam-mark))
10062
10063 (defun gnus-summary-mark-article-as-replied (article)
10064   "Mark ARTICLE as replied to and update the summary line.
10065 ARTICLE can also be a list of articles."
10066   (interactive (list (gnus-summary-article-number)))
10067   (let ((articles (if (listp article) article (list article))))
10068     (dolist (article articles)
10069       (unless (numberp article)
10070         (error "%s is not a number" article))
10071       (push article gnus-newsgroup-replied)
10072       (let ((buffer-read-only nil))
10073         (when (gnus-summary-goto-subject article nil t)
10074           (gnus-summary-update-secondary-mark article))))))
10075
10076 (defun gnus-summary-mark-article-as-forwarded (article)
10077   "Mark ARTICLE as forwarded and update the summary line.
10078 ARTICLE can also be a list of articles."
10079   (let ((articles (if (listp article) article (list article))))
10080     (dolist (article articles)
10081       (push article gnus-newsgroup-forwarded)
10082       (let ((buffer-read-only nil))
10083         (when (gnus-summary-goto-subject article nil t)
10084           (gnus-summary-update-secondary-mark article))))))
10085
10086 (defun gnus-summary-set-bookmark (article)
10087   "Set a bookmark in current article."
10088   (interactive (list (gnus-summary-article-number)))
10089   (when (or (not (get-buffer gnus-article-buffer))
10090             (not gnus-current-article)
10091             (not gnus-article-current)
10092             (not (equal gnus-newsgroup-name (car gnus-article-current))))
10093     (error "No current article selected"))
10094   ;; Remove old bookmark, if one exists.
10095   (gnus-pull article gnus-newsgroup-bookmarks)
10096   ;; Set the new bookmark, which is on the form
10097   ;; (article-number . line-number-in-body).
10098   (push
10099    (cons article
10100          (with-current-buffer gnus-article-buffer
10101            (count-lines
10102             (min (point)
10103                  (save-excursion
10104                    (article-goto-body)
10105                    (point)))
10106             (point))))
10107    gnus-newsgroup-bookmarks)
10108   (gnus-message 6 "A bookmark has been added to the current article."))
10109
10110 (defun gnus-summary-remove-bookmark (article)
10111   "Remove the bookmark from the current article."
10112   (interactive (list (gnus-summary-article-number)))
10113   ;; Remove old bookmark, if one exists.
10114   (if (not (assq article gnus-newsgroup-bookmarks))
10115       (gnus-message 6 "No bookmark in current article.")
10116     (gnus-pull article gnus-newsgroup-bookmarks)
10117     (gnus-message 6 "Removed bookmark.")))
10118
10119 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
10120 (defun gnus-summary-mark-as-dormant (n)
10121   "Mark N articles forward as dormant.
10122 If N is negative, mark backward instead.  The difference between N and
10123 the actual number of articles marked is returned."
10124   (interactive "p")
10125   (gnus-summary-mark-forward n gnus-dormant-mark))
10126
10127 (defun gnus-summary-set-process-mark (article)
10128   "Set the process mark on ARTICLE and update the summary line."
10129   (setq gnus-newsgroup-processable
10130         (cons article
10131               (delq article gnus-newsgroup-processable)))
10132   (when (gnus-summary-goto-subject article)
10133     (gnus-summary-show-thread)
10134     (gnus-summary-goto-subject article)
10135     (gnus-summary-update-secondary-mark article)))
10136
10137 (defun gnus-summary-remove-process-mark (&rest articles)
10138   "Remove the process mark from ARTICLES and update the summary line."
10139   (dolist (article articles)
10140     (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
10141     (when (gnus-summary-goto-subject article)
10142       (gnus-summary-show-thread)
10143       (gnus-summary-goto-subject article)
10144       (gnus-summary-update-secondary-mark article)))
10145   t)
10146
10147 (defun gnus-summary-set-saved-mark (article)
10148   "Set the process mark on ARTICLE and update the summary line."
10149   (push article gnus-newsgroup-saved)
10150   (when (gnus-summary-goto-subject article)
10151     (gnus-summary-update-secondary-mark article)))
10152
10153 (defun gnus-summary-mark-forward (n &optional mark no-expire)
10154   "Mark N articles as read forwards.
10155 If N is negative, mark backwards instead.  Mark with MARK, ?r by default.
10156 The difference between N and the actual number of articles marked is
10157 returned.
10158 If NO-EXPIRE, auto-expiry will be inhibited."
10159   (interactive "p")
10160   (gnus-summary-show-thread)
10161   (let ((backward (< n 0))
10162         (gnus-summary-goto-unread
10163          (and gnus-summary-goto-unread
10164               (not (eq gnus-summary-goto-unread 'never))
10165               (not (memq mark (list gnus-unread-mark gnus-spam-mark
10166                                     gnus-ticked-mark gnus-dormant-mark)))))
10167         (n (abs n))
10168         (mark (or mark gnus-del-mark)))
10169     (while (and (> n 0)
10170                 (gnus-summary-mark-article nil mark no-expire)
10171                 (zerop (gnus-summary-next-subject
10172                         (if backward -1 1)
10173                         (and gnus-summary-goto-unread
10174                              (not (eq gnus-summary-goto-unread 'never)))
10175                         t)))
10176       (setq n (1- n)))
10177     (when (/= 0 n)
10178       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
10179     (gnus-summary-recenter)
10180     (gnus-summary-position-point)
10181     (gnus-set-mode-line 'summary)
10182     n))
10183
10184 (defun gnus-summary-mark-article-as-read (mark)
10185   "Mark the current article quickly as read with MARK."
10186   (let ((article (gnus-summary-article-number)))
10187     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10188     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10189     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
10190     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10191     (push (cons article mark) gnus-newsgroup-reads)
10192     ;; Possibly remove from cache, if that is used.
10193     (when gnus-use-cache
10194       (gnus-cache-enter-remove-article article))
10195     ;; Allow the backend to change the mark.
10196     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10197     ;; Check for auto-expiry.
10198     (when (and gnus-newsgroup-auto-expire
10199                (memq mark gnus-auto-expirable-marks))
10200       (setq mark gnus-expirable-mark)
10201       ;; Let the backend know about the mark change.
10202       (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10203       (push article gnus-newsgroup-expirable))
10204     ;; Set the mark in the buffer.
10205     (gnus-summary-update-mark mark 'unread)
10206     t))
10207
10208 (defun gnus-summary-mark-article-as-unread (mark)
10209   "Mark the current article quickly as unread with MARK."
10210   (let* ((article (gnus-summary-article-number))
10211          (old-mark (gnus-summary-article-mark article)))
10212     ;; Allow the backend to change the mark.
10213     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10214     (if (eq mark old-mark)
10215         t
10216       (if (<= article 0)
10217           (progn
10218             (gnus-error 1 "Can't mark negative article numbers")
10219             nil)
10220         (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10221         (setq gnus-newsgroup-spam-marked
10222               (delq article gnus-newsgroup-spam-marked))
10223         (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10224         (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
10225         (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
10226         (cond ((= mark gnus-ticked-mark)
10227                (setq gnus-newsgroup-marked
10228                      (gnus-add-to-sorted-list gnus-newsgroup-marked
10229                                               article)))
10230               ((= mark gnus-spam-mark)
10231                (setq gnus-newsgroup-spam-marked
10232                      (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
10233                                               article)))
10234               ((= mark gnus-dormant-mark)
10235                (setq gnus-newsgroup-dormant
10236                      (gnus-add-to-sorted-list gnus-newsgroup-dormant
10237                                               article)))
10238               (t
10239                (setq gnus-newsgroup-unreads
10240                      (gnus-add-to-sorted-list gnus-newsgroup-unreads
10241                                               article))))
10242         (gnus-pull article gnus-newsgroup-reads)
10243
10244         ;; See whether the article is to be put in the cache.
10245         (and gnus-use-cache
10246              (vectorp (gnus-summary-article-header article))
10247              (save-excursion
10248                (gnus-cache-possibly-enter-article
10249                 gnus-newsgroup-name article
10250                 (= mark gnus-ticked-mark)
10251                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10252
10253         ;; Fix the mark.
10254         (gnus-summary-update-mark mark 'unread)
10255         t))))
10256
10257 (defun gnus-summary-mark-article (&optional article mark no-expire)
10258   "Mark ARTICLE with MARK.  MARK can be any character.
10259 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
10260 `??' (dormant) and `?E' (expirable).
10261 If MARK is nil, then the default character `?r' is used.
10262 If ARTICLE is nil, then the article on the current line will be
10263 marked.
10264 If NO-EXPIRE, auto-expiry will be inhibited."
10265   ;; The mark might be a string.
10266   (when (stringp mark)
10267     (setq mark (aref mark 0)))
10268   ;; If no mark is given, then we check auto-expiring.
10269   (when (null mark)
10270     (setq mark gnus-del-mark))
10271   (when (and (not no-expire)
10272              gnus-newsgroup-auto-expire
10273              (memq mark gnus-auto-expirable-marks))
10274     (setq mark gnus-expirable-mark))
10275   (let ((article (or article (gnus-summary-article-number)))
10276         (old-mark (gnus-summary-article-mark article)))
10277     ;; Allow the backend to change the mark.
10278     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10279     (if (eq mark old-mark)
10280         t
10281       (unless article
10282         (error "No article on current line"))
10283       (if (not (if (or (= mark gnus-unread-mark)
10284                        (= mark gnus-ticked-mark)
10285                        (= mark gnus-spam-mark)
10286                        (= mark gnus-dormant-mark))
10287                    (gnus-mark-article-as-unread article mark)
10288                  (gnus-mark-article-as-read article mark)))
10289           t
10290         ;; See whether the article is to be put in the cache.
10291         (and gnus-use-cache
10292              (not (= mark gnus-canceled-mark))
10293              (vectorp (gnus-summary-article-header article))
10294              (save-excursion
10295                (gnus-cache-possibly-enter-article
10296                 gnus-newsgroup-name article
10297                 (= mark gnus-ticked-mark)
10298                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10299
10300         (when (gnus-summary-goto-subject article nil t)
10301           (let ((buffer-read-only nil))
10302             (gnus-summary-show-thread)
10303             ;; Fix the mark.
10304             (gnus-summary-update-mark mark 'unread)
10305             t))))))
10306
10307 (defun gnus-summary-update-secondary-mark (article)
10308   "Update the secondary (read, process, cache) mark."
10309   (gnus-summary-update-mark
10310    (cond ((memq article gnus-newsgroup-processable)
10311           gnus-process-mark)
10312          ((memq article gnus-newsgroup-cached)
10313           gnus-cached-mark)
10314          ((memq article gnus-newsgroup-replied)
10315           gnus-replied-mark)
10316          ((memq article gnus-newsgroup-forwarded)
10317           gnus-forwarded-mark)
10318          ((memq article gnus-newsgroup-saved)
10319           gnus-saved-mark)
10320          ((memq article gnus-newsgroup-recent)
10321           gnus-recent-mark)
10322          ((memq article gnus-newsgroup-unseen)
10323           gnus-unseen-mark)
10324          (t gnus-no-mark))
10325    'replied)
10326   (when (gnus-visual-p 'summary-highlight 'highlight)
10327     (gnus-run-hooks 'gnus-summary-update-hook))
10328   t)
10329
10330 (defun gnus-summary-update-download-mark (article)
10331   "Update the download mark."
10332   (gnus-summary-update-mark
10333    (cond ((memq article gnus-newsgroup-undownloaded)
10334           gnus-undownloaded-mark)
10335          (gnus-newsgroup-agentized
10336           gnus-downloaded-mark)
10337          (t
10338           gnus-no-mark))
10339    'download)
10340   (gnus-summary-update-line t)
10341   t)
10342
10343 (defun gnus-summary-update-mark (mark type)
10344   (let ((forward (cdr (assq type gnus-summary-mark-positions)))
10345         (buffer-read-only nil))
10346     (re-search-backward "[\n\r]" (point-at-bol) 'move-to-limit)
10347     (when forward
10348       (when (looking-at "\r")
10349         (incf forward))
10350       (when (<= (+ forward (point)) (point-max))
10351         ;; Go to the right position on the line.
10352         (goto-char (+ forward (point)))
10353         ;; Replace the old mark with the new mark.
10354         (subst-char-in-region (point) (1+ (point)) (char-after) mark)
10355         ;; Optionally update the marks by some user rule.
10356         (when (eq type 'unread)
10357           (gnus-data-set-mark
10358            (gnus-data-find (gnus-summary-article-number)) mark)
10359           (gnus-summary-update-line (eq mark gnus-unread-mark)))))))
10360
10361 (defun gnus-mark-article-as-read (article &optional mark)
10362   "Enter ARTICLE in the pertinent lists and remove it from others."
10363   ;; Make the article expirable.
10364   (let ((mark (or mark gnus-del-mark)))
10365     (setq gnus-newsgroup-expirable
10366           (if (= mark gnus-expirable-mark)
10367               (gnus-add-to-sorted-list gnus-newsgroup-expirable article)
10368             (delq article gnus-newsgroup-expirable)))
10369     ;; Remove from unread and marked lists.
10370     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10371     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10372     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
10373     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10374     (push (cons article mark) gnus-newsgroup-reads)
10375     ;; Possibly remove from cache, if that is used.
10376     (when gnus-use-cache
10377       (gnus-cache-enter-remove-article article))
10378     t))
10379
10380 (defun gnus-mark-article-as-unread (article &optional mark)
10381   "Enter ARTICLE in the pertinent lists and remove it from others."
10382   (let ((mark (or mark gnus-ticked-mark)))
10383     (if (<= article 0)
10384         (progn
10385           (gnus-error 1 "Can't mark negative article numbers")
10386           nil)
10387       (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked)
10388             gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked)
10389             gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant)
10390             gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)
10391             gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10392
10393       ;; Unsuppress duplicates?
10394       (when gnus-suppress-duplicates
10395         (gnus-dup-unsuppress-article article))
10396
10397       (cond ((= mark gnus-ticked-mark)
10398              (setq gnus-newsgroup-marked
10399                    (gnus-add-to-sorted-list gnus-newsgroup-marked article)))
10400             ((= mark gnus-spam-mark)
10401              (setq gnus-newsgroup-spam-marked
10402                    (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
10403                                             article)))
10404             ((= mark gnus-dormant-mark)
10405              (setq gnus-newsgroup-dormant
10406                    (gnus-add-to-sorted-list gnus-newsgroup-dormant article)))
10407             (t
10408              (setq gnus-newsgroup-unreads
10409                    (gnus-add-to-sorted-list gnus-newsgroup-unreads article))))
10410       (gnus-pull article gnus-newsgroup-reads)
10411       t)))
10412
10413 (defalias 'gnus-summary-mark-as-unread-forward
10414   'gnus-summary-tick-article-forward)
10415 (make-obsolete 'gnus-summary-mark-as-unread-forward
10416                'gnus-summary-tick-article-forward)
10417 (defun gnus-summary-tick-article-forward (n)
10418   "Tick N articles forwards.
10419 If N is negative, tick backwards instead.
10420 The difference between N and the number of articles ticked is returned."
10421   (interactive "p")
10422   (gnus-summary-mark-forward n gnus-ticked-mark))
10423
10424 (defalias 'gnus-summary-mark-as-unread-backward
10425   'gnus-summary-tick-article-backward)
10426 (make-obsolete 'gnus-summary-mark-as-unread-backward
10427                'gnus-summary-tick-article-backward)
10428 (defun gnus-summary-tick-article-backward (n)
10429   "Tick N articles backwards.
10430 The difference between N and the number of articles ticked is returned."
10431   (interactive "p")
10432   (gnus-summary-mark-forward (- n) gnus-ticked-mark))
10433
10434 (defalias 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
10435 (make-obsolete 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
10436 (defun gnus-summary-tick-article (&optional article clear-mark)
10437   "Mark current article as unread.
10438 Optional 1st argument ARTICLE specifies article number to be marked as unread.
10439 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
10440   (interactive)
10441   (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
10442                                        gnus-ticked-mark)))
10443
10444 (defun gnus-summary-mark-as-read-forward (n)
10445   "Mark N articles as read forwards.
10446 If N is negative, mark backwards instead.
10447 The difference between N and the actual number of articles marked is
10448 returned."
10449   (interactive "p")
10450   (gnus-summary-mark-forward n gnus-del-mark gnus-inhibit-user-auto-expire))
10451
10452 (defun gnus-summary-mark-as-read-backward (n)
10453   "Mark the N articles as read backwards.
10454 The difference between N and the actual number of articles marked is
10455 returned."
10456   (interactive "p")
10457   (gnus-summary-mark-forward
10458    (- n) gnus-del-mark gnus-inhibit-user-auto-expire))
10459
10460 (defun gnus-summary-mark-as-read (&optional article mark)
10461   "Mark current article as read.
10462 ARTICLE specifies the article to be marked as read.
10463 MARK specifies a string to be inserted at the beginning of the line."
10464   (gnus-summary-mark-article article mark))
10465
10466 (defun gnus-summary-clear-mark-forward (n)
10467   "Clear marks from N articles forward.
10468 If N is negative, clear backward instead.
10469 The difference between N and the number of marks cleared is returned."
10470   (interactive "p")
10471   (gnus-summary-mark-forward n gnus-unread-mark))
10472
10473 (defun gnus-summary-clear-mark-backward (n)
10474   "Clear marks from N articles backward.
10475 The difference between N and the number of marks cleared is returned."
10476   (interactive "p")
10477   (gnus-summary-mark-forward (- n) gnus-unread-mark))
10478
10479 (defun gnus-summary-mark-unread-as-read ()
10480   "Intended to be used by `gnus-summary-mark-article-hook'."
10481   (when (memq gnus-current-article gnus-newsgroup-unreads)
10482     (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
10483
10484 (defun gnus-summary-mark-read-and-unread-as-read (&optional new-mark)
10485   "Intended to be used by `gnus-summary-mark-article-hook'."
10486   (let ((mark (gnus-summary-article-mark)))
10487     (when (or (gnus-unread-mark-p mark)
10488               (gnus-read-mark-p mark))
10489       (gnus-summary-mark-article gnus-current-article
10490                                  (or new-mark gnus-read-mark)))))
10491
10492 (defun gnus-summary-mark-current-read-and-unread-as-read (&optional new-mark)
10493   "Intended to be used by `gnus-summary-mark-article-hook'."
10494   (let ((mark (gnus-summary-article-mark)))
10495     (when (or (gnus-unread-mark-p mark)
10496               (gnus-read-mark-p mark))
10497       (gnus-summary-mark-article (gnus-summary-article-number)
10498                                  (or new-mark gnus-read-mark)))))
10499
10500 (defun gnus-summary-mark-unread-as-ticked ()
10501   "Intended to be used by `gnus-summary-mark-article-hook'."
10502   (when (memq gnus-current-article gnus-newsgroup-unreads)
10503     (gnus-summary-mark-article gnus-current-article gnus-ticked-mark)))
10504
10505 (defun gnus-summary-mark-region-as-read (point mark all)
10506   "Mark all unread articles between point and mark as read.
10507 If given a prefix, mark all articles between point and mark as read,
10508 even ticked and dormant ones."
10509   (interactive "r\nP")
10510   (save-excursion
10511     (let (article)
10512       (goto-char point)
10513       (beginning-of-line)
10514       (while (and
10515               (< (point) mark)
10516               (progn
10517                 (when (or all
10518                           (memq (setq article (gnus-summary-article-number))
10519                                 gnus-newsgroup-unreads))
10520                   (gnus-summary-mark-article article gnus-del-mark))
10521                 t)
10522               (gnus-summary-find-next))))))
10523
10524 (defun gnus-summary-mark-below (score mark)
10525   "Mark articles with score less than SCORE with MARK."
10526   (interactive "P\ncMark: ")
10527   (setq score (if score
10528                   (prefix-numeric-value score)
10529                 (or gnus-summary-default-score 0)))
10530   (save-excursion
10531     (set-buffer gnus-summary-buffer)
10532     (goto-char (point-min))
10533     (while
10534         (progn
10535           (and (< (gnus-summary-article-score) score)
10536                (gnus-summary-mark-article nil mark))
10537           (gnus-summary-find-next)))))
10538
10539 (defun gnus-summary-kill-below (&optional score)
10540   "Mark articles with score below SCORE as read."
10541   (interactive "P")
10542   (gnus-summary-mark-below score gnus-killed-mark))
10543
10544 (defun gnus-summary-clear-above (&optional score)
10545   "Clear all marks from articles with score above SCORE."
10546   (interactive "P")
10547   (gnus-summary-mark-above score gnus-unread-mark))
10548
10549 (defun gnus-summary-tick-above (&optional score)
10550   "Tick all articles with score above SCORE."
10551   (interactive "P")
10552   (gnus-summary-mark-above score gnus-ticked-mark))
10553
10554 (defun gnus-summary-mark-above (score mark)
10555   "Mark articles with score over SCORE with MARK."
10556   (interactive "P\ncMark: ")
10557   (setq score (if score
10558                   (prefix-numeric-value score)
10559                 (or gnus-summary-default-score 0)))
10560   (save-excursion
10561     (set-buffer gnus-summary-buffer)
10562     (goto-char (point-min))
10563     (while (and (progn
10564                   (when (> (gnus-summary-article-score) score)
10565                     (gnus-summary-mark-article nil mark))
10566                   t)
10567                 (gnus-summary-find-next)))))
10568
10569 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
10570 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
10571 (defun gnus-summary-limit-include-expunged (&optional no-error)
10572   "Display all the hidden articles that were expunged for low scores."
10573   (interactive)
10574   (let ((buffer-read-only nil))
10575     (let ((scored gnus-newsgroup-scored)
10576           headers h)
10577       (while scored
10578         (unless (gnus-summary-article-header (caar scored))
10579           (and (setq h (gnus-number-to-header (caar scored)))
10580                (< (cdar scored) gnus-summary-expunge-below)
10581                (push h headers)))
10582         (setq scored (cdr scored)))
10583       (if (not headers)
10584           (when (not no-error)
10585             (error "No expunged articles hidden"))
10586         (goto-char (point-min))
10587         (push gnus-newsgroup-limit gnus-newsgroup-limits)
10588         (setq gnus-newsgroup-limit (copy-sequence gnus-newsgroup-limit))
10589         (mapcar (lambda (x) (push (mail-header-number x)
10590                                   gnus-newsgroup-limit))
10591                 headers)
10592         (gnus-summary-prepare-unthreaded (nreverse headers))
10593         (goto-char (point-min))
10594         (gnus-summary-position-point)
10595         t))))
10596
10597 (defun gnus-summary-catchup (&optional all quietly to-here not-mark reverse)
10598   "Mark all unread articles in this newsgroup as read.
10599 If prefix argument ALL is non-nil, ticked and dormant articles will
10600 also be marked as read.
10601 If QUIETLY is non-nil, no questions will be asked.
10602
10603 If TO-HERE is non-nil, it should be a point in the buffer.  All
10604 articles before (after, if REVERSE is set) this point will be marked
10605 as read.
10606
10607 Note that this function will only catch up the unread article
10608 in the current summary buffer limitation.
10609
10610 The number of articles marked as read is returned."
10611   (interactive "P")
10612   (prog1
10613       (save-excursion
10614         (when (or quietly
10615                   (not gnus-interactive-catchup) ;Without confirmation?
10616                   gnus-expert-user
10617                   (gnus-y-or-n-p
10618                    (if all
10619                        "Mark absolutely all articles as read? "
10620                      "Mark all unread articles as read? ")))
10621           (if (and not-mark
10622                    (not gnus-newsgroup-adaptive)
10623                    (not gnus-newsgroup-auto-expire)
10624                    (not gnus-suppress-duplicates)
10625                    (or (not gnus-use-cache)
10626                        (eq gnus-use-cache 'passive)))
10627               (progn
10628                 (when all
10629                   (setq gnus-newsgroup-marked nil
10630                         gnus-newsgroup-spam-marked nil
10631                         gnus-newsgroup-dormant nil))
10632                 (setq gnus-newsgroup-unreads
10633                       (gnus-sorted-nunion
10634                        (gnus-intersection gnus-newsgroup-unreads
10635                                           gnus-newsgroup-downloadable)
10636                        gnus-newsgroup-unfetched)))
10637             ;; We actually mark all articles as canceled, which we
10638             ;; have to do when using auto-expiry or adaptive scoring.
10639             (gnus-summary-show-all-threads)
10640             (if (and to-here reverse)
10641                 (progn
10642                   (goto-char to-here)
10643                   (gnus-summary-mark-current-read-and-unread-as-read
10644                    gnus-catchup-mark)
10645                   (while (gnus-summary-find-next (not all))
10646                     (gnus-summary-mark-article-as-read gnus-catchup-mark)))
10647               (when (gnus-summary-first-subject (not all))
10648                 (while (and
10649                         (if to-here (< (point) to-here) t)
10650                         (gnus-summary-mark-article-as-read gnus-catchup-mark)
10651                         (gnus-summary-find-next (not all))))))
10652             (gnus-set-mode-line 'summary))
10653           t))
10654     (gnus-summary-position-point)))
10655
10656 (defun gnus-summary-catchup-to-here (&optional all)
10657   "Mark all unticked articles before the current one as read.
10658 If ALL is non-nil, also mark ticked and dormant articles as read."
10659   (interactive "P")
10660   (save-excursion
10661     (gnus-save-hidden-threads
10662       (let ((beg (point)))
10663         ;; We check that there are unread articles.
10664         (when (or all (gnus-summary-find-prev))
10665           (gnus-summary-catchup all t beg)))))
10666   (gnus-summary-position-point))
10667
10668 (defun gnus-summary-catchup-from-here (&optional all)
10669   "Mark all unticked articles after (and including) the current one as read.
10670 If ALL is non-nil, also mark ticked and dormant articles as read."
10671   (interactive "P")
10672   (save-excursion
10673     (gnus-save-hidden-threads
10674       (let ((beg (point)))
10675         ;; We check that there are unread articles.
10676         (when (or all (gnus-summary-find-next))
10677           (gnus-summary-catchup all t beg nil t)))))
10678   (gnus-summary-position-point))
10679
10680 (defun gnus-summary-catchup-all (&optional quietly)
10681   "Mark all articles in this newsgroup as read.
10682 This command is dangerous.  Normally, you want \\[gnus-summary-catchup]
10683 instead, which marks only unread articles as read."
10684   (interactive "P")
10685   (gnus-summary-catchup t quietly))
10686
10687 (defun gnus-summary-catchup-and-exit (&optional all quietly)
10688   "Mark all unread articles in this group as read, then exit.
10689 If prefix argument ALL is non-nil, all articles are marked as read.
10690 If QUIETLY is non-nil, no questions will be asked."
10691   (interactive "P")
10692   (when (gnus-summary-catchup all quietly nil 'fast)
10693     ;; Select next newsgroup or exit.
10694     (if (and (not (gnus-group-quit-config gnus-newsgroup-name))
10695              (eq gnus-auto-select-next 'quietly))
10696         (gnus-summary-next-group nil)
10697       (gnus-summary-exit))))
10698
10699 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
10700   "Mark all articles in this newsgroup as read, and then exit.
10701 This command is dangerous.  Normally, you want \\[gnus-summary-catchup-and-exit]
10702 instead, which marks only unread articles as read."
10703   (interactive "P")
10704   (gnus-summary-catchup-and-exit t quietly))
10705
10706 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
10707   "Mark all articles in this group as read and select the next group.
10708 If given a prefix, mark all articles, unread as well as ticked, as
10709 read."
10710   (interactive "P")
10711   (save-excursion
10712     (gnus-summary-catchup all))
10713   (gnus-summary-next-group))
10714
10715 (defun gnus-summary-catchup-and-goto-prev-group (&optional all)
10716   "Mark all articles in this group as read and select the previous group.
10717 If given a prefix, mark all articles, unread as well as ticked, as
10718 read."
10719   (interactive "P")
10720   (save-excursion
10721     (gnus-summary-catchup all))
10722   (gnus-summary-next-group nil nil t))
10723
10724 ;;;
10725 ;;; with article
10726 ;;;
10727
10728 (defmacro gnus-with-article (article &rest forms)
10729   "Select ARTICLE and perform FORMS in the original article buffer.
10730 Then replace the article with the result."
10731   `(progn
10732      ;; We don't want the article to be marked as read.
10733      (let (gnus-mark-article-hook)
10734        (gnus-summary-select-article t t nil ,article))
10735      (set-buffer gnus-original-article-buffer)
10736      ,@forms
10737      (if (not (gnus-check-backend-function
10738                'request-replace-article (car gnus-article-current)))
10739          (gnus-message 5 "Read-only group; not replacing")
10740        (unless (gnus-request-replace-article
10741                 ,article (car gnus-article-current)
10742                 (current-buffer) t)
10743          (error "Couldn't replace article")))
10744      ;; The cache and backlog have to be flushed somewhat.
10745      (when gnus-keep-backlog
10746        (gnus-backlog-remove-article
10747         (car gnus-article-current) (cdr gnus-article-current)))
10748      (when gnus-use-cache
10749        (gnus-cache-update-article
10750         (car gnus-article-current) (cdr gnus-article-current)))))
10751
10752 (put 'gnus-with-article 'lisp-indent-function 1)
10753 (put 'gnus-with-article 'edebug-form-spec '(form body))
10754
10755 ;; Thread-based commands.
10756
10757 (defun gnus-summary-articles-in-thread (&optional article)
10758   "Return a list of all articles in the current thread.
10759 If ARTICLE is non-nil, return all articles in the thread that starts
10760 with that article."
10761   (let* ((article (or article (gnus-summary-article-number)))
10762          (data (gnus-data-find-list article))
10763          (top-level (gnus-data-level (car data)))
10764          (top-subject
10765           (cond ((null gnus-thread-operation-ignore-subject)
10766                  (gnus-simplify-subject-re
10767                   (mail-header-subject (gnus-data-header (car data)))))
10768                 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
10769                  (gnus-simplify-subject-fuzzy
10770                   (mail-header-subject (gnus-data-header (car data)))))
10771                 (t nil)))
10772          (end-point (save-excursion
10773                       (if (gnus-summary-go-to-next-thread)
10774                           (point) (point-max))))
10775          articles)
10776     (while (and data
10777                 (< (gnus-data-pos (car data)) end-point))
10778       (when (or (not top-subject)
10779                 (string= top-subject
10780                          (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
10781                              (gnus-simplify-subject-fuzzy
10782                               (mail-header-subject
10783                                (gnus-data-header (car data))))
10784                            (gnus-simplify-subject-re
10785                             (mail-header-subject
10786                              (gnus-data-header (car data)))))))
10787         (push (gnus-data-number (car data)) articles))
10788       (unless (and (setq data (cdr data))
10789                    (> (gnus-data-level (car data)) top-level))
10790         (setq data nil)))
10791     ;; Return the list of articles.
10792     (nreverse articles)))
10793
10794 (defun gnus-summary-rethread-current ()
10795   "Rethread the thread the current article is part of."
10796   (interactive)
10797   (let* ((gnus-show-threads t)
10798          (article (gnus-summary-article-number))
10799          (id (mail-header-id (gnus-summary-article-header)))
10800          (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
10801     (unless id
10802       (error "No article on the current line"))
10803     (gnus-rebuild-thread id)
10804     (gnus-summary-goto-subject article)))
10805
10806 (defun gnus-summary-reparent-thread ()
10807   "Make the current article child of the marked (or previous) article.
10808
10809 Note that the re-threading will only work if `gnus-thread-ignore-subject'
10810 is non-nil or the Subject: of both articles are the same."
10811   (interactive)
10812   (unless (not (gnus-group-read-only-p))
10813     (error "The current newsgroup does not support article editing"))
10814   (unless (<= (length gnus-newsgroup-processable) 1)
10815     (error "No more than one article may be marked"))
10816   (save-window-excursion
10817     (let ((gnus-article-buffer " *reparent*")
10818           (current-article (gnus-summary-article-number))
10819           ;; First grab the marked article, otherwise one line up.
10820           (parent-article (if (not (null gnus-newsgroup-processable))
10821                               (car gnus-newsgroup-processable)
10822                             (save-excursion
10823                               (if (eq (forward-line -1) 0)
10824                                   (gnus-summary-article-number)
10825                                 (error "Beginning of summary buffer"))))))
10826       (unless (not (eq current-article parent-article))
10827         (error "An article may not be self-referential"))
10828       (let ((message-id (mail-header-id
10829                          (gnus-summary-article-header parent-article))))
10830         (unless (and message-id (not (equal message-id "")))
10831           (error "No message-id in desired parent"))
10832         (gnus-with-article current-article
10833           (save-restriction
10834             (goto-char (point-min))
10835             (message-narrow-to-head)
10836             (if (re-search-forward "^References: " nil t)
10837                 (progn
10838                   (re-search-forward "^[^ \t]" nil t)
10839                   (forward-line -1)
10840                   (end-of-line)
10841                   (insert " " message-id))
10842               (insert "References: " message-id "\n"))))
10843         (set-buffer gnus-summary-buffer)
10844         (gnus-summary-unmark-all-processable)
10845         (gnus-summary-update-article current-article)
10846         (if (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
10847             (gnus-summary-update-secondary-mark (cdr gnus-article-current)))
10848         (gnus-summary-rethread-current)
10849         (gnus-message 3 "Article %d is now the child of article %d"
10850                       current-article parent-article)))))
10851
10852 (defun gnus-summary-toggle-threads (&optional arg)
10853   "Toggle showing conversation threads.
10854 If ARG is positive number, turn showing conversation threads on."
10855   (interactive "P")
10856   (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
10857     (setq gnus-show-threads
10858           (if (null arg) (not gnus-show-threads)
10859             (> (prefix-numeric-value arg) 0)))
10860     (gnus-summary-prepare)
10861     (gnus-summary-goto-subject current)
10862     (gnus-message 6 "Threading is now %s" (if gnus-show-threads "on" "off"))
10863     (gnus-summary-position-point)))
10864
10865 (defun gnus-summary-show-all-threads ()
10866   "Show all threads."
10867   (interactive)
10868   (save-excursion
10869     (let ((buffer-read-only nil))
10870       (subst-char-in-region (point-min) (point-max) ?\^M ?\n t)))
10871   (gnus-summary-position-point))
10872
10873 (defun gnus-summary-show-thread ()
10874   "Show thread subtrees.
10875 Returns nil if no thread was there to be shown."
10876   (interactive)
10877   (let ((buffer-read-only nil)
10878         (orig (point))
10879         (end (point-at-eol))
10880         ;; Leave point at bol
10881         (beg (progn (beginning-of-line) (point))))
10882     (prog1
10883         ;; Any hidden lines here?
10884         (search-forward "\r" end t)
10885       (subst-char-in-region beg end ?\^M ?\n t)
10886       (goto-char orig)
10887       (gnus-summary-position-point))))
10888
10889 (defun gnus-summary-maybe-hide-threads ()
10890   "If requested, hide the threads that should be hidden."
10891   (when (and gnus-show-threads
10892              gnus-thread-hide-subtree)
10893     (gnus-summary-hide-all-threads
10894      (if (or (consp gnus-thread-hide-subtree)
10895              (functionp gnus-thread-hide-subtree))
10896          (gnus-make-predicate gnus-thread-hide-subtree)
10897        nil))))
10898
10899 ;;; Hiding predicates.
10900
10901 (defun gnus-article-unread-p (header)
10902   (memq (mail-header-number header) gnus-newsgroup-unreads))
10903
10904 (defun gnus-article-unseen-p (header)
10905   (memq (mail-header-number header) gnus-newsgroup-unseen))
10906
10907 (defun gnus-map-articles (predicate articles)
10908   "Map PREDICATE over ARTICLES and return non-nil if any predicate is non-nil."
10909   (apply 'gnus-or (mapcar predicate
10910                           (mapcar 'gnus-summary-article-header articles))))
10911
10912 (defun gnus-summary-hide-all-threads (&optional predicate)
10913   "Hide all thread subtrees.
10914 If PREDICATE is supplied, threads that satisfy this predicate
10915 will not be hidden."
10916   (interactive)
10917   (save-excursion
10918     (goto-char (point-min))
10919     (let ((end nil))
10920       (while (not end)
10921         (when (or (not predicate)
10922                   (gnus-map-articles
10923                    predicate (gnus-summary-article-children)))
10924             (gnus-summary-hide-thread))
10925         (setq end (not (zerop (gnus-summary-next-thread 1 t)))))))
10926   (gnus-summary-position-point))
10927
10928 (defun gnus-summary-hide-thread ()
10929   "Hide thread subtrees.
10930 If PREDICATE is supplied, threads that satisfy this predicate
10931 will not be hidden.
10932 Returns nil if no threads were there to be hidden."
10933   (interactive)
10934   (let ((buffer-read-only nil)
10935         (start (point))
10936         (article (gnus-summary-article-number)))
10937     (goto-char start)
10938     ;; Go forward until either the buffer ends or the subthread
10939     ;; ends.
10940     (when (and (not (eobp))
10941                (or (zerop (gnus-summary-next-thread 1 t))
10942                    (goto-char (point-max))))
10943       (prog1
10944           (if (and (> (point) start)
10945                    (search-backward "\n" start t))
10946               (progn
10947                 (subst-char-in-region start (point) ?\n ?\^M)
10948                 (gnus-summary-goto-subject article))
10949             (goto-char start)
10950             nil)))))
10951
10952 (defun gnus-summary-go-to-next-thread (&optional previous)
10953   "Go to the same level (or less) next thread.
10954 If PREVIOUS is non-nil, go to previous thread instead.
10955 Return the article number moved to, or nil if moving was impossible."
10956   (let ((level (gnus-summary-thread-level))
10957         (way (if previous -1 1))
10958         (beg (point)))
10959     (forward-line way)
10960     (while (and (not (eobp))
10961                 (< level (gnus-summary-thread-level)))
10962       (forward-line way))
10963     (if (eobp)
10964         (progn
10965           (goto-char beg)
10966           nil)
10967       (setq beg (point))
10968       (prog1
10969           (gnus-summary-article-number)
10970         (goto-char beg)))))
10971
10972 (defun gnus-summary-next-thread (n &optional silent)
10973   "Go to the same level next N'th thread.
10974 If N is negative, search backward instead.
10975 Returns the difference between N and the number of skips actually
10976 done.
10977
10978 If SILENT, don't output messages."
10979   (interactive "p")
10980   (let ((backward (< n 0))
10981         (n (abs n)))
10982     (while (and (> n 0)
10983                 (gnus-summary-go-to-next-thread backward))
10984       (decf n))
10985     (unless silent
10986       (gnus-summary-position-point))
10987     (when (and (not silent) (/= 0 n))
10988       (gnus-message 7 "No more threads"))
10989     n))
10990
10991 (defun gnus-summary-prev-thread (n)
10992   "Go to the same level previous N'th thread.
10993 Returns the difference between N and the number of skips actually
10994 done."
10995   (interactive "p")
10996   (gnus-summary-next-thread (- n)))
10997
10998 (defun gnus-summary-go-down-thread ()
10999   "Go down one level in the current thread."
11000   (let ((children (gnus-summary-article-children)))
11001     (when children
11002       (gnus-summary-goto-subject (car children)))))
11003
11004 (defun gnus-summary-go-up-thread ()
11005   "Go up one level in the current thread."
11006   (let ((parent (gnus-summary-article-parent)))
11007     (when parent
11008       (gnus-summary-goto-subject parent))))
11009
11010 (defun gnus-summary-down-thread (n)
11011   "Go down thread N steps.
11012 If N is negative, go up instead.
11013 Returns the difference between N and how many steps down that were
11014 taken."
11015   (interactive "p")
11016   (let ((up (< n 0))
11017         (n (abs n)))
11018     (while (and (> n 0)
11019                 (if up (gnus-summary-go-up-thread)
11020                   (gnus-summary-go-down-thread)))
11021       (setq n (1- n)))
11022     (gnus-summary-position-point)
11023     (when (/= 0 n)
11024       (gnus-message 7 "Can't go further"))
11025     n))
11026
11027 (defun gnus-summary-up-thread (n)
11028   "Go up thread N steps.
11029 If N is negative, go down instead.
11030 Returns the difference between N and how many steps down that were
11031 taken."
11032   (interactive "p")
11033   (gnus-summary-down-thread (- n)))
11034
11035 (defun gnus-summary-top-thread ()
11036   "Go to the top of the thread."
11037   (interactive)
11038   (while (gnus-summary-go-up-thread))
11039   (gnus-summary-article-number))
11040
11041 (defun gnus-summary-kill-thread (&optional unmark)
11042   "Mark articles under current thread as read.
11043 If the prefix argument is positive, remove any kinds of marks.
11044 If the prefix argument is negative, tick articles instead."
11045   (interactive "P")
11046   (when unmark
11047     (setq unmark (prefix-numeric-value unmark)))
11048   (let ((articles (gnus-summary-articles-in-thread)))
11049     (save-excursion
11050       ;; Expand the thread.
11051       (gnus-summary-show-thread)
11052       ;; Mark all the articles.
11053       (while articles
11054         (gnus-summary-goto-subject (car articles))
11055         (cond ((null unmark)
11056                (gnus-summary-mark-article-as-read gnus-killed-mark))
11057               ((> unmark 0)
11058                (gnus-summary-mark-article-as-unread gnus-unread-mark))
11059               (t
11060                (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
11061         (setq articles (cdr articles))))
11062     ;; Hide killed subtrees.
11063     (and (null unmark)
11064          gnus-thread-hide-killed
11065          (gnus-summary-hide-thread))
11066     ;; If marked as read, go to next unread subject.
11067     (when (null unmark)
11068       ;; Go to next unread subject.
11069       (gnus-summary-next-subject 1 t)))
11070   (gnus-set-mode-line 'summary))
11071
11072 ;; Summary sorting commands
11073
11074 (defun gnus-summary-sort-by-number (&optional reverse)
11075   "Sort the summary buffer by article number.
11076 Argument REVERSE means reverse order."
11077   (interactive "P")
11078   (gnus-summary-sort 'number reverse))
11079
11080 (defun gnus-summary-sort-by-random (&optional reverse)
11081   "Randomize the order in the summary buffer.
11082 Argument REVERSE means to randomize in reverse order."
11083   (interactive "P")
11084   (gnus-summary-sort 'random reverse))
11085
11086 (defun gnus-summary-sort-by-author (&optional reverse)
11087   "Sort the summary buffer by author name alphabetically.
11088 If `case-fold-search' is non-nil, case of letters is ignored.
11089 Argument REVERSE means reverse order."
11090   (interactive "P")
11091   (gnus-summary-sort 'author reverse))
11092
11093 (defun gnus-summary-sort-by-recipient (&optional reverse)
11094   "Sort the summary buffer by recipient name alphabetically.
11095 If `case-fold-search' is non-nil, case of letters is ignored.
11096 Argument REVERSE means reverse order."
11097   (interactive "P")
11098   (gnus-summary-sort 'recipient reverse))
11099
11100 (defun gnus-summary-sort-by-subject (&optional reverse)
11101   "Sort the summary buffer by subject alphabetically.  `Re:'s are ignored.
11102 If `case-fold-search' is non-nil, case of letters is ignored.
11103 Argument REVERSE means reverse order."
11104   (interactive "P")
11105   (gnus-summary-sort 'subject reverse))
11106
11107 (defun gnus-summary-sort-by-date (&optional reverse)
11108   "Sort the summary buffer by date.
11109 Argument REVERSE means reverse order."
11110   (interactive "P")
11111   (gnus-summary-sort 'date reverse))
11112
11113 (defun gnus-summary-sort-by-score (&optional reverse)
11114   "Sort the summary buffer by score.
11115 Argument REVERSE means reverse order."
11116   (interactive "P")
11117   (gnus-summary-sort 'score reverse))
11118
11119 (defun gnus-summary-sort-by-lines (&optional reverse)
11120   "Sort the summary buffer by the number of lines.
11121 Argument REVERSE means reverse order."
11122   (interactive "P")
11123   (gnus-summary-sort 'lines reverse))
11124
11125 (defun gnus-summary-sort-by-chars (&optional reverse)
11126   "Sort the summary buffer by article length.
11127 Argument REVERSE means reverse order."
11128   (interactive "P")
11129   (gnus-summary-sort 'chars reverse))
11130
11131 (defun gnus-summary-sort-by-original (&optional reverse)
11132   "Sort the summary buffer using the default sorting method.
11133 Argument REVERSE means reverse order."
11134   (interactive "P")
11135   (let* ((buffer-read-only)
11136          (gnus-summary-prepare-hook nil))
11137     ;; We do the sorting by regenerating the threads.
11138     (gnus-summary-prepare)
11139     ;; Hide subthreads if needed.
11140     (gnus-summary-maybe-hide-threads)))
11141
11142 (defun gnus-summary-sort (predicate reverse)
11143   "Sort summary buffer by PREDICATE.  REVERSE means reverse order."
11144   (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
11145          (article (intern (format "gnus-article-sort-by-%s" predicate)))
11146          (gnus-thread-sort-functions
11147           (if (not reverse)
11148               thread
11149             `(lambda (t1 t2)
11150                (,thread t2 t1))))
11151          (gnus-sort-gathered-threads-function
11152           gnus-thread-sort-functions)
11153          (gnus-article-sort-functions
11154           (if (not reverse)
11155               article
11156             `(lambda (t1 t2)
11157                (,article t2 t1))))
11158          (buffer-read-only)
11159          (gnus-summary-prepare-hook nil))
11160     ;; We do the sorting by regenerating the threads.
11161     (gnus-summary-prepare)
11162     ;; Hide subthreads if needed.
11163     (gnus-summary-maybe-hide-threads)))
11164
11165 ;; Summary saving commands.
11166
11167 (defun gnus-summary-save-article (&optional n not-saved)
11168   "Save the current article using the default saver function.
11169 If N is a positive number, save the N next articles.
11170 If N is a negative number, save the N previous articles.
11171 If N is nil and any articles have been marked with the process mark,
11172 save those articles instead.
11173 The variable `gnus-default-article-saver' specifies the saver function."
11174   (interactive "P")
11175   (let* ((articles (gnus-summary-work-articles n))
11176          (save-buffer (save-excursion
11177                         (nnheader-set-temp-buffer " *Gnus Save*")))
11178          (num (length articles))
11179          header file)
11180     (dolist (article articles)
11181       (setq header (gnus-summary-article-header article))
11182       (if (not (vectorp header))
11183           ;; This is a pseudo-article.
11184           (if (assq 'name header)
11185               (gnus-copy-file (cdr (assq 'name header)))
11186             (gnus-message 1 "Article %d is unsaveable" article))
11187         ;; This is a real article.
11188         (save-window-excursion
11189           (let ((gnus-display-mime-function nil)
11190                 (gnus-article-prepare-hook nil))
11191             (gnus-summary-select-article t nil nil article)))
11192         (save-excursion
11193           (set-buffer save-buffer)
11194           (erase-buffer)
11195           (insert-buffer-substring gnus-original-article-buffer))
11196         (setq file (gnus-article-save save-buffer file num))
11197         (gnus-summary-remove-process-mark article)
11198         (unless not-saved
11199           (gnus-summary-set-saved-mark article))))
11200     (gnus-kill-buffer save-buffer)
11201     (gnus-summary-position-point)
11202     (gnus-set-mode-line 'summary)
11203     n))
11204
11205 (defun gnus-summary-pipe-output (&optional arg headers)
11206   "Pipe the current article to a subprocess.
11207 If N is a positive number, pipe the N next articles.
11208 If N is a negative number, pipe the N previous articles.
11209 If N is nil and any articles have been marked with the process mark,
11210 pipe those articles instead.
11211 If HEADERS (the symbolic prefix), include the headers, too."
11212   (interactive (gnus-interactive "P\ny"))
11213   (require 'gnus-art)
11214   (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe)
11215         (gnus-save-all-headers (or headers gnus-save-all-headers)))
11216     (gnus-summary-save-article arg t))
11217   (let ((buffer (get-buffer "*Shell Command Output*")))
11218     (when (and buffer
11219                (not (zerop (buffer-size buffer))))
11220       (gnus-configure-windows 'pipe))))
11221
11222 (defun gnus-summary-save-article-mail (&optional arg)
11223   "Append the current article to an mail file.
11224 If N is a positive number, save the N next articles.
11225 If N is a negative number, save the N previous articles.
11226 If N is nil and any articles have been marked with the process mark,
11227 save those articles instead."
11228   (interactive "P")
11229   (require 'gnus-art)
11230   (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
11231     (gnus-summary-save-article arg)))
11232
11233 (defun gnus-summary-save-article-rmail (&optional arg)
11234   "Append the current article to an rmail file.
11235 If N is a positive number, save the N next articles.
11236 If N is a negative number, save the N previous articles.
11237 If N is nil and any articles have been marked with the process mark,
11238 save those articles instead."
11239   (interactive "P")
11240   (require 'gnus-art)
11241   (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
11242     (gnus-summary-save-article arg)))
11243
11244 (defun gnus-summary-save-article-file (&optional arg)
11245   "Append the current article to a file.
11246 If N is a positive number, save the N next articles.
11247 If N is a negative number, save the N previous articles.
11248 If N is nil and any articles have been marked with the process mark,
11249 save those articles instead."
11250   (interactive "P")
11251   (require 'gnus-art)
11252   (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
11253     (gnus-summary-save-article arg)))
11254
11255 (defun gnus-summary-write-article-file (&optional arg)
11256   "Write the current article to a file, deleting the previous file.
11257 If N is a positive number, save the N next articles.
11258 If N is a negative number, save the N previous articles.
11259 If N is nil and any articles have been marked with the process mark,
11260 save those articles instead."
11261   (interactive "P")
11262   (require 'gnus-art)
11263   (let ((gnus-default-article-saver 'gnus-summary-write-to-file))
11264     (gnus-summary-save-article arg)))
11265
11266 (defun gnus-summary-save-article-body-file (&optional arg)
11267   "Append the current article body to a file.
11268 If N is a positive number, save the N next articles.
11269 If N is a negative number, save the N previous articles.
11270 If N is nil and any articles have been marked with the process mark,
11271 save those articles instead."
11272   (interactive "P")
11273   (require 'gnus-art)
11274   (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
11275     (gnus-summary-save-article arg)))
11276
11277 (defun gnus-summary-muttprint (&optional arg)
11278   "Print the current article using Muttprint.
11279 If N is a positive number, save the N next articles.
11280 If N is a negative number, save the N previous articles.
11281 If N is nil and any articles have been marked with the process mark,
11282 save those articles instead."
11283   (interactive "P")
11284   (require 'gnus-art)
11285   (let ((gnus-default-article-saver 'gnus-summary-pipe-to-muttprint))
11286     (gnus-summary-save-article arg t)))
11287
11288 (defun gnus-summary-pipe-message (program)
11289   "Pipe the current article through PROGRAM."
11290   (interactive "sProgram: ")
11291   (gnus-summary-select-article)
11292   (let ((mail-header-separator ""))
11293     (gnus-eval-in-buffer-window gnus-article-buffer
11294       (save-restriction
11295         (widen)
11296         (let ((start (window-start))
11297               buffer-read-only)
11298           (message-pipe-buffer-body program)
11299           (set-window-start (get-buffer-window (current-buffer)) start))))))
11300
11301 (defun gnus-get-split-value (methods)
11302   "Return a value based on the split METHODS."
11303   (let (split-name method result match)
11304     (when methods
11305       (save-excursion
11306         (set-buffer gnus-original-article-buffer)
11307         (save-restriction
11308           (nnheader-narrow-to-headers)
11309           (while (and methods (not split-name))
11310             (goto-char (point-min))
11311             (setq method (pop methods))
11312             (setq match (car method))
11313             (when (cond
11314                    ((stringp match)
11315                     ;; Regular expression.
11316                     (ignore-errors
11317                       (re-search-forward match nil t)))
11318                    ((functionp match)
11319                     ;; Function.
11320                     (save-restriction
11321                       (widen)
11322                       (setq result (funcall match gnus-newsgroup-name))))
11323                    ((consp match)
11324                     ;; Form.
11325                     (save-restriction
11326                       (widen)
11327                       (setq result (eval match)))))
11328               (setq split-name (cdr method))
11329               (cond ((stringp result)
11330                      (push (expand-file-name
11331                             result gnus-article-save-directory)
11332                            split-name))
11333                     ((consp result)
11334                      (setq split-name (append result split-name)))))))))
11335     (nreverse split-name)))
11336
11337 (defun gnus-valid-move-group-p (group)
11338   (and (boundp group)
11339        (symbol-name group)
11340        (symbol-value group)
11341        (gnus-get-function (gnus-find-method-for-group
11342                            (symbol-name group)) 'request-accept-article t)))
11343
11344 (defun gnus-read-move-group-name (prompt default articles prefix)
11345   "Read a group name."
11346   (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
11347          (minibuffer-confirm-incomplete nil) ; XEmacs
11348          (prom
11349           (format "%s %s to"
11350                   prompt
11351                   (if (> (length articles) 1)
11352                       (format "these %d articles" (length articles))
11353                     "this article")))
11354          (to-newsgroup
11355           (cond
11356            ((null split-name)
11357             (gnus-completing-read-with-default
11358              default prom
11359              gnus-active-hashtb
11360              'gnus-valid-move-group-p
11361              nil prefix
11362              'gnus-group-history))
11363            ((= 1 (length split-name))
11364             (gnus-completing-read-with-default
11365              (car split-name) prom
11366              gnus-active-hashtb
11367              'gnus-valid-move-group-p
11368              nil nil
11369              'gnus-group-history))
11370            (t
11371             (gnus-completing-read-with-default
11372              nil prom
11373              (mapcar 'list (nreverse split-name))
11374              nil nil nil
11375              'gnus-group-history))))
11376          (to-method (gnus-server-to-method (gnus-group-method to-newsgroup))))
11377     (when to-newsgroup
11378       (if (or (string= to-newsgroup "")
11379               (string= to-newsgroup prefix))
11380           (setq to-newsgroup default))
11381       (unless to-newsgroup
11382         (error "No group name entered"))
11383       (or (gnus-active to-newsgroup)
11384           (gnus-activate-group to-newsgroup nil nil to-method)
11385           (if (gnus-y-or-n-p (format "No such group: %s.  Create it? "
11386                                      to-newsgroup))
11387               (or (and (gnus-request-create-group to-newsgroup to-method)
11388                        (gnus-activate-group
11389                         to-newsgroup nil nil to-method)
11390                        (gnus-subscribe-group to-newsgroup))
11391                   (error "Couldn't create group %s" to-newsgroup)))
11392           (error "No such group: %s" to-newsgroup)))
11393     to-newsgroup))
11394
11395 (defun gnus-summary-save-parts (type dir n &optional reverse)
11396   "Save parts matching TYPE to DIR.
11397 If REVERSE, save parts that do not match TYPE."
11398   (interactive
11399    (list (read-string "Save parts of type: "
11400                       (or (car gnus-summary-save-parts-type-history)
11401                           gnus-summary-save-parts-default-mime)
11402                       'gnus-summary-save-parts-type-history)
11403          (setq gnus-summary-save-parts-last-directory
11404                (read-file-name "Save to directory: "
11405                                gnus-summary-save-parts-last-directory
11406                                nil t))
11407          current-prefix-arg))
11408   (gnus-summary-iterate n
11409     (let ((gnus-display-mime-function nil)
11410           (gnus-inhibit-treatment t))
11411       (gnus-summary-select-article))
11412     (save-excursion
11413       (set-buffer gnus-article-buffer)
11414       (let ((handles (or gnus-article-mime-handles
11415                          (mm-dissect-buffer nil gnus-article-loose-mime)
11416                          (and gnus-article-emulate-mime
11417                               (mm-uu-dissect)))))
11418         (when handles
11419           (gnus-summary-save-parts-1 type dir handles reverse)
11420           (unless gnus-article-mime-handles ;; Don't destroy this case.
11421             (mm-destroy-parts handles)))))))
11422
11423 (defun gnus-summary-save-parts-1 (type dir handle reverse)
11424   (if (stringp (car handle))
11425       (mapcar (lambda (h) (gnus-summary-save-parts-1 type dir h reverse))
11426               (cdr handle))
11427     (when (if reverse
11428               (not (string-match type (mm-handle-media-type handle)))
11429             (string-match type (mm-handle-media-type handle)))
11430       (let ((file (expand-file-name
11431                    (gnus-map-function
11432                     mm-file-name-rewrite-functions
11433                     (file-name-nondirectory
11434                      (or
11435                       (mail-content-type-get
11436                        (mm-handle-disposition handle) 'filename)
11437                       (mail-content-type-get
11438                        (mm-handle-type handle) 'name)
11439                       (concat gnus-newsgroup-name
11440                               "." (number-to-string
11441                                    (cdr gnus-article-current))))))
11442                    dir)))
11443         (unless (file-exists-p file)
11444           (mm-save-part-to-file handle file))))))
11445
11446 ;; Summary extract commands
11447
11448 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
11449   (let ((buffer-read-only nil)
11450         (article (gnus-summary-article-number))
11451         after-article b e)
11452     (unless (gnus-summary-goto-subject article)
11453       (error "No such article: %d" article))
11454     (gnus-summary-position-point)
11455     ;; If all commands are to be bunched up on one line, we collect
11456     ;; them here.
11457     (unless gnus-view-pseudos-separately
11458       (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
11459             files action)
11460         (while ps
11461           (setq action (cdr (assq 'action (car ps))))
11462           (setq files (list (cdr (assq 'name (car ps)))))
11463           (while (and ps (cdr ps)
11464                       (string= (or action "1")
11465                                (or (cdr (assq 'action (cadr ps))) "2")))
11466             (push (cdr (assq 'name (cadr ps))) files)
11467             (setcdr ps (cddr ps)))
11468           (when files
11469             (when (not (string-match "%s" action))
11470               (push " " files))
11471             (push " " files)
11472             (when (assq 'execute (car ps))
11473               (setcdr (assq 'execute (car ps))
11474                       (funcall (if (string-match "%s" action)
11475                                    'format 'concat)
11476                                action
11477                                (mapconcat
11478                                 (lambda (f)
11479                                   (if (equal f " ")
11480                                       f
11481                                     (shell-quote-argument f)))
11482                                 files " ")))))
11483           (setq ps (cdr ps)))))
11484     (if (and gnus-view-pseudos (not not-view))
11485         (while pslist
11486           (when (assq 'execute (car pslist))
11487             (gnus-execute-command (cdr (assq 'execute (car pslist)))
11488                                   (eq gnus-view-pseudos 'not-confirm)))
11489           (setq pslist (cdr pslist)))
11490       (save-excursion
11491         (while pslist
11492           (setq after-article (or (cdr (assq 'article (car pslist)))
11493                                   (gnus-summary-article-number)))
11494           (gnus-summary-goto-subject after-article)
11495           (forward-line 1)
11496           (setq b (point))
11497           (insert "    " (file-name-nondirectory
11498                           (cdr (assq 'name (car pslist))))
11499                   ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
11500           (setq e (point))
11501           (forward-line -1)             ; back to `b'
11502           (gnus-add-text-properties
11503            b (1- e) (list 'gnus-number gnus-reffed-article-number
11504                           gnus-mouse-face-prop gnus-mouse-face))
11505           (gnus-data-enter
11506            after-article gnus-reffed-article-number
11507            gnus-unread-mark b (car pslist) 0 (- e b))
11508           (setq gnus-newsgroup-unreads
11509                 (gnus-add-to-sorted-list gnus-newsgroup-unreads
11510                                          gnus-reffed-article-number))
11511           (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
11512           (setq pslist (cdr pslist)))))))
11513
11514 (defun gnus-pseudos< (p1 p2)
11515   (let ((c1 (cdr (assq 'action p1)))
11516         (c2 (cdr (assq 'action p2))))
11517     (and c1 c2 (string< c1 c2))))
11518
11519 (defun gnus-request-pseudo-article (props)
11520   (cond ((assq 'execute props)
11521          (gnus-execute-command (cdr (assq 'execute props)))))
11522   (let ((gnus-current-article (gnus-summary-article-number)))
11523     (gnus-run-hooks 'gnus-mark-article-hook)))
11524
11525 (defun gnus-execute-command (command &optional automatic)
11526   (save-excursion
11527     (gnus-article-setup-buffer)
11528     (set-buffer gnus-article-buffer)
11529     (setq buffer-read-only nil)
11530     (let ((command (if automatic command
11531                      (read-string "Command: " (cons command 0)))))
11532       (erase-buffer)
11533       (insert "$ " command "\n\n")
11534       (if gnus-view-pseudo-asynchronously
11535           (start-process "gnus-execute" (current-buffer) shell-file-name
11536                          shell-command-switch command)
11537         (call-process shell-file-name nil t nil
11538                       shell-command-switch command)))))
11539
11540 ;; Summary kill commands.
11541
11542 (defun gnus-summary-edit-global-kill (article)
11543   "Edit the \"global\" kill file."
11544   (interactive (list (gnus-summary-article-number)))
11545   (gnus-group-edit-global-kill article))
11546
11547 (defun gnus-summary-edit-local-kill ()
11548   "Edit a local kill file applied to the current newsgroup."
11549   (interactive)
11550   (setq gnus-current-headers (gnus-summary-article-header))
11551   (gnus-group-edit-local-kill
11552    (gnus-summary-article-number) gnus-newsgroup-name))
11553
11554 ;;; Header reading.
11555
11556 (defun gnus-read-header (id &optional header)
11557   "Read the headers of article ID and enter them into the Gnus system."
11558   (let ((group gnus-newsgroup-name)
11559         (gnus-override-method
11560          (or
11561           gnus-override-method
11562           (and (gnus-news-group-p gnus-newsgroup-name)
11563                (car (gnus-refer-article-methods)))))
11564         where)
11565     ;; First we check to see whether the header in question is already
11566     ;; fetched.
11567     (if (stringp id)
11568         ;; This is a Message-ID.
11569         (setq header (or header (gnus-id-to-header id)))
11570       ;; This is an article number.
11571       (setq header (or header (gnus-summary-article-header id))))
11572     (if (and header
11573              (not (gnus-summary-article-sparse-p (mail-header-number header))))
11574         ;; We have found the header.
11575         header
11576       ;; We have to really fetch the header to this article.
11577       (save-excursion
11578         (set-buffer nntp-server-buffer)
11579         (when (setq where (gnus-request-head id group))
11580           (nnheader-fold-continuation-lines)
11581           (goto-char (point-max))
11582           (insert ".\n")
11583           (goto-char (point-min))
11584           (insert "211 ")
11585           (princ (cond
11586                   ((numberp id) id)
11587                   ((cdr where) (cdr where))
11588                   (header (mail-header-number header))
11589                   (t gnus-reffed-article-number))
11590                  (current-buffer))
11591           (insert " Article retrieved.\n"))
11592         (if (or (not where)
11593                 (not (setq header (car (gnus-get-newsgroup-headers nil t)))))
11594             ()                          ; Malformed head.
11595           (unless (gnus-summary-article-sparse-p (mail-header-number header))
11596             (when (and (stringp id)
11597                        (not (string= (gnus-group-real-name group)
11598                                      (car where))))
11599               ;; If we fetched by Message-ID and the article came
11600               ;; from a different group, we fudge some bogus article
11601               ;; numbers for this article.
11602               (mail-header-set-number header gnus-reffed-article-number))
11603             (save-excursion
11604               (set-buffer gnus-summary-buffer)
11605               (decf gnus-reffed-article-number)
11606               (gnus-remove-header (mail-header-number header))
11607               (push header gnus-newsgroup-headers)
11608               (setq gnus-current-headers header)
11609               (push (mail-header-number header) gnus-newsgroup-limit)))
11610           header)))))
11611
11612 (defun gnus-remove-header (number)
11613   "Remove header NUMBER from `gnus-newsgroup-headers'."
11614   (if (and gnus-newsgroup-headers
11615            (= number (mail-header-number (car gnus-newsgroup-headers))))
11616       (pop gnus-newsgroup-headers)
11617     (let ((headers gnus-newsgroup-headers))
11618       (while (and (cdr headers)
11619                   (not (= number (mail-header-number (cadr headers)))))
11620         (pop headers))
11621       (when (cdr headers)
11622         (setcdr headers (cddr headers))))))
11623
11624 ;;;
11625 ;;; summary highlights
11626 ;;;
11627
11628 (defun gnus-highlight-selected-summary ()
11629   "Highlight selected article in summary buffer."
11630   ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
11631   (when gnus-summary-selected-face
11632     (save-excursion
11633       (let* ((beg (point-at-bol))
11634              (end (point-at-eol))
11635              ;; Fix by Mike Dugan <dugan@bucrf16.bu.edu>.
11636              (from (if (get-text-property beg gnus-mouse-face-prop)
11637                        beg
11638                      (or (next-single-property-change
11639                           beg gnus-mouse-face-prop nil end)
11640                          beg)))
11641              (to
11642               (if (= from end)
11643                   (- from 2)
11644                 (or (next-single-property-change
11645                      from gnus-mouse-face-prop nil end)
11646                     end))))
11647         ;; If no mouse-face prop on line we will have to = from = end,
11648         ;; so we highlight the entire line instead.
11649         (when (= (+ to 2) from)
11650           (setq from beg)
11651           (setq to end))
11652         (if gnus-newsgroup-selected-overlay
11653             ;; Move old overlay.
11654             (gnus-move-overlay
11655              gnus-newsgroup-selected-overlay from to (current-buffer))
11656           ;; Create new overlay.
11657           (gnus-overlay-put
11658            (setq gnus-newsgroup-selected-overlay (gnus-make-overlay from to))
11659            'face gnus-summary-selected-face))))))
11660
11661 (defvar gnus-summary-highlight-line-cached nil)
11662 (defvar gnus-summary-highlight-line-trigger nil)
11663
11664 (defun gnus-summary-highlight-line-0 ()
11665   (if (and (eq gnus-summary-highlight-line-trigger
11666                gnus-summary-highlight)
11667            gnus-summary-highlight-line-cached)
11668       gnus-summary-highlight-line-cached
11669     (setq gnus-summary-highlight-line-trigger gnus-summary-highlight
11670           gnus-summary-highlight-line-cached
11671           (let* ((cond (list 'cond))
11672                  (c cond)
11673                  (list gnus-summary-highlight))
11674             (while list
11675               (setcdr c (cons (list (caar list) (list 'quote (cdar list)))
11676                               nil))
11677               (setq c (cdr c)
11678                     list (cdr list)))
11679             (gnus-byte-compile (list 'lambda nil cond))))))
11680
11681 (defun gnus-summary-highlight-line ()
11682   "Highlight current line according to `gnus-summary-highlight'."
11683   (let* ((beg (point-at-bol))
11684          (article (or (gnus-summary-article-number) gnus-current-article))
11685          (score (or (cdr (assq article
11686                                gnus-newsgroup-scored))
11687                     gnus-summary-default-score 0))
11688          (mark (or (gnus-summary-article-mark) gnus-unread-mark))
11689          (inhibit-read-only t)
11690          (default gnus-summary-default-score)
11691          (default-high gnus-summary-default-high-score)
11692          (default-low gnus-summary-default-low-score)
11693          (uncached (and gnus-summary-use-undownloaded-faces
11694                         (memq article gnus-newsgroup-undownloaded)
11695                         (not (memq article gnus-newsgroup-cached)))))
11696     (let ((face (funcall (gnus-summary-highlight-line-0))))
11697       (unless (eq face (get-text-property beg 'face))
11698         (gnus-put-text-property-excluding-characters-with-faces
11699          beg (point-at-eol) 'face
11700          (setq face (if (boundp face) (symbol-value face) face)))
11701         (when gnus-summary-highlight-line-function
11702           (funcall gnus-summary-highlight-line-function article face))))))
11703
11704 (defun gnus-update-read-articles (group unread &optional compute)
11705   "Update the list of read articles in GROUP.
11706 UNREAD is a sorted list."
11707   (let ((active (or gnus-newsgroup-active (gnus-active group)))
11708         (info (gnus-get-info group))
11709         (prev 1)
11710         read)
11711     (if (or (not info) (not active))
11712         ;; There is no info on this group if it was, in fact,
11713         ;; killed.  Gnus stores no information on killed groups, so
11714         ;; there's nothing to be done.
11715         ;; One could store the information somewhere temporarily,
11716         ;; perhaps...  Hmmm...
11717         ()
11718       ;; Remove any negative articles numbers.
11719       (while (and unread (< (car unread) 0))
11720         (setq unread (cdr unread)))
11721       ;; Remove any expired article numbers
11722       (while (and unread (< (car unread) (car active)))
11723         (setq unread (cdr unread)))
11724       ;; Compute the ranges of read articles by looking at the list of
11725       ;; unread articles.
11726       (while unread
11727         (when (/= (car unread) prev)
11728           (push (if (= prev (1- (car unread))) prev
11729                   (cons prev (1- (car unread))))
11730                 read))
11731         (setq prev (1+ (car unread)))
11732         (setq unread (cdr unread)))
11733       (when (<= prev (cdr active))
11734         (push (cons prev (cdr active)) read))
11735       (setq read (if (> (length read) 1) (nreverse read) read))
11736       (if compute
11737           read
11738         (save-excursion
11739           (let (setmarkundo)
11740             ;; Propagate the read marks to the backend.
11741             (when (gnus-check-backend-function 'request-set-mark group)
11742               (let ((del (gnus-remove-from-range (gnus-info-read info) read))
11743                     (add (gnus-remove-from-range read (gnus-info-read info))))
11744                 (when (or add del)
11745                   (unless (gnus-check-group group)
11746                     (error "Can't open server for %s" group))
11747                   (gnus-request-set-mark
11748                    group (delq nil (list (if add (list add 'add '(read)))
11749                                          (if del (list del 'del '(read))))))
11750                   (setq setmarkundo
11751                         `(gnus-request-set-mark
11752                           ,group
11753                           ',(delq nil (list
11754                                        (if del (list del 'add '(read)))
11755                                        (if add (list add 'del '(read))))))))))
11756             (set-buffer gnus-group-buffer)
11757             (gnus-undo-register
11758               `(progn
11759                  (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
11760                  (gnus-info-set-read ',info ',(gnus-info-read info))
11761                  (gnus-get-unread-articles-in-group ',info
11762                                                     (gnus-active ,group))
11763                  (gnus-group-update-group ,group t)
11764                  ,setmarkundo))))
11765         ;; Enter this list into the group info.
11766         (gnus-info-set-read info read)
11767         ;; Set the number of unread articles in gnus-newsrc-hashtb.
11768         (gnus-get-unread-articles-in-group info (gnus-active group))
11769         t))))
11770
11771 (defun gnus-offer-save-summaries ()
11772   "Offer to save all active summary buffers."
11773   (let (buffers)
11774     ;; Go through all buffers and find all summaries.
11775     (dolist (buffer (buffer-list))
11776       (when (and (setq buffer (buffer-name buffer))
11777                  (string-match "Summary" buffer)
11778                  (with-current-buffer buffer
11779                    ;; We check that this is, indeed, a summary buffer.
11780                    (and (eq major-mode 'gnus-summary-mode)
11781                         ;; Also make sure this isn't bogus.
11782                         gnus-newsgroup-prepared
11783                         ;; Also make sure that this isn't a
11784                         ;; dead summary buffer.
11785                         (not gnus-dead-summary-mode))))
11786         (push buffer buffers)))
11787     ;; Go through all these summary buffers and offer to save them.
11788     (when buffers
11789       (save-excursion
11790         (map-y-or-n-p
11791          "Update summary buffer %s? "
11792          (lambda (buf)
11793            (switch-to-buffer buf)
11794            (gnus-summary-exit))
11795          buffers)))))
11796
11797 (defun gnus-summary-setup-default-charset ()
11798   "Setup newsgroup default charset."
11799   (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
11800       (setq gnus-newsgroup-charset nil)
11801     (let* ((ignored-charsets
11802             (or gnus-newsgroup-ephemeral-ignored-charsets
11803                 (append
11804                  (and gnus-newsgroup-name
11805                       (gnus-parameter-ignored-charsets gnus-newsgroup-name))
11806                  gnus-newsgroup-ignored-charsets))))
11807       (setq gnus-newsgroup-charset
11808             (or gnus-newsgroup-ephemeral-charset
11809                 (and gnus-newsgroup-name
11810                      (gnus-parameter-charset gnus-newsgroup-name))
11811                 gnus-default-charset))
11812       (set (make-local-variable 'gnus-newsgroup-ignored-charsets)
11813            ignored-charsets))))
11814
11815 ;;;
11816 ;;; Mime Commands
11817 ;;;
11818
11819 (defun gnus-summary-display-buttonized (&optional show-all-parts)
11820   "Display the current article buffer fully MIME-buttonized.
11821 If SHOW-ALL-PARTS (the prefix) is non-nil, all multipart/* parts are
11822 treated as multipart/mixed."
11823   (interactive "P")
11824   (require 'gnus-art)
11825   (let ((gnus-unbuttonized-mime-types nil)
11826         (gnus-mime-display-multipart-as-mixed show-all-parts))
11827     (gnus-summary-show-article)))
11828
11829 (defun gnus-summary-repair-multipart (article)
11830   "Add a Content-Type header to a multipart article without one."
11831   (interactive (list (gnus-summary-article-number)))
11832   (gnus-with-article article
11833     (message-narrow-to-head)
11834     (message-remove-header "Mime-Version")
11835     (goto-char (point-max))
11836     (insert "Mime-Version: 1.0\n")
11837     (widen)
11838     (when (search-forward "\n--" nil t)
11839       (let ((separator (buffer-substring (point) (point-at-eol))))
11840         (message-narrow-to-head)
11841         (message-remove-header "Content-Type")
11842         (goto-char (point-max))
11843         (insert (format "Content-Type: multipart/mixed; boundary=\"%s\"\n"
11844                         separator))
11845         (widen))))
11846   (let (gnus-mark-article-hook)
11847     (gnus-summary-select-article t t nil article)))
11848
11849 (defun gnus-summary-toggle-display-buttonized ()
11850   "Toggle the buttonizing of the article buffer."
11851   (interactive)
11852   (require 'gnus-art)
11853   (if (setq gnus-inhibit-mime-unbuttonizing
11854             (not gnus-inhibit-mime-unbuttonizing))
11855       (let ((gnus-unbuttonized-mime-types nil))
11856         (gnus-summary-show-article))
11857     (gnus-summary-show-article)))
11858
11859 ;;;
11860 ;;; Generic summary marking commands
11861 ;;;
11862
11863 (defvar gnus-summary-marking-alist
11864   '((read gnus-del-mark "d")
11865     (unread gnus-unread-mark "u")
11866     (ticked gnus-ticked-mark "!")
11867     (dormant gnus-dormant-mark "?")
11868     (expirable gnus-expirable-mark "e"))
11869   "An alist of names/marks/keystrokes.")
11870
11871 (defvar gnus-summary-generic-mark-map (make-sparse-keymap))
11872 (defvar gnus-summary-mark-map)
11873
11874 (defun gnus-summary-make-all-marking-commands ()
11875   (define-key gnus-summary-mark-map "M" gnus-summary-generic-mark-map)
11876   (dolist (elem gnus-summary-marking-alist)
11877     (apply 'gnus-summary-make-marking-command elem)))
11878
11879 (defun gnus-summary-make-marking-command (name mark keystroke)
11880   (let ((map (make-sparse-keymap)))
11881     (define-key gnus-summary-generic-mark-map keystroke map)
11882     (dolist (lway `((next "next" next nil "n")
11883                     (next-unread "next unread" next t "N")
11884                     (prev "previous" prev nil "p")
11885                     (prev-unread "previous unread" prev t "P")
11886                     (nomove "" nil nil ,keystroke)))
11887       (let ((func (gnus-summary-make-marking-command-1
11888                    mark (car lway) lway name)))
11889         (setq func (eval func))
11890         (define-key map (nth 4 lway) func)))))
11891
11892 (defun gnus-summary-make-marking-command-1 (mark way lway name)
11893   `(defun ,(intern
11894             (format "gnus-summary-put-mark-as-%s%s"
11895                     name (if (eq way 'nomove)
11896                              ""
11897                            (concat "-" (symbol-name way)))))
11898      (n)
11899      ,(format
11900        "Mark the current article as %s%s.
11901 If N, the prefix, then repeat N times.
11902 If N is negative, move in reverse order.
11903 The difference between N and the actual number of articles marked is
11904 returned."
11905        name (cadr lway))
11906      (interactive "p")
11907      (gnus-summary-generic-mark n ,mark ',(nth 2 lway) ,(nth 3 lway))))
11908
11909 (defun gnus-summary-generic-mark (n mark move unread)
11910   "Mark N articles with MARK."
11911   (unless (eq major-mode 'gnus-summary-mode)
11912     (error "This command can only be used in the summary buffer"))
11913   (gnus-summary-show-thread)
11914   (let ((nummove
11915          (cond
11916           ((eq move 'next) 1)
11917           ((eq move 'prev) -1)
11918           (t 0))))
11919     (if (zerop nummove)
11920         (setq n 1)
11921       (when (< n 0)
11922         (setq n (abs n)
11923               nummove (* -1 nummove))))
11924     (while (and (> n 0)
11925                 (gnus-summary-mark-article nil mark)
11926                 (zerop (gnus-summary-next-subject nummove unread t)))
11927       (setq n (1- n)))
11928     (when (/= 0 n)
11929       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
11930     (gnus-summary-recenter)
11931     (gnus-summary-position-point)
11932     (gnus-set-mode-line 'summary)
11933     n))
11934
11935 (defun gnus-summary-insert-articles (articles)
11936   (when (setq articles
11937               (gnus-sorted-difference articles
11938                                       (mapcar (lambda (h)
11939                                                 (mail-header-number h))
11940                                               gnus-newsgroup-headers)))
11941     (setq gnus-newsgroup-headers
11942           (gnus-merge 'list
11943                       gnus-newsgroup-headers
11944                       (gnus-fetch-headers articles)
11945                       'gnus-article-sort-by-number))
11946     ;; Suppress duplicates?
11947     (when gnus-suppress-duplicates
11948       (gnus-dup-suppress-articles))
11949
11950     ;; We might want to build some more threads first.
11951     (when (and gnus-fetch-old-headers
11952                (eq gnus-headers-retrieved-by 'nov))
11953       (if (eq gnus-fetch-old-headers 'invisible)
11954           (gnus-build-all-threads)
11955         (gnus-build-old-threads)))
11956     ;; Let the Gnus agent mark articles as read.
11957     (when gnus-agent
11958       (gnus-agent-get-undownloaded-list))
11959     ;; Remove list identifiers from subject
11960     (when gnus-list-identifiers
11961       (gnus-summary-remove-list-identifiers))
11962     ;; First and last article in this newsgroup.
11963     (when gnus-newsgroup-headers
11964       (setq gnus-newsgroup-begin
11965             (mail-header-number (car gnus-newsgroup-headers))
11966             gnus-newsgroup-end
11967             (mail-header-number
11968              (gnus-last-element gnus-newsgroup-headers))))
11969     (when gnus-use-scoring
11970       (gnus-possibly-score-headers))))
11971
11972 (defun gnus-summary-insert-old-articles (&optional all)
11973   "Insert all old articles in this group.
11974 If ALL is non-nil, already read articles become readable.
11975 If ALL is a number, fetch this number of articles."
11976   (interactive "P")
11977   (prog1
11978       (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
11979             older len)
11980         (setq older
11981               ;; Some nntp servers lie about their active range.  When
11982               ;; this happens, the active range can be in the millions.
11983               ;; Use a compressed range to avoid creating a huge list.
11984               (gnus-range-difference (list gnus-newsgroup-active) old))
11985         (setq len (gnus-range-length older))
11986         (cond
11987          ((null older) nil)
11988          ((numberp all)
11989           (if (< all len)
11990               (let ((older-range (nreverse older)))
11991                 (setq older nil)
11992
11993                 (while (> all 0)
11994                   (let* ((r (pop older-range))
11995                          (min (if (numberp r) r (car r)))
11996                          (max (if (numberp r) r (cdr r))))
11997                     (while (and (<= min max)
11998                                 (> all 0))
11999                       (push max older)
12000                       (setq all (1- all)
12001                             max (1- max))))))
12002             (setq older (gnus-uncompress-range older))))
12003          (all
12004           (setq older (gnus-uncompress-range older)))
12005          (t
12006           (when (and (numberp gnus-large-newsgroup)
12007                    (> len gnus-large-newsgroup))
12008               (let* ((cursor-in-echo-area nil)
12009                      (initial (gnus-parameter-large-newsgroup-initial
12010                                gnus-newsgroup-name))
12011                      (input
12012                       (read-string
12013                        (format
12014                         "How many articles from %s (%s %d): "
12015                         (gnus-limit-string
12016                          (gnus-group-decoded-name gnus-newsgroup-name) 35)
12017                         (if initial "max" "default")
12018                         len)
12019                        (if initial
12020                            (cons (number-to-string initial)
12021                                  0)))))
12022                 (unless (string-match "^[ \t]*$" input)
12023                   (setq all (string-to-number input))
12024                   (if (< all len)
12025                       (let ((older-range (nreverse older)))
12026                         (setq older nil)
12027
12028                         (while (> all 0)
12029                           (let* ((r (pop older-range))
12030                                  (min (if (numberp r) r (car r)))
12031                                  (max (if (numberp r) r (cdr r))))
12032                             (while (and (<= min max)
12033                                         (> all 0))
12034                               (push max older)
12035                               (setq all (1- all)
12036                                     max (1- max))))))))))
12037           (setq older (gnus-uncompress-range older))))
12038         (if (not older)
12039             (message "No old news.")
12040           (gnus-summary-insert-articles older)
12041           (gnus-summary-limit (gnus-sorted-nunion old older))))
12042     (gnus-summary-position-point)))
12043
12044 (defun gnus-summary-insert-new-articles ()
12045   "Insert all new articles in this group."
12046   (interactive)
12047   (prog1
12048       (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12049             (old-active gnus-newsgroup-active)
12050             (nnmail-fetched-sources (list t))
12051             i new)
12052         (setq gnus-newsgroup-active
12053               (gnus-activate-group gnus-newsgroup-name 'scan))
12054         (setq i (cdr gnus-newsgroup-active))
12055         (while (> i (cdr old-active))
12056           (push i new)
12057           (decf i))
12058         (if (not new)
12059             (message "No gnus is bad news")
12060           (gnus-summary-insert-articles new)
12061           (setq gnus-newsgroup-unreads
12062                 (gnus-sorted-nunion gnus-newsgroup-unreads new))
12063           (gnus-summary-limit (gnus-sorted-nunion old new))))
12064     (gnus-summary-position-point)))
12065
12066 (gnus-summary-make-all-marking-commands)
12067
12068 (gnus-ems-redefine)
12069
12070 (provide 'gnus-sum)
12071
12072 (run-hooks 'gnus-sum-load-hook)
12073
12074 ;; Local Variables:
12075 ;; coding: iso-8859-1
12076 ;; End:
12077
12078 ;; arch-tag: 17c6748f-6d00-4d36-bf01-835c42f31235
12079 ;;; gnus-sum.el ends here