* gnus-sum.el (gnus-summary-tool-bar-gnome): Add
[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 ;; The default will be changed when the new icons have been checked in:
2654 (defcustom gnus-summary-tool-bar 'gnus-summary-tool-bar-retro
2655   "Specifies the Gnus summary tool bar.
2656
2657 It can be either a list or a symbol refering to a list.  See
2658 `gmm-tool-bar-from-list' for the format of the list.  The
2659 default key map is `gnus-summary-mode-map'.
2660
2661 Pre-defined symbols include `gnus-summary-tool-bar-gnome' and
2662 `gnus-summary-tool-bar-retro'."
2663   :type '(choice (const :tag "GNOME style" gnus-summary-tool-bar-gnome)
2664                  (const :tag "Retro look"  gnus-summary-tool-bar-retro)
2665                  (repeat :tag "User defined list" gmm-tool-bar-item)
2666                  (symbol))
2667   :version "23.0" ;; No Gnus
2668   :initialize 'custom-initialize-default
2669   :set 'gnus-summary-tool-bar-update
2670   :group 'gnus-summary)
2671
2672 (defcustom gnus-summary-tool-bar-gnome
2673   '((gnus-summary-post-news "mail/compose" nil)
2674     (gnus-summary-insert-new-articles "mail/inbox")
2675     ;;
2676     (gnus-summary-reply-with-original "mail/reply")
2677     (gnus-summary-reply "mail/reply" nil :visible nil)
2678     (gnus-summary-followup-with-original "mail/reply-all")
2679     (gnus-summary-followup "mail/reply-all" nil :visible nil)
2680     (gnus-summary-mail-forward "mail/forward")
2681     (gnus-summary-save-article "mail/save")
2682     (gnus-summary-search-article-forward "search")
2683     (gnus-summary-print-article "print")
2684     (gnus-summary-tick-article-forward "flag-followup" nil :visible nil)
2685     ;; Some new commands that may need more suitable icons:
2686     (gnus-summary-save-newsrc "save" nil :visible nil)
2687     ;; (gnus-summary-show-article "stock_message-display" nil :visible nil)
2688     (gnus-summary-prev-article "left-arrow")
2689     (gnus-summary-next-article "right-arrow")
2690     (gnus-summary-next-page "next-page")
2691     ;; (gnus-summary-enter-digest-group "right_arrow" nil :visible nil)
2692     ;;
2693     ;; Maybe some sort-by-... could be added:
2694     ;; (gnus-summary-sort-by-author "sort-a-z" nil :visible nil)
2695     ;; (gnus-summary-sort-by-date "sort-1-9" nil :visible nil)
2696     (gnus-summary-mark-as-expirable
2697      "delete" nil
2698      :visible (gnus-check-backend-function 'request-expire-articles
2699                                            gnus-newsgroup-name))
2700     (gnus-summary-mark-as-spam
2701      "mail/spam" t :visible (spam-group-ham-contents-p gnus-newsgroup-name)
2702      :help "Mark as spam")
2703     (gnus-summary-mark-as-read-forward
2704      "mail/not-spam" nil :visible (spam-group-spam-contents-p gnus-newsgroup-name))
2705     ;;
2706     (gnus-summary-exit "exit")
2707     ;; (customize-group 'gnus-summary) "preferences"
2708     (gnus-info-find-node "help"))
2709   "List of functions for the summary tool bar (GNOME style).
2710
2711 See `gmm-tool-bar-from-list' for the format of the list."
2712   :type '(repeat gmm-tool-bar-item)
2713   :version "23.0" ;; No Gnus
2714   :initialize 'custom-initialize-default
2715   :set 'gnus-summary-tool-bar-update
2716   :group 'gnus-summary)
2717
2718 (defcustom gnus-summary-tool-bar-retro
2719   '((gnus-summary-prev-unread-article "gnus/prev-ur")
2720     (gnus-summary-next-unread-article "gnus/next-ur")
2721     (gnus-summary-post-news "gnus/post")
2722     (gnus-summary-followup-with-original "gnus/fuwo")
2723     (gnus-summary-followup "gnus/followup")
2724     (gnus-summary-reply-with-original "gnus/reply-wo")
2725     (gnus-summary-reply "gnus/reply")
2726     (gnus-summary-caesar-message "gnus/rot13")
2727     (gnus-uu-decode-uu "gnus/uu-decode")
2728     (gnus-summary-save-article-file "gnus/save-aif")
2729     (gnus-summary-save-article "gnus/save-art")
2730     (gnus-uu-post-news "gnus/uu-post")
2731     (gnus-summary-catchup "gnus/catchup")
2732     (gnus-summary-catchup-and-exit "gnus/cu-exit")
2733     (gnus-summary-exit "gnus/exit-summ")
2734     ;; Some new command that may need more suitable icons:
2735     (gnus-summary-print-article "gnus/print" nil :visible nil)
2736     (gnus-summary-mark-as-expirable "gnus/close" nil :visible nil)
2737     (gnus-summary-save-newsrc "gnus/save" nil :visible nil)
2738     ;; (gnus-summary-enter-digest-group "gnus/right_arrow" nil :visible nil)
2739     (gnus-summary-search-article-forward "gnus/search" nil :visible nil)
2740     ;; (gnus-summary-insert-new-articles "gnus/paste" nil :visible nil)
2741     ;; (gnus-summary-toggle-threads "gnus/open" nil :visible nil)
2742     ;;
2743     (gnus-info-find-node "gnus/help" nil :visible nil))
2744   "List of functions for the summary tool bar (retro look).
2745
2746 See `gmm-tool-bar-from-list' for the format of the list."
2747   :type '(repeat gmm-tool-bar-item)
2748   :version "23.0" ;; No Gnus
2749   :initialize 'custom-initialize-default
2750   :set 'gnus-summary-tool-bar-update
2751   :group 'gnus-summary)
2752
2753 (defcustom gnus-summary-tool-bar-zap-list t
2754   "List of icon items from the global tool bar.
2755 These items are not displayed in the Gnus summary mode tool bar.
2756
2757 See `gmm-tool-bar-from-list' for the format of the list."
2758   :type 'gmm-tool-bar-zap-list
2759   :version "23.0" ;; No Gnus
2760   :initialize 'custom-initialize-default
2761   :set 'gnus-summary-tool-bar-update
2762   :group 'gnus-summary)
2763
2764 (defun gnus-summary-make-tool-bar (&optional force)
2765   "Make a summary mode tool bar from `gnus-summary-tool-bar'.
2766 When FORCE, rebuild the tool bar."
2767   (when (and (not (featurep 'xemacs))
2768              (boundp 'tool-bar-mode)
2769              tool-bar-mode
2770              (or (not gnus-summary-tool-bar-map) force))
2771     (let* ((load-path
2772             (gmm-image-load-path "gnus" "mail/save.xpm" 'load-path))
2773            (image-load-path
2774             (gmm-image-load-path "gnus" "mail/save.xpm" 'image-load-path))
2775            (map (gmm-tool-bar-from-list gnus-summary-tool-bar
2776                                         gnus-summary-tool-bar-zap-list
2777                                         'gnus-summary-mode-map)))
2778       (when map
2779         ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode'
2780         ;; uses it's value.
2781         (setq gnus-summary-tool-bar-map map))))
2782   (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map))
2783
2784 (defun gnus-score-set-default (var value)
2785   "A version of set that updates the GNU Emacs menu-bar."
2786   (set var value)
2787   ;; It is the message that forces the active status to be updated.
2788   (message ""))
2789
2790 (defun gnus-make-score-map (type)
2791   "Make a summary score map of type TYPE."
2792   (if t
2793       nil
2794     (let ((headers '(("author" "from" string)
2795                      ("subject" "subject" string)
2796                      ("article body" "body" string)
2797                      ("article head" "head" string)
2798                      ("xref" "xref" string)
2799                      ("extra header" "extra" string)
2800                      ("lines" "lines" number)
2801                      ("followups to author" "followup" string)))
2802           (types '((number ("less than" <)
2803                            ("greater than" >)
2804                            ("equal" =))
2805                    (string ("substring" s)
2806                            ("exact string" e)
2807                            ("fuzzy string" f)
2808                            ("regexp" r))))
2809           (perms '(("temporary" (current-time-string))
2810                    ("permanent" nil)
2811                    ("immediate" now)))
2812           header)
2813       (list
2814        (apply
2815         'nconc
2816         (list
2817          (if (eq type 'lower)
2818              "Lower score"
2819            "Increase score"))
2820         (let (outh)
2821           (while headers
2822             (setq header (car headers))
2823             (setq outh
2824                   (cons
2825                    (apply
2826                     'nconc
2827                     (list (car header))
2828                     (let ((ts (cdr (assoc (nth 2 header) types)))
2829                           outt)
2830                       (while ts
2831                         (setq outt
2832                               (cons
2833                                (apply
2834                                 'nconc
2835                                 (list (caar ts))
2836                                 (let ((ps perms)
2837                                       outp)
2838                                   (while ps
2839                                     (setq outp
2840                                           (cons
2841                                            (vector
2842                                             (caar ps)
2843                                             (list
2844                                              'gnus-summary-score-entry
2845                                              (nth 1 header)
2846                                              (if (or (string= (nth 1 header)
2847                                                               "head")
2848                                                      (string= (nth 1 header)
2849                                                               "body"))
2850                                                  ""
2851                                                (list 'gnus-summary-header
2852                                                      (nth 1 header)))
2853                                              (list 'quote (nth 1 (car ts)))
2854                                              (list 'gnus-score-delta-default
2855                                                    nil)
2856                                              (nth 1 (car ps))
2857                                              t)
2858                                             t)
2859                                            outp))
2860                                     (setq ps (cdr ps)))
2861                                   (list (nreverse outp))))
2862                                outt))
2863                         (setq ts (cdr ts)))
2864                       (list (nreverse outt))))
2865                    outh))
2866             (setq headers (cdr headers)))
2867           (list (nreverse outh))))))))
2868
2869 \f
2870
2871 (defun gnus-summary-mode (&optional group)
2872   "Major mode for reading articles.
2873
2874 All normal editing commands are switched off.
2875 \\<gnus-summary-mode-map>
2876 Each line in this buffer represents one article.  To read an
2877 article, you can, for instance, type `\\[gnus-summary-next-page]'.  To move forwards
2878 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
2879 respectively.
2880
2881 You can also post articles and send mail from this buffer.  To
2882 follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the author
2883 of an article, type `\\[gnus-summary-reply]'.
2884
2885 There are approx. one gazillion commands you can execute in this
2886 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
2887
2888 The following commands are available:
2889
2890 \\{gnus-summary-mode-map}"
2891   (interactive)
2892   (kill-all-local-variables)
2893   (let ((gnus-summary-local-variables gnus-newsgroup-variables))
2894     (gnus-summary-make-local-variables))
2895   (gnus-summary-make-local-variables)
2896   (setq gnus-newsgroup-name group)
2897   (when (gnus-visual-p 'summary-menu 'menu)
2898     (gnus-summary-make-menu-bar)
2899     (gnus-summary-make-tool-bar))
2900   (gnus-make-thread-indent-array)
2901   (gnus-simplify-mode-line)
2902   (setq major-mode 'gnus-summary-mode)
2903   (setq mode-name "Summary")
2904   (make-local-variable 'minor-mode-alist)
2905   (use-local-map gnus-summary-mode-map)
2906   (buffer-disable-undo)
2907   (setq buffer-read-only t              ;Disable modification
2908         show-trailing-whitespace nil)
2909   (setq truncate-lines t)
2910   (setq selective-display t)
2911   (setq selective-display-ellipses t)   ;Display `...'
2912   (gnus-summary-set-display-table)
2913   (gnus-set-default-directory)
2914   (make-local-variable 'gnus-summary-line-format)
2915   (make-local-variable 'gnus-summary-line-format-spec)
2916   (make-local-variable 'gnus-summary-dummy-line-format)
2917   (make-local-variable 'gnus-summary-dummy-line-format-spec)
2918   (make-local-variable 'gnus-summary-mark-positions)
2919   (gnus-make-local-hook 'pre-command-hook)
2920   (add-hook 'pre-command-hook 'gnus-set-global-variables nil t)
2921   (gnus-run-mode-hooks 'gnus-summary-mode-hook)
2922   (turn-on-gnus-mailing-list-mode)
2923   (mm-enable-multibyte)
2924   (gnus-update-format-specifications nil 'summary 'summary-mode 'summary-dummy)
2925   (gnus-update-summary-mark-positions))
2926
2927 (defun gnus-summary-make-local-variables ()
2928   "Make all the local summary buffer variables."
2929   (let (global)
2930     (dolist (local gnus-summary-local-variables)
2931       (if (consp local)
2932           (progn
2933             (if (eq (cdr local) 'global)
2934                 ;; Copy the global value of the variable.
2935                 (setq global (symbol-value (car local)))
2936               ;; Use the value from the list.
2937               (setq global (eval (cdr local))))
2938             (set (make-local-variable (car local)) global))
2939         ;; Simple nil-valued local variable.
2940         (set (make-local-variable local) nil)))))
2941
2942 (defun gnus-summary-clear-local-variables ()
2943   (let ((locals gnus-summary-local-variables))
2944     (while locals
2945       (if (consp (car locals))
2946           (and (symbolp (caar locals))
2947                (set (caar locals) nil))
2948         (and (symbolp (car locals))
2949              (set (car locals) nil)))
2950       (setq locals (cdr locals)))))
2951
2952 ;; Summary data functions.
2953
2954 (defmacro gnus-data-number (data)
2955   `(car ,data))
2956
2957 (defmacro gnus-data-set-number (data number)
2958   `(setcar ,data ,number))
2959
2960 (defmacro gnus-data-mark (data)
2961   `(nth 1 ,data))
2962
2963 (defmacro gnus-data-set-mark (data mark)
2964   `(setcar (nthcdr 1 ,data) ,mark))
2965
2966 (defmacro gnus-data-pos (data)
2967   `(nth 2 ,data))
2968
2969 (defmacro gnus-data-set-pos (data pos)
2970   `(setcar (nthcdr 2 ,data) ,pos))
2971
2972 (defmacro gnus-data-header (data)
2973   `(nth 3 ,data))
2974
2975 (defmacro gnus-data-set-header (data header)
2976   `(setf (nth 3 ,data) ,header))
2977
2978 (defmacro gnus-data-level (data)
2979   `(nth 4 ,data))
2980
2981 (defmacro gnus-data-unread-p (data)
2982   `(= (nth 1 ,data) gnus-unread-mark))
2983
2984 (defmacro gnus-data-read-p (data)
2985   `(/= (nth 1 ,data) gnus-unread-mark))
2986
2987 (defmacro gnus-data-pseudo-p (data)
2988   `(consp (nth 3 ,data)))
2989
2990 (defmacro gnus-data-find (number)
2991   `(assq ,number gnus-newsgroup-data))
2992
2993 (defmacro gnus-data-find-list (number &optional data)
2994   `(let ((bdata ,(or data 'gnus-newsgroup-data)))
2995      (memq (assq ,number bdata)
2996            bdata)))
2997
2998 (defmacro gnus-data-make (number mark pos header level)
2999   `(list ,number ,mark ,pos ,header ,level))
3000
3001 (defun gnus-data-enter (after-article number mark pos header level offset)
3002   (let ((data (gnus-data-find-list after-article)))
3003     (unless data
3004       (error "No such article: %d" after-article))
3005     (setcdr data (cons (gnus-data-make number mark pos header level)
3006                        (cdr data)))
3007     (setq gnus-newsgroup-data-reverse nil)
3008     (gnus-data-update-list (cddr data) offset)))
3009
3010 (defun gnus-data-enter-list (after-article list &optional offset)
3011   (when list
3012     (let ((data (and after-article (gnus-data-find-list after-article)))
3013           (ilist list))
3014       (if (not (or data
3015                    after-article))
3016           (let ((odata gnus-newsgroup-data))
3017             (setq gnus-newsgroup-data (nconc list gnus-newsgroup-data))
3018             (when offset
3019               (gnus-data-update-list odata offset)))
3020         ;; Find the last element in the list to be spliced into the main
3021         ;; list.
3022         (setq list (last list))
3023         (if (not data)
3024             (progn
3025               (setcdr list gnus-newsgroup-data)
3026               (setq gnus-newsgroup-data ilist)
3027               (when offset
3028                 (gnus-data-update-list (cdr list) offset)))
3029           (setcdr list (cdr data))
3030           (setcdr data ilist)
3031           (when offset
3032             (gnus-data-update-list (cdr list) offset))))
3033       (setq gnus-newsgroup-data-reverse nil))))
3034
3035 (defun gnus-data-remove (article &optional offset)
3036   (let ((data gnus-newsgroup-data))
3037     (if (= (gnus-data-number (car data)) article)
3038         (progn
3039           (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
3040                 gnus-newsgroup-data-reverse nil)
3041           (when offset
3042             (gnus-data-update-list gnus-newsgroup-data offset)))
3043       (while (cdr data)
3044         (when (= (gnus-data-number (cadr data)) article)
3045           (setcdr data (cddr data))
3046           (when offset
3047             (gnus-data-update-list (cdr data) offset))
3048           (setq data nil
3049                 gnus-newsgroup-data-reverse nil))
3050         (setq data (cdr data))))))
3051
3052 (defmacro gnus-data-list (backward)
3053   `(if ,backward
3054        (or gnus-newsgroup-data-reverse
3055            (setq gnus-newsgroup-data-reverse
3056                  (reverse gnus-newsgroup-data)))
3057      gnus-newsgroup-data))
3058
3059 (defun gnus-data-update-list (data offset)
3060   "Add OFFSET to the POS of all data entries in DATA."
3061   (setq gnus-newsgroup-data-reverse nil)
3062   (while data
3063     (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
3064     (setq data (cdr data))))
3065
3066 (defun gnus-summary-article-pseudo-p (article)
3067   "Say whether this article is a pseudo article or not."
3068   (not (vectorp (gnus-data-header (gnus-data-find article)))))
3069
3070 (defmacro gnus-summary-article-sparse-p (article)
3071   "Say whether this article is a sparse article or not."
3072   `(memq ,article gnus-newsgroup-sparse))
3073
3074 (defmacro gnus-summary-article-ancient-p (article)
3075   "Say whether this article is a sparse article or not."
3076   `(memq ,article gnus-newsgroup-ancient))
3077
3078 (defun gnus-article-parent-p (number)
3079   "Say whether this article is a parent or not."
3080   (let ((data (gnus-data-find-list number)))
3081     (and (cdr data)              ; There has to be an article after...
3082          (< (gnus-data-level (car data)) ; And it has to have a higher level.
3083             (gnus-data-level (nth 1 data))))))
3084
3085 (defun gnus-article-children (number)
3086   "Return a list of all children to NUMBER."
3087   (let* ((data (gnus-data-find-list number))
3088          (level (gnus-data-level (car data)))
3089          children)
3090     (setq data (cdr data))
3091     (while (and data
3092                 (= (gnus-data-level (car data)) (1+ level)))
3093       (push (gnus-data-number (car data)) children)
3094       (setq data (cdr data)))
3095     children))
3096
3097 (defmacro gnus-summary-skip-intangible ()
3098   "If the current article is intangible, then jump to a different article."
3099   '(let ((to (get-text-property (point) 'gnus-intangible)))
3100      (and to (gnus-summary-goto-subject to))))
3101
3102 (defmacro gnus-summary-article-intangible-p ()
3103   "Say whether this article is intangible or not."
3104   '(get-text-property (point) 'gnus-intangible))
3105
3106 (defun gnus-article-read-p (article)
3107   "Say whether ARTICLE is read or not."
3108   (not (or (memq article gnus-newsgroup-marked)
3109            (memq article gnus-newsgroup-spam-marked)
3110            (memq article gnus-newsgroup-unreads)
3111            (memq article gnus-newsgroup-unselected)
3112            (memq article gnus-newsgroup-dormant))))
3113
3114 ;; Some summary mode macros.
3115
3116 (defmacro gnus-summary-article-number ()
3117   "The article number of the article on the current line.
3118 If there isn't an article number here, then we return the current
3119 article number."
3120   '(progn
3121      (gnus-summary-skip-intangible)
3122      (or (get-text-property (point) 'gnus-number)
3123          (gnus-summary-last-subject))))
3124
3125 (defmacro gnus-summary-article-header (&optional number)
3126   "Return the header of article NUMBER."
3127   `(gnus-data-header (gnus-data-find
3128                       ,(or number '(gnus-summary-article-number)))))
3129
3130 (defmacro gnus-summary-thread-level (&optional number)
3131   "Return the level of thread that starts with article NUMBER."
3132   `(if (and (eq gnus-summary-make-false-root 'dummy)
3133             (get-text-property (point) 'gnus-intangible))
3134        0
3135      (gnus-data-level (gnus-data-find
3136                        ,(or number '(gnus-summary-article-number))))))
3137
3138 (defmacro gnus-summary-article-mark (&optional number)
3139   "Return the mark of article NUMBER."
3140   `(gnus-data-mark (gnus-data-find
3141                     ,(or number '(gnus-summary-article-number)))))
3142
3143 (defmacro gnus-summary-article-pos (&optional number)
3144   "Return the position of the line of article NUMBER."
3145   `(gnus-data-pos (gnus-data-find
3146                    ,(or number '(gnus-summary-article-number)))))
3147
3148 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
3149 (defmacro gnus-summary-article-subject (&optional number)
3150   "Return current subject string or nil if nothing."
3151   `(let ((headers
3152           ,(if number
3153                `(gnus-data-header (assq ,number gnus-newsgroup-data))
3154              '(gnus-data-header (assq (gnus-summary-article-number)
3155                                       gnus-newsgroup-data)))))
3156      (and headers
3157           (vectorp headers)
3158           (mail-header-subject headers))))
3159
3160 (defmacro gnus-summary-article-score (&optional number)
3161   "Return current article score."
3162   `(or (cdr (assq ,(or number '(gnus-summary-article-number))
3163                   gnus-newsgroup-scored))
3164        gnus-summary-default-score 0))
3165
3166 (defun gnus-summary-article-children (&optional number)
3167   "Return a list of article numbers that are children of article NUMBER."
3168   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
3169          (level (gnus-data-level (car data)))
3170          l children)
3171     (while (and (setq data (cdr data))
3172                 (> (setq l (gnus-data-level (car data))) level))
3173       (and (= (1+ level) l)
3174            (push (gnus-data-number (car data))
3175                  children)))
3176     (nreverse children)))
3177
3178 (defun gnus-summary-article-parent (&optional number)
3179   "Return the article number of the parent of article NUMBER."
3180   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
3181                                     (gnus-data-list t)))
3182          (level (gnus-data-level (car data))))
3183     (if (zerop level)
3184         ()                              ; This is a root.
3185       ;; We search until we find an article with a level less than
3186       ;; this one.  That function has to be the parent.
3187       (while (and (setq data (cdr data))
3188                   (not (< (gnus-data-level (car data)) level))))
3189       (and data (gnus-data-number (car data))))))
3190
3191 (defun gnus-unread-mark-p (mark)
3192   "Say whether MARK is the unread mark."
3193   (= mark gnus-unread-mark))
3194
3195 (defun gnus-read-mark-p (mark)
3196   "Say whether MARK is one of the marks that mark as read.
3197 This is all marks except unread, ticked, dormant, and expirable."
3198   (not (or (= mark gnus-unread-mark)
3199            (= mark gnus-ticked-mark)
3200            (= mark gnus-spam-mark)
3201            (= mark gnus-dormant-mark)
3202            (= mark gnus-expirable-mark))))
3203
3204 (defmacro gnus-article-mark (number)
3205   "Return the MARK of article NUMBER.
3206 This macro should only be used when computing the mark the \"first\"
3207 time; i.e., when generating the summary lines.  After that,
3208 `gnus-summary-article-mark' should be used to examine the
3209 marks of articles."
3210   `(cond
3211     ((memq ,number gnus-newsgroup-unsendable) gnus-unsendable-mark)
3212     ((memq ,number gnus-newsgroup-downloadable) gnus-downloadable-mark)
3213     ((memq ,number gnus-newsgroup-unreads) gnus-unread-mark)
3214     ((memq ,number gnus-newsgroup-marked) gnus-ticked-mark)
3215     ((memq ,number gnus-newsgroup-spam-marked) gnus-spam-mark)
3216     ((memq ,number gnus-newsgroup-dormant) gnus-dormant-mark)
3217     ((memq ,number gnus-newsgroup-expirable) gnus-expirable-mark)
3218     (t (or (cdr (assq ,number gnus-newsgroup-reads))
3219            gnus-ancient-mark))))
3220
3221 ;; Saving hidden threads.
3222
3223 (defmacro gnus-save-hidden-threads (&rest forms)
3224   "Save hidden threads, eval FORMS, and restore the hidden threads."
3225   (let ((config (make-symbol "config")))
3226     `(let ((,config (gnus-hidden-threads-configuration)))
3227        (unwind-protect
3228            (save-excursion
3229              ,@forms)
3230          (gnus-restore-hidden-threads-configuration ,config)))))
3231 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
3232 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
3233
3234 (defun gnus-data-compute-positions ()
3235   "Compute the positions of all articles."
3236   (setq gnus-newsgroup-data-reverse nil)
3237   (let ((data gnus-newsgroup-data))
3238     (save-excursion
3239       (gnus-save-hidden-threads
3240         (gnus-summary-show-all-threads)
3241         (goto-char (point-min))
3242         (while data
3243           (while (get-text-property (point) 'gnus-intangible)
3244             (forward-line 1))
3245           (gnus-data-set-pos (car data) (+ (point) 3))
3246           (setq data (cdr data))
3247           (forward-line 1))))))
3248
3249 (defun gnus-hidden-threads-configuration ()
3250   "Return the current hidden threads configuration."
3251   (save-excursion
3252     (let (config)
3253       (goto-char (point-min))
3254       (while (search-forward "\r" nil t)
3255         (push (1- (point)) config))
3256       config)))
3257
3258 (defun gnus-restore-hidden-threads-configuration (config)
3259   "Restore hidden threads configuration from CONFIG."
3260   (save-excursion
3261     (let (point buffer-read-only)
3262       (while (setq point (pop config))
3263         (when (and (< point (point-max))
3264                    (goto-char point)
3265                    (eq (char-after) ?\n))
3266           (subst-char-in-region point (1+ point) ?\n ?\r))))))
3267
3268 ;; Various summary mode internalish functions.
3269
3270 (defun gnus-mouse-pick-article (e)
3271   (interactive "e")
3272   (mouse-set-point e)
3273   (gnus-summary-next-page nil t))
3274
3275 (defun gnus-summary-set-display-table ()
3276   "Change the display table.
3277 Odd characters have a tendency to mess
3278 up nicely formatted displays - we make all possible glyphs
3279 display only a single character."
3280
3281   ;; We start from the standard display table, if any.
3282   (let ((table (or (copy-sequence standard-display-table)
3283                    (make-display-table)))
3284         (i 32))
3285     ;; Nix out all the control chars...
3286     (while (>= (setq i (1- i)) 0)
3287       (aset table i [??]))
3288    ;; ... but not newline and cr, of course.  (cr is necessary for the
3289     ;; selective display).
3290     (aset table ?\n nil)
3291     (aset table ?\r nil)
3292     ;; We keep TAB as well.
3293     (aset table ?\t nil)
3294     ;; We nix out any glyphs over 126 that are not set already.
3295     (let ((i 256))
3296       (while (>= (setq i (1- i)) 127)
3297         ;; Only modify if the entry is nil.
3298         (unless (aref table i)
3299           (aset table i [??]))))
3300     (setq buffer-display-table table)))
3301
3302 (defun gnus-summary-set-article-display-arrow (pos)
3303   "Update the overlay arrow to point to line at position POS."
3304   (when (and gnus-summary-display-arrow
3305              (boundp 'overlay-arrow-position)
3306              (boundp 'overlay-arrow-string))
3307     (save-excursion
3308       (goto-char pos)
3309       (beginning-of-line)
3310       (unless overlay-arrow-position
3311         (setq overlay-arrow-position (make-marker)))
3312       (setq overlay-arrow-string "=>"
3313             overlay-arrow-position (set-marker overlay-arrow-position
3314                                                (point)
3315                                                (current-buffer))))))
3316
3317 (defun gnus-summary-setup-buffer (group)
3318   "Initialize summary buffer."
3319   (let ((buffer (gnus-summary-buffer-name group))
3320         (dead-name (concat "*Dead Summary "
3321                            (gnus-group-decoded-name group) "*")))
3322     ;; If a dead summary buffer exists, we kill it.
3323     (when (gnus-buffer-live-p dead-name)
3324       (gnus-kill-buffer dead-name))
3325     (if (get-buffer buffer)
3326         (progn
3327           (set-buffer buffer)
3328           (setq gnus-summary-buffer (current-buffer))
3329           (not gnus-newsgroup-prepared))
3330       ;; Fix by Sudish Joseph <joseph@cis.ohio-state.edu>
3331       (setq gnus-summary-buffer (set-buffer (gnus-get-buffer-create buffer)))
3332       (gnus-summary-mode group)
3333       (when gnus-carpal
3334         (gnus-carpal-setup-buffer 'summary))
3335       (unless gnus-single-article-buffer
3336         (make-local-variable 'gnus-article-buffer)
3337         (make-local-variable 'gnus-article-current)
3338         (make-local-variable 'gnus-original-article-buffer))
3339       (setq gnus-newsgroup-name group)
3340       ;; Set any local variables in the group parameters.
3341       (gnus-summary-set-local-parameters gnus-newsgroup-name)
3342       t)))
3343
3344 (defun gnus-set-global-variables ()
3345   "Set the global equivalents of the buffer-local variables.
3346 They are set to the latest values they had.  These reflect the summary
3347 buffer that was in action when the last article was fetched."
3348   (when (eq major-mode 'gnus-summary-mode)
3349     (setq gnus-summary-buffer (current-buffer))
3350     (let ((name gnus-newsgroup-name)
3351           (marked gnus-newsgroup-marked)
3352           (spam gnus-newsgroup-spam-marked)
3353           (unread gnus-newsgroup-unreads)
3354           (headers gnus-current-headers)
3355           (data gnus-newsgroup-data)
3356           (summary gnus-summary-buffer)
3357           (article-buffer gnus-article-buffer)
3358           (original gnus-original-article-buffer)
3359           (gac gnus-article-current)
3360           (reffed gnus-reffed-article-number)
3361           (score-file gnus-current-score-file)
3362           (default-charset gnus-newsgroup-charset)
3363           vlist)
3364       (let ((locals gnus-newsgroup-variables))
3365         (while locals
3366           (if (consp (car locals))
3367               (push (eval (caar locals)) vlist)
3368             (push (eval (car locals)) vlist))
3369           (setq locals (cdr locals)))
3370         (setq vlist (nreverse vlist)))
3371       (with-current-buffer gnus-group-buffer
3372         (setq gnus-newsgroup-name name
3373               gnus-newsgroup-marked marked
3374               gnus-newsgroup-spam-marked spam
3375               gnus-newsgroup-unreads unread
3376               gnus-current-headers headers
3377               gnus-newsgroup-data data
3378               gnus-article-current gac
3379               gnus-summary-buffer summary
3380               gnus-article-buffer article-buffer
3381               gnus-original-article-buffer original
3382               gnus-reffed-article-number reffed
3383               gnus-current-score-file score-file
3384               gnus-newsgroup-charset default-charset)
3385         (let ((locals gnus-newsgroup-variables))
3386           (while locals
3387             (if (consp (car locals))
3388                 (set (caar locals) (pop vlist))
3389               (set (car locals) (pop vlist)))
3390             (setq locals (cdr locals))))
3391         ;; The article buffer also has local variables.
3392         (when (gnus-buffer-live-p gnus-article-buffer)
3393           (set-buffer gnus-article-buffer)
3394           (setq gnus-summary-buffer summary))))))
3395
3396 (defun gnus-summary-article-unread-p (article)
3397   "Say whether ARTICLE is unread or not."
3398   (memq article gnus-newsgroup-unreads))
3399
3400 (defun gnus-summary-first-article-p (&optional article)
3401   "Return whether ARTICLE is the first article in the buffer."
3402   (if (not (setq article (or article (gnus-summary-article-number))))
3403       nil
3404     (eq article (caar gnus-newsgroup-data))))
3405
3406 (defun gnus-summary-last-article-p (&optional article)
3407   "Return whether ARTICLE is the last article in the buffer."
3408   (if (not (setq article (or article (gnus-summary-article-number))))
3409       ;; All non-existent numbers are the last article.  :-)
3410       t
3411     (not (cdr (gnus-data-find-list article)))))
3412
3413 (defun gnus-make-thread-indent-array ()
3414   (let ((n 200))
3415     (unless (and gnus-thread-indent-array
3416                  (= gnus-thread-indent-level gnus-thread-indent-array-level))
3417       (setq gnus-thread-indent-array (make-vector 201 "")
3418             gnus-thread-indent-array-level gnus-thread-indent-level)
3419       (while (>= n 0)
3420         (aset gnus-thread-indent-array n
3421               (make-string (* n gnus-thread-indent-level) ? ))
3422         (setq n (1- n))))))
3423
3424 (defun gnus-update-summary-mark-positions ()
3425   "Compute where the summary marks are to go."
3426   (save-excursion
3427     (when (gnus-buffer-exists-p gnus-summary-buffer)
3428       (set-buffer gnus-summary-buffer))
3429     (let ((spec gnus-summary-line-format-spec)
3430           pos)
3431       (save-excursion
3432         (gnus-set-work-buffer)
3433         (let ((gnus-tmp-unread ?Z)
3434               (gnus-replied-mark ?Z)
3435               (gnus-score-below-mark ?Z)
3436               (gnus-score-over-mark ?Z)
3437               (gnus-undownloaded-mark ?Z)
3438               (gnus-summary-line-format-spec spec)
3439               (gnus-newsgroup-downloadable '(0))
3440               (header [0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil])
3441               case-fold-search ignores)
3442           ;; Here, all marks are bound to Z.
3443           (gnus-summary-insert-line header
3444                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3445           (goto-char (point-min))
3446           ;; Memorize the positions of the same characters as dummy marks.
3447           (while (re-search-forward "[A-D]" nil t)
3448             (push (point) ignores))
3449           (erase-buffer)
3450           ;; We use A-D as dummy marks in order to know column positions
3451           ;; where marks should be inserted.
3452           (setq gnus-tmp-unread ?A
3453                 gnus-replied-mark ?B
3454                 gnus-score-below-mark ?C
3455                 gnus-score-over-mark ?C
3456                 gnus-undownloaded-mark ?D)
3457           (gnus-summary-insert-line header
3458                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3459           ;; Ignore characters which aren't dummy marks.
3460           (dolist (p ignores)
3461             (delete-region (goto-char (1- p)) p)
3462             (insert ?Z))
3463           (goto-char (point-min))
3464           (setq pos (list (cons 'unread
3465                                 (and (search-forward "A" nil t)
3466                                      (- (point) (point-min) 1)))))
3467           (goto-char (point-min))
3468           (push (cons 'replied (and (search-forward "B" nil t)
3469                                     (- (point) (point-min) 1)))
3470                 pos)
3471           (goto-char (point-min))
3472           (push (cons 'score (and (search-forward "C" nil t)
3473                                   (- (point) (point-min) 1)))
3474                 pos)
3475           (goto-char (point-min))
3476           (push (cons 'download (and (search-forward "D" nil t)
3477                                      (- (point) (point-min) 1)))
3478                 pos)))
3479       (setq gnus-summary-mark-positions pos))))
3480
3481 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
3482   "Insert a dummy root in the summary buffer."
3483   (beginning-of-line)
3484   (gnus-add-text-properties
3485    (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
3486    (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
3487
3488 (defun gnus-summary-extract-address-component (from)
3489   (or (car (funcall gnus-extract-address-components from))
3490       from))
3491
3492 (defun gnus-summary-from-or-to-or-newsgroups (header gnus-tmp-from)
3493   (let ((mail-parse-charset gnus-newsgroup-charset)
3494         ; Is it really necessary to do this next part for each summary line?
3495         ; Luckily, doesn't seem to slow things down much.
3496         (mail-parse-ignored-charsets
3497          (with-current-buffer gnus-summary-buffer
3498            gnus-newsgroup-ignored-charsets)))
3499     (or
3500      (and gnus-ignored-from-addresses
3501           (string-match gnus-ignored-from-addresses gnus-tmp-from)
3502           (let ((extra-headers (mail-header-extra header))
3503                 to
3504                 newsgroups)
3505             (cond
3506              ((setq to (cdr (assq 'To extra-headers)))
3507               (concat gnus-summary-to-prefix
3508                       (inline
3509                         (gnus-summary-extract-address-component
3510                          (funcall gnus-decode-encoded-word-function to)))))
3511              ((setq newsgroups (cdr (assq 'Newsgroups extra-headers)))
3512               (concat gnus-summary-newsgroup-prefix newsgroups)))))
3513      (inline (gnus-summary-extract-address-component gnus-tmp-from)))))
3514
3515 (defun gnus-summary-insert-line (gnus-tmp-header
3516                                  gnus-tmp-level gnus-tmp-current
3517                                  undownloaded gnus-tmp-unread gnus-tmp-replied
3518                                  gnus-tmp-expirable gnus-tmp-subject-or-nil
3519                                  &optional gnus-tmp-dummy gnus-tmp-score
3520                                  gnus-tmp-process)
3521   (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
3522          (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
3523          (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
3524          (gnus-tmp-score-char
3525           (if (or (null gnus-summary-default-score)
3526                   (<= (abs (- gnus-tmp-score gnus-summary-default-score))
3527                       gnus-summary-zcore-fuzz))
3528               ?                         ;Whitespace
3529             (if (< gnus-tmp-score gnus-summary-default-score)
3530                 gnus-score-below-mark gnus-score-over-mark)))
3531          (gnus-tmp-number (mail-header-number gnus-tmp-header))
3532          (gnus-tmp-replied
3533           (cond (gnus-tmp-process gnus-process-mark)
3534                 ((memq gnus-tmp-current gnus-newsgroup-cached)
3535                  gnus-cached-mark)
3536                 (gnus-tmp-replied gnus-replied-mark)
3537                 ((memq gnus-tmp-current gnus-newsgroup-forwarded)
3538                  gnus-forwarded-mark)
3539                 ((memq gnus-tmp-current gnus-newsgroup-saved)
3540                  gnus-saved-mark)
3541                 ((memq gnus-tmp-number gnus-newsgroup-recent)
3542                  gnus-recent-mark)
3543                 ((memq gnus-tmp-number gnus-newsgroup-unseen)
3544                  gnus-unseen-mark)
3545                 (t gnus-no-mark)))
3546          (gnus-tmp-downloaded
3547           (cond (undownloaded
3548                  gnus-undownloaded-mark)
3549                 (gnus-newsgroup-agentized
3550                  gnus-downloaded-mark)
3551                 (t
3552                  gnus-no-mark)))
3553          (gnus-tmp-from (mail-header-from gnus-tmp-header))
3554          (gnus-tmp-name
3555           (cond
3556            ((string-match "<[^>]+> *$" gnus-tmp-from)
3557             (let ((beg (match-beginning 0)))
3558               (or (and (string-match "^\".+\"" gnus-tmp-from)
3559                        (substring gnus-tmp-from 1 (1- (match-end 0))))
3560                   (substring gnus-tmp-from 0 beg))))
3561            ((string-match "(.+)" gnus-tmp-from)
3562             (substring gnus-tmp-from
3563                        (1+ (match-beginning 0)) (1- (match-end 0))))
3564            (t gnus-tmp-from)))
3565          (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
3566          (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
3567          (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
3568          (buffer-read-only nil))
3569     (when (string= gnus-tmp-name "")
3570       (setq gnus-tmp-name gnus-tmp-from))
3571     (unless (numberp gnus-tmp-lines)
3572       (setq gnus-tmp-lines -1))
3573     (if (= gnus-tmp-lines -1)
3574         (setq gnus-tmp-lines "?")
3575       (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
3576       (gnus-put-text-property
3577      (point)
3578      (progn (eval gnus-summary-line-format-spec) (point))
3579        'gnus-number gnus-tmp-number)
3580     (when (gnus-visual-p 'summary-highlight 'highlight)
3581       (forward-line -1)
3582       (gnus-run-hooks 'gnus-summary-update-hook)
3583       (forward-line 1))))
3584
3585 (defun gnus-summary-update-line (&optional dont-update)
3586   "Update summary line after change."
3587   (when (and gnus-summary-default-score
3588              (not gnus-summary-inhibit-highlight))
3589     (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
3590            (article (gnus-summary-article-number))
3591            (score (gnus-summary-article-score article)))
3592       (unless dont-update
3593         (if (and gnus-summary-mark-below
3594                  (< (gnus-summary-article-score)
3595                     gnus-summary-mark-below))
3596             ;; This article has a low score, so we mark it as read.
3597             (when (memq article gnus-newsgroup-unreads)
3598               (gnus-summary-mark-article-as-read gnus-low-score-mark))
3599           (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
3600             ;; This article was previously marked as read on account
3601             ;; of a low score, but now it has risen, so we mark it as
3602             ;; unread.
3603             (gnus-summary-mark-article-as-unread gnus-unread-mark)))
3604         (gnus-summary-update-mark
3605          (if (or (null gnus-summary-default-score)
3606                  (<= (abs (- score gnus-summary-default-score))
3607                      gnus-summary-zcore-fuzz))
3608              ?                          ;Whitespace
3609            (if (< score gnus-summary-default-score)
3610                gnus-score-below-mark gnus-score-over-mark))
3611          'score))
3612       ;; Do visual highlighting.
3613       (when (gnus-visual-p 'summary-highlight 'highlight)
3614         (gnus-run-hooks 'gnus-summary-update-hook)))))
3615
3616 (defvar gnus-tmp-new-adopts nil)
3617
3618 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
3619   "Return the number of articles in THREAD.
3620 This may be 0 in some cases -- if none of the articles in
3621 the thread are to be displayed."
3622   (let* ((number
3623          ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
3624           (cond
3625            ((not (listp thread))
3626             1)
3627            ((and (consp thread) (cdr thread))
3628             (apply
3629              '+ 1 (mapcar
3630                    'gnus-summary-number-of-articles-in-thread (cdr thread))))
3631            ((null thread)
3632             1)
3633            ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
3634             1)
3635            (t 0))))
3636     (when (and level (zerop level) gnus-tmp-new-adopts)
3637       (incf number
3638             (apply '+ (mapcar
3639                        'gnus-summary-number-of-articles-in-thread
3640                        gnus-tmp-new-adopts))))
3641     (if char
3642         (if (> number 1) gnus-not-empty-thread-mark
3643           gnus-empty-thread-mark)
3644       number)))
3645
3646 (defsubst gnus-summary-line-message-size (head)
3647   "Return pretty-printed version of message size.
3648 This function is intended to be used in
3649 `gnus-summary-line-format-alist'."
3650   (let ((c (or (mail-header-chars head) -1)))
3651     (cond ((< c 0) "n/a")               ; chars not available
3652           ((< c (* 1000 10)) (format "%1.1fk" (/ c 1024.0)))
3653           ((< c (* 1000 100)) (format "%dk" (/ c 1024.0)))
3654           ((< c (* 1000 10000)) (format "%1.1fM" (/ c (* 1024.0 1024))))
3655           (t (format "%dM" (/ c (* 1024.0 1024)))))))
3656
3657
3658 (defun gnus-summary-set-local-parameters (group)
3659   "Go through the local params of GROUP and set all variable specs in that list."
3660   (let ((vars '(quit-config)))          ; Ignore quit-config.
3661     (dolist (elem (gnus-group-find-parameter group))
3662       (and (consp elem)                 ; Has to be a cons.
3663            (consp (cdr elem))           ; The cdr has to be a list.
3664            (symbolp (car elem))         ; Has to be a symbol in there.
3665            (not (memq (car elem) vars))
3666            (ignore-errors               ; So we set it.
3667              (push (car elem) vars)
3668              (make-local-variable (car elem))
3669              (set (car elem) (eval (nth 1 elem))))))))
3670
3671 (defun gnus-summary-read-group (group &optional show-all no-article
3672                                       kill-buffer no-display backward
3673                                       select-articles)
3674   "Start reading news in newsgroup GROUP.
3675 If SHOW-ALL is non-nil, already read articles are also listed.
3676 If NO-ARTICLE is non-nil, no article is selected initially.
3677 If NO-DISPLAY, don't generate a summary buffer."
3678   (let (result)
3679     (while (and group
3680                 (null (setq result
3681                             (let ((gnus-auto-select-next nil))
3682                               (or (gnus-summary-read-group-1
3683                                    group show-all no-article
3684                                    kill-buffer no-display
3685                                    select-articles)
3686                                   (setq show-all nil
3687                                         select-articles nil)))))
3688                 (eq gnus-auto-select-next 'quietly))
3689       (set-buffer gnus-group-buffer)
3690       ;; The entry function called above goes to the next
3691       ;; group automatically, so we go two groups back
3692       ;; if we are searching for the previous group.
3693       (when backward
3694         (gnus-group-prev-unread-group 2))
3695       (if (not (equal group (gnus-group-group-name)))
3696           (setq group (gnus-group-group-name))
3697         (setq group nil)))
3698     result))
3699
3700 (defun gnus-summary-read-group-1 (group show-all no-article
3701                                         kill-buffer no-display
3702                                         &optional select-articles)
3703   ;; Killed foreign groups can't be entered.
3704   ;;  (when (and (not (gnus-group-native-p group))
3705   ;;         (not (gnus-gethash group gnus-newsrc-hashtb)))
3706   ;;    (error "Dead non-native groups can't be entered"))
3707   (gnus-message 5 "Retrieving newsgroup: %s..."
3708                 (gnus-group-decoded-name group))
3709   (let* ((new-group (gnus-summary-setup-buffer group))
3710          (quit-config (gnus-group-quit-config group))
3711          (did-select (and new-group (gnus-select-newsgroup
3712                                      group show-all select-articles))))
3713     (cond
3714      ;; This summary buffer exists already, so we just select it.
3715      ((not new-group)
3716       (gnus-set-global-variables)
3717       (when kill-buffer
3718         (gnus-kill-or-deaden-summary kill-buffer))
3719       (gnus-configure-windows 'summary 'force)
3720       (gnus-set-mode-line 'summary)
3721       (gnus-summary-position-point)
3722       (message "")
3723       t)
3724      ;; We couldn't select this group.
3725      ((null did-select)
3726       (when (and (eq major-mode 'gnus-summary-mode)
3727                  (not (equal (current-buffer) kill-buffer)))
3728         (kill-buffer (current-buffer))
3729         (if (not quit-config)
3730             (progn
3731               ;; Update the info -- marks might need to be removed,
3732               ;; for instance.
3733               (gnus-summary-update-info)
3734               (set-buffer gnus-group-buffer)
3735               (gnus-group-jump-to-group group)
3736               (gnus-group-next-unread-group 1))
3737           (gnus-handle-ephemeral-exit quit-config)))
3738       (let ((grpinfo (gnus-get-info group)))
3739         (if (null (gnus-info-read grpinfo))
3740             (gnus-message 3 "Group %s contains no messages"
3741                           (gnus-group-decoded-name group))
3742           (gnus-message 3 "Can't select group")))
3743       nil)
3744      ;; The user did a `C-g' while prompting for number of articles,
3745      ;; so we exit this group.
3746      ((eq did-select 'quit)
3747       (and (eq major-mode 'gnus-summary-mode)
3748            (not (equal (current-buffer) kill-buffer))
3749            (kill-buffer (current-buffer)))
3750       (when kill-buffer
3751         (gnus-kill-or-deaden-summary kill-buffer))
3752       (if (not quit-config)
3753           (progn
3754             (set-buffer gnus-group-buffer)
3755             (gnus-group-jump-to-group group)
3756             (gnus-group-next-unread-group 1)
3757             (gnus-configure-windows 'group 'force))
3758         (gnus-handle-ephemeral-exit quit-config))
3759       ;; Finally signal the quit.
3760       (signal 'quit nil))
3761      ;; The group was successfully selected.
3762      (t
3763       (gnus-set-global-variables)
3764       ;; Save the active value in effect when the group was entered.
3765       (setq gnus-newsgroup-active
3766             (gnus-copy-sequence
3767              (gnus-active gnus-newsgroup-name)))
3768       ;; You can change the summary buffer in some way with this hook.
3769       (gnus-run-hooks 'gnus-select-group-hook)
3770       (when (memq 'summary (gnus-update-format-specifications
3771                             nil 'summary 'summary-mode 'summary-dummy))
3772         ;; The format specification for the summary line was updated,
3773         ;; so we need to update the mark positions as well.
3774         (gnus-update-summary-mark-positions))
3775       ;; Do score processing.
3776       (when gnus-use-scoring
3777         (gnus-possibly-score-headers))
3778       ;; Check whether to fill in the gaps in the threads.
3779       (when gnus-build-sparse-threads
3780         (gnus-build-sparse-threads))
3781       ;; Find the initial limit.
3782       (if show-all
3783           (let ((gnus-newsgroup-dormant nil))
3784             (gnus-summary-initial-limit show-all))
3785         (gnus-summary-initial-limit show-all))
3786       ;; Generate the summary buffer.
3787       (unless no-display
3788         (gnus-summary-prepare))
3789       (when gnus-use-trees
3790         (gnus-tree-open group)
3791         (setq gnus-summary-highlight-line-function
3792               'gnus-tree-highlight-article))
3793       ;; If the summary buffer is empty, but there are some low-scored
3794       ;; articles or some excluded dormants, we include these in the
3795       ;; buffer.
3796       (when (and (zerop (buffer-size))
3797                  (not no-display))
3798         (cond (gnus-newsgroup-dormant
3799                (gnus-summary-limit-include-dormant))
3800               ((and gnus-newsgroup-scored show-all)
3801                (gnus-summary-limit-include-expunged t))))
3802       ;; Function `gnus-apply-kill-file' must be called in this hook.
3803       (gnus-run-hooks 'gnus-apply-kill-hook)
3804       (if (and (zerop (buffer-size))
3805                (not no-display))
3806           (progn
3807             ;; This newsgroup is empty.
3808             (gnus-summary-catchup-and-exit nil t)
3809             (gnus-message 6 "No unread news")
3810             (when kill-buffer
3811               (gnus-kill-or-deaden-summary kill-buffer))
3812             ;; Return nil from this function.
3813             nil)
3814         ;; Hide conversation thread subtrees.  We cannot do this in
3815         ;; gnus-summary-prepare-hook since kill processing may not
3816         ;; work with hidden articles.
3817         (gnus-summary-maybe-hide-threads)
3818         (when kill-buffer
3819           (gnus-kill-or-deaden-summary kill-buffer))
3820         (gnus-summary-auto-select-subject)
3821         ;; Show first unread article if requested.
3822         (if (and (not no-article)
3823                  (not no-display)
3824                  gnus-newsgroup-unreads
3825                  gnus-auto-select-first)
3826             (progn
3827               (gnus-configure-windows 'summary)
3828               (let ((art (gnus-summary-article-number)))
3829                 (unless (and (not gnus-plugged)
3830                              (or (memq art gnus-newsgroup-undownloaded)
3831                                  (memq art gnus-newsgroup-downloadable)))
3832                   (gnus-summary-goto-article art))))
3833           ;; Don't select any articles.
3834           (gnus-summary-position-point)
3835           (gnus-configure-windows 'summary 'force)
3836           (gnus-set-mode-line 'summary))
3837         (when (and gnus-auto-center-group
3838                    (get-buffer-window gnus-group-buffer t))
3839           ;; Gotta use windows, because recenter does weird stuff if
3840           ;; the current buffer ain't the displayed window.
3841           (let ((owin (selected-window)))
3842             (select-window (get-buffer-window gnus-group-buffer t))
3843             (when (gnus-group-goto-group group)
3844               (recenter))
3845             (select-window owin)))
3846         ;; Mark this buffer as "prepared".
3847         (setq gnus-newsgroup-prepared t)
3848         (gnus-run-hooks 'gnus-summary-prepared-hook)
3849         (unless (gnus-ephemeral-group-p group)
3850           (gnus-group-update-group group))
3851         t)))))
3852
3853 (defun gnus-summary-auto-select-subject ()
3854   "Select the subject line on initial group entry."
3855   (goto-char (point-min))
3856   (cond
3857    ((eq gnus-auto-select-subject 'best)
3858     (gnus-summary-best-unread-subject))
3859    ((eq gnus-auto-select-subject 'unread)
3860     (gnus-summary-first-unread-subject))
3861    ((eq gnus-auto-select-subject 'unseen)
3862     (gnus-summary-first-unseen-subject))
3863    ((eq gnus-auto-select-subject 'unseen-or-unread)
3864     (gnus-summary-first-unseen-or-unread-subject))
3865    ((eq gnus-auto-select-subject 'first)
3866     ;; Do nothing.
3867     )
3868    ((functionp gnus-auto-select-subject)
3869     (funcall gnus-auto-select-subject))))
3870
3871 (defun gnus-summary-prepare ()
3872   "Generate the summary buffer."
3873   (interactive)
3874   (let ((buffer-read-only nil))
3875     (erase-buffer)
3876     (setq gnus-newsgroup-data nil
3877           gnus-newsgroup-data-reverse nil)
3878     (gnus-run-hooks 'gnus-summary-generate-hook)
3879     ;; Generate the buffer, either with threads or without.
3880     (when gnus-newsgroup-headers
3881       (gnus-summary-prepare-threads
3882        (if gnus-show-threads
3883            (gnus-sort-gathered-threads
3884             (funcall gnus-summary-thread-gathering-function
3885                      (gnus-sort-threads
3886                       (gnus-cut-threads (gnus-make-threads)))))
3887          ;; Unthreaded display.
3888          (gnus-sort-articles gnus-newsgroup-headers))))
3889     (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
3890     ;; Call hooks for modifying summary buffer.
3891     (goto-char (point-min))
3892     (gnus-run-hooks 'gnus-summary-prepare-hook)))
3893
3894 (defsubst gnus-general-simplify-subject (subject)
3895   "Simplify subject by the same rules as `gnus-gather-threads-by-subject'."
3896   (setq subject
3897         (cond
3898          ;; Truncate the subject.
3899          (gnus-simplify-subject-functions
3900           (gnus-map-function gnus-simplify-subject-functions subject))
3901          ((numberp gnus-summary-gather-subject-limit)
3902           (setq subject (gnus-simplify-subject-re subject))
3903           (if (> (length subject) gnus-summary-gather-subject-limit)
3904               (substring subject 0 gnus-summary-gather-subject-limit)
3905             subject))
3906          ;; Fuzzily simplify it.
3907          ((eq 'fuzzy gnus-summary-gather-subject-limit)
3908           (gnus-simplify-subject-fuzzy subject))
3909          ;; Just remove the leading "Re:".
3910          (t
3911           (gnus-simplify-subject-re subject))))
3912
3913   (if (and gnus-summary-gather-exclude-subject
3914            (string-match gnus-summary-gather-exclude-subject subject))
3915       nil                         ; This article shouldn't be gathered
3916     subject))
3917
3918 (defun gnus-summary-simplify-subject-query ()
3919   "Query where the respool algorithm would put this article."
3920   (interactive)
3921   (gnus-summary-select-article)
3922   (message (gnus-general-simplify-subject (gnus-summary-article-subject))))
3923
3924 (defun gnus-gather-threads-by-subject (threads)
3925   "Gather threads by looking at Subject headers."
3926   (if (not gnus-summary-make-false-root)
3927       threads
3928     (let ((hashtb (gnus-make-hashtable 1024))
3929           (prev threads)
3930           (result threads)
3931           subject hthread whole-subject)
3932       (while threads
3933         (setq subject (gnus-general-simplify-subject
3934                        (setq whole-subject (mail-header-subject
3935                                             (caar threads)))))
3936         (when subject
3937           (if (setq hthread (gnus-gethash subject hashtb))
3938               (progn
3939                 ;; We enter a dummy root into the thread, if we
3940                 ;; haven't done that already.
3941                 (unless (stringp (caar hthread))
3942                   (setcar hthread (list whole-subject (car hthread))))
3943                 ;; We add this new gathered thread to this gathered
3944                 ;; thread.
3945                 (setcdr (car hthread)
3946                         (nconc (cdar hthread) (list (car threads))))
3947                 ;; Remove it from the list of threads.
3948                 (setcdr prev (cdr threads))
3949                 (setq threads prev))
3950             ;; Enter this thread into the hash table.
3951             (gnus-sethash subject
3952                           (if gnus-summary-make-false-root-always
3953                               (progn
3954                                 ;; If you want a dummy root above all
3955                                 ;; threads...
3956                                 (setcar threads (list whole-subject
3957                                                       (car threads)))
3958                                 threads)
3959                             threads)
3960                           hashtb)))
3961         (setq prev threads)
3962         (setq threads (cdr threads)))
3963       result)))
3964
3965 (defun gnus-gather-threads-by-references (threads)
3966   "Gather threads by looking at References headers."
3967   (let ((idhashtb (gnus-make-hashtable 1024))
3968         (thhashtb (gnus-make-hashtable 1024))
3969         (prev threads)
3970         (result threads)
3971         ids references id gthread gid entered ref)
3972     (while threads
3973       (when (setq references (mail-header-references (caar threads)))
3974         (setq id (mail-header-id (caar threads))
3975               ids (inline (gnus-split-references references))
3976               entered nil)
3977         (while (setq ref (pop ids))
3978           (setq ids (delete ref ids))
3979           (if (not (setq gid (gnus-gethash ref idhashtb)))
3980               (progn
3981                 (gnus-sethash ref id idhashtb)
3982                 (gnus-sethash id threads thhashtb))
3983             (setq gthread (gnus-gethash gid thhashtb))
3984             (unless entered
3985               ;; We enter a dummy root into the thread, if we
3986               ;; haven't done that already.
3987               (unless (stringp (caar gthread))
3988                 (setcar gthread (list (mail-header-subject (caar gthread))
3989                                       (car gthread))))
3990               ;; We add this new gathered thread to this gathered
3991               ;; thread.
3992               (setcdr (car gthread)
3993                       (nconc (cdar gthread) (list (car threads)))))
3994             ;; Add it into the thread hash table.
3995             (gnus-sethash id gthread thhashtb)
3996             (setq entered t)
3997             ;; Remove it from the list of threads.
3998             (setcdr prev (cdr threads))
3999             (setq threads prev))))
4000       (setq prev threads)
4001       (setq threads (cdr threads)))
4002     result))
4003
4004 (defun gnus-sort-gathered-threads (threads)
4005   "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
4006   (let ((result threads))
4007     (while threads
4008       (when (stringp (caar threads))
4009         (setcdr (car threads)
4010                 (sort (cdar threads) gnus-sort-gathered-threads-function)))
4011       (setq threads (cdr threads)))
4012     result))
4013
4014 (defun gnus-thread-loop-p (root thread)
4015   "Say whether ROOT is in THREAD."
4016   (let ((stack (list thread))
4017         (infloop 0)
4018         th)
4019     (while (setq thread (pop stack))
4020       (setq th (cdr thread))
4021       (while (and th
4022                   (not (eq (caar th) root)))
4023         (pop th))
4024       (if th
4025           ;; We have found a loop.
4026           (let (ref-dep)
4027             (setcdr thread (delq (car th) (cdr thread)))
4028             (if (boundp (setq ref-dep (intern "none"
4029                                               gnus-newsgroup-dependencies)))
4030                 (setcdr (symbol-value ref-dep)
4031                         (nconc (cdr (symbol-value ref-dep))
4032                                (list (car th))))
4033               (set ref-dep (list nil (car th))))
4034             (setq infloop 1
4035                   stack nil))
4036         ;; Push all the subthreads onto the stack.
4037         (push (cdr thread) stack)))
4038     infloop))
4039
4040 (defun gnus-make-threads ()
4041   "Go through the dependency hashtb and find the roots.  Return all threads."
4042   (let (threads)
4043     (while (catch 'infloop
4044              (mapatoms
4045               (lambda (refs)
4046                 ;; Deal with self-referencing References loops.
4047                 (when (and (car (symbol-value refs))
4048                            (not (zerop
4049                                  (apply
4050                                   '+
4051                                   (mapcar
4052                                    (lambda (thread)
4053                                      (gnus-thread-loop-p
4054                                       (car (symbol-value refs)) thread))
4055                                    (cdr (symbol-value refs)))))))
4056                   (setq threads nil)
4057                   (throw 'infloop t))
4058                 (unless (car (symbol-value refs))
4059                   ;; These threads do not refer back to any other
4060                   ;; articles, so they're roots.
4061                   (setq threads (append (cdr (symbol-value refs)) threads))))
4062               gnus-newsgroup-dependencies)))
4063     threads))
4064
4065 ;; Build the thread tree.
4066 (defsubst gnus-dependencies-add-header (header dependencies force-new)
4067   "Enter HEADER into the DEPENDENCIES table if it is not already there.
4068
4069 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
4070 if it was already present.
4071
4072 If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
4073 will not be entered in the DEPENDENCIES table.  Otherwise duplicate
4074 Message-IDs will be renamed to a unique Message-ID before being
4075 entered.
4076
4077 Returns HEADER if it was entered in the DEPENDENCIES.  Returns nil otherwise."
4078   (let* ((id (mail-header-id header))
4079          (id-dep (and id (intern id dependencies)))
4080          parent-id ref ref-dep ref-header replaced)
4081     ;; Enter this `header' in the `dependencies' table.
4082     (cond
4083      ((not id-dep)
4084       (setq header nil))
4085      ;; The first two cases do the normal part: enter a new `header'
4086      ;; in the `dependencies' table.
4087      ((not (boundp id-dep))
4088       (set id-dep (list header)))
4089      ((null (car (symbol-value id-dep)))
4090       (setcar (symbol-value id-dep) header))
4091
4092      ;; From here the `header' was already present in the
4093      ;; `dependencies' table.
4094      (force-new
4095       ;; Overrides an existing entry;
4096       ;; just set the header part of the entry.
4097       (setcar (symbol-value id-dep) header)
4098       (setq replaced t))
4099
4100      ;; Renames the existing `header' to a unique Message-ID.
4101      ((not gnus-summary-ignore-duplicates)
4102       ;; An article with this Message-ID has already been seen.
4103       ;; We rename the Message-ID.
4104       (set (setq id-dep (intern (setq id (nnmail-message-id)) dependencies))
4105            (list header))
4106       (mail-header-set-id header id))
4107
4108      ;; The last case ignores an existing entry, except it adds any
4109      ;; additional Xrefs (in case the two articles came from different
4110      ;; servers.
4111      ;; Also sets `header' to `nil' meaning that the `dependencies'
4112      ;; table was *not* modified.
4113      (t
4114       (mail-header-set-xref
4115        (car (symbol-value id-dep))
4116        (concat (or (mail-header-xref (car (symbol-value id-dep)))
4117                    "")
4118                (or (mail-header-xref header) "")))
4119       (setq header nil)))
4120
4121     (when (and header (not replaced))
4122       ;; First check that we are not creating a References loop.
4123       (setq parent-id (gnus-parent-id (mail-header-references header)))
4124       (setq ref parent-id)
4125       (while (and ref
4126                   (setq ref-dep (intern-soft ref dependencies))
4127                   (boundp ref-dep)
4128                   (setq ref-header (car (symbol-value ref-dep))))
4129         (if (string= id ref)
4130             ;; Yuk!  This is a reference loop.  Make the article be a
4131             ;; root article.
4132             (progn
4133               (mail-header-set-references (car (symbol-value id-dep)) "none")
4134               (setq ref nil)
4135               (setq parent-id nil))
4136           (setq ref (gnus-parent-id (mail-header-references ref-header)))))
4137       (setq ref-dep (intern (or parent-id "none") dependencies))
4138       (if (boundp ref-dep)
4139           (setcdr (symbol-value ref-dep)
4140                   (nconc (cdr (symbol-value ref-dep))
4141                          (list (symbol-value id-dep))))
4142         (set ref-dep (list nil (symbol-value id-dep)))))
4143     header))
4144
4145 (defun gnus-extract-message-id-from-in-reply-to (string)
4146   (if (string-match "<[^>]+>" string)
4147       (substring string (match-beginning 0) (match-end 0))
4148     nil))
4149
4150 (defun gnus-build-sparse-threads ()
4151   (let ((headers gnus-newsgroup-headers)
4152         (mail-parse-charset gnus-newsgroup-charset)
4153         (gnus-summary-ignore-duplicates t)
4154         header references generation relations
4155         subject child end new-child date)
4156     ;; First we create an alist of generations/relations, where
4157     ;; generations is how much we trust the relation, and the relation
4158     ;; is parent/child.
4159     (gnus-message 7 "Making sparse threads...")
4160     (save-excursion
4161       (nnheader-set-temp-buffer " *gnus sparse threads*")
4162       (while (setq header (pop headers))
4163         (when (and (setq references (mail-header-references header))
4164                    (not (string= references "")))
4165           (insert references)
4166           (setq child (mail-header-id header)
4167                 subject (mail-header-subject header)
4168                 date (mail-header-date header)
4169                 generation 0)
4170           (while (search-backward ">" nil t)
4171             (setq end (1+ (point)))
4172             (when (search-backward "<" nil t)
4173               (setq new-child (buffer-substring (point) end))
4174               (push (list (incf generation)
4175                           child (setq child new-child)
4176                           subject date)
4177                     relations)))
4178           (when child
4179             (push (list (1+ generation) child nil subject) relations))
4180           (erase-buffer)))
4181       (kill-buffer (current-buffer)))
4182     ;; Sort over trustworthiness.
4183     (mapcar
4184      (lambda (relation)
4185        (when (gnus-dependencies-add-header
4186               (make-full-mail-header
4187                gnus-reffed-article-number
4188                (nth 3 relation) "" (or (nth 4 relation) "")
4189                (nth 1 relation)
4190                (or (nth 2 relation) "") 0 0 "")
4191               gnus-newsgroup-dependencies nil)
4192          (push gnus-reffed-article-number gnus-newsgroup-limit)
4193          (push gnus-reffed-article-number gnus-newsgroup-sparse)
4194          (push (cons gnus-reffed-article-number gnus-sparse-mark)
4195                gnus-newsgroup-reads)
4196          (decf gnus-reffed-article-number)))
4197      (sort relations 'car-less-than-car))
4198     (gnus-message 7 "Making sparse threads...done")))
4199
4200 (defun gnus-build-old-threads ()
4201   ;; Look at all the articles that refer back to old articles, and
4202   ;; fetch the headers for the articles that aren't there.  This will
4203   ;; build complete threads - if the roots haven't been expired by the
4204   ;; server, that is.
4205   (let ((mail-parse-charset gnus-newsgroup-charset)
4206         id heads)
4207     (mapatoms
4208      (lambda (refs)
4209        (when (not (car (symbol-value refs)))
4210          (setq heads (cdr (symbol-value refs)))
4211          (while heads
4212            (if (memq (mail-header-number (caar heads))
4213                      gnus-newsgroup-dormant)
4214                (setq heads (cdr heads))
4215              (setq id (symbol-name refs))
4216              (while (and (setq id (gnus-build-get-header id))
4217                          (not (car (gnus-id-to-thread id)))))
4218              (setq heads nil)))))
4219      gnus-newsgroup-dependencies)))
4220
4221 (defsubst gnus-remove-odd-characters (string)
4222   "Translate STRING into something that doesn't contain weird characters."
4223   (mm-subst-char-in-string
4224    ?\r ?\-
4225    (mm-subst-char-in-string ?\n ?\- string t) t))
4226
4227 ;; This function has to be called with point after the article number
4228 ;; on the beginning of the line.
4229 (defsubst gnus-nov-parse-line (number dependencies &optional force-new)
4230   (let ((eol (point-at-eol))
4231         (buffer (current-buffer))
4232         header references in-reply-to)
4233
4234     ;; overview: [num subject from date id refs chars lines misc]
4235     (unwind-protect
4236         (let (x)
4237           (narrow-to-region (point) eol)
4238           (unless (eobp)
4239             (forward-char))
4240
4241           (setq header
4242                 (make-full-mail-header
4243                  number                 ; number
4244                  (condition-case ()     ; subject
4245                      (gnus-remove-odd-characters
4246                       (funcall gnus-decode-encoded-word-function
4247                                (setq x (nnheader-nov-field))))
4248                    (error x))
4249                  (condition-case ()     ; from
4250                      (gnus-remove-odd-characters
4251                       (funcall gnus-decode-encoded-word-function
4252                                (setq x (nnheader-nov-field))))
4253                    (error x))
4254                  (nnheader-nov-field)   ; date
4255                  (nnheader-nov-read-message-id number)  ; id
4256                  (setq references (nnheader-nov-field)) ; refs
4257                  (nnheader-nov-read-integer) ; chars
4258                  (nnheader-nov-read-integer) ; lines
4259                  (unless (eobp)
4260                    (if (looking-at "Xref: ")
4261                        (goto-char (match-end 0)))
4262                    (nnheader-nov-field)) ; Xref
4263                  (nnheader-nov-parse-extra)))) ; extra
4264
4265       (widen))
4266
4267     (when (and (string= references "")
4268                (setq in-reply-to (mail-header-extra header))
4269                (setq in-reply-to (cdr (assq 'In-Reply-To in-reply-to))))
4270       (mail-header-set-references
4271        header (gnus-extract-message-id-from-in-reply-to in-reply-to)))
4272
4273     (when gnus-alter-header-function
4274       (funcall gnus-alter-header-function header))
4275     (gnus-dependencies-add-header header dependencies force-new)))
4276
4277 (defun gnus-build-get-header (id)
4278   "Look through the buffer of NOV lines and find the header to ID.
4279 Enter this line into the dependencies hash table, and return
4280 the id of the parent article (if any)."
4281   (let ((deps gnus-newsgroup-dependencies)
4282         found header)
4283     (prog1
4284         (save-excursion
4285           (set-buffer nntp-server-buffer)
4286           (let ((case-fold-search nil))
4287             (goto-char (point-min))
4288             (while (and (not found)
4289                         (search-forward id nil t))
4290               (beginning-of-line)
4291               (setq found (looking-at
4292                            (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
4293                                    (regexp-quote id))))
4294               (or found (beginning-of-line 2)))
4295             (when found
4296               (beginning-of-line)
4297               (and
4298                (setq header (gnus-nov-parse-line
4299                              (read (current-buffer)) deps))
4300                (gnus-parent-id (mail-header-references header))))))
4301       (when header
4302         (let ((number (mail-header-number header)))
4303           (push number gnus-newsgroup-limit)
4304           (push header gnus-newsgroup-headers)
4305           (if (memq number gnus-newsgroup-unselected)
4306               (progn
4307                 (setq gnus-newsgroup-unreads
4308                       (gnus-add-to-sorted-list gnus-newsgroup-unreads
4309                                                number))
4310                 (setq gnus-newsgroup-unselected
4311                       (delq number gnus-newsgroup-unselected)))
4312             (push number gnus-newsgroup-ancient)))))))
4313
4314 (defun gnus-build-all-threads ()
4315   "Read all the headers."
4316   (let ((gnus-summary-ignore-duplicates t)
4317         (mail-parse-charset gnus-newsgroup-charset)
4318         (dependencies gnus-newsgroup-dependencies)
4319         header article)
4320     (save-excursion
4321       (set-buffer nntp-server-buffer)
4322       (let ((case-fold-search nil))
4323         (goto-char (point-min))
4324         (while (not (eobp))
4325           (ignore-errors
4326             (setq article (read (current-buffer))
4327                   header (gnus-nov-parse-line article dependencies)))
4328           (when header
4329             (with-current-buffer gnus-summary-buffer
4330               (push header gnus-newsgroup-headers)
4331               (if (memq (setq article (mail-header-number header))
4332                         gnus-newsgroup-unselected)
4333                   (progn
4334                     (setq gnus-newsgroup-unreads
4335                           (gnus-add-to-sorted-list
4336                            gnus-newsgroup-unreads article))
4337                     (setq gnus-newsgroup-unselected
4338                           (delq article gnus-newsgroup-unselected)))
4339                 (push article gnus-newsgroup-ancient)))
4340             (forward-line 1)))))))
4341
4342 (defun gnus-summary-update-article-line (article header)
4343   "Update the line for ARTICLE using HEADER."
4344   (let* ((id (mail-header-id header))
4345          (thread (gnus-id-to-thread id)))
4346     (unless thread
4347       (error "Article in no thread"))
4348     ;; Update the thread.
4349     (setcar thread header)
4350     (gnus-summary-goto-subject article)
4351     (let* ((datal (gnus-data-find-list article))
4352            (data (car datal))
4353            (buffer-read-only nil)
4354            (level (gnus-summary-thread-level)))
4355       (gnus-delete-line)
4356       (let ((inserted (- (point)
4357                          (progn
4358                            (gnus-summary-insert-line
4359                             header level nil
4360                             (memq article gnus-newsgroup-undownloaded)
4361                             (gnus-article-mark article)
4362                             (memq article gnus-newsgroup-replied)
4363                             (memq article gnus-newsgroup-expirable)
4364                             ;; Only insert the Subject string when it's different
4365                             ;; from the previous Subject string.
4366                             (if (and
4367                                  gnus-show-threads
4368                                  (gnus-subject-equal
4369                                   (condition-case ()
4370                                       (mail-header-subject
4371                                        (gnus-data-header
4372                                         (cadr
4373                                          (gnus-data-find-list
4374                                           article
4375                                           (gnus-data-list t)))))
4376                                     ;; Error on the side of excessive subjects.
4377                                     (error ""))
4378                                   (mail-header-subject header)))
4379                                 ""
4380                               (mail-header-subject header))
4381                             nil (cdr (assq article gnus-newsgroup-scored))
4382                             (memq article gnus-newsgroup-processable))
4383                            (point)))))
4384         (when (cdr datal)
4385           (gnus-data-update-list
4386            (cdr datal)
4387            (- (gnus-data-pos data) (gnus-data-pos (cadr datal)) inserted)))))))
4388
4389 (defun gnus-summary-update-article (article &optional iheader)
4390   "Update ARTICLE in the summary buffer."
4391   (set-buffer gnus-summary-buffer)
4392   (let* ((header (gnus-summary-article-header article))
4393          (id (mail-header-id header))
4394          (data (gnus-data-find article))
4395          (thread (gnus-id-to-thread id))
4396          (references (mail-header-references header))
4397          (parent
4398           (gnus-id-to-thread
4399            (or (gnus-parent-id
4400                 (when (and references
4401                            (not (equal "" references)))
4402                   references))
4403                "none")))
4404          (buffer-read-only nil)
4405          (old (car thread)))
4406     (when thread
4407       (unless iheader
4408         (setcar thread nil)
4409         (when parent
4410           (delq thread parent)))
4411       (if (gnus-summary-insert-subject id header)
4412           ;; Set the (possibly) new article number in the data structure.
4413           (gnus-data-set-number data (gnus-id-to-article id))
4414         (setcar thread old)
4415         nil))))
4416
4417 (defun gnus-rebuild-thread (id &optional line)
4418   "Rebuild the thread containing ID.
4419 If LINE, insert the rebuilt thread starting on line LINE."
4420   (let ((buffer-read-only nil)
4421         old-pos current thread data)
4422     (if (not gnus-show-threads)
4423         (setq thread (list (car (gnus-id-to-thread id))))
4424       ;; Get the thread this article is part of.
4425       (setq thread (gnus-remove-thread id)))
4426     (setq old-pos (point-at-bol))
4427     (setq current (save-excursion
4428                     (and (re-search-backward "[\r\n]" nil t)
4429                          (gnus-summary-article-number))))
4430     ;; If this is a gathered thread, we have to go some re-gathering.
4431     (when (stringp (car thread))
4432       (let ((subject (car thread))
4433             roots thr)
4434         (setq thread (cdr thread))
4435         (while thread
4436           (unless (memq (setq thr (gnus-id-to-thread
4437                                    (gnus-root-id
4438                                     (mail-header-id (caar thread)))))
4439                         roots)
4440             (push thr roots))
4441           (setq thread (cdr thread)))
4442         ;; We now have all (unique) roots.
4443         (if (= (length roots) 1)
4444             ;; All the loose roots are now one solid root.
4445             (setq thread (car roots))
4446           (setq thread (cons subject (gnus-sort-threads roots))))))
4447     (let (threads)
4448       ;; We then insert this thread into the summary buffer.
4449       (when line
4450         (goto-char (point-min))
4451         (forward-line (1- line)))
4452       (let (gnus-newsgroup-data gnus-newsgroup-threads)
4453         (if gnus-show-threads
4454             (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
4455           (gnus-summary-prepare-unthreaded thread))
4456         (setq data (nreverse gnus-newsgroup-data))
4457         (setq threads gnus-newsgroup-threads))
4458       ;; We splice the new data into the data structure.
4459       ;;!!! This is kinda bogus.  We assume that in LINE is non-nil,
4460       ;;!!! then we want to insert at the beginning of the buffer.
4461       ;;!!! That happens to be true with Gnus now, but that may
4462       ;;!!! change in the future.  Perhaps.
4463       (gnus-data-enter-list
4464        (if line nil current) data (- (point) old-pos))
4465       (setq gnus-newsgroup-threads
4466             (nconc threads gnus-newsgroup-threads))
4467       (gnus-data-compute-positions))))
4468
4469 (defun gnus-number-to-header (number)
4470   "Return the header for article NUMBER."
4471   (let ((headers gnus-newsgroup-headers))
4472     (while (and headers
4473                 (not (= number (mail-header-number (car headers)))))
4474       (pop headers))
4475     (when headers
4476       (car headers))))
4477
4478 (defun gnus-parent-headers (in-headers &optional generation)
4479   "Return the headers of the GENERATIONeth parent of HEADERS."
4480   (unless generation
4481     (setq generation 1))
4482   (let ((parent t)
4483         (headers in-headers)
4484         references)
4485     (while (and parent
4486                 (not (zerop generation))
4487                 (setq references (mail-header-references headers)))
4488       (setq headers (if (and references
4489                              (setq parent (gnus-parent-id references)))
4490                         (car (gnus-id-to-thread parent))
4491                       nil))
4492       (decf generation))
4493     (and (not (eq headers in-headers))
4494          headers)))
4495
4496 (defun gnus-id-to-thread (id)
4497   "Return the (sub-)thread where ID appears."
4498   (gnus-gethash id gnus-newsgroup-dependencies))
4499
4500 (defun gnus-id-to-article (id)
4501   "Return the article number of ID."
4502   (let ((thread (gnus-id-to-thread id)))
4503     (when (and thread
4504                (car thread))
4505       (mail-header-number (car thread)))))
4506
4507 (defun gnus-id-to-header (id)
4508   "Return the article headers of ID."
4509   (car (gnus-id-to-thread id)))
4510
4511 (defun gnus-article-displayed-root-p (article)
4512   "Say whether ARTICLE is a root(ish) article."
4513   (let ((level (gnus-summary-thread-level article))
4514         (refs (mail-header-references  (gnus-summary-article-header article)))
4515         particle)
4516     (cond
4517      ((null level) nil)
4518      ((zerop level) t)
4519      ((null refs) t)
4520      ((null (gnus-parent-id refs)) t)
4521      ((and (= 1 level)
4522            (null (setq particle (gnus-id-to-article
4523                                  (gnus-parent-id refs))))
4524            (null (gnus-summary-thread-level particle)))))))
4525
4526 (defun gnus-root-id (id)
4527   "Return the id of the root of the thread where ID appears."
4528   (let (last-id prev)
4529     (while (and id (setq prev (car (gnus-id-to-thread id))))
4530       (setq last-id id
4531             id (gnus-parent-id (mail-header-references prev))))
4532     last-id))
4533
4534 (defun gnus-articles-in-thread (thread)
4535   "Return the list of articles in THREAD."
4536   (cons (mail-header-number (car thread))
4537         (apply 'nconc (mapcar 'gnus-articles-in-thread (cdr thread)))))
4538
4539 (defun gnus-remove-thread (id &optional dont-remove)
4540   "Remove the thread that has ID in it."
4541   (let (headers thread last-id)
4542     ;; First go up in this thread until we find the root.
4543     (setq last-id (gnus-root-id id)
4544           headers (message-flatten-list (gnus-id-to-thread last-id)))
4545     ;; We have now found the real root of this thread.  It might have
4546     ;; been gathered into some loose thread, so we have to search
4547     ;; through the threads to find the thread we wanted.
4548     (let ((threads gnus-newsgroup-threads)
4549           sub)
4550       (while threads
4551         (setq sub (car threads))
4552         (if (stringp (car sub))
4553             ;; This is a gathered thread, so we look at the roots
4554             ;; below it to find whether this article is in this
4555             ;; gathered root.
4556             (progn
4557               (setq sub (cdr sub))
4558               (while sub
4559                 (when (member (caar sub) headers)
4560                   (setq thread (car threads)
4561                         threads nil
4562                         sub nil))
4563                 (setq sub (cdr sub))))
4564           ;; It's an ordinary thread, so we check it.
4565           (when (eq (car sub) (car headers))
4566             (setq thread sub
4567                   threads nil)))
4568         (setq threads (cdr threads)))
4569       ;; If this article is in no thread, then it's a root.
4570       (if thread
4571           (unless dont-remove
4572             (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
4573         (setq thread (gnus-id-to-thread last-id)))
4574       (when thread
4575         (prog1
4576             thread                      ; We return this thread.
4577           (unless dont-remove
4578             (if (stringp (car thread))
4579                 (progn
4580                   ;; If we use dummy roots, then we have to remove the
4581                   ;; dummy root as well.
4582                   (when (eq gnus-summary-make-false-root 'dummy)
4583                     ;; We go to the dummy root by going to
4584                     ;; the first sub-"thread", and then one line up.
4585                     (gnus-summary-goto-article
4586                      (mail-header-number (caadr thread)))
4587                     (forward-line -1)
4588                     (gnus-delete-line)
4589                     (gnus-data-compute-positions))
4590                   (setq thread (cdr thread))
4591                   (while thread
4592                     (gnus-remove-thread-1 (car thread))
4593                     (setq thread (cdr thread))))
4594               (gnus-remove-thread-1 thread))))))))
4595
4596 (defun gnus-remove-thread-1 (thread)
4597   "Remove the thread THREAD recursively."
4598   (let ((number (mail-header-number (pop thread)))
4599         d)
4600     (setq thread (reverse thread))
4601     (while thread
4602       (gnus-remove-thread-1 (pop thread)))
4603     (when (setq d (gnus-data-find number))
4604       (goto-char (gnus-data-pos d))
4605       (gnus-summary-show-thread)
4606       (gnus-data-remove
4607        number
4608        (- (point-at-bol)
4609           (prog1
4610               (1+ (point-at-eol))
4611             (gnus-delete-line)))))))
4612
4613 (defun gnus-sort-threads-1 (threads func)
4614   (sort (mapcar (lambda (thread)
4615                   (cons (car thread)
4616                         (and (cdr thread)
4617                              (gnus-sort-threads-1 (cdr thread) func))))
4618                 threads) func))
4619
4620 (defun gnus-sort-threads (threads)
4621   "Sort THREADS."
4622   (if (not gnus-thread-sort-functions)
4623       threads
4624     (gnus-message 8 "Sorting threads...")
4625     (let ((max-lisp-eval-depth 5000))
4626       (prog1 (gnus-sort-threads-1
4627          threads
4628          (gnus-make-sort-function gnus-thread-sort-functions))
4629         (gnus-message 8 "Sorting threads...done")))))
4630
4631 (defun gnus-sort-articles (articles)
4632   "Sort ARTICLES."
4633   (when gnus-article-sort-functions
4634     (gnus-message 7 "Sorting articles...")
4635     (prog1
4636         (setq gnus-newsgroup-headers
4637               (sort articles (gnus-make-sort-function
4638                               gnus-article-sort-functions)))
4639       (gnus-message 7 "Sorting articles...done"))))
4640
4641 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
4642 (defmacro gnus-thread-header (thread)
4643   "Return header of first article in THREAD.
4644 Note that THREAD must never, ever be anything else than a variable -
4645 using some other form will lead to serious barfage."
4646   (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
4647   ;; (8% speedup to gnus-summary-prepare, just for fun :-)
4648   (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207"
4649         (vector thread) 2))
4650
4651 (defsubst gnus-article-sort-by-number (h1 h2)
4652   "Sort articles by article number."
4653   (< (mail-header-number h1)
4654      (mail-header-number h2)))
4655
4656 (defun gnus-thread-sort-by-number (h1 h2)
4657   "Sort threads by root article number."
4658   (gnus-article-sort-by-number
4659    (gnus-thread-header h1) (gnus-thread-header h2)))
4660
4661 (defsubst gnus-article-sort-by-random (h1 h2)
4662   "Sort articles by article number."
4663   (zerop (random 2)))
4664
4665 (defun gnus-thread-sort-by-random (h1 h2)
4666   "Sort threads by root article number."
4667   (gnus-article-sort-by-random
4668    (gnus-thread-header h1) (gnus-thread-header h2)))
4669
4670 (defsubst gnus-article-sort-by-lines (h1 h2)
4671   "Sort articles by article Lines header."
4672   (< (mail-header-lines h1)
4673      (mail-header-lines h2)))
4674
4675 (defun gnus-thread-sort-by-lines (h1 h2)
4676   "Sort threads by root article Lines header."
4677   (gnus-article-sort-by-lines
4678    (gnus-thread-header h1) (gnus-thread-header h2)))
4679
4680 (defsubst gnus-article-sort-by-chars (h1 h2)
4681   "Sort articles by octet length."
4682   (< (mail-header-chars h1)
4683      (mail-header-chars h2)))
4684
4685 (defun gnus-thread-sort-by-chars (h1 h2)
4686   "Sort threads by root article octet length."
4687   (gnus-article-sort-by-chars
4688    (gnus-thread-header h1) (gnus-thread-header h2)))
4689
4690 (defsubst gnus-article-sort-by-author (h1 h2)
4691   "Sort articles by root author."
4692   (string-lessp
4693    (let ((extract (funcall
4694                    gnus-extract-address-components
4695                    (mail-header-from h1))))
4696      (or (car extract) (cadr extract) ""))
4697    (let ((extract (funcall
4698                    gnus-extract-address-components
4699                    (mail-header-from h2))))
4700      (or (car extract) (cadr extract) ""))))
4701
4702 (defun gnus-thread-sort-by-author (h1 h2)
4703   "Sort threads by root author."
4704   (gnus-article-sort-by-author
4705    (gnus-thread-header h1)  (gnus-thread-header h2)))
4706
4707 (defsubst gnus-article-sort-by-recipient (h1 h2)
4708   "Sort articles by recipient."
4709   (string-lessp
4710    (let ((extract (funcall
4711                    gnus-extract-address-components
4712                    (or (cdr (assq 'To (mail-header-extra h1))) ""))))
4713      (or (car extract) (cadr extract)))
4714    (let ((extract (funcall
4715                    gnus-extract-address-components
4716                    (or (cdr (assq 'To (mail-header-extra h2))) ""))))
4717      (or (car extract) (cadr extract)))))
4718
4719 (defun gnus-thread-sort-by-recipient (h1 h2)
4720   "Sort threads by root recipient."
4721   (gnus-article-sort-by-recipient
4722    (gnus-thread-header h1) (gnus-thread-header h2)))
4723
4724 (defsubst gnus-article-sort-by-subject (h1 h2)
4725   "Sort articles by root subject."
4726   (string-lessp
4727    (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
4728    (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
4729
4730 (defun gnus-thread-sort-by-subject (h1 h2)
4731   "Sort threads by root subject."
4732   (gnus-article-sort-by-subject
4733    (gnus-thread-header h1) (gnus-thread-header h2)))
4734
4735 (defsubst gnus-article-sort-by-date (h1 h2)
4736   "Sort articles by root article date."
4737   (time-less-p
4738    (gnus-date-get-time (mail-header-date h1))
4739    (gnus-date-get-time (mail-header-date h2))))
4740
4741 (defun gnus-thread-sort-by-date (h1 h2)
4742   "Sort threads by root article date."
4743   (gnus-article-sort-by-date
4744    (gnus-thread-header h1) (gnus-thread-header h2)))
4745
4746 (defsubst gnus-article-sort-by-score (h1 h2)
4747   "Sort articles by root article score.
4748 Unscored articles will be counted as having a score of zero."
4749   (> (or (cdr (assq (mail-header-number h1)
4750                     gnus-newsgroup-scored))
4751          gnus-summary-default-score 0)
4752      (or (cdr (assq (mail-header-number h2)
4753                     gnus-newsgroup-scored))
4754          gnus-summary-default-score 0)))
4755
4756 (defun gnus-thread-sort-by-score (h1 h2)
4757   "Sort threads by root article score."
4758   (gnus-article-sort-by-score
4759    (gnus-thread-header h1) (gnus-thread-header h2)))
4760
4761 (defun gnus-thread-sort-by-total-score (h1 h2)
4762   "Sort threads by the sum of all scores in the thread.
4763 Unscored articles will be counted as having a score of zero."
4764   (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
4765
4766 (defun gnus-thread-total-score (thread)
4767   ;; This function find the total score of THREAD.
4768   (cond
4769    ((null thread)
4770     0)
4771    ((consp thread)
4772     (if (stringp (car thread))
4773         (apply gnus-thread-score-function 0
4774                (mapcar 'gnus-thread-total-score-1 (cdr thread)))
4775       (gnus-thread-total-score-1 thread)))
4776    (t
4777     (gnus-thread-total-score-1 (list thread)))))
4778
4779 (defun gnus-thread-sort-by-most-recent-number (h1 h2)
4780   "Sort threads such that the thread with the most recently arrived article comes first."
4781   (> (gnus-thread-highest-number h1) (gnus-thread-highest-number h2)))
4782
4783 (defun gnus-thread-highest-number (thread)
4784   "Return the highest article number in THREAD."
4785   (apply 'max (mapcar (lambda (header)
4786                         (mail-header-number header))
4787                       (message-flatten-list thread))))
4788
4789 (defun gnus-thread-sort-by-most-recent-date (h1 h2)
4790   "Sort threads such that the thread with the most recently dated article comes first."
4791   (> (gnus-thread-latest-date h1) (gnus-thread-latest-date h2)))
4792
4793 (defun gnus-thread-latest-date (thread)
4794   "Return the highest article date in THREAD."
4795   (let ((previous-time 0))
4796     (apply 'max
4797            (mapcar
4798             (lambda (header)
4799               (setq previous-time
4800                     (condition-case ()
4801                         (time-to-seconds (mail-header-parse-date
4802                                           (mail-header-date header)))
4803                       (error previous-time))))
4804             (sort
4805              (message-flatten-list thread)
4806              (lambda (h1 h2)
4807                (< (mail-header-number h1)
4808                   (mail-header-number h2))))))))
4809
4810 (defun gnus-thread-total-score-1 (root)
4811   ;; This function find the total score of the thread below ROOT.
4812   (setq root (car root))
4813   (apply gnus-thread-score-function
4814          (or (append
4815               (mapcar 'gnus-thread-total-score
4816                       (cdr (gnus-id-to-thread (mail-header-id root))))
4817               (when (> (mail-header-number root) 0)
4818                 (list (or (cdr (assq (mail-header-number root)
4819                                      gnus-newsgroup-scored))
4820                           gnus-summary-default-score 0))))
4821              (list gnus-summary-default-score)
4822              '(0))))
4823
4824 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
4825 (defvar gnus-tmp-prev-subject nil)
4826 (defvar gnus-tmp-false-parent nil)
4827 (defvar gnus-tmp-root-expunged nil)
4828 (defvar gnus-tmp-dummy-line nil)
4829
4830 (eval-when-compile (defvar gnus-tmp-header))
4831 (defun gnus-extra-header (type &optional header)
4832   "Return the extra header of TYPE."
4833   (or (cdr (assq type (mail-header-extra (or header gnus-tmp-header))))
4834       ""))
4835
4836 (defvar gnus-tmp-thread-tree-header-string "")
4837
4838 (defcustom gnus-sum-thread-tree-root "> "
4839   "With %B spec, used for the root of a thread.
4840 If nil, use subject instead."
4841   :version "22.1"
4842   :type '(radio (const :format "%v  " nil) string)
4843   :group 'gnus-thread)
4844
4845 (defcustom gnus-sum-thread-tree-false-root "> "
4846   "With %B spec, used for a false root of a thread.
4847 If nil, use subject instead."
4848   :version "22.1"
4849   :type '(radio (const :format "%v  " nil) string)
4850   :group 'gnus-thread)
4851
4852 (defcustom gnus-sum-thread-tree-single-indent ""
4853   "With %B spec, used for a thread with just one message.
4854 If nil, use subject instead."
4855   :version "22.1"
4856   :type '(radio (const :format "%v  " nil) string)
4857   :group 'gnus-thread)
4858
4859 (defcustom gnus-sum-thread-tree-vertical "| "
4860   "With %B spec, used for drawing a vertical line."
4861   :version "22.1"
4862   :type 'string
4863   :group 'gnus-thread)
4864
4865 (defcustom gnus-sum-thread-tree-indent "  "
4866   "With %B spec, used for indenting."
4867   :version "22.1"
4868   :type 'string
4869   :group 'gnus-thread)
4870
4871 (defcustom gnus-sum-thread-tree-leaf-with-other "+-> "
4872   "With %B spec, used for a leaf with brothers."
4873   :version "22.1"
4874   :type 'string
4875   :group 'gnus-thread)
4876
4877 (defcustom gnus-sum-thread-tree-single-leaf "\\-> "
4878   "With %B spec, used for a leaf without brothers."
4879   :version "22.1"
4880   :type 'string
4881   :group 'gnus-thread)
4882
4883 (defun gnus-summary-prepare-threads (threads)
4884   "Prepare summary buffer from THREADS and indentation LEVEL.
4885 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
4886 or a straight list of headers."
4887   (gnus-message 7 "Generating summary...")
4888
4889   (setq gnus-newsgroup-threads threads)
4890   (beginning-of-line)
4891
4892   (let ((gnus-tmp-level 0)
4893         (default-score (or gnus-summary-default-score 0))
4894         (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
4895         (building-line-count gnus-summary-display-while-building)
4896         (building-count (integerp gnus-summary-display-while-building))
4897         thread number subject stack state gnus-tmp-gathered beg-match
4898         new-roots gnus-tmp-new-adopts thread-end simp-subject
4899         gnus-tmp-header gnus-tmp-unread gnus-tmp-downloaded
4900         gnus-tmp-replied gnus-tmp-subject-or-nil
4901         gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
4902         gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
4903         gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket
4904         tree-stack)
4905
4906     (setq gnus-tmp-prev-subject nil
4907           gnus-tmp-thread-tree-header-string "")
4908
4909     (if (vectorp (car threads))
4910         ;; If this is a straight (sic) list of headers, then a
4911         ;; threaded summary display isn't required, so we just create
4912         ;; an unthreaded one.
4913         (gnus-summary-prepare-unthreaded threads)
4914
4915       ;; Do the threaded display.
4916
4917       (if gnus-summary-display-while-building
4918           (switch-to-buffer (buffer-name)))
4919       (while (or threads stack gnus-tmp-new-adopts new-roots)
4920
4921         (if (and (= gnus-tmp-level 0)
4922                  (or (not stack)
4923                      (= (caar stack) 0))
4924                  (not gnus-tmp-false-parent)
4925                  (or gnus-tmp-new-adopts new-roots))
4926             (if gnus-tmp-new-adopts
4927                 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
4928                       thread (list (car gnus-tmp-new-adopts))
4929                       gnus-tmp-header (caar thread)
4930                       gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
4931               (when new-roots
4932                 (setq thread (list (car new-roots))
4933                       gnus-tmp-header (caar thread)
4934                       new-roots (cdr new-roots))))
4935
4936           (if threads
4937               ;; If there are some threads, we do them before the
4938               ;; threads on the stack.
4939               (setq thread threads
4940                     gnus-tmp-header (caar thread))
4941             ;; There were no current threads, so we pop something off
4942             ;; the stack.
4943             (setq state (car stack)
4944                   gnus-tmp-level (car state)
4945                   tree-stack (cadr state)
4946                   thread (caddr state)
4947                   stack (cdr stack)
4948                   gnus-tmp-header (caar thread))))
4949
4950         (setq gnus-tmp-false-parent nil)
4951         (setq gnus-tmp-root-expunged nil)
4952         (setq thread-end nil)
4953
4954         (if (stringp gnus-tmp-header)
4955             ;; The header is a dummy root.
4956             (cond
4957              ((eq gnus-summary-make-false-root 'adopt)
4958               ;; We let the first article adopt the rest.
4959               (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
4960                                                (cddar thread)))
4961               (setq gnus-tmp-gathered
4962                     (nconc (mapcar
4963                             (lambda (h) (mail-header-number (car h)))
4964                             (cddar thread))
4965                            gnus-tmp-gathered))
4966               (setq thread (cons (list (caar thread)
4967                                        (cadar thread))
4968                                  (cdr thread)))
4969               (setq gnus-tmp-level -1
4970                     gnus-tmp-false-parent t))
4971              ((eq gnus-summary-make-false-root 'empty)
4972               ;; We print adopted articles with empty subject fields.
4973               (setq gnus-tmp-gathered
4974                     (nconc (mapcar
4975                             (lambda (h) (mail-header-number (car h)))
4976                             (cddar thread))
4977                            gnus-tmp-gathered))
4978               (setq gnus-tmp-level -1))
4979              ((eq gnus-summary-make-false-root 'dummy)
4980               ;; We remember that we probably want to output a dummy
4981               ;; root.
4982               (setq gnus-tmp-dummy-line gnus-tmp-header)
4983               (setq gnus-tmp-prev-subject gnus-tmp-header))
4984              (t
4985               ;; We do not make a root for the gathered
4986               ;; sub-threads at all.
4987               (setq gnus-tmp-level -1)))
4988
4989           (setq number (mail-header-number gnus-tmp-header)
4990                 subject (mail-header-subject gnus-tmp-header)
4991                 simp-subject (gnus-simplify-subject-fully subject))
4992
4993           (cond
4994            ;; If the thread has changed subject, we might want to make
4995            ;; this subthread into a root.
4996            ((and (null gnus-thread-ignore-subject)
4997                  (not (zerop gnus-tmp-level))
4998                  gnus-tmp-prev-subject
4999                  (not (string= gnus-tmp-prev-subject simp-subject)))
5000             (setq new-roots (nconc new-roots (list (car thread)))
5001                   thread-end t
5002                   gnus-tmp-header nil))
5003            ;; If the article lies outside the current limit,
5004            ;; then we do not display it.
5005            ((not (memq number gnus-newsgroup-limit))
5006             (setq gnus-tmp-gathered
5007                   (nconc (mapcar
5008                           (lambda (h) (mail-header-number (car h)))
5009                           (cdar thread))
5010                          gnus-tmp-gathered))
5011             (setq gnus-tmp-new-adopts (if (cdar thread)
5012                                           (append gnus-tmp-new-adopts
5013                                                   (cdar thread))
5014                                         gnus-tmp-new-adopts)
5015                   thread-end t
5016                   gnus-tmp-header nil)
5017             (when (zerop gnus-tmp-level)
5018               (setq gnus-tmp-root-expunged t)))
5019            ;; Perhaps this article is to be marked as read?
5020            ((and gnus-summary-mark-below
5021                  (< (or (cdr (assq number gnus-newsgroup-scored))
5022                         default-score)
5023                     gnus-summary-mark-below)
5024                  ;; Don't touch sparse articles.
5025                  (not (gnus-summary-article-sparse-p number))
5026                  (not (gnus-summary-article-ancient-p number)))
5027             (setq gnus-newsgroup-unreads
5028                   (delq number gnus-newsgroup-unreads))
5029             (if gnus-newsgroup-auto-expire
5030                 (setq gnus-newsgroup-expirable
5031                       (gnus-add-to-sorted-list
5032                        gnus-newsgroup-expirable number))
5033               (push (cons number gnus-low-score-mark)
5034                     gnus-newsgroup-reads))))
5035
5036           (when gnus-tmp-header
5037             ;; We may have an old dummy line to output before this
5038             ;; article.
5039             (when (and gnus-tmp-dummy-line
5040                        (gnus-subject-equal
5041                         gnus-tmp-dummy-line
5042                         (mail-header-subject gnus-tmp-header)))
5043               (gnus-summary-insert-dummy-line
5044                gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
5045               (setq gnus-tmp-dummy-line nil))
5046
5047             ;; Compute the mark.
5048             (setq gnus-tmp-unread (gnus-article-mark number))
5049
5050             (push (gnus-data-make number gnus-tmp-unread (1+ (point))
5051                                   gnus-tmp-header gnus-tmp-level)
5052                   gnus-newsgroup-data)
5053
5054             ;; Actually insert the line.
5055             (setq
5056              gnus-tmp-subject-or-nil
5057              (cond
5058               ((and gnus-thread-ignore-subject
5059                     gnus-tmp-prev-subject
5060                     (not (string= gnus-tmp-prev-subject simp-subject)))
5061                subject)
5062               ((zerop gnus-tmp-level)
5063                (if (and (eq gnus-summary-make-false-root 'empty)
5064                         (memq number gnus-tmp-gathered)
5065                         gnus-tmp-prev-subject
5066                         (string= gnus-tmp-prev-subject simp-subject))
5067                    gnus-summary-same-subject
5068                  subject))
5069               (t gnus-summary-same-subject)))
5070             (if (and (eq gnus-summary-make-false-root 'adopt)
5071                      (= gnus-tmp-level 1)
5072                      (memq number gnus-tmp-gathered))
5073                 (setq gnus-tmp-opening-bracket ?\<
5074                       gnus-tmp-closing-bracket ?\>)
5075               (setq gnus-tmp-opening-bracket ?\[
5076                     gnus-tmp-closing-bracket ?\]))
5077             (setq
5078              gnus-tmp-indentation
5079              (aref gnus-thread-indent-array gnus-tmp-level)
5080              gnus-tmp-lines (mail-header-lines gnus-tmp-header)
5081              gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
5082                                 gnus-summary-default-score 0)
5083              gnus-tmp-score-char
5084              (if (or (null gnus-summary-default-score)
5085                      (<= (abs (- gnus-tmp-score gnus-summary-default-score))
5086                          gnus-summary-zcore-fuzz))
5087                  ?                      ;Whitespace
5088                (if (< gnus-tmp-score gnus-summary-default-score)
5089                    gnus-score-below-mark gnus-score-over-mark))
5090              gnus-tmp-replied
5091              (cond ((memq number gnus-newsgroup-processable)
5092                     gnus-process-mark)
5093                    ((memq number gnus-newsgroup-cached)
5094                     gnus-cached-mark)
5095                    ((memq number gnus-newsgroup-replied)
5096                     gnus-replied-mark)
5097                    ((memq number gnus-newsgroup-forwarded)
5098                     gnus-forwarded-mark)
5099                    ((memq number gnus-newsgroup-saved)
5100                     gnus-saved-mark)
5101                    ((memq number gnus-newsgroup-recent)
5102                     gnus-recent-mark)
5103                    ((memq number gnus-newsgroup-unseen)
5104                     gnus-unseen-mark)
5105                    (t gnus-no-mark))
5106              gnus-tmp-downloaded
5107              (cond ((memq number gnus-newsgroup-undownloaded)
5108                     gnus-undownloaded-mark)
5109                    (gnus-newsgroup-agentized
5110                     gnus-downloaded-mark)
5111                    (t
5112                     gnus-no-mark))
5113              gnus-tmp-from (mail-header-from gnus-tmp-header)
5114              gnus-tmp-name
5115              (cond
5116               ((string-match "<[^>]+> *$" gnus-tmp-from)
5117                (setq beg-match (match-beginning 0))
5118                (or (and (string-match "^\".+\"" gnus-tmp-from)
5119                         (substring gnus-tmp-from 1 (1- (match-end 0))))
5120                    (substring gnus-tmp-from 0 beg-match)))
5121               ((string-match "(.+)" gnus-tmp-from)
5122                (substring gnus-tmp-from
5123                           (1+ (match-beginning 0)) (1- (match-end 0))))
5124               (t gnus-tmp-from))
5125
5126              ;; Do the %B string
5127              gnus-tmp-thread-tree-header-string
5128              (cond
5129               ((not gnus-show-threads) "")
5130               ((zerop gnus-tmp-level)
5131                (cond ((cdar thread)
5132                       (or gnus-sum-thread-tree-root subject))
5133                      (gnus-tmp-new-adopts
5134                       (or gnus-sum-thread-tree-false-root subject))
5135                      (t
5136                       (or gnus-sum-thread-tree-single-indent subject))))
5137               (t
5138                (concat (apply 'concat
5139                               (mapcar (lambda (item)
5140                                         (if (= item 1)
5141                                             gnus-sum-thread-tree-vertical
5142                                           gnus-sum-thread-tree-indent))
5143                                       (cdr (reverse tree-stack))))
5144                        (if (nth 1 thread)
5145                            gnus-sum-thread-tree-leaf-with-other
5146                          gnus-sum-thread-tree-single-leaf)))))
5147             (when (string= gnus-tmp-name "")
5148               (setq gnus-tmp-name gnus-tmp-from))
5149             (unless (numberp gnus-tmp-lines)
5150               (setq gnus-tmp-lines -1))
5151             (if (= gnus-tmp-lines -1)
5152                 (setq gnus-tmp-lines "?")
5153               (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
5154               (gnus-put-text-property
5155              (point)
5156              (progn (eval gnus-summary-line-format-spec) (point))
5157                'gnus-number number)
5158             (when gnus-visual-p
5159               (forward-line -1)
5160               (gnus-run-hooks 'gnus-summary-update-hook)
5161               (forward-line 1))
5162
5163             (setq gnus-tmp-prev-subject simp-subject)))
5164
5165         (when (nth 1 thread)
5166           (push (list (max 0 gnus-tmp-level)
5167                       (copy-sequence tree-stack)
5168                       (nthcdr 1 thread))
5169                 stack))
5170         (push (if (nth 1 thread) 1 0) tree-stack)
5171         (incf gnus-tmp-level)
5172         (setq threads (if thread-end nil (cdar thread)))
5173         (if gnus-summary-display-while-building
5174             (if building-count
5175                 (progn
5176                   ;; use a set frequency
5177                   (setq building-line-count (1- building-line-count))
5178                   (when (= building-line-count 0)
5179                     (sit-for 0)
5180                     (setq building-line-count
5181                           gnus-summary-display-while-building)))
5182               ;; always
5183               (sit-for 0)))
5184         (unless threads
5185           (setq gnus-tmp-level 0)))))
5186   (gnus-message 7 "Generating summary...done"))
5187
5188 (defun gnus-summary-prepare-unthreaded (headers)
5189   "Generate an unthreaded summary buffer based on HEADERS."
5190   (let (header number mark)
5191
5192     (beginning-of-line)
5193
5194     (while headers
5195       ;; We may have to root out some bad articles...
5196       (when (memq (setq number (mail-header-number
5197                                 (setq header (pop headers))))
5198                   gnus-newsgroup-limit)
5199         ;; Mark article as read when it has a low score.
5200         (when (and gnus-summary-mark-below
5201                    (< (or (cdr (assq number gnus-newsgroup-scored))
5202                           gnus-summary-default-score 0)
5203                       gnus-summary-mark-below)
5204                    (not (gnus-summary-article-ancient-p number)))
5205           (setq gnus-newsgroup-unreads
5206                 (delq number gnus-newsgroup-unreads))
5207           (if gnus-newsgroup-auto-expire
5208               (push number gnus-newsgroup-expirable)
5209             (push (cons number gnus-low-score-mark)
5210                   gnus-newsgroup-reads)))
5211
5212         (setq mark (gnus-article-mark number))
5213         (push (gnus-data-make number mark (1+ (point)) header 0)
5214               gnus-newsgroup-data)
5215         (gnus-summary-insert-line
5216          header 0 number
5217          (memq number gnus-newsgroup-undownloaded)
5218          mark (memq number gnus-newsgroup-replied)
5219          (memq number gnus-newsgroup-expirable)
5220          (mail-header-subject header) nil
5221          (cdr (assq number gnus-newsgroup-scored))
5222          (memq number gnus-newsgroup-processable))))))
5223
5224 (defun gnus-summary-remove-list-identifiers ()
5225   "Remove list identifiers in `gnus-list-identifiers' from articles in the current group."
5226   (let ((regexp (if (consp gnus-list-identifiers)
5227                     (mapconcat 'identity gnus-list-identifiers " *\\|")
5228                   gnus-list-identifiers))
5229         changed subject)
5230     (when regexp
5231       (setq regexp (concat "^\\(?:R[Ee]: +\\)*\\(" regexp " *\\)"))
5232       (dolist (header gnus-newsgroup-headers)
5233         (setq subject (mail-header-subject header)
5234               changed nil)
5235         (while (string-match regexp subject)
5236           (setq subject
5237                 (concat (substring subject 0 (match-beginning 1))
5238                         (substring subject (match-end 0)))
5239                 changed t))
5240         (when changed
5241           (when (string-match "^\\(\\(?:R[Ee]: +\\)+\\)R[Ee]: +" subject)
5242             (setq subject
5243                   (concat (substring subject 0 (match-beginning 1))
5244                           (substring subject (match-end 1)))))
5245           (mail-header-set-subject header subject))))))
5246
5247 (defun gnus-fetch-headers (articles)
5248   "Fetch headers of ARTICLES."
5249   (let ((name (gnus-group-decoded-name gnus-newsgroup-name)))
5250     (gnus-message 5 "Fetching headers for %s..." name)
5251     (prog1
5252         (if (eq 'nov
5253                 (setq gnus-headers-retrieved-by
5254                       (gnus-retrieve-headers
5255                        articles gnus-newsgroup-name
5256                        ;; We might want to fetch old headers, but
5257                        ;; not if there is only 1 article.
5258                        (and (or (and
5259                                  (not (eq gnus-fetch-old-headers 'some))
5260                                  (not (numberp gnus-fetch-old-headers)))
5261                                 (> (length articles) 1))
5262                             gnus-fetch-old-headers))))
5263             (gnus-get-newsgroup-headers-xover
5264              articles nil nil gnus-newsgroup-name t)
5265           (gnus-get-newsgroup-headers))
5266       (gnus-message 5 "Fetching headers for %s...done" name))))
5267
5268 (defun gnus-select-newsgroup (group &optional read-all select-articles)
5269   "Select newsgroup GROUP.
5270 If READ-ALL is non-nil, all articles in the group are selected.
5271 If SELECT-ARTICLES, only select those articles from GROUP."
5272   (let* ((entry (gnus-group-entry group))
5273          ;;!!! Dirty hack; should be removed.
5274          (gnus-summary-ignore-duplicates
5275           (if (eq (car (gnus-find-method-for-group group)) 'nnvirtual)
5276               t
5277             gnus-summary-ignore-duplicates))
5278          (info (nth 2 entry))
5279          articles fetched-articles cached)
5280
5281     (unless (gnus-check-server
5282              (set (make-local-variable 'gnus-current-select-method)
5283                   (gnus-find-method-for-group group)))
5284       (error "Couldn't open server"))
5285
5286     (or (and entry (not (eq (car entry) t))) ; Either it's active...
5287         (gnus-activate-group group)     ; Or we can activate it...
5288         (progn                          ; Or we bug out.
5289           (when (equal major-mode 'gnus-summary-mode)
5290             (gnus-kill-buffer (current-buffer)))
5291           (error "Couldn't activate group %s: %s"
5292                  group (gnus-status-message group))))
5293
5294     (unless (gnus-request-group group t)
5295       (when (equal major-mode 'gnus-summary-mode)
5296         (gnus-kill-buffer (current-buffer)))
5297       (error "Couldn't request group %s: %s"
5298              group (gnus-status-message group)))
5299
5300     (when gnus-agent
5301       (gnus-agent-possibly-alter-active group (gnus-active group) info)
5302
5303       (setq gnus-summary-use-undownloaded-faces
5304             (gnus-agent-find-parameter
5305              group
5306              'agent-enable-undownloaded-faces)))
5307
5308     (setq gnus-newsgroup-name group
5309           gnus-newsgroup-unselected nil
5310           gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
5311
5312     (let ((display (gnus-group-find-parameter group 'display)))
5313       (setq gnus-newsgroup-display
5314             (cond
5315              ((not (zerop (or (car-safe read-all) 0)))
5316               ;; The user entered the group with C-u SPC/RET, let's show
5317               ;; all articles.
5318               'gnus-not-ignore)
5319              ((eq display 'all)
5320               'gnus-not-ignore)
5321              ((arrayp display)
5322               (gnus-summary-display-make-predicate (mapcar 'identity display)))
5323              ((numberp display)
5324               ;; The following is probably the "correct" solution, but
5325               ;; it makes Gnus fetch all headers and then limit the
5326               ;; articles (which is slow), so instead we hack the
5327               ;; select-articles parameter instead. -- Simon Josefsson
5328               ;; <jas@kth.se>
5329               ;;
5330               ;; (gnus-byte-compile
5331               ;;  `(lambda () (> number ,(- (cdr (gnus-active group))
5332               ;;                         display)))))
5333               (setq select-articles
5334                     (gnus-uncompress-range
5335                      (cons (let ((tmp (- (cdr (gnus-active group)) display)))
5336                              (if (> tmp 0)
5337                                  tmp
5338                                1))
5339                            (cdr (gnus-active group)))))
5340               nil)
5341              (t
5342               nil))))
5343
5344     (gnus-summary-setup-default-charset)
5345
5346     ;; Kludge to avoid having cached articles nixed out in virtual groups.
5347     (when (gnus-virtual-group-p group)
5348       (setq cached gnus-newsgroup-cached))
5349
5350     (setq gnus-newsgroup-unreads
5351           (gnus-sorted-ndifference
5352            (gnus-sorted-ndifference gnus-newsgroup-unreads
5353                                     gnus-newsgroup-marked)
5354            gnus-newsgroup-dormant))
5355
5356     (setq gnus-newsgroup-processable nil)
5357
5358     (gnus-update-read-articles group gnus-newsgroup-unreads)
5359
5360     ;; Adjust and set lists of article marks.
5361     (when info
5362       (gnus-adjust-marked-articles info))
5363     (if (setq articles select-articles)
5364         (setq gnus-newsgroup-unselected
5365               (gnus-sorted-difference gnus-newsgroup-unreads articles))
5366       (setq articles (gnus-articles-to-read group read-all)))
5367
5368     (cond
5369      ((null articles)
5370       ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
5371       'quit)
5372      ((eq articles 0) nil)
5373      (t
5374       ;; Init the dependencies hash table.
5375       (setq gnus-newsgroup-dependencies
5376             (gnus-make-hashtable (length articles)))
5377       (gnus-set-global-variables)
5378       ;; Retrieve the headers and read them in.
5379
5380       (setq gnus-newsgroup-headers (gnus-fetch-headers articles))
5381
5382       ;; Kludge to avoid having cached articles nixed out in virtual groups.
5383       (when cached
5384         (setq gnus-newsgroup-cached cached))
5385
5386       ;; Suppress duplicates?
5387       (when gnus-suppress-duplicates
5388         (gnus-dup-suppress-articles))
5389
5390       ;; Set the initial limit.
5391       (setq gnus-newsgroup-limit (copy-sequence articles))
5392       ;; Remove canceled articles from the list of unread articles.
5393       (setq fetched-articles
5394             (mapcar (lambda (headers) (mail-header-number headers))
5395                     gnus-newsgroup-headers))
5396       (setq gnus-newsgroup-articles fetched-articles)
5397       (setq gnus-newsgroup-unreads
5398             (gnus-sorted-nintersection
5399              gnus-newsgroup-unreads fetched-articles))
5400       (gnus-compute-unseen-list)
5401
5402       ;; Removed marked articles that do not exist.
5403       (gnus-update-missing-marks
5404        (gnus-sorted-difference articles fetched-articles))
5405       ;; We might want to build some more threads first.
5406       (when (and gnus-fetch-old-headers
5407                  (eq gnus-headers-retrieved-by 'nov))
5408         (if (eq gnus-fetch-old-headers 'invisible)
5409             (gnus-build-all-threads)
5410           (gnus-build-old-threads)))
5411       ;; Let the Gnus agent mark articles as read.
5412       (when gnus-agent
5413         (gnus-agent-get-undownloaded-list))
5414       ;; Remove list identifiers from subject
5415       (when gnus-list-identifiers
5416         (gnus-summary-remove-list-identifiers))
5417       ;; Check whether auto-expire is to be done in this group.
5418       (setq gnus-newsgroup-auto-expire
5419             (gnus-group-auto-expirable-p group))
5420       ;; Set up the article buffer now, if necessary.
5421       (unless gnus-single-article-buffer
5422         (gnus-article-setup-buffer))
5423       ;; First and last article in this newsgroup.
5424       (when gnus-newsgroup-headers
5425         (setq gnus-newsgroup-begin
5426               (mail-header-number (car gnus-newsgroup-headers))
5427               gnus-newsgroup-end
5428               (mail-header-number
5429                (gnus-last-element gnus-newsgroup-headers))))
5430       ;; GROUP is successfully selected.
5431       (or gnus-newsgroup-headers t)))))
5432
5433 (defun gnus-compute-unseen-list ()
5434   ;; The `seen' marks are treated specially.
5435   (if (not gnus-newsgroup-seen)
5436       (setq gnus-newsgroup-unseen gnus-newsgroup-articles)
5437     (setq gnus-newsgroup-unseen
5438           (gnus-inverse-list-range-intersection
5439            gnus-newsgroup-articles gnus-newsgroup-seen))))
5440
5441 (defun gnus-summary-display-make-predicate (display)
5442   (require 'gnus-agent)
5443   (when (= (length display) 1)
5444     (setq display (car display)))
5445   (unless gnus-summary-display-cache
5446     (dolist (elem (append '((unread . unread)
5447                             (read . read)
5448                             (unseen . unseen))
5449                           gnus-article-mark-lists))
5450       (push (cons (cdr elem)
5451                   (gnus-byte-compile
5452                    `(lambda () (gnus-article-marked-p ',(cdr elem)))))
5453             gnus-summary-display-cache)))
5454   (let ((gnus-category-predicate-alist gnus-summary-display-cache)
5455         (gnus-category-predicate-cache gnus-summary-display-cache))
5456     (gnus-get-predicate display)))
5457
5458 ;; Uses the dynamically bound `number' variable.
5459 (eval-when-compile
5460   (defvar number))
5461 (defun gnus-article-marked-p (type &optional article)
5462   (let ((article (or article number)))
5463     (cond
5464      ((eq type 'tick)
5465       (memq article gnus-newsgroup-marked))
5466      ((eq type 'spam)
5467       (memq article gnus-newsgroup-spam-marked))
5468      ((eq type 'unsend)
5469       (memq article gnus-newsgroup-unsendable))
5470      ((eq type 'undownload)
5471       (memq article gnus-newsgroup-undownloaded))
5472      ((eq type 'download)
5473       (memq article gnus-newsgroup-downloadable))
5474      ((eq type 'unread)
5475       (memq article gnus-newsgroup-unreads))
5476      ((eq type 'read)
5477       (memq article gnus-newsgroup-reads))
5478      ((eq type 'dormant)
5479       (memq article gnus-newsgroup-dormant) )
5480      ((eq type 'expire)
5481       (memq article gnus-newsgroup-expirable))
5482      ((eq type 'reply)
5483       (memq article gnus-newsgroup-replied))
5484      ((eq type 'killed)
5485       (memq article gnus-newsgroup-killed))
5486      ((eq type 'bookmark)
5487       (assq article gnus-newsgroup-bookmarks))
5488      ((eq type 'score)
5489       (assq article gnus-newsgroup-scored))
5490      ((eq type 'save)
5491       (memq article gnus-newsgroup-saved))
5492      ((eq type 'cache)
5493       (memq article gnus-newsgroup-cached))
5494      ((eq type 'forward)
5495       (memq article gnus-newsgroup-forwarded))
5496      ((eq type 'seen)
5497       (not (memq article gnus-newsgroup-unseen)))
5498      ((eq type 'recent)
5499       (memq article gnus-newsgroup-recent))
5500      (t t))))
5501
5502 (defun gnus-articles-to-read (group &optional read-all)
5503   "Find out what articles the user wants to read."
5504   (let* ((articles
5505           ;; Select all articles if `read-all' is non-nil, or if there
5506           ;; are no unread articles.
5507           (if (or read-all
5508                   (and (zerop (length gnus-newsgroup-marked))
5509                        (zerop (length gnus-newsgroup-unreads)))
5510                   ;; Fetch all if the predicate is non-nil.
5511                   gnus-newsgroup-display)
5512               ;; We want to select the headers for all the articles in
5513               ;; the group, so we select either all the active
5514               ;; articles in the group, or (if that's nil), the
5515               ;; articles in the cache.
5516               (or
5517                (gnus-uncompress-range (gnus-active group))
5518                (gnus-cache-articles-in-group group))
5519             ;; Select only the "normal" subset of articles.
5520             (gnus-sorted-nunion
5521              (gnus-sorted-union gnus-newsgroup-dormant gnus-newsgroup-marked)
5522              gnus-newsgroup-unreads)))
5523          (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
5524          (scored (length scored-list))
5525          (number (length articles))
5526          (marked (+ (length gnus-newsgroup-marked)
5527                     (length gnus-newsgroup-dormant)))
5528          (select
5529           (cond
5530            ((numberp read-all)
5531             read-all)
5532            ((numberp gnus-newsgroup-display)
5533             gnus-newsgroup-display)
5534            (t
5535             (condition-case ()
5536                 (cond
5537                  ((and (or (<= scored marked) (= scored number))
5538                        (numberp gnus-large-newsgroup)
5539                        (> number gnus-large-newsgroup))
5540                   (let* ((cursor-in-echo-area nil)
5541                          (initial (gnus-parameter-large-newsgroup-initial
5542                                    gnus-newsgroup-name))
5543                          (input
5544                           (read-string
5545                            (format
5546                             "How many articles from %s (%s %d): "
5547                             (gnus-limit-string
5548                              (gnus-group-decoded-name gnus-newsgroup-name)
5549                              35)
5550                             (if initial "max" "default")
5551                             number)
5552                            (if initial
5553                                (cons (number-to-string initial)
5554                                      0)))))
5555                     (if (string-match "^[ \t]*$" input) number input)))
5556                  ((and (> scored marked) (< scored number)
5557                        (> (- scored number) 20))
5558                   (let ((input
5559                          (read-string
5560                           (format "%s %s (%d scored, %d total): "
5561                                   "How many articles from"
5562                                   (gnus-group-decoded-name group)
5563                                   scored number))))
5564                     (if (string-match "^[ \t]*$" input)
5565                         number input)))
5566                  (t number))
5567               (quit
5568                (message "Quit getting the articles to read")
5569                nil))))))
5570     (setq select (if (stringp select) (string-to-number select) select))
5571     (if (or (null select) (zerop select))
5572         select
5573       (if (and (not (zerop scored)) (<= (abs select) scored))
5574           (progn
5575             (setq articles (sort scored-list '<))
5576             (setq number (length articles)))
5577         (setq articles (copy-sequence articles)))
5578
5579       (when (< (abs select) number)
5580         (if (< select 0)
5581             ;; Select the N oldest articles.
5582             (setcdr (nthcdr (1- (abs select)) articles) nil)
5583           ;; Select the N most recent articles.
5584           (setq articles (nthcdr (- number select) articles))))
5585       (setq gnus-newsgroup-unselected
5586             (gnus-sorted-difference gnus-newsgroup-unreads articles))
5587       (when gnus-alter-articles-to-read-function
5588         (setq articles
5589               (sort
5590                (funcall gnus-alter-articles-to-read-function
5591                         gnus-newsgroup-name articles)
5592                '<)))
5593       articles)))
5594
5595 (defun gnus-killed-articles (killed articles)
5596   (let (out)
5597     (while articles
5598       (when (inline (gnus-member-of-range (car articles) killed))
5599         (push (car articles) out))
5600       (setq articles (cdr articles)))
5601     out))
5602
5603 (defun gnus-uncompress-marks (marks)
5604   "Uncompress the mark ranges in MARKS."
5605   (let ((uncompressed '(score bookmark))
5606         out)
5607     (while marks
5608       (if (memq (caar marks) uncompressed)
5609           (push (car marks) out)
5610         (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
5611       (setq marks (cdr marks)))
5612     out))
5613
5614 (defun gnus-article-mark-to-type (mark)
5615   "Return the type of MARK."
5616   (or (cadr (assq mark gnus-article-special-mark-lists))
5617       'list))
5618
5619 (defun gnus-article-unpropagatable-p (mark)
5620   "Return whether MARK should be propagated to back end."
5621   (memq mark gnus-article-unpropagated-mark-lists))
5622
5623 (defun gnus-adjust-marked-articles (info)
5624   "Set all article lists and remove all marks that are no longer valid."
5625   (let* ((marked-lists (gnus-info-marks info))
5626          (active (gnus-active (gnus-info-group info)))
5627          (min (car active))
5628          (max (cdr active))
5629          (types gnus-article-mark-lists)
5630          marks var articles article mark mark-type
5631          bgn end)
5632
5633     (dolist (marks marked-lists)
5634       (setq mark (car marks)
5635             mark-type (gnus-article-mark-to-type mark)
5636             var (intern (format "gnus-newsgroup-%s" (car (rassq mark types)))))
5637
5638       ;; We set the variable according to the type of the marks list,
5639       ;; and then adjust the marks to a subset of the active articles.
5640       (cond
5641        ;; Adjust "simple" lists - compressed yet unsorted
5642        ((eq mark-type 'list)
5643         ;; Simultaneously uncompress and clip to active range
5644         ;; See gnus-uncompress-range for a description of possible marks
5645         (let (l lh)
5646           (if (not (cadr marks))
5647               (set var nil)
5648             (setq articles (if (numberp (cddr marks))
5649                                (list (cdr marks))
5650                              (cdr marks))
5651                   lh (cons nil nil)
5652                   l lh)
5653
5654             (while (setq article (pop articles))
5655               (cond ((consp article)
5656                      (setq bgn (max (car article) min)
5657                            end (min (cdr article) max))
5658                      (while (<= bgn end)
5659                        (setq l (setcdr l (cons bgn nil))
5660                              bgn (1+ bgn))))
5661                     ((and (<= min article)
5662                           (>= max article))
5663                      (setq l (setcdr l (cons article nil))))))
5664             (set var (cdr lh)))))
5665        ;; Adjust assocs.
5666        ((eq mark-type 'tuple)
5667         (set var (setq articles (cdr marks)))
5668         (when (not (listp (cdr (symbol-value var))))
5669           (set var (list (symbol-value var))))
5670         (when (not (listp (cdr articles)))
5671           (setq articles (list articles)))
5672         (while articles
5673           (when (or (not (consp (setq article (pop articles))))
5674                     (< (car article) min)
5675                     (> (car article) max))
5676             (set var (delq article (symbol-value var))))))
5677        ;; Adjust ranges (sloppily).
5678        ((eq mark-type 'range)
5679         (cond
5680          ((eq mark 'seen)
5681           ;; Fix the record for `seen' if it looks like (seen NUM1 . NUM2).
5682           ;; It should be (seen (NUM1 . NUM2)).
5683           (when (numberp (cddr marks))
5684             (setcdr marks (list (cdr marks))))
5685           (setq articles (cdr marks))
5686           (while (and articles
5687                       (or (and (consp (car articles))
5688                                (> min (cdar articles)))
5689                           (and (numberp (car articles))
5690                                (> min (car articles)))))
5691             (pop articles))
5692           (set var articles))))))))
5693
5694 (defun gnus-update-missing-marks (missing)
5695   "Go through the list of MISSING articles and remove them from the mark lists."
5696   (when missing
5697     (let (var m)
5698       ;; Go through all types.
5699       (dolist (elem gnus-article-mark-lists)
5700         (when (eq (gnus-article-mark-to-type (cdr elem)) 'list)
5701           (setq var (intern (format "gnus-newsgroup-%s" (car elem))))
5702           (when (symbol-value var)
5703             ;; This list has articles.  So we delete all missing
5704             ;; articles from it.
5705             (setq m missing)
5706             (while m
5707               (set var (delq (pop m) (symbol-value var))))))))))
5708
5709 (defun gnus-update-marks ()
5710   "Enter the various lists of marked articles into the newsgroup info list."
5711   (let ((types gnus-article-mark-lists)
5712         (info (gnus-get-info gnus-newsgroup-name))
5713         type list newmarked symbol delta-marks)
5714     (when info
5715       ;; Add all marks lists to the list of marks lists.
5716       (while (setq type (pop types))
5717         (setq list (symbol-value
5718                     (setq symbol
5719                           (intern (format "gnus-newsgroup-%s" (car type))))))
5720
5721         (when list
5722           ;; Get rid of the entries of the articles that have the
5723           ;; default score.
5724           (when (and (eq (cdr type) 'score)
5725                      gnus-save-score
5726                      list)
5727             (let* ((arts list)
5728                    (prev (cons nil list))
5729                    (all prev))
5730               (while arts
5731                 (if (or (not (consp (car arts)))
5732                         (= (cdar arts) gnus-summary-default-score))
5733                     (setcdr prev (cdr arts))
5734                   (setq prev arts))
5735                 (setq arts (cdr arts)))
5736               (setq list (cdr all)))))
5737
5738         (when (eq (cdr type) 'seen)
5739           (setq list (gnus-range-add list gnus-newsgroup-unseen)))
5740
5741         (when (eq (gnus-article-mark-to-type (cdr type)) 'list)
5742           (setq list (gnus-compress-sequence (set symbol (sort list '<)) t)))
5743
5744         (when (and (gnus-check-backend-function
5745                     'request-set-mark gnus-newsgroup-name)
5746                    (not (gnus-article-unpropagatable-p (cdr type))))
5747           (let* ((old (cdr (assq (cdr type) (gnus-info-marks info))))
5748                  (del (gnus-remove-from-range (gnus-copy-sequence old) list))
5749                  (add (gnus-remove-from-range
5750                        (gnus-copy-sequence list) old)))
5751             (when add
5752               (push (list add 'add (list (cdr type))) delta-marks))
5753             (when del
5754               (push (list del 'del (list (cdr type))) delta-marks))))
5755
5756         (when list
5757           (push (cons (cdr type) list) newmarked)))
5758
5759       (when delta-marks
5760         (unless (gnus-check-group gnus-newsgroup-name)
5761           (error "Can't open server for %s" gnus-newsgroup-name))
5762         (gnus-request-set-mark gnus-newsgroup-name delta-marks))
5763
5764       ;; Enter these new marks into the info of the group.
5765       (if (nthcdr 3 info)
5766           (setcar (nthcdr 3 info) newmarked)
5767         ;; Add the marks lists to the end of the info.
5768         (when newmarked
5769           (setcdr (nthcdr 2 info) (list newmarked))))
5770
5771       ;; Cut off the end of the info if there's nothing else there.
5772       (let ((i 5))
5773         (while (and (> i 2)
5774                     (not (nth i info)))
5775           (when (nthcdr (decf i) info)
5776             (setcdr (nthcdr i info) nil)))))))
5777
5778 (defun gnus-set-mode-line (where)
5779   "Set the mode line of the article or summary buffers.
5780 If WHERE is `summary', the summary mode line format will be used."
5781   ;; Is this mode line one we keep updated?
5782   (when (and (memq where gnus-updated-mode-lines)
5783              (symbol-value
5784               (intern (format "gnus-%s-mode-line-format-spec" where))))
5785     (let (mode-string)
5786       (save-excursion
5787         ;; We evaluate this in the summary buffer since these
5788         ;; variables are buffer-local to that buffer.
5789         (set-buffer gnus-summary-buffer)
5790        ;; We bind all these variables that are used in the `eval' form
5791         ;; below.
5792         (let* ((mformat (symbol-value
5793                          (intern
5794                           (format "gnus-%s-mode-line-format-spec" where))))
5795                (gnus-tmp-group-name (gnus-group-decoded-name
5796                                      gnus-newsgroup-name))
5797                (gnus-tmp-article-number (or gnus-current-article 0))
5798                (gnus-tmp-unread gnus-newsgroup-unreads)
5799                (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
5800                (gnus-tmp-unselected (length gnus-newsgroup-unselected))
5801                (gnus-tmp-unread-and-unselected
5802                 (cond ((and (zerop gnus-tmp-unread-and-unticked)
5803                             (zerop gnus-tmp-unselected))
5804                        "")
5805                       ((zerop gnus-tmp-unselected)
5806                        (format "{%d more}" gnus-tmp-unread-and-unticked))
5807                       (t (format "{%d(+%d) more}"
5808                                  gnus-tmp-unread-and-unticked
5809                                  gnus-tmp-unselected))))
5810                (gnus-tmp-subject
5811                 (if (and gnus-current-headers
5812                          (vectorp gnus-current-headers))
5813                     (gnus-mode-string-quote
5814                      (mail-header-subject gnus-current-headers))
5815                   ""))
5816                bufname-length max-len
5817                gnus-tmp-header) ;; passed as argument to any user-format-funcs
5818           (setq mode-string (eval mformat))
5819           (setq bufname-length (if (string-match "%b" mode-string)
5820                                    (- (length
5821                                        (buffer-name
5822                                         (if (eq where 'summary)
5823                                             nil
5824                                           (get-buffer gnus-article-buffer))))
5825                                       2)
5826                                  0))
5827           (setq max-len (max 4 (if gnus-mode-non-string-length
5828                                    (- (window-width)
5829                                       gnus-mode-non-string-length
5830                                       bufname-length)
5831                                  (length mode-string))))
5832           ;; We might have to chop a bit of the string off...
5833           (when (> (length mode-string) max-len)
5834             (setq mode-string
5835                   (concat (truncate-string-to-width mode-string (- max-len 3))
5836                           "...")))
5837           ;; Pad the mode string a bit.
5838           (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
5839       ;; Update the mode line.
5840       (setq mode-line-buffer-identification
5841             (gnus-mode-line-buffer-identification (list mode-string)))
5842       (set-buffer-modified-p t))))
5843
5844 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
5845   "Go through the HEADERS list and add all Xrefs to a hash table.
5846 The resulting hash table is returned, or nil if no Xrefs were found."
5847   (let* ((virtual (gnus-virtual-group-p from-newsgroup))
5848          (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
5849          (xref-hashtb (gnus-make-hashtable))
5850          start group entry number xrefs header)
5851     (while headers
5852       (setq header (pop headers))
5853       (when (and (setq xrefs (mail-header-xref header))
5854                  (not (memq (setq number (mail-header-number header))
5855                             unreads)))
5856         (setq start 0)
5857         (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
5858           (setq start (match-end 0))
5859           (setq group (if prefix
5860                           (concat prefix (substring xrefs (match-beginning 1)
5861                                                     (match-end 1)))
5862                         (substring xrefs (match-beginning 1) (match-end 1))))
5863           (setq number
5864                 (string-to-number (substring xrefs (match-beginning 2)
5865                                           (match-end 2))))
5866           (if (setq entry (gnus-gethash group xref-hashtb))
5867               (setcdr entry (cons number (cdr entry)))
5868             (gnus-sethash group (cons number nil) xref-hashtb)))))
5869     (and start xref-hashtb)))
5870
5871 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
5872   "Look through all the headers and mark the Xrefs as read."
5873   (let ((virtual (gnus-virtual-group-p from-newsgroup))
5874         name info xref-hashtb idlist method nth4)
5875     (save-excursion
5876       (set-buffer gnus-group-buffer)
5877       (when (setq xref-hashtb
5878                   (gnus-create-xref-hashtb from-newsgroup headers unreads))
5879         (mapatoms
5880          (lambda (group)
5881            (unless (string= from-newsgroup (setq name (symbol-name group)))
5882              (setq idlist (symbol-value group))
5883              ;; Dead groups are not updated.
5884              (and (prog1
5885                       (setq info (gnus-get-info name))
5886                     (when (stringp (setq nth4 (gnus-info-method info)))
5887                       (setq nth4 (gnus-server-to-method nth4))))
5888                   ;; Only do the xrefs if the group has the same
5889                   ;; select method as the group we have just read.
5890                   (or (gnus-methods-equal-p
5891                        nth4 (gnus-find-method-for-group from-newsgroup))
5892                       virtual
5893                       (equal nth4 (setq method (gnus-find-method-for-group
5894                                                 from-newsgroup)))
5895                       (and (equal (car nth4) (car method))
5896                            (equal (nth 1 nth4) (nth 1 method))))
5897                   gnus-use-cross-reference
5898                   (or (not (eq gnus-use-cross-reference t))
5899                       virtual
5900                       ;; Only do cross-references on subscribed
5901                       ;; groups, if that is what is wanted.
5902                       (<= (gnus-info-level info) gnus-level-subscribed))
5903                   (gnus-group-make-articles-read name idlist))))
5904          xref-hashtb)))))
5905
5906 (defun gnus-compute-read-articles (group articles)
5907   (let* ((entry (gnus-group-entry group))
5908          (info (nth 2 entry))
5909          (active (gnus-active group))
5910          ninfo)
5911     (when entry
5912       ;; First peel off all invalid article numbers.
5913       (when active
5914         (let ((ids articles)
5915               id first)
5916           (while (setq id (pop ids))
5917             (when (and first (> id (cdr active)))
5918               ;; We'll end up in this situation in one particular
5919               ;; obscure situation.  If you re-scan a group and get
5920               ;; a new article that is cross-posted to a different
5921               ;; group that has not been re-scanned, you might get
5922               ;; crossposted article that has a higher number than
5923               ;; Gnus believes possible.  So we re-activate this
5924               ;; group as well.  This might mean doing the
5925               ;; crossposting thingy will *increase* the number
5926               ;; of articles in some groups.  Tsk, tsk.
5927               (setq active (or (gnus-activate-group group) active)))
5928             (when (or (> id (cdr active))
5929                       (< id (car active)))
5930               (setq articles (delq id articles))))))
5931       ;; If the read list is nil, we init it.
5932       (if (and active
5933                (null (gnus-info-read info))
5934                (> (car active) 1))
5935           (setq ninfo (cons 1 (1- (car active))))
5936         (setq ninfo (gnus-info-read info)))
5937       ;; Then we add the read articles to the range.
5938       (gnus-add-to-range
5939        ninfo (setq articles (sort articles '<))))))
5940
5941 (defun gnus-group-make-articles-read (group articles)
5942   "Update the info of GROUP to say that ARTICLES are read."
5943   (let* ((num 0)
5944          (entry (gnus-group-entry group))
5945          (info (nth 2 entry))
5946          (active (gnus-active group))
5947          range)
5948     (when entry
5949       (setq range (gnus-compute-read-articles group articles))
5950       (with-current-buffer gnus-group-buffer
5951         (gnus-undo-register
5952           `(progn
5953              (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
5954              (gnus-info-set-read ',info ',(gnus-info-read info))
5955              (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
5956              (gnus-request-set-mark ,group (list (list ',range 'del '(read))))
5957              (gnus-group-update-group ,group t))))
5958       ;; Add the read articles to the range.
5959       (gnus-info-set-read info range)
5960       (gnus-request-set-mark group (list (list range 'add '(read))))
5961       ;; Then we have to re-compute how many unread
5962       ;; articles there are in this group.
5963       (when active
5964         (cond
5965          ((not range)
5966           (setq num (- (1+ (cdr active)) (car active))))
5967          ((not (listp (cdr range)))
5968           (setq num (- (cdr active) (- (1+ (cdr range))
5969                                        (car range)))))
5970          (t
5971           (while range
5972             (if (numberp (car range))
5973                 (setq num (1+ num))
5974               (setq num (+ num (- (1+ (cdar range)) (caar range)))))
5975             (setq range (cdr range)))
5976           (setq num (- (cdr active) num))))
5977         ;; Update the number of unread articles.
5978         (setcar entry num)
5979         ;; Update the group buffer.
5980         (unless (gnus-ephemeral-group-p group)
5981           (gnus-group-update-group group t))))))
5982
5983 (defvar gnus-newsgroup-none-id 0)
5984
5985 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
5986   (let ((cur nntp-server-buffer)
5987         (dependencies
5988          (or dependencies
5989              (with-current-buffer gnus-summary-buffer
5990                gnus-newsgroup-dependencies)))
5991         headers id end ref number
5992         (mail-parse-charset gnus-newsgroup-charset)
5993         (mail-parse-ignored-charsets
5994          (save-excursion (condition-case nil
5995                              (set-buffer gnus-summary-buffer)
5996                            (error))
5997                          gnus-newsgroup-ignored-charsets)))
5998     (save-excursion
5999       (set-buffer nntp-server-buffer)
6000       ;; Translate all TAB characters into SPACE characters.
6001       (subst-char-in-region (point-min) (point-max) ?\t ?  t)
6002       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6003       (ietf-drums-unfold-fws)
6004       (gnus-run-hooks 'gnus-parse-headers-hook)
6005       (let ((case-fold-search t)
6006             in-reply-to header p lines chars)
6007         (goto-char (point-min))
6008         ;; Search to the beginning of the next header.  Error messages
6009         ;; do not begin with 2 or 3.
6010         (while (re-search-forward "^[23][0-9]+ " nil t)
6011           (setq id nil
6012                 ref nil)
6013           ;; This implementation of this function, with nine
6014           ;; search-forwards instead of the one re-search-forward and
6015           ;; a case (which basically was the old function) is actually
6016           ;; about twice as fast, even though it looks messier.  You
6017           ;; can't have everything, I guess.  Speed and elegance
6018           ;; doesn't always go hand in hand.
6019           (setq
6020            header
6021            (vector
6022             ;; Number.
6023             (prog1
6024                 (setq number (read cur))
6025               (end-of-line)
6026               (setq p (point))
6027               (narrow-to-region (point)
6028                                 (or (and (search-forward "\n.\n" nil t)
6029                                          (- (point) 2))
6030                                     (point))))
6031             ;; Subject.
6032             (progn
6033               (goto-char p)
6034               (if (search-forward "\nsubject:" nil t)
6035                   (funcall gnus-decode-encoded-word-function
6036                            (nnheader-header-value))
6037                 "(none)"))
6038             ;; From.
6039             (progn
6040               (goto-char p)
6041               (if (search-forward "\nfrom:" nil t)
6042                   (funcall gnus-decode-encoded-word-function
6043                            (nnheader-header-value))
6044                 "(nobody)"))
6045             ;; Date.
6046             (progn
6047               (goto-char p)
6048               (if (search-forward "\ndate:" nil t)
6049                   (nnheader-header-value) ""))
6050             ;; Message-ID.
6051             (progn
6052               (goto-char p)
6053               (setq id (if (re-search-forward
6054                             "^message-id: *\\(<[^\n\t> ]+>\\)" nil t)
6055                            ;; We do it this way to make sure the Message-ID
6056                            ;; is (somewhat) syntactically valid.
6057                            (buffer-substring (match-beginning 1)
6058                                              (match-end 1))
6059                          ;; If there was no message-id, we just fake one
6060                          ;; to make subsequent routines simpler.
6061                          (nnheader-generate-fake-message-id number))))
6062             ;; References.
6063             (progn
6064               (goto-char p)
6065               (if (search-forward "\nreferences:" nil t)
6066                   (progn
6067                     (setq end (point))
6068                     (prog1
6069                         (nnheader-header-value)
6070                       (setq ref
6071                             (buffer-substring
6072                              (progn
6073                                (end-of-line)
6074                                (search-backward ">" end t)
6075                                (1+ (point)))
6076                              (progn
6077                                (search-backward "<" end t)
6078                                (point))))))
6079                 ;; Get the references from the in-reply-to header if there
6080                 ;; were no references and the in-reply-to header looks
6081                 ;; promising.
6082                 (if (and (search-forward "\nin-reply-to:" nil t)
6083                          (setq in-reply-to (nnheader-header-value))
6084                          (string-match "<[^>]+>" in-reply-to))
6085                     (let (ref2)
6086                       (setq ref (substring in-reply-to (match-beginning 0)
6087                                            (match-end 0)))
6088                       (while (string-match "<[^>]+>" in-reply-to (match-end 0))
6089                         (setq ref2 (substring in-reply-to (match-beginning 0)
6090                                               (match-end 0)))
6091                         (when (> (length ref2) (length ref))
6092                           (setq ref ref2)))
6093                       ref)
6094                   (setq ref nil))))
6095             ;; Chars.
6096             (progn
6097               (goto-char p)
6098               (if (search-forward "\nchars: " nil t)
6099                   (if (numberp (setq chars (ignore-errors (read cur))))
6100                       chars -1)
6101                 -1))
6102             ;; Lines.
6103             (progn
6104               (goto-char p)
6105               (if (search-forward "\nlines: " nil t)
6106                   (if (numberp (setq lines (ignore-errors (read cur))))
6107                       lines -1)
6108                 -1))
6109             ;; Xref.
6110             (progn
6111               (goto-char p)
6112               (and (search-forward "\nxref:" nil t)
6113                    (nnheader-header-value)))
6114             ;; Extra.
6115             (when gnus-extra-headers
6116               (let ((extra gnus-extra-headers)
6117                     out)
6118                 (while extra
6119                   (goto-char p)
6120                   (when (search-forward
6121                          (concat "\n" (symbol-name (car extra)) ":") nil t)
6122                     (push (cons (car extra) (nnheader-header-value))
6123                           out))
6124                   (pop extra))
6125                 out))))
6126           (when (equal id ref)
6127             (setq ref nil))
6128
6129           (when gnus-alter-header-function
6130             (funcall gnus-alter-header-function header)
6131             (setq id (mail-header-id header)
6132                   ref (gnus-parent-id (mail-header-references header))))
6133
6134           (when (setq header
6135                       (gnus-dependencies-add-header
6136                        header dependencies force-new))
6137             (push header headers))
6138           (goto-char (point-max))
6139           (widen))
6140         (nreverse headers)))))
6141
6142 ;; Goes through the xover lines and returns a list of vectors
6143 (defun gnus-get-newsgroup-headers-xover (sequence &optional
6144                                                   force-new dependencies
6145                                                   group also-fetch-heads)
6146   "Parse the news overview data in the server buffer.
6147 Return a list of headers that match SEQUENCE (see
6148 `nntp-retrieve-headers')."
6149   ;; Get the Xref when the users reads the articles since most/some
6150   ;; NNTP servers do not include Xrefs when using XOVER.
6151   (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
6152   (let ((mail-parse-charset gnus-newsgroup-charset)
6153         (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
6154         (cur nntp-server-buffer)
6155         (dependencies (or dependencies gnus-newsgroup-dependencies))
6156         (allp (cond
6157                ((eq gnus-read-all-available-headers t)
6158                 t)
6159                ((stringp gnus-read-all-available-headers)
6160                 (string-match gnus-read-all-available-headers group))
6161                (t
6162                 nil)))
6163         number headers header)
6164     (save-excursion
6165       (set-buffer nntp-server-buffer)
6166       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6167       ;; Allow the user to mangle the headers before parsing them.
6168       (gnus-run-hooks 'gnus-parse-headers-hook)
6169       (goto-char (point-min))
6170       (gnus-parse-without-error
6171         (while (and (or sequence allp)
6172                     (not (eobp)))
6173           (setq number (read cur))
6174           (when (not allp)
6175             (while (and sequence
6176                         (< (car sequence) number))
6177               (setq sequence (cdr sequence))))
6178           (when (and (or allp
6179                          (and sequence
6180                               (eq number (car sequence))))
6181                      (progn
6182                        (setq sequence (cdr sequence))
6183                        (setq header (inline
6184                                       (gnus-nov-parse-line
6185                                        number dependencies force-new)))))
6186             (push header headers))
6187           (forward-line 1)))
6188       ;; A common bug in inn is that if you have posted an article and
6189       ;; then retrieves the active file, it will answer correctly --
6190       ;; the new article is included.  However, a NOV entry for the
6191       ;; article may not have been generated yet, so this may fail.
6192       ;; We work around this problem by retrieving the last few
6193       ;; headers using HEAD.
6194       (if (or (not also-fetch-heads)
6195               (not sequence))
6196           ;; We (probably) got all the headers.
6197           (nreverse headers)
6198         (let ((gnus-nov-is-evil t))
6199           (nconc
6200            (nreverse headers)
6201            (when (eq (gnus-retrieve-headers sequence group) 'headers)
6202              (gnus-get-newsgroup-headers))))))))
6203
6204 (defun gnus-article-get-xrefs ()
6205   "Fill in the Xref value in `gnus-current-headers', if necessary.
6206 This is meant to be called in `gnus-article-internal-prepare-hook'."
6207   (let ((headers (with-current-buffer gnus-summary-buffer
6208                    gnus-current-headers)))
6209     (or (not gnus-use-cross-reference)
6210         (not headers)
6211         (and (mail-header-xref headers)
6212              (not (string= (mail-header-xref headers) "")))
6213         (let ((case-fold-search t)
6214               xref)
6215           (save-restriction
6216             (nnheader-narrow-to-headers)
6217             (goto-char (point-min))
6218             (when (or (and (not (eobp))
6219                            (eq (downcase (char-after)) ?x)
6220                            (looking-at "Xref:"))
6221                       (search-forward "\nXref:" nil t))
6222               (goto-char (1+ (match-end 0)))
6223               (setq xref (buffer-substring (point) (point-at-eol)))
6224               (mail-header-set-xref headers xref)))))))
6225
6226 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
6227   "Find article ID and insert the summary line for that article.
6228 OLD-HEADER can either be a header or a line number to insert
6229 the subject line on."
6230   (let* ((line (and (numberp old-header) old-header))
6231          (old-header (and (vectorp old-header) old-header))
6232          (header (cond ((and old-header use-old-header)
6233                         old-header)
6234                        ((and (numberp id)
6235                              (gnus-number-to-header id))
6236                         (gnus-number-to-header id))
6237                        (t
6238                         (gnus-read-header id))))
6239          (number (and (numberp id) id))
6240          d)
6241     (when header
6242       ;; Rebuild the thread that this article is part of and go to the
6243       ;; article we have fetched.
6244       (when (and (not gnus-show-threads)
6245                  old-header)
6246         (when (and number
6247                    (setq d (gnus-data-find (mail-header-number old-header))))
6248           (goto-char (gnus-data-pos d))
6249           (gnus-data-remove
6250            number
6251            (- (point-at-bol)
6252               (prog1
6253                   (1+ (point-at-eol))
6254                 (gnus-delete-line))))))
6255       ;; Remove list identifiers from subject.
6256       (when gnus-list-identifiers
6257         (let ((gnus-newsgroup-headers (list header)))
6258           (gnus-summary-remove-list-identifiers)))
6259       (when old-header
6260         (mail-header-set-number header (mail-header-number old-header)))
6261       (setq gnus-newsgroup-sparse
6262             (delq (setq number (mail-header-number header))
6263                   gnus-newsgroup-sparse))
6264       (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
6265       (push number gnus-newsgroup-limit)
6266       (gnus-rebuild-thread (mail-header-id header) line)
6267       (gnus-summary-goto-subject number nil t))
6268     (when (and (numberp number)
6269                (> number 0))
6270       ;; We have to update the boundaries even if we can't fetch the
6271       ;; article if ID is a number -- so that the next `P' or `N'
6272       ;; command will fetch the previous (or next) article even
6273       ;; if the one we tried to fetch this time has been canceled.
6274       (when (> number gnus-newsgroup-end)
6275         (setq gnus-newsgroup-end number))
6276       (when (< number gnus-newsgroup-begin)
6277         (setq gnus-newsgroup-begin number))
6278       (setq gnus-newsgroup-unselected
6279             (delq number gnus-newsgroup-unselected)))
6280     ;; Report back a success?
6281     (and header (mail-header-number header))))
6282
6283 ;;; Process/prefix in the summary buffer
6284
6285 (defun gnus-summary-work-articles (n)
6286   "Return a list of articles to be worked upon.
6287 The prefix argument, the list of process marked articles, and the
6288 current article will be taken into consideration."
6289   (save-excursion
6290     (set-buffer gnus-summary-buffer)
6291     (cond
6292      (n
6293       ;; A numerical prefix has been given.
6294       (setq n (prefix-numeric-value n))
6295       (let ((backward (< n 0))
6296             (n (abs (prefix-numeric-value n)))
6297             articles article)
6298         (save-excursion
6299           (while
6300               (and (> n 0)
6301                    (push (setq article (gnus-summary-article-number))
6302                          articles)
6303                    (if backward
6304                        (gnus-summary-find-prev nil article)
6305                      (gnus-summary-find-next nil article)))
6306             (decf n)))
6307         (nreverse articles)))
6308      ((and (gnus-region-active-p) (mark))
6309       (message "region active")
6310       ;; Work on the region between point and mark.
6311       (let ((max (max (point) (mark)))
6312             articles article)
6313         (save-excursion
6314           (goto-char (min (point) (mark)))
6315           (while
6316               (and
6317                (push (setq article (gnus-summary-article-number)) articles)
6318                (gnus-summary-find-next nil article)
6319                (< (point) max)))
6320           (nreverse articles))))
6321      (gnus-newsgroup-processable
6322       ;; There are process-marked articles present.
6323       ;; Save current state.
6324       (gnus-summary-save-process-mark)
6325       ;; Return the list.
6326       (reverse gnus-newsgroup-processable))
6327      (t
6328       ;; Just return the current article.
6329       (list (gnus-summary-article-number))))))
6330
6331 (defmacro gnus-summary-iterate (arg &rest forms)
6332   "Iterate over the process/prefixed articles and do FORMS.
6333 ARG is the interactive prefix given to the command.  FORMS will be
6334 executed with point over the summary line of the articles."
6335   (let ((articles (make-symbol "gnus-summary-iterate-articles")))
6336     `(let ((,articles (gnus-summary-work-articles ,arg)))
6337        (while ,articles
6338          (gnus-summary-goto-subject (car ,articles))
6339          ,@forms
6340          (pop ,articles)))))
6341
6342 (put 'gnus-summary-iterate 'lisp-indent-function 1)
6343 (put 'gnus-summary-iterate 'edebug-form-spec '(form body))
6344
6345 (defun gnus-summary-save-process-mark ()
6346   "Push the current set of process marked articles on the stack."
6347   (interactive)
6348   (push (copy-sequence gnus-newsgroup-processable)
6349         gnus-newsgroup-process-stack))
6350
6351 (defun gnus-summary-kill-process-mark ()
6352   "Push the current set of process marked articles on the stack and unmark."
6353   (interactive)
6354   (gnus-summary-save-process-mark)
6355   (gnus-summary-unmark-all-processable))
6356
6357 (defun gnus-summary-yank-process-mark ()
6358   "Pop the last process mark state off the stack and restore it."
6359   (interactive)
6360   (unless gnus-newsgroup-process-stack
6361     (error "Empty mark stack"))
6362   (gnus-summary-process-mark-set (pop gnus-newsgroup-process-stack)))
6363
6364 (defun gnus-summary-process-mark-set (set)
6365   "Make SET into the current process marked articles."
6366   (gnus-summary-unmark-all-processable)
6367   (mapc 'gnus-summary-set-process-mark set))
6368
6369 ;;; Searching and stuff
6370
6371 (defun gnus-summary-search-group (&optional backward use-level)
6372   "Search for next unread newsgroup.
6373 If optional argument BACKWARD is non-nil, search backward instead."
6374   (save-excursion
6375     (set-buffer gnus-group-buffer)
6376     (when (gnus-group-search-forward
6377            backward nil (if use-level (gnus-group-group-level) nil))
6378       (gnus-group-group-name))))
6379
6380 (defun gnus-summary-best-group (&optional exclude-group)
6381   "Find the name of the best unread group.
6382 If EXCLUDE-GROUP, do not go to this group."
6383   (with-current-buffer gnus-group-buffer
6384     (save-excursion
6385       (gnus-group-best-unread-group exclude-group))))
6386
6387 (defun gnus-summary-find-next (&optional unread article backward)
6388   (if backward
6389       (gnus-summary-find-prev unread article)
6390     (let* ((dummy (gnus-summary-article-intangible-p))
6391            (article (or article (gnus-summary-article-number)))
6392            (data (gnus-data-find-list article))
6393            result)
6394       (when (and (not dummy)
6395                  (or (not gnus-summary-check-current)
6396                      (not unread)
6397                      (not (gnus-data-unread-p (car data)))))
6398         (setq data (cdr data)))
6399       (when (setq result
6400                   (if unread
6401                       (progn
6402                         (while data
6403                           (unless (memq (gnus-data-number (car data))
6404                                         (cond
6405                                          ((eq gnus-auto-goto-ignores
6406                                               'always-undownloaded)
6407                                           gnus-newsgroup-undownloaded)
6408                                          (gnus-plugged
6409                                           nil)
6410                                          ((eq gnus-auto-goto-ignores
6411                                               'unfetched)
6412                                           gnus-newsgroup-unfetched)
6413                                          ((eq gnus-auto-goto-ignores
6414                                               'undownloaded)
6415                                           gnus-newsgroup-undownloaded)))
6416                             (when (gnus-data-unread-p (car data))
6417                               (setq result (car data)
6418                                     data nil)))
6419                           (setq data (cdr data)))
6420                         result)
6421                     (car data)))
6422         (goto-char (gnus-data-pos result))
6423         (gnus-data-number result)))))
6424
6425 (defun gnus-summary-find-prev (&optional unread article)
6426   (let* ((eobp (eobp))
6427          (article (or article (gnus-summary-article-number)))
6428          (data (gnus-data-find-list article (gnus-data-list 'rev)))
6429          result)
6430     (when (and (not eobp)
6431                (or (not gnus-summary-check-current)
6432                    (not unread)
6433                    (not (gnus-data-unread-p (car data)))))
6434       (setq data (cdr data)))
6435     (when (setq result
6436                 (if unread
6437                     (progn
6438                       (while data
6439                         (unless (memq (gnus-data-number (car data))
6440                                       (cond
6441                                        ((eq gnus-auto-goto-ignores
6442                                             'always-undownloaded)
6443                                         gnus-newsgroup-undownloaded)
6444                                        (gnus-plugged
6445                                         nil)
6446                                        ((eq gnus-auto-goto-ignores
6447                                             'unfetched)
6448                                         gnus-newsgroup-unfetched)
6449                                        ((eq gnus-auto-goto-ignores
6450                                             'undownloaded)
6451                                         gnus-newsgroup-undownloaded)))
6452                           (when (gnus-data-unread-p (car data))
6453                             (setq result (car data)
6454                                   data nil)))
6455                         (setq data (cdr data)))
6456                       result)
6457                   (car data)))
6458       (goto-char (gnus-data-pos result))
6459       (gnus-data-number result))))
6460
6461 (defun gnus-summary-find-subject (subject &optional unread backward article)
6462   (let* ((simp-subject (gnus-simplify-subject-fully subject))
6463          (article (or article (gnus-summary-article-number)))
6464          (articles (gnus-data-list backward))
6465          (arts (gnus-data-find-list article articles))
6466          result)
6467     (when (or (not gnus-summary-check-current)
6468               (not unread)
6469               (not (gnus-data-unread-p (car arts))))
6470       (setq arts (cdr arts)))
6471     (while arts
6472       (and (or (not unread)
6473                (gnus-data-unread-p (car arts)))
6474            (vectorp (gnus-data-header (car arts)))
6475            (gnus-subject-equal
6476             simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
6477            (setq result (car arts)
6478                  arts nil))
6479       (setq arts (cdr arts)))
6480     (and result
6481          (goto-char (gnus-data-pos result))
6482          (gnus-data-number result))))
6483
6484 (defun gnus-summary-search-forward (&optional unread subject backward)
6485   "Search forward for an article.
6486 If UNREAD, look for unread articles.  If SUBJECT, look for
6487 articles with that subject.  If BACKWARD, search backward instead."
6488   (cond (subject (gnus-summary-find-subject subject unread backward))
6489         (backward (gnus-summary-find-prev unread))
6490         (t (gnus-summary-find-next unread))))
6491
6492 (defun gnus-recenter (&optional n)
6493   "Center point in window and redisplay frame.
6494 Also do horizontal recentering."
6495   (interactive "P")
6496   (when (and gnus-auto-center-summary
6497              (not (eq gnus-auto-center-summary 'vertical)))
6498     (gnus-horizontal-recenter))
6499   (recenter n))
6500
6501 (defun gnus-summary-recenter ()
6502   "Center point in the summary window.
6503 If `gnus-auto-center-summary' is nil, or the article buffer isn't
6504 displayed, no centering will be performed."
6505   ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
6506   ;; Recenter only when requested.  Suggested by popovich@park.cs.columbia.edu.
6507   (interactive)
6508   ;; The user has to want it.
6509   (when gnus-auto-center-summary
6510     (let* ((top (cond ((< (window-height) 4) 0)
6511                       ((< (window-height) 7) 1)
6512                       (t (if (numberp gnus-auto-center-summary)
6513                              gnus-auto-center-summary
6514                            (/ (1- (window-height)) 2)))))
6515            (height (1- (window-height)))
6516            (bottom (save-excursion (goto-char (point-max))
6517                                    (forward-line (- height))
6518                                    (point)))
6519            (window (get-buffer-window (current-buffer))))
6520       (when (get-buffer-window gnus-article-buffer)
6521         ;; Only do recentering when the article buffer is displayed,
6522         ;; Set the window start to either `bottom', which is the biggest
6523         ;; possible valid number, or the second line from the top,
6524         ;; whichever is the least.
6525         (let ((top-pos (save-excursion (forward-line (- top)) (point))))
6526           (if (> bottom top-pos)
6527               ;; Keep the second line from the top visible
6528               (set-window-start window top-pos t)
6529             ;; Try to keep the bottom line visible; if it's partially
6530             ;; obscured, either scroll one more line to make it fully
6531             ;; visible, or revert to using TOP-POS.
6532             (save-excursion
6533               (goto-char (point-max))
6534               (forward-line -1)
6535               (let ((last-line-start (point)))
6536                 (goto-char bottom)
6537                 (set-window-start window (point) t)
6538                 (when (not (pos-visible-in-window-p last-line-start window))
6539                   (forward-line 1)
6540                   (set-window-start window (min (point) top-pos) t)))))))
6541       ;; Do horizontal recentering while we're at it.
6542       (when (and (get-buffer-window (current-buffer) t)
6543                  (not (eq gnus-auto-center-summary 'vertical)))
6544         (let ((selected (selected-window)))
6545           (select-window (get-buffer-window (current-buffer) t))
6546           (gnus-summary-position-point)
6547           (gnus-horizontal-recenter)
6548           (select-window selected))))))
6549
6550 (defun gnus-summary-jump-to-group (newsgroup)
6551   "Move point to NEWSGROUP in group mode buffer."
6552   ;; Keep update point of group mode buffer if visible.
6553   (if (eq (current-buffer) (get-buffer gnus-group-buffer))
6554       (save-window-excursion
6555         ;; Take care of tree window mode.
6556         (when (get-buffer-window gnus-group-buffer)
6557           (pop-to-buffer gnus-group-buffer))
6558         (gnus-group-jump-to-group newsgroup))
6559     (save-excursion
6560       ;; Take care of tree window mode.
6561       (if (get-buffer-window gnus-group-buffer)
6562           (pop-to-buffer gnus-group-buffer)
6563         (set-buffer gnus-group-buffer))
6564       (gnus-group-jump-to-group newsgroup))))
6565
6566 ;; This function returns a list of article numbers based on the
6567 ;; difference between the ranges of read articles in this group and
6568 ;; the range of active articles.
6569 (defun gnus-list-of-unread-articles (group)
6570   (let* ((read (gnus-info-read (gnus-get-info group)))
6571          (active (or (gnus-active group) (gnus-activate-group group)))
6572          (last (or (cdr active)
6573                    (error "Group %s couldn't be activated " group)))
6574          first nlast unread)
6575     ;; If none are read, then all are unread.
6576     (if (not read)
6577         (setq first (car active))
6578       ;; If the range of read articles is a single range, then the
6579       ;; first unread article is the article after the last read
6580       ;; article.  Sounds logical, doesn't it?
6581       (if (and (not (listp (cdr read)))
6582                (or (< (car read) (car active))
6583                    (progn (setq read (list read))
6584                           nil)))
6585           (setq first (max (car active) (1+ (cdr read))))
6586         ;; `read' is a list of ranges.
6587         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6588                                   (caar read)))
6589                   1)
6590           (setq first (car active)))
6591         (while read
6592           (when first
6593             (while (< first nlast)
6594               (setq unread (cons first unread)
6595                     first (1+ first))))
6596           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6597           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6598           (setq read (cdr read)))))
6599     ;; And add the last unread articles.
6600     (while (<= first last)
6601       (setq unread (cons first unread)
6602             first (1+ first)))
6603     ;; Return the list of unread articles.
6604     (delq 0 (nreverse unread))))
6605
6606 (defun gnus-list-of-read-articles (group)
6607   "Return a list of unread, unticked and non-dormant articles."
6608   (let* ((info (gnus-get-info group))
6609          (marked (gnus-info-marks info))
6610          (active (gnus-active group)))
6611     (and info active
6612          (gnus-list-range-difference
6613           (gnus-list-range-difference
6614            (gnus-sorted-complement
6615             (gnus-uncompress-range active)
6616             (gnus-list-of-unread-articles group))
6617            (cdr (assq 'dormant marked)))
6618           (cdr (assq 'tick marked))))))
6619
6620 ;; This function returns a sequence of article numbers based on the
6621 ;; difference between the ranges of read articles in this group and
6622 ;; the range of active articles.
6623 (defun gnus-sequence-of-unread-articles (group)
6624   (let* ((read (gnus-info-read (gnus-get-info group)))
6625          (active (or (gnus-active group) (gnus-activate-group group)))
6626          (last (cdr active))
6627          first nlast unread)
6628     ;; If none are read, then all are unread.
6629     (if (not read)
6630         (setq first (car active))
6631       ;; If the range of read articles is a single range, then the
6632       ;; first unread article is the article after the last read
6633       ;; article.  Sounds logical, doesn't it?
6634       (if (and (not (listp (cdr read)))
6635                (or (< (car read) (car active))
6636                    (progn (setq read (list read))
6637                           nil)))
6638           (setq first (max (car active) (1+ (cdr read))))
6639         ;; `read' is a list of ranges.
6640         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6641                                   (caar read)))
6642                   1)
6643           (setq first (car active)))
6644         (while read
6645           (when first
6646             (push (cons first nlast) unread))
6647           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6648           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6649           (setq read (cdr read)))))
6650     ;; And add the last unread articles.
6651     (cond ((not (and first last))
6652            nil)
6653           ((< first last)
6654            (push (cons first last) unread))
6655           ((= first last)
6656            (push first unread)))
6657     ;; Return the sequence of unread articles.
6658     (delq 0 (nreverse unread))))
6659
6660 ;; Various summary commands
6661
6662 (defun gnus-summary-select-article-buffer ()
6663   "Reconfigure windows to show article buffer."
6664   (interactive)
6665   (if (not (gnus-buffer-live-p gnus-article-buffer))
6666       (error "There is no article buffer for this summary buffer")
6667     (gnus-configure-windows 'article)
6668     (select-window (get-buffer-window gnus-article-buffer))))
6669
6670 (defun gnus-summary-universal-argument (arg)
6671   "Perform any operation on all articles that are process/prefixed."
6672   (interactive "P")
6673   (let ((articles (gnus-summary-work-articles arg))
6674         func article)
6675     (if (eq
6676          (setq
6677           func
6678           (key-binding
6679            (read-key-sequence
6680             (substitute-command-keys
6681              "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"))))
6682          'undefined)
6683         (gnus-error 1 "Undefined key")
6684       (save-excursion
6685         (while articles
6686           (gnus-summary-goto-subject (setq article (pop articles)))
6687           (let (gnus-newsgroup-processable)
6688             (command-execute func))
6689           (gnus-summary-remove-process-mark article)))))
6690   (gnus-summary-position-point))
6691
6692 (defun gnus-summary-toggle-truncation (&optional arg)
6693   "Toggle truncation of summary lines.
6694 With ARG, turn line truncation on if ARG is positive."
6695   (interactive "P")
6696   (setq truncate-lines
6697         (if (null arg) (not truncate-lines)
6698           (> (prefix-numeric-value arg) 0)))
6699   (redraw-display))
6700
6701 (defun gnus-summary-find-for-reselect ()
6702   "Return the number of an article to stay on across a reselect.
6703 The current article is considered, then following articles, then previous
6704 articles.  An article is sought which is not cancelled and isn't a temporary
6705 insertion from another group.  If there's no such then return a dummy 0."
6706   (let (found)
6707     (dolist (rev '(nil t))
6708       (unless found      ; don't demand the reverse list if we don't need it
6709         (let ((data (gnus-data-find-list
6710                      (gnus-summary-article-number) (gnus-data-list rev))))
6711           (while (and data (not found))
6712             (if (and (< 0 (gnus-data-number (car data)))
6713                      (not (eq gnus-canceled-mark (gnus-data-mark (car data)))))
6714                 (setq found (gnus-data-number (car data))))
6715             (setq data (cdr data))))))
6716     (or found 0)))
6717
6718 (defun gnus-summary-reselect-current-group (&optional all rescan)
6719   "Exit and then reselect the current newsgroup.
6720 The prefix argument ALL means to select all articles."
6721   (interactive "P")
6722   (when (gnus-ephemeral-group-p gnus-newsgroup-name)
6723     (error "Ephemeral groups can't be reselected"))
6724   (let ((current-subject (gnus-summary-find-for-reselect))
6725         (group gnus-newsgroup-name))
6726     (setq gnus-newsgroup-begin nil)
6727     (gnus-summary-exit nil 'leave-hidden)
6728     ;; We have to adjust the point of group mode buffer because
6729     ;; point was moved to the next unread newsgroup by exiting.
6730     (gnus-summary-jump-to-group group)
6731     (when rescan
6732       (save-excursion
6733         (gnus-group-get-new-news-this-group 1)))
6734     (gnus-group-read-group all t)
6735     (gnus-summary-goto-subject current-subject nil t)))
6736
6737 (defun gnus-summary-rescan-group (&optional all)
6738   "Exit the newsgroup, ask for new articles, and select the newsgroup."
6739   (interactive "P")
6740   (gnus-summary-reselect-current-group all t))
6741
6742 (defun gnus-summary-update-info (&optional non-destructive)
6743   (save-excursion
6744     (let ((group gnus-newsgroup-name))
6745       (when group
6746         (when gnus-newsgroup-kill-headers
6747           (setq gnus-newsgroup-killed
6748                 (gnus-compress-sequence
6749                  (gnus-sorted-union
6750                   (gnus-list-range-intersection
6751                    gnus-newsgroup-unselected gnus-newsgroup-killed)
6752                   gnus-newsgroup-unreads)
6753                  t)))
6754         (unless (listp (cdr gnus-newsgroup-killed))
6755           (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
6756         (let ((headers gnus-newsgroup-headers))
6757           ;; Set the new ranges of read articles.
6758           (with-current-buffer gnus-group-buffer
6759             (gnus-undo-force-boundary))
6760           (gnus-update-read-articles
6761            group (gnus-sorted-union
6762                   gnus-newsgroup-unreads gnus-newsgroup-unselected))
6763           ;; Set the current article marks.
6764           (let ((gnus-newsgroup-scored
6765                  (if (and (not gnus-save-score)
6766                           (not non-destructive))
6767                      nil
6768                    gnus-newsgroup-scored)))
6769             (save-excursion
6770               (gnus-update-marks)))
6771           ;; Do the cross-ref thing.
6772           (when gnus-use-cross-reference
6773             (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
6774           ;; Do not switch windows but change the buffer to work.
6775           (set-buffer gnus-group-buffer)
6776           (unless (gnus-ephemeral-group-p group)
6777             (gnus-group-update-group group)))))))
6778
6779 (defun gnus-summary-save-newsrc (&optional force)
6780   "Save the current number of read/marked articles in the dribble buffer.
6781 The dribble buffer will then be saved.
6782 If FORCE (the prefix), also save the .newsrc file(s)."
6783   (interactive "P")
6784   (gnus-summary-update-info t)
6785   (if force
6786       (gnus-save-newsrc-file)
6787     (gnus-dribble-save)))
6788
6789 (defun gnus-summary-exit (&optional temporary leave-hidden)
6790   "Exit reading current newsgroup, and then return to group selection mode.
6791 `gnus-exit-group-hook' is called with no arguments if that value is non-nil."
6792   (interactive)
6793   (gnus-set-global-variables)
6794   (when (gnus-buffer-live-p gnus-article-buffer)
6795     (save-excursion
6796       (set-buffer gnus-article-buffer)
6797       (mm-destroy-parts gnus-article-mime-handles)
6798       ;; Set it to nil for safety reason.
6799       (setq gnus-article-mime-handle-alist nil)
6800       (setq gnus-article-mime-handles nil)))
6801   (gnus-kill-save-kill-buffer)
6802   (gnus-async-halt-prefetch)
6803   (let* ((group gnus-newsgroup-name)
6804          (quit-config (gnus-group-quit-config gnus-newsgroup-name))
6805          (gnus-group-is-exiting-p t)
6806          (mode major-mode)
6807          (group-point nil)
6808          (buf (current-buffer)))
6809     (unless quit-config
6810       ;; Do adaptive scoring, and possibly save score files.
6811       (when gnus-newsgroup-adaptive
6812         (gnus-score-adaptive))
6813       (when gnus-use-scoring
6814         (gnus-score-save)))
6815     (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
6816     ;; If we have several article buffers, we kill them at exit.
6817     (unless gnus-single-article-buffer
6818       (gnus-kill-buffer gnus-original-article-buffer)
6819       (setq gnus-article-current nil))
6820     (when gnus-use-cache
6821       (gnus-cache-possibly-remove-articles)
6822       (gnus-cache-save-buffers))
6823     (gnus-async-prefetch-remove-group group)
6824     (when gnus-suppress-duplicates
6825       (gnus-dup-enter-articles))
6826     (when gnus-use-trees
6827       (gnus-tree-close group))
6828     (when gnus-use-cache
6829       (gnus-cache-write-active))
6830     ;; Remove entries for this group.
6831     (nnmail-purge-split-history (gnus-group-real-name group))
6832     ;; Make all changes in this group permanent.
6833     (unless quit-config
6834       (gnus-run-hooks 'gnus-exit-group-hook)
6835       (gnus-summary-update-info))
6836     (gnus-close-group group)
6837     ;; Make sure where we were, and go to next newsgroup.
6838     (set-buffer gnus-group-buffer)
6839     (unless quit-config
6840       (gnus-group-jump-to-group group))
6841     (gnus-run-hooks 'gnus-summary-exit-hook)
6842     (unless (or quit-config
6843                 ;; If this group has disappeared from the summary
6844                 ;; buffer, don't skip forwards.
6845                 (not (string= group (gnus-group-group-name))))
6846       (gnus-group-next-unread-group 1))
6847     (setq group-point (point))
6848     (if temporary
6849         nil                             ;Nothing to do.
6850       ;; If we have several article buffers, we kill them at exit.
6851       (unless gnus-single-article-buffer
6852         (gnus-kill-buffer gnus-article-buffer)
6853         (gnus-kill-buffer gnus-original-article-buffer)
6854         (setq gnus-article-current nil))
6855       (set-buffer buf)
6856       (if (not gnus-kill-summary-on-exit)
6857           (progn
6858             (gnus-deaden-summary)
6859             (setq mode nil))
6860         ;; We set all buffer-local variables to nil.  It is unclear why
6861         ;; this is needed, but if we don't, buffer-local variables are
6862         ;; not garbage-collected, it seems.  This would the lead to en
6863         ;; ever-growing Emacs.
6864         (gnus-summary-clear-local-variables)
6865         (let ((gnus-summary-local-variables gnus-newsgroup-variables))
6866           (gnus-summary-clear-local-variables))
6867         (when (get-buffer gnus-article-buffer)
6868           (bury-buffer gnus-article-buffer))
6869         ;; Return to group mode buffer.
6870         (when (eq mode 'gnus-summary-mode)
6871           (gnus-kill-buffer buf)))
6872       (setq gnus-current-select-method gnus-select-method)
6873       (set-buffer gnus-group-buffer)
6874       (if quit-config
6875           (gnus-handle-ephemeral-exit quit-config)
6876         (goto-char group-point)
6877         ;; If gnus-group-buffer is already displayed, make sure we also move
6878         ;; the cursor in the window that displays it.
6879         (let ((win (get-buffer-window (current-buffer) 0)))
6880           (if win (set-window-point win (point))))
6881         (unless leave-hidden
6882           (gnus-configure-windows 'group 'force)))
6883       ;; Clear the current group name.
6884       (unless quit-config
6885         (setq gnus-newsgroup-name nil)))))
6886
6887 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
6888 (defun gnus-summary-exit-no-update (&optional no-questions)
6889   "Quit reading current newsgroup without updating read article info."
6890   (interactive)
6891   (let* ((group gnus-newsgroup-name)
6892          (gnus-group-is-exiting-p t)
6893          (gnus-group-is-exiting-without-update-p t)
6894          (quit-config (gnus-group-quit-config group)))
6895     (when (or no-questions
6896               gnus-expert-user
6897               (gnus-y-or-n-p "Discard changes to this group and exit? "))
6898       (gnus-async-halt-prefetch)
6899       (run-hooks 'gnus-summary-prepare-exit-hook)
6900       (when (gnus-buffer-live-p gnus-article-buffer)
6901         (save-excursion
6902           (set-buffer gnus-article-buffer)
6903           (mm-destroy-parts gnus-article-mime-handles)
6904           ;; Set it to nil for safety reason.
6905           (setq gnus-article-mime-handle-alist nil)
6906           (setq gnus-article-mime-handles nil)))
6907       ;; If we have several article buffers, we kill them at exit.
6908       (unless gnus-single-article-buffer
6909         (gnus-kill-buffer gnus-article-buffer)
6910         (gnus-kill-buffer gnus-original-article-buffer)
6911         (setq gnus-article-current nil))
6912       (if (not gnus-kill-summary-on-exit)
6913           (gnus-deaden-summary)
6914         (gnus-close-group group)
6915         (gnus-summary-clear-local-variables)
6916         (let ((gnus-summary-local-variables gnus-newsgroup-variables))
6917           (gnus-summary-clear-local-variables))
6918         (gnus-kill-buffer gnus-summary-buffer))
6919       (unless gnus-single-article-buffer
6920         (setq gnus-article-current nil))
6921       (when gnus-use-trees
6922         (gnus-tree-close group))
6923       (gnus-async-prefetch-remove-group group)
6924       (when (get-buffer gnus-article-buffer)
6925         (bury-buffer gnus-article-buffer))
6926       ;; Return to the group buffer.
6927       (gnus-configure-windows 'group 'force)
6928       ;; Clear the current group name.
6929       (setq gnus-newsgroup-name nil)
6930       (unless (gnus-ephemeral-group-p group)
6931         (gnus-group-update-group group))
6932       (when (equal (gnus-group-group-name) group)
6933         (gnus-group-next-unread-group 1))
6934       (when quit-config
6935         (gnus-handle-ephemeral-exit quit-config)))))
6936
6937 (defun gnus-handle-ephemeral-exit (quit-config)
6938   "Handle movement when leaving an ephemeral group.
6939 The state which existed when entering the ephemeral is reset."
6940   (if (not (buffer-name (car quit-config)))
6941       (gnus-configure-windows 'group 'force)
6942     (set-buffer (car quit-config))
6943     (cond ((eq major-mode 'gnus-summary-mode)
6944            (gnus-set-global-variables))
6945           ((eq major-mode 'gnus-article-mode)
6946            (save-excursion
6947              ;; The `gnus-summary-buffer' variable may point
6948              ;; to the old summary buffer when using a single
6949              ;; article buffer.
6950              (unless (gnus-buffer-live-p gnus-summary-buffer)
6951                (set-buffer gnus-group-buffer))
6952              (set-buffer gnus-summary-buffer)
6953              (gnus-set-global-variables))))
6954     (if (or (eq (cdr quit-config) 'article)
6955             (eq (cdr quit-config) 'pick))
6956         (progn
6957           ;; The current article may be from the ephemeral group
6958           ;; thus it is best that we reload this article
6959           ;;
6960           ;; If we're exiting from a large digest, this can be
6961           ;; extremely slow.  So, it's better not to reload it. -- jh.
6962           ;;(gnus-summary-show-article)
6963           (if (and (boundp 'gnus-pick-mode) (symbol-value 'gnus-pick-mode))
6964               (gnus-configure-windows 'pick 'force)
6965             (gnus-configure-windows (cdr quit-config) 'force)))
6966       (gnus-configure-windows (cdr quit-config) 'force))
6967     (when (eq major-mode 'gnus-summary-mode)
6968       (gnus-summary-next-subject 1 nil t)
6969       (gnus-summary-recenter)
6970       (gnus-summary-position-point))))
6971
6972 ;;; Dead summaries.
6973
6974 (defvar gnus-dead-summary-mode-map nil)
6975
6976 (unless gnus-dead-summary-mode-map
6977   (setq gnus-dead-summary-mode-map (make-keymap))
6978   (suppress-keymap gnus-dead-summary-mode-map)
6979   (substitute-key-definition
6980    'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
6981   (dolist (key '("\C-d" "\r" "\177" [delete]))
6982     (define-key gnus-dead-summary-mode-map
6983       key 'gnus-summary-wake-up-the-dead))
6984   (dolist (key '("q" "Q"))
6985     (define-key gnus-dead-summary-mode-map key 'bury-buffer)))
6986
6987 (defvar gnus-dead-summary-mode nil
6988   "Minor mode for Gnus summary buffers.")
6989
6990 (defun gnus-dead-summary-mode (&optional arg)
6991   "Minor mode for Gnus summary buffers."
6992   (interactive "P")
6993   (when (eq major-mode 'gnus-summary-mode)
6994     (make-local-variable 'gnus-dead-summary-mode)
6995     (setq gnus-dead-summary-mode
6996           (if (null arg) (not gnus-dead-summary-mode)
6997             (> (prefix-numeric-value arg) 0)))
6998     (when gnus-dead-summary-mode
6999       (add-minor-mode
7000        'gnus-dead-summary-mode " Dead" gnus-dead-summary-mode-map))))
7001
7002 (defun gnus-deaden-summary ()
7003   "Make the current summary buffer into a dead summary buffer."
7004   ;; Kill any previous dead summary buffer.
7005   (when (and gnus-dead-summary
7006              (buffer-name gnus-dead-summary))
7007     (with-current-buffer gnus-dead-summary
7008       (when gnus-dead-summary-mode
7009         (kill-buffer (current-buffer)))))
7010   ;; Make this the current dead summary.
7011   (setq gnus-dead-summary (current-buffer))
7012   (gnus-dead-summary-mode 1)
7013   (let ((name (buffer-name)))
7014     (when (string-match "Summary" name)
7015       (rename-buffer
7016        (concat (substring name 0 (match-beginning 0)) "Dead "
7017                (substring name (match-beginning 0)))
7018        t)
7019       (bury-buffer))))
7020
7021 (defun gnus-kill-or-deaden-summary (buffer)
7022   "Kill or deaden the summary BUFFER."
7023   (save-excursion
7024     (when (and (buffer-name buffer)
7025                (not gnus-single-article-buffer))
7026       (with-current-buffer buffer
7027         (gnus-kill-buffer gnus-article-buffer)
7028         (gnus-kill-buffer gnus-original-article-buffer)))
7029     (cond
7030      ;; Kill the buffer.
7031      (gnus-kill-summary-on-exit
7032       (when (and gnus-use-trees
7033                  (gnus-buffer-exists-p buffer))
7034         (save-excursion
7035           (set-buffer buffer)
7036           (gnus-tree-close gnus-newsgroup-name)))
7037       (gnus-kill-buffer buffer))
7038      ;; Deaden the buffer.
7039      ((gnus-buffer-exists-p buffer)
7040       (save-excursion
7041         (set-buffer buffer)
7042         (gnus-deaden-summary))))))
7043
7044 (defun gnus-summary-wake-up-the-dead (&rest args)
7045   "Wake up the dead summary buffer."
7046   (interactive)
7047   (gnus-dead-summary-mode -1)
7048   (let ((name (buffer-name)))
7049     (when (string-match "Dead " name)
7050       (rename-buffer
7051        (concat (substring name 0 (match-beginning 0))
7052                (substring name (match-end 0)))
7053        t)))
7054   (gnus-message 3 "This dead summary is now alive again"))
7055
7056 ;; Suggested by Andrew Eskilsson <pi92ae@pt.hk-r.se>.
7057 (defun gnus-summary-fetch-faq (&optional faq-dir)
7058   "Fetch the FAQ for the current group.
7059 If FAQ-DIR (the prefix), prompt for a directory to search for the faq
7060 in."
7061   (interactive
7062    (list
7063     (when current-prefix-arg
7064       (completing-read
7065        "FAQ dir: " (and (listp gnus-group-faq-directory)
7066                         (mapcar 'list
7067                                 gnus-group-faq-directory))))))
7068   (let (gnus-faq-buffer)
7069     (when (setq gnus-faq-buffer
7070                 (gnus-group-fetch-faq gnus-newsgroup-name faq-dir))
7071       (gnus-configure-windows 'summary-faq))))
7072
7073 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
7074 (defun gnus-summary-describe-group (&optional force)
7075   "Describe the current newsgroup."
7076   (interactive "P")
7077   (gnus-group-describe-group force gnus-newsgroup-name))
7078
7079 (defun gnus-summary-describe-briefly ()
7080   "Describe summary mode commands briefly."
7081   (interactive)
7082   (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")))
7083
7084 ;; Walking around group mode buffer from summary mode.
7085
7086 (defun gnus-summary-next-group (&optional no-article target-group backward)
7087   "Exit current newsgroup and then select next unread newsgroup.
7088 If prefix argument NO-ARTICLE is non-nil, no article is selected
7089 initially.  If TARGET-GROUP, go to this group.  If BACKWARD, go to
7090 previous group instead."
7091   (interactive "P")
7092   ;; Stop pre-fetching.
7093   (gnus-async-halt-prefetch)
7094   (let ((current-group gnus-newsgroup-name)
7095         (current-buffer (current-buffer))
7096         entered)
7097     ;; First we semi-exit this group to update Xrefs and all variables.
7098     ;; We can't do a real exit, because the window conf must remain
7099     ;; the same in case the user is prompted for info, and we don't
7100     ;; want the window conf to change before that...
7101     (gnus-summary-exit t)
7102     (while (not entered)
7103       ;; Then we find what group we are supposed to enter.
7104       (set-buffer gnus-group-buffer)
7105       (gnus-group-jump-to-group current-group)
7106       (setq target-group
7107             (or target-group
7108                 (if (eq gnus-keep-same-level 'best)
7109                     (gnus-summary-best-group gnus-newsgroup-name)
7110                   (gnus-summary-search-group backward gnus-keep-same-level))))
7111       (if (not target-group)
7112           ;; There are no further groups, so we return to the group
7113           ;; buffer.
7114           (progn
7115             (gnus-message 5 "Returning to the group buffer")
7116             (setq entered t)
7117             (when (gnus-buffer-live-p current-buffer)
7118               (set-buffer current-buffer)
7119               (gnus-summary-exit))
7120             (gnus-run-hooks 'gnus-group-no-more-groups-hook))
7121         ;; We try to enter the target group.
7122         (gnus-group-jump-to-group target-group)
7123         (let ((unreads (gnus-group-group-unread)))
7124           (if (and (or (eq t unreads)
7125                        (and unreads (not (zerop unreads))))
7126                    (gnus-summary-read-group
7127                     target-group nil no-article
7128                     (and (buffer-name current-buffer) current-buffer)
7129                     nil backward))
7130               (setq entered t)
7131             (setq current-group target-group
7132                   target-group nil)))))))
7133
7134 (defun gnus-summary-prev-group (&optional no-article)
7135   "Exit current newsgroup and then select previous unread newsgroup.
7136 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
7137   (interactive "P")
7138   (gnus-summary-next-group no-article nil t))
7139
7140 ;; Walking around summary lines.
7141
7142 (defun gnus-summary-first-subject (&optional unread undownloaded unseen)
7143   "Go to the first subject satisfying any non-nil constraint.
7144 If UNREAD is non-nil, the article should be unread.
7145 If UNDOWNLOADED is non-nil, the article should be undownloaded.
7146 If UNSEEN is non-nil, the article should be unseen.
7147 Returns the article selected or nil if there are no matching articles."
7148   (interactive "P")
7149   (cond
7150    ;; Empty summary.
7151    ((null gnus-newsgroup-data)
7152     (gnus-message 3 "No articles in the group")
7153     nil)
7154    ;; Pick the first article.
7155    ((not (or unread undownloaded unseen))
7156     (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
7157     (gnus-data-number (car gnus-newsgroup-data)))
7158    ;; Find the first unread article.
7159    (t
7160     (let ((data gnus-newsgroup-data))
7161       (while (and data
7162                   (let ((num (gnus-data-number (car data))))
7163                     (or (memq num gnus-newsgroup-unfetched)
7164                         (not (or (and unread
7165                                       (memq num gnus-newsgroup-unreads))
7166                                  (and undownloaded
7167                                       (memq num gnus-newsgroup-undownloaded))
7168                                  (and unseen
7169                                       (memq num gnus-newsgroup-unseen)))))))
7170         (setq data (cdr data)))
7171       (prog1
7172           (if data
7173               (progn
7174                 (goto-char (gnus-data-pos (car data)))
7175                 (gnus-data-number (car data)))
7176             (gnus-message 3 "No more%s articles"
7177                           (let* ((r (when unread " unread"))
7178                                  (d (when undownloaded " undownloaded"))
7179                                  (s (when unseen " unseen"))
7180                                  (l (delq nil (list r d s))))
7181                             (cond ((= 3 (length l))
7182                                    (concat r "," d ", or" s))
7183                                   ((= 2 (length l))
7184                                    (concat (car l) ", or" (cadr l)))
7185                                   ((= 1 (length l))
7186                                    (car l))
7187                                   (t
7188                                    ""))))
7189             nil
7190             )
7191         (gnus-summary-position-point))))))
7192
7193 (defun gnus-summary-next-subject (n &optional unread dont-display)
7194   "Go to next N'th summary line.
7195 If N is negative, go to the previous N'th subject line.
7196 If UNREAD is non-nil, only unread articles are selected.
7197 The difference between N and the actual number of steps taken is
7198 returned."
7199   (interactive "p")
7200   (let ((backward (< n 0))
7201         (n (abs n)))
7202     (while (and (> n 0)
7203                 (if backward
7204                     (gnus-summary-find-prev unread)
7205                   (gnus-summary-find-next unread)))
7206       (unless (zerop (setq n (1- n)))
7207         (gnus-summary-show-thread)))
7208     (when (/= 0 n)
7209       (gnus-message 7 "No more%s articles"
7210                     (if unread " unread" "")))
7211     (unless dont-display
7212       (gnus-summary-recenter)
7213       (gnus-summary-position-point))
7214     n))
7215
7216 (defun gnus-summary-next-unread-subject (n)
7217   "Go to next N'th unread summary line."
7218   (interactive "p")
7219   (gnus-summary-next-subject n t))
7220
7221 (defun gnus-summary-prev-subject (n &optional unread)
7222   "Go to previous N'th summary line.
7223 If optional argument UNREAD is non-nil, only unread article is selected."
7224   (interactive "p")
7225   (gnus-summary-next-subject (- n) unread))
7226
7227 (defun gnus-summary-prev-unread-subject (n)
7228   "Go to previous N'th unread summary line."
7229   (interactive "p")
7230   (gnus-summary-next-subject (- n) t))
7231
7232 (defun gnus-summary-goto-subjects (articles)
7233   "Insert the subject header for ARTICLES in the current buffer."
7234   (save-excursion
7235     (dolist (article articles)
7236       (gnus-summary-goto-subject article t)))
7237   (gnus-summary-limit (append articles gnus-newsgroup-limit))
7238   (gnus-summary-position-point))
7239
7240 (defun gnus-summary-goto-subject (article &optional force silent)
7241   "Go the subject line of ARTICLE.
7242 If FORCE, also allow jumping to articles not currently shown."
7243   (interactive "nArticle number: ")
7244   (unless (numberp article)
7245     (error "Article %s is not a number" article))
7246   (let ((b (point))
7247         (data (gnus-data-find article)))
7248     ;; We read in the article if we have to.
7249     (and (not data)
7250          force
7251          (gnus-summary-insert-subject
7252           article
7253           (if (or (numberp force) (vectorp force)) force)
7254           t)
7255          (setq data (gnus-data-find article)))
7256     (goto-char b)
7257     (if (not data)
7258         (progn
7259           (unless silent
7260             (gnus-message 3 "Can't find article %d" article))
7261           nil)
7262       (let ((pt (gnus-data-pos data)))
7263         (goto-char pt)
7264         (gnus-summary-set-article-display-arrow pt))
7265       (gnus-summary-position-point)
7266       article)))
7267
7268 ;; Walking around summary lines with displaying articles.
7269
7270 (defun gnus-summary-expand-window (&optional arg)
7271   "Make the summary buffer take up the entire Emacs frame.
7272 Given a prefix, will force an `article' buffer configuration."
7273   (interactive "P")
7274   (if arg
7275       (gnus-configure-windows 'article 'force)
7276     (gnus-configure-windows 'summary 'force)))
7277
7278 (defun gnus-summary-display-article (article &optional all-header)
7279   "Display ARTICLE in article buffer."
7280   (when (gnus-buffer-live-p gnus-article-buffer)
7281     (with-current-buffer gnus-article-buffer
7282       (mm-enable-multibyte)))
7283   (gnus-set-global-variables)
7284   (when (gnus-buffer-live-p gnus-article-buffer)
7285     (with-current-buffer gnus-article-buffer
7286       (setq gnus-article-charset gnus-newsgroup-charset)
7287       (setq gnus-article-ignored-charsets gnus-newsgroup-ignored-charsets)
7288       (mm-enable-multibyte)))
7289   (if (null article)
7290       nil
7291     (prog1
7292         (if gnus-summary-display-article-function
7293             (funcall gnus-summary-display-article-function article all-header)
7294           (gnus-article-prepare article all-header))
7295       (gnus-run-hooks 'gnus-select-article-hook)
7296       (when (and gnus-current-article
7297                  (not (zerop gnus-current-article)))
7298         (gnus-summary-goto-subject gnus-current-article))
7299       (gnus-summary-recenter)
7300       (when (and gnus-use-trees gnus-show-threads)
7301         (gnus-possibly-generate-tree article)
7302         (gnus-highlight-selected-tree article))
7303       ;; Successfully display article.
7304       (gnus-article-set-window-start
7305        (cdr (assq article gnus-newsgroup-bookmarks))))))
7306
7307 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
7308   "Select the current article.
7309 If ALL-HEADERS is non-nil, show all header fields.  If FORCE is
7310 non-nil, the article will be re-fetched even if it already present in
7311 the article buffer.  If PSEUDO is non-nil, pseudo-articles will also
7312 be displayed."
7313   ;; Make sure we are in the summary buffer to work around bbdb bug.
7314   (unless (eq major-mode 'gnus-summary-mode)
7315     (set-buffer gnus-summary-buffer))
7316   (let ((article (or article (gnus-summary-article-number)))
7317         (all-headers (not (not all-headers))) ;Must be t or nil.
7318         gnus-summary-display-article-function)
7319     (and (not pseudo)
7320          (gnus-summary-article-pseudo-p article)
7321          (error "This is a pseudo-article"))
7322     (save-excursion
7323       (set-buffer gnus-summary-buffer)
7324       (if (or (and gnus-single-article-buffer
7325                    (or (null gnus-current-article)
7326                        (null gnus-article-current)
7327                        (null (get-buffer gnus-article-buffer))
7328                        (not (eq article (cdr gnus-article-current)))
7329                        (not (equal (car gnus-article-current)
7330                                    gnus-newsgroup-name))))
7331               (and (not gnus-single-article-buffer)
7332                    (or (null gnus-current-article)
7333                        (not (eq gnus-current-article article))))
7334               force)
7335           ;; The requested article is different from the current article.
7336           (progn
7337             (gnus-summary-display-article article all-headers)
7338             (when (gnus-buffer-live-p gnus-article-buffer)
7339               (with-current-buffer gnus-article-buffer
7340                 (if (not gnus-article-decoded-p) ;; a local variable
7341                     (mm-disable-multibyte))))
7342             (gnus-article-set-window-start
7343              (cdr (assq article gnus-newsgroup-bookmarks)))
7344             article)
7345         'old))))
7346
7347 (defun gnus-summary-force-verify-and-decrypt ()
7348   "Display buttons for signed/encrypted parts and verify/decrypt them."
7349   (interactive)
7350   (let ((mm-verify-option 'known)
7351         (mm-decrypt-option 'known)
7352         (gnus-article-emulate-mime t)
7353         (gnus-buttonized-mime-types (append (list "multipart/signed"
7354                                                   "multipart/encrypted")
7355                                             gnus-buttonized-mime-types)))
7356     (gnus-summary-select-article nil 'force)))
7357
7358 (defun gnus-summary-set-current-mark (&optional current-mark)
7359   "Obsolete function."
7360   nil)
7361
7362 (defun gnus-summary-next-article (&optional unread subject backward push)
7363   "Select the next article.
7364 If UNREAD, only unread articles are selected.
7365 If SUBJECT, only articles with SUBJECT are selected.
7366 If BACKWARD, the previous article is selected instead of the next."
7367   (interactive "P")
7368   (cond
7369    ;; Is there such an article?
7370    ((and (gnus-summary-search-forward unread subject backward)
7371          (or (gnus-summary-display-article (gnus-summary-article-number))
7372              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
7373     (gnus-summary-position-point))
7374    ;; If not, we try the first unread, if that is wanted.
7375    ((and subject
7376          gnus-auto-select-same
7377          (gnus-summary-first-unread-article))
7378     (gnus-summary-position-point)
7379     (gnus-message 6 "Wrapped"))
7380    ;; Try to get next/previous article not displayed in this group.
7381    ((and gnus-auto-extend-newsgroup
7382          (not unread) (not subject))
7383     (gnus-summary-goto-article
7384      (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
7385      nil (count-lines (point-min) (point))))
7386    ;; Go to next/previous group.
7387    (t
7388     (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
7389       (gnus-summary-jump-to-group gnus-newsgroup-name))
7390     (let ((cmd last-command-char)
7391           (point
7392            (with-current-buffer gnus-group-buffer
7393              (point)))
7394           (group
7395            (if (eq gnus-keep-same-level 'best)
7396                (gnus-summary-best-group gnus-newsgroup-name)
7397              (gnus-summary-search-group backward gnus-keep-same-level))))
7398       ;; For some reason, the group window gets selected.  We change
7399       ;; it back.
7400       (select-window (get-buffer-window (current-buffer)))
7401       ;; Select next unread newsgroup automagically.
7402       (cond
7403        ((or (not gnus-auto-select-next)
7404             (not cmd))
7405         (gnus-message 7 "No more%s articles" (if unread " unread" "")))
7406        ((or (eq gnus-auto-select-next 'quietly)
7407             (and (eq gnus-auto-select-next 'slightly-quietly)
7408                  push)
7409             (and (eq gnus-auto-select-next 'almost-quietly)
7410                  (gnus-summary-last-article-p)))
7411         ;; Select quietly.
7412         (if (gnus-ephemeral-group-p gnus-newsgroup-name)
7413             (gnus-summary-exit)
7414           (gnus-message 7 "No more%s articles (%s)..."
7415                         (if unread " unread" "")
7416                         (if group (concat "selecting " group)
7417                           "exiting"))
7418           (gnus-summary-next-group nil group backward)))
7419        (t
7420         (when (gnus-key-press-event-p last-input-event)
7421           (gnus-summary-walk-group-buffer
7422            gnus-newsgroup-name cmd unread backward point))))))))
7423
7424 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward start)
7425   (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
7426                       (?\C-p (gnus-group-prev-unread-group 1))))
7427         (cursor-in-echo-area t)
7428         keve key group ended prompt)
7429     (save-excursion
7430       (set-buffer gnus-group-buffer)
7431       (goto-char start)
7432       (setq group
7433             (if (eq gnus-keep-same-level 'best)
7434                 (gnus-summary-best-group gnus-newsgroup-name)
7435               (gnus-summary-search-group backward gnus-keep-same-level))))
7436     (while (not ended)
7437       (setq prompt
7438             (format
7439              "No more%s articles%s " (if unread " unread" "")
7440              (if (and group
7441                       (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
7442                  (format " (Type %s for %s [%s])"
7443                          (single-key-description cmd)
7444                          (gnus-group-decoded-name group)
7445                          (gnus-group-unread group))
7446                (format " (Type %s to exit %s)"
7447                        (single-key-description cmd)
7448                        (gnus-group-decoded-name gnus-newsgroup-name)))))
7449       ;; Confirm auto selection.
7450       (setq key (car (setq keve (gnus-read-event-char prompt)))
7451             ended t)
7452       (cond
7453        ((assq key keystrokes)
7454         (let ((obuf (current-buffer)))
7455           (switch-to-buffer gnus-group-buffer)
7456           (when group
7457             (gnus-group-jump-to-group group))
7458           (eval (cadr (assq key keystrokes)))
7459           (setq group (gnus-group-group-name))
7460           (switch-to-buffer obuf))
7461         (setq ended nil))
7462        ((equal key cmd)
7463         (if (or (not group)
7464                 (gnus-ephemeral-group-p gnus-newsgroup-name))
7465             (gnus-summary-exit)
7466           (gnus-summary-next-group nil group backward)))
7467        (t
7468         (push (cdr keve) unread-command-events))))))
7469
7470 (defun gnus-summary-next-unread-article ()
7471   "Select unread article after current one."
7472   (interactive)
7473   (gnus-summary-next-article
7474    (or (not (eq gnus-summary-goto-unread 'never))
7475        (gnus-summary-last-article-p (gnus-summary-article-number)))
7476    (and gnus-auto-select-same
7477         (gnus-summary-article-subject))))
7478
7479 (defun gnus-summary-prev-article (&optional unread subject)
7480   "Select the article after the current one.
7481 If UNREAD is non-nil, only unread articles are selected."
7482   (interactive "P")
7483   (gnus-summary-next-article unread subject t))
7484
7485 (defun gnus-summary-prev-unread-article ()
7486   "Select unread article before current one."
7487   (interactive)
7488   (gnus-summary-prev-article
7489    (or (not (eq gnus-summary-goto-unread 'never))
7490        (gnus-summary-first-article-p (gnus-summary-article-number)))
7491    (and gnus-auto-select-same
7492         (gnus-summary-article-subject))))
7493
7494 (defun gnus-summary-next-page (&optional lines circular stop)
7495   "Show next page of the selected article.
7496 If at the end of the current article, select the next article.
7497 LINES says how many lines should be scrolled up.
7498
7499 If CIRCULAR is non-nil, go to the start of the article instead of
7500 selecting the next article when reaching the end of the current
7501 article.
7502
7503 If STOP is non-nil, just stop when reaching the end of the message.
7504
7505 Also see the variable `gnus-article-skip-boring'."
7506   (interactive "P")
7507   (setq gnus-summary-buffer (current-buffer))
7508   (gnus-set-global-variables)
7509   (let ((article (gnus-summary-article-number))
7510         (article-window (get-buffer-window gnus-article-buffer t))
7511         endp)
7512     ;; If the buffer is empty, we have no article.
7513     (unless article
7514       (error "No article to select"))
7515     (gnus-configure-windows 'article)
7516     (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
7517         (if (and (eq gnus-summary-goto-unread 'never)
7518                  (not (gnus-summary-last-article-p article)))
7519             (gnus-summary-next-article)
7520           (gnus-summary-next-unread-article))
7521       (if (or (null gnus-current-article)
7522               (null gnus-article-current)
7523               (/= article (cdr gnus-article-current))
7524               (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7525           ;; Selected subject is different from current article's.
7526           (gnus-summary-display-article article)
7527         (when article-window
7528           (gnus-eval-in-buffer-window gnus-article-buffer
7529             (setq endp (or (gnus-article-next-page lines)
7530                            (gnus-article-only-boring-p))))
7531           (when endp
7532             (cond (stop
7533                    (gnus-message 3 "End of message"))
7534                   (circular
7535                    (gnus-summary-beginning-of-article))
7536                   (lines
7537                    (gnus-message 3 "End of message"))
7538                   ((null lines)
7539                    (if (and (eq gnus-summary-goto-unread 'never)
7540                             (not (gnus-summary-last-article-p article)))
7541                        (gnus-summary-next-article)
7542                      (gnus-summary-next-unread-article))))))))
7543     (gnus-summary-recenter)
7544     (gnus-summary-position-point)))
7545
7546 (defun gnus-summary-prev-page (&optional lines move)
7547   "Show previous page of selected article.
7548 Argument LINES specifies lines to be scrolled down.
7549 If MOVE, move to the previous unread article if point is at
7550 the beginning of the buffer."
7551   (interactive "P")
7552   (let ((article (gnus-summary-article-number))
7553         (article-window (get-buffer-window gnus-article-buffer t))
7554         endp)
7555     (gnus-configure-windows 'article)
7556     (if (or (null gnus-current-article)
7557             (null gnus-article-current)
7558             (/= article (cdr gnus-article-current))
7559             (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7560         ;; Selected subject is different from current article's.
7561         (gnus-summary-display-article article)
7562       (gnus-summary-recenter)
7563       (when article-window
7564         (gnus-eval-in-buffer-window gnus-article-buffer
7565           (setq endp (gnus-article-prev-page lines)))
7566         (when (and move endp)
7567           (cond (lines
7568                  (gnus-message 3 "Beginning of message"))
7569                 ((null lines)
7570                  (if (and (eq gnus-summary-goto-unread 'never)
7571                           (not (gnus-summary-first-article-p article)))
7572                      (gnus-summary-prev-article)
7573                    (gnus-summary-prev-unread-article))))))))
7574   (gnus-summary-position-point))
7575
7576 (defun gnus-summary-prev-page-or-article (&optional lines)
7577   "Show previous page of selected article.
7578 Argument LINES specifies lines to be scrolled down.
7579 If at the beginning of the article, go to the next article."
7580   (interactive "P")
7581   (gnus-summary-prev-page lines t))
7582
7583 (defun gnus-summary-scroll-up (lines)
7584   "Scroll up (or down) one line current article.
7585 Argument LINES specifies lines to be scrolled up (or down if negative)."
7586   (interactive "p")
7587   (gnus-configure-windows 'article)
7588   (gnus-summary-show-thread)
7589   (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
7590     (gnus-eval-in-buffer-window gnus-article-buffer
7591       (cond ((> lines 0)
7592              (when (gnus-article-next-page lines)
7593                (gnus-message 3 "End of message")))
7594             ((< lines 0)
7595              (gnus-article-prev-page (- lines))))))
7596   (gnus-summary-recenter)
7597   (gnus-summary-position-point))
7598
7599 (defun gnus-summary-scroll-down (lines)
7600   "Scroll down (or up) one line current article.
7601 Argument LINES specifies lines to be scrolled down (or up if negative)."
7602   (interactive "p")
7603   (gnus-summary-scroll-up (- lines)))
7604
7605 (defun gnus-summary-next-same-subject ()
7606   "Select next article which has the same subject as current one."
7607   (interactive)
7608   (gnus-summary-next-article nil (gnus-summary-article-subject)))
7609
7610 (defun gnus-summary-prev-same-subject ()
7611   "Select previous article which has the same subject as current one."
7612   (interactive)
7613   (gnus-summary-prev-article nil (gnus-summary-article-subject)))
7614
7615 (defun gnus-summary-next-unread-same-subject ()
7616   "Select next unread article which has the same subject as current one."
7617   (interactive)
7618   (gnus-summary-next-article t (gnus-summary-article-subject)))
7619
7620 (defun gnus-summary-prev-unread-same-subject ()
7621   "Select previous unread article which has the same subject as current one."
7622   (interactive)
7623   (gnus-summary-prev-article t (gnus-summary-article-subject)))
7624
7625 (defun gnus-summary-first-unread-article ()
7626   "Select the first unread article.
7627 Return nil if there are no unread articles."
7628   (interactive)
7629   (prog1
7630       (when (gnus-summary-first-subject t)
7631         (gnus-summary-show-thread)
7632         (gnus-summary-first-subject t)
7633         (gnus-summary-display-article (gnus-summary-article-number)))
7634     (gnus-summary-position-point)))
7635
7636 (defun gnus-summary-first-unread-subject ()
7637   "Place the point on the subject line of the first unread article.
7638 Return nil if there are no unread articles."
7639   (interactive)
7640   (prog1
7641       (when (gnus-summary-first-subject t)
7642         (gnus-summary-show-thread)
7643         (gnus-summary-first-subject t))
7644     (gnus-summary-position-point)))
7645
7646 (defun gnus-summary-first-unseen-subject ()
7647   "Place the point on the subject line of the first unseen article.
7648 Return nil if there are no unseen articles."
7649   (interactive)
7650   (prog1
7651       (when (gnus-summary-first-subject nil nil t)
7652         (gnus-summary-show-thread)
7653         (gnus-summary-first-subject nil nil t))
7654     (gnus-summary-position-point)))
7655
7656 (defun gnus-summary-first-unseen-or-unread-subject ()
7657   "Place the point on the subject line of the first unseen article or,
7658 if all article have been seen, on the subject line of the first unread
7659 article."
7660   (interactive)
7661   (prog1
7662       (unless (when (gnus-summary-first-subject nil nil t)
7663                 (gnus-summary-show-thread)
7664                 (gnus-summary-first-subject nil nil t))
7665         (when (gnus-summary-first-subject t)
7666           (gnus-summary-show-thread)
7667           (gnus-summary-first-subject t)))
7668     (gnus-summary-position-point)))
7669
7670 (defun gnus-summary-first-article ()
7671   "Select the first article.
7672 Return nil if there are no articles."
7673   (interactive)
7674   (prog1
7675       (when (gnus-summary-first-subject)
7676         (gnus-summary-show-thread)
7677         (gnus-summary-first-subject)
7678         (gnus-summary-display-article (gnus-summary-article-number)))
7679     (gnus-summary-position-point)))
7680
7681 (defun gnus-summary-best-unread-article (&optional arg)
7682   "Select the unread article with the highest score.
7683 If given a prefix argument, select the next unread article that has a
7684 score higher than the default score."
7685   (interactive "P")
7686   (let ((article (if arg
7687                      (gnus-summary-better-unread-subject)
7688                    (gnus-summary-best-unread-subject))))
7689     (if article
7690         (gnus-summary-goto-article article)
7691       (error "No unread articles"))))
7692
7693 (defun gnus-summary-best-unread-subject ()
7694   "Select the unread subject with the highest score."
7695   (interactive)
7696   (let ((best -1000000)
7697         (data gnus-newsgroup-data)
7698         article score)
7699     (while data
7700       (and (gnus-data-unread-p (car data))
7701            (> (setq score
7702                     (gnus-summary-article-score (gnus-data-number (car data))))
7703               best)
7704            (setq best score
7705                  article (gnus-data-number (car data))))
7706       (setq data (cdr data)))
7707     (when article
7708       (gnus-summary-goto-subject article))
7709     (gnus-summary-position-point)
7710     article))
7711
7712 (defun gnus-summary-better-unread-subject ()
7713   "Select the first unread subject that has a score over the default score."
7714   (interactive)
7715   (let ((data gnus-newsgroup-data)
7716         article score)
7717     (while (and (setq article (gnus-data-number (car data)))
7718                 (or (gnus-data-read-p (car data))
7719                     (not (> (gnus-summary-article-score article)
7720                             gnus-summary-default-score))))
7721       (setq data (cdr data)))
7722     (when article
7723       (gnus-summary-goto-subject article))
7724     (gnus-summary-position-point)
7725     article))
7726
7727 (defun gnus-summary-last-subject ()
7728   "Go to the last displayed subject line in the group."
7729   (let ((article (gnus-data-number (car (gnus-data-list t)))))
7730     (when article
7731       (gnus-summary-goto-subject article))))
7732
7733 (defun gnus-summary-goto-article (article &optional all-headers force)
7734   "Fetch ARTICLE (article number or Message-ID) and display it if it exists.
7735 If ALL-HEADERS is non-nil, no header lines are hidden.
7736 If FORCE, go to the article even if it isn't displayed.  If FORCE
7737 is a number, it is the line the article is to be displayed on."
7738   (interactive
7739    (list
7740     (completing-read
7741      "Article number or Message-ID: "
7742      (mapcar (lambda (number) (list (int-to-string number)))
7743              gnus-newsgroup-limit))
7744     current-prefix-arg
7745     t))
7746   (prog1
7747       (if (and (stringp article)
7748                (string-match "@\\|%40" article))
7749           (gnus-summary-refer-article article)
7750         (when (stringp article)
7751           (setq article (string-to-number article)))
7752         (if (gnus-summary-goto-subject article force)
7753             (gnus-summary-display-article article all-headers)
7754           (gnus-message 4 "Couldn't go to article %s" article) nil))
7755     (gnus-summary-position-point)))
7756
7757 (defun gnus-summary-goto-last-article ()
7758   "Go to the previously read article."
7759   (interactive)
7760   (prog1
7761       (when gnus-last-article
7762         (gnus-summary-goto-article gnus-last-article nil t))
7763     (gnus-summary-position-point)))
7764
7765 (defun gnus-summary-pop-article (number)
7766   "Pop one article off the history and go to the previous.
7767 NUMBER articles will be popped off."
7768   (interactive "p")
7769   (let (to)
7770     (setq gnus-newsgroup-history
7771           (cdr (setq to (nthcdr number gnus-newsgroup-history))))
7772     (if to
7773         (gnus-summary-goto-article (car to) nil t)
7774       (error "Article history empty")))
7775   (gnus-summary-position-point))
7776
7777 ;; Summary commands and functions for limiting the summary buffer.
7778
7779 (defun gnus-summary-limit-to-articles (n)
7780   "Limit the summary buffer to the next N articles.
7781 If not given a prefix, use the process marked articles instead."
7782   (interactive "P")
7783   (prog1
7784       (let ((articles (gnus-summary-work-articles n)))
7785         (setq gnus-newsgroup-processable nil)
7786         (gnus-summary-limit articles))
7787     (gnus-summary-position-point)))
7788
7789 (defun gnus-summary-pop-limit (&optional total)
7790   "Restore the previous limit.
7791 If given a prefix, remove all limits."
7792   (interactive "P")
7793   (when total
7794     (setq gnus-newsgroup-limits
7795           (list (mapcar (lambda (h) (mail-header-number h))
7796                         gnus-newsgroup-headers))))
7797   (unless gnus-newsgroup-limits
7798     (error "No limit to pop"))
7799   (prog1
7800       (gnus-summary-limit nil 'pop)
7801     (gnus-summary-position-point)))
7802
7803 (defun gnus-summary-limit-to-subject (subject &optional header not-matching)
7804   "Limit the summary buffer to articles that have subjects that match a regexp.
7805 If NOT-MATCHING, excluding articles that have subjects that match a regexp."
7806   (interactive
7807    (list (read-string (if current-prefix-arg
7808                           "Exclude subject (regexp): "
7809                         "Limit to subject (regexp): "))
7810          nil current-prefix-arg))
7811   (unless header
7812     (setq header "subject"))
7813   (when (not (equal "" subject))
7814     (prog1
7815         (let ((articles (gnus-summary-find-matching
7816                          (or header "subject") subject 'all nil nil
7817                          not-matching)))
7818           (unless articles
7819             (error "Found no matches for \"%s\"" subject))
7820           (gnus-summary-limit articles))
7821       (gnus-summary-position-point))))
7822
7823 (defun gnus-summary-limit-to-author (from &optional not-matching)
7824   "Limit the summary buffer to articles that have authors that match a regexp.
7825 If NOT-MATCHING, excluding articles that have authors that match a regexp."
7826   (interactive
7827    (list (read-string (if current-prefix-arg
7828                           "Exclude author (regexp): "
7829                         "Limit to author (regexp): "))
7830          current-prefix-arg))
7831   (gnus-summary-limit-to-subject from "from" not-matching))
7832
7833 (defun gnus-summary-limit-to-recipient (recipient &optional not-matching)
7834   "Limit the summary buffer to articles with the given RECIPIENT.
7835
7836 If NOT-MATCHING, exclude RECIPIENT.
7837
7838 To and Cc headers are checked.  You need to include them in
7839 `nnmail-extra-headers'."
7840   ;; Unlike `rmail-summary-by-recipients', doesn't include From.
7841   (interactive
7842    (list (read-string (format "%s recipient (regexp): "
7843                               (if current-prefix-arg "Exclude" "Limit to")))
7844          current-prefix-arg))
7845   (when (not (equal "" recipient))
7846     (prog1 (let* ((to
7847                    (if (memq 'To nnmail-extra-headers)
7848                        (gnus-summary-find-matching
7849                         (cons 'extra 'To) recipient 'all nil nil
7850                         not-matching)
7851                      (gnus-message
7852                       1 "`To' isn't present in `nnmail-extra-headers'")
7853                      (sit-for 1)
7854                      nil))
7855                   (cc
7856                    (if (memq 'Cc nnmail-extra-headers)
7857                        (gnus-summary-find-matching
7858                         (cons 'extra 'Cc) recipient 'all nil nil
7859                         not-matching)
7860                      (gnus-message
7861                       1 "`Cc' isn't present in `nnmail-extra-headers'")
7862                      (sit-for 1)
7863                      nil))
7864                   (articles
7865                    (if not-matching
7866                        ;; We need the numbers that are in both lists:
7867                        (mapcar (lambda (a)
7868                                  (and (memq a to) a))
7869                                cc)
7870                      (nconc to cc))))
7871              (unless articles
7872                (error "Found no matches for \"%s\"" recipient))
7873              (gnus-summary-limit articles))
7874       (gnus-summary-position-point))))
7875
7876 (defun gnus-summary-limit-to-age (age &optional younger-p)
7877   "Limit the summary buffer to articles that are older than (or equal) AGE days.
7878 If YOUNGER-P (the prefix) is non-nil, limit the summary buffer to
7879 articles that are younger than AGE days."
7880   (interactive
7881    (let ((younger current-prefix-arg)
7882          (days-got nil)
7883          days)
7884      (while (not days-got)
7885        (setq days (if younger
7886                       (read-string "Limit to articles younger than (in days, older when negative): ")
7887                     (read-string
7888                      "Limit to articles older than (in days, younger when negative): ")))
7889        (when (> (length days) 0)
7890          (setq days (read days)))
7891        (if (numberp days)
7892            (progn
7893              (setq days-got t)
7894              (when (< days 0)
7895                (setq younger (not younger))
7896                (setq days (* days -1))))
7897          (message "Please enter a number.")
7898          (sleep-for 1)))
7899      (list days younger)))
7900   (prog1
7901       (let ((data gnus-newsgroup-data)
7902             (cutoff (days-to-time age))
7903             articles d date is-younger)
7904         (while (setq d (pop data))
7905           (when (and (vectorp (gnus-data-header d))
7906                      (setq date (mail-header-date (gnus-data-header d))))
7907             (setq is-younger (time-less-p
7908                               (time-since (condition-case ()
7909                                               (date-to-time date)
7910                                             (error '(0 0))))
7911                               cutoff))
7912             (when (if younger-p
7913                       is-younger
7914                     (not is-younger))
7915               (push (gnus-data-number d) articles))))
7916         (gnus-summary-limit (nreverse articles)))
7917     (gnus-summary-position-point)))
7918
7919 (defun gnus-summary-limit-to-extra (header regexp &optional not-matching)
7920   "Limit the summary buffer to articles that match an 'extra' header."
7921   (interactive
7922    (let ((header
7923           (intern
7924            (gnus-completing-read-with-default
7925             (symbol-name (car gnus-extra-headers))
7926             (if current-prefix-arg
7927                 "Exclude extra header"
7928               "Limit extra header")
7929             (mapcar (lambda (x)
7930                       (cons (symbol-name x) x))
7931                     gnus-extra-headers)
7932             nil
7933             t))))
7934      (list header
7935            (read-string (format "%s header %s (regexp): "
7936                                 (if current-prefix-arg "Exclude" "Limit to")
7937                                 header))
7938            current-prefix-arg)))
7939   (when (not (equal "" regexp))
7940     (prog1
7941         (let ((articles (gnus-summary-find-matching
7942                          (cons 'extra header) regexp 'all nil nil
7943                          not-matching)))
7944           (unless articles
7945             (error "Found no matches for \"%s\"" regexp))
7946           (gnus-summary-limit articles))
7947       (gnus-summary-position-point))))
7948
7949 (defun gnus-summary-limit-to-display-predicate ()
7950   "Limit the summary buffer to the predicated in the `display' group parameter."
7951   (interactive)
7952   (unless gnus-newsgroup-display
7953     (error "There is no `display' group parameter"))
7954   (let (articles)
7955     (dolist (number gnus-newsgroup-articles)
7956       (when (funcall gnus-newsgroup-display)
7957         (push number articles)))
7958     (gnus-summary-limit articles))
7959   (gnus-summary-position-point))
7960
7961 (defalias 'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
7962 (make-obsolete
7963  'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
7964
7965 (defun gnus-summary-limit-to-unread (&optional all)
7966   "Limit the summary buffer to articles that are not marked as read.
7967 If ALL is non-nil, limit strictly to unread articles."
7968   (interactive "P")
7969   (if all
7970       (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
7971     (gnus-summary-limit-to-marks
7972      ;; Concat all the marks that say that an article is read and have
7973      ;; those removed.
7974      (list gnus-del-mark gnus-read-mark gnus-ancient-mark
7975            gnus-killed-mark gnus-spam-mark gnus-kill-file-mark
7976            gnus-low-score-mark gnus-expirable-mark
7977            gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark
7978            gnus-duplicate-mark gnus-souped-mark)
7979      'reverse)))
7980
7981 (defun gnus-summary-limit-to-replied (&optional unreplied)
7982   "Limit the summary buffer to replied articles.
7983 If UNREPLIED (the prefix), limit to unreplied articles."
7984   (interactive "P")
7985   (if unreplied
7986       (gnus-summary-limit
7987        (gnus-set-difference gnus-newsgroup-articles
7988         gnus-newsgroup-replied))
7989     (gnus-summary-limit gnus-newsgroup-replied))
7990   (gnus-summary-position-point))
7991
7992 (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-exclude-marks)
7993 (make-obsolete 'gnus-summary-delete-marked-with
7994                'gnus-summary-limit-exclude-marks)
7995
7996 (defun gnus-summary-limit-exclude-marks (marks &optional reverse)
7997   "Exclude articles that are marked with MARKS (e.g. \"DK\").
7998 If REVERSE, limit the summary buffer to articles that are marked
7999 with MARKS.  MARKS can either be a string of marks or a list of marks.
8000 Returns how many articles were removed."
8001   (interactive "sMarks: ")
8002   (gnus-summary-limit-to-marks marks t))
8003
8004 (defun gnus-summary-limit-to-marks (marks &optional reverse)
8005   "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
8006 If REVERSE (the prefix), limit the summary buffer to articles that are
8007 not marked with MARKS.  MARKS can either be a string of marks or a
8008 list of marks.
8009 Returns how many articles were removed."
8010   (interactive "sMarks: \nP")
8011   (prog1
8012       (let ((data gnus-newsgroup-data)
8013             (marks (if (listp marks) marks
8014                      (append marks nil))) ; Transform to list.
8015             articles)
8016         (while data
8017           (when (if reverse (not (memq (gnus-data-mark (car data)) marks))
8018                   (memq (gnus-data-mark (car data)) marks))
8019             (push (gnus-data-number (car data)) articles))
8020           (setq data (cdr data)))
8021         (gnus-summary-limit articles))
8022     (gnus-summary-position-point)))
8023
8024 (defun gnus-summary-limit-to-score (score)
8025   "Limit to articles with score at or above SCORE."
8026   (interactive "NLimit to articles with score of at least: ")
8027   (let ((data gnus-newsgroup-data)
8028         articles)
8029     (while data
8030       (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
8031                 score)
8032         (push (gnus-data-number (car data)) articles))
8033       (setq data (cdr data)))
8034     (prog1
8035         (gnus-summary-limit articles)
8036       (gnus-summary-position-point))))
8037
8038 (defun gnus-summary-limit-to-unseen ()
8039   "Limit to unseen articles."
8040   (interactive)
8041   (prog1
8042       (gnus-summary-limit gnus-newsgroup-unseen)
8043     (gnus-summary-position-point)))
8044
8045 (defun gnus-summary-limit-include-thread (id)
8046   "Display all the hidden articles that is in the thread with ID in it.
8047 When called interactively, ID is the Message-ID of the current
8048 article."
8049   (interactive (list (mail-header-id (gnus-summary-article-header))))
8050   (let ((articles (gnus-articles-in-thread
8051                    (gnus-id-to-thread (gnus-root-id id)))))
8052     (prog1
8053         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8054       (gnus-summary-limit-include-matching-articles
8055        "subject"
8056        (regexp-quote (gnus-simplify-subject-re
8057                       (mail-header-subject (gnus-id-to-header id)))))
8058       (gnus-summary-position-point))))
8059
8060 (defun gnus-summary-limit-include-matching-articles (header regexp)
8061   "Display all the hidden articles that have HEADERs that match REGEXP."
8062   (interactive (list (read-string "Match on header: ")
8063                      (read-string "Regexp: ")))
8064   (let ((articles (gnus-find-matching-articles header regexp)))
8065     (prog1
8066         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8067       (gnus-summary-position-point))))
8068
8069 (defun gnus-summary-insert-dormant-articles ()
8070   "Insert all the dormant articles for this group into the current buffer."
8071   (interactive)
8072   (let ((gnus-verbose (max 6 gnus-verbose)))
8073     (if (not gnus-newsgroup-dormant)
8074         (gnus-message 3 "No cached articles for this group")
8075       (gnus-summary-goto-subjects gnus-newsgroup-dormant))))
8076
8077 (defun gnus-summary-limit-include-dormant ()
8078   "Display all the hidden articles that are marked as dormant.
8079 Note that this command only works on a subset of the articles currently
8080 fetched for this group."
8081   (interactive)
8082   (unless gnus-newsgroup-dormant
8083     (error "There are no dormant articles in this group"))
8084   (prog1
8085       (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
8086     (gnus-summary-position-point)))
8087
8088 (defun gnus-summary-limit-exclude-dormant ()
8089   "Hide all dormant articles."
8090   (interactive)
8091   (prog1
8092       (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
8093     (gnus-summary-position-point)))
8094
8095 (defun gnus-summary-limit-exclude-childless-dormant ()
8096   "Hide all dormant articles that have no children."
8097   (interactive)
8098   (let ((data (gnus-data-list t))
8099         articles d children)
8100     ;; Find all articles that are either not dormant or have
8101     ;; children.
8102     (while (setq d (pop data))
8103       (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
8104                 (and (setq children
8105                            (gnus-article-children (gnus-data-number d)))
8106                      (let (found)
8107                        (while children
8108                          (when (memq (car children) articles)
8109                            (setq children nil
8110                                  found t))
8111                          (pop children))
8112                        found)))
8113         (push (gnus-data-number d) articles)))
8114     ;; Do the limiting.
8115     (prog1
8116         (gnus-summary-limit articles)
8117       (gnus-summary-position-point))))
8118
8119 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
8120   "Mark all unread excluded articles as read.
8121 If ALL, mark even excluded ticked and dormants as read."
8122   (interactive "P")
8123   (setq gnus-newsgroup-limit (sort gnus-newsgroup-limit '<))
8124   (let ((articles (gnus-sorted-ndifference
8125                    (sort
8126                     (mapcar (lambda (h) (mail-header-number h))
8127                             gnus-newsgroup-headers)
8128                     '<)
8129                    gnus-newsgroup-limit))
8130         article)
8131     (setq gnus-newsgroup-unreads
8132           (gnus-sorted-intersection gnus-newsgroup-unreads
8133                                     gnus-newsgroup-limit))
8134     (if all
8135         (setq gnus-newsgroup-dormant nil
8136               gnus-newsgroup-marked nil
8137               gnus-newsgroup-reads
8138               (nconc
8139                (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
8140                gnus-newsgroup-reads))
8141       (while (setq article (pop articles))
8142         (unless (or (memq article gnus-newsgroup-dormant)
8143                     (memq article gnus-newsgroup-marked))
8144           (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
8145
8146 (defun gnus-summary-limit (articles &optional pop)
8147   (if pop
8148       ;; We pop the previous limit off the stack and use that.
8149       (setq articles (car gnus-newsgroup-limits)
8150             gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
8151     ;; We use the new limit, so we push the old limit on the stack.
8152     (push gnus-newsgroup-limit gnus-newsgroup-limits))
8153   ;; Set the limit.
8154   (setq gnus-newsgroup-limit articles)
8155   (let ((total (length gnus-newsgroup-data))
8156         (data (gnus-data-find-list (gnus-summary-article-number)))
8157         (gnus-summary-mark-below nil)   ; Inhibit this.
8158         found)
8159     ;; This will do all the work of generating the new summary buffer
8160     ;; according to the new limit.
8161     (gnus-summary-prepare)
8162     ;; Hide any threads, possibly.
8163     (gnus-summary-maybe-hide-threads)
8164     ;; Try to return to the article you were at, or one in the
8165     ;; neighborhood.
8166     (when data
8167       ;; We try to find some article after the current one.
8168       (while data
8169         (when (gnus-summary-goto-subject (gnus-data-number (car data)) nil t)
8170           (setq data nil
8171                 found t))
8172         (setq data (cdr data))))
8173     (unless found
8174       ;; If there is no data, that means that we were after the last
8175       ;; article.  The same goes when we can't find any articles
8176       ;; after the current one.
8177       (goto-char (point-max))
8178       (gnus-summary-find-prev))
8179     (gnus-set-mode-line 'summary)
8180     ;; We return how many articles were removed from the summary
8181     ;; buffer as a result of the new limit.
8182     (- total (length gnus-newsgroup-data))))
8183
8184 (defsubst gnus-invisible-cut-children (threads)
8185   (let ((num 0))
8186     (while threads
8187       (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
8188         (incf num))
8189       (pop threads))
8190     (< num 2)))
8191
8192 (defsubst gnus-cut-thread (thread)
8193   "Go forwards in the thread until we find an article that we want to display."
8194   (when (or (eq gnus-fetch-old-headers 'some)
8195             (eq gnus-fetch-old-headers 'invisible)
8196             (numberp gnus-fetch-old-headers)
8197             (eq gnus-build-sparse-threads 'some)
8198             (eq gnus-build-sparse-threads 'more))
8199     ;; Deal with old-fetched headers and sparse threads.
8200     (while (and
8201             thread
8202             (or
8203              (gnus-summary-article-sparse-p (mail-header-number (car thread)))
8204              (gnus-summary-article-ancient-p
8205               (mail-header-number (car thread))))
8206             (if (or (<= (length (cdr thread)) 1)
8207                     (eq gnus-fetch-old-headers 'invisible))
8208                 (setq gnus-newsgroup-limit
8209                       (delq (mail-header-number (car thread))
8210                             gnus-newsgroup-limit)
8211                       thread (cadr thread))
8212               (when (gnus-invisible-cut-children (cdr thread))
8213                 (let ((th (cdr thread)))
8214                   (while th
8215                     (if (memq (mail-header-number (caar th))
8216                               gnus-newsgroup-limit)
8217                         (setq thread (car th)
8218                               th nil)
8219                       (setq th (cdr th))))))))))
8220   thread)
8221
8222 (defun gnus-cut-threads (threads)
8223   "Cut off all uninteresting articles from the beginning of THREADS."
8224   (when (or (eq gnus-fetch-old-headers 'some)
8225             (eq gnus-fetch-old-headers 'invisible)
8226             (numberp gnus-fetch-old-headers)
8227             (eq gnus-build-sparse-threads 'some)
8228             (eq gnus-build-sparse-threads 'more))
8229     (let ((th threads))
8230       (while th
8231         (setcar th (gnus-cut-thread (car th)))
8232         (setq th (cdr th)))))
8233   ;; Remove nixed out threads.
8234   (delq nil threads))
8235
8236 (defun gnus-summary-initial-limit (&optional show-if-empty)
8237   "Figure out what the initial limit is supposed to be on group entry.
8238 This entails weeding out unwanted dormants, low-scored articles,
8239 fetch-old-headers verbiage, and so on."
8240   ;; Most groups have nothing to remove.
8241   (if (or gnus-inhibit-limiting
8242           (and (null gnus-newsgroup-dormant)
8243                (eq gnus-newsgroup-display 'gnus-not-ignore)
8244                (not (eq gnus-fetch-old-headers 'some))
8245                (not (numberp gnus-fetch-old-headers))
8246                (not (eq gnus-fetch-old-headers 'invisible))
8247                (null gnus-summary-expunge-below)
8248                (not (eq gnus-build-sparse-threads 'some))
8249                (not (eq gnus-build-sparse-threads 'more))
8250                (null gnus-thread-expunge-below)
8251                (not gnus-use-nocem)))
8252       ()                                ; Do nothing.
8253     (push gnus-newsgroup-limit gnus-newsgroup-limits)
8254     (setq gnus-newsgroup-limit nil)
8255     (mapatoms
8256      (lambda (node)
8257        (unless (car (symbol-value node))
8258          ;; These threads have no parents -- they are roots.
8259          (let ((nodes (cdr (symbol-value node)))
8260                thread)
8261            (while nodes
8262              (if (and gnus-thread-expunge-below
8263                       (< (gnus-thread-total-score (car nodes))
8264                          gnus-thread-expunge-below))
8265                  (gnus-expunge-thread (pop nodes))
8266                (setq thread (pop nodes))
8267                (gnus-summary-limit-children thread))))))
8268      gnus-newsgroup-dependencies)
8269     ;; If this limitation resulted in an empty group, we might
8270     ;; pop the previous limit and use it instead.
8271     (when (and (not gnus-newsgroup-limit)
8272                show-if-empty)
8273       (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
8274     gnus-newsgroup-limit))
8275
8276 (defun gnus-summary-limit-children (thread)
8277   "Return 1 if this subthread is visible and 0 if it is not."
8278   ;; First we get the number of visible children to this thread.  This
8279   ;; is done by recursing down the thread using this function, so this
8280   ;; will really go down to a leaf article first, before slowly
8281   ;; working its way up towards the root.
8282   (when thread
8283     (let* ((max-lisp-eval-depth 5000)
8284            (children
8285            (if (cdr thread)
8286                (apply '+ (mapcar 'gnus-summary-limit-children
8287                                  (cdr thread)))
8288              0))
8289           (number (mail-header-number (car thread)))
8290           score)
8291       (if (and
8292            (not (memq number gnus-newsgroup-marked))
8293            (or
8294             ;; If this article is dormant and has absolutely no visible
8295             ;; children, then this article isn't visible.
8296             (and (memq number gnus-newsgroup-dormant)
8297                  (zerop children))
8298             ;; If this is "fetch-old-headered" and there is no
8299             ;; visible children, then we don't want this article.
8300             (and (or (eq gnus-fetch-old-headers 'some)
8301                      (numberp gnus-fetch-old-headers))
8302                  (gnus-summary-article-ancient-p number)
8303                  (zerop children))
8304             ;; If this is "fetch-old-headered" and `invisible', then
8305             ;; we don't want this article.
8306             (and (eq gnus-fetch-old-headers 'invisible)
8307                  (gnus-summary-article-ancient-p number))
8308             ;; If this is a sparsely inserted article with no children,
8309             ;; we don't want it.
8310             (and (eq gnus-build-sparse-threads 'some)
8311                  (gnus-summary-article-sparse-p number)
8312                  (zerop children))
8313             ;; If we use expunging, and this article is really
8314             ;; low-scored, then we don't want this article.
8315             (when (and gnus-summary-expunge-below
8316                        (< (setq score
8317                                 (or (cdr (assq number gnus-newsgroup-scored))
8318                                     gnus-summary-default-score))
8319                           gnus-summary-expunge-below))
8320               ;; We increase the expunge-tally here, but that has
8321               ;; nothing to do with the limits, really.
8322               (incf gnus-newsgroup-expunged-tally)
8323               ;; We also mark as read here, if that's wanted.
8324               (when (and gnus-summary-mark-below
8325                          (< score gnus-summary-mark-below))
8326                 (setq gnus-newsgroup-unreads
8327                       (delq number gnus-newsgroup-unreads))
8328                 (if gnus-newsgroup-auto-expire
8329                     (push number gnus-newsgroup-expirable)
8330                   (push (cons number gnus-low-score-mark)
8331                         gnus-newsgroup-reads)))
8332               t)
8333             ;; Do the `display' group parameter.
8334             (and gnus-newsgroup-display
8335                  (not (funcall gnus-newsgroup-display)))
8336             ;; Check NoCeM things.
8337             (when (and gnus-use-nocem
8338                        (gnus-nocem-unwanted-article-p
8339                         (mail-header-id (car thread))))
8340               (setq gnus-newsgroup-unreads
8341                     (delq number gnus-newsgroup-unreads))
8342               t)))
8343           ;; Nope, invisible article.
8344           0
8345         ;; Ok, this article is to be visible, so we add it to the limit
8346         ;; and return 1.
8347         (push number gnus-newsgroup-limit)
8348         1))))
8349
8350 (defun gnus-expunge-thread (thread)
8351   "Mark all articles in THREAD as read."
8352   (let* ((number (mail-header-number (car thread))))
8353     (incf gnus-newsgroup-expunged-tally)
8354     ;; We also mark as read here, if that's wanted.
8355     (setq gnus-newsgroup-unreads
8356           (delq number gnus-newsgroup-unreads))
8357     (if gnus-newsgroup-auto-expire
8358         (push number gnus-newsgroup-expirable)
8359       (push (cons number gnus-low-score-mark)
8360             gnus-newsgroup-reads)))
8361   ;; Go recursively through all subthreads.
8362   (mapcar 'gnus-expunge-thread (cdr thread)))
8363
8364 ;; Summary article oriented commands
8365
8366 (defun gnus-summary-refer-parent-article (n)
8367   "Refer parent article N times.
8368 If N is negative, go to ancestor -N instead.
8369 The difference between N and the number of articles fetched is returned."
8370   (interactive "p")
8371   (let ((skip 1)
8372         error header ref)
8373     (when (not (natnump n))
8374       (setq skip (abs n)
8375             n 1))
8376     (while (and (> n 0)
8377                 (not error))
8378       (setq header (gnus-summary-article-header))
8379       (if (and (eq (mail-header-number header)
8380                    (cdr gnus-article-current))
8381                (equal gnus-newsgroup-name
8382                       (car gnus-article-current)))
8383           ;; If we try to find the parent of the currently
8384           ;; displayed article, then we take a look at the actual
8385           ;; References header, since this is slightly more
8386           ;; reliable than the References field we got from the
8387           ;; server.
8388           (save-excursion
8389             (set-buffer gnus-original-article-buffer)
8390             (nnheader-narrow-to-headers)
8391             (unless (setq ref (message-fetch-field "references"))
8392               (when (setq ref (message-fetch-field "in-reply-to"))
8393                 (setq ref (gnus-extract-message-id-from-in-reply-to ref))))
8394             (widen))
8395         (setq ref
8396               ;; It's not the current article, so we take a bet on
8397               ;; the value we got from the server.
8398               (mail-header-references header)))
8399       (if (and ref
8400                (not (equal ref "")))
8401           (unless (gnus-summary-refer-article (gnus-parent-id ref skip))
8402             (gnus-message 1 "Couldn't find parent"))
8403         (gnus-message 1 "No references in article %d"
8404                       (gnus-summary-article-number))
8405         (setq error t))
8406       (decf n))
8407     (gnus-summary-position-point)
8408     n))
8409
8410 (defun gnus-summary-refer-references ()
8411   "Fetch all articles mentioned in the References header.
8412 Return the number of articles fetched."
8413   (interactive)
8414   (let ((ref (mail-header-references (gnus-summary-article-header)))
8415         (current (gnus-summary-article-number))
8416         (n 0))
8417     (if (or (not ref)
8418             (equal ref ""))
8419         (error "No References in the current article")
8420       ;; For each Message-ID in the References header...
8421       (while (string-match "<[^>]*>" ref)
8422         (incf n)
8423         ;; ... fetch that article.
8424         (gnus-summary-refer-article
8425          (prog1 (match-string 0 ref)
8426            (setq ref (substring ref (match-end 0))))))
8427       (gnus-summary-goto-subject current)
8428       (gnus-summary-position-point)
8429       n)))
8430
8431 (defun gnus-summary-refer-thread (&optional limit)
8432   "Fetch all articles in the current thread.
8433 If LIMIT (the numerical prefix), fetch that many old headers instead
8434 of what's specified by the `gnus-refer-thread-limit' variable."
8435   (interactive "P")
8436   (let ((id (mail-header-id (gnus-summary-article-header)))
8437         (limit (if limit (prefix-numeric-value limit)
8438                  gnus-refer-thread-limit)))
8439     (unless (eq gnus-fetch-old-headers 'invisible)
8440       (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
8441       ;; Retrieve the headers and read them in.
8442       (if (eq (if (numberp limit)
8443                   (gnus-retrieve-headers
8444                    (list (min
8445                           (+ (mail-header-number
8446                               (gnus-summary-article-header))
8447                              limit)
8448                           gnus-newsgroup-end))
8449                    gnus-newsgroup-name (* limit 2))
8450                 ;; gnus-refer-thread-limit is t, i.e. fetch _all_
8451                 ;; headers.
8452                 (gnus-retrieve-headers (list gnus-newsgroup-end)
8453                                        gnus-newsgroup-name limit))
8454               'nov)
8455           (gnus-build-all-threads)
8456         (error "Can't fetch thread from back ends that don't support NOV"))
8457       (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name))
8458     (gnus-summary-limit-include-thread id)))
8459
8460 (defun gnus-summary-refer-article (message-id)
8461   "Fetch an article specified by MESSAGE-ID."
8462   (interactive "sMessage-ID: ")
8463   (when (and (stringp message-id)
8464              (not (zerop (length message-id))))
8465     (setq message-id (gnus-replace-in-string message-id " " ""))
8466     ;; Construct the correct Message-ID if necessary.
8467     ;; Suggested by tale@pawl.rpi.edu.
8468     (unless (string-match "^<" message-id)
8469       (setq message-id (concat "<" message-id)))
8470     (unless (string-match ">$" message-id)
8471       (setq message-id (concat message-id ">")))
8472     ;; People often post MIDs from URLs, so unhex it:
8473     (unless (string-match "@" message-id)
8474       (setq message-id (gnus-url-unhex-string message-id)))
8475     (let* ((header (gnus-id-to-header message-id))
8476            (sparse (and header
8477                         (gnus-summary-article-sparse-p
8478                          (mail-header-number header))
8479                         (memq (mail-header-number header)
8480                               gnus-newsgroup-limit)))
8481            number)
8482       (cond
8483        ;; If the article is present in the buffer we just go to it.
8484        ((and header
8485              (or (not (gnus-summary-article-sparse-p
8486                        (mail-header-number header)))
8487                  sparse))
8488         (prog1
8489             (gnus-summary-goto-article
8490              (mail-header-number header) nil t)
8491           (when sparse
8492             (gnus-summary-update-article (mail-header-number header)))))
8493        (t
8494         ;; We fetch the article.
8495         (catch 'found
8496           (dolist (gnus-override-method (gnus-refer-article-methods))
8497             (when (and (gnus-check-server gnus-override-method)
8498                        ;; Fetch the header,
8499                        (setq number (gnus-summary-insert-subject message-id)))
8500               ;; and display the article.
8501               (gnus-summary-select-article nil nil nil number)
8502               (throw 'found t)))
8503           (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
8504
8505 (defun gnus-refer-article-methods ()
8506   "Return a list of referable methods."
8507   (cond
8508    ;; No method, so we default to current and native.
8509    ((null gnus-refer-article-method)
8510     (list gnus-current-select-method gnus-select-method))
8511    ;; Current.
8512    ((eq 'current gnus-refer-article-method)
8513     (list gnus-current-select-method))
8514    ;; List of select methods.
8515    ((not (and (symbolp (car gnus-refer-article-method))
8516               (assq (car gnus-refer-article-method) nnoo-definition-alist)))
8517     (let (out)
8518       (dolist (method gnus-refer-article-method)
8519         (push (if (eq 'current method)
8520                   gnus-current-select-method
8521                 method)
8522               out))
8523       (nreverse out)))
8524    ;; One single select method.
8525    (t
8526     (list gnus-refer-article-method))))
8527
8528 (defun gnus-summary-edit-parameters ()
8529   "Edit the group parameters of the current group."
8530   (interactive)
8531   (gnus-group-edit-group gnus-newsgroup-name 'params))
8532
8533 (defun gnus-summary-customize-parameters ()
8534   "Customize the group parameters of the current group."
8535   (interactive)
8536   (gnus-group-customize gnus-newsgroup-name))
8537
8538 (defun gnus-summary-enter-digest-group (&optional force)
8539   "Enter an nndoc group based on the current article.
8540 If FORCE, force a digest interpretation.  If not, try
8541 to guess what the document format is."
8542   (interactive "P")
8543   (let ((conf gnus-current-window-configuration))
8544     (save-window-excursion
8545       (save-excursion
8546         (let (gnus-article-prepare-hook
8547               gnus-display-mime-function
8548               gnus-break-pages)
8549           (gnus-summary-select-article))))
8550     (setq gnus-current-window-configuration conf)
8551     (let* ((name (format "%s-%d"
8552                          (gnus-group-prefixed-name
8553                           gnus-newsgroup-name (list 'nndoc ""))
8554                          (with-current-buffer gnus-summary-buffer
8555                            gnus-current-article)))
8556            (ogroup gnus-newsgroup-name)
8557            (params (append (gnus-info-params (gnus-get-info ogroup))
8558                            (list (cons 'to-group ogroup))
8559                            (list (cons 'parent-group ogroup))
8560                            (list (cons 'save-article-group ogroup))))
8561            (case-fold-search t)
8562            (buf (current-buffer))
8563            dig to-address)
8564       (save-excursion
8565         (set-buffer gnus-original-article-buffer)
8566         ;; Have the digest group inherit the main mail address of
8567         ;; the parent article.
8568         (when (setq to-address (or (gnus-fetch-field "reply-to")
8569                                    (gnus-fetch-field "from")))
8570           (setq params (append
8571                         (list (cons 'to-address
8572                                     (funcall gnus-decode-encoded-word-function
8573                                              to-address))))))
8574         (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
8575         (insert-buffer-substring gnus-original-article-buffer)
8576         ;; Remove lines that may lead nndoc to misinterpret the
8577         ;; document type.
8578         (narrow-to-region
8579          (goto-char (point-min))
8580          (or (search-forward "\n\n" nil t) (point)))
8581         (goto-char (point-min))
8582         (delete-matching-lines "^Path:\\|^From ")
8583         (widen))
8584       (unwind-protect
8585           (if (let ((gnus-newsgroup-ephemeral-charset gnus-newsgroup-charset)
8586                     (gnus-newsgroup-ephemeral-ignored-charsets
8587                      gnus-newsgroup-ignored-charsets))
8588                 (gnus-group-read-ephemeral-group
8589                  name `(nndoc ,name (nndoc-address ,(get-buffer dig))
8590                               (nndoc-article-type
8591                                ,(if force 'mbox 'guess)))
8592                  t nil nil nil
8593                  `((adapt-file . ,(gnus-score-file-name gnus-newsgroup-name
8594                                                         "ADAPT")))))
8595               ;; Make all postings to this group go to the parent group.
8596               (nconc (gnus-info-params (gnus-get-info name))
8597                      params)
8598             ;; Couldn't select this doc group.
8599             (switch-to-buffer buf)
8600             (gnus-set-global-variables)
8601             (gnus-configure-windows 'summary)
8602             (gnus-message 3 "Article couldn't be entered?"))
8603         (kill-buffer dig)))))
8604
8605 (defun gnus-summary-read-document (n)
8606   "Open a new group based on the current article(s).
8607 This will allow you to read digests and other similar
8608 documents as newsgroups.
8609 Obeys the standard process/prefix convention."
8610   (interactive "P")
8611   (let* ((ogroup gnus-newsgroup-name)
8612          (params (append (gnus-info-params (gnus-get-info ogroup))
8613                          (list (cons 'to-group ogroup))))
8614          group egroup groups vgroup)
8615     (dolist (article (gnus-summary-work-articles n))
8616       (setq group (format "%s-%d" gnus-newsgroup-name article))
8617       (gnus-summary-remove-process-mark article)
8618       (when (gnus-summary-display-article article)
8619         (save-excursion
8620           (with-temp-buffer
8621             (insert-buffer-substring gnus-original-article-buffer)
8622             ;; Remove some headers that may lead nndoc to make
8623             ;; the wrong guess.
8624             (message-narrow-to-head)
8625             (goto-char (point-min))
8626             (delete-matching-lines "^Path:\\|^From ")
8627             (widen)
8628             (if (setq egroup
8629                       (gnus-group-read-ephemeral-group
8630                        group `(nndoc ,group (nndoc-address ,(current-buffer))
8631                                      (nndoc-article-type guess))
8632                        t nil t))
8633                 (progn
8634             ;; Make all postings to this group go to the parent group.
8635                   (nconc (gnus-info-params (gnus-get-info egroup))
8636                          params)
8637                   (push egroup groups))
8638               ;; Couldn't select this doc group.
8639               (gnus-error 3 "Article couldn't be entered"))))))
8640     ;; Now we have selected all the documents.
8641     (cond
8642      ((not groups)
8643       (error "None of the articles could be interpreted as documents"))
8644      ((gnus-group-read-ephemeral-group
8645        (setq vgroup (format
8646                      "nnvirtual:%s-%s" gnus-newsgroup-name
8647                      (format-time-string "%Y%m%dT%H%M%S" (current-time))))
8648        `(nnvirtual ,vgroup (nnvirtual-component-groups ,groups))
8649        t
8650        (cons (current-buffer) 'summary)))
8651      (t
8652       (error "Couldn't select virtual nndoc group")))))
8653
8654 (defun gnus-summary-isearch-article (&optional regexp-p)
8655   "Do incremental search forward on the current article.
8656 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
8657   (interactive "P")
8658   (gnus-summary-select-article)
8659   (gnus-configure-windows 'article)
8660   (gnus-eval-in-buffer-window gnus-article-buffer
8661     (save-restriction
8662       (widen)
8663       (isearch-forward regexp-p))))
8664
8665 (defun gnus-summary-search-article-forward (regexp &optional backward)
8666   "Search for an article containing REGEXP forward.
8667 If BACKWARD, search backward instead."
8668   (interactive
8669    (list (read-string
8670           (format "Search article %s (regexp%s): "
8671                   (if current-prefix-arg "backward" "forward")
8672                   (if gnus-last-search-regexp
8673                       (concat ", default " gnus-last-search-regexp)
8674                     "")))
8675          current-prefix-arg))
8676   (if (string-equal regexp "")
8677       (setq regexp (or gnus-last-search-regexp ""))
8678     (setq gnus-last-search-regexp regexp)
8679     (setq gnus-article-before-search gnus-current-article))
8680   ;; Intentionally set gnus-last-article.
8681   (setq gnus-last-article gnus-article-before-search)
8682   (let ((gnus-last-article gnus-last-article))
8683     (if (gnus-summary-search-article regexp backward)
8684         (gnus-summary-show-thread)
8685       (signal 'search-failed (list regexp)))))
8686
8687 (defun gnus-summary-search-article-backward (regexp)
8688   "Search for an article containing REGEXP backward."
8689   (interactive
8690    (list (read-string
8691           (format "Search article backward (regexp%s): "
8692                   (if gnus-last-search-regexp
8693                       (concat ", default " gnus-last-search-regexp)
8694                     "")))))
8695   (gnus-summary-search-article-forward regexp 'backward))
8696
8697 (defun gnus-summary-search-article (regexp &optional backward)
8698   "Search for an article containing REGEXP.
8699 Optional argument BACKWARD means do search for backward.
8700 `gnus-select-article-hook' is not called during the search."
8701   ;; We have to require this here to make sure that the following
8702   ;; dynamic binding isn't shadowed by autoloading.
8703   (require 'gnus-async)
8704   (require 'gnus-art)
8705   (let ((gnus-select-article-hook nil)  ;Disable hook.
8706         (gnus-article-prepare-hook nil)
8707         (gnus-mark-article-hook nil)    ;Inhibit marking as read.
8708         (gnus-use-article-prefetch nil)
8709         (gnus-xmas-force-redisplay nil) ;Inhibit XEmacs redisplay.
8710         (gnus-use-trees nil)            ;Inhibit updating tree buffer.
8711         (gnus-visual nil)
8712         (gnus-keep-backlog nil)
8713         (gnus-break-pages nil)
8714         (gnus-summary-display-arrow nil)
8715         (gnus-updated-mode-lines nil)
8716         (gnus-auto-center-summary nil)
8717         (sum (current-buffer))
8718         (gnus-display-mime-function nil)
8719         (found nil)
8720         point)
8721     (gnus-save-hidden-threads
8722       (gnus-summary-select-article)
8723       (set-buffer gnus-article-buffer)
8724       (goto-char (window-point (get-buffer-window (current-buffer))))
8725       (when backward
8726         (forward-line -1))
8727       (while (not found)
8728         (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
8729         (if (if backward
8730                 (re-search-backward regexp nil t)
8731               (re-search-forward regexp nil t))
8732             ;; We found the regexp.
8733             (progn
8734               (setq found 'found)
8735               (beginning-of-line)
8736               (set-window-start
8737                (get-buffer-window (current-buffer))
8738                (point))
8739               (forward-line 1)
8740               (set-window-point
8741                (get-buffer-window (current-buffer))
8742                (point))
8743               (set-buffer sum)
8744               (setq point (point)))
8745           ;; We didn't find it, so we go to the next article.
8746           (set-buffer sum)
8747           (setq found 'not)
8748           (while (eq found 'not)
8749             (if (not (if backward (gnus-summary-find-prev)
8750                        (gnus-summary-find-next)))
8751                 ;; No more articles.
8752                 (setq found t)
8753               ;; Select the next article and adjust point.
8754               (unless (gnus-summary-article-sparse-p
8755                        (gnus-summary-article-number))
8756                 (setq found nil)
8757                 (gnus-summary-select-article)
8758                 (set-buffer gnus-article-buffer)
8759                 (widen)
8760                 (goto-char (if backward (point-max) (point-min))))))))
8761       (gnus-message 7 ""))
8762     ;; Return whether we found the regexp.
8763     (when (eq found 'found)
8764       (goto-char point)
8765       (gnus-summary-show-thread)
8766       (gnus-summary-goto-subject gnus-current-article)
8767       (gnus-summary-position-point)
8768       t)))
8769
8770 (defun gnus-find-matching-articles (header regexp)
8771   "Return a list of all articles that match REGEXP on HEADER.
8772 This search includes all articles in the current group that Gnus has
8773 fetched headers for, whether they are displayed or not."
8774   (let ((articles nil)
8775         (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
8776         (case-fold-search t))
8777     (dolist (header gnus-newsgroup-headers)
8778       (when (string-match regexp (funcall func header))
8779         (push (mail-header-number header) articles)))
8780     (nreverse articles)))
8781
8782 (defun gnus-summary-find-matching (header regexp &optional backward unread
8783                                           not-case-fold not-matching)
8784   "Return a list of all articles that match REGEXP on HEADER.
8785 The search stars on the current article and goes forwards unless
8786 BACKWARD is non-nil.  If BACKWARD is `all', do all articles.
8787 If UNREAD is non-nil, only unread articles will
8788 be taken into consideration.  If NOT-CASE-FOLD, case won't be folded
8789 in the comparisons. If NOT-MATCHING, return a list of all articles that
8790 not match REGEXP on HEADER."
8791   (let ((case-fold-search (not not-case-fold))
8792         articles d func)
8793     (if (consp header)
8794         (if (eq (car header) 'extra)
8795             (setq func
8796                   `(lambda (h)
8797                      (or (cdr (assq ',(cdr header) (mail-header-extra h)))
8798                          "")))
8799           (error "%s is an invalid header" header))
8800       (unless (fboundp (intern (concat "mail-header-" header)))
8801         (error "%s is not a valid header" header))
8802       (setq func `(lambda (h) (,(intern (concat "mail-header-" header)) h))))
8803     (dolist (d (if (eq backward 'all)
8804                    gnus-newsgroup-data
8805                  (gnus-data-find-list
8806                   (gnus-summary-article-number)
8807                   (gnus-data-list backward))))
8808       (when (and (or (not unread)       ; We want all articles...
8809                      (gnus-data-unread-p d)) ; Or just unreads.
8810                  (vectorp (gnus-data-header d)) ; It's not a pseudo.
8811                  (if not-matching
8812                      (not (string-match
8813                            regexp
8814                            (funcall func (gnus-data-header d))))
8815                    (string-match regexp
8816                                  (funcall func (gnus-data-header d)))))
8817         (push (gnus-data-number d) articles))) ; Success!
8818     (nreverse articles)))
8819
8820 (defun gnus-summary-execute-command (header regexp command &optional backward)
8821   "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
8822 If HEADER is an empty string (or nil), the match is done on the entire
8823 article.  If BACKWARD (the prefix) is non-nil, search backward instead."
8824   (interactive
8825    (list (let ((completion-ignore-case t))
8826            (completing-read
8827             "Header name: "
8828             (mapcar (lambda (header) (list (format "%s" header)))
8829                     (append
8830                      '("Number" "Subject" "From" "Lines" "Date"
8831                        "Message-ID" "Xref" "References" "Body")
8832                      gnus-extra-headers))
8833             nil 'require-match))
8834          (read-string "Regexp: ")
8835          (read-key-sequence "Command: ")
8836          current-prefix-arg))
8837   (when (equal header "Body")
8838     (setq header ""))
8839   ;; Hidden thread subtrees must be searched as well.
8840   (gnus-summary-show-all-threads)
8841   ;; We don't want to change current point nor window configuration.
8842   (save-excursion
8843     (save-window-excursion
8844       (let (gnus-visual
8845             gnus-treat-strip-trailing-blank-lines
8846             gnus-treat-strip-leading-blank-lines
8847             gnus-treat-strip-multiple-blank-lines
8848             gnus-treat-hide-boring-headers
8849             gnus-treat-fold-newsgroups
8850             gnus-article-prepare-hook)
8851         (gnus-message 6 "Executing %s..." (key-description command))
8852         ;; We'd like to execute COMMAND interactively so as to give arguments.
8853         (gnus-execute header regexp
8854                       `(call-interactively ',(key-binding command))
8855                       backward)
8856         (gnus-message 6 "Executing %s...done" (key-description command))))))
8857
8858 (defun gnus-summary-beginning-of-article ()
8859   "Scroll the article back to the beginning."
8860   (interactive)
8861   (gnus-summary-select-article)
8862   (gnus-configure-windows 'article)
8863   (gnus-eval-in-buffer-window gnus-article-buffer
8864     (widen)
8865     (goto-char (point-min))
8866     (when gnus-break-pages
8867       (gnus-narrow-to-page))))
8868
8869 (defun gnus-summary-end-of-article ()
8870   "Scroll to the end of the article."
8871   (interactive)
8872   (gnus-summary-select-article)
8873   (gnus-configure-windows 'article)
8874   (gnus-eval-in-buffer-window gnus-article-buffer
8875     (widen)
8876     (goto-char (point-max))
8877     (recenter -3)
8878     (when gnus-break-pages
8879       (when (re-search-backward page-delimiter nil t)
8880         (narrow-to-region (match-end 0) (point-max)))
8881       (gnus-narrow-to-page))))
8882
8883 (defun gnus-summary-print-truncate-and-quote (string &optional len)
8884   "Truncate to LEN and quote all \"(\"'s in STRING."
8885   (gnus-replace-in-string (if (and len (> (length string) len))
8886                               (substring string 0 len)
8887                             string)
8888                           "[()]" "\\\\\\&"))
8889
8890 (defun gnus-summary-print-article (&optional filename n)
8891   "Generate and print a PostScript image of the process-marked (mail) articles.
8892
8893 If used interactively, print the current article if none are
8894 process-marked.  With prefix arg, prompt the user for the name of the
8895 file to save in.
8896
8897 When used from Lisp, accept two optional args FILENAME and N.  N means
8898 to print the next N articles.  If N is negative, print the N previous
8899 articles.  If N is nil and articles have been marked with the process
8900 mark, print these instead.
8901
8902 If the optional first argument FILENAME is nil, send the image to the
8903 printer.  If FILENAME is a string, save the PostScript image in a file with
8904 that name.  If FILENAME is a number, prompt the user for the name of the file
8905 to save in."
8906   (interactive (list (ps-print-preprint current-prefix-arg)))
8907   (dolist (article (gnus-summary-work-articles n))
8908     (gnus-summary-select-article nil nil 'pseudo article)
8909     (gnus-eval-in-buffer-window gnus-article-buffer
8910       (gnus-print-buffer))
8911     (gnus-summary-remove-process-mark article))
8912   (ps-despool filename))
8913
8914 (defun gnus-print-buffer ()
8915   (let ((buffer (generate-new-buffer " *print*")))
8916     (unwind-protect
8917         (progn
8918           (copy-to-buffer buffer (point-min) (point-max))
8919           (set-buffer buffer)
8920           (gnus-remove-text-with-property 'gnus-decoration)
8921           (when (gnus-visual-p 'article-highlight 'highlight)
8922             ;; Copy-to-buffer doesn't copy overlay.  So redo
8923             ;; highlight.
8924             (let ((gnus-article-buffer buffer))
8925               (gnus-article-highlight-citation t)
8926               (gnus-article-highlight-signature)
8927               (gnus-article-emphasize)
8928               (gnus-article-delete-invisible-text)))
8929           (let ((ps-left-header
8930                  (list
8931                   (concat "("
8932                           (gnus-summary-print-truncate-and-quote
8933                            (mail-header-subject gnus-current-headers)
8934                            66) ")")
8935                   (concat "("
8936                           (gnus-summary-print-truncate-and-quote
8937                            (mail-header-from gnus-current-headers)
8938                            45) ")")))
8939                 (ps-right-header
8940                  (list
8941                   "/pagenumberstring load"
8942                   (concat "("
8943                           (mail-header-date gnus-current-headers) ")"))))
8944             (gnus-run-hooks 'gnus-ps-print-hook)
8945             (save-excursion
8946               (if window-system
8947                   (ps-spool-buffer-with-faces)
8948                 (ps-spool-buffer)))))
8949       (kill-buffer buffer))))
8950
8951 (defun gnus-summary-show-article (&optional arg)
8952   "Force redisplaying of the current article.
8953 If ARG (the prefix) is a number, show the article with the charset
8954 defined in `gnus-summary-show-article-charset-alist', or the charset
8955 input.
8956 If ARG (the prefix) is non-nil and not a number, show the raw article
8957 without any article massaging functions being run.  Normally, the key
8958 strokes are `C-u g'."
8959   (interactive "P")
8960   (cond
8961    ((numberp arg)
8962     (gnus-summary-show-article t)
8963     (let ((gnus-newsgroup-charset
8964            (or (cdr (assq arg gnus-summary-show-article-charset-alist))
8965                (mm-read-coding-system
8966                 "View as charset: " ;; actually it is coding system.
8967                 (with-current-buffer gnus-article-buffer
8968                   (mm-detect-coding-region (point) (point-max))))))
8969           (gnus-newsgroup-ignored-charsets 'gnus-all))
8970       (gnus-summary-select-article nil 'force)
8971       (let ((deps gnus-newsgroup-dependencies)
8972             head header lines)
8973         (save-excursion
8974           (set-buffer gnus-original-article-buffer)
8975           (save-restriction
8976             (message-narrow-to-head)
8977             (setq head (buffer-string))
8978             (goto-char (point-min))
8979             (unless (re-search-forward "^lines:[ \t]\\([0-9]+\\)" nil t)
8980               (goto-char (point-max))
8981               (widen)
8982               (setq lines (1- (count-lines (point) (point-max))))))
8983           (with-temp-buffer
8984             (insert (format "211 %d Article retrieved.\n"
8985                             (cdr gnus-article-current)))
8986             (insert head)
8987             (if lines (insert (format "Lines: %d\n" lines)))
8988             (insert ".\n")
8989             (let ((nntp-server-buffer (current-buffer)))
8990               (setq header (car (gnus-get-newsgroup-headers deps t))))))
8991         (gnus-data-set-header
8992          (gnus-data-find (cdr gnus-article-current))
8993          header)
8994         (gnus-summary-update-article-line
8995          (cdr gnus-article-current) header)
8996         (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
8997           (gnus-summary-update-secondary-mark (cdr gnus-article-current))))))
8998    ((not arg)
8999     ;; Select the article the normal way.
9000     (gnus-summary-select-article nil 'force))
9001    (t
9002     ;; We have to require this here to make sure that the following
9003     ;; dynamic binding isn't shadowed by autoloading.
9004     (require 'gnus-async)
9005     (require 'gnus-art)
9006     ;; Bind the article treatment functions to nil.
9007     (let ((gnus-have-all-headers t)
9008           gnus-article-prepare-hook
9009           gnus-article-decode-hook
9010           gnus-display-mime-function
9011           gnus-break-pages)
9012       ;; Destroy any MIME parts.
9013       (when (gnus-buffer-live-p gnus-article-buffer)
9014         (save-excursion
9015           (set-buffer gnus-article-buffer)
9016           (mm-destroy-parts gnus-article-mime-handles)
9017           ;; Set it to nil for safety reason.
9018           (setq gnus-article-mime-handle-alist nil)
9019           (setq gnus-article-mime-handles nil)))
9020       (gnus-summary-select-article nil 'force))))
9021   (gnus-summary-goto-subject gnus-current-article)
9022   (gnus-summary-position-point))
9023
9024 (defun gnus-summary-show-raw-article ()
9025   "Show the raw article without any article massaging functions being run."
9026   (interactive)
9027   (gnus-summary-show-article t))
9028
9029 (defun gnus-summary-verbose-headers (&optional arg)
9030   "Toggle permanent full header display.
9031 If ARG is a positive number, turn header display on.
9032 If ARG is a negative number, turn header display off."
9033   (interactive "P")
9034   (setq gnus-show-all-headers
9035         (cond ((or (not (numberp arg))
9036                    (zerop arg))
9037                (not gnus-show-all-headers))
9038               ((natnump arg)
9039                t)))
9040   (gnus-summary-show-article))
9041
9042 (defun gnus-summary-toggle-header (&optional arg)
9043   "Show the headers if they are hidden, or hide them if they are shown.
9044 If ARG is a positive number, show the entire header.
9045 If ARG is a negative number, hide the unwanted header lines."
9046   (interactive "P")
9047   (let ((window (and (gnus-buffer-live-p gnus-article-buffer)
9048                      (get-buffer-window gnus-article-buffer t))))
9049     (with-current-buffer gnus-article-buffer
9050       (widen)
9051       (article-narrow-to-head)
9052       (let* ((buffer-read-only nil)
9053              (inhibit-point-motion-hooks t)
9054              (hidden (if (numberp arg)
9055                          (>= arg 0)
9056                        (or (not (looking-at "[^ \t\n]+:"))
9057                            (gnus-article-hidden-text-p 'headers))))
9058              s e)
9059         (delete-region (point-min) (point-max))
9060         (with-current-buffer gnus-original-article-buffer
9061           (goto-char (setq s (point-min)))
9062           (setq e (if (search-forward "\n\n" nil t)
9063                       (1- (point))
9064                     (point-max))))
9065         (insert-buffer-substring gnus-original-article-buffer s e)
9066         (run-hooks 'gnus-article-decode-hook)
9067         (if hidden
9068             (let ((gnus-treat-hide-headers nil)
9069                   (gnus-treat-hide-boring-headers nil))
9070               (gnus-delete-wash-type 'headers)
9071               (gnus-treat-article 'head))
9072           (gnus-treat-article 'head))
9073         (widen)
9074         (if window
9075             (set-window-start window (goto-char (point-min))))
9076         (if gnus-break-pages
9077             (gnus-narrow-to-page)
9078           (when (gnus-visual-p 'page-marker)
9079             (let ((buffer-read-only nil))
9080               (gnus-remove-text-with-property 'gnus-prev)
9081               (gnus-remove-text-with-property 'gnus-next))))
9082         (gnus-set-mode-line 'article)))))
9083
9084 (defun gnus-summary-show-all-headers ()
9085   "Make all header lines visible."
9086   (interactive)
9087   (gnus-summary-toggle-header 1))
9088
9089 (defun gnus-summary-caesar-message (&optional arg)
9090   "Caesar rotate the current article by 13.
9091 The numerical prefix specifies how many places to rotate each letter
9092 forward."
9093   (interactive "P")
9094   (gnus-summary-select-article)
9095   (let ((mail-header-separator ""))
9096     (gnus-eval-in-buffer-window gnus-article-buffer
9097       (save-restriction
9098         (widen)
9099         (let ((start (window-start))
9100               buffer-read-only)
9101           (message-caesar-buffer-body arg)
9102           (set-window-start (get-buffer-window (current-buffer)) start)))))
9103   ;; Create buttons and stuff...
9104   (gnus-treat-article nil))
9105
9106 (defun gnus-summary-idna-message (&optional arg)
9107   "Decode IDNA encoded domain names in the current articles.
9108 IDNA encoded domain names looks like `xn--bar'.  If a string
9109 remain unencoded after running this function, it is likely an
9110 invalid IDNA string (`xn--bar' is invalid).
9111
9112 You must have GNU Libidn (`http://www.gnu.org/software/libidn/')
9113 installed for this command to work."
9114   (interactive "P")
9115   (if (not (and (condition-case nil (require 'idna)
9116                   (file-error))
9117                 (mm-coding-system-p 'utf-8)
9118                 (executable-find (symbol-value 'idna-program))))
9119       (gnus-message
9120        5 "GNU Libidn not installed properly (`idn' or `idna.el' missing)")
9121     (gnus-summary-select-article)
9122     (let ((mail-header-separator ""))
9123       (gnus-eval-in-buffer-window gnus-article-buffer
9124         (save-restriction
9125           (widen)
9126           (let ((start (window-start))
9127                 buffer-read-only)
9128             (while (re-search-forward "\\(xn--[-0-9a-z]+\\)" nil t)
9129               (replace-match (idna-to-unicode (match-string 1))))
9130             (set-window-start (get-buffer-window (current-buffer)) start)))))))
9131
9132 (autoload 'unmorse-region "morse"
9133   "Convert morse coded text in region to ordinary ASCII text."
9134   t)
9135
9136 (defun gnus-summary-morse-message (&optional arg)
9137   "Morse decode the current article."
9138   (interactive "P")
9139   (gnus-summary-select-article)
9140   (let ((mail-header-separator ""))
9141     (gnus-eval-in-buffer-window gnus-article-buffer
9142       (save-excursion
9143         (save-restriction
9144           (widen)
9145           (let ((pos (window-start))
9146                 buffer-read-only)
9147             (goto-char (point-min))
9148             (when (message-goto-body)
9149               (gnus-narrow-to-body))
9150             (goto-char (point-min))
9151             (while (search-forward "·" (point-max) t)
9152               (replace-match "."))
9153             (unmorse-region (point-min) (point-max))
9154             (widen)
9155             (set-window-start (get-buffer-window (current-buffer)) pos)))))))
9156
9157 (defun gnus-summary-stop-page-breaking ()
9158   "Stop page breaking in the current article."
9159   (interactive)
9160   (gnus-summary-select-article)
9161   (gnus-eval-in-buffer-window gnus-article-buffer
9162     (widen)
9163     (when (gnus-visual-p 'page-marker)
9164       (let ((buffer-read-only nil))
9165         (gnus-remove-text-with-property 'gnus-prev)
9166         (gnus-remove-text-with-property 'gnus-next))
9167       (setq gnus-page-broken nil))))
9168
9169 (defun gnus-summary-move-article (&optional n to-newsgroup
9170                                             select-method action)
9171   "Move the current article to a different newsgroup.
9172 If N is a positive number, move the N next articles.
9173 If N is a negative number, move the N previous articles.
9174 If N is nil and any articles have been marked with the process mark,
9175 move those articles instead.
9176 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
9177 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9178 re-spool using this method.
9179
9180 When called interactively with TO-NEWSGROUP being nil, the value of
9181 the variable `gnus-move-split-methods' is used for finding a default
9182 for the target newsgroup.
9183
9184 For this function to work, both the current newsgroup and the
9185 newsgroup that you want to move to have to support the `request-move'
9186 and `request-accept' functions.
9187
9188 ACTION can be either `move' (the default), `crosspost' or `copy'."
9189   (interactive "P")
9190   (unless action
9191     (setq action 'move))
9192   ;; Check whether the source group supports the required functions.
9193   (cond ((and (eq action 'move)
9194               (not (gnus-check-backend-function
9195                     'request-move-article gnus-newsgroup-name)))
9196          (error "The current group does not support article moving"))
9197         ((and (eq action 'crosspost)
9198               (not (gnus-check-backend-function
9199                     'request-replace-article gnus-newsgroup-name)))
9200          (error "The current group does not support article editing")))
9201   (let ((articles (gnus-summary-work-articles n))
9202         (prefix (if (gnus-check-backend-function
9203                      'request-move-article gnus-newsgroup-name)
9204                     (funcall gnus-move-group-prefix-function
9205                              gnus-newsgroup-name)
9206                   ""))
9207         (names '((move "Move" "Moving")
9208                  (copy "Copy" "Copying")
9209                  (crosspost "Crosspost" "Crossposting")))
9210         (copy-buf (save-excursion
9211                     (nnheader-set-temp-buffer " *copy article*")))
9212         art-group to-method new-xref article to-groups articles-to-update-marks)
9213     (unless (assq action names)
9214       (error "Unknown action %s" action))
9215     ;; Read the newsgroup name.
9216     (when (and (not to-newsgroup)
9217                (not select-method))
9218       (if (and gnus-move-split-methods
9219                (not
9220                 (and (memq gnus-current-article articles)
9221                      (gnus-buffer-live-p gnus-original-article-buffer))))
9222           ;; When `gnus-move-split-methods' is non-nil, we have to
9223           ;; select an article to give `gnus-read-move-group-name' an
9224           ;; opportunity to suggest an appropriate default.  However,
9225           ;; we needn't render or mark the article.
9226           (let ((gnus-display-mime-function nil)
9227                 (gnus-article-prepare-hook nil)
9228                 (gnus-mark-article-hook nil))
9229             (gnus-summary-select-article nil nil nil (car articles))))
9230       (setq to-newsgroup
9231             (gnus-read-move-group-name
9232              (cadr (assq action names))
9233              (symbol-value (intern (format "gnus-current-%s-group" action)))
9234              articles prefix))
9235       (set (intern (format "gnus-current-%s-group" action)) to-newsgroup))
9236     (setq to-method (or select-method
9237                         (gnus-server-to-method
9238                          (gnus-group-method to-newsgroup))))
9239     ;; Check the method we are to move this article to...
9240     (unless (gnus-check-backend-function
9241              'request-accept-article (car to-method))
9242       (error "%s does not support article copying" (car to-method)))
9243     (unless (gnus-check-server to-method)
9244       (error "Can't open server %s" (car to-method)))
9245     (gnus-message 6 "%s to %s: %s..."
9246                   (caddr (assq action names))
9247                   (or (car select-method) to-newsgroup) articles)
9248     (while articles
9249       (setq article (pop articles))
9250       (setq
9251        art-group
9252        (cond
9253         ;; Move the article.
9254         ((eq action 'move)
9255          ;; Remove this article from future suppression.
9256          (gnus-dup-unsuppress-article article)
9257          (let* ((from-method (gnus-find-method-for-group
9258                               gnus-newsgroup-name))
9259                 (to-method (gnus-find-method-for-group
9260                             to-newsgroup))
9261                 (move-is-internal (gnus-method-equal from-method to-method)))
9262          (gnus-request-move-article
9263           article                       ; Article to move
9264           gnus-newsgroup-name           ; From newsgroup
9265           (nth 1 (gnus-find-method-for-group
9266                   gnus-newsgroup-name)) ; Server
9267           (list 'gnus-request-accept-article
9268                 to-newsgroup (list 'quote select-method)
9269                 (not articles) t)       ; Accept form
9270           (not articles)                ; Only save nov last time
9271           move-is-internal)))           ; is this move internal?
9272         ;; Copy the article.
9273         ((eq action 'copy)
9274          (save-excursion
9275            (set-buffer copy-buf)
9276            (when (gnus-request-article-this-buffer article gnus-newsgroup-name)
9277              (save-restriction
9278                (nnheader-narrow-to-headers)
9279                (dolist (hdr gnus-copy-article-ignored-headers)
9280                  (message-remove-header hdr t)))
9281              (gnus-request-accept-article
9282               to-newsgroup select-method (not articles) t))))
9283         ;; Crosspost the article.
9284         ((eq action 'crosspost)
9285          (let ((xref (message-tokenize-header
9286                       (mail-header-xref (gnus-summary-article-header article))
9287                       " ")))
9288            (setq new-xref (concat (gnus-group-real-name gnus-newsgroup-name)
9289                                   ":" (number-to-string article)))
9290            (unless xref
9291              (setq xref (list (system-name))))
9292            (setq new-xref
9293                  (concat
9294                   (mapconcat 'identity
9295                              (delete "Xref:" (delete new-xref xref))
9296                              " ")
9297                   " " new-xref))
9298            (save-excursion
9299              (set-buffer copy-buf)
9300              ;; First put the article in the destination group.
9301              (gnus-request-article-this-buffer article gnus-newsgroup-name)
9302              (when (consp (setq art-group
9303                                 (gnus-request-accept-article
9304                                  to-newsgroup select-method (not articles))))
9305                (setq new-xref (concat new-xref " " (car art-group)
9306                                       ":"
9307                                       (number-to-string (cdr art-group))))
9308                ;; Now we have the new Xrefs header, so we insert
9309                ;; it and replace the new article.
9310                (nnheader-replace-header "Xref" new-xref)
9311                (gnus-request-replace-article
9312                 (cdr art-group) to-newsgroup (current-buffer))
9313                art-group))))))
9314       (cond
9315        ((not art-group)
9316         (gnus-message 1 "Couldn't %s article %s: %s"
9317                       (cadr (assq action names)) article
9318                       (nnheader-get-report (car to-method))))
9319        ((eq art-group 'junk)
9320         (when (eq action 'move)
9321           (gnus-summary-mark-article article gnus-canceled-mark)
9322           (gnus-message 4 "Deleted article %s" article)
9323           ;; run the delete hook
9324           (run-hook-with-args 'gnus-summary-article-delete-hook
9325                               action
9326                               (gnus-data-header
9327                                (assoc article (gnus-data-list nil)))
9328                               gnus-newsgroup-name nil
9329                               select-method)))
9330        (t
9331         (let* ((pto-group (gnus-group-prefixed-name
9332                            (car art-group) to-method))
9333                (info (gnus-get-info pto-group))
9334                (to-group (gnus-info-group info))
9335                to-marks)
9336           ;; Update the group that has been moved to.
9337           (when (and info
9338                      (memq action '(move copy)))
9339             (unless (member to-group to-groups)
9340               (push to-group to-groups))
9341
9342             (unless (memq article gnus-newsgroup-unreads)
9343               (push 'read to-marks)
9344               (gnus-info-set-read
9345                info (gnus-add-to-range (gnus-info-read info)
9346                                        (list (cdr art-group)))))
9347
9348             ;; See whether the article is to be put in the cache.
9349             (let ((marks (if (gnus-group-auto-expirable-p to-group)
9350                              gnus-article-mark-lists
9351                            (delete '(expirable . expire)
9352                                    (copy-sequence gnus-article-mark-lists))))
9353                   (to-article (cdr art-group)))
9354
9355               ;; Enter the article into the cache in the new group,
9356               ;; if that is required.
9357               (when gnus-use-cache
9358                 (gnus-cache-possibly-enter-article
9359                  to-group to-article
9360                  (memq article gnus-newsgroup-marked)
9361                  (memq article gnus-newsgroup-dormant)
9362                  (memq article gnus-newsgroup-unreads)))
9363
9364               (when gnus-preserve-marks
9365                 ;; Copy any marks over to the new group.
9366                 (when (and (equal to-group gnus-newsgroup-name)
9367                            (not (memq article gnus-newsgroup-unreads)))
9368                   ;; Mark this article as read in this group.
9369                   (push (cons to-article gnus-read-mark) gnus-newsgroup-reads)
9370                   (setcdr (gnus-active to-group) to-article)
9371                   (setcdr gnus-newsgroup-active to-article))
9372
9373                 (while marks
9374                   (when (eq (gnus-article-mark-to-type (cdar marks)) 'list)
9375                     (when (memq article (symbol-value
9376                                          (intern (format "gnus-newsgroup-%s"
9377                                                          (caar marks)))))
9378                       (push (cdar marks) to-marks)
9379                       ;; If the other group is the same as this group,
9380                       ;; then we have to add the mark to the list.
9381                       (when (equal to-group gnus-newsgroup-name)
9382                         (set (intern (format "gnus-newsgroup-%s" (caar marks)))
9383                              (cons to-article
9384                                    (symbol-value
9385                                     (intern (format "gnus-newsgroup-%s"
9386                                                     (caar marks)))))))
9387                       ;; Copy the marks to other group.
9388                       (gnus-add-marked-articles
9389                        to-group (cdar marks) (list to-article) info)))
9390                   (setq marks (cdr marks)))
9391
9392                 (gnus-request-set-mark
9393                  to-group (list (list (list to-article) 'add to-marks))))
9394
9395               (gnus-dribble-enter
9396                (concat "(gnus-group-set-info '"
9397                        (gnus-prin1-to-string (gnus-get-info to-group))
9398                        ")"))))
9399
9400           ;; Update the Xref header in this article to point to
9401           ;; the new crossposted article we have just created.
9402           (when (eq action 'crosspost)
9403             (save-excursion
9404               (set-buffer copy-buf)
9405               (gnus-request-article-this-buffer article gnus-newsgroup-name)
9406               (nnheader-replace-header "Xref" new-xref)
9407               (gnus-request-replace-article
9408                article gnus-newsgroup-name (current-buffer))))
9409
9410           ;; run the move/copy/crosspost/respool hook
9411           (run-hook-with-args 'gnus-summary-article-move-hook
9412                               action
9413                               (gnus-data-header
9414                                (assoc article (gnus-data-list nil)))
9415                               gnus-newsgroup-name
9416                               to-newsgroup
9417                               select-method))
9418
9419         ;;;!!!Why is this necessary?
9420         (set-buffer gnus-summary-buffer)
9421         
9422         (gnus-summary-goto-subject article)
9423         (when (eq action 'move)
9424           (gnus-summary-mark-article article gnus-canceled-mark))))
9425       (push article articles-to-update-marks))
9426
9427     (apply 'gnus-summary-remove-process-mark articles-to-update-marks)
9428     ;; Re-activate all groups that have been moved to.
9429     (save-excursion
9430       (set-buffer gnus-group-buffer)
9431       (let ((gnus-group-marked to-groups))
9432         (gnus-group-get-new-news-this-group nil t)))
9433     
9434     (gnus-kill-buffer copy-buf)
9435     (gnus-summary-position-point)
9436     (gnus-set-mode-line 'summary)))
9437
9438 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
9439   "Copy the current article to some other group.
9440 If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to.
9441 When called interactively, if TO-NEWSGROUP is nil, use the value of
9442 the variable `gnus-move-split-methods' for finding a default target
9443 newsgroup.
9444 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9445 re-spool using this method."
9446   (interactive "P")
9447   (gnus-summary-move-article n to-newsgroup select-method 'copy))
9448
9449 (defun gnus-summary-crosspost-article (&optional n)
9450   "Crosspost the current article to some other group."
9451   (interactive "P")
9452   (gnus-summary-move-article n nil nil 'crosspost))
9453
9454 (defcustom gnus-summary-respool-default-method nil
9455   "Default method type for respooling an article.
9456 If nil, use to the current newsgroup method."
9457   :type 'symbol
9458   :group 'gnus-summary-mail)
9459
9460 (defcustom gnus-summary-display-while-building nil
9461   "If non-nil, show and update the summary buffer as it's being built.
9462 If the value is t, update the buffer after every line is inserted.  If
9463 the value is an integer (N), update the display every N lines."
9464   :version "22.1"
9465   :group 'gnus-thread
9466   :type '(choice (const :tag "off" nil)
9467                  number
9468                  (const :tag "frequently" t)))
9469
9470 (defun gnus-summary-respool-article (&optional n method)
9471   "Respool the current article.
9472 The article will be squeezed through the mail spooling process again,
9473 which means that it will be put in some mail newsgroup or other
9474 depending on `nnmail-split-methods'.
9475 If N is a positive number, respool the N next articles.
9476 If N is a negative number, respool the N previous articles.
9477 If N is nil and any articles have been marked with the process mark,
9478 respool those articles instead.
9479
9480 Respooling can be done both from mail groups and \"real\" newsgroups.
9481 In the former case, the articles in question will be moved from the
9482 current group into whatever groups they are destined to.  In the
9483 latter case, they will be copied into the relevant groups."
9484   (interactive
9485    (list current-prefix-arg
9486          (let* ((methods (gnus-methods-using 'respool))
9487                 (methname
9488                  (symbol-name (or gnus-summary-respool-default-method
9489                                   (car (gnus-find-method-for-group
9490                                         gnus-newsgroup-name)))))
9491                 (method
9492                  (gnus-completing-read-with-default
9493                   methname "Backend to use when respooling"
9494                   methods nil t nil 'gnus-mail-method-history))
9495                 ms)
9496            (cond
9497             ((zerop (length (setq ms (gnus-servers-using-backend
9498                                       (intern method)))))
9499              (list (intern method) ""))
9500             ((= 1 (length ms))
9501              (car ms))
9502             (t
9503              (let ((ms-alist (mapcar (lambda (m) (cons (cadr m) m)) ms)))
9504                (cdr (assoc (completing-read "Server name: " ms-alist nil t)
9505                            ms-alist))))))))
9506   (unless method
9507     (error "No method given for respooling"))
9508   (if (assoc (symbol-name
9509               (car (gnus-find-method-for-group gnus-newsgroup-name)))
9510              (gnus-methods-using 'respool))
9511       (gnus-summary-move-article n nil method)
9512     (gnus-summary-copy-article n nil method)))
9513
9514 (defun gnus-summary-import-article (file &optional edit)
9515   "Import an arbitrary file into a mail newsgroup."
9516   (interactive "fImport file: \nP")
9517   (let ((group gnus-newsgroup-name)
9518         (now (current-time))
9519         atts lines group-art)
9520     (unless (gnus-check-backend-function 'request-accept-article group)
9521       (error "%s does not support article importing" group))
9522     (or (file-readable-p file)
9523         (not (file-regular-p file))
9524         (error "Can't read %s" file))
9525     (save-excursion
9526       (set-buffer (gnus-get-buffer-create " *import file*"))
9527       (erase-buffer)
9528       (nnheader-insert-file-contents file)
9529       (goto-char (point-min))
9530       (if (nnheader-article-p)
9531           (save-restriction
9532             (goto-char (point-min))
9533             (search-forward "\n\n" nil t)
9534             (narrow-to-region (point-min) (1- (point)))
9535             (goto-char (point-min))
9536             (unless (re-search-forward "^date:" nil t)
9537               (goto-char (point-max))
9538               (insert "Date: " (message-make-date (nth 5 atts)) "\n")))
9539        ;; This doesn't look like an article, so we fudge some headers.
9540         (setq atts (file-attributes file)
9541               lines (count-lines (point-min) (point-max)))
9542         (insert "From: " (read-string "From: ") "\n"
9543                 "Subject: " (read-string "Subject: ") "\n"
9544                 "Date: " (message-make-date (nth 5 atts)) "\n"
9545                 "Message-ID: " (message-make-message-id) "\n"
9546                 "Lines: " (int-to-string lines) "\n"
9547                 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
9548       (setq group-art (gnus-request-accept-article group nil t))
9549       (kill-buffer (current-buffer)))
9550     (setq gnus-newsgroup-active (gnus-activate-group group))
9551     (forward-line 1)
9552     (gnus-summary-goto-article (cdr group-art) nil t)
9553     (when edit
9554       (gnus-summary-edit-article))))
9555
9556 (defun gnus-summary-create-article ()
9557   "Create an article in a mail newsgroup."
9558   (interactive)
9559   (let ((group gnus-newsgroup-name)
9560         (now (current-time))
9561         group-art)
9562     (unless (gnus-check-backend-function 'request-accept-article group)
9563       (error "%s does not support article importing" group))
9564     (save-excursion
9565       (set-buffer (gnus-get-buffer-create " *import file*"))
9566       (erase-buffer)
9567       (goto-char (point-min))
9568       ;; This doesn't look like an article, so we fudge some headers.
9569       (insert "From: " (read-string "From: ") "\n"
9570               "Subject: " (read-string "Subject: ") "\n"
9571               "Date: " (message-make-date now) "\n"
9572               "Message-ID: " (message-make-message-id) "\n")
9573       (setq group-art (gnus-request-accept-article group nil t))
9574       (kill-buffer (current-buffer)))
9575     (setq gnus-newsgroup-active (gnus-activate-group group))
9576     (forward-line 1)
9577     (gnus-summary-goto-article (cdr group-art) nil t)
9578     (gnus-summary-edit-article)))
9579
9580 (defun gnus-summary-article-posted-p ()
9581   "Say whether the current (mail) article is available from news as well.
9582 This will be the case if the article has both been mailed and posted."
9583   (interactive)
9584   (let ((id (mail-header-references (gnus-summary-article-header)))
9585         (gnus-override-method (car (gnus-refer-article-methods))))
9586     (if (gnus-request-head id "")
9587         (gnus-message 2 "The current message was found on %s"
9588                       gnus-override-method)
9589       (gnus-message 2 "The current message couldn't be found on %s"
9590                     gnus-override-method)
9591       nil)))
9592
9593 (defun gnus-summary-expire-articles (&optional now)
9594   "Expire all articles that are marked as expirable in the current group."
9595   (interactive)
9596   (when (and (not gnus-group-is-exiting-without-update-p)
9597              (gnus-check-backend-function
9598               'request-expire-articles gnus-newsgroup-name))
9599     ;; This backend supports expiry.
9600     (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
9601            (expirable (if total
9602                           (progn
9603                             ;; We need to update the info for
9604                             ;; this group for `gnus-list-of-read-articles'
9605                             ;; to give us the right answer.
9606                             (gnus-run-hooks 'gnus-exit-group-hook)
9607                             (gnus-summary-update-info)
9608                             (gnus-list-of-read-articles gnus-newsgroup-name))
9609                         (setq gnus-newsgroup-expirable
9610                               (sort gnus-newsgroup-expirable '<))))
9611            (expiry-wait (if now 'immediate
9612                           (gnus-group-find-parameter
9613                            gnus-newsgroup-name 'expiry-wait)))
9614            (nnmail-expiry-target
9615             (or (gnus-group-find-parameter gnus-newsgroup-name 'expiry-target)
9616                 nnmail-expiry-target))
9617            es)
9618       (when expirable
9619         ;; There are expirable articles in this group, so we run them
9620         ;; through the expiry process.
9621         (gnus-message 6 "Expiring articles...")
9622         (unless (gnus-check-group gnus-newsgroup-name)
9623           (error "Can't open server for %s" gnus-newsgroup-name))
9624         ;; The list of articles that weren't expired is returned.
9625         (save-excursion
9626           (if expiry-wait
9627               (let ((nnmail-expiry-wait-function nil)
9628                     (nnmail-expiry-wait expiry-wait))
9629                 (setq es (gnus-request-expire-articles
9630                           expirable gnus-newsgroup-name)))
9631             (setq es (gnus-request-expire-articles
9632                       expirable gnus-newsgroup-name)))
9633           (unless total
9634             (setq gnus-newsgroup-expirable es))
9635           ;; We go through the old list of expirable, and mark all
9636           ;; really expired articles as nonexistent.
9637           (unless (eq es expirable) ;If nothing was expired, we don't mark.
9638             (let ((gnus-use-cache nil))
9639               (dolist (article expirable)
9640                 (when (and (not (memq article es))
9641                            (gnus-data-find article))
9642                   (gnus-summary-mark-article article gnus-canceled-mark)
9643                   (run-hook-with-args 'gnus-summary-article-expire-hook
9644                                       'delete
9645                                       (gnus-data-header
9646                                        (assoc article (gnus-data-list nil)))
9647                                       gnus-newsgroup-name
9648                                       nil
9649                                       nil))))))
9650         (gnus-message 6 "Expiring articles...done")))))
9651
9652 (defun gnus-summary-expire-articles-now ()
9653   "Expunge all expirable articles in the current group.
9654 This means that *all* articles that are marked as expirable will be
9655 deleted forever, right now."
9656   (interactive)
9657   (or gnus-expert-user
9658       (gnus-yes-or-no-p
9659        "Are you really, really, really sure you want to delete all these messages? ")
9660       (error "Phew!"))
9661   (gnus-summary-expire-articles t))
9662
9663 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
9664 (defun gnus-summary-delete-article (&optional n)
9665   "Delete the N next (mail) articles.
9666 This command actually deletes articles.  This is not a marking
9667 command.  The article will disappear forever from your life, never to
9668 return.
9669
9670 If N is negative, delete backwards.
9671 If N is nil and articles have been marked with the process mark,
9672 delete these instead.
9673
9674 If `gnus-novice-user' is non-nil you will be asked for
9675 confirmation before the articles are deleted."
9676   (interactive "P")
9677   (unless (gnus-check-backend-function 'request-expire-articles
9678                                        gnus-newsgroup-name)
9679     (error "The current newsgroup does not support article deletion"))
9680   (unless (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
9681     (error "Couldn't open server"))
9682   ;; Compute the list of articles to delete.
9683   (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
9684         (nnmail-expiry-target 'delete)
9685         not-deleted)
9686     (if (and gnus-novice-user
9687              (not (gnus-yes-or-no-p
9688                    (format "Do you really want to delete %s forever? "
9689                            (if (> (length articles) 1)
9690                                (format "these %s articles" (length articles))
9691                              "this article")))))
9692         ()
9693       ;; Delete the articles.
9694       (setq not-deleted (gnus-request-expire-articles
9695                          articles gnus-newsgroup-name 'force))
9696       (while articles
9697         (gnus-summary-remove-process-mark (car articles))
9698         ;; The backend might not have been able to delete the article
9699         ;; after all.
9700         (unless (memq (car articles) not-deleted)
9701           (gnus-summary-mark-article (car articles) gnus-canceled-mark))
9702         (let* ((article (car articles))
9703                (ghead  (gnus-data-header
9704                                     (assoc article (gnus-data-list nil)))))
9705           (run-hook-with-args 'gnus-summary-article-delete-hook
9706                               'delete ghead gnus-newsgroup-name nil
9707                               nil))
9708         (setq articles (cdr articles)))
9709       (when not-deleted
9710         (gnus-message 4 "Couldn't delete articles %s" not-deleted)))
9711     (gnus-summary-position-point)
9712     (gnus-set-mode-line 'summary)
9713     not-deleted))
9714
9715 (defun gnus-summary-edit-article (&optional arg)
9716   "Edit the current article.
9717 This will have permanent effect only in mail groups.
9718 If ARG is nil, edit the decoded articles.
9719 If ARG is 1, edit the raw articles.
9720 If ARG is 2, edit the raw articles even in read-only groups.
9721 If ARG is 3, edit the articles with the current handles.
9722 Otherwise, allow editing of articles even in read-only
9723 groups."
9724   (interactive "P")
9725   (let (force raw current-handles)
9726     (cond
9727      ((null arg))
9728      ((eq arg 1)
9729       (setq raw t))
9730      ((eq arg 2)
9731       (setq raw t
9732             force t))
9733      ((eq arg 3)
9734       (setq current-handles
9735             (and (gnus-buffer-live-p gnus-article-buffer)
9736                  (with-current-buffer gnus-article-buffer
9737                    (prog1
9738                        gnus-article-mime-handles
9739                      (setq gnus-article-mime-handles nil))))))
9740      (t
9741       (setq force t)))
9742     (when (and raw (not force)
9743                (member gnus-newsgroup-name '("nndraft:delayed"
9744                                              "nndraft:drafts"
9745                                              "nndraft:queue")))
9746       (error "Can't edit the raw article in group %s"
9747              gnus-newsgroup-name))
9748     (save-excursion
9749       (set-buffer gnus-summary-buffer)
9750       (let ((mail-parse-charset gnus-newsgroup-charset)
9751             (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets))
9752         (gnus-set-global-variables)
9753         (when (and (not force)
9754                    (gnus-group-read-only-p))
9755           (error "The current newsgroup does not support article editing"))
9756         (gnus-summary-show-article t)
9757         (when (and (not raw) (gnus-buffer-live-p gnus-article-buffer))
9758           (with-current-buffer gnus-article-buffer
9759             (mm-enable-multibyte)))
9760         (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
9761             (setq raw t))
9762         (gnus-article-edit-article
9763          (if raw 'ignore
9764            `(lambda ()
9765               (let ((mbl mml-buffer-list))
9766                 (setq mml-buffer-list nil)
9767                 (let ((rfc2047-quote-decoded-words-containing-tspecials t))
9768                   (mime-to-mml ,'current-handles))
9769                 (let ((mbl1 mml-buffer-list))
9770                   (setq mml-buffer-list mbl)
9771                   (set (make-local-variable 'mml-buffer-list) mbl1))
9772                 (gnus-make-local-hook 'kill-buffer-hook)
9773                 (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t))))
9774          `(lambda (no-highlight)
9775             (let ((mail-parse-charset ',gnus-newsgroup-charset)
9776                   (message-options message-options)
9777                   (message-options-set-recipient)
9778                   (mail-parse-ignored-charsets
9779                    ',gnus-newsgroup-ignored-charsets))
9780               ,(if (not raw) '(progn
9781                                 (mml-to-mime)
9782                                 (mml-destroy-buffers)
9783                                 (remove-hook 'kill-buffer-hook
9784                                              'mml-destroy-buffers t)
9785                                 (kill-local-variable 'mml-buffer-list)))
9786               (gnus-summary-edit-article-done
9787                ,(or (mail-header-references gnus-current-headers) "")
9788                ,(gnus-group-read-only-p)
9789                ,gnus-summary-buffer no-highlight))))))))
9790
9791 (defalias 'gnus-summary-edit-article-postpone 'gnus-article-edit-exit)
9792
9793 (defun gnus-summary-edit-article-done (&optional references read-only buffer
9794                                                  no-highlight)
9795   "Make edits to the current article permanent."
9796   (interactive)
9797   (save-excursion
9798    ;; The buffer restriction contains the entire article if it exists.
9799     (when (article-goto-body)
9800       (let ((lines (count-lines (point) (point-max)))
9801             (length (- (point-max) (point)))
9802             (case-fold-search t)
9803             (body (copy-marker (point))))
9804         (goto-char (point-min))
9805         (when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
9806           (delete-region (match-beginning 1) (match-end 1))
9807           (insert (number-to-string length)))
9808         (goto-char (point-min))
9809         (when (re-search-forward
9810                "^x-content-length:[ \t]\\([0-9]+\\)" body t)
9811           (delete-region (match-beginning 1) (match-end 1))
9812           (insert (number-to-string length)))
9813         (goto-char (point-min))
9814         (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
9815           (delete-region (match-beginning 1) (match-end 1))
9816           (insert (number-to-string lines))))))
9817   ;; Replace the article.
9818   (let ((buf (current-buffer)))
9819     (with-temp-buffer
9820       (insert-buffer-substring buf)
9821
9822       (if (and (not read-only)
9823                (not (gnus-request-replace-article
9824                      (cdr gnus-article-current) (car gnus-article-current)
9825                      (current-buffer) t)))
9826           (error "Couldn't replace article")
9827         ;; Update the summary buffer.
9828         (if (and references
9829                  (equal (message-tokenize-header references " ")
9830                         (message-tokenize-header
9831                          (or (message-fetch-field "references") "") " ")))
9832             ;; We only have to update this line.
9833             (save-excursion
9834               (save-restriction
9835                 (message-narrow-to-head)
9836                 (let ((head (buffer-substring-no-properties
9837                              (point-min) (point-max)))
9838                       header)
9839                   (with-temp-buffer
9840                     (insert (format "211 %d Article retrieved.\n"
9841                                     (cdr gnus-article-current)))
9842                     (insert head)
9843                     (insert ".\n")
9844                     (let ((nntp-server-buffer (current-buffer)))
9845                       (setq header (car (gnus-get-newsgroup-headers
9846                                          nil t))))
9847                     (save-excursion
9848                       (set-buffer gnus-summary-buffer)
9849                       (gnus-data-set-header
9850                        (gnus-data-find (cdr gnus-article-current))
9851                        header)
9852                       (gnus-summary-update-article-line
9853                        (cdr gnus-article-current) header)
9854                       (if (gnus-summary-goto-subject
9855                            (cdr gnus-article-current) nil t)
9856                           (gnus-summary-update-secondary-mark
9857                            (cdr gnus-article-current))))))))
9858           ;; Update threads.
9859           (set-buffer (or buffer gnus-summary-buffer))
9860           (gnus-summary-update-article (cdr gnus-article-current))
9861           (if (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
9862               (gnus-summary-update-secondary-mark
9863                (cdr gnus-article-current))))
9864         ;; Prettify the article buffer again.
9865         (unless no-highlight
9866           (save-excursion
9867             (set-buffer gnus-article-buffer)
9868             ;;;!!! Fix this -- article should be rehighlighted.
9869             ;;;(gnus-run-hooks 'gnus-article-display-hook)
9870             (set-buffer gnus-original-article-buffer)
9871             (gnus-request-article
9872              (cdr gnus-article-current)
9873              (car gnus-article-current) (current-buffer))))
9874         ;; Prettify the summary buffer line.
9875         (when (gnus-visual-p 'summary-highlight 'highlight)
9876           (gnus-run-hooks 'gnus-visual-mark-article-hook))))))
9877
9878 (defun gnus-summary-edit-wash (key)
9879   "Perform editing command KEY in the article buffer."
9880   (interactive
9881    (list
9882     (progn
9883       (message "%s" (concat (this-command-keys) "- "))
9884       (read-char))))
9885   (message "")
9886   (gnus-summary-edit-article)
9887   (execute-kbd-macro (concat (this-command-keys) key))
9888   (gnus-article-edit-done))
9889
9890 ;;; Respooling
9891
9892 (defun gnus-summary-respool-query (&optional silent trace)
9893   "Query where the respool algorithm would put this article."
9894   (interactive)
9895   (let (gnus-mark-article-hook)
9896     (gnus-summary-select-article)
9897     (save-excursion
9898       (set-buffer gnus-original-article-buffer)
9899       (let ((groups (nnmail-article-group 'identity trace)))
9900         (unless silent
9901           (if groups
9902               (message "This message would go to %s"
9903                        (mapconcat 'car groups ", "))
9904             (message "This message would go to no groups"))
9905           groups)))))
9906
9907 (defun gnus-summary-respool-trace ()
9908   "Trace where the respool algorithm would put this article.
9909 Display a buffer showing all fancy splitting patterns which matched."
9910   (interactive)
9911   (gnus-summary-respool-query nil t))
9912
9913 ;; Summary marking commands.
9914
9915 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
9916   "Mark articles which has the same subject as read, and then select the next.
9917 If UNMARK is positive, remove any kind of mark.
9918 If UNMARK is negative, tick articles."
9919   (interactive "P")
9920   (when unmark
9921     (setq unmark (prefix-numeric-value unmark)))
9922   (let ((count
9923          (gnus-summary-mark-same-subject
9924           (gnus-summary-article-subject) unmark)))
9925     ;; Select next unread article.  If auto-select-same mode, should
9926     ;; select the first unread article.
9927     (gnus-summary-next-article t (and gnus-auto-select-same
9928                                       (gnus-summary-article-subject)))
9929     (gnus-message 7 "%d article%s marked as %s"
9930                   count (if (= count 1) " is" "s are")
9931                   (if unmark "unread" "read"))))
9932
9933 (defun gnus-summary-kill-same-subject (&optional unmark)
9934   "Mark articles which has the same subject as read.
9935 If UNMARK is positive, remove any kind of mark.
9936 If UNMARK is negative, tick articles."
9937   (interactive "P")
9938   (when unmark
9939     (setq unmark (prefix-numeric-value unmark)))
9940   (let ((count
9941          (gnus-summary-mark-same-subject
9942           (gnus-summary-article-subject) unmark)))
9943     ;; If marked as read, go to next unread subject.
9944     (when (null unmark)
9945       ;; Go to next unread subject.
9946       (gnus-summary-next-subject 1 t))
9947     (gnus-message 7 "%d articles are marked as %s"
9948                   count (if unmark "unread" "read"))))
9949
9950 (defun gnus-summary-mark-same-subject (subject &optional unmark)
9951   "Mark articles with same SUBJECT as read, and return marked number.
9952 If optional argument UNMARK is positive, remove any kinds of marks.
9953 If optional argument UNMARK is negative, mark articles as unread instead."
9954   (let ((count 1))
9955     (save-excursion
9956       (cond
9957        ((null unmark)                   ; Mark as read.
9958         (while (and
9959                 (progn
9960                   (gnus-summary-mark-article-as-read gnus-killed-mark)
9961                   (gnus-summary-show-thread) t)
9962                 (gnus-summary-find-subject subject))
9963           (setq count (1+ count))))
9964        ((> unmark 0)                    ; Tick.
9965         (while (and
9966                 (progn
9967                   (gnus-summary-mark-article-as-unread gnus-ticked-mark)
9968                   (gnus-summary-show-thread) t)
9969                 (gnus-summary-find-subject subject))
9970           (setq count (1+ count))))
9971        (t                               ; Mark as unread.
9972         (while (and
9973                 (progn
9974                   (gnus-summary-mark-article-as-unread gnus-unread-mark)
9975                   (gnus-summary-show-thread) t)
9976                 (gnus-summary-find-subject subject))
9977           (setq count (1+ count)))))
9978       (gnus-set-mode-line 'summary)
9979       ;; Return the number of marked articles.
9980       count)))
9981
9982 (defun gnus-summary-mark-as-processable (n &optional unmark)
9983   "Set the process mark on the next N articles.
9984 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
9985 the process mark instead.  The difference between N and the actual
9986 number of articles marked is returned."
9987   (interactive "P")
9988   (if (and (null n) (gnus-region-active-p))
9989       (gnus-uu-mark-region (region-beginning) (region-end) unmark)
9990     (setq n (prefix-numeric-value n))
9991     (let ((backward (< n 0))
9992           (n (abs n)))
9993       (while (and
9994               (> n 0)
9995               (if unmark
9996                   (gnus-summary-remove-process-mark
9997                    (gnus-summary-article-number))
9998                 (gnus-summary-set-process-mark (gnus-summary-article-number)))
9999               (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
10000         (setq n (1- n)))
10001       (when (/= 0 n)
10002         (gnus-message 7 "No more articles"))
10003       (gnus-summary-recenter)
10004       (gnus-summary-position-point)
10005       n)))
10006
10007 (defun gnus-summary-unmark-as-processable (n)
10008   "Remove the process mark from the next N articles.
10009 If N is negative, unmark backward instead.  The difference between N and
10010 the actual number of articles unmarked is returned."
10011   (interactive "P")
10012   (gnus-summary-mark-as-processable n t))
10013
10014 (defun gnus-summary-unmark-all-processable ()
10015   "Remove the process mark from all articles."
10016   (interactive)
10017   (save-excursion
10018     (while gnus-newsgroup-processable
10019       (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
10020   (gnus-summary-position-point))
10021
10022 (defun gnus-summary-add-mark (article type)
10023   "Mark ARTICLE with a mark of TYPE."
10024   (let ((vtype (car (assq type gnus-article-mark-lists)))
10025         var)
10026     (if (not vtype)
10027         (error "No such mark type: %s" type)
10028       (setq var (intern (format "gnus-newsgroup-%s" type)))
10029       (set var (cons article (symbol-value var)))
10030       (if (memq type '(processable cached replied forwarded recent saved))
10031           (gnus-summary-update-secondary-mark article)
10032         ;;; !!! This is bogus.  We should find out what primary
10033         ;;; !!! mark we want to set.
10034         (gnus-summary-update-mark gnus-del-mark 'unread)))))
10035
10036 (defun gnus-summary-mark-as-expirable (n)
10037   "Mark N articles forward as expirable.
10038 If N is negative, mark backward instead.  The difference between N and
10039 the actual number of articles marked is returned."
10040   (interactive "p")
10041   (gnus-summary-mark-forward n gnus-expirable-mark))
10042
10043 (defun gnus-summary-mark-as-spam (n)
10044   "Mark N articles forward as spam.
10045 If N is negative, mark backward instead.  The difference between N and
10046 the actual number of articles marked is returned."
10047   (interactive "p")
10048   (gnus-summary-mark-forward n gnus-spam-mark))
10049
10050 (defun gnus-summary-mark-article-as-replied (article)
10051   "Mark ARTICLE as replied to and update the summary line.
10052 ARTICLE can also be a list of articles."
10053   (interactive (list (gnus-summary-article-number)))
10054   (let ((articles (if (listp article) article (list article))))
10055     (dolist (article articles)
10056       (unless (numberp article)
10057         (error "%s is not a number" article))
10058       (push article gnus-newsgroup-replied)
10059       (let ((buffer-read-only nil))
10060         (when (gnus-summary-goto-subject article nil t)
10061           (gnus-summary-update-secondary-mark article))))))
10062
10063 (defun gnus-summary-mark-article-as-forwarded (article)
10064   "Mark ARTICLE as forwarded and update the summary line.
10065 ARTICLE can also be a list of articles."
10066   (let ((articles (if (listp article) article (list article))))
10067     (dolist (article articles)
10068       (push article gnus-newsgroup-forwarded)
10069       (let ((buffer-read-only nil))
10070         (when (gnus-summary-goto-subject article nil t)
10071           (gnus-summary-update-secondary-mark article))))))
10072
10073 (defun gnus-summary-set-bookmark (article)
10074   "Set a bookmark in current article."
10075   (interactive (list (gnus-summary-article-number)))
10076   (when (or (not (get-buffer gnus-article-buffer))
10077             (not gnus-current-article)
10078             (not gnus-article-current)
10079             (not (equal gnus-newsgroup-name (car gnus-article-current))))
10080     (error "No current article selected"))
10081   ;; Remove old bookmark, if one exists.
10082   (gnus-pull article gnus-newsgroup-bookmarks)
10083   ;; Set the new bookmark, which is on the form
10084   ;; (article-number . line-number-in-body).
10085   (push
10086    (cons article
10087          (with-current-buffer gnus-article-buffer
10088            (count-lines
10089             (min (point)
10090                  (save-excursion
10091                    (article-goto-body)
10092                    (point)))
10093             (point))))
10094    gnus-newsgroup-bookmarks)
10095   (gnus-message 6 "A bookmark has been added to the current article."))
10096
10097 (defun gnus-summary-remove-bookmark (article)
10098   "Remove the bookmark from the current article."
10099   (interactive (list (gnus-summary-article-number)))
10100   ;; Remove old bookmark, if one exists.
10101   (if (not (assq article gnus-newsgroup-bookmarks))
10102       (gnus-message 6 "No bookmark in current article.")
10103     (gnus-pull article gnus-newsgroup-bookmarks)
10104     (gnus-message 6 "Removed bookmark.")))
10105
10106 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
10107 (defun gnus-summary-mark-as-dormant (n)
10108   "Mark N articles forward as dormant.
10109 If N is negative, mark backward instead.  The difference between N and
10110 the actual number of articles marked is returned."
10111   (interactive "p")
10112   (gnus-summary-mark-forward n gnus-dormant-mark))
10113
10114 (defun gnus-summary-set-process-mark (article)
10115   "Set the process mark on ARTICLE and update the summary line."
10116   (setq gnus-newsgroup-processable
10117         (cons article
10118               (delq article gnus-newsgroup-processable)))
10119   (when (gnus-summary-goto-subject article)
10120     (gnus-summary-show-thread)
10121     (gnus-summary-goto-subject article)
10122     (gnus-summary-update-secondary-mark article)))
10123
10124 (defun gnus-summary-remove-process-mark (&rest articles)
10125   "Remove the process mark from ARTICLES and update the summary line."
10126   (dolist (article articles)
10127     (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
10128     (when (gnus-summary-goto-subject article)
10129       (gnus-summary-show-thread)
10130       (gnus-summary-goto-subject article)
10131       (gnus-summary-update-secondary-mark article)))
10132   t)
10133
10134 (defun gnus-summary-set-saved-mark (article)
10135   "Set the process mark on ARTICLE and update the summary line."
10136   (push article gnus-newsgroup-saved)
10137   (when (gnus-summary-goto-subject article)
10138     (gnus-summary-update-secondary-mark article)))
10139
10140 (defun gnus-summary-mark-forward (n &optional mark no-expire)
10141   "Mark N articles as read forwards.
10142 If N is negative, mark backwards instead.  Mark with MARK, ?r by default.
10143 The difference between N and the actual number of articles marked is
10144 returned.
10145 If NO-EXPIRE, auto-expiry will be inhibited."
10146   (interactive "p")
10147   (gnus-summary-show-thread)
10148   (let ((backward (< n 0))
10149         (gnus-summary-goto-unread
10150          (and gnus-summary-goto-unread
10151               (not (eq gnus-summary-goto-unread 'never))
10152               (not (memq mark (list gnus-unread-mark gnus-spam-mark
10153                                     gnus-ticked-mark gnus-dormant-mark)))))
10154         (n (abs n))
10155         (mark (or mark gnus-del-mark)))
10156     (while (and (> n 0)
10157                 (gnus-summary-mark-article nil mark no-expire)
10158                 (zerop (gnus-summary-next-subject
10159                         (if backward -1 1)
10160                         (and gnus-summary-goto-unread
10161                              (not (eq gnus-summary-goto-unread 'never)))
10162                         t)))
10163       (setq n (1- n)))
10164     (when (/= 0 n)
10165       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
10166     (gnus-summary-recenter)
10167     (gnus-summary-position-point)
10168     (gnus-set-mode-line 'summary)
10169     n))
10170
10171 (defun gnus-summary-mark-article-as-read (mark)
10172   "Mark the current article quickly as read with MARK."
10173   (let ((article (gnus-summary-article-number)))
10174     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10175     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10176     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
10177     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10178     (push (cons article mark) gnus-newsgroup-reads)
10179     ;; Possibly remove from cache, if that is used.
10180     (when gnus-use-cache
10181       (gnus-cache-enter-remove-article article))
10182     ;; Allow the backend to change the mark.
10183     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10184     ;; Check for auto-expiry.
10185     (when (and gnus-newsgroup-auto-expire
10186                (memq mark gnus-auto-expirable-marks))
10187       (setq mark gnus-expirable-mark)
10188       ;; Let the backend know about the mark change.
10189       (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10190       (push article gnus-newsgroup-expirable))
10191     ;; Set the mark in the buffer.
10192     (gnus-summary-update-mark mark 'unread)
10193     t))
10194
10195 (defun gnus-summary-mark-article-as-unread (mark)
10196   "Mark the current article quickly as unread with MARK."
10197   (let* ((article (gnus-summary-article-number))
10198          (old-mark (gnus-summary-article-mark article)))
10199     ;; Allow the backend to change the mark.
10200     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10201     (if (eq mark old-mark)
10202         t
10203       (if (<= article 0)
10204           (progn
10205             (gnus-error 1 "Can't mark negative article numbers")
10206             nil)
10207         (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10208         (setq gnus-newsgroup-spam-marked
10209               (delq article gnus-newsgroup-spam-marked))
10210         (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10211         (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
10212         (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
10213         (cond ((= mark gnus-ticked-mark)
10214                (setq gnus-newsgroup-marked
10215                      (gnus-add-to-sorted-list gnus-newsgroup-marked
10216                                               article)))
10217               ((= mark gnus-spam-mark)
10218                (setq gnus-newsgroup-spam-marked
10219                      (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
10220                                               article)))
10221               ((= mark gnus-dormant-mark)
10222                (setq gnus-newsgroup-dormant
10223                      (gnus-add-to-sorted-list gnus-newsgroup-dormant
10224                                               article)))
10225               (t
10226                (setq gnus-newsgroup-unreads
10227                      (gnus-add-to-sorted-list gnus-newsgroup-unreads
10228                                               article))))
10229         (gnus-pull article gnus-newsgroup-reads)
10230
10231         ;; See whether the article is to be put in the cache.
10232         (and gnus-use-cache
10233              (vectorp (gnus-summary-article-header article))
10234              (save-excursion
10235                (gnus-cache-possibly-enter-article
10236                 gnus-newsgroup-name article
10237                 (= mark gnus-ticked-mark)
10238                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10239
10240         ;; Fix the mark.
10241         (gnus-summary-update-mark mark 'unread)
10242         t))))
10243
10244 (defun gnus-summary-mark-article (&optional article mark no-expire)
10245   "Mark ARTICLE with MARK.  MARK can be any character.
10246 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
10247 `??' (dormant) and `?E' (expirable).
10248 If MARK is nil, then the default character `?r' is used.
10249 If ARTICLE is nil, then the article on the current line will be
10250 marked.
10251 If NO-EXPIRE, auto-expiry will be inhibited."
10252   ;; The mark might be a string.
10253   (when (stringp mark)
10254     (setq mark (aref mark 0)))
10255   ;; If no mark is given, then we check auto-expiring.
10256   (when (null mark)
10257     (setq mark gnus-del-mark))
10258   (when (and (not no-expire)
10259              gnus-newsgroup-auto-expire
10260              (memq mark gnus-auto-expirable-marks))
10261     (setq mark gnus-expirable-mark))
10262   (let ((article (or article (gnus-summary-article-number)))
10263         (old-mark (gnus-summary-article-mark article)))
10264     ;; Allow the backend to change the mark.
10265     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10266     (if (eq mark old-mark)
10267         t
10268       (unless article
10269         (error "No article on current line"))
10270       (if (not (if (or (= mark gnus-unread-mark)
10271                        (= mark gnus-ticked-mark)
10272                        (= mark gnus-spam-mark)
10273                        (= mark gnus-dormant-mark))
10274                    (gnus-mark-article-as-unread article mark)
10275                  (gnus-mark-article-as-read article mark)))
10276           t
10277         ;; See whether the article is to be put in the cache.
10278         (and gnus-use-cache
10279              (not (= mark gnus-canceled-mark))
10280              (vectorp (gnus-summary-article-header article))
10281              (save-excursion
10282                (gnus-cache-possibly-enter-article
10283                 gnus-newsgroup-name article
10284                 (= mark gnus-ticked-mark)
10285                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10286
10287         (when (gnus-summary-goto-subject article nil t)
10288           (let ((buffer-read-only nil))
10289             (gnus-summary-show-thread)
10290             ;; Fix the mark.
10291             (gnus-summary-update-mark mark 'unread)
10292             t))))))
10293
10294 (defun gnus-summary-update-secondary-mark (article)
10295   "Update the secondary (read, process, cache) mark."
10296   (gnus-summary-update-mark
10297    (cond ((memq article gnus-newsgroup-processable)
10298           gnus-process-mark)
10299          ((memq article gnus-newsgroup-cached)
10300           gnus-cached-mark)
10301          ((memq article gnus-newsgroup-replied)
10302           gnus-replied-mark)
10303          ((memq article gnus-newsgroup-forwarded)
10304           gnus-forwarded-mark)
10305          ((memq article gnus-newsgroup-saved)
10306           gnus-saved-mark)
10307          ((memq article gnus-newsgroup-recent)
10308           gnus-recent-mark)
10309          ((memq article gnus-newsgroup-unseen)
10310           gnus-unseen-mark)
10311          (t gnus-no-mark))
10312    'replied)
10313   (when (gnus-visual-p 'summary-highlight 'highlight)
10314     (gnus-run-hooks 'gnus-summary-update-hook))
10315   t)
10316
10317 (defun gnus-summary-update-download-mark (article)
10318   "Update the download mark."
10319   (gnus-summary-update-mark
10320    (cond ((memq article gnus-newsgroup-undownloaded)
10321           gnus-undownloaded-mark)
10322          (gnus-newsgroup-agentized
10323           gnus-downloaded-mark)
10324          (t
10325           gnus-no-mark))
10326    'download)
10327   (gnus-summary-update-line t)
10328   t)
10329
10330 (defun gnus-summary-update-mark (mark type)
10331   (let ((forward (cdr (assq type gnus-summary-mark-positions)))
10332         (buffer-read-only nil))
10333     (re-search-backward "[\n\r]" (point-at-bol) 'move-to-limit)
10334     (when forward
10335       (when (looking-at "\r")
10336         (incf forward))
10337       (when (<= (+ forward (point)) (point-max))
10338         ;; Go to the right position on the line.
10339         (goto-char (+ forward (point)))
10340         ;; Replace the old mark with the new mark.
10341         (subst-char-in-region (point) (1+ (point)) (char-after) mark)
10342         ;; Optionally update the marks by some user rule.
10343         (when (eq type 'unread)
10344           (gnus-data-set-mark
10345            (gnus-data-find (gnus-summary-article-number)) mark)
10346           (gnus-summary-update-line (eq mark gnus-unread-mark)))))))
10347
10348 (defun gnus-mark-article-as-read (article &optional mark)
10349   "Enter ARTICLE in the pertinent lists and remove it from others."
10350   ;; Make the article expirable.
10351   (let ((mark (or mark gnus-del-mark)))
10352     (setq gnus-newsgroup-expirable
10353           (if (= mark gnus-expirable-mark)
10354               (gnus-add-to-sorted-list gnus-newsgroup-expirable article)
10355             (delq article gnus-newsgroup-expirable)))
10356     ;; Remove from unread and marked lists.
10357     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10358     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10359     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
10360     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10361     (push (cons article mark) gnus-newsgroup-reads)
10362     ;; Possibly remove from cache, if that is used.
10363     (when gnus-use-cache
10364       (gnus-cache-enter-remove-article article))
10365     t))
10366
10367 (defun gnus-mark-article-as-unread (article &optional mark)
10368   "Enter ARTICLE in the pertinent lists and remove it from others."
10369   (let ((mark (or mark gnus-ticked-mark)))
10370     (if (<= article 0)
10371         (progn
10372           (gnus-error 1 "Can't mark negative article numbers")
10373           nil)
10374       (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked)
10375             gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked)
10376             gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant)
10377             gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)
10378             gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10379
10380       ;; Unsuppress duplicates?
10381       (when gnus-suppress-duplicates
10382         (gnus-dup-unsuppress-article article))
10383
10384       (cond ((= mark gnus-ticked-mark)
10385              (setq gnus-newsgroup-marked
10386                    (gnus-add-to-sorted-list gnus-newsgroup-marked article)))
10387             ((= mark gnus-spam-mark)
10388              (setq gnus-newsgroup-spam-marked
10389                    (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
10390                                             article)))
10391             ((= mark gnus-dormant-mark)
10392              (setq gnus-newsgroup-dormant
10393                    (gnus-add-to-sorted-list gnus-newsgroup-dormant article)))
10394             (t
10395              (setq gnus-newsgroup-unreads
10396                    (gnus-add-to-sorted-list gnus-newsgroup-unreads article))))
10397       (gnus-pull article gnus-newsgroup-reads)
10398       t)))
10399
10400 (defalias 'gnus-summary-mark-as-unread-forward
10401   'gnus-summary-tick-article-forward)
10402 (make-obsolete 'gnus-summary-mark-as-unread-forward
10403                'gnus-summary-tick-article-forward)
10404 (defun gnus-summary-tick-article-forward (n)
10405   "Tick N articles forwards.
10406 If N is negative, tick backwards instead.
10407 The difference between N and the number of articles ticked is returned."
10408   (interactive "p")
10409   (gnus-summary-mark-forward n gnus-ticked-mark))
10410
10411 (defalias 'gnus-summary-mark-as-unread-backward
10412   'gnus-summary-tick-article-backward)
10413 (make-obsolete 'gnus-summary-mark-as-unread-backward
10414                'gnus-summary-tick-article-backward)
10415 (defun gnus-summary-tick-article-backward (n)
10416   "Tick N articles backwards.
10417 The difference between N and the number of articles ticked is returned."
10418   (interactive "p")
10419   (gnus-summary-mark-forward (- n) gnus-ticked-mark))
10420
10421 (defalias 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
10422 (make-obsolete 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
10423 (defun gnus-summary-tick-article (&optional article clear-mark)
10424   "Mark current article as unread.
10425 Optional 1st argument ARTICLE specifies article number to be marked as unread.
10426 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
10427   (interactive)
10428   (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
10429                                        gnus-ticked-mark)))
10430
10431 (defun gnus-summary-mark-as-read-forward (n)
10432   "Mark N articles as read forwards.
10433 If N is negative, mark backwards instead.
10434 The difference between N and the actual number of articles marked is
10435 returned."
10436   (interactive "p")
10437   (gnus-summary-mark-forward n gnus-del-mark gnus-inhibit-user-auto-expire))
10438
10439 (defun gnus-summary-mark-as-read-backward (n)
10440   "Mark the N articles as read backwards.
10441 The difference between N and the actual number of articles marked is
10442 returned."
10443   (interactive "p")
10444   (gnus-summary-mark-forward
10445    (- n) gnus-del-mark gnus-inhibit-user-auto-expire))
10446
10447 (defun gnus-summary-mark-as-read (&optional article mark)
10448   "Mark current article as read.
10449 ARTICLE specifies the article to be marked as read.
10450 MARK specifies a string to be inserted at the beginning of the line."
10451   (gnus-summary-mark-article article mark))
10452
10453 (defun gnus-summary-clear-mark-forward (n)
10454   "Clear marks from N articles forward.
10455 If N is negative, clear backward instead.
10456 The difference between N and the number of marks cleared is returned."
10457   (interactive "p")
10458   (gnus-summary-mark-forward n gnus-unread-mark))
10459
10460 (defun gnus-summary-clear-mark-backward (n)
10461   "Clear marks from N articles backward.
10462 The difference between N and the number of marks cleared is returned."
10463   (interactive "p")
10464   (gnus-summary-mark-forward (- n) gnus-unread-mark))
10465
10466 (defun gnus-summary-mark-unread-as-read ()
10467   "Intended to be used by `gnus-summary-mark-article-hook'."
10468   (when (memq gnus-current-article gnus-newsgroup-unreads)
10469     (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
10470
10471 (defun gnus-summary-mark-read-and-unread-as-read (&optional new-mark)
10472   "Intended to be used by `gnus-summary-mark-article-hook'."
10473   (let ((mark (gnus-summary-article-mark)))
10474     (when (or (gnus-unread-mark-p mark)
10475               (gnus-read-mark-p mark))
10476       (gnus-summary-mark-article gnus-current-article
10477                                  (or new-mark gnus-read-mark)))))
10478
10479 (defun gnus-summary-mark-current-read-and-unread-as-read (&optional new-mark)
10480   "Intended to be used by `gnus-summary-mark-article-hook'."
10481   (let ((mark (gnus-summary-article-mark)))
10482     (when (or (gnus-unread-mark-p mark)
10483               (gnus-read-mark-p mark))
10484       (gnus-summary-mark-article (gnus-summary-article-number)
10485                                  (or new-mark gnus-read-mark)))))
10486
10487 (defun gnus-summary-mark-unread-as-ticked ()
10488   "Intended to be used by `gnus-summary-mark-article-hook'."
10489   (when (memq gnus-current-article gnus-newsgroup-unreads)
10490     (gnus-summary-mark-article gnus-current-article gnus-ticked-mark)))
10491
10492 (defun gnus-summary-mark-region-as-read (point mark all)
10493   "Mark all unread articles between point and mark as read.
10494 If given a prefix, mark all articles between point and mark as read,
10495 even ticked and dormant ones."
10496   (interactive "r\nP")
10497   (save-excursion
10498     (let (article)
10499       (goto-char point)
10500       (beginning-of-line)
10501       (while (and
10502               (< (point) mark)
10503               (progn
10504                 (when (or all
10505                           (memq (setq article (gnus-summary-article-number))
10506                                 gnus-newsgroup-unreads))
10507                   (gnus-summary-mark-article article gnus-del-mark))
10508                 t)
10509               (gnus-summary-find-next))))))
10510
10511 (defun gnus-summary-mark-below (score mark)
10512   "Mark articles with score less than SCORE with MARK."
10513   (interactive "P\ncMark: ")
10514   (setq score (if score
10515                   (prefix-numeric-value score)
10516                 (or gnus-summary-default-score 0)))
10517   (save-excursion
10518     (set-buffer gnus-summary-buffer)
10519     (goto-char (point-min))
10520     (while
10521         (progn
10522           (and (< (gnus-summary-article-score) score)
10523                (gnus-summary-mark-article nil mark))
10524           (gnus-summary-find-next)))))
10525
10526 (defun gnus-summary-kill-below (&optional score)
10527   "Mark articles with score below SCORE as read."
10528   (interactive "P")
10529   (gnus-summary-mark-below score gnus-killed-mark))
10530
10531 (defun gnus-summary-clear-above (&optional score)
10532   "Clear all marks from articles with score above SCORE."
10533   (interactive "P")
10534   (gnus-summary-mark-above score gnus-unread-mark))
10535
10536 (defun gnus-summary-tick-above (&optional score)
10537   "Tick all articles with score above SCORE."
10538   (interactive "P")
10539   (gnus-summary-mark-above score gnus-ticked-mark))
10540
10541 (defun gnus-summary-mark-above (score mark)
10542   "Mark articles with score over SCORE with MARK."
10543   (interactive "P\ncMark: ")
10544   (setq score (if score
10545                   (prefix-numeric-value score)
10546                 (or gnus-summary-default-score 0)))
10547   (save-excursion
10548     (set-buffer gnus-summary-buffer)
10549     (goto-char (point-min))
10550     (while (and (progn
10551                   (when (> (gnus-summary-article-score) score)
10552                     (gnus-summary-mark-article nil mark))
10553                   t)
10554                 (gnus-summary-find-next)))))
10555
10556 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
10557 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
10558 (defun gnus-summary-limit-include-expunged (&optional no-error)
10559   "Display all the hidden articles that were expunged for low scores."
10560   (interactive)
10561   (let ((buffer-read-only nil))
10562     (let ((scored gnus-newsgroup-scored)
10563           headers h)
10564       (while scored
10565         (unless (gnus-summary-article-header (caar scored))
10566           (and (setq h (gnus-number-to-header (caar scored)))
10567                (< (cdar scored) gnus-summary-expunge-below)
10568                (push h headers)))
10569         (setq scored (cdr scored)))
10570       (if (not headers)
10571           (when (not no-error)
10572             (error "No expunged articles hidden"))
10573         (goto-char (point-min))
10574         (push gnus-newsgroup-limit gnus-newsgroup-limits)
10575         (setq gnus-newsgroup-limit (copy-sequence gnus-newsgroup-limit))
10576         (mapcar (lambda (x) (push (mail-header-number x)
10577                                   gnus-newsgroup-limit))
10578                 headers)
10579         (gnus-summary-prepare-unthreaded (nreverse headers))
10580         (goto-char (point-min))
10581         (gnus-summary-position-point)
10582         t))))
10583
10584 (defun gnus-summary-catchup (&optional all quietly to-here not-mark reverse)
10585   "Mark all unread articles in this newsgroup as read.
10586 If prefix argument ALL is non-nil, ticked and dormant articles will
10587 also be marked as read.
10588 If QUIETLY is non-nil, no questions will be asked.
10589
10590 If TO-HERE is non-nil, it should be a point in the buffer.  All
10591 articles before (after, if REVERSE is set) this point will be marked
10592 as read.
10593
10594 Note that this function will only catch up the unread article
10595 in the current summary buffer limitation.
10596
10597 The number of articles marked as read is returned."
10598   (interactive "P")
10599   (prog1
10600       (save-excursion
10601         (when (or quietly
10602                   (not gnus-interactive-catchup) ;Without confirmation?
10603                   gnus-expert-user
10604                   (gnus-y-or-n-p
10605                    (if all
10606                        "Mark absolutely all articles as read? "
10607                      "Mark all unread articles as read? ")))
10608           (if (and not-mark
10609                    (not gnus-newsgroup-adaptive)
10610                    (not gnus-newsgroup-auto-expire)
10611                    (not gnus-suppress-duplicates)
10612                    (or (not gnus-use-cache)
10613                        (eq gnus-use-cache 'passive)))
10614               (progn
10615                 (when all
10616                   (setq gnus-newsgroup-marked nil
10617                         gnus-newsgroup-spam-marked nil
10618                         gnus-newsgroup-dormant nil))
10619                 (setq gnus-newsgroup-unreads
10620                       (gnus-sorted-nunion
10621                        (gnus-intersection gnus-newsgroup-unreads
10622                                           gnus-newsgroup-downloadable)
10623                        gnus-newsgroup-unfetched)))
10624             ;; We actually mark all articles as canceled, which we
10625             ;; have to do when using auto-expiry or adaptive scoring.
10626             (gnus-summary-show-all-threads)
10627             (if (and to-here reverse)
10628                 (progn
10629                   (goto-char to-here)
10630                   (gnus-summary-mark-current-read-and-unread-as-read
10631                    gnus-catchup-mark)
10632                   (while (gnus-summary-find-next (not all))
10633                     (gnus-summary-mark-article-as-read gnus-catchup-mark)))
10634               (when (gnus-summary-first-subject (not all))
10635                 (while (and
10636                         (if to-here (< (point) to-here) t)
10637                         (gnus-summary-mark-article-as-read gnus-catchup-mark)
10638                         (gnus-summary-find-next (not all))))))
10639             (gnus-set-mode-line 'summary))
10640           t))
10641     (gnus-summary-position-point)))
10642
10643 (defun gnus-summary-catchup-to-here (&optional all)
10644   "Mark all unticked articles before the current one as read.
10645 If ALL is non-nil, also mark ticked and dormant articles as read."
10646   (interactive "P")
10647   (save-excursion
10648     (gnus-save-hidden-threads
10649       (let ((beg (point)))
10650         ;; We check that there are unread articles.
10651         (when (or all (gnus-summary-find-prev))
10652           (gnus-summary-catchup all t beg)))))
10653   (gnus-summary-position-point))
10654
10655 (defun gnus-summary-catchup-from-here (&optional all)
10656   "Mark all unticked articles after (and including) the current one as read.
10657 If ALL is non-nil, also mark ticked and dormant articles as read."
10658   (interactive "P")
10659   (save-excursion
10660     (gnus-save-hidden-threads
10661       (let ((beg (point)))
10662         ;; We check that there are unread articles.
10663         (when (or all (gnus-summary-find-next))
10664           (gnus-summary-catchup all t beg nil t)))))
10665   (gnus-summary-position-point))
10666
10667 (defun gnus-summary-catchup-all (&optional quietly)
10668   "Mark all articles in this newsgroup as read.
10669 This command is dangerous.  Normally, you want \\[gnus-summary-catchup]
10670 instead, which marks only unread articles as read."
10671   (interactive "P")
10672   (gnus-summary-catchup t quietly))
10673
10674 (defun gnus-summary-catchup-and-exit (&optional all quietly)
10675   "Mark all unread articles in this group as read, then exit.
10676 If prefix argument ALL is non-nil, all articles are marked as read.
10677 If QUIETLY is non-nil, no questions will be asked."
10678   (interactive "P")
10679   (when (gnus-summary-catchup all quietly nil 'fast)
10680     ;; Select next newsgroup or exit.
10681     (if (and (not (gnus-group-quit-config gnus-newsgroup-name))
10682              (eq gnus-auto-select-next 'quietly))
10683         (gnus-summary-next-group nil)
10684       (gnus-summary-exit))))
10685
10686 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
10687   "Mark all articles in this newsgroup as read, and then exit.
10688 This command is dangerous.  Normally, you want \\[gnus-summary-catchup-and-exit]
10689 instead, which marks only unread articles as read."
10690   (interactive "P")
10691   (gnus-summary-catchup-and-exit t quietly))
10692
10693 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
10694   "Mark all articles in this group as read and select the next group.
10695 If given a prefix, mark all articles, unread as well as ticked, as
10696 read."
10697   (interactive "P")
10698   (save-excursion
10699     (gnus-summary-catchup all))
10700   (gnus-summary-next-group))
10701
10702 (defun gnus-summary-catchup-and-goto-prev-group (&optional all)
10703   "Mark all articles in this group as read and select the previous group.
10704 If given a prefix, mark all articles, unread as well as ticked, as
10705 read."
10706   (interactive "P")
10707   (save-excursion
10708     (gnus-summary-catchup all))
10709   (gnus-summary-next-group nil nil t))
10710
10711 ;;;
10712 ;;; with article
10713 ;;;
10714
10715 (defmacro gnus-with-article (article &rest forms)
10716   "Select ARTICLE and perform FORMS in the original article buffer.
10717 Then replace the article with the result."
10718   `(progn
10719      ;; We don't want the article to be marked as read.
10720      (let (gnus-mark-article-hook)
10721        (gnus-summary-select-article t t nil ,article))
10722      (set-buffer gnus-original-article-buffer)
10723      ,@forms
10724      (if (not (gnus-check-backend-function
10725                'request-replace-article (car gnus-article-current)))
10726          (gnus-message 5 "Read-only group; not replacing")
10727        (unless (gnus-request-replace-article
10728                 ,article (car gnus-article-current)
10729                 (current-buffer) t)
10730          (error "Couldn't replace article")))
10731      ;; The cache and backlog have to be flushed somewhat.
10732      (when gnus-keep-backlog
10733        (gnus-backlog-remove-article
10734         (car gnus-article-current) (cdr gnus-article-current)))
10735      (when gnus-use-cache
10736        (gnus-cache-update-article
10737         (car gnus-article-current) (cdr gnus-article-current)))))
10738
10739 (put 'gnus-with-article 'lisp-indent-function 1)
10740 (put 'gnus-with-article 'edebug-form-spec '(form body))
10741
10742 ;; Thread-based commands.
10743
10744 (defun gnus-summary-articles-in-thread (&optional article)
10745   "Return a list of all articles in the current thread.
10746 If ARTICLE is non-nil, return all articles in the thread that starts
10747 with that article."
10748   (let* ((article (or article (gnus-summary-article-number)))
10749          (data (gnus-data-find-list article))
10750          (top-level (gnus-data-level (car data)))
10751          (top-subject
10752           (cond ((null gnus-thread-operation-ignore-subject)
10753                  (gnus-simplify-subject-re
10754                   (mail-header-subject (gnus-data-header (car data)))))
10755                 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
10756                  (gnus-simplify-subject-fuzzy
10757                   (mail-header-subject (gnus-data-header (car data)))))
10758                 (t nil)))
10759          (end-point (save-excursion
10760                       (if (gnus-summary-go-to-next-thread)
10761                           (point) (point-max))))
10762          articles)
10763     (while (and data
10764                 (< (gnus-data-pos (car data)) end-point))
10765       (when (or (not top-subject)
10766                 (string= top-subject
10767                          (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
10768                              (gnus-simplify-subject-fuzzy
10769                               (mail-header-subject
10770                                (gnus-data-header (car data))))
10771                            (gnus-simplify-subject-re
10772                             (mail-header-subject
10773                              (gnus-data-header (car data)))))))
10774         (push (gnus-data-number (car data)) articles))
10775       (unless (and (setq data (cdr data))
10776                    (> (gnus-data-level (car data)) top-level))
10777         (setq data nil)))
10778     ;; Return the list of articles.
10779     (nreverse articles)))
10780
10781 (defun gnus-summary-rethread-current ()
10782   "Rethread the thread the current article is part of."
10783   (interactive)
10784   (let* ((gnus-show-threads t)
10785          (article (gnus-summary-article-number))
10786          (id (mail-header-id (gnus-summary-article-header)))
10787          (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
10788     (unless id
10789       (error "No article on the current line"))
10790     (gnus-rebuild-thread id)
10791     (gnus-summary-goto-subject article)))
10792
10793 (defun gnus-summary-reparent-thread ()
10794   "Make the current article child of the marked (or previous) article.
10795
10796 Note that the re-threading will only work if `gnus-thread-ignore-subject'
10797 is non-nil or the Subject: of both articles are the same."
10798   (interactive)
10799   (unless (not (gnus-group-read-only-p))
10800     (error "The current newsgroup does not support article editing"))
10801   (unless (<= (length gnus-newsgroup-processable) 1)
10802     (error "No more than one article may be marked"))
10803   (save-window-excursion
10804     (let ((gnus-article-buffer " *reparent*")
10805           (current-article (gnus-summary-article-number))
10806           ;; First grab the marked article, otherwise one line up.
10807           (parent-article (if (not (null gnus-newsgroup-processable))
10808                               (car gnus-newsgroup-processable)
10809                             (save-excursion
10810                               (if (eq (forward-line -1) 0)
10811                                   (gnus-summary-article-number)
10812                                 (error "Beginning of summary buffer"))))))
10813       (unless (not (eq current-article parent-article))
10814         (error "An article may not be self-referential"))
10815       (let ((message-id (mail-header-id
10816                          (gnus-summary-article-header parent-article))))
10817         (unless (and message-id (not (equal message-id "")))
10818           (error "No message-id in desired parent"))
10819         (gnus-with-article current-article
10820           (save-restriction
10821             (goto-char (point-min))
10822             (message-narrow-to-head)
10823             (if (re-search-forward "^References: " nil t)
10824                 (progn
10825                   (re-search-forward "^[^ \t]" nil t)
10826                   (forward-line -1)
10827                   (end-of-line)
10828                   (insert " " message-id))
10829               (insert "References: " message-id "\n"))))
10830         (set-buffer gnus-summary-buffer)
10831         (gnus-summary-unmark-all-processable)
10832         (gnus-summary-update-article current-article)
10833         (if (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
10834             (gnus-summary-update-secondary-mark (cdr gnus-article-current)))
10835         (gnus-summary-rethread-current)
10836         (gnus-message 3 "Article %d is now the child of article %d"
10837                       current-article parent-article)))))
10838
10839 (defun gnus-summary-toggle-threads (&optional arg)
10840   "Toggle showing conversation threads.
10841 If ARG is positive number, turn showing conversation threads on."
10842   (interactive "P")
10843   (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
10844     (setq gnus-show-threads
10845           (if (null arg) (not gnus-show-threads)
10846             (> (prefix-numeric-value arg) 0)))
10847     (gnus-summary-prepare)
10848     (gnus-summary-goto-subject current)
10849     (gnus-message 6 "Threading is now %s" (if gnus-show-threads "on" "off"))
10850     (gnus-summary-position-point)))
10851
10852 (defun gnus-summary-show-all-threads ()
10853   "Show all threads."
10854   (interactive)
10855   (save-excursion
10856     (let ((buffer-read-only nil))
10857       (subst-char-in-region (point-min) (point-max) ?\^M ?\n t)))
10858   (gnus-summary-position-point))
10859
10860 (defun gnus-summary-show-thread ()
10861   "Show thread subtrees.
10862 Returns nil if no thread was there to be shown."
10863   (interactive)
10864   (let ((buffer-read-only nil)
10865         (orig (point))
10866         (end (point-at-eol))
10867         ;; Leave point at bol
10868         (beg (progn (beginning-of-line) (point))))
10869     (prog1
10870         ;; Any hidden lines here?
10871         (search-forward "\r" end t)
10872       (subst-char-in-region beg end ?\^M ?\n t)
10873       (goto-char orig)
10874       (gnus-summary-position-point))))
10875
10876 (defun gnus-summary-maybe-hide-threads ()
10877   "If requested, hide the threads that should be hidden."
10878   (when (and gnus-show-threads
10879              gnus-thread-hide-subtree)
10880     (gnus-summary-hide-all-threads
10881      (if (or (consp gnus-thread-hide-subtree)
10882              (functionp gnus-thread-hide-subtree))
10883          (gnus-make-predicate gnus-thread-hide-subtree)
10884        nil))))
10885
10886 ;;; Hiding predicates.
10887
10888 (defun gnus-article-unread-p (header)
10889   (memq (mail-header-number header) gnus-newsgroup-unreads))
10890
10891 (defun gnus-article-unseen-p (header)
10892   (memq (mail-header-number header) gnus-newsgroup-unseen))
10893
10894 (defun gnus-map-articles (predicate articles)
10895   "Map PREDICATE over ARTICLES and return non-nil if any predicate is non-nil."
10896   (apply 'gnus-or (mapcar predicate
10897                           (mapcar 'gnus-summary-article-header articles))))
10898
10899 (defun gnus-summary-hide-all-threads (&optional predicate)
10900   "Hide all thread subtrees.
10901 If PREDICATE is supplied, threads that satisfy this predicate
10902 will not be hidden."
10903   (interactive)
10904   (save-excursion
10905     (goto-char (point-min))
10906     (let ((end nil))
10907       (while (not end)
10908         (when (or (not predicate)
10909                   (gnus-map-articles
10910                    predicate (gnus-summary-article-children)))
10911             (gnus-summary-hide-thread))
10912         (setq end (not (zerop (gnus-summary-next-thread 1 t)))))))
10913   (gnus-summary-position-point))
10914
10915 (defun gnus-summary-hide-thread ()
10916   "Hide thread subtrees.
10917 If PREDICATE is supplied, threads that satisfy this predicate
10918 will not be hidden.
10919 Returns nil if no threads were there to be hidden."
10920   (interactive)
10921   (let ((buffer-read-only nil)
10922         (start (point))
10923         (article (gnus-summary-article-number)))
10924     (goto-char start)
10925     ;; Go forward until either the buffer ends or the subthread
10926     ;; ends.
10927     (when (and (not (eobp))
10928                (or (zerop (gnus-summary-next-thread 1 t))
10929                    (goto-char (point-max))))
10930       (prog1
10931           (if (and (> (point) start)
10932                    (search-backward "\n" start t))
10933               (progn
10934                 (subst-char-in-region start (point) ?\n ?\^M)
10935                 (gnus-summary-goto-subject article))
10936             (goto-char start)
10937             nil)))))
10938
10939 (defun gnus-summary-go-to-next-thread (&optional previous)
10940   "Go to the same level (or less) next thread.
10941 If PREVIOUS is non-nil, go to previous thread instead.
10942 Return the article number moved to, or nil if moving was impossible."
10943   (let ((level (gnus-summary-thread-level))
10944         (way (if previous -1 1))
10945         (beg (point)))
10946     (forward-line way)
10947     (while (and (not (eobp))
10948                 (< level (gnus-summary-thread-level)))
10949       (forward-line way))
10950     (if (eobp)
10951         (progn
10952           (goto-char beg)
10953           nil)
10954       (setq beg (point))
10955       (prog1
10956           (gnus-summary-article-number)
10957         (goto-char beg)))))
10958
10959 (defun gnus-summary-next-thread (n &optional silent)
10960   "Go to the same level next N'th thread.
10961 If N is negative, search backward instead.
10962 Returns the difference between N and the number of skips actually
10963 done.
10964
10965 If SILENT, don't output messages."
10966   (interactive "p")
10967   (let ((backward (< n 0))
10968         (n (abs n)))
10969     (while (and (> n 0)
10970                 (gnus-summary-go-to-next-thread backward))
10971       (decf n))
10972     (unless silent
10973       (gnus-summary-position-point))
10974     (when (and (not silent) (/= 0 n))
10975       (gnus-message 7 "No more threads"))
10976     n))
10977
10978 (defun gnus-summary-prev-thread (n)
10979   "Go to the same level previous N'th thread.
10980 Returns the difference between N and the number of skips actually
10981 done."
10982   (interactive "p")
10983   (gnus-summary-next-thread (- n)))
10984
10985 (defun gnus-summary-go-down-thread ()
10986   "Go down one level in the current thread."
10987   (let ((children (gnus-summary-article-children)))
10988     (when children
10989       (gnus-summary-goto-subject (car children)))))
10990
10991 (defun gnus-summary-go-up-thread ()
10992   "Go up one level in the current thread."
10993   (let ((parent (gnus-summary-article-parent)))
10994     (when parent
10995       (gnus-summary-goto-subject parent))))
10996
10997 (defun gnus-summary-down-thread (n)
10998   "Go down thread N steps.
10999 If N is negative, go up instead.
11000 Returns the difference between N and how many steps down that were
11001 taken."
11002   (interactive "p")
11003   (let ((up (< n 0))
11004         (n (abs n)))
11005     (while (and (> n 0)
11006                 (if up (gnus-summary-go-up-thread)
11007                   (gnus-summary-go-down-thread)))
11008       (setq n (1- n)))
11009     (gnus-summary-position-point)
11010     (when (/= 0 n)
11011       (gnus-message 7 "Can't go further"))
11012     n))
11013
11014 (defun gnus-summary-up-thread (n)
11015   "Go up thread N steps.
11016 If N is negative, go down instead.
11017 Returns the difference between N and how many steps down that were
11018 taken."
11019   (interactive "p")
11020   (gnus-summary-down-thread (- n)))
11021
11022 (defun gnus-summary-top-thread ()
11023   "Go to the top of the thread."
11024   (interactive)
11025   (while (gnus-summary-go-up-thread))
11026   (gnus-summary-article-number))
11027
11028 (defun gnus-summary-kill-thread (&optional unmark)
11029   "Mark articles under current thread as read.
11030 If the prefix argument is positive, remove any kinds of marks.
11031 If the prefix argument is negative, tick articles instead."
11032   (interactive "P")
11033   (when unmark
11034     (setq unmark (prefix-numeric-value unmark)))
11035   (let ((articles (gnus-summary-articles-in-thread)))
11036     (save-excursion
11037       ;; Expand the thread.
11038       (gnus-summary-show-thread)
11039       ;; Mark all the articles.
11040       (while articles
11041         (gnus-summary-goto-subject (car articles))
11042         (cond ((null unmark)
11043                (gnus-summary-mark-article-as-read gnus-killed-mark))
11044               ((> unmark 0)
11045                (gnus-summary-mark-article-as-unread gnus-unread-mark))
11046               (t
11047                (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
11048         (setq articles (cdr articles))))
11049     ;; Hide killed subtrees.
11050     (and (null unmark)
11051          gnus-thread-hide-killed
11052          (gnus-summary-hide-thread))
11053     ;; If marked as read, go to next unread subject.
11054     (when (null unmark)
11055       ;; Go to next unread subject.
11056       (gnus-summary-next-subject 1 t)))
11057   (gnus-set-mode-line 'summary))
11058
11059 ;; Summary sorting commands
11060
11061 (defun gnus-summary-sort-by-number (&optional reverse)
11062   "Sort the summary buffer by article number.
11063 Argument REVERSE means reverse order."
11064   (interactive "P")
11065   (gnus-summary-sort 'number reverse))
11066
11067 (defun gnus-summary-sort-by-random (&optional reverse)
11068   "Randomize the order in the summary buffer.
11069 Argument REVERSE means to randomize in reverse order."
11070   (interactive "P")
11071   (gnus-summary-sort 'random reverse))
11072
11073 (defun gnus-summary-sort-by-author (&optional reverse)
11074   "Sort the summary buffer by author name alphabetically.
11075 If `case-fold-search' is non-nil, case of letters is ignored.
11076 Argument REVERSE means reverse order."
11077   (interactive "P")
11078   (gnus-summary-sort 'author reverse))
11079
11080 (defun gnus-summary-sort-by-recipient (&optional reverse)
11081   "Sort the summary buffer by recipient name alphabetically.
11082 If `case-fold-search' is non-nil, case of letters is ignored.
11083 Argument REVERSE means reverse order."
11084   (interactive "P")
11085   (gnus-summary-sort 'recipient reverse))
11086
11087 (defun gnus-summary-sort-by-subject (&optional reverse)
11088   "Sort the summary buffer by subject alphabetically.  `Re:'s are ignored.
11089 If `case-fold-search' is non-nil, case of letters is ignored.
11090 Argument REVERSE means reverse order."
11091   (interactive "P")
11092   (gnus-summary-sort 'subject reverse))
11093
11094 (defun gnus-summary-sort-by-date (&optional reverse)
11095   "Sort the summary buffer by date.
11096 Argument REVERSE means reverse order."
11097   (interactive "P")
11098   (gnus-summary-sort 'date reverse))
11099
11100 (defun gnus-summary-sort-by-score (&optional reverse)
11101   "Sort the summary buffer by score.
11102 Argument REVERSE means reverse order."
11103   (interactive "P")
11104   (gnus-summary-sort 'score reverse))
11105
11106 (defun gnus-summary-sort-by-lines (&optional reverse)
11107   "Sort the summary buffer by the number of lines.
11108 Argument REVERSE means reverse order."
11109   (interactive "P")
11110   (gnus-summary-sort 'lines reverse))
11111
11112 (defun gnus-summary-sort-by-chars (&optional reverse)
11113   "Sort the summary buffer by article length.
11114 Argument REVERSE means reverse order."
11115   (interactive "P")
11116   (gnus-summary-sort 'chars reverse))
11117
11118 (defun gnus-summary-sort-by-original (&optional reverse)
11119   "Sort the summary buffer using the default sorting method.
11120 Argument REVERSE means reverse order."
11121   (interactive "P")
11122   (let* ((buffer-read-only)
11123          (gnus-summary-prepare-hook nil))
11124     ;; We do the sorting by regenerating the threads.
11125     (gnus-summary-prepare)
11126     ;; Hide subthreads if needed.
11127     (gnus-summary-maybe-hide-threads)))
11128
11129 (defun gnus-summary-sort (predicate reverse)
11130   "Sort summary buffer by PREDICATE.  REVERSE means reverse order."
11131   (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
11132          (article (intern (format "gnus-article-sort-by-%s" predicate)))
11133          (gnus-thread-sort-functions
11134           (if (not reverse)
11135               thread
11136             `(lambda (t1 t2)
11137                (,thread t2 t1))))
11138          (gnus-sort-gathered-threads-function
11139           gnus-thread-sort-functions)
11140          (gnus-article-sort-functions
11141           (if (not reverse)
11142               article
11143             `(lambda (t1 t2)
11144                (,article t2 t1))))
11145          (buffer-read-only)
11146          (gnus-summary-prepare-hook nil))
11147     ;; We do the sorting by regenerating the threads.
11148     (gnus-summary-prepare)
11149     ;; Hide subthreads if needed.
11150     (gnus-summary-maybe-hide-threads)))
11151
11152 ;; Summary saving commands.
11153
11154 (defun gnus-summary-save-article (&optional n not-saved)
11155   "Save the current article using the default saver function.
11156 If N is a positive number, save the N next articles.
11157 If N is a negative number, save the N previous articles.
11158 If N is nil and any articles have been marked with the process mark,
11159 save those articles instead.
11160 The variable `gnus-default-article-saver' specifies the saver function."
11161   (interactive "P")
11162   (let* ((articles (gnus-summary-work-articles n))
11163          (save-buffer (save-excursion
11164                         (nnheader-set-temp-buffer " *Gnus Save*")))
11165          (num (length articles))
11166          header file)
11167     (dolist (article articles)
11168       (setq header (gnus-summary-article-header article))
11169       (if (not (vectorp header))
11170           ;; This is a pseudo-article.
11171           (if (assq 'name header)
11172               (gnus-copy-file (cdr (assq 'name header)))
11173             (gnus-message 1 "Article %d is unsaveable" article))
11174         ;; This is a real article.
11175         (save-window-excursion
11176           (let ((gnus-display-mime-function nil)
11177                 (gnus-article-prepare-hook nil))
11178             (gnus-summary-select-article t nil nil article)))
11179         (save-excursion
11180           (set-buffer save-buffer)
11181           (erase-buffer)
11182           (insert-buffer-substring gnus-original-article-buffer))
11183         (setq file (gnus-article-save save-buffer file num))
11184         (gnus-summary-remove-process-mark article)
11185         (unless not-saved
11186           (gnus-summary-set-saved-mark article))))
11187     (gnus-kill-buffer save-buffer)
11188     (gnus-summary-position-point)
11189     (gnus-set-mode-line 'summary)
11190     n))
11191
11192 (defun gnus-summary-pipe-output (&optional arg headers)
11193   "Pipe the current article to a subprocess.
11194 If N is a positive number, pipe the N next articles.
11195 If N is a negative number, pipe the N previous articles.
11196 If N is nil and any articles have been marked with the process mark,
11197 pipe those articles instead.
11198 If HEADERS (the symbolic prefix), include the headers, too."
11199   (interactive (gnus-interactive "P\ny"))
11200   (require 'gnus-art)
11201   (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe)
11202         (gnus-save-all-headers (or headers gnus-save-all-headers)))
11203     (gnus-summary-save-article arg t))
11204   (let ((buffer (get-buffer "*Shell Command Output*")))
11205     (when (and buffer
11206                (not (zerop (buffer-size buffer))))
11207       (gnus-configure-windows 'pipe))))
11208
11209 (defun gnus-summary-save-article-mail (&optional arg)
11210   "Append the current article to an mail file.
11211 If N is a positive number, save the N next articles.
11212 If N is a negative number, save the N previous articles.
11213 If N is nil and any articles have been marked with the process mark,
11214 save those articles instead."
11215   (interactive "P")
11216   (require 'gnus-art)
11217   (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
11218     (gnus-summary-save-article arg)))
11219
11220 (defun gnus-summary-save-article-rmail (&optional arg)
11221   "Append the current article to an rmail file.
11222 If N is a positive number, save the N next articles.
11223 If N is a negative number, save the N previous articles.
11224 If N is nil and any articles have been marked with the process mark,
11225 save those articles instead."
11226   (interactive "P")
11227   (require 'gnus-art)
11228   (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
11229     (gnus-summary-save-article arg)))
11230
11231 (defun gnus-summary-save-article-file (&optional arg)
11232   "Append the current article to a file.
11233 If N is a positive number, save the N next articles.
11234 If N is a negative number, save the N previous articles.
11235 If N is nil and any articles have been marked with the process mark,
11236 save those articles instead."
11237   (interactive "P")
11238   (require 'gnus-art)
11239   (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
11240     (gnus-summary-save-article arg)))
11241
11242 (defun gnus-summary-write-article-file (&optional arg)
11243   "Write the current article to a file, deleting the previous file.
11244 If N is a positive number, save the N next articles.
11245 If N is a negative number, save the N previous articles.
11246 If N is nil and any articles have been marked with the process mark,
11247 save those articles instead."
11248   (interactive "P")
11249   (require 'gnus-art)
11250   (let ((gnus-default-article-saver 'gnus-summary-write-to-file))
11251     (gnus-summary-save-article arg)))
11252
11253 (defun gnus-summary-save-article-body-file (&optional arg)
11254   "Append the current article body to a file.
11255 If N is a positive number, save the N next articles.
11256 If N is a negative number, save the N previous articles.
11257 If N is nil and any articles have been marked with the process mark,
11258 save those articles instead."
11259   (interactive "P")
11260   (require 'gnus-art)
11261   (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
11262     (gnus-summary-save-article arg)))
11263
11264 (defun gnus-summary-muttprint (&optional arg)
11265   "Print the current article using Muttprint.
11266 If N is a positive number, save the N next articles.
11267 If N is a negative number, save the N previous articles.
11268 If N is nil and any articles have been marked with the process mark,
11269 save those articles instead."
11270   (interactive "P")
11271   (require 'gnus-art)
11272   (let ((gnus-default-article-saver 'gnus-summary-pipe-to-muttprint))
11273     (gnus-summary-save-article arg t)))
11274
11275 (defun gnus-summary-pipe-message (program)
11276   "Pipe the current article through PROGRAM."
11277   (interactive "sProgram: ")
11278   (gnus-summary-select-article)
11279   (let ((mail-header-separator ""))
11280     (gnus-eval-in-buffer-window gnus-article-buffer
11281       (save-restriction
11282         (widen)
11283         (let ((start (window-start))
11284               buffer-read-only)
11285           (message-pipe-buffer-body program)
11286           (set-window-start (get-buffer-window (current-buffer)) start))))))
11287
11288 (defun gnus-get-split-value (methods)
11289   "Return a value based on the split METHODS."
11290   (let (split-name method result match)
11291     (when methods
11292       (save-excursion
11293         (set-buffer gnus-original-article-buffer)
11294         (save-restriction
11295           (nnheader-narrow-to-headers)
11296           (while (and methods (not split-name))
11297             (goto-char (point-min))
11298             (setq method (pop methods))
11299             (setq match (car method))
11300             (when (cond
11301                    ((stringp match)
11302                     ;; Regular expression.
11303                     (ignore-errors
11304                       (re-search-forward match nil t)))
11305                    ((functionp match)
11306                     ;; Function.
11307                     (save-restriction
11308                       (widen)
11309                       (setq result (funcall match gnus-newsgroup-name))))
11310                    ((consp match)
11311                     ;; Form.
11312                     (save-restriction
11313                       (widen)
11314                       (setq result (eval match)))))
11315               (setq split-name (cdr method))
11316               (cond ((stringp result)
11317                      (push (expand-file-name
11318                             result gnus-article-save-directory)
11319                            split-name))
11320                     ((consp result)
11321                      (setq split-name (append result split-name)))))))))
11322     (nreverse split-name)))
11323
11324 (defun gnus-valid-move-group-p (group)
11325   (and (boundp group)
11326        (symbol-name group)
11327        (symbol-value group)
11328        (gnus-get-function (gnus-find-method-for-group
11329                            (symbol-name group)) 'request-accept-article t)))
11330
11331 (defun gnus-read-move-group-name (prompt default articles prefix)
11332   "Read a group name."
11333   (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
11334          (minibuffer-confirm-incomplete nil) ; XEmacs
11335          (prom
11336           (format "%s %s to"
11337                   prompt
11338                   (if (> (length articles) 1)
11339                       (format "these %d articles" (length articles))
11340                     "this article")))
11341          (to-newsgroup
11342           (cond
11343            ((null split-name)
11344             (gnus-completing-read-with-default
11345              default prom
11346              gnus-active-hashtb
11347              'gnus-valid-move-group-p
11348              nil prefix
11349              'gnus-group-history))
11350            ((= 1 (length split-name))
11351             (gnus-completing-read-with-default
11352              (car split-name) prom
11353              gnus-active-hashtb
11354              'gnus-valid-move-group-p
11355              nil nil
11356              'gnus-group-history))
11357            (t
11358             (gnus-completing-read-with-default
11359              nil prom
11360              (mapcar 'list (nreverse split-name))
11361              nil nil nil
11362              'gnus-group-history))))
11363          (to-method (gnus-server-to-method (gnus-group-method to-newsgroup))))
11364     (when to-newsgroup
11365       (if (or (string= to-newsgroup "")
11366               (string= to-newsgroup prefix))
11367           (setq to-newsgroup default))
11368       (unless to-newsgroup
11369         (error "No group name entered"))
11370       (or (gnus-active to-newsgroup)
11371           (gnus-activate-group to-newsgroup nil nil to-method)
11372           (if (gnus-y-or-n-p (format "No such group: %s.  Create it? "
11373                                      to-newsgroup))
11374               (or (and (gnus-request-create-group to-newsgroup to-method)
11375                        (gnus-activate-group
11376                         to-newsgroup nil nil to-method)
11377                        (gnus-subscribe-group to-newsgroup))
11378                   (error "Couldn't create group %s" to-newsgroup)))
11379           (error "No such group: %s" to-newsgroup)))
11380     to-newsgroup))
11381
11382 (defun gnus-summary-save-parts (type dir n &optional reverse)
11383   "Save parts matching TYPE to DIR.
11384 If REVERSE, save parts that do not match TYPE."
11385   (interactive
11386    (list (read-string "Save parts of type: "
11387                       (or (car gnus-summary-save-parts-type-history)
11388                           gnus-summary-save-parts-default-mime)
11389                       'gnus-summary-save-parts-type-history)
11390          (setq gnus-summary-save-parts-last-directory
11391                (read-file-name "Save to directory: "
11392                                gnus-summary-save-parts-last-directory
11393                                nil t))
11394          current-prefix-arg))
11395   (gnus-summary-iterate n
11396     (let ((gnus-display-mime-function nil)
11397           (gnus-inhibit-treatment t))
11398       (gnus-summary-select-article))
11399     (save-excursion
11400       (set-buffer gnus-article-buffer)
11401       (let ((handles (or gnus-article-mime-handles
11402                          (mm-dissect-buffer nil gnus-article-loose-mime)
11403                          (and gnus-article-emulate-mime
11404                               (mm-uu-dissect)))))
11405         (when handles
11406           (gnus-summary-save-parts-1 type dir handles reverse)
11407           (unless gnus-article-mime-handles ;; Don't destroy this case.
11408             (mm-destroy-parts handles)))))))
11409
11410 (defun gnus-summary-save-parts-1 (type dir handle reverse)
11411   (if (stringp (car handle))
11412       (mapcar (lambda (h) (gnus-summary-save-parts-1 type dir h reverse))
11413               (cdr handle))
11414     (when (if reverse
11415               (not (string-match type (mm-handle-media-type handle)))
11416             (string-match type (mm-handle-media-type handle)))
11417       (let ((file (expand-file-name
11418                    (gnus-map-function
11419                     mm-file-name-rewrite-functions
11420                     (file-name-nondirectory
11421                      (or
11422                       (mail-content-type-get
11423                        (mm-handle-disposition handle) 'filename)
11424                       (mail-content-type-get
11425                        (mm-handle-type handle) 'name)
11426                       (concat gnus-newsgroup-name
11427                               "." (number-to-string
11428                                    (cdr gnus-article-current))))))
11429                    dir)))
11430         (unless (file-exists-p file)
11431           (mm-save-part-to-file handle file))))))
11432
11433 ;; Summary extract commands
11434
11435 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
11436   (let ((buffer-read-only nil)
11437         (article (gnus-summary-article-number))
11438         after-article b e)
11439     (unless (gnus-summary-goto-subject article)
11440       (error "No such article: %d" article))
11441     (gnus-summary-position-point)
11442     ;; If all commands are to be bunched up on one line, we collect
11443     ;; them here.
11444     (unless gnus-view-pseudos-separately
11445       (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
11446             files action)
11447         (while ps
11448           (setq action (cdr (assq 'action (car ps))))
11449           (setq files (list (cdr (assq 'name (car ps)))))
11450           (while (and ps (cdr ps)
11451                       (string= (or action "1")
11452                                (or (cdr (assq 'action (cadr ps))) "2")))
11453             (push (cdr (assq 'name (cadr ps))) files)
11454             (setcdr ps (cddr ps)))
11455           (when files
11456             (when (not (string-match "%s" action))
11457               (push " " files))
11458             (push " " files)
11459             (when (assq 'execute (car ps))
11460               (setcdr (assq 'execute (car ps))
11461                       (funcall (if (string-match "%s" action)
11462                                    'format 'concat)
11463                                action
11464                                (mapconcat
11465                                 (lambda (f)
11466                                   (if (equal f " ")
11467                                       f
11468                                     (shell-quote-argument f)))
11469                                 files " ")))))
11470           (setq ps (cdr ps)))))
11471     (if (and gnus-view-pseudos (not not-view))
11472         (while pslist
11473           (when (assq 'execute (car pslist))
11474             (gnus-execute-command (cdr (assq 'execute (car pslist)))
11475                                   (eq gnus-view-pseudos 'not-confirm)))
11476           (setq pslist (cdr pslist)))
11477       (save-excursion
11478         (while pslist
11479           (setq after-article (or (cdr (assq 'article (car pslist)))
11480                                   (gnus-summary-article-number)))
11481           (gnus-summary-goto-subject after-article)
11482           (forward-line 1)
11483           (setq b (point))
11484           (insert "    " (file-name-nondirectory
11485                           (cdr (assq 'name (car pslist))))
11486                   ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
11487           (setq e (point))
11488           (forward-line -1)             ; back to `b'
11489           (gnus-add-text-properties
11490            b (1- e) (list 'gnus-number gnus-reffed-article-number
11491                           gnus-mouse-face-prop gnus-mouse-face))
11492           (gnus-data-enter
11493            after-article gnus-reffed-article-number
11494            gnus-unread-mark b (car pslist) 0 (- e b))
11495           (setq gnus-newsgroup-unreads
11496                 (gnus-add-to-sorted-list gnus-newsgroup-unreads
11497                                          gnus-reffed-article-number))
11498           (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
11499           (setq pslist (cdr pslist)))))))
11500
11501 (defun gnus-pseudos< (p1 p2)
11502   (let ((c1 (cdr (assq 'action p1)))
11503         (c2 (cdr (assq 'action p2))))
11504     (and c1 c2 (string< c1 c2))))
11505
11506 (defun gnus-request-pseudo-article (props)
11507   (cond ((assq 'execute props)
11508          (gnus-execute-command (cdr (assq 'execute props)))))
11509   (let ((gnus-current-article (gnus-summary-article-number)))
11510     (gnus-run-hooks 'gnus-mark-article-hook)))
11511
11512 (defun gnus-execute-command (command &optional automatic)
11513   (save-excursion
11514     (gnus-article-setup-buffer)
11515     (set-buffer gnus-article-buffer)
11516     (setq buffer-read-only nil)
11517     (let ((command (if automatic command
11518                      (read-string "Command: " (cons command 0)))))
11519       (erase-buffer)
11520       (insert "$ " command "\n\n")
11521       (if gnus-view-pseudo-asynchronously
11522           (start-process "gnus-execute" (current-buffer) shell-file-name
11523                          shell-command-switch command)
11524         (call-process shell-file-name nil t nil
11525                       shell-command-switch command)))))
11526
11527 ;; Summary kill commands.
11528
11529 (defun gnus-summary-edit-global-kill (article)
11530   "Edit the \"global\" kill file."
11531   (interactive (list (gnus-summary-article-number)))
11532   (gnus-group-edit-global-kill article))
11533
11534 (defun gnus-summary-edit-local-kill ()
11535   "Edit a local kill file applied to the current newsgroup."
11536   (interactive)
11537   (setq gnus-current-headers (gnus-summary-article-header))
11538   (gnus-group-edit-local-kill
11539    (gnus-summary-article-number) gnus-newsgroup-name))
11540
11541 ;;; Header reading.
11542
11543 (defun gnus-read-header (id &optional header)
11544   "Read the headers of article ID and enter them into the Gnus system."
11545   (let ((group gnus-newsgroup-name)
11546         (gnus-override-method
11547          (or
11548           gnus-override-method
11549           (and (gnus-news-group-p gnus-newsgroup-name)
11550                (car (gnus-refer-article-methods)))))
11551         where)
11552     ;; First we check to see whether the header in question is already
11553     ;; fetched.
11554     (if (stringp id)
11555         ;; This is a Message-ID.
11556         (setq header (or header (gnus-id-to-header id)))
11557       ;; This is an article number.
11558       (setq header (or header (gnus-summary-article-header id))))
11559     (if (and header
11560              (not (gnus-summary-article-sparse-p (mail-header-number header))))
11561         ;; We have found the header.
11562         header
11563       ;; We have to really fetch the header to this article.
11564       (save-excursion
11565         (set-buffer nntp-server-buffer)
11566         (when (setq where (gnus-request-head id group))
11567           (nnheader-fold-continuation-lines)
11568           (goto-char (point-max))
11569           (insert ".\n")
11570           (goto-char (point-min))
11571           (insert "211 ")
11572           (princ (cond
11573                   ((numberp id) id)
11574                   ((cdr where) (cdr where))
11575                   (header (mail-header-number header))
11576                   (t gnus-reffed-article-number))
11577                  (current-buffer))
11578           (insert " Article retrieved.\n"))
11579         (if (or (not where)
11580                 (not (setq header (car (gnus-get-newsgroup-headers nil t)))))
11581             ()                          ; Malformed head.
11582           (unless (gnus-summary-article-sparse-p (mail-header-number header))
11583             (when (and (stringp id)
11584                        (not (string= (gnus-group-real-name group)
11585                                      (car where))))
11586               ;; If we fetched by Message-ID and the article came
11587               ;; from a different group, we fudge some bogus article
11588               ;; numbers for this article.
11589               (mail-header-set-number header gnus-reffed-article-number))
11590             (save-excursion
11591               (set-buffer gnus-summary-buffer)
11592               (decf gnus-reffed-article-number)
11593               (gnus-remove-header (mail-header-number header))
11594               (push header gnus-newsgroup-headers)
11595               (setq gnus-current-headers header)
11596               (push (mail-header-number header) gnus-newsgroup-limit)))
11597           header)))))
11598
11599 (defun gnus-remove-header (number)
11600   "Remove header NUMBER from `gnus-newsgroup-headers'."
11601   (if (and gnus-newsgroup-headers
11602            (= number (mail-header-number (car gnus-newsgroup-headers))))
11603       (pop gnus-newsgroup-headers)
11604     (let ((headers gnus-newsgroup-headers))
11605       (while (and (cdr headers)
11606                   (not (= number (mail-header-number (cadr headers)))))
11607         (pop headers))
11608       (when (cdr headers)
11609         (setcdr headers (cddr headers))))))
11610
11611 ;;;
11612 ;;; summary highlights
11613 ;;;
11614
11615 (defun gnus-highlight-selected-summary ()
11616   "Highlight selected article in summary buffer."
11617   ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
11618   (when gnus-summary-selected-face
11619     (save-excursion
11620       (let* ((beg (point-at-bol))
11621              (end (point-at-eol))
11622              ;; Fix by Mike Dugan <dugan@bucrf16.bu.edu>.
11623              (from (if (get-text-property beg gnus-mouse-face-prop)
11624                        beg
11625                      (or (next-single-property-change
11626                           beg gnus-mouse-face-prop nil end)
11627                          beg)))
11628              (to
11629               (if (= from end)
11630                   (- from 2)
11631                 (or (next-single-property-change
11632                      from gnus-mouse-face-prop nil end)
11633                     end))))
11634         ;; If no mouse-face prop on line we will have to = from = end,
11635         ;; so we highlight the entire line instead.
11636         (when (= (+ to 2) from)
11637           (setq from beg)
11638           (setq to end))
11639         (if gnus-newsgroup-selected-overlay
11640             ;; Move old overlay.
11641             (gnus-move-overlay
11642              gnus-newsgroup-selected-overlay from to (current-buffer))
11643           ;; Create new overlay.
11644           (gnus-overlay-put
11645            (setq gnus-newsgroup-selected-overlay (gnus-make-overlay from to))
11646            'face gnus-summary-selected-face))))))
11647
11648 (defvar gnus-summary-highlight-line-cached nil)
11649 (defvar gnus-summary-highlight-line-trigger nil)
11650
11651 (defun gnus-summary-highlight-line-0 ()
11652   (if (and (eq gnus-summary-highlight-line-trigger
11653                gnus-summary-highlight)
11654            gnus-summary-highlight-line-cached)
11655       gnus-summary-highlight-line-cached
11656     (setq gnus-summary-highlight-line-trigger gnus-summary-highlight
11657           gnus-summary-highlight-line-cached
11658           (let* ((cond (list 'cond))
11659                  (c cond)
11660                  (list gnus-summary-highlight))
11661             (while list
11662               (setcdr c (cons (list (caar list) (list 'quote (cdar list)))
11663                               nil))
11664               (setq c (cdr c)
11665                     list (cdr list)))
11666             (gnus-byte-compile (list 'lambda nil cond))))))
11667
11668 (defun gnus-summary-highlight-line ()
11669   "Highlight current line according to `gnus-summary-highlight'."
11670   (let* ((beg (point-at-bol))
11671          (article (or (gnus-summary-article-number) gnus-current-article))
11672          (score (or (cdr (assq article
11673                                gnus-newsgroup-scored))
11674                     gnus-summary-default-score 0))
11675          (mark (or (gnus-summary-article-mark) gnus-unread-mark))
11676          (inhibit-read-only t)
11677          (default gnus-summary-default-score)
11678          (default-high gnus-summary-default-high-score)
11679          (default-low gnus-summary-default-low-score)
11680          (uncached (and gnus-summary-use-undownloaded-faces
11681                         (memq article gnus-newsgroup-undownloaded)
11682                         (not (memq article gnus-newsgroup-cached)))))
11683     (let ((face (funcall (gnus-summary-highlight-line-0))))
11684       (unless (eq face (get-text-property beg 'face))
11685         (gnus-put-text-property-excluding-characters-with-faces
11686          beg (point-at-eol) 'face
11687          (setq face (if (boundp face) (symbol-value face) face)))
11688         (when gnus-summary-highlight-line-function
11689           (funcall gnus-summary-highlight-line-function article face))))))
11690
11691 (defun gnus-update-read-articles (group unread &optional compute)
11692   "Update the list of read articles in GROUP.
11693 UNREAD is a sorted list."
11694   (let ((active (or gnus-newsgroup-active (gnus-active group)))
11695         (info (gnus-get-info group))
11696         (prev 1)
11697         read)
11698     (if (or (not info) (not active))
11699         ;; There is no info on this group if it was, in fact,
11700         ;; killed.  Gnus stores no information on killed groups, so
11701         ;; there's nothing to be done.
11702         ;; One could store the information somewhere temporarily,
11703         ;; perhaps...  Hmmm...
11704         ()
11705       ;; Remove any negative articles numbers.
11706       (while (and unread (< (car unread) 0))
11707         (setq unread (cdr unread)))
11708       ;; Remove any expired article numbers
11709       (while (and unread (< (car unread) (car active)))
11710         (setq unread (cdr unread)))
11711       ;; Compute the ranges of read articles by looking at the list of
11712       ;; unread articles.
11713       (while unread
11714         (when (/= (car unread) prev)
11715           (push (if (= prev (1- (car unread))) prev
11716                   (cons prev (1- (car unread))))
11717                 read))
11718         (setq prev (1+ (car unread)))
11719         (setq unread (cdr unread)))
11720       (when (<= prev (cdr active))
11721         (push (cons prev (cdr active)) read))
11722       (setq read (if (> (length read) 1) (nreverse read) read))
11723       (if compute
11724           read
11725         (save-excursion
11726           (let (setmarkundo)
11727             ;; Propagate the read marks to the backend.
11728             (when (gnus-check-backend-function 'request-set-mark group)
11729               (let ((del (gnus-remove-from-range (gnus-info-read info) read))
11730                     (add (gnus-remove-from-range read (gnus-info-read info))))
11731                 (when (or add del)
11732                   (unless (gnus-check-group group)
11733                     (error "Can't open server for %s" group))
11734                   (gnus-request-set-mark
11735                    group (delq nil (list (if add (list add 'add '(read)))
11736                                          (if del (list del 'del '(read))))))
11737                   (setq setmarkundo
11738                         `(gnus-request-set-mark
11739                           ,group
11740                           ',(delq nil (list
11741                                        (if del (list del 'add '(read)))
11742                                        (if add (list add 'del '(read))))))))))
11743             (set-buffer gnus-group-buffer)
11744             (gnus-undo-register
11745               `(progn
11746                  (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
11747                  (gnus-info-set-read ',info ',(gnus-info-read info))
11748                  (gnus-get-unread-articles-in-group ',info
11749                                                     (gnus-active ,group))
11750                  (gnus-group-update-group ,group t)
11751                  ,setmarkundo))))
11752         ;; Enter this list into the group info.
11753         (gnus-info-set-read info read)
11754         ;; Set the number of unread articles in gnus-newsrc-hashtb.
11755         (gnus-get-unread-articles-in-group info (gnus-active group))
11756         t))))
11757
11758 (defun gnus-offer-save-summaries ()
11759   "Offer to save all active summary buffers."
11760   (let (buffers)
11761     ;; Go through all buffers and find all summaries.
11762     (dolist (buffer (buffer-list))
11763       (when (and (setq buffer (buffer-name buffer))
11764                  (string-match "Summary" buffer)
11765                  (with-current-buffer buffer
11766                    ;; We check that this is, indeed, a summary buffer.
11767                    (and (eq major-mode 'gnus-summary-mode)
11768                         ;; Also make sure this isn't bogus.
11769                         gnus-newsgroup-prepared
11770                         ;; Also make sure that this isn't a
11771                         ;; dead summary buffer.
11772                         (not gnus-dead-summary-mode))))
11773         (push buffer buffers)))
11774     ;; Go through all these summary buffers and offer to save them.
11775     (when buffers
11776       (save-excursion
11777         (map-y-or-n-p
11778          "Update summary buffer %s? "
11779          (lambda (buf)
11780            (switch-to-buffer buf)
11781            (gnus-summary-exit))
11782          buffers)))))
11783
11784 (defun gnus-summary-setup-default-charset ()
11785   "Setup newsgroup default charset."
11786   (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
11787       (setq gnus-newsgroup-charset nil)
11788     (let* ((ignored-charsets
11789             (or gnus-newsgroup-ephemeral-ignored-charsets
11790                 (append
11791                  (and gnus-newsgroup-name
11792                       (gnus-parameter-ignored-charsets gnus-newsgroup-name))
11793                  gnus-newsgroup-ignored-charsets))))
11794       (setq gnus-newsgroup-charset
11795             (or gnus-newsgroup-ephemeral-charset
11796                 (and gnus-newsgroup-name
11797                      (gnus-parameter-charset gnus-newsgroup-name))
11798                 gnus-default-charset))
11799       (set (make-local-variable 'gnus-newsgroup-ignored-charsets)
11800            ignored-charsets))))
11801
11802 ;;;
11803 ;;; Mime Commands
11804 ;;;
11805
11806 (defun gnus-summary-display-buttonized (&optional show-all-parts)
11807   "Display the current article buffer fully MIME-buttonized.
11808 If SHOW-ALL-PARTS (the prefix) is non-nil, all multipart/* parts are
11809 treated as multipart/mixed."
11810   (interactive "P")
11811   (require 'gnus-art)
11812   (let ((gnus-unbuttonized-mime-types nil)
11813         (gnus-mime-display-multipart-as-mixed show-all-parts))
11814     (gnus-summary-show-article)))
11815
11816 (defun gnus-summary-repair-multipart (article)
11817   "Add a Content-Type header to a multipart article without one."
11818   (interactive (list (gnus-summary-article-number)))
11819   (gnus-with-article article
11820     (message-narrow-to-head)
11821     (message-remove-header "Mime-Version")
11822     (goto-char (point-max))
11823     (insert "Mime-Version: 1.0\n")
11824     (widen)
11825     (when (search-forward "\n--" nil t)
11826       (let ((separator (buffer-substring (point) (point-at-eol))))
11827         (message-narrow-to-head)
11828         (message-remove-header "Content-Type")
11829         (goto-char (point-max))
11830         (insert (format "Content-Type: multipart/mixed; boundary=\"%s\"\n"
11831                         separator))
11832         (widen))))
11833   (let (gnus-mark-article-hook)
11834     (gnus-summary-select-article t t nil article)))
11835
11836 (defun gnus-summary-toggle-display-buttonized ()
11837   "Toggle the buttonizing of the article buffer."
11838   (interactive)
11839   (require 'gnus-art)
11840   (if (setq gnus-inhibit-mime-unbuttonizing
11841             (not gnus-inhibit-mime-unbuttonizing))
11842       (let ((gnus-unbuttonized-mime-types nil))
11843         (gnus-summary-show-article))
11844     (gnus-summary-show-article)))
11845
11846 ;;;
11847 ;;; Generic summary marking commands
11848 ;;;
11849
11850 (defvar gnus-summary-marking-alist
11851   '((read gnus-del-mark "d")
11852     (unread gnus-unread-mark "u")
11853     (ticked gnus-ticked-mark "!")
11854     (dormant gnus-dormant-mark "?")
11855     (expirable gnus-expirable-mark "e"))
11856   "An alist of names/marks/keystrokes.")
11857
11858 (defvar gnus-summary-generic-mark-map (make-sparse-keymap))
11859 (defvar gnus-summary-mark-map)
11860
11861 (defun gnus-summary-make-all-marking-commands ()
11862   (define-key gnus-summary-mark-map "M" gnus-summary-generic-mark-map)
11863   (dolist (elem gnus-summary-marking-alist)
11864     (apply 'gnus-summary-make-marking-command elem)))
11865
11866 (defun gnus-summary-make-marking-command (name mark keystroke)
11867   (let ((map (make-sparse-keymap)))
11868     (define-key gnus-summary-generic-mark-map keystroke map)
11869     (dolist (lway `((next "next" next nil "n")
11870                     (next-unread "next unread" next t "N")
11871                     (prev "previous" prev nil "p")
11872                     (prev-unread "previous unread" prev t "P")
11873                     (nomove "" nil nil ,keystroke)))
11874       (let ((func (gnus-summary-make-marking-command-1
11875                    mark (car lway) lway name)))
11876         (setq func (eval func))
11877         (define-key map (nth 4 lway) func)))))
11878
11879 (defun gnus-summary-make-marking-command-1 (mark way lway name)
11880   `(defun ,(intern
11881             (format "gnus-summary-put-mark-as-%s%s"
11882                     name (if (eq way 'nomove)
11883                              ""
11884                            (concat "-" (symbol-name way)))))
11885      (n)
11886      ,(format
11887        "Mark the current article as %s%s.
11888 If N, the prefix, then repeat N times.
11889 If N is negative, move in reverse order.
11890 The difference between N and the actual number of articles marked is
11891 returned."
11892        name (cadr lway))
11893      (interactive "p")
11894      (gnus-summary-generic-mark n ,mark ',(nth 2 lway) ,(nth 3 lway))))
11895
11896 (defun gnus-summary-generic-mark (n mark move unread)
11897   "Mark N articles with MARK."
11898   (unless (eq major-mode 'gnus-summary-mode)
11899     (error "This command can only be used in the summary buffer"))
11900   (gnus-summary-show-thread)
11901   (let ((nummove
11902          (cond
11903           ((eq move 'next) 1)
11904           ((eq move 'prev) -1)
11905           (t 0))))
11906     (if (zerop nummove)
11907         (setq n 1)
11908       (when (< n 0)
11909         (setq n (abs n)
11910               nummove (* -1 nummove))))
11911     (while (and (> n 0)
11912                 (gnus-summary-mark-article nil mark)
11913                 (zerop (gnus-summary-next-subject nummove unread t)))
11914       (setq n (1- n)))
11915     (when (/= 0 n)
11916       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
11917     (gnus-summary-recenter)
11918     (gnus-summary-position-point)
11919     (gnus-set-mode-line 'summary)
11920     n))
11921
11922 (defun gnus-summary-insert-articles (articles)
11923   (when (setq articles
11924               (gnus-sorted-difference articles
11925                                       (mapcar (lambda (h)
11926                                                 (mail-header-number h))
11927                                               gnus-newsgroup-headers)))
11928     (setq gnus-newsgroup-headers
11929           (gnus-merge 'list
11930                       gnus-newsgroup-headers
11931                       (gnus-fetch-headers articles)
11932                       'gnus-article-sort-by-number))
11933     ;; Suppress duplicates?
11934     (when gnus-suppress-duplicates
11935       (gnus-dup-suppress-articles))
11936
11937     ;; We might want to build some more threads first.
11938     (when (and gnus-fetch-old-headers
11939                (eq gnus-headers-retrieved-by 'nov))
11940       (if (eq gnus-fetch-old-headers 'invisible)
11941           (gnus-build-all-threads)
11942         (gnus-build-old-threads)))
11943     ;; Let the Gnus agent mark articles as read.
11944     (when gnus-agent
11945       (gnus-agent-get-undownloaded-list))
11946     ;; Remove list identifiers from subject
11947     (when gnus-list-identifiers
11948       (gnus-summary-remove-list-identifiers))
11949     ;; First and last article in this newsgroup.
11950     (when gnus-newsgroup-headers
11951       (setq gnus-newsgroup-begin
11952             (mail-header-number (car gnus-newsgroup-headers))
11953             gnus-newsgroup-end
11954             (mail-header-number
11955              (gnus-last-element gnus-newsgroup-headers))))
11956     (when gnus-use-scoring
11957       (gnus-possibly-score-headers))))
11958
11959 (defun gnus-summary-insert-old-articles (&optional all)
11960   "Insert all old articles in this group.
11961 If ALL is non-nil, already read articles become readable.
11962 If ALL is a number, fetch this number of articles."
11963   (interactive "P")
11964   (prog1
11965       (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
11966             older len)
11967         (setq older
11968               ;; Some nntp servers lie about their active range.  When
11969               ;; this happens, the active range can be in the millions.
11970               ;; Use a compressed range to avoid creating a huge list.
11971               (gnus-range-difference (list gnus-newsgroup-active) old))
11972         (setq len (gnus-range-length older))
11973         (cond
11974          ((null older) nil)
11975          ((numberp all)
11976           (if (< all len)
11977               (let ((older-range (nreverse older)))
11978                 (setq older nil)
11979
11980                 (while (> all 0)
11981                   (let* ((r (pop older-range))
11982                          (min (if (numberp r) r (car r)))
11983                          (max (if (numberp r) r (cdr r))))
11984                     (while (and (<= min max)
11985                                 (> all 0))
11986                       (push max older)
11987                       (setq all (1- all)
11988                             max (1- max))))))
11989             (setq older (gnus-uncompress-range older))))
11990          (all
11991           (setq older (gnus-uncompress-range older)))
11992          (t
11993           (when (and (numberp gnus-large-newsgroup)
11994                    (> len gnus-large-newsgroup))
11995               (let* ((cursor-in-echo-area nil)
11996                      (initial (gnus-parameter-large-newsgroup-initial
11997                                gnus-newsgroup-name))
11998                      (input
11999                       (read-string
12000                        (format
12001                         "How many articles from %s (%s %d): "
12002                         (gnus-limit-string
12003                          (gnus-group-decoded-name gnus-newsgroup-name) 35)
12004                         (if initial "max" "default")
12005                         len)
12006                        (if initial
12007                            (cons (number-to-string initial)
12008                                  0)))))
12009                 (unless (string-match "^[ \t]*$" input)
12010                   (setq all (string-to-number input))
12011                   (if (< all len)
12012                       (let ((older-range (nreverse older)))
12013                         (setq older nil)
12014
12015                         (while (> all 0)
12016                           (let* ((r (pop older-range))
12017                                  (min (if (numberp r) r (car r)))
12018                                  (max (if (numberp r) r (cdr r))))
12019                             (while (and (<= min max)
12020                                         (> all 0))
12021                               (push max older)
12022                               (setq all (1- all)
12023                                     max (1- max))))))))))
12024           (setq older (gnus-uncompress-range older))))
12025         (if (not older)
12026             (message "No old news.")
12027           (gnus-summary-insert-articles older)
12028           (gnus-summary-limit (gnus-sorted-nunion old older))))
12029     (gnus-summary-position-point)))
12030
12031 (defun gnus-summary-insert-new-articles ()
12032   "Insert all new articles in this group."
12033   (interactive)
12034   (prog1
12035       (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12036             (old-active gnus-newsgroup-active)
12037             (nnmail-fetched-sources (list t))
12038             i new)
12039         (setq gnus-newsgroup-active
12040               (gnus-activate-group gnus-newsgroup-name 'scan))
12041         (setq i (cdr gnus-newsgroup-active))
12042         (while (> i (cdr old-active))
12043           (push i new)
12044           (decf i))
12045         (if (not new)
12046             (message "No gnus is bad news")
12047           (gnus-summary-insert-articles new)
12048           (setq gnus-newsgroup-unreads
12049                 (gnus-sorted-nunion gnus-newsgroup-unreads new))
12050           (gnus-summary-limit (gnus-sorted-nunion old new))))
12051     (gnus-summary-position-point)))
12052
12053 (gnus-summary-make-all-marking-commands)
12054
12055 (gnus-ems-redefine)
12056
12057 (provide 'gnus-sum)
12058
12059 (run-hooks 'gnus-sum-load-hook)
12060
12061 ;; Local Variables:
12062 ;; coding: iso-8859-1
12063 ;; End:
12064
12065 ;; arch-tag: 17c6748f-6d00-4d36-bf01-835c42f31235
12066 ;;; gnus-sum.el ends here