(gnus-summary-setup-buffer): Document return value (bug#9697)
[gnus] / lisp / gnus-sum.el
1 ;;; gnus-sum.el --- summary mode commands for Gnus
2
3 ;; Copyright (C) 1996-2012 Free Software Foundation, Inc.
4
5 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;; Keywords: news
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software: you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation, either version 3 of the License, or
13 ;; (at your option) any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22
23 ;;; Commentary:
24
25 ;;; Code:
26
27 ;; For Emacs <22.2 and XEmacs.
28 (eval-and-compile
29   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
30 (eval-when-compile
31   (require 'cl))
32 (eval-when-compile
33   (when (featurep 'xemacs)
34     (require 'easy-mmode))) ; for `define-minor-mode'
35
36 (defvar tool-bar-mode)
37 (defvar gnus-tmp-header)
38
39 (require 'gnus)
40 (require 'gnus-group)
41 (require 'gnus-spec)
42 (require 'gnus-range)
43 (require 'gnus-int)
44 (require 'gnus-undo)
45 (require 'gnus-util)
46 (require 'gmm-utils)
47 (require 'mm-decode)
48 (require 'nnoo)
49
50 (autoload 'gnus-summary-limit-include-cached "gnus-cache" nil t)
51 (autoload 'gnus-cache-write-active "gnus-cache")
52 (autoload 'gnus-mailing-list-insinuate "gnus-ml" nil t)
53 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" nil t)
54 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
55 (autoload 'mm-uu-dissect "mm-uu")
56 (autoload 'gnus-article-outlook-deuglify-article "deuglify"
57   "Deuglify broken Outlook (Express) articles and redisplay."
58   t)
59 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" nil t)
60 (autoload 'gnus-article-outlook-repair-attribution "deuglify" nil t)
61 (autoload 'gnus-article-outlook-rearrange-citation "deuglify" nil t)
62 (autoload 'nnir-article-rsv "nnir" nil nil 'macro)
63 (autoload 'nnir-article-group "nnir" nil nil 'macro)
64
65 (defcustom gnus-kill-summary-on-exit t
66   "*If non-nil, kill the summary buffer when you exit from it.
67 If nil, the summary will become a \"*Dead Summary*\" buffer, and
68 it will be killed sometime later."
69   :group 'gnus-summary-exit
70   :type 'boolean)
71
72 (defcustom gnus-summary-next-group-on-exit t
73   "If non-nil, go to the next unread newsgroup on summary exit.
74 See `gnus-group-goto-unread'."
75   :link '(custom-manual "(gnus)Group Maneuvering")
76   :group 'gnus-summary-exit
77   :version "23.1" ;; No Gnus
78   :type 'boolean)
79
80 (defcustom gnus-summary-stop-at-end-of-message nil
81   "If non-nil, don't select the next message when using `SPC'."
82   :link '(custom-manual "(gnus)Group Maneuvering")
83   :group 'gnus-summary-maneuvering
84   :version "24.1"
85   :type 'boolean)
86
87 (defcustom gnus-fetch-old-headers nil
88   "*Non-nil means that Gnus will try to build threads by grabbing old headers.
89 If an unread article in the group refers to an older, already
90 read (or just marked as read) article, the old article will not
91 normally be displayed in the Summary buffer.  If this variable is
92 t, Gnus will attempt to grab the headers to the old articles, and
93 thereby build complete threads.  If it has the value `some', all
94 old headers will be fetched but only enough headers to connect
95 otherwise loose threads will be displayed.  This variable can
96 also be a number.  In that case, no more than that number of old
97 headers will be fetched.  If it has the value `invisible', all
98 old headers will be fetched, but none will be displayed.
99
100 The server has to support NOV for any of this to work.
101
102 This feature can seriously impact performance it ignores all
103 locally cached header entries.  Setting it to t for groups for a
104 server that doesn't expire articles (such as news.gmane.org),
105 leads to very slow summary generation."
106   :group 'gnus-thread
107   :type '(choice (const :tag "off" nil)
108                  (const :tag "on" t)
109                  (const some)
110                  (const invisible)
111                  number
112                  (sexp :menu-tag "other" t)))
113
114 (defcustom gnus-refer-thread-limit 500
115   "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
116 If t, fetch all the available old headers."
117   :group 'gnus-thread
118   :type '(choice number
119                  (sexp :menu-tag "other" t)))
120
121 (defcustom gnus-refer-thread-use-nnir nil
122   "*Use nnir to search an entire server when referring threads. A
123 nil value will only search for thread-related articles in the
124 current group."
125   :group 'gnus-thread
126   :type 'boolean)
127
128 (defcustom gnus-summary-make-false-root 'adopt
129   "*nil means that Gnus won't gather loose threads.
130 If the root of a thread has expired or been read in a previous
131 session, the information necessary to build a complete thread has been
132 lost.  Instead of having many small sub-threads from this original thread
133 scattered all over the summary buffer, Gnus can gather them.
134
135 If non-nil, Gnus will try to gather all loose sub-threads from an
136 original thread into one large thread.
137
138 If this variable is non-nil, it should be one of `none', `adopt',
139 `dummy' or `empty'.
140
141 If this variable is `none', Gnus will not make a false root, but just
142 present the sub-threads after another.
143 If this variable is `dummy', Gnus will create a dummy root that will
144 have all the sub-threads as children.
145 If this variable is `adopt', Gnus will make one of the \"children\"
146 the parent and mark all the step-children as such.
147 If this variable is `empty', the \"children\" are printed with empty
148 subject fields.  (Or rather, they will be printed with a string
149 given by the `gnus-summary-same-subject' variable.)"
150   :group 'gnus-thread
151   :type '(choice (const :tag "off" nil)
152                  (const none)
153                  (const dummy)
154                  (const adopt)
155                  (const empty)))
156
157 (defcustom gnus-summary-make-false-root-always nil
158   "Always make a false dummy root."
159   :version "22.1"
160   :group 'gnus-thread
161   :type 'boolean)
162
163 (defcustom gnus-summary-gather-exclude-subject "^ *$\\|^(none)$"
164   "*A regexp to match subjects to be excluded from loose thread gathering.
165 As loose thread gathering is done on subjects only, that means that
166 there can be many false gatherings performed.  By rooting out certain
167 common subjects, gathering might become saner."
168   :group 'gnus-thread
169   :type 'regexp)
170
171 (defcustom gnus-summary-gather-subject-limit nil
172   "*Maximum length of subject comparisons when gathering loose threads.
173 Use nil to compare full subjects.  Setting this variable to a low
174 number will help gather threads that have been corrupted by
175 newsreaders chopping off subject lines, but it might also mean that
176 unrelated articles that have subject that happen to begin with the
177 same few characters will be incorrectly gathered.
178
179 If this variable is `fuzzy', Gnus will use a fuzzy algorithm when
180 comparing subjects."
181   :group 'gnus-thread
182   :type '(choice (const :tag "off" nil)
183                  (const fuzzy)
184                  (sexp :menu-tag "on" t)))
185
186 (defcustom gnus-simplify-subject-functions nil
187   "List of functions taking a string argument that simplify subjects.
188 The functions are applied recursively.
189
190 Useful functions to put in this list include:
191 `gnus-simplify-subject-re', `gnus-simplify-subject-fuzzy',
192 `gnus-simplify-whitespace', and `gnus-simplify-all-whitespace'."
193   :group 'gnus-thread
194   :type '(repeat function))
195
196 (defcustom gnus-simplify-ignored-prefixes nil
197   "*Remove matches for this regexp from subject lines when simplifying fuzzily."
198   :group 'gnus-thread
199   :type '(choice (const :tag "off" nil)
200                  regexp))
201
202 (defcustom gnus-build-sparse-threads nil
203   "*If non-nil, fill in the gaps in threads.
204 If `some', only fill in the gaps that are needed to tie loose threads
205 together.  If `more', fill in all leaf nodes that Gnus can find.  If
206 non-nil and non-`some', fill in all gaps that Gnus manages to guess."
207   :group 'gnus-thread
208   :type '(choice (const :tag "off" nil)
209                  (const some)
210                  (const more)
211                  (sexp :menu-tag "all" t)))
212
213 (defcustom gnus-summary-thread-gathering-function
214   'gnus-gather-threads-by-subject
215   "*Function used for gathering loose threads.
216 There are two pre-defined functions: `gnus-gather-threads-by-subject',
217 which only takes Subjects into consideration; and
218 `gnus-gather-threads-by-references', which compared the References
219 headers of the articles to find matches."
220   :group 'gnus-thread
221   :type '(radio (function-item gnus-gather-threads-by-subject)
222                 (function-item gnus-gather-threads-by-references)
223                 (function :tag "other")))
224
225 (defcustom gnus-summary-same-subject ""
226   "*String indicating that the current article has the same subject as the previous.
227 This variable will only be used if the value of
228 `gnus-summary-make-false-root' is `empty'."
229   :group 'gnus-summary-format
230   :type 'string)
231
232 (defcustom gnus-summary-goto-unread nil
233   "*If t, many commands will go to the next unread article.
234 This applies to marking commands as well as other commands that
235 \"naturally\" select the next article, like, for instance, `SPC' at
236 the end of an article.
237
238 If nil, the marking commands do NOT go to the next unread article
239 \(they go to the next article instead).  If `never', commands that
240 usually go to the next unread article, will go to the next article,
241 whether it is read or not."
242   :version "24.1"
243   :group 'gnus-summary-marks
244   :link '(custom-manual "(gnus)Setting Marks")
245   :type '(choice (const :tag "off" nil)
246                  (const never)
247                  (sexp :menu-tag "on" t)))
248
249 (defcustom gnus-summary-default-score 0
250   "*Default article score level.
251 All scores generated by the score files will be added to this score.
252 If this variable is nil, scoring will be disabled."
253   :group 'gnus-score-default
254   :type '(choice (const :tag "disable")
255                  integer))
256
257 (defcustom gnus-summary-default-high-score 0
258   "*Default threshold for a high scored article.
259 An article will be highlighted as high scored if its score is greater
260 than this score."
261   :version "22.1"
262   :group 'gnus-score-default
263   :type 'integer)
264
265 (defcustom gnus-summary-default-low-score 0
266   "*Default threshold for a low scored article.
267 An article will be highlighted as low scored if its score is smaller
268 than this score."
269   :version "22.1"
270   :group 'gnus-score-default
271   :type 'integer)
272
273 (defcustom gnus-summary-zcore-fuzz 0
274   "*Fuzziness factor for the zcore in the summary buffer.
275 Articles with scores closer than this to `gnus-summary-default-score'
276 will not be marked."
277   :group 'gnus-summary-format
278   :type 'integer)
279
280 (defcustom gnus-simplify-subject-fuzzy-regexp nil
281   "*Strings to be removed when doing fuzzy matches.
282 This can either be a regular expression or list of regular expressions
283 that will be removed from subject strings if fuzzy subject
284 simplification is selected."
285   :group 'gnus-thread
286   :type '(repeat regexp))
287
288 (defcustom gnus-show-threads t
289   "*If non-nil, display threads in summary mode."
290   :group 'gnus-thread
291   :type 'boolean)
292
293 (defcustom gnus-thread-hide-subtree nil
294   "*If non-nil, hide all threads initially.
295 This can be a predicate specifier which says which threads to hide.
296 If threads are hidden, you have to run the command
297 `gnus-summary-show-thread' by hand or select an article."
298   :group 'gnus-thread
299   :type '(radio (sexp :format "Non-nil\n"
300                       :match (lambda (widget value)
301                                (not (or (consp value) (functionp value))))
302                       :value t)
303                 (const nil)
304                 (sexp :tag "Predicate specifier")))
305
306 (defcustom gnus-thread-hide-killed t
307   "*If non-nil, hide killed threads automatically."
308   :group 'gnus-thread
309   :type 'boolean)
310
311 (defcustom gnus-thread-ignore-subject t
312   "*If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
313 If nil, articles that have different subjects from their parents will
314 start separate threads."
315   :group 'gnus-thread
316   :type 'boolean)
317
318 (defcustom gnus-thread-operation-ignore-subject t
319   "*If non-nil, subjects will be ignored when doing thread commands.
320 This affects commands like `gnus-summary-kill-thread' and
321 `gnus-summary-lower-thread'.
322
323 If this variable is nil, articles in the same thread with different
324 subjects will not be included in the operation in question.  If this
325 variable is `fuzzy', only articles that have subjects that are fuzzily
326 equal will be included."
327   :group 'gnus-thread
328   :type '(choice (const :tag "off" nil)
329                  (const fuzzy)
330                  (sexp :tag "on" t)))
331
332 (defcustom gnus-thread-indent-level 4
333   "*Number that says how much each sub-thread should be indented."
334   :group 'gnus-thread
335   :type 'integer)
336
337 (defcustom gnus-auto-extend-newsgroup t
338   "*If non-nil, extend newsgroup forward and backward when requested."
339   :group 'gnus-summary-choose
340   :type 'boolean)
341
342 (defcustom gnus-auto-select-first t
343   "If non-nil, select an article on group entry.
344 An article is selected automatically when entering a group
345 e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or
346 `gnus-summary-catchup-and-goto-next-group'.
347
348 Which article is selected is controlled by the variable
349 `gnus-auto-select-subject'.
350
351 If you want to prevent automatic selection of articles in some
352 newsgroups, set the variable to nil in `gnus-select-group-hook'."
353   ;; Commands include...
354   ;; \\<gnus-group-mode-map>\\[gnus-group-read-group]
355   ;; \\<gnus-summary-mode-map>\\[gnus-summary-next-page]
356   ;; \\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]
357   :group 'gnus-group-select
358   :type '(choice (const :tag "none" nil)
359                  (sexp :menu-tag "first" t)))
360
361 (defcustom gnus-auto-select-subject 'unseen-or-unread
362   "*Says what subject to place under point when entering a group.
363
364 This variable can either be the symbols `first' (place point on the
365 first subject), `unread' (place point on the subject line of the first
366 unread article), `best' (place point on the subject line of the
367 highest-scored article), `unseen' (place point on the subject line of
368 the first unseen article), `unseen-or-unread' (place point on the subject
369 line of the first unseen article or, if all articles have been seen, on the
370 subject line of the first unread article), or a function to be called to
371 place point on some subject line."
372   :version "24.1"
373   :group 'gnus-group-select
374   :type '(choice (const best)
375                  (const unread)
376                  (const first)
377                  (const unseen)
378                  (const unseen-or-unread)
379                  (function :tag "Function to call")))
380
381 (defcustom gnus-auto-select-next t
382   "*If non-nil, offer to go to the next group from the end of the previous.
383 If the value is t and the next newsgroup is empty, Gnus will exit
384 summary mode and go back to group mode.  If the value is neither nil
385 nor t, Gnus will select the following unread newsgroup.  In
386 particular, if the value is the symbol `quietly', the next unread
387 newsgroup will be selected without any confirmation, and if it is
388 `almost-quietly', the next group will be selected without any
389 confirmation if you are located on the last article in the group.
390 Finally, if this variable is `slightly-quietly', the `\\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]' command
391 will go to the next group without confirmation."
392   :group 'gnus-summary-maneuvering
393   :type '(choice (const :tag "off" nil)
394                  (const quietly)
395                  (const almost-quietly)
396                  (const slightly-quietly)
397                  (sexp :menu-tag "on" t)))
398
399 (defcustom gnus-auto-select-same nil
400   "*If non-nil, select the next article with the same subject.
401 If there are no more articles with the same subject, go to
402 the first unread article."
403   :group 'gnus-summary-maneuvering
404   :type 'boolean)
405
406 (defcustom gnus-auto-select-on-ephemeral-exit 'next-noselect
407   "What article should be selected after exiting an ephemeral group.
408 Valid values include:
409
410 `next'
411   Select the next article.
412 `next-unread'
413   Select the next unread article.
414 `next-noselect'
415   Move the cursor to the next article.  This is the default.
416 `next-unread-noselect'
417   Move the cursor to the next unread article.
418
419 If it has any other value or there is no next (unread) article, the
420 article selected before entering to the ephemeral group will appear."
421   :version "23.1" ;; No Gnus
422   :group 'gnus-summary-maneuvering
423   :type '(choice :format "%{%t%}:\n %[Value Menu%] %v"
424                  (const next) (const next-unread)
425                  (const next-noselect) (const next-unread-noselect)
426                  (sexp :tag "other" :value nil)))
427
428 (defcustom gnus-auto-goto-ignores 'unfetched
429   "*Says how to handle unfetched articles when maneuvering.
430
431 This variable can either be the symbols nil (maneuver to any
432 article), `undownloaded' (maneuvering while unplugged ignores articles
433 that have not been fetched), `always-undownloaded' (maneuvering always
434 ignores articles that have not been fetched), `unfetched' (maneuvering
435 ignores articles whose headers have not been fetched).
436
437 NOTE: The list of unfetched articles will always be nil when plugged
438 and, when unplugged, a subset of the undownloaded article list."
439   :version "22.1"
440   :group 'gnus-summary-maneuvering
441   :type '(choice (const :tag "None" nil)
442                  (const :tag "Undownloaded when unplugged" undownloaded)
443                  (const :tag "Undownloaded" always-undownloaded)
444                  (const :tag "Unfetched" unfetched)))
445
446 (defcustom gnus-summary-check-current nil
447   "*If non-nil, consider the current article when moving.
448 The \"unread\" movement commands will stay on the same line if the
449 current article is unread."
450   :group 'gnus-summary-maneuvering
451   :type 'boolean)
452
453 (defcustom gnus-auto-center-summary 2
454   "*If non-nil, always center the current summary buffer.
455 In particular, if `vertical' do only vertical recentering.  If non-nil
456 and non-`vertical', do both horizontal and vertical recentering."
457   :group 'gnus-summary-maneuvering
458   :type '(choice (const :tag "none" nil)
459                  (const vertical)
460                  (integer :tag "height")
461                  (sexp :menu-tag "both" t)))
462
463 (defcustom gnus-auto-center-group t
464   "If non-nil, always center the group buffer."
465   :group 'gnus-summary-maneuvering
466   :type 'boolean)
467
468 (defcustom gnus-show-all-headers nil
469   "*If non-nil, don't hide any headers."
470   :group 'gnus-article-hiding
471   :group 'gnus-article-headers
472   :type 'boolean)
473
474 (defcustom gnus-summary-ignore-duplicates nil
475   "*If non-nil, ignore articles with identical Message-ID headers."
476   :group 'gnus-summary
477   :type 'boolean)
478
479 (defcustom gnus-single-article-buffer nil
480   "*If non-nil, display all articles in the same buffer.
481 If nil, each group will get its own article buffer."
482   :version "24.1"
483   :group 'gnus-article-various
484   :type 'boolean)
485
486 (defcustom gnus-widen-article-window nil
487   "If non-nil, selecting the article buffer will display only the article buffer."
488   :version "24.1"
489   :group 'gnus-article-various
490   :type 'boolean)
491
492 (defcustom gnus-break-pages t
493   "*If non-nil, do page breaking on articles.
494 The page delimiter is specified by the `gnus-page-delimiter'
495 variable."
496   :group 'gnus-article-various
497   :type 'boolean)
498
499 (defcustom gnus-move-split-methods nil
500   "*Variable used to suggest where articles are to be moved to.
501 It uses the same syntax as the `gnus-split-methods' variable.
502 However, whereas `gnus-split-methods' specifies file names as targets,
503 this variable specifies group names."
504   :group 'gnus-summary-mail
505   :type '(repeat (choice (list :value (fun) function)
506                          (cons :value ("" "") regexp (repeat string))
507                          (sexp :value nil))))
508
509 (defcustom gnus-move-group-prefix-function 'gnus-group-real-prefix
510   "Function used to compute default prefix for article move/copy/etc prompts.
511 The function should take one argument, a group name, and return a
512 string with the suggested prefix."
513   :group 'gnus-summary-mail
514   :type 'function)
515
516 ;; FIXME: Although the custom type is `character' for the following variables,
517 ;; using multibyte characters (Latin-1, UTF-8) doesn't work.  -- rs
518
519 (defcustom gnus-unread-mark ?           ;Whitespace
520   "*Mark used for unread articles."
521   :group 'gnus-summary-marks
522   :type 'character)
523
524 (defcustom gnus-ticked-mark ?!
525   "*Mark used for ticked articles."
526   :group 'gnus-summary-marks
527   :type 'character)
528
529 (defcustom gnus-dormant-mark ??
530   "*Mark used for dormant articles."
531   :group 'gnus-summary-marks
532   :type 'character)
533
534 (defcustom gnus-del-mark ?r
535   "*Mark used for del'd articles."
536   :group 'gnus-summary-marks
537   :type 'character)
538
539 (defcustom gnus-read-mark ?R
540   "*Mark used for read articles."
541   :group 'gnus-summary-marks
542   :type 'character)
543
544 (defcustom gnus-expirable-mark ?E
545   "*Mark used for expirable articles."
546   :group 'gnus-summary-marks
547   :type 'character)
548
549 (defcustom gnus-killed-mark ?K
550   "*Mark used for killed articles."
551   :group 'gnus-summary-marks
552   :type 'character)
553
554 (defcustom gnus-spam-mark ?$
555   "*Mark used for spam articles."
556   :version "22.1"
557   :group 'gnus-summary-marks
558   :type 'character)
559
560 (defcustom gnus-kill-file-mark ?X
561   "*Mark used for articles killed by kill files."
562   :group 'gnus-summary-marks
563   :type 'character)
564
565 (defcustom gnus-low-score-mark ?Y
566   "*Mark used for articles with a low score."
567   :group 'gnus-summary-marks
568   :type 'character)
569
570 (defcustom gnus-catchup-mark ?C
571   "*Mark used for articles that are caught up."
572   :group 'gnus-summary-marks
573   :type 'character)
574
575 (defcustom gnus-replied-mark ?A
576   "*Mark used for articles that have been replied to."
577   :group 'gnus-summary-marks
578   :type 'character)
579
580 (defcustom gnus-forwarded-mark ?F
581   "*Mark used for articles that have been forwarded."
582   :version "22.1"
583   :group 'gnus-summary-marks
584   :type 'character)
585
586 (defcustom gnus-recent-mark ?N
587   "*Mark used for articles that are recent."
588   :version "22.1"
589   :group 'gnus-summary-marks
590   :type 'character)
591
592 (defcustom gnus-cached-mark ?*
593   "*Mark used for articles that are in the cache."
594   :group 'gnus-summary-marks
595   :type 'character)
596
597 (defcustom gnus-saved-mark ?S
598   "*Mark used for articles that have been saved."
599   :group 'gnus-summary-marks
600   :type 'character)
601
602 (defcustom gnus-unseen-mark ?.
603   "*Mark used for articles that haven't been seen."
604   :version "22.1"
605   :group 'gnus-summary-marks
606   :type 'character)
607
608 (defcustom gnus-no-mark ?               ;Whitespace
609   "*Mark used for articles that have no other secondary mark."
610   :version "22.1"
611   :group 'gnus-summary-marks
612   :type 'character)
613
614 (defcustom gnus-ancient-mark ?O
615   "*Mark used for ancient articles."
616   :group 'gnus-summary-marks
617   :type 'character)
618
619 (defcustom gnus-sparse-mark ?Q
620   "*Mark used for sparsely reffed articles."
621   :group 'gnus-summary-marks
622   :type 'character)
623
624 (defcustom gnus-canceled-mark ?G
625   "*Mark used for canceled articles."
626   :group 'gnus-summary-marks
627   :type 'character)
628
629 (defcustom gnus-duplicate-mark ?M
630   "*Mark used for duplicate articles."
631   :group 'gnus-summary-marks
632   :type 'character)
633
634 (defcustom gnus-undownloaded-mark ?-
635   "*Mark used for articles that weren't downloaded."
636   :version "22.1"
637   :group 'gnus-summary-marks
638   :type 'character)
639
640 (defcustom gnus-downloaded-mark ?+
641   "*Mark used for articles that were downloaded."
642   :group 'gnus-summary-marks
643   :type 'character)
644
645 (defcustom gnus-downloadable-mark ?%
646   "*Mark used for articles that are to be downloaded."
647   :group 'gnus-summary-marks
648   :type 'character)
649
650 (defcustom gnus-unsendable-mark ?=
651   "*Mark used for articles that won't be sent."
652   :group 'gnus-summary-marks
653   :type 'character)
654
655 (defcustom gnus-score-over-mark ?+
656   "*Score mark used for articles with high scores."
657   :group 'gnus-summary-marks
658   :type 'character)
659
660 (defcustom gnus-score-below-mark ?-
661   "*Score mark used for articles with low scores."
662   :group 'gnus-summary-marks
663   :type 'character)
664
665 (defcustom gnus-empty-thread-mark ?     ;Whitespace
666   "*There is no thread under the article."
667   :group 'gnus-summary-marks
668   :type 'character)
669
670 (defcustom gnus-not-empty-thread-mark ?=
671   "*There is a thread under the article."
672   :group 'gnus-summary-marks
673   :type 'character)
674
675 (defcustom gnus-view-pseudo-asynchronously nil
676   "*If non-nil, Gnus will view pseudo-articles asynchronously."
677   :group 'gnus-extract-view
678   :type 'boolean)
679
680 (defcustom gnus-auto-expirable-marks
681   (list gnus-killed-mark gnus-del-mark gnus-catchup-mark
682         gnus-low-score-mark gnus-ancient-mark gnus-read-mark
683         gnus-duplicate-mark)
684   "*The list of marks converted into expiration if a group is auto-expirable."
685   :version "24.1"
686   :group 'gnus-summary
687   :type '(repeat character))
688
689 (defcustom gnus-inhibit-user-auto-expire t
690   "*If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on."
691   :version "21.1"
692   :group 'gnus-summary
693   :type 'boolean)
694
695 (defcustom gnus-mark-copied-or-moved-articles-as-expirable nil
696   "If non-nil, mark articles copied or moved to auto-expire group as expirable.
697 If nil, the expirable marks will be unchanged except that the marks
698 will be removed when copying or moving articles to a group that has
699 not turned auto-expire on.  If non-nil, articles that have been read
700 will be marked as expirable when being copied or moved to a group in
701 which auto-expire is turned on."
702   :version "23.2"
703   :type 'boolean
704   :group 'gnus-summary-marks)
705
706 (defcustom gnus-view-pseudos nil
707   "*If `automatic', pseudo-articles will be viewed automatically.
708 If `not-confirm', pseudos will be viewed automatically, and the user
709 will not be asked to confirm the command."
710   :group 'gnus-extract-view
711   :type '(choice (const :tag "off" nil)
712                  (const automatic)
713                  (const not-confirm)))
714
715 (defcustom gnus-view-pseudos-separately t
716   "*If non-nil, one pseudo-article will be created for each file to be viewed.
717 If nil, all files that use the same viewing command will be given as a
718 list of parameters to that command."
719   :group 'gnus-extract-view
720   :type 'boolean)
721
722 (defcustom gnus-insert-pseudo-articles t
723   "*If non-nil, insert pseudo-articles when decoding articles."
724   :group 'gnus-extract-view
725   :type 'boolean)
726
727 (defcustom gnus-summary-dummy-line-format
728   "   %(:                             :%) %S\n"
729   "*The format specification for the dummy roots in the summary buffer.
730 It works along the same lines as a normal formatting string,
731 with some simple extensions.
732
733 %S  The subject
734
735 General format specifiers can also be used.
736 See `(gnus)Formatting Variables'."
737   :link '(custom-manual "(gnus)Formatting Variables")
738   :group 'gnus-threading
739   :type 'string)
740
741 (defcustom gnus-summary-mode-line-format "Gnus: %g [%A] %Z"
742   "*The format specification for the summary mode line.
743 It works along the same lines as a normal formatting string,
744 with some simple extensions:
745
746 %G  Group name
747 %p  Unprefixed group name
748 %A  Current article number
749 %z  Current article score
750 %V  Gnus version
751 %U  Number of unread articles in the group
752 %e  Number of unselected articles in the group
753 %Z  A string with unread/unselected article counts
754 %g  Shortish group name
755 %S  Subject of the current article
756 %u  User-defined spec
757 %s  Current score file name
758 %d  Number of dormant articles
759 %r  Number of articles that have been marked as read in this session
760 %E  Number of articles expunged by the score files"
761   :group 'gnus-summary-format
762   :type 'string)
763
764 (defcustom gnus-list-identifiers nil
765   "Regexp that matches list identifiers to be removed from subject.
766 This can also be a list of regexps."
767   :version "21.1"
768   :group 'gnus-summary-format
769   :group 'gnus-article-hiding
770   :type '(choice (const :tag "none" nil)
771                  (regexp :value ".*")
772                  (repeat :value (".*") regexp)))
773
774 (defcustom gnus-summary-mark-below 0
775   "*Mark all articles with a score below this variable as read.
776 This variable is local to each summary buffer and usually set by the
777 score file."
778   :group 'gnus-score-default
779   :type 'integer)
780
781 (defun gnus-widget-reversible-match (widget value)
782   "Ignoring WIDGET, convert VALUE to internal form.
783 VALUE should have the form `FOO' or `(not FOO)', where FOO is an symbol."
784   ;; (debug value)
785   (or (symbolp value)
786       (and (listp value)
787            (eq (length value) 2)
788            (eq (nth 0 value) 'not)
789            (symbolp (nth 1 value)))))
790
791 (defun gnus-widget-reversible-to-internal (widget value)
792   "Ignoring WIDGET, convert VALUE to internal form.
793 VALUE should have the form `FOO' or `(not FOO)', where FOO is an atom.
794 FOO is converted to (FOO nil) and (not FOO) is converted to (FOO t)."
795   ;; (debug value)
796   (if (atom value)
797       (list value nil)
798     (list (nth 1 value) t)))
799
800 (defun gnus-widget-reversible-to-external (widget value)
801   "Ignoring WIDGET, convert VALUE to external form.
802 VALUE should have the form `(FOO nil)' or `(FOO t)', where FOO is an atom.
803 \(FOO  nil) is converted to FOO and (FOO t) is converted to (not FOO)."
804   ;; (debug value)
805   (if (nth 1 value)
806       (list 'not (nth 0 value))
807     (nth 0 value)))
808
809 (define-widget 'gnus-widget-reversible 'group
810   "A `group' that convert values."
811   :match 'gnus-widget-reversible-match
812   :value-to-internal 'gnus-widget-reversible-to-internal
813   :value-to-external 'gnus-widget-reversible-to-external)
814
815 (defcustom gnus-article-sort-functions '(gnus-article-sort-by-number)
816   "*List of functions used for sorting articles in the summary buffer.
817
818 Each function takes two articles and returns non-nil if the first
819 article should be sorted before the other.  If you use more than one
820 function, the primary sort function should be the last.  You should
821 probably always include `gnus-article-sort-by-number' in the list of
822 sorting functions -- preferably first.  Also note that sorting by date
823 is often much slower than sorting by number, and the sorting order is
824 very similar.  (Sorting by date means sorting by the time the message
825 was sent, sorting by number means sorting by arrival time.)
826
827 Each item can also be a list `(not F)' where F is a function;
828 this reverses the sort order.
829
830 Ready-made functions include `gnus-article-sort-by-number',
831 `gnus-article-sort-by-author', `gnus-article-sort-by-subject',
832 `gnus-article-sort-by-date', `gnus-article-sort-by-random'
833 and `gnus-article-sort-by-score'.
834
835 When threading is turned on, the variable `gnus-thread-sort-functions'
836 controls how articles are sorted."
837   :group 'gnus-summary-sort
838   :type '(repeat (gnus-widget-reversible
839                   (choice (function-item gnus-article-sort-by-number)
840                           (function-item gnus-article-sort-by-author)
841                           (function-item gnus-article-sort-by-subject)
842                           (function-item gnus-article-sort-by-date)
843                           (function-item gnus-article-sort-by-score)
844                           (function-item gnus-article-sort-by-random)
845                           (function :tag "other"))
846                   (boolean :tag "Reverse order"))))
847
848
849 (defcustom gnus-thread-sort-functions '(gnus-thread-sort-by-number)
850   "*List of functions used for sorting threads in the summary buffer.
851 By default, threads are sorted by article number.
852
853 Each function takes two threads and returns non-nil if the first
854 thread should be sorted before the other.  If you use more than one
855 function, the primary sort function should be the last.  You should
856 probably always include `gnus-thread-sort-by-number' in the list of
857 sorting functions -- preferably first.  Also note that sorting by date
858 is often much slower than sorting by number, and the sorting order is
859 very similar.  (Sorting by date means sorting by the time the message
860 was sent, sorting by number means sorting by arrival time.)
861
862 Each list item can also be a list `(not F)' where F is a
863 function; this specifies reversed sort order.
864
865 Ready-made functions include `gnus-thread-sort-by-number',
866 `gnus-thread-sort-by-author', `gnus-thread-sort-by-recipient'
867 `gnus-thread-sort-by-subject', `gnus-thread-sort-by-date',
868 `gnus-thread-sort-by-score', `gnus-thread-sort-by-most-recent-number',
869 `gnus-thread-sort-by-most-recent-date', `gnus-thread-sort-by-random',
870 and `gnus-thread-sort-by-total-score' (see
871 `gnus-thread-score-function').
872
873 When threading is turned off, the variable
874 `gnus-article-sort-functions' controls how articles are sorted."
875   :group 'gnus-summary-sort
876   :type '(repeat
877           (gnus-widget-reversible
878            (choice (function-item gnus-thread-sort-by-number)
879                    (function-item gnus-thread-sort-by-author)
880                    (function-item gnus-thread-sort-by-recipient)
881                    (function-item gnus-thread-sort-by-subject)
882                    (function-item gnus-thread-sort-by-date)
883                    (function-item gnus-thread-sort-by-score)
884                    (function-item gnus-thread-sort-by-most-recent-number)
885                    (function-item gnus-thread-sort-by-most-recent-date)
886                    (function-item gnus-thread-sort-by-random)
887                    (function-item gnus-thread-sort-by-total-score)
888                    (function :tag "other"))
889            (boolean :tag "Reverse order"))))
890
891 (defcustom gnus-thread-score-function '+
892   "*Function used for calculating the total score of a thread.
893
894 The function is called with the scores of the article and each
895 subthread and should then return the score of the thread.
896
897 Some functions you can use are `+', `max', or `min'."
898   :group 'gnus-summary-sort
899   :type 'function)
900
901 (defcustom gnus-summary-expunge-below nil
902   "All articles that have a score less than this variable will be expunged.
903 This variable is local to the summary buffers."
904   :group 'gnus-score-default
905   :type '(choice (const :tag "off" nil)
906                  integer))
907
908 (defcustom gnus-thread-expunge-below nil
909   "All threads that have a total score less than this variable will be expunged.
910 See `gnus-thread-score-function' for en explanation of what a
911 \"thread score\" is.
912
913 This variable is local to the summary buffers."
914   :group 'gnus-threading
915   :group 'gnus-score-default
916   :type '(choice (const :tag "off" nil)
917                  integer))
918
919 (defcustom gnus-summary-mode-hook nil
920   "*A hook for Gnus summary mode.
921 This hook is run before any variables are set in the summary buffer."
922   :options '(turn-on-gnus-mailing-list-mode gnus-pick-mode)
923   :group 'gnus-summary-various
924   :type 'hook)
925
926 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
927 (when (featurep 'xemacs)
928   (add-hook 'gnus-summary-mode-hook 'gnus-xmas-summary-menu-add)
929   (add-hook 'gnus-summary-mode-hook 'gnus-xmas-setup-summary-toolbar)
930   (add-hook 'gnus-summary-mode-hook
931             'gnus-xmas-switch-horizontal-scrollbar-off))
932
933 (defcustom gnus-summary-menu-hook nil
934   "*Hook run after the creation of the summary mode menu."
935   :group 'gnus-summary-visual
936   :type 'hook)
937
938 (defcustom gnus-summary-exit-hook nil
939   "*A hook called on exit from the summary buffer.
940 It will be called with point in the group buffer."
941   :group 'gnus-summary-exit
942   :type 'hook)
943
944 (defcustom gnus-summary-prepare-hook nil
945   "*A hook called after the summary buffer has been generated.
946 If you want to modify the summary buffer, you can use this hook."
947   :group 'gnus-summary-various
948   :type 'hook)
949
950 (defcustom gnus-summary-prepared-hook nil
951   "*A hook called as the last thing after the summary buffer has been generated."
952   :group 'gnus-summary-various
953   :type 'hook)
954
955 (defcustom gnus-summary-generate-hook nil
956   "*A hook run just before generating the summary buffer.
957 This hook is commonly used to customize threading variables and the
958 like."
959   :group 'gnus-summary-various
960   :type 'hook)
961
962 (defcustom gnus-select-group-hook nil
963   "*A hook called when a newsgroup is selected.
964
965 If you'd like to simplify subjects like the
966 `gnus-summary-next-same-subject' command does, you can use the
967 following hook:
968
969  (add-hook gnus-select-group-hook
970            (lambda ()
971              (mapcar (lambda (header)
972                        (mail-header-set-subject
973                         header
974                         (gnus-simplify-subject
975                          (mail-header-subject header) 're-only)))
976                      gnus-newsgroup-headers)))"
977   :group 'gnus-group-select
978   :type 'hook)
979
980 (defcustom gnus-select-article-hook nil
981   "*A hook called when an article is selected."
982   :group 'gnus-summary-choose
983   :options '(gnus-agent-fetch-selected-article)
984   :type 'hook)
985
986 (defcustom gnus-visual-mark-article-hook
987   (list 'gnus-highlight-selected-summary)
988   "*Hook run after selecting an article in the summary buffer.
989 It is meant to be used for highlighting the article in some way.  It
990 is not run if `gnus-visual' is nil."
991   :group 'gnus-summary-visual
992   :type 'hook)
993
994 (defcustom gnus-parse-headers-hook nil
995   "*A hook called before parsing the headers."
996   :group 'gnus-various
997   :type 'hook)
998
999 (defcustom gnus-exit-group-hook nil
1000   "*A hook called when exiting summary mode.
1001 This hook is not called from the non-updating exit commands like `Q'."
1002   :group 'gnus-various
1003   :type 'hook)
1004
1005 (defcustom gnus-summary-update-hook nil
1006   "*A hook called when a summary line is changed.
1007 The hook will not be called if `gnus-visual' is nil.
1008
1009 The default function `gnus-summary-highlight-line' will
1010 highlight the line according to the `gnus-summary-highlight'
1011 variable."
1012   :group 'gnus-summary-visual
1013   :type 'hook)
1014
1015 (defcustom gnus-mark-article-hook '(gnus-summary-mark-read-and-unread-as-read)
1016   "*A hook called when an article is selected for the first time.
1017 The hook is intended to mark an article as read (or unread)
1018 automatically when it is selected."
1019   :group 'gnus-summary-choose
1020   :type 'hook)
1021
1022 (defcustom gnus-group-no-more-groups-hook nil
1023   "*A hook run when returning to group mode having no more (unread) groups."
1024   :group 'gnus-group-select
1025   :type 'hook)
1026
1027 (defcustom gnus-ps-print-hook nil
1028   "*A hook run before ps-printing something from Gnus."
1029   :group 'gnus-summary
1030   :type 'hook)
1031
1032 (defcustom gnus-summary-article-move-hook nil
1033   "*A hook called after an article is moved, copied, respooled, or crossposted."
1034   :version "22.1"
1035   :group 'gnus-summary
1036   :type 'hook)
1037
1038 (defcustom gnus-summary-article-delete-hook nil
1039   "*A hook called after an article is deleted."
1040   :version "22.1"
1041   :group 'gnus-summary
1042   :type 'hook)
1043
1044 (defcustom gnus-summary-article-expire-hook nil
1045   "*A hook called after an article is expired."
1046   :version "22.1"
1047   :group 'gnus-summary
1048   :type 'hook)
1049
1050 (defcustom gnus-summary-display-arrow
1051   (and (fboundp 'display-graphic-p)
1052        (display-graphic-p))
1053   "*If non-nil, display an arrow highlighting the current article."
1054   :version "22.1"
1055   :group 'gnus-summary
1056   :type 'boolean)
1057
1058 (defcustom gnus-summary-selected-face 'gnus-summary-selected
1059   "Face used for highlighting the current article in the summary buffer."
1060   :group 'gnus-summary-visual
1061   :type 'face)
1062
1063 (defvar gnus-tmp-downloaded nil)
1064
1065 (defcustom gnus-summary-highlight
1066   '(((eq mark gnus-canceled-mark)
1067      . gnus-summary-cancelled)
1068     ((and uncached (> score default-high))
1069      . gnus-summary-high-undownloaded)
1070     ((and uncached (< score default-low))
1071      . gnus-summary-low-undownloaded)
1072     (uncached
1073      . gnus-summary-normal-undownloaded)
1074     ((and (> score default-high)
1075           (or (eq mark gnus-dormant-mark)
1076               (eq mark gnus-ticked-mark)))
1077      . gnus-summary-high-ticked)
1078     ((and (< score default-low)
1079           (or (eq mark gnus-dormant-mark)
1080               (eq mark gnus-ticked-mark)))
1081      . gnus-summary-low-ticked)
1082     ((or (eq mark gnus-dormant-mark)
1083          (eq mark gnus-ticked-mark))
1084      . gnus-summary-normal-ticked)
1085     ((and (> score default-high) (eq mark gnus-ancient-mark))
1086      . gnus-summary-high-ancient)
1087     ((and (< score default-low) (eq mark gnus-ancient-mark))
1088      . gnus-summary-low-ancient)
1089     ((eq mark gnus-ancient-mark)
1090      . gnus-summary-normal-ancient)
1091     ((and (> score default-high) (eq mark gnus-unread-mark))
1092      . gnus-summary-high-unread)
1093     ((and (< score default-low) (eq mark gnus-unread-mark))
1094      . gnus-summary-low-unread)
1095     ((eq mark gnus-unread-mark)
1096      . gnus-summary-normal-unread)
1097     ((> score default-high)
1098      . gnus-summary-high-read)
1099     ((< score default-low)
1100      . gnus-summary-low-read)
1101     (t
1102      . gnus-summary-normal-read))
1103   "*Controls the highlighting of summary buffer lines.
1104
1105 A list of (FORM . FACE) pairs.  When deciding how a particular
1106 summary line should be displayed, each form is evaluated.  The content
1107 of the face field after the first true form is used.  You can change
1108 how those summary lines are displayed, by editing the face field.
1109
1110 You can use the following variables in the FORM field.
1111
1112 score:        The article's score.
1113 default:      The default article score.
1114 default-high: The default score for high scored articles.
1115 default-low:  The default score for low scored articles.
1116 below:        The score below which articles are automatically marked as read.
1117 mark:         The article's mark.
1118 uncached:     Non-nil if the article is uncached."
1119   :group 'gnus-summary-visual
1120   :type '(repeat (cons (sexp :tag "Form" nil)
1121                        face)))
1122 (put 'gnus-summary-highlight 'risky-local-variable t)
1123
1124 (defcustom gnus-alter-header-function nil
1125   "Function called to allow alteration of article header structures.
1126 The function is called with one parameter, the article header vector,
1127 which it may alter in any way."
1128   :type '(choice (const :tag "None" nil)
1129                  function)
1130   :group 'gnus-summary)
1131
1132 (defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string
1133   "Function used to decode a string with encoded words.")
1134
1135 (defvar gnus-decode-encoded-address-function
1136   'mail-decode-encoded-address-string
1137   "Function used to decode addresses with encoded words.")
1138
1139 (defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups)
1140   "*Extra headers to parse."
1141   :version "24.1"                       ; added Cc Keywords Gcc
1142   :group 'gnus-summary
1143   :type '(repeat symbol))
1144
1145 (defcustom gnus-ignored-from-addresses
1146   (and user-mail-address
1147        (not (string= user-mail-address ""))
1148        (regexp-quote user-mail-address))
1149   "*From headers that may be suppressed in favor of To headers.
1150 This can be a regexp or a list of regexps."
1151   :version "21.1"
1152   :group 'gnus-summary
1153   :type '(choice regexp
1154                  (repeat :tag "Regexp List" regexp)))
1155
1156 (defsubst gnus-ignored-from-addresses ()
1157   (gmm-regexp-concat gnus-ignored-from-addresses))
1158
1159 (defcustom gnus-summary-to-prefix "-> "
1160   "*String prefixed to the To field in the summary line when
1161 using `gnus-ignored-from-addresses'."
1162   :version "22.1"
1163   :group 'gnus-summary
1164   :type 'string)
1165
1166 (defcustom gnus-summary-newsgroup-prefix "=> "
1167   "*String prefixed to the Newsgroup field in the summary
1168 line when using `gnus-ignored-from-addresses'."
1169   :version "22.1"
1170   :group 'gnus-summary
1171   :type 'string)
1172
1173 (defcustom gnus-newsgroup-ignored-charsets '(unknown-8bit x-unknown)
1174   "List of charsets that should be ignored.
1175 When these charsets are used in the \"charset\" parameter, the
1176 default charset will be used instead."
1177   :version "21.1"
1178   :type '(repeat symbol)
1179   :group 'gnus-charset)
1180
1181 (defcustom gnus-newsgroup-maximum-articles nil
1182   "The maximum number of articles a newsgroup.
1183 If this is a number, old articles in a newsgroup exceeding this number
1184 are silently ignored.  If it is nil, no article is ignored.  Note that
1185 setting this variable to a number might prevent you from reading very
1186 old articles."
1187   :group 'gnus-group-select
1188   :version "22.2"
1189   :type '(choice (const :tag "No limit" nil)
1190                  integer))
1191
1192 (gnus-define-group-parameter
1193  ignored-charsets
1194  :type list
1195  :function-document
1196  "Return the ignored charsets of GROUP."
1197  :variable gnus-group-ignored-charsets-alist
1198  :variable-default
1199  '(("alt\\.chinese\\.text" iso-8859-1))
1200  :variable-document
1201  "Alist of regexps (to match group names) and charsets that should be ignored.
1202 When these charsets are used in the \"charset\" parameter, the
1203 default charset will be used instead."
1204  :variable-group gnus-charset
1205  :variable-type '(repeat (cons (regexp :tag "Group")
1206                                (repeat symbol)))
1207  :parameter-type '(choice :tag "Ignored charsets"
1208                           :value nil
1209                           (repeat (symbol)))
1210  :parameter-document       "\
1211 List of charsets that should be ignored.
1212
1213 When these charsets are used in the \"charset\" parameter, the
1214 default charset will be used instead.")
1215
1216 (defcustom gnus-group-highlight-words-alist nil
1217   "Alist of group regexps and highlight regexps.
1218 This variable uses the same syntax as `gnus-emphasis-alist'."
1219   :version "21.1"
1220   :type '(repeat (cons (regexp :tag "Group")
1221                        (repeat (list (regexp :tag "Highlight regexp")
1222                                      (number :tag "Group for entire word" 0)
1223                                      (number :tag "Group for displayed part" 0)
1224                                      (symbol :tag "Face"
1225                                              gnus-emphasis-highlight-words)))))
1226   :group 'gnus-summary-visual)
1227
1228 (defcustom gnus-summary-show-article-charset-alist
1229   nil
1230   "Alist of number and charset.
1231 The article will be shown with the charset corresponding to the
1232 numbered argument.
1233 For example: ((1 . cn-gb-2312) (2 . big5))."
1234   :version "21.1"
1235   :type '(repeat (cons (number :tag "Argument" 1)
1236                        (symbol :tag "Charset")))
1237   :group 'gnus-charset)
1238
1239 (defcustom gnus-preserve-marks t
1240   "Whether marks are preserved when moving, copying and respooling messages."
1241   :version "21.1"
1242   :type 'boolean
1243   :group 'gnus-summary-marks)
1244
1245 (defcustom gnus-propagate-marks nil
1246   "If non-nil, Gnus will store and retrieve marks from the backends.
1247 This means that marks will be stored both in .newsrc.eld and in
1248 the backend, and will slow operation down somewhat."
1249   :type 'boolean
1250   :group 'gnus-summary-marks)
1251
1252 (defcustom gnus-alter-articles-to-read-function nil
1253   "Function to be called to alter the list of articles to be selected."
1254   :type '(choice (const nil) function)
1255   :group 'gnus-summary)
1256
1257 (defcustom gnus-orphan-score nil
1258   "*All orphans get this score added.  Set in the score file."
1259   :group 'gnus-score-default
1260   :type '(choice (const nil)
1261                  integer))
1262
1263 (defcustom gnus-summary-save-parts-default-mime "image/.*"
1264   "*A regexp to match MIME parts when saving multiple parts of a
1265 message with `gnus-summary-save-parts' (\\<gnus-summary-mode-map>\\[gnus-summary-save-parts]).
1266 This regexp will be used by default when prompting the user for which
1267 type of files to save."
1268   :group 'gnus-summary
1269   :type 'regexp)
1270
1271 (defcustom gnus-read-all-available-headers nil
1272   "Whether Gnus should parse all headers made available to it.
1273 This is mostly relevant for slow back ends where the user may
1274 wish to widen the summary buffer to include all headers
1275 that were fetched."
1276   :version "22.1"
1277   :group 'gnus-summary
1278   :type '(choice boolean regexp))
1279
1280 (defcustom gnus-summary-pipe-output-default-command nil
1281   "Command (and optional arguments) used to pipe article to subprocess.
1282 This will be used as the default command if it is non-nil.  The value
1283 will be updated if you modify it when executing the command
1284 `gnus-summary-pipe-output' or the function `gnus-summary-save-in-pipe'."
1285   :version "23.1" ;; No Gnus
1286   :group 'gnus-summary
1287   :type '(radio (const :tag "None" nil) (string :tag "Command")))
1288
1289 (defcustom gnus-summary-muttprint-program "muttprint"
1290   "Command (and optional arguments) used to run Muttprint.
1291 The value will be updated if you modify it when executing the command
1292 `gnus-summary-muttprint'."
1293   :version "22.1"
1294   :group 'gnus-summary
1295   :type 'string)
1296
1297 (defcustom gnus-article-loose-mime t
1298   "If non-nil, don't require MIME-Version header.
1299 Some brain-damaged MUA/MTA, e.g. Lotus Domino 5.0.6 clients, does not
1300 supply the MIME-Version header or deliberately strip it from the mail.
1301 If non-nil (the default), Gnus will treat some articles as MIME
1302 even if the MIME-Version header is missing."
1303   :version "22.1"
1304   :type 'boolean
1305   :group 'gnus-article-mime)
1306
1307 (defcustom gnus-article-emulate-mime t
1308   "If non-nil, use MIME emulation for uuencode and the like.
1309 This means that Gnus will search message bodies for text that look
1310 like uuencoded bits, yEncoded bits, and so on, and present that using
1311 the normal Gnus MIME machinery."
1312   :version "22.1"
1313   :type 'boolean
1314   :group 'gnus-article-mime)
1315
1316 ;;; Internal variables
1317
1318 (defvar gnus-summary-display-cache nil)
1319 (defvar gnus-article-mime-handles nil)
1320 (defvar gnus-article-decoded-p nil)
1321 (defvar gnus-article-charset nil)
1322 (defvar gnus-article-ignored-charsets nil)
1323 (defvar gnus-scores-exclude-files nil)
1324 (defvar gnus-page-broken nil)
1325
1326 (defvar gnus-original-article nil)
1327 (defvar gnus-article-internal-prepare-hook nil)
1328 (defvar gnus-newsgroup-process-stack nil)
1329
1330 (defvar gnus-thread-indent-array nil)
1331 (defvar gnus-thread-indent-array-level gnus-thread-indent-level)
1332 (defvar gnus-sort-gathered-threads-function 'gnus-thread-sort-by-number
1333   "Function called to sort the articles within a thread after it has been gathered together.")
1334
1335 (defvar gnus-summary-save-parts-type-history nil)
1336 (defvar gnus-summary-save-parts-last-directory mm-default-directory)
1337
1338 ;; Avoid highlighting in kill files.
1339 (defvar gnus-summary-inhibit-highlight nil)
1340 (defvar gnus-newsgroup-selected-overlay nil)
1341 (defvar gnus-inhibit-limiting nil)
1342 (defvar gnus-newsgroup-adaptive-score-file nil)
1343 (defvar gnus-current-score-file nil)
1344 (defvar gnus-current-move-group nil)
1345 (defvar gnus-current-copy-group nil)
1346 (defvar gnus-current-crosspost-group nil)
1347 (defvar gnus-newsgroup-display nil)
1348
1349 (defvar gnus-newsgroup-dependencies nil)
1350 (defvar gnus-newsgroup-adaptive nil)
1351 (defvar gnus-summary-display-article-function nil)
1352 (defvar gnus-summary-highlight-line-function nil
1353   "Function called after highlighting a summary line.")
1354
1355 (defvar gnus-summary-line-format-alist
1356   `((?N ,(macroexpand '(mail-header-number gnus-tmp-header)) ?d)
1357     (?S ,(macroexpand '(mail-header-subject gnus-tmp-header)) ?s)
1358     (?s gnus-tmp-subject-or-nil ?s)
1359     (?n gnus-tmp-name ?s)
1360     (?A (car (cdr (funcall gnus-extract-address-components gnus-tmp-from)))
1361         ?s)
1362     (?a (or (car (funcall gnus-extract-address-components gnus-tmp-from))
1363             gnus-tmp-from) ?s)
1364     (?F gnus-tmp-from ?s)
1365     (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s)
1366     (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s)
1367     (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s)
1368     (?o (gnus-date-iso8601 (mail-header-date gnus-tmp-header)) ?s)
1369     (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s)
1370     (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s)
1371     (?c (or (mail-header-chars gnus-tmp-header) 0) ?d)
1372     (?k (gnus-summary-line-message-size gnus-tmp-header) ?s)
1373     (?L gnus-tmp-lines ?s)
1374     (?Z (or ,(gnus-macroexpand-all
1375               '(nnir-article-rsv (mail-header-number gnus-tmp-header)))
1376             0) ?d)
1377     (?G (or ,(gnus-macroexpand-all
1378               '(nnir-article-group (mail-header-number gnus-tmp-header)))
1379             "") ?s)
1380     (?g (or ,(gnus-macroexpand-all
1381               '(gnus-group-short-name
1382                 (nnir-article-group (mail-header-number gnus-tmp-header))))
1383             "") ?s)
1384     (?O gnus-tmp-downloaded ?c)
1385     (?I gnus-tmp-indentation ?s)
1386     (?T (if (= gnus-tmp-level 0) "" (make-string (frame-width) ? )) ?s)
1387     (?R gnus-tmp-replied ?c)
1388     (?\[ gnus-tmp-opening-bracket ?c)
1389     (?\] gnus-tmp-closing-bracket ?c)
1390     (?\> (make-string gnus-tmp-level ? ) ?s)
1391     (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
1392     (?i gnus-tmp-score ?d)
1393     (?z gnus-tmp-score-char ?c)
1394     (?V (gnus-thread-total-score (and (boundp 'thread) (car thread))) ?d)
1395     (?U gnus-tmp-unread ?c)
1396     (?f (gnus-summary-from-or-to-or-newsgroups gnus-tmp-header gnus-tmp-from)
1397         ?s)
1398     (?t (gnus-summary-number-of-articles-in-thread
1399          (and (boundp 'thread) (car thread)) gnus-tmp-level)
1400         ?d)
1401     (?e (gnus-summary-number-of-articles-in-thread
1402          (and (boundp 'thread) (car thread)) gnus-tmp-level t)
1403         ?c)
1404     (?u gnus-tmp-user-defined ?s)
1405     (?P (gnus-pick-line-number) ?d)
1406     (?B gnus-tmp-thread-tree-header-string ?s)
1407     (user-date (gnus-user-date
1408                 ,(macroexpand '(mail-header-date gnus-tmp-header))) ?s))
1409   "An alist of format specifications that can appear in summary lines.
1410 These are paired with what variables they correspond with, along with
1411 the type of the variable (string, integer, character, etc).")
1412
1413 (defvar gnus-summary-dummy-line-format-alist
1414   `((?S gnus-tmp-subject ?s)
1415     (?N gnus-tmp-number ?d)
1416     (?u gnus-tmp-user-defined ?s)))
1417
1418 (defvar gnus-summary-mode-line-format-alist
1419   `((?G gnus-tmp-group-name ?s)
1420     (?g (gnus-short-group-name gnus-tmp-group-name) ?s)
1421     (?p (gnus-group-real-name gnus-tmp-group-name) ?s)
1422     (?A gnus-tmp-article-number ?d)
1423     (?Z gnus-tmp-unread-and-unselected ?s)
1424     (?V gnus-version ?s)
1425     (?U gnus-tmp-unread-and-unticked ?d)
1426     (?S gnus-tmp-subject ?s)
1427     (?e gnus-tmp-unselected ?d)
1428     (?u gnus-tmp-user-defined ?s)
1429     (?d (length gnus-newsgroup-dormant) ?d)
1430     (?t (length gnus-newsgroup-marked) ?d)
1431     (?h (length gnus-newsgroup-spam-marked) ?d)
1432     (?r (length gnus-newsgroup-reads) ?d)
1433     (?z (gnus-summary-article-score gnus-tmp-article-number) ?d)
1434     (?E gnus-newsgroup-expunged-tally ?d)
1435     (?s (gnus-current-score-file-nondirectory) ?s)))
1436
1437 ;; This is here rather than in gnus-art for compilation reasons.
1438 (defvar gnus-article-mode-line-format-alist
1439   (nconc '((?w (gnus-article-wash-status) ?s)
1440            (?m (gnus-article-mime-part-status) ?s))
1441          gnus-summary-mode-line-format-alist))
1442
1443 (defvar gnus-last-search-regexp nil
1444   "Default regexp for article search command.")
1445
1446 (defvar gnus-last-shell-command nil
1447   "Default shell command on article.")
1448
1449 (defvar gnus-newsgroup-agentized nil
1450   "Locally bound in each summary buffer to indicate whether the server has been agentized.")
1451 (defvar gnus-newsgroup-begin nil)
1452 (defvar gnus-newsgroup-end nil)
1453 (defvar gnus-newsgroup-last-rmail nil)
1454 (defvar gnus-newsgroup-last-mail nil)
1455 (defvar gnus-newsgroup-last-folder nil)
1456 (defvar gnus-newsgroup-last-file nil)
1457 (defvar gnus-newsgroup-last-directory nil)
1458 (defvar gnus-newsgroup-auto-expire nil)
1459 (defvar gnus-newsgroup-active nil)
1460 (defvar gnus-newsgroup-highest nil)
1461
1462 (defvar gnus-newsgroup-data nil)
1463 (defvar gnus-newsgroup-data-reverse nil)
1464 (defvar gnus-newsgroup-limit nil)
1465 (defvar gnus-newsgroup-limits nil)
1466 (defvar gnus-summary-use-undownloaded-faces nil)
1467
1468 (defvar gnus-newsgroup-unreads nil
1469   "Sorted list of unread articles in the current newsgroup.")
1470
1471 (defvar gnus-newsgroup-unselected nil
1472   "Sorted list of unselected unread articles in the current newsgroup.")
1473
1474 (defvar gnus-newsgroup-reads nil
1475   "Alist of read articles and article marks in the current newsgroup.")
1476
1477 (defvar gnus-newsgroup-expunged-tally nil)
1478
1479 (defvar gnus-newsgroup-marked nil
1480   "Sorted list of ticked articles in the current newsgroup (a subset of unread art).")
1481
1482 (defvar gnus-newsgroup-spam-marked nil
1483   "List of ranges of articles that have been marked as spam.")
1484
1485 (defvar gnus-newsgroup-killed nil
1486   "List of ranges of articles that have been through the scoring process.")
1487
1488 (defvar gnus-newsgroup-cached nil
1489   "Sorted list of articles that come from the article cache.")
1490
1491 (defvar gnus-newsgroup-saved nil
1492   "List of articles that have been saved.")
1493
1494 (defvar gnus-newsgroup-kill-headers nil)
1495
1496 (defvar gnus-newsgroup-replied nil
1497   "List of articles that have been replied to in the current newsgroup.")
1498
1499 (defvar gnus-newsgroup-forwarded nil
1500   "List of articles that have been forwarded in the current newsgroup.")
1501
1502 (defvar gnus-newsgroup-expirable nil
1503   "Sorted list of articles in the current newsgroup that can be expired.")
1504
1505 (defvar gnus-newsgroup-processable nil
1506   "List of articles in the current newsgroup that can be processed.")
1507
1508 (defvar gnus-newsgroup-downloadable nil
1509   "Sorted list of articles in the current newsgroup that can be processed.")
1510
1511 (defvar gnus-newsgroup-unfetched nil
1512   "Sorted list of articles in the current newsgroup whose headers have
1513 not been fetched into the agent.
1514
1515 This list will always be a subset of gnus-newsgroup-undownloaded.")
1516
1517 (defvar gnus-newsgroup-undownloaded nil
1518   "List of articles in the current newsgroup that haven't been downloaded.")
1519
1520 (defvar gnus-newsgroup-unsendable nil
1521   "List of articles in the current newsgroup that won't be sent.")
1522
1523 (defvar gnus-newsgroup-bookmarks nil
1524   "List of articles in the current newsgroup that have bookmarks.")
1525
1526 (defvar gnus-newsgroup-dormant nil
1527   "Sorted list of dormant articles in the current newsgroup.")
1528
1529 (defvar gnus-newsgroup-unseen nil
1530   "List of unseen articles in the current newsgroup.")
1531
1532 (defvar gnus-newsgroup-seen nil
1533   "Range of seen articles in the current newsgroup.")
1534
1535 (defvar gnus-newsgroup-articles nil
1536   "List of articles in the current newsgroup.")
1537
1538 (defvar gnus-newsgroup-scored nil
1539   "List of scored articles in the current newsgroup.")
1540
1541 (defvar gnus-newsgroup-headers nil
1542   "List of article headers in the current newsgroup.")
1543
1544 (defvar gnus-newsgroup-threads nil)
1545
1546 (defvar gnus-newsgroup-prepared nil
1547   "Whether the current group has been prepared properly.")
1548
1549 (defvar gnus-newsgroup-ancient nil
1550   "List of `gnus-fetch-old-headers' articles in the current newsgroup.")
1551
1552 (defvar gnus-newsgroup-sparse nil)
1553
1554 (defvar gnus-current-article nil)
1555 (defvar gnus-article-current nil)
1556 (defvar gnus-current-headers nil)
1557 (defvar gnus-have-all-headers nil)
1558 (defvar gnus-last-article nil)
1559 (defvar gnus-newsgroup-history nil)
1560 (defvar gnus-newsgroup-charset nil)
1561 (defvar gnus-newsgroup-ephemeral-charset nil)
1562 (defvar gnus-newsgroup-ephemeral-ignored-charsets nil)
1563
1564 (defvar gnus-article-before-search nil)
1565
1566 (defvar gnus-summary-local-variables
1567   '(gnus-newsgroup-name
1568
1569     ;; Marks lists
1570     gnus-newsgroup-unreads
1571     gnus-newsgroup-unselected
1572     gnus-newsgroup-marked
1573     gnus-newsgroup-spam-marked
1574     gnus-newsgroup-reads
1575     gnus-newsgroup-saved
1576     gnus-newsgroup-replied
1577     gnus-newsgroup-forwarded
1578     gnus-newsgroup-expirable
1579     gnus-newsgroup-killed
1580     gnus-newsgroup-unseen
1581     gnus-newsgroup-seen
1582     gnus-newsgroup-cached
1583     gnus-newsgroup-downloadable
1584     gnus-newsgroup-undownloaded
1585     gnus-newsgroup-unsendable
1586
1587     gnus-newsgroup-begin gnus-newsgroup-end
1588     gnus-newsgroup-last-rmail gnus-newsgroup-last-mail
1589     gnus-newsgroup-last-folder gnus-newsgroup-last-file
1590     gnus-newsgroup-last-directory
1591     gnus-newsgroup-auto-expire
1592     gnus-newsgroup-processable
1593     gnus-newsgroup-unfetched
1594     gnus-newsgroup-articles
1595     gnus-newsgroup-bookmarks gnus-newsgroup-dormant
1596     gnus-newsgroup-headers gnus-newsgroup-threads
1597     gnus-newsgroup-prepared gnus-summary-highlight-line-function
1598     gnus-current-article gnus-current-headers gnus-have-all-headers
1599     gnus-last-article gnus-article-internal-prepare-hook
1600     (gnus-summary-article-delete-hook . global)
1601     (gnus-summary-article-move-hook . global)
1602     gnus-newsgroup-dependencies gnus-newsgroup-selected-overlay
1603     gnus-newsgroup-scored gnus-newsgroup-kill-headers
1604     gnus-thread-expunge-below
1605     gnus-score-alist gnus-current-score-file
1606     (gnus-summary-expunge-below . global)
1607     (gnus-summary-mark-below . global)
1608     (gnus-orphan-score . global)
1609     gnus-newsgroup-active gnus-scores-exclude-files
1610     gnus-newsgroup-highest
1611     gnus-newsgroup-history gnus-newsgroup-ancient
1612     gnus-newsgroup-sparse gnus-newsgroup-process-stack
1613     (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring)
1614     gnus-newsgroup-adaptive-score-file (gnus-reffed-article-number . -1)
1615     (gnus-newsgroup-expunged-tally . 0)
1616     gnus-cache-removable-articles
1617     gnus-newsgroup-data gnus-newsgroup-data-reverse
1618     gnus-newsgroup-limit gnus-newsgroup-limits
1619     gnus-newsgroup-charset gnus-newsgroup-display
1620     gnus-summary-use-undownloaded-faces)
1621   "Variables that are buffer-local to the summary buffers.")
1622
1623 (defvar gnus-newsgroup-variables nil
1624   "A list of variables that have separate values in different newsgroups.
1625 A list of newsgroup (summary buffer) local variables, or cons of
1626 variables and their default expressions to be evalled (when the default
1627 values are not nil), that should be made global while the summary buffer
1628 is active.
1629
1630 Note: The default expressions will be evaluated (using function `eval')
1631 before assignment to the local variable rather than just assigned to it.
1632 If the default expression is the symbol `global', that symbol will not
1633 be evaluated but the global value of the local variable will be used
1634 instead.
1635
1636 These variables can be used to set variables in the group parameters
1637 while still allowing them to affect operations done in other buffers.
1638 For example:
1639
1640 \(setq gnus-newsgroup-variables
1641      '(message-use-followup-to
1642        (gnus-visible-headers .
1643          \"^From:\\\\|^Newsgroups:\\\\|^Subject:\\\\|^Date:\\\\|^To:\")))
1644 ")
1645
1646 (eval-when-compile
1647   ;; Bind features so that require will believe that gnus-sum has
1648   ;; already been loaded (avoids infinite recursion)
1649   (let ((features (cons 'gnus-sum features)))
1650     (require 'gnus-art)))
1651
1652 ;; MIME stuff.
1653
1654 (defvar gnus-decode-encoded-word-methods
1655   '(mail-decode-encoded-word-string)
1656   "List of methods used to decode encoded words.
1657
1658 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
1659 is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
1660 \(REGEXP . FUNCTION), FUNCTION will be applied only to the newsgroups
1661 whose names match REGEXP.
1662
1663 For example:
1664 \((\"chinese\" . gnus-decode-encoded-word-string-by-guess)
1665  mail-decode-encoded-word-string
1666  (\"chinese\" . rfc1843-decode-string))")
1667
1668 (defvar gnus-decode-encoded-word-methods-cache nil)
1669
1670 (defun gnus-multi-decode-encoded-word-string (string)
1671   "Apply the functions from `gnus-encoded-word-methods' that match."
1672   (unless (and gnus-decode-encoded-word-methods-cache
1673                (eq gnus-newsgroup-name
1674                    (car gnus-decode-encoded-word-methods-cache)))
1675     (setq gnus-decode-encoded-word-methods-cache (list gnus-newsgroup-name))
1676     (dolist (method gnus-decode-encoded-word-methods)
1677       (if (symbolp method)
1678           (nconc gnus-decode-encoded-word-methods-cache (list method))
1679         (if (and gnus-newsgroup-name
1680                  (string-match (car method) gnus-newsgroup-name))
1681             (nconc gnus-decode-encoded-word-methods-cache
1682                    (list (cdr method)))))))
1683   (dolist (method (cdr gnus-decode-encoded-word-methods-cache) string)
1684     (setq string (funcall method string))))
1685
1686 ;; Subject simplification.
1687
1688 (defun gnus-simplify-whitespace (str)
1689   "Remove excessive whitespace from STR."
1690   ;; Multiple spaces.
1691   (while (string-match "[ \t][ \t]+" str)
1692     (setq str (concat (substring str 0 (match-beginning 0))
1693                         " "
1694                         (substring str (match-end 0)))))
1695   ;; Leading spaces.
1696   (when (string-match "^[ \t]+" str)
1697     (setq str (substring str (match-end 0))))
1698   ;; Trailing spaces.
1699   (when (string-match "[ \t]+$" str)
1700     (setq str (substring str 0 (match-beginning 0))))
1701   str)
1702
1703 (defun gnus-simplify-all-whitespace (str)
1704   "Remove all whitespace from STR."
1705   (while (string-match "[ \t\n]+" str)
1706     (setq str (replace-match "" nil nil str)))
1707   str)
1708
1709 (defsubst gnus-simplify-subject-re (subject)
1710   "Remove \"Re:\" from subject lines."
1711   (if (string-match message-subject-re-regexp subject)
1712       (substring subject (match-end 0))
1713     subject))
1714
1715 (defun gnus-simplify-subject (subject &optional re-only)
1716   "Remove `Re:' and words in parentheses.
1717 If RE-ONLY is non-nil, strip leading `Re:'s only."
1718   (let ((case-fold-search t))           ;Ignore case.
1719     ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
1720     (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
1721       (setq subject (substring subject (match-end 0))))
1722     ;; Remove uninteresting prefixes.
1723     (when (and (not re-only)
1724                gnus-simplify-ignored-prefixes
1725                (string-match gnus-simplify-ignored-prefixes subject))
1726       (setq subject (substring subject (match-end 0))))
1727     ;; Remove words in parentheses from end.
1728     (unless re-only
1729       (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
1730         (setq subject (substring subject 0 (match-beginning 0)))))
1731     ;; Return subject string.
1732     subject))
1733
1734 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
1735 ;; all whitespace.
1736 (defsubst gnus-simplify-buffer-fuzzy-step (regexp &optional newtext)
1737   (goto-char (point-min))
1738   (while (re-search-forward regexp nil t)
1739     (replace-match (or newtext ""))))
1740
1741 (defun gnus-simplify-buffer-fuzzy (regexp)
1742   "Simplify string in the buffer fuzzily.
1743 The string in the accessible portion of the current buffer is simplified.
1744 It is assumed to be a single-line subject.
1745 Whitespace is generally cleaned up, and miscellaneous leading/trailing
1746 matter is removed.  Additional things can be deleted by setting
1747 `gnus-simplify-subject-fuzzy-regexp'."
1748   (let ((case-fold-search t)
1749         (modified-tick))
1750     (gnus-simplify-buffer-fuzzy-step "\t" " ")
1751
1752     (while (not (eq modified-tick (buffer-modified-tick)))
1753       (setq modified-tick (buffer-modified-tick))
1754       (cond
1755        ((listp regexp)
1756         (mapc 'gnus-simplify-buffer-fuzzy-step regexp))
1757        (regexp
1758         (gnus-simplify-buffer-fuzzy-step regexp)))
1759       (gnus-simplify-buffer-fuzzy-step "^ *\\[[-+?*!][-+?*!]\\] *")
1760       (gnus-simplify-buffer-fuzzy-step
1761        "^ *\\(re\\|fw\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
1762       (gnus-simplify-buffer-fuzzy-step "^[[].*:\\( .*\\)[]]$" "\\1"))
1763
1764     (gnus-simplify-buffer-fuzzy-step " *[[{(][^()\n]*[]})] *$")
1765     (gnus-simplify-buffer-fuzzy-step "  +" " ")
1766     (gnus-simplify-buffer-fuzzy-step " $")
1767     (gnus-simplify-buffer-fuzzy-step "^ +")))
1768
1769 (defun gnus-simplify-subject-fuzzy (subject)
1770   "Simplify a subject string fuzzily.
1771 See `gnus-simplify-buffer-fuzzy' for details."
1772   (save-excursion
1773     (let ((regexp gnus-simplify-subject-fuzzy-regexp))
1774       (gnus-set-work-buffer)
1775       (let ((case-fold-search t))
1776         ;; Remove uninteresting prefixes.
1777         (when (and gnus-simplify-ignored-prefixes
1778                    (string-match gnus-simplify-ignored-prefixes subject))
1779           (setq subject (substring subject (match-end 0))))
1780         (insert subject)
1781         (inline (gnus-simplify-buffer-fuzzy regexp))
1782         (buffer-string)))))
1783
1784 (defsubst gnus-simplify-subject-fully (subject)
1785   "Simplify a subject string according to `gnus-summary-gather-subject-limit'."
1786   (cond
1787    (gnus-simplify-subject-functions
1788     (gnus-map-function gnus-simplify-subject-functions subject))
1789    ((null gnus-summary-gather-subject-limit)
1790     (gnus-simplify-subject-re subject))
1791    ((eq gnus-summary-gather-subject-limit 'fuzzy)
1792     (gnus-simplify-subject-fuzzy subject))
1793    ((numberp gnus-summary-gather-subject-limit)
1794     (truncate-string-to-width (gnus-simplify-subject-re subject)
1795                               gnus-summary-gather-subject-limit))
1796    (t
1797     subject)))
1798
1799 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
1800   "Check whether two subjects are equal.
1801 If optional argument SIMPLE-FIRST is t, first argument is already
1802 simplified."
1803   (cond
1804    ((null simple-first)
1805     (equal (gnus-simplify-subject-fully s1)
1806            (gnus-simplify-subject-fully s2)))
1807    (t
1808     (equal s1
1809            (gnus-simplify-subject-fully s2)))))
1810
1811 (defun gnus-summary-bubble-group ()
1812   "Increase the score of the current group.
1813 This is a handy function to add to `gnus-summary-exit-hook' to
1814 increase the score of each group you read."
1815   (gnus-group-add-score gnus-newsgroup-name))
1816
1817 \f
1818 ;;;
1819 ;;; Gnus summary mode
1820 ;;;
1821
1822 (put 'gnus-summary-mode 'mode-class 'special)
1823
1824 (defvar gnus-article-commands-menu)
1825
1826 ;; Non-orthogonal keys
1827
1828 (gnus-define-keys gnus-summary-mode-map
1829   " " gnus-summary-next-page
1830   "\177" gnus-summary-prev-page
1831   [delete] gnus-summary-prev-page
1832   [backspace] gnus-summary-prev-page
1833   "\r" gnus-summary-scroll-up
1834   "\M-\r" gnus-summary-scroll-down
1835   "n" gnus-summary-next-unread-article
1836   "p" gnus-summary-prev-unread-article
1837   "N" gnus-summary-next-article
1838   "P" gnus-summary-prev-article
1839   "\M-\C-n" gnus-summary-next-same-subject
1840   "\M-\C-p" gnus-summary-prev-same-subject
1841   "\M-n" gnus-summary-next-unread-subject
1842   "\M-p" gnus-summary-prev-unread-subject
1843   "." gnus-summary-first-unread-article
1844   "," gnus-summary-best-unread-article
1845   "\M-s" gnus-summary-search-article-forward
1846   "\M-r" gnus-summary-search-article-backward
1847   "\M-S" gnus-summary-repeat-search-article-forward
1848   "\M-R" gnus-summary-repeat-search-article-backward
1849   "<" gnus-summary-beginning-of-article
1850   ">" gnus-summary-end-of-article
1851   "j" gnus-summary-goto-article
1852   "^" gnus-summary-refer-parent-article
1853   "\M-^" gnus-summary-refer-article
1854   "u" gnus-summary-tick-article-forward
1855   "!" gnus-summary-tick-article-forward
1856   "U" gnus-summary-tick-article-backward
1857   "d" gnus-summary-mark-as-read-forward
1858   "D" gnus-summary-mark-as-read-backward
1859   "E" gnus-summary-mark-as-expirable
1860   "\M-u" gnus-summary-clear-mark-forward
1861   "\M-U" gnus-summary-clear-mark-backward
1862   "k" gnus-summary-kill-same-subject-and-select
1863   "\C-k" gnus-summary-kill-same-subject
1864   "\M-\C-k" gnus-summary-kill-thread
1865   "\M-\C-l" gnus-summary-lower-thread
1866   "e" gnus-summary-edit-article
1867   "#" gnus-summary-mark-as-processable
1868   "\M-#" gnus-summary-unmark-as-processable
1869   "\M-\C-t" gnus-summary-toggle-threads
1870   "\M-\C-s" gnus-summary-show-thread
1871   "\M-\C-h" gnus-summary-hide-thread
1872   "\M-\C-f" gnus-summary-next-thread
1873   "\M-\C-b" gnus-summary-prev-thread
1874   [(meta down)] gnus-summary-next-thread
1875   [(meta up)] gnus-summary-prev-thread
1876   "\M-\C-u" gnus-summary-up-thread
1877   "\M-\C-d" gnus-summary-down-thread
1878   "&" gnus-summary-execute-command
1879   "c" gnus-summary-catchup-and-exit
1880   "\C-w" gnus-summary-mark-region-as-read
1881   "\C-t" gnus-summary-toggle-truncation
1882   "?" gnus-summary-mark-as-dormant
1883   "\C-c\M-\C-s" gnus-summary-limit-include-expunged
1884   "\C-c\C-s\C-n" gnus-summary-sort-by-number
1885   "\C-c\C-s\C-m\C-n" gnus-summary-sort-by-most-recent-number
1886   "\C-c\C-s\C-l" gnus-summary-sort-by-lines
1887   "\C-c\C-s\C-c" gnus-summary-sort-by-chars
1888   "\C-c\C-s\C-a" gnus-summary-sort-by-author
1889   "\C-c\C-s\C-t" gnus-summary-sort-by-recipient
1890   "\C-c\C-s\C-s" gnus-summary-sort-by-subject
1891   "\C-c\C-s\C-d" gnus-summary-sort-by-date
1892   "\C-c\C-s\C-m\C-d" gnus-summary-sort-by-most-recent-date
1893   "\C-c\C-s\C-i" gnus-summary-sort-by-score
1894   "\C-c\C-s\C-o" gnus-summary-sort-by-original
1895   "\C-c\C-s\C-r" gnus-summary-sort-by-random
1896   "=" gnus-summary-expand-window
1897   "\C-x\C-s" gnus-summary-reselect-current-group
1898   "\M-g" gnus-summary-rescan-group
1899   "\C-c\C-r" gnus-summary-caesar-message
1900   "f" gnus-summary-followup
1901   "F" gnus-summary-followup-with-original
1902   "C" gnus-summary-cancel-article
1903   "r" gnus-summary-reply
1904   "R" gnus-summary-reply-with-original
1905   "\C-c\C-f" gnus-summary-mail-forward
1906   "o" gnus-summary-save-article
1907   "\C-o" gnus-summary-save-article-mail
1908   "|" gnus-summary-pipe-output
1909   "\M-k" gnus-summary-edit-local-kill
1910   "\M-K" gnus-summary-edit-global-kill
1911   ;; "V" gnus-version
1912   "\C-c\C-d" gnus-summary-describe-group
1913   "q" gnus-summary-exit
1914   "Q" gnus-summary-exit-no-update
1915   "\C-c\C-i" gnus-info-find-node
1916   gnus-mouse-2 gnus-mouse-pick-article
1917   [follow-link] mouse-face
1918   "m" gnus-summary-mail-other-window
1919   "a" gnus-summary-post-news
1920   "x" gnus-summary-limit-to-unread
1921   "s" gnus-summary-isearch-article
1922   [tab] gnus-summary-widget-forward
1923   "t" gnus-summary-toggle-header
1924   "g" gnus-summary-show-article
1925   "l" gnus-summary-goto-last-article
1926   "\C-c\C-v\C-v" gnus-uu-decode-uu-view
1927   "\C-d" gnus-summary-enter-digest-group
1928   "\M-\C-d" gnus-summary-read-document
1929   "\M-\C-e" gnus-summary-edit-parameters
1930   "\M-\C-a" gnus-summary-customize-parameters
1931   "\C-c\C-b" gnus-bug
1932   "*" gnus-cache-enter-article
1933   "\M-*" gnus-cache-remove-article
1934   "\M-&" gnus-summary-universal-argument
1935   "\C-l" gnus-recenter
1936   "I" gnus-summary-increase-score
1937   "L" gnus-summary-lower-score
1938   "\M-i" gnus-symbolic-argument
1939   "h" gnus-summary-select-article-buffer
1940
1941   "b" gnus-article-view-part
1942   "\M-t" gnus-summary-toggle-display-buttonized
1943
1944   "V" gnus-summary-score-map
1945   "X" gnus-uu-extract-map
1946   "S" gnus-summary-send-map)
1947
1948 ;; Sort of orthogonal keymap
1949 (gnus-define-keys (gnus-summary-mark-map "M" gnus-summary-mode-map)
1950   "t" gnus-summary-tick-article-forward
1951   "!" gnus-summary-tick-article-forward
1952   "d" gnus-summary-mark-as-read-forward
1953   "r" gnus-summary-mark-as-read-forward
1954   "c" gnus-summary-clear-mark-forward
1955   " " gnus-summary-clear-mark-forward
1956   "e" gnus-summary-mark-as-expirable
1957   "x" gnus-summary-mark-as-expirable
1958   "?" gnus-summary-mark-as-dormant
1959   "b" gnus-summary-set-bookmark
1960   "B" gnus-summary-remove-bookmark
1961   "#" gnus-summary-mark-as-processable
1962   "\M-#" gnus-summary-unmark-as-processable
1963   "S" gnus-summary-limit-include-expunged
1964   "C" gnus-summary-catchup
1965   "H" gnus-summary-catchup-to-here
1966   "h" gnus-summary-catchup-from-here
1967   "\C-c" gnus-summary-catchup-all
1968   "k" gnus-summary-kill-same-subject-and-select
1969   "K" gnus-summary-kill-same-subject
1970   "P" gnus-uu-mark-map)
1971
1972 (gnus-define-keys (gnus-summary-mscore-map "V" gnus-summary-mark-map)
1973   "c" gnus-summary-clear-above
1974   "u" gnus-summary-tick-above
1975   "m" gnus-summary-mark-above
1976   "k" gnus-summary-kill-below)
1977
1978 (gnus-define-keys (gnus-summary-limit-map "/" gnus-summary-mode-map)
1979   "/" gnus-summary-limit-to-subject
1980   "n" gnus-summary-limit-to-articles
1981   "b" gnus-summary-limit-to-bodies
1982   "h" gnus-summary-limit-to-headers
1983   "w" gnus-summary-pop-limit
1984   "s" gnus-summary-limit-to-subject
1985   "a" gnus-summary-limit-to-author
1986   "u" gnus-summary-limit-to-unread
1987   "m" gnus-summary-limit-to-marks
1988   "M" gnus-summary-limit-exclude-marks
1989   "v" gnus-summary-limit-to-score
1990   "*" gnus-summary-limit-include-cached
1991   "D" gnus-summary-limit-include-dormant
1992   "T" gnus-summary-limit-include-thread
1993   "d" gnus-summary-limit-exclude-dormant
1994   "t" gnus-summary-limit-to-age
1995   "." gnus-summary-limit-to-unseen
1996   "x" gnus-summary-limit-to-extra
1997   "p" gnus-summary-limit-to-display-predicate
1998   "E" gnus-summary-limit-include-expunged
1999   "c" gnus-summary-limit-exclude-childless-dormant
2000   "C" gnus-summary-limit-mark-excluded-as-read
2001   "o" gnus-summary-insert-old-articles
2002   "N" gnus-summary-insert-new-articles
2003   "S" gnus-summary-limit-to-singletons
2004   "r" gnus-summary-limit-to-replied
2005   "R" gnus-summary-limit-to-recipient
2006   "A" gnus-summary-limit-to-address)
2007
2008 (gnus-define-keys (gnus-summary-goto-map "G" gnus-summary-mode-map)
2009   "n" gnus-summary-next-unread-article
2010   "p" gnus-summary-prev-unread-article
2011   "N" gnus-summary-next-article
2012   "P" gnus-summary-prev-article
2013   "\C-n" gnus-summary-next-same-subject
2014   "\C-p" gnus-summary-prev-same-subject
2015   "\M-n" gnus-summary-next-unread-subject
2016   "\M-p" gnus-summary-prev-unread-subject
2017   "f" gnus-summary-first-unread-article
2018   "b" gnus-summary-best-unread-article
2019   "j" gnus-summary-goto-article
2020   "g" gnus-summary-goto-subject
2021   "l" gnus-summary-goto-last-article
2022   "o" gnus-summary-pop-article)
2023
2024 (gnus-define-keys (gnus-summary-thread-map "T" gnus-summary-mode-map)
2025   "k" gnus-summary-kill-thread
2026   "E" gnus-summary-expire-thread
2027   "l" gnus-summary-lower-thread
2028   "i" gnus-summary-raise-thread
2029   "T" gnus-summary-toggle-threads
2030   "t" gnus-summary-rethread-current
2031   "^" gnus-summary-reparent-thread
2032   "\M-^" gnus-summary-reparent-children
2033   "s" gnus-summary-show-thread
2034   "S" gnus-summary-show-all-threads
2035   "h" gnus-summary-hide-thread
2036   "H" gnus-summary-hide-all-threads
2037   "n" gnus-summary-next-thread
2038   "p" gnus-summary-prev-thread
2039   "u" gnus-summary-up-thread
2040   "o" gnus-summary-top-thread
2041   "d" gnus-summary-down-thread
2042   "#" gnus-uu-mark-thread
2043   "\M-#" gnus-uu-unmark-thread)
2044
2045 (gnus-define-keys (gnus-summary-buffer-map "Y" gnus-summary-mode-map)
2046   "g" gnus-summary-prepare
2047   "c" gnus-summary-insert-cached-articles
2048   "d" gnus-summary-insert-dormant-articles
2049   "t" gnus-summary-insert-ticked-articles)
2050
2051 (gnus-define-keys (gnus-summary-exit-map "Z" gnus-summary-mode-map)
2052   "c" gnus-summary-catchup-and-exit
2053   "C" gnus-summary-catchup-all-and-exit
2054   "E" gnus-summary-exit-no-update
2055   "Q" gnus-summary-exit
2056   "Z" gnus-summary-exit
2057   "n" gnus-summary-catchup-and-goto-next-group
2058   "p" gnus-summary-catchup-and-goto-prev-group
2059   "R" gnus-summary-reselect-current-group
2060   "G" gnus-summary-rescan-group
2061   "N" gnus-summary-next-group
2062   "s" gnus-summary-save-newsrc
2063   "P" gnus-summary-prev-group)
2064
2065 (gnus-define-keys (gnus-summary-article-map "A" gnus-summary-mode-map)
2066   " " gnus-summary-next-page
2067   "n" gnus-summary-next-page
2068   "\177" gnus-summary-prev-page
2069   [delete] gnus-summary-prev-page
2070   "p" gnus-summary-prev-page
2071   "\r" gnus-summary-scroll-up
2072   "\M-\r" gnus-summary-scroll-down
2073   "<" gnus-summary-beginning-of-article
2074   ">" gnus-summary-end-of-article
2075   "b" gnus-summary-beginning-of-article
2076   "e" gnus-summary-end-of-article
2077   "^" gnus-summary-refer-parent-article
2078   "r" gnus-summary-refer-parent-article
2079   "C" gnus-summary-show-complete-article
2080   "D" gnus-summary-enter-digest-group
2081   "R" gnus-summary-refer-references
2082   "T" gnus-summary-refer-thread
2083   "W" gnus-warp-to-article
2084   "g" gnus-summary-show-article
2085   "s" gnus-summary-isearch-article
2086   [tab] gnus-summary-widget-forward
2087   "P" gnus-summary-print-article
2088   "S" gnus-sticky-article
2089   "M" gnus-mailing-list-insinuate
2090   "t" gnus-article-babel)
2091
2092 (gnus-define-keys (gnus-summary-wash-map "W" gnus-summary-mode-map)
2093   "b" gnus-article-add-buttons
2094   "B" gnus-article-add-buttons-to-head
2095   "o" gnus-article-treat-overstrike
2096   "e" gnus-article-emphasize
2097   "w" gnus-article-fill-cited-article
2098   "Q" gnus-article-fill-long-lines
2099   "L" gnus-article-toggle-truncate-lines
2100   "C" gnus-article-capitalize-sentences
2101   "c" gnus-article-remove-cr
2102   "q" gnus-article-de-quoted-unreadable
2103   "6" gnus-article-de-base64-unreadable
2104   "Z" gnus-article-decode-HZ
2105   "A" gnus-article-treat-ansi-sequences
2106   "h" gnus-article-wash-html
2107   "u" gnus-article-unsplit-urls
2108   "s" gnus-summary-force-verify-and-decrypt
2109   "f" gnus-article-display-x-face
2110   "l" gnus-summary-stop-page-breaking
2111   "r" gnus-summary-caesar-message
2112   "m" gnus-summary-morse-message
2113   "t" gnus-summary-toggle-header
2114   "g" gnus-treat-smiley
2115   "v" gnus-summary-verbose-headers
2116   "a" gnus-article-strip-headers-in-body ;; mnemonic: wash archive
2117   "p" gnus-article-verify-x-pgp-sig
2118   "d" gnus-article-treat-dumbquotes
2119   "U" gnus-article-treat-non-ascii
2120   "i" gnus-summary-idna-message)
2121
2122 (gnus-define-keys (gnus-summary-wash-deuglify-map "Y" gnus-summary-wash-map)
2123   ;; mnemonic: deuglif*Y*
2124   "u" gnus-article-outlook-unwrap-lines
2125   "a" gnus-article-outlook-repair-attribution
2126   "c" gnus-article-outlook-rearrange-citation
2127   "f" gnus-article-outlook-deuglify-article) ;; mnemonic: full deuglify
2128
2129 (gnus-define-keys (gnus-summary-wash-hide-map "W" gnus-summary-wash-map)
2130   "a" gnus-article-hide
2131   "h" gnus-article-hide-headers
2132   "b" gnus-article-hide-boring-headers
2133   "s" gnus-article-hide-signature
2134   "c" gnus-article-hide-citation
2135   "C" gnus-article-hide-citation-in-followups
2136   "l" gnus-article-hide-list-identifiers
2137   "B" gnus-article-strip-banner
2138   "P" gnus-article-hide-pem
2139   "\C-c" gnus-article-hide-citation-maybe)
2140
2141 (gnus-define-keys (gnus-summary-wash-highlight-map "H" gnus-summary-wash-map)
2142   "a" gnus-article-highlight
2143   "h" gnus-article-highlight-headers
2144   "c" gnus-article-highlight-citation
2145   "s" gnus-article-highlight-signature)
2146
2147 (gnus-define-keys (gnus-summary-wash-header-map "G" gnus-summary-wash-map)
2148   "f" gnus-article-treat-fold-headers
2149   "u" gnus-article-treat-unfold-headers
2150   "n" gnus-article-treat-fold-newsgroups)
2151
2152 (gnus-define-keys (gnus-summary-wash-display-map "D" gnus-summary-wash-map)
2153   "x" gnus-article-display-x-face
2154   "d" gnus-article-display-face
2155   "s" gnus-treat-smiley
2156   "D" gnus-article-remove-images
2157   "W" gnus-article-show-images
2158   "f" gnus-treat-from-picon
2159   "m" gnus-treat-mail-picon
2160   "n" gnus-treat-newsgroups-picon
2161   "g" gnus-treat-from-gravatar
2162   "h" gnus-treat-mail-gravatar)
2163
2164 (gnus-define-keys (gnus-summary-wash-mime-map "M" gnus-summary-wash-map)
2165   "w" gnus-article-decode-mime-words
2166   "c" gnus-article-decode-charset
2167   "v" gnus-mime-view-all-parts
2168   "b" gnus-article-view-part)
2169
2170 (gnus-define-keys (gnus-summary-wash-time-map "T" gnus-summary-wash-map)
2171   "z" gnus-article-date-ut
2172   "u" gnus-article-date-ut
2173   "l" gnus-article-date-local
2174   "p" gnus-article-date-english
2175   "e" gnus-article-date-lapsed
2176   "o" gnus-article-date-original
2177   "i" gnus-article-date-iso8601
2178   "s" gnus-article-date-user)
2179
2180 (gnus-define-keys (gnus-summary-wash-empty-map "E" gnus-summary-wash-map)
2181   "t" gnus-article-remove-trailing-blank-lines
2182   "l" gnus-article-strip-leading-blank-lines
2183   "m" gnus-article-strip-multiple-blank-lines
2184   "a" gnus-article-strip-blank-lines
2185   "A" gnus-article-strip-all-blank-lines
2186   "s" gnus-article-strip-leading-space
2187   "e" gnus-article-strip-trailing-space
2188   "w" gnus-article-remove-leading-whitespace)
2189
2190 (gnus-define-keys (gnus-summary-help-map "H" gnus-summary-mode-map)
2191   "v" gnus-version
2192   "d" gnus-summary-describe-group
2193   "h" gnus-summary-describe-briefly
2194   "i" gnus-info-find-node)
2195
2196 (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
2197   "e" gnus-summary-expire-articles
2198   "\M-\C-e" gnus-summary-expire-articles-now
2199   "\177" gnus-summary-delete-article
2200   [delete] gnus-summary-delete-article
2201   [backspace] gnus-summary-delete-article
2202   "m" gnus-summary-move-article
2203   "r" gnus-summary-respool-article
2204   "w" gnus-summary-edit-article
2205   "c" gnus-summary-copy-article
2206   "B" gnus-summary-crosspost-article
2207   "q" gnus-summary-respool-query
2208   "t" gnus-summary-respool-trace
2209   "i" gnus-summary-import-article
2210   "I" gnus-summary-create-article
2211   "p" gnus-summary-article-posted-p)
2212
2213 (gnus-define-keys (gnus-summary-save-map "O" gnus-summary-mode-map)
2214   "o" gnus-summary-save-article
2215   "m" gnus-summary-save-article-mail
2216   "F" gnus-summary-write-article-file
2217   "r" gnus-summary-save-article-rmail
2218   "f" gnus-summary-save-article-file
2219   "b" gnus-summary-save-article-body-file
2220   "B" gnus-summary-write-article-body-file
2221   "h" gnus-summary-save-article-folder
2222   "v" gnus-summary-save-article-vm
2223   "p" gnus-summary-pipe-output
2224   "P" gnus-summary-muttprint)
2225
2226 (gnus-define-keys (gnus-summary-mime-map "K" gnus-summary-mode-map)
2227   "b" gnus-summary-display-buttonized
2228   "m" gnus-summary-repair-multipart
2229   "v" gnus-article-view-part
2230   "o" gnus-article-save-part
2231   "O" gnus-article-save-part-and-strip
2232   "r" gnus-article-replace-part
2233   "d" gnus-article-delete-part
2234   "t" gnus-article-view-part-as-type
2235   "j" gnus-article-jump-to-part
2236   "c" gnus-article-copy-part
2237   "C" gnus-article-view-part-as-charset
2238   "e" gnus-article-view-part-externally
2239   "H" gnus-article-browse-html-article
2240   "E" gnus-article-encrypt-body
2241   "i" gnus-article-inline-part
2242   "|" gnus-article-pipe-part)
2243
2244 (gnus-define-keys (gnus-uu-mark-map "P" gnus-summary-mark-map)
2245   "p" gnus-summary-mark-as-processable
2246   "u" gnus-summary-unmark-as-processable
2247   "U" gnus-summary-unmark-all-processable
2248   "v" gnus-uu-mark-over
2249   "s" gnus-uu-mark-series
2250   "r" gnus-uu-mark-region
2251   "g" gnus-uu-unmark-region
2252   "R" gnus-uu-mark-by-regexp
2253   "G" gnus-uu-unmark-by-regexp
2254   "t" gnus-uu-mark-thread
2255   "T" gnus-uu-unmark-thread
2256   "a" gnus-uu-mark-all
2257   "b" gnus-uu-mark-buffer
2258   "S" gnus-uu-mark-sparse
2259   "k" gnus-summary-kill-process-mark
2260   "y" gnus-summary-yank-process-mark
2261   "w" gnus-summary-save-process-mark
2262   "i" gnus-uu-invert-processable)
2263
2264 (gnus-define-keys (gnus-uu-extract-map "X" gnus-summary-mode-map)
2265   ;;"x" gnus-uu-extract-any
2266   "m" gnus-summary-save-parts
2267   "u" gnus-uu-decode-uu
2268   "U" gnus-uu-decode-uu-and-save
2269   "s" gnus-uu-decode-unshar
2270   "S" gnus-uu-decode-unshar-and-save
2271   "o" gnus-uu-decode-save
2272   "O" gnus-uu-decode-save
2273   "b" gnus-uu-decode-binhex
2274   "B" gnus-uu-decode-binhex
2275   "Y" gnus-uu-decode-yenc
2276   "p" gnus-uu-decode-postscript
2277   "P" gnus-uu-decode-postscript-and-save)
2278
2279 (gnus-define-keys
2280     (gnus-uu-extract-view-map "v" gnus-uu-extract-map)
2281   "u" gnus-uu-decode-uu-view
2282   "U" gnus-uu-decode-uu-and-save-view
2283   "s" gnus-uu-decode-unshar-view
2284   "S" gnus-uu-decode-unshar-and-save-view
2285   "o" gnus-uu-decode-save-view
2286   "O" gnus-uu-decode-save-view
2287   "b" gnus-uu-decode-binhex-view
2288   "B" gnus-uu-decode-binhex-view
2289   "p" gnus-uu-decode-postscript-view
2290   "P" gnus-uu-decode-postscript-and-save-view)
2291
2292 (defvar gnus-article-post-menu nil)
2293
2294 (defconst gnus-summary-menu-maxlen 20)
2295
2296 (defun gnus-summary-menu-split (menu)
2297   ;; If we have lots of elements, divide them into groups of 20
2298   ;; and make a pane (or submenu) for each one.
2299   (if (> (length menu) (/ (* gnus-summary-menu-maxlen 3) 2))
2300       (let ((menu menu) sublists next
2301             (i 1))
2302         (while menu
2303           ;; Pull off the next gnus-summary-menu-maxlen elements
2304           ;; and make them the next element of sublist.
2305           (setq next (nthcdr gnus-summary-menu-maxlen menu))
2306           (if next
2307               (setcdr (nthcdr (1- gnus-summary-menu-maxlen) menu)
2308                       nil))
2309           (setq sublists (cons (cons (format "%s ... %s" (aref (car menu) 0)
2310                                              (aref (car (last menu)) 0)) menu)
2311                                sublists))
2312           (setq i (1+ i))
2313           (setq menu next))
2314         (nreverse sublists))
2315     ;; Few elements--put them all in one pane.
2316     menu))
2317
2318 (defun gnus-summary-make-menu-bar ()
2319   (gnus-turn-off-edit-menu 'summary)
2320
2321   (unless (boundp 'gnus-summary-misc-menu)
2322
2323     (easy-menu-define
2324       gnus-summary-kill-menu gnus-summary-mode-map ""
2325       (cons
2326        "Score"
2327        (nconc
2328         (list
2329          ["Customize" gnus-score-customize t])
2330         (gnus-make-score-map 'increase)
2331         (gnus-make-score-map 'lower)
2332         '(("Mark"
2333            ["Kill below" gnus-summary-kill-below t]
2334            ["Mark above" gnus-summary-mark-above t]
2335            ["Tick above" gnus-summary-tick-above t]
2336            ["Clear above" gnus-summary-clear-above t])
2337           ["Current score" gnus-summary-current-score t]
2338           ["Set score" gnus-summary-set-score t]
2339           ["Switch current score file..." gnus-score-change-score-file t]
2340           ["Set mark below..." gnus-score-set-mark-below t]
2341           ["Set expunge below..." gnus-score-set-expunge-below t]
2342           ["Edit current score file" gnus-score-edit-current-scores t]
2343           ["Edit score file..." gnus-score-edit-file t]
2344           ["Trace score" gnus-score-find-trace t]
2345           ["Find words" gnus-score-find-favourite-words t]
2346           ["Rescore buffer" gnus-summary-rescore t]
2347           ["Increase score..." gnus-summary-increase-score t]
2348           ["Lower score..." gnus-summary-lower-score t]))))
2349
2350     ;; Define both the Article menu in the summary buffer and the
2351     ;; equivalent Commands menu in the article buffer here for
2352     ;; consistency.
2353     (let ((innards
2354            `(("Hide"
2355               ["All" gnus-article-hide t]
2356               ["Headers" gnus-article-hide-headers t]
2357               ["Signature" gnus-article-hide-signature t]
2358               ["Citation" gnus-article-hide-citation t]
2359               ["List identifiers" gnus-article-hide-list-identifiers t]
2360               ["Banner" gnus-article-strip-banner t]
2361               ["Boring headers" gnus-article-hide-boring-headers t])
2362              ("Highlight"
2363               ["All" gnus-article-highlight t]
2364               ["Headers" gnus-article-highlight-headers t]
2365               ["Signature" gnus-article-highlight-signature t]
2366               ["Citation" gnus-article-highlight-citation t])
2367              ("MIME"
2368               ["Words" gnus-article-decode-mime-words t]
2369               ["Charset" gnus-article-decode-charset t]
2370               ["QP" gnus-article-de-quoted-unreadable t]
2371               ["Base64" gnus-article-de-base64-unreadable t]
2372               ["View MIME buttons" gnus-summary-display-buttonized t]
2373               ["View all" gnus-mime-view-all-parts t]
2374               ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt t]
2375               ["Encrypt body" gnus-article-encrypt-body
2376                :active (not (gnus-group-read-only-p))
2377                ,@(if (featurep 'xemacs) nil
2378                    '(:help "Encrypt the message body on disk"))]
2379               ["Extract all parts..." gnus-summary-save-parts t]
2380               ("Multipart"
2381                ["Repair multipart" gnus-summary-repair-multipart t]
2382                ["Pipe part..." gnus-article-pipe-part t]
2383                ["Inline part" gnus-article-inline-part t]
2384                ["View part as type..." gnus-article-view-part-as-type t]
2385                ["Encrypt body" gnus-article-encrypt-body
2386                 :active (not (gnus-group-read-only-p))
2387                ,@(if (featurep 'xemacs) nil
2388                    '(:help "Encrypt the message body on disk"))]
2389                ["View part externally" gnus-article-view-part-externally t]
2390                ["View HTML parts in browser" gnus-article-browse-html-article t]
2391                ["View part with charset..." gnus-article-view-part-as-charset t]
2392                ["Copy part" gnus-article-copy-part t]
2393                ["Save part..." gnus-article-save-part t]
2394                ["View part" gnus-article-view-part t]))
2395              ("Date"
2396               ["Local" gnus-article-date-local t]
2397               ["ISO8601" gnus-article-date-iso8601 t]
2398               ["UT" gnus-article-date-ut t]
2399               ["Original" gnus-article-date-original t]
2400               ["Lapsed" gnus-article-date-lapsed t]
2401               ["User-defined" gnus-article-date-user t])
2402              ("Display"
2403               ["Remove images" gnus-article-remove-images t]
2404               ["Toggle smiley" gnus-treat-smiley t]
2405               ["Show X-Face" gnus-article-display-x-face t]
2406               ["Show picons in From" gnus-treat-from-picon t]
2407               ["Show picons in mail headers" gnus-treat-mail-picon t]
2408               ["Show picons in news headers" gnus-treat-newsgroups-picon t]
2409               ["Show Gravatars in From" gnus-treat-from-gravatar t]
2410               ["Show Gravatars in mail headers" gnus-treat-mail-gravatar t]
2411               ("View as different encoding"
2412                ,@(gnus-summary-menu-split
2413                   (mapcar
2414                    (lambda (cs)
2415                      ;; Since easymenu under Emacs doesn't allow
2416                      ;; lambda forms for menu commands, we should
2417                      ;; provide intern'ed function symbols.
2418                      (let ((command (intern (format "\
2419 gnus-summary-show-article-from-menu-as-charset-%s" cs))))
2420                        (fset command
2421                              `(lambda ()
2422                                 (interactive)
2423                                 (let ((gnus-summary-show-article-charset-alist
2424                                        '((1 . ,cs))))
2425                                   (gnus-summary-show-article 1))))
2426                        `[,(symbol-name cs) ,command t]))
2427                    (sort (if (fboundp 'coding-system-list)
2428                              (coding-system-list)
2429                            (mapcar 'car mm-mime-mule-charset-alist))
2430                          'string<)))))
2431              ("Washing"
2432               ("Remove Blanks"
2433                ["Leading" gnus-article-strip-leading-blank-lines t]
2434                ["Multiple" gnus-article-strip-multiple-blank-lines t]
2435                ["Trailing" gnus-article-remove-trailing-blank-lines t]
2436                ["All of the above" gnus-article-strip-blank-lines t]
2437                ["All" gnus-article-strip-all-blank-lines t]
2438                ["Leading space" gnus-article-strip-leading-space t]
2439                ["Trailing space" gnus-article-strip-trailing-space t]
2440                ["Leading space in headers"
2441                 gnus-article-remove-leading-whitespace t])
2442               ["Overstrike" gnus-article-treat-overstrike t]
2443               ["Dumb quotes" gnus-article-treat-dumbquotes t]
2444               ["Non-ASCII" gnus-article-treat-non-ascii t]
2445               ["Emphasis" gnus-article-emphasize t]
2446               ["Word wrap" gnus-article-fill-cited-article t]
2447               ["Fill long lines" gnus-article-fill-long-lines t]
2448               ["Toggle truncate long lines" gnus-article-toggle-truncate-lines t]
2449               ["Capitalize sentences" gnus-article-capitalize-sentences t]
2450               ["Remove CR" gnus-article-remove-cr t]
2451               ["Quoted-Printable" gnus-article-de-quoted-unreadable t]
2452               ["Base64" gnus-article-de-base64-unreadable t]
2453               ["Rot 13" gnus-summary-caesar-message
2454                ,@(if (featurep 'xemacs) '(t)
2455                    '(:help "\"Caesar rotate\" article by 13"))]
2456               ["De-IDNA" gnus-summary-idna-message t]
2457               ["Morse decode" gnus-summary-morse-message t]
2458               ["Unix pipe..." gnus-summary-pipe-message t]
2459               ["Add buttons" gnus-article-add-buttons t]
2460               ["Add buttons to head" gnus-article-add-buttons-to-head t]
2461               ["Stop page breaking" gnus-summary-stop-page-breaking t]
2462               ["Verbose header" gnus-summary-verbose-headers t]
2463               ["Toggle header" gnus-summary-toggle-header t]
2464               ["Unfold headers" gnus-article-treat-unfold-headers t]
2465               ["Fold newsgroups" gnus-article-treat-fold-newsgroups t]
2466               ["Html" gnus-article-wash-html t]
2467               ["Unsplit URLs" gnus-article-unsplit-urls t]
2468               ["Verify X-PGP-Sig" gnus-article-verify-x-pgp-sig t]
2469               ["Decode HZ" gnus-article-decode-HZ t]
2470               ["ANSI sequences" gnus-article-treat-ansi-sequences t]
2471               ("(Outlook) Deuglify"
2472                ["Unwrap lines" gnus-article-outlook-unwrap-lines t]
2473                ["Repair attribution" gnus-article-outlook-repair-attribution t]
2474                ["Rearrange citation" gnus-article-outlook-rearrange-citation t]
2475                ["Full (Outlook) deuglify"
2476                 gnus-article-outlook-deuglify-article t])
2477               )
2478              ("Output"
2479               ["Save in default format..." gnus-summary-save-article
2480                ,@(if (featurep 'xemacs) '(t)
2481                    '(:help "Save article using default method"))]
2482               ["Save in file..." gnus-summary-save-article-file
2483                ,@(if (featurep 'xemacs) '(t)
2484                    '(:help "Save article in file"))]
2485               ["Save in Unix mail format..." gnus-summary-save-article-mail t]
2486               ["Save in MH folder..." gnus-summary-save-article-folder t]
2487               ["Save in VM folder..." gnus-summary-save-article-vm t]
2488               ["Save in RMAIL mbox..." gnus-summary-save-article-rmail t]
2489               ["Save body in file..." gnus-summary-save-article-body-file t]
2490               ["Pipe through a filter..." gnus-summary-pipe-output t]
2491               ["Print with Muttprint..." gnus-summary-muttprint t]
2492               ["Print" gnus-summary-print-article
2493                ,@(if (featurep 'xemacs) '(t)
2494                    '(:help "Generate and print a PostScript image"))])
2495              ("Copy, move,... (Backend)"
2496               ,@(if (featurep 'xemacs) nil
2497                   '(:help "Copying, moving, expiring articles..."))
2498               ["Respool article..." gnus-summary-respool-article t]
2499               ["Move article..." gnus-summary-move-article
2500                (gnus-check-backend-function
2501                 'request-move-article gnus-newsgroup-name)]
2502               ["Copy article..." gnus-summary-copy-article t]
2503               ["Crosspost article..." gnus-summary-crosspost-article
2504                (gnus-check-backend-function
2505                 'request-replace-article gnus-newsgroup-name)]
2506               ["Import file..." gnus-summary-import-article
2507                (gnus-check-backend-function
2508                 'request-accept-article gnus-newsgroup-name)]
2509               ["Create article..." gnus-summary-create-article
2510                (gnus-check-backend-function
2511                 'request-accept-article gnus-newsgroup-name)]
2512               ["Check if posted" gnus-summary-article-posted-p t]
2513               ["Edit article" gnus-summary-edit-article
2514                (not (gnus-group-read-only-p))]
2515               ["Delete article" gnus-summary-delete-article
2516                (gnus-check-backend-function
2517                 'request-expire-articles gnus-newsgroup-name)]
2518               ["Query respool" gnus-summary-respool-query t]
2519               ["Trace respool" gnus-summary-respool-trace t]
2520               ["Delete expirable articles" gnus-summary-expire-articles-now
2521                (gnus-check-backend-function
2522                 'request-expire-articles gnus-newsgroup-name)])
2523              ("Extract"
2524               ["Uudecode" gnus-uu-decode-uu
2525                ,@(if (featurep 'xemacs) '(t)
2526                    '(:help "Decode uuencoded article(s)"))]
2527               ["Uudecode and save" gnus-uu-decode-uu-and-save t]
2528               ["Unshar" gnus-uu-decode-unshar t]
2529               ["Unshar and save" gnus-uu-decode-unshar-and-save t]
2530               ["Save" gnus-uu-decode-save t]
2531               ["Binhex" gnus-uu-decode-binhex t]
2532               ["PostScript" gnus-uu-decode-postscript t]
2533               ["All MIME parts" gnus-summary-save-parts t])
2534              ("Cache"
2535               ["Enter article" gnus-cache-enter-article t]
2536               ["Remove article" gnus-cache-remove-article t])
2537              ["Translate" gnus-article-babel t]
2538              ["Select article buffer" gnus-summary-select-article-buffer t]
2539              ["Make article buffer sticky" gnus-sticky-article t]
2540              ["Enter digest buffer" gnus-summary-enter-digest-group t]
2541              ["Isearch article..." gnus-summary-isearch-article t]
2542              ["Beginning of the article" gnus-summary-beginning-of-article t]
2543              ["End of the article" gnus-summary-end-of-article t]
2544              ["Fetch parent of article" gnus-summary-refer-parent-article t]
2545              ["Fetch referenced articles" gnus-summary-refer-references t]
2546              ["Fetch current thread" gnus-summary-refer-thread t]
2547              ["Fetch article with id..." gnus-summary-refer-article t]
2548              ["Setup Mailing List Params" gnus-mailing-list-insinuate t]
2549              ["Redisplay" gnus-summary-show-article t]
2550              ["Raw article" gnus-summary-show-raw-article :keys "C-u g"])))
2551       (easy-menu-define
2552         gnus-summary-article-menu gnus-summary-mode-map ""
2553         (cons "Article" innards))
2554
2555       (if (not (keymapp gnus-summary-article-menu))
2556           (easy-menu-define
2557             gnus-article-commands-menu gnus-article-mode-map ""
2558             (cons "Commands" innards))
2559         ;; in Emacs, don't share menu.
2560         (setq gnus-article-commands-menu
2561               (copy-keymap gnus-summary-article-menu))
2562         (define-key gnus-article-mode-map [menu-bar commands]
2563           (cons "Commands" gnus-article-commands-menu))))
2564
2565     (easy-menu-define
2566       gnus-summary-thread-menu gnus-summary-mode-map ""
2567       '("Threads"
2568         ["Find all messages in thread" gnus-summary-refer-thread t]
2569         ["Toggle threading" gnus-summary-toggle-threads t]
2570         ["Hide threads" gnus-summary-hide-all-threads t]
2571         ["Show threads" gnus-summary-show-all-threads t]
2572         ["Hide thread" gnus-summary-hide-thread t]
2573         ["Show thread" gnus-summary-show-thread t]
2574         ["Go to next thread" gnus-summary-next-thread t]
2575         ["Go to previous thread" gnus-summary-prev-thread t]
2576         ["Go down thread" gnus-summary-down-thread t]
2577         ["Go up thread" gnus-summary-up-thread t]
2578         ["Top of thread" gnus-summary-top-thread t]
2579         ["Mark thread as read" gnus-summary-kill-thread t]
2580         ["Mark thread as expired" gnus-summary-expire-thread t]
2581         ["Lower thread score" gnus-summary-lower-thread t]
2582         ["Raise thread score" gnus-summary-raise-thread t]
2583         ["Rethread current" gnus-summary-rethread-current t]))
2584
2585     (easy-menu-define
2586       gnus-summary-post-menu gnus-summary-mode-map ""
2587       `("Post"
2588         ["Send a message (mail or news)" gnus-summary-post-news
2589          ,@(if (featurep 'xemacs) '(t)
2590              '(:help "Compose a new message (mail or news)"))]
2591         ["Followup" gnus-summary-followup
2592          ,@(if (featurep 'xemacs) '(t)
2593              '(:help "Post followup to this article"))]
2594         ["Followup and yank" gnus-summary-followup-with-original
2595          ,@(if (featurep 'xemacs) '(t)
2596              '(:help "Post followup to this article, quoting its contents"))]
2597         ["Supersede article" gnus-summary-supersede-article t]
2598         ["Cancel article" gnus-summary-cancel-article
2599          ,@(if (featurep 'xemacs) '(t)
2600              '(:help "Cancel an article you posted"))]
2601         ["Reply" gnus-summary-reply t]
2602         ["Reply and yank" gnus-summary-reply-with-original t]
2603         ["Wide reply" gnus-summary-wide-reply t]
2604         ["Wide reply and yank" gnus-summary-wide-reply-with-original
2605          ,@(if (featurep 'xemacs) '(t)
2606              '(:help "Mail a reply, quoting this article"))]
2607         ["Very wide reply" gnus-summary-very-wide-reply t]
2608         ["Very wide reply and yank" gnus-summary-very-wide-reply-with-original
2609          ,@(if (featurep 'xemacs) '(t)
2610              '(:help "Mail a very wide reply, quoting this article"))]
2611         ["Mail forward" gnus-summary-mail-forward t]
2612         ["Post forward" gnus-summary-post-forward t]
2613         ["Digest and mail" gnus-uu-digest-mail-forward t]
2614         ["Digest and post" gnus-uu-digest-post-forward t]
2615         ["Resend message" gnus-summary-resend-message t]
2616         ["Resend message edit" gnus-summary-resend-message-edit t]
2617         ["Send bounced mail" gnus-summary-resend-bounced-mail t]
2618         ["Send a mail" gnus-summary-mail-other-window t]
2619         ["Create a local message" gnus-summary-news-other-window t]
2620         ["Uuencode and post" gnus-uu-post-news
2621          ,@(if (featurep 'xemacs) '(t)
2622              '(:help "Post a uuencoded article"))]
2623         ["Followup via news" gnus-summary-followup-to-mail t]
2624         ["Followup via news and yank"
2625          gnus-summary-followup-to-mail-with-original t]
2626         ["Strip signature on reply"
2627          (lambda ()
2628            (interactive)
2629            (if (not (memq message-cite-function
2630                           '(message-cite-original-without-signature
2631                             message-cite-original)))
2632                ;; Stupid workaround for XEmacs not honoring :visible.
2633                (message "Can't toggle this value of `message-cite-function'")
2634              (setq message-cite-function
2635                    (if (eq message-cite-function
2636                            'message-cite-original-without-signature)
2637                        'message-cite-original
2638                      'message-cite-original-without-signature))))
2639          ;; XEmacs barfs on :visible.
2640          ,@(if (featurep 'xemacs) nil
2641              '(:visible (memq message-cite-function
2642                               '(message-cite-original-without-signature
2643                                 message-cite-original))))
2644          :style toggle
2645          :selected (eq message-cite-function
2646                        'message-cite-original-without-signature)
2647          ,@(if (featurep 'xemacs) nil
2648              '(:help "Strip signature from cited article when replying."))]
2649         ;;("Draft"
2650         ;;["Send" gnus-summary-send-draft t]
2651         ;;["Send bounced" gnus-resend-bounced-mail t])
2652         ))
2653
2654     (cond
2655      ((not (keymapp gnus-summary-post-menu))
2656       (setq gnus-article-post-menu gnus-summary-post-menu))
2657      ((not gnus-article-post-menu)
2658       ;; Don't share post menu.
2659       (setq gnus-article-post-menu
2660             (copy-keymap gnus-summary-post-menu))))
2661     (define-key gnus-article-mode-map [menu-bar post]
2662       (cons "Post" gnus-article-post-menu))
2663
2664     (easy-menu-define
2665       gnus-summary-misc-menu gnus-summary-mode-map ""
2666       `("Gnus"
2667         ("Mark Read"
2668          ["Mark as read" gnus-summary-mark-as-read-forward t]
2669          ["Mark same subject and select"
2670           gnus-summary-kill-same-subject-and-select t]
2671          ["Mark same subject" gnus-summary-kill-same-subject t]
2672          ["Catchup" gnus-summary-catchup
2673           ,@(if (featurep 'xemacs) '(t)
2674               '(:help "Mark unread articles in this group as read"))]
2675          ["Catchup all" gnus-summary-catchup-all t]
2676          ["Catchup to here" gnus-summary-catchup-to-here t]
2677          ["Catchup from here" gnus-summary-catchup-from-here t]
2678          ["Catchup region" gnus-summary-mark-region-as-read
2679           (gnus-mark-active-p)]
2680          ["Mark excluded" gnus-summary-limit-mark-excluded-as-read t])
2681         ("Mark Various"
2682          ["Tick" gnus-summary-tick-article-forward t]
2683          ["Mark as dormant" gnus-summary-mark-as-dormant t]
2684          ["Remove marks" gnus-summary-clear-mark-forward t]
2685          ["Set expirable mark" gnus-summary-mark-as-expirable t]
2686          ["Set bookmark" gnus-summary-set-bookmark t]
2687          ["Remove bookmark" gnus-summary-remove-bookmark t])
2688         ("Limit to"
2689          ["Marks..." gnus-summary-limit-to-marks t]
2690          ["Subject..." gnus-summary-limit-to-subject t]
2691          ["Author..." gnus-summary-limit-to-author t]
2692          ["Recipient..." gnus-summary-limit-to-recipient t]
2693          ["Address..." gnus-summary-limit-to-address t]
2694          ["Age..." gnus-summary-limit-to-age t]
2695          ["Extra..." gnus-summary-limit-to-extra t]
2696          ["Score..." gnus-summary-limit-to-score t]
2697          ["Display Predicate" gnus-summary-limit-to-display-predicate t]
2698          ["Unread" gnus-summary-limit-to-unread t]
2699          ["Unseen" gnus-summary-limit-to-unseen t]
2700          ["Singletons" gnus-summary-limit-to-singletons t]
2701          ["Replied" gnus-summary-limit-to-replied t]
2702          ["Non-dormant" gnus-summary-limit-exclude-dormant t]
2703          ["Next or process marked articles" gnus-summary-limit-to-articles t]
2704          ["Pop limit" gnus-summary-pop-limit t]
2705          ["Show dormant" gnus-summary-limit-include-dormant t]
2706          ["Hide childless dormant"
2707           gnus-summary-limit-exclude-childless-dormant t]
2708          ;;["Hide thread" gnus-summary-limit-exclude-thread t]
2709          ["Hide marked" gnus-summary-limit-exclude-marks t]
2710          ["Show expunged" gnus-summary-limit-include-expunged t])
2711         ("Process Mark"
2712          ["Set mark" gnus-summary-mark-as-processable t]
2713          ["Remove mark" gnus-summary-unmark-as-processable t]
2714          ["Remove all marks" gnus-summary-unmark-all-processable t]
2715          ["Invert marks" gnus-uu-invert-processable t]
2716          ["Mark above" gnus-uu-mark-over t]
2717          ["Mark series" gnus-uu-mark-series t]
2718          ["Mark region" gnus-uu-mark-region (gnus-mark-active-p)]
2719          ["Unmark region" gnus-uu-unmark-region (gnus-mark-active-p)]
2720          ["Mark by regexp..." gnus-uu-mark-by-regexp t]
2721          ["Unmark by regexp..." gnus-uu-unmark-by-regexp t]
2722          ["Mark all" gnus-uu-mark-all t]
2723          ["Mark buffer" gnus-uu-mark-buffer t]
2724          ["Mark sparse" gnus-uu-mark-sparse t]
2725          ["Mark thread" gnus-uu-mark-thread t]
2726          ["Unmark thread" gnus-uu-unmark-thread t]
2727          ("Process Mark Sets"
2728           ["Kill" gnus-summary-kill-process-mark t]
2729           ["Yank" gnus-summary-yank-process-mark
2730            gnus-newsgroup-process-stack]
2731           ["Save" gnus-summary-save-process-mark t]
2732           ["Run command on marked..." gnus-summary-universal-argument t]))
2733         ("Registry Marks")
2734         ("Scroll article"
2735          ["Page forward" gnus-summary-next-page
2736           ,@(if (featurep 'xemacs) '(t)
2737               '(:help "Show next page of article"))]
2738          ["Page backward" gnus-summary-prev-page
2739           ,@(if (featurep 'xemacs) '(t)
2740               '(:help "Show previous page of article"))]
2741          ["Line forward" gnus-summary-scroll-up t])
2742         ("Move"
2743          ["Next unread article" gnus-summary-next-unread-article t]
2744          ["Previous unread article" gnus-summary-prev-unread-article t]
2745          ["Next article" gnus-summary-next-article t]
2746          ["Previous article" gnus-summary-prev-article t]
2747          ["Next unread subject" gnus-summary-next-unread-subject t]
2748          ["Previous unread subject" gnus-summary-prev-unread-subject t]
2749          ["Next article same subject" gnus-summary-next-same-subject t]
2750          ["Previous article same subject" gnus-summary-prev-same-subject t]
2751          ["First unread article" gnus-summary-first-unread-article t]
2752          ["Best unread article" gnus-summary-best-unread-article t]
2753          ["Go to subject number..." gnus-summary-goto-subject t]
2754          ["Go to article number..." gnus-summary-goto-article t]
2755          ["Go to the last article" gnus-summary-goto-last-article t]
2756          ["Pop article off history" gnus-summary-pop-article t])
2757         ("Sort"
2758          ["Sort by number" gnus-summary-sort-by-number t]
2759          ["Sort by most recent number" gnus-summary-sort-by-most-recent-number t]
2760          ["Sort by author" gnus-summary-sort-by-author t]
2761          ["Sort by recipient" gnus-summary-sort-by-recipient t]
2762          ["Sort by subject" gnus-summary-sort-by-subject t]
2763          ["Sort by date" gnus-summary-sort-by-date t]
2764          ["Sort by most recent date" gnus-summary-sort-by-most-recent-date t]
2765          ["Sort by score" gnus-summary-sort-by-score t]
2766          ["Sort by lines" gnus-summary-sort-by-lines t]
2767          ["Sort by characters" gnus-summary-sort-by-chars t]
2768          ["Randomize" gnus-summary-sort-by-random t]
2769          ["Original sort" gnus-summary-sort-by-original t])
2770         ("Help"
2771          ["Describe group" gnus-summary-describe-group t]
2772          ["Read manual" gnus-info-find-node t])
2773         ("Modes"
2774          ["Pick and read" gnus-pick-mode t]
2775          ["Binary" gnus-binary-mode t])
2776         ("Regeneration"
2777          ["Regenerate" gnus-summary-prepare t]
2778          ["Insert cached articles" gnus-summary-insert-cached-articles t]
2779          ["Insert dormant articles" gnus-summary-insert-dormant-articles t]
2780          ["Insert ticked articles" gnus-summary-insert-ticked-articles t]
2781          ["Toggle threading" gnus-summary-toggle-threads t])
2782         ["See old articles" gnus-summary-insert-old-articles t]
2783         ["See new articles" gnus-summary-insert-new-articles t]
2784         ["Filter articles..." gnus-summary-execute-command t]
2785         ["Run command on articles..." gnus-summary-universal-argument t]
2786         ["Search articles forward..." gnus-summary-search-article-forward t]
2787         ["Search articles backward..." gnus-summary-search-article-backward t]
2788         ["Toggle line truncation" gnus-summary-toggle-truncation t]
2789         ["Expand window" gnus-summary-expand-window t]
2790         ["Expire expirable articles" gnus-summary-expire-articles
2791          (gnus-check-backend-function
2792           'request-expire-articles gnus-newsgroup-name)]
2793         ["Edit local kill file" gnus-summary-edit-local-kill t]
2794         ["Edit main kill file" gnus-summary-edit-global-kill t]
2795         ["Edit group parameters" gnus-summary-edit-parameters t]
2796         ["Customize group parameters" gnus-summary-customize-parameters t]
2797         ["Send a bug report" gnus-bug t]
2798         ("Exit"
2799          ["Catchup and exit" gnus-summary-catchup-and-exit
2800           ,@(if (featurep 'xemacs) '(t)
2801               '(:help "Mark unread articles in this group as read, then exit"))]
2802          ["Catchup all and exit" gnus-summary-catchup-all-and-exit t]
2803          ["Catchup and goto next" gnus-summary-catchup-and-goto-next-group t]
2804          ["Catchup and goto prev" gnus-summary-catchup-and-goto-prev-group t]
2805          ["Exit group" gnus-summary-exit
2806           ,@(if (featurep 'xemacs) '(t)
2807               '(:help "Exit current group, return to group selection mode"))]
2808          ["Exit group without updating" gnus-summary-exit-no-update t]
2809          ["Exit and goto next group" gnus-summary-next-group t]
2810          ["Exit and goto prev group" gnus-summary-prev-group t]
2811          ["Reselect group" gnus-summary-reselect-current-group t]
2812          ["Rescan group" gnus-summary-rescan-group t]
2813          ["Update dribble" gnus-summary-save-newsrc t])))
2814
2815     (gnus-run-hooks 'gnus-summary-menu-hook)))
2816
2817 (defvar gnus-summary-tool-bar-map nil)
2818
2819 ;; Note: The :set function in the `gnus-summary-tool-bar*' variables will only
2820 ;; affect _new_ message buffers.  We might add a function that walks thru all
2821 ;; summary-mode buffers and force the update.
2822 (defun gnus-summary-tool-bar-update (&optional symbol value)
2823   "Update summary mode toolbar.
2824 Setter function for custom variables."
2825   (setq-default gnus-summary-tool-bar-map nil)
2826   (when symbol
2827     ;; When used as ":set" function:
2828     (set-default symbol value))
2829   (when (gnus-buffer-live-p gnus-summary-buffer)
2830     (with-current-buffer gnus-summary-buffer
2831       (gnus-summary-make-tool-bar))))
2832
2833 (defcustom gnus-summary-tool-bar (if (eq gmm-tool-bar-style 'gnome)
2834                                      'gnus-summary-tool-bar-gnome
2835                                    'gnus-summary-tool-bar-retro)
2836   "Specifies the Gnus summary tool bar.
2837
2838 It can be either a list or a symbol referring to a list.  See
2839 `gmm-tool-bar-from-list' for the format of the list.  The
2840 default key map is `gnus-summary-mode-map'.
2841
2842 Pre-defined symbols include `gnus-summary-tool-bar-gnome' and
2843 `gnus-summary-tool-bar-retro'."
2844   :type '(choice (const :tag "GNOME style" gnus-summary-tool-bar-gnome)
2845                  (const :tag "Retro look"  gnus-summary-tool-bar-retro)
2846                  (repeat :tag "User defined list" gmm-tool-bar-item)
2847                  (symbol))
2848   :version "23.1" ;; No Gnus
2849   :initialize 'custom-initialize-default
2850   :set 'gnus-summary-tool-bar-update
2851   :group 'gnus-summary)
2852
2853 (defcustom gnus-summary-tool-bar-gnome
2854   '((gnus-summary-post-news "mail/compose" nil)
2855     (gnus-summary-insert-new-articles "mail/inbox" nil
2856                                       :visible (or (not gnus-agent)
2857                                                    gnus-plugged))
2858     (gnus-summary-reply-with-original "mail/reply")
2859     (gnus-summary-reply "mail/reply" nil :visible nil)
2860     (gnus-summary-followup-with-original "mail/reply-all")
2861     (gnus-summary-followup "mail/reply-all" nil :visible nil)
2862     (gnus-summary-mail-forward "mail/forward")
2863     (gnus-summary-save-article "mail/save")
2864     (gnus-summary-search-article-forward "search" nil :visible nil)
2865     (gnus-summary-print-article "print")
2866     (gnus-summary-tick-article-forward "flag-followup" nil :visible nil)
2867     ;; Some new commands that may need more suitable icons:
2868     (gnus-summary-save-newsrc "save" nil :visible nil)
2869     ;; (gnus-summary-show-article "stock_message-display" nil :visible nil)
2870     (gnus-summary-prev-article "left-arrow")
2871     (gnus-summary-next-article "right-arrow")
2872     (gnus-summary-next-page "next-page")
2873     ;; (gnus-summary-enter-digest-group "right_arrow" nil :visible nil)
2874     ;;
2875     ;; Maybe some sort-by-... could be added:
2876     ;; (gnus-summary-sort-by-author "sort-a-z" nil :visible nil)
2877     ;; (gnus-summary-sort-by-date "sort-1-9" nil :visible nil)
2878     (gnus-summary-mark-as-expirable
2879      "delete" nil
2880      :visible (gnus-check-backend-function 'request-expire-articles
2881                                            gnus-newsgroup-name))
2882     (gnus-summary-mark-as-spam
2883      "mail/spam" t
2884      :visible (and (fboundp 'spam-group-ham-contents-p)
2885                    (spam-group-ham-contents-p gnus-newsgroup-name))
2886      :help "Mark as spam")
2887     (gnus-summary-mark-as-read-forward
2888      "mail/not-spam" nil
2889      :visible (and (fboundp 'spam-group-spam-contents-p)
2890                    (spam-group-spam-contents-p gnus-newsgroup-name)))
2891     ;;
2892     (gnus-summary-exit "exit")
2893     (gmm-customize-mode "preferences" t :help "Edit mode preferences")
2894     (gnus-info-find-node "help"))
2895   "List of functions for the summary tool bar (GNOME style).
2896
2897 See `gmm-tool-bar-from-list' for the format of the list."
2898   :type '(repeat gmm-tool-bar-item)
2899   :version "23.1" ;; No Gnus
2900   :initialize 'custom-initialize-default
2901   :set 'gnus-summary-tool-bar-update
2902   :group 'gnus-summary)
2903
2904 (defcustom gnus-summary-tool-bar-retro
2905   '((gnus-summary-prev-unread-article "gnus/prev-ur")
2906     (gnus-summary-next-unread-article "gnus/next-ur")
2907     (gnus-summary-post-news "gnus/post")
2908     (gnus-summary-followup-with-original "gnus/fuwo")
2909     (gnus-summary-followup "gnus/followup")
2910     (gnus-summary-reply-with-original "gnus/reply-wo")
2911     (gnus-summary-reply "gnus/reply")
2912     (gnus-summary-caesar-message "gnus/rot13")
2913     (gnus-uu-decode-uu "gnus/uu-decode")
2914     (gnus-summary-save-article-file "gnus/save-aif")
2915     (gnus-summary-save-article "gnus/save-art")
2916     (gnus-uu-post-news "gnus/uu-post")
2917     (gnus-summary-catchup "gnus/catchup")
2918     (gnus-summary-catchup-and-exit "gnus/cu-exit")
2919     (gnus-summary-exit "gnus/exit-summ")
2920     ;; Some new command that may need more suitable icons:
2921     (gnus-summary-print-article "gnus/print" nil :visible nil)
2922     (gnus-summary-mark-as-expirable "gnus/close" nil :visible nil)
2923     (gnus-summary-save-newsrc "gnus/save" nil :visible nil)
2924     ;; (gnus-summary-enter-digest-group "gnus/right_arrow" nil :visible nil)
2925     (gnus-summary-search-article-forward "gnus/search" nil :visible nil)
2926     ;; (gnus-summary-insert-new-articles "gnus/paste" nil :visible nil)
2927     ;; (gnus-summary-toggle-threads "gnus/open" nil :visible nil)
2928     ;;
2929     (gnus-info-find-node "gnus/help" nil :visible nil))
2930   "List of functions for the summary tool bar (retro look).
2931
2932 See `gmm-tool-bar-from-list' for the format of the list."
2933   :type '(repeat gmm-tool-bar-item)
2934   :version "23.1" ;; No Gnus
2935   :initialize 'custom-initialize-default
2936   :set 'gnus-summary-tool-bar-update
2937   :group 'gnus-summary)
2938
2939 (defcustom gnus-summary-tool-bar-zap-list t
2940   "List of icon items from the global tool bar.
2941 These items are not displayed in the Gnus summary mode tool bar.
2942
2943 See `gmm-tool-bar-from-list' for the format of the list."
2944   :type 'gmm-tool-bar-zap-list
2945   :version "23.1" ;; No Gnus
2946   :initialize 'custom-initialize-default
2947   :set 'gnus-summary-tool-bar-update
2948   :group 'gnus-summary)
2949
2950 (defvar image-load-path)
2951 (defvar tool-bar-map)
2952
2953 (defun gnus-summary-make-tool-bar (&optional force)
2954   "Make a summary mode tool bar from `gnus-summary-tool-bar'.
2955 When FORCE, rebuild the tool bar."
2956   (when (and (not (featurep 'xemacs))
2957              (boundp 'tool-bar-mode)
2958              tool-bar-mode
2959              (or (not gnus-summary-tool-bar-map) force))
2960     (let* ((load-path
2961             (gmm-image-load-path-for-library "gnus"
2962                                              "mail/save.xpm"
2963                                              nil t))
2964            (image-load-path (cons (car load-path)
2965                                   (when (boundp 'image-load-path)
2966                                     image-load-path)))
2967            (map (gmm-tool-bar-from-list gnus-summary-tool-bar
2968                                         gnus-summary-tool-bar-zap-list
2969                                         'gnus-summary-mode-map)))
2970       (when map
2971         ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode'
2972         ;; uses its value.
2973         (setq gnus-summary-tool-bar-map map))))
2974   (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map))
2975
2976 (defun gnus-score-set-default (var value)
2977   "A version of set that updates the GNU Emacs menu-bar."
2978   (set var value)
2979   ;; It is the message that forces the active status to be updated.
2980   (message ""))
2981
2982 (defun gnus-make-score-map (type)
2983   "Make a summary score map of type TYPE."
2984   (if t
2985       nil
2986     (let ((headers '(("author" "from" string)
2987                      ("subject" "subject" string)
2988                      ("article body" "body" string)
2989                      ("article head" "head" string)
2990                      ("xref" "xref" string)
2991                      ("extra header" "extra" string)
2992                      ("lines" "lines" number)
2993                      ("followups to author" "followup" string)))
2994           (types '((number ("less than" <)
2995                            ("greater than" >)
2996                            ("equal" =))
2997                    (string ("substring" s)
2998                            ("exact string" e)
2999                            ("fuzzy string" f)
3000                            ("regexp" r))))
3001           (perms '(("temporary" (current-time-string))
3002                    ("permanent" nil)
3003                    ("immediate" now)))
3004           header)
3005       (list
3006        (apply
3007         'nconc
3008         (list
3009          (if (eq type 'lower)
3010              "Lower score"
3011            "Increase score"))
3012         (let (outh)
3013           (while headers
3014             (setq header (car headers))
3015             (setq outh
3016                   (cons
3017                    (apply
3018                     'nconc
3019                     (list (car header))
3020                     (let ((ts (cdr (assoc (nth 2 header) types)))
3021                           outt)
3022                       (while ts
3023                         (setq outt
3024                               (cons
3025                                (apply
3026                                 'nconc
3027                                 (list (caar ts))
3028                                 (let ((ps perms)
3029                                       outp)
3030                                   (while ps
3031                                     (setq outp
3032                                           (cons
3033                                            (vector
3034                                             (caar ps)
3035                                             (list
3036                                              'gnus-summary-score-entry
3037                                              (nth 1 header)
3038                                              (if (or (string= (nth 1 header)
3039                                                               "head")
3040                                                      (string= (nth 1 header)
3041                                                               "body"))
3042                                                  ""
3043                                                (list 'gnus-summary-header
3044                                                      (nth 1 header)))
3045                                              (list 'quote (nth 1 (car ts)))
3046                                              (list 'gnus-score-delta-default
3047                                                    nil)
3048                                              (nth 1 (car ps))
3049                                              t)
3050                                             t)
3051                                            outp))
3052                                     (setq ps (cdr ps)))
3053                                   (list (nreverse outp))))
3054                                outt))
3055                         (setq ts (cdr ts)))
3056                       (list (nreverse outt))))
3057                    outh))
3058             (setq headers (cdr headers)))
3059           (list (nreverse outh))))))))
3060
3061
3062 (declare-function turn-on-gnus-mailing-list-mode "gnus-ml" ())
3063 (defvar bookmark-make-record-function)
3064 \f
3065
3066 (defun gnus-summary-mode (&optional group)
3067   "Major mode for reading articles.
3068
3069 All normal editing commands are switched off.
3070 \\<gnus-summary-mode-map>
3071 Each line in this buffer represents one article.  To read an
3072 article, you can, for instance, type `\\[gnus-summary-next-page]'.  To move forwards
3073 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
3074 respectively.
3075
3076 You can also post articles and send mail from this buffer.  To
3077 follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the author
3078 of an article, type `\\[gnus-summary-reply]'.
3079
3080 There are approx. one gazillion commands you can execute in this
3081 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
3082
3083 The following commands are available:
3084
3085 \\{gnus-summary-mode-map}"
3086   (interactive)
3087   (kill-all-local-variables)
3088   (let ((gnus-summary-local-variables gnus-newsgroup-variables))
3089     (gnus-summary-make-local-variables))
3090   (gnus-summary-make-local-variables)
3091   (setq gnus-newsgroup-name group)
3092   (when (gnus-visual-p 'summary-menu 'menu)
3093     (gnus-summary-make-menu-bar)
3094     (gnus-summary-make-tool-bar))
3095   (gnus-make-thread-indent-array)
3096   (gnus-simplify-mode-line)
3097   (setq major-mode 'gnus-summary-mode)
3098   (setq mode-name "Summary")
3099   (use-local-map gnus-summary-mode-map)
3100   (buffer-disable-undo)
3101   (setq buffer-read-only t              ;Disable modification
3102         show-trailing-whitespace nil)
3103   (setq truncate-lines t)
3104   (add-to-invisibility-spec '(gnus-sum . t))
3105   (gnus-summary-set-display-table)
3106   (gnus-set-default-directory)
3107   (make-local-variable 'gnus-summary-line-format)
3108   (make-local-variable 'gnus-summary-line-format-spec)
3109   (make-local-variable 'gnus-summary-dummy-line-format)
3110   (make-local-variable 'gnus-summary-dummy-line-format-spec)
3111   (make-local-variable 'gnus-summary-mark-positions)
3112   (gnus-make-local-hook 'pre-command-hook)
3113   (add-hook 'pre-command-hook 'gnus-set-global-variables nil t)
3114   (gnus-run-mode-hooks 'gnus-summary-mode-hook)
3115   (turn-on-gnus-mailing-list-mode)
3116   (mm-enable-multibyte)
3117   (set (make-local-variable 'bookmark-make-record-function)
3118        'gnus-summary-bookmark-make-record)
3119   (gnus-update-format-specifications nil 'summary 'summary-mode 'summary-dummy)
3120   (gnus-update-summary-mark-positions))
3121
3122 (defun gnus-summary-make-local-variables ()
3123   "Make all the local summary buffer variables."
3124   (let (global)
3125     (dolist (local gnus-summary-local-variables)
3126       (if (consp local)
3127           (progn
3128             (if (eq (cdr local) 'global)
3129                 ;; Copy the global value of the variable.
3130                 (setq global (symbol-value (car local)))
3131               ;; Use the value from the list.
3132               (setq global (eval (cdr local))))
3133             (set (make-local-variable (car local)) global))
3134         ;; Simple nil-valued local variable.
3135         (set (make-local-variable local) nil)))))
3136
3137 ;; Summary data functions.
3138
3139 (defmacro gnus-data-number (data)
3140   `(car ,data))
3141
3142 (defmacro gnus-data-set-number (data number)
3143   `(setcar ,data ,number))
3144
3145 (defmacro gnus-data-mark (data)
3146   `(nth 1 ,data))
3147
3148 (defmacro gnus-data-set-mark (data mark)
3149   `(setcar (nthcdr 1 ,data) ,mark))
3150
3151 (defmacro gnus-data-pos (data)
3152   `(nth 2 ,data))
3153
3154 (defmacro gnus-data-set-pos (data pos)
3155   `(setcar (nthcdr 2 ,data) ,pos))
3156
3157 (defmacro gnus-data-header (data)
3158   `(nth 3 ,data))
3159
3160 (defmacro gnus-data-set-header (data header)
3161   `(setf (nth 3 ,data) ,header))
3162
3163 (defmacro gnus-data-level (data)
3164   `(nth 4 ,data))
3165
3166 (defmacro gnus-data-unread-p (data)
3167   `(= (nth 1 ,data) gnus-unread-mark))
3168
3169 (defmacro gnus-data-read-p (data)
3170   `(/= (nth 1 ,data) gnus-unread-mark))
3171
3172 (defmacro gnus-data-pseudo-p (data)
3173   `(consp (nth 3 ,data)))
3174
3175 (defmacro gnus-data-find (number)
3176   `(assq ,number gnus-newsgroup-data))
3177
3178 (defmacro gnus-data-find-list (number &optional data)
3179   `(let ((bdata ,(or data 'gnus-newsgroup-data)))
3180      (memq (assq ,number bdata)
3181            bdata)))
3182
3183 (defmacro gnus-data-make (number mark pos header level)
3184   `(list ,number ,mark ,pos ,header ,level))
3185
3186 (defun gnus-data-enter (after-article number mark pos header level offset)
3187   (let ((data (gnus-data-find-list after-article)))
3188     (unless data
3189       (error "No such article: %d" after-article))
3190     (setcdr data (cons (gnus-data-make number mark pos header level)
3191                        (cdr data)))
3192     (setq gnus-newsgroup-data-reverse nil)
3193     (gnus-data-update-list (cddr data) offset)))
3194
3195 (defun gnus-data-enter-list (after-article list &optional offset)
3196   (when list
3197     (let ((data (and after-article (gnus-data-find-list after-article)))
3198           (ilist list))
3199       (if (not (or data
3200                    after-article))
3201           (let ((odata gnus-newsgroup-data))
3202             (setq gnus-newsgroup-data (nconc list gnus-newsgroup-data))
3203             (when offset
3204               (gnus-data-update-list odata offset)))
3205         ;; Find the last element in the list to be spliced into the main
3206         ;; list.
3207         (setq list (last list))
3208         (if (not data)
3209             (progn
3210               (setcdr list gnus-newsgroup-data)
3211               (setq gnus-newsgroup-data ilist)
3212               (when offset
3213                 (gnus-data-update-list (cdr list) offset)))
3214           (setcdr list (cdr data))
3215           (setcdr data ilist)
3216           (when offset
3217             (gnus-data-update-list (cdr list) offset))))
3218       (setq gnus-newsgroup-data-reverse nil))))
3219
3220 (defun gnus-data-remove (article &optional offset)
3221   (let ((data gnus-newsgroup-data))
3222     (if (= (gnus-data-number (car data)) article)
3223         (progn
3224           (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
3225                 gnus-newsgroup-data-reverse nil)
3226           (when offset
3227             (gnus-data-update-list gnus-newsgroup-data offset)))
3228       (while (cdr data)
3229         (when (= (gnus-data-number (cadr data)) article)
3230           (setcdr data (cddr data))
3231           (when offset
3232             (gnus-data-update-list (cdr data) offset))
3233           (setq data nil
3234                 gnus-newsgroup-data-reverse nil))
3235         (setq data (cdr data))))))
3236
3237 (defmacro gnus-data-list (backward)
3238   `(if ,backward
3239        (or gnus-newsgroup-data-reverse
3240            (setq gnus-newsgroup-data-reverse
3241                  (reverse gnus-newsgroup-data)))
3242      gnus-newsgroup-data))
3243
3244 (defun gnus-data-update-list (data offset)
3245   "Add OFFSET to the POS of all data entries in DATA."
3246   (setq gnus-newsgroup-data-reverse nil)
3247   (while data
3248     (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
3249     (setq data (cdr data))))
3250
3251 (defun gnus-summary-article-pseudo-p (article)
3252   "Say whether this article is a pseudo article or not."
3253   (not (vectorp (gnus-data-header (gnus-data-find article)))))
3254
3255 (defmacro gnus-summary-article-sparse-p (article)
3256   "Say whether this article is a sparse article or not."
3257   `(memq ,article gnus-newsgroup-sparse))
3258
3259 (defmacro gnus-summary-article-ancient-p (article)
3260   "Say whether this article is a sparse article or not."
3261   `(memq ,article gnus-newsgroup-ancient))
3262
3263 (defun gnus-article-parent-p (number)
3264   "Say whether this article is a parent or not."
3265   (let ((data (gnus-data-find-list number)))
3266     (and (cdr data)              ; There has to be an article after...
3267          (< (gnus-data-level (car data)) ; And it has to have a higher level.
3268             (gnus-data-level (nth 1 data))))))
3269
3270 (defun gnus-article-children (number)
3271   "Return a list of all children to NUMBER."
3272   (let* ((data (gnus-data-find-list number))
3273          (level (gnus-data-level (car data)))
3274          children)
3275     (setq data (cdr data))
3276     (while (and data
3277                 (= (gnus-data-level (car data)) (1+ level)))
3278       (push (gnus-data-number (car data)) children)
3279       (setq data (cdr data)))
3280     children))
3281
3282 (defmacro gnus-summary-skip-intangible ()
3283   "If the current article is intangible, then jump to a different article."
3284   '(let ((to (get-text-property (point) 'gnus-intangible)))
3285      (and to (gnus-summary-goto-subject to))))
3286
3287 (defmacro gnus-summary-article-intangible-p ()
3288   "Say whether this article is intangible or not."
3289   '(get-text-property (point) 'gnus-intangible))
3290
3291 (defun gnus-article-read-p (article)
3292   "Say whether ARTICLE is read or not."
3293   (not (or (memq article gnus-newsgroup-marked)
3294            (memq article gnus-newsgroup-spam-marked)
3295            (memq article gnus-newsgroup-unreads)
3296            (memq article gnus-newsgroup-unselected)
3297            (memq article gnus-newsgroup-dormant))))
3298
3299 ;; Some summary mode macros.
3300
3301 (defmacro gnus-summary-article-number ()
3302   "The article number of the article on the current line.
3303 If there isn't an article number here, then we return the current
3304 article number."
3305   '(progn
3306      (gnus-summary-skip-intangible)
3307      (or (get-text-property (point) 'gnus-number)
3308          (gnus-summary-last-subject))))
3309
3310 (defmacro gnus-summary-article-header (&optional number)
3311   "Return the header of article NUMBER."
3312   `(gnus-data-header (gnus-data-find
3313                       ,(or number '(gnus-summary-article-number)))))
3314
3315 (defmacro gnus-summary-thread-level (&optional number)
3316   "Return the level of thread that starts with article NUMBER."
3317   `(if (and (eq gnus-summary-make-false-root 'dummy)
3318             (get-text-property (point) 'gnus-intangible))
3319        0
3320      (gnus-data-level (gnus-data-find
3321                        ,(or number '(gnus-summary-article-number))))))
3322
3323 (defmacro gnus-summary-article-mark (&optional number)
3324   "Return the mark of article NUMBER."
3325   `(gnus-data-mark (gnus-data-find
3326                     ,(or number '(gnus-summary-article-number)))))
3327
3328 (defmacro gnus-summary-article-pos (&optional number)
3329   "Return the position of the line of article NUMBER."
3330   `(gnus-data-pos (gnus-data-find
3331                    ,(or number '(gnus-summary-article-number)))))
3332
3333 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
3334 (defmacro gnus-summary-article-subject (&optional number)
3335   "Return current subject string or nil if nothing."
3336   `(let ((headers
3337           ,(if number
3338                `(gnus-data-header (assq ,number gnus-newsgroup-data))
3339              '(gnus-data-header (assq (gnus-summary-article-number)
3340                                       gnus-newsgroup-data)))))
3341      (and headers
3342           (vectorp headers)
3343           (mail-header-subject headers))))
3344
3345 (defmacro gnus-summary-article-score (&optional number)
3346   "Return current article score."
3347   `(or (cdr (assq ,(or number '(gnus-summary-article-number))
3348                   gnus-newsgroup-scored))
3349        gnus-summary-default-score 0))
3350
3351 (defun gnus-summary-article-children (&optional number)
3352   "Return a list of article numbers that are children of article NUMBER."
3353   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
3354          (level (gnus-data-level (car data)))
3355          l children)
3356     (while (and (setq data (cdr data))
3357                 (> (setq l (gnus-data-level (car data))) level))
3358       (and (= (1+ level) l)
3359            (push (gnus-data-number (car data))
3360                  children)))
3361     (nreverse children)))
3362
3363 (defun gnus-summary-article-parent (&optional number)
3364   "Return the article number of the parent of article NUMBER."
3365   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
3366                                     (gnus-data-list t)))
3367          (level (gnus-data-level (car data))))
3368     (if (zerop level)
3369         ()                              ; This is a root.
3370       ;; We search until we find an article with a level less than
3371       ;; this one.  That function has to be the parent.
3372       (while (and (setq data (cdr data))
3373                   (not (< (gnus-data-level (car data)) level))))
3374       (and data (gnus-data-number (car data))))))
3375
3376 (defun gnus-unread-mark-p (mark)
3377   "Say whether MARK is the unread mark."
3378   (= mark gnus-unread-mark))
3379
3380 (defun gnus-read-mark-p (mark)
3381   "Say whether MARK is one of the marks that mark as read.
3382 This is all marks except unread, ticked, dormant, and expirable."
3383   (not (or (= mark gnus-unread-mark)
3384            (= mark gnus-ticked-mark)
3385            (= mark gnus-spam-mark)
3386            (= mark gnus-dormant-mark)
3387            (= mark gnus-expirable-mark))))
3388
3389 (defmacro gnus-article-mark (number)
3390   "Return the MARK of article NUMBER.
3391 This macro should only be used when computing the mark the \"first\"
3392 time; i.e., when generating the summary lines.  After that,
3393 `gnus-summary-article-mark' should be used to examine the
3394 marks of articles."
3395   `(cond
3396     ((memq ,number gnus-newsgroup-unsendable) gnus-unsendable-mark)
3397     ((memq ,number gnus-newsgroup-downloadable) gnus-downloadable-mark)
3398     ((memq ,number gnus-newsgroup-unreads) gnus-unread-mark)
3399     ((memq ,number gnus-newsgroup-marked) gnus-ticked-mark)
3400     ((memq ,number gnus-newsgroup-spam-marked) gnus-spam-mark)
3401     ((memq ,number gnus-newsgroup-dormant) gnus-dormant-mark)
3402     ((memq ,number gnus-newsgroup-expirable) gnus-expirable-mark)
3403     (t (or (cdr (assq ,number gnus-newsgroup-reads))
3404            gnus-ancient-mark))))
3405
3406 ;; Saving hidden threads.
3407
3408 (defmacro gnus-save-hidden-threads (&rest forms)
3409   "Save hidden threads, eval FORMS, and restore the hidden threads."
3410   (let ((config (make-symbol "config")))
3411     `(let ((,config (gnus-hidden-threads-configuration)))
3412        (unwind-protect
3413            (save-excursion
3414              ,@forms)
3415          (gnus-restore-hidden-threads-configuration ,config)))))
3416 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
3417 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
3418
3419 (defun gnus-data-compute-positions ()
3420   "Compute the positions of all articles."
3421   (setq gnus-newsgroup-data-reverse nil)
3422   (let ((data gnus-newsgroup-data))
3423     (save-excursion
3424       (gnus-save-hidden-threads
3425         (gnus-summary-show-all-threads)
3426         (goto-char (point-min))
3427         (while data
3428           (while (get-text-property (point) 'gnus-intangible)
3429             (forward-line 1))
3430           (gnus-data-set-pos (car data) (+ (point) 3))
3431           (setq data (cdr data))
3432           (forward-line 1))))))
3433
3434 (defun gnus-hidden-threads-configuration ()
3435   "Return the current hidden threads configuration."
3436   (save-excursion
3437     (let (config)
3438       (goto-char (point-min))
3439       (while (not (eobp))
3440         (when (eq (get-char-property (point-at-eol) 'invisible) 'gnus-sum)
3441           (push (save-excursion (forward-line 0) (point)) config))
3442         (forward-line 1))
3443       config)))
3444
3445 (defun gnus-restore-hidden-threads-configuration (config)
3446   "Restore hidden threads configuration from CONFIG."
3447   (save-excursion
3448     (let (point (inhibit-read-only t))
3449       (while (setq point (pop config))
3450         (goto-char point)
3451         (gnus-summary-hide-thread)))))
3452
3453 ;; Various summary mode internalish functions.
3454
3455 (defun gnus-mouse-pick-article (e)
3456   (interactive "e")
3457   (mouse-set-point e)
3458   (gnus-summary-next-page nil t))
3459
3460 (defun gnus-summary-set-display-table ()
3461   "Change the display table.
3462 Odd characters have a tendency to mess
3463 up nicely formatted displays - we make all possible glyphs
3464 display only a single character."
3465
3466   ;; We start from the standard display table, if any.
3467   (let ((table (or (copy-sequence standard-display-table)
3468                    (make-display-table)))
3469         (i 32))
3470     ;; Nix out all the control chars...
3471     (while (>= (setq i (1- i)) 0)
3472       (gnus-put-display-table i [??] table))
3473    ;; ... but not newline and cr, of course.  (cr is necessary for the
3474     ;; selective display).
3475     (gnus-put-display-table ?\n nil table)
3476     (gnus-put-display-table ?\r nil table)
3477     ;; We keep TAB as well.
3478     (gnus-put-display-table ?\t nil table)
3479     ;; We nix out any glyphs 127 through 255, or 127 through 159 in
3480     ;; Emacs 23 (unicode), that are not set already.
3481     (let ((i (if (ignore-errors (= (make-char 'latin-iso8859-1 160) 160))
3482                  160
3483                256)))
3484       (while (>= (setq i (1- i)) 127)
3485         ;; Only modify if the entry is nil.
3486         (unless (gnus-get-display-table i table)
3487           (gnus-put-display-table i [??] table))))
3488     (setq buffer-display-table table)))
3489
3490 (defun gnus-summary-set-article-display-arrow (pos)
3491   "Update the overlay arrow to point to line at position POS."
3492   (when gnus-summary-display-arrow
3493     (make-local-variable 'overlay-arrow-position)
3494     (make-local-variable 'overlay-arrow-string)
3495     (save-excursion
3496       (goto-char pos)
3497       (beginning-of-line)
3498       (unless overlay-arrow-position
3499         (setq overlay-arrow-position (make-marker)))
3500       (setq overlay-arrow-string "=>"
3501             overlay-arrow-position (set-marker overlay-arrow-position
3502                                                (point)
3503                                                (current-buffer))))))
3504
3505 (defun gnus-summary-setup-buffer (group)
3506   "Initialize summary buffer.
3507 If the setup was successful, non-nil is returned."
3508   (let ((buffer (gnus-summary-buffer-name group))
3509         (dead-name (concat "*Dead Summary "
3510                            (gnus-group-decoded-name group) "*")))
3511     ;; If a dead summary buffer exists, we kill it.
3512     (when (gnus-buffer-live-p dead-name)
3513       (gnus-kill-buffer dead-name))
3514     (if (get-buffer buffer)
3515         (progn
3516           (set-buffer buffer)
3517           (setq gnus-summary-buffer (current-buffer))
3518           (not gnus-newsgroup-prepared))
3519       ;; Fix by Sudish Joseph <joseph@cis.ohio-state.edu>
3520       (setq gnus-summary-buffer (set-buffer (gnus-get-buffer-create buffer)))
3521       (gnus-summary-mode group)
3522       (when (gnus-group-quit-config group)
3523         (set (make-local-variable 'gnus-single-article-buffer) nil))
3524       (make-local-variable 'gnus-article-buffer)
3525       (make-local-variable 'gnus-article-current)
3526       (make-local-variable 'gnus-original-article-buffer)
3527       (setq gnus-newsgroup-name group)
3528       ;; Set any local variables in the group parameters.
3529       (gnus-summary-set-local-parameters gnus-newsgroup-name)
3530       t)))
3531
3532 (defun gnus-set-global-variables ()
3533   "Set the global equivalents of the buffer-local variables.
3534 They are set to the latest values they had.  These reflect the summary
3535 buffer that was in action when the last article was fetched."
3536   (when (eq major-mode 'gnus-summary-mode)
3537     (setq gnus-summary-buffer (current-buffer))
3538     (let ((name gnus-newsgroup-name)
3539           (marked gnus-newsgroup-marked)
3540           (spam gnus-newsgroup-spam-marked)
3541           (unread gnus-newsgroup-unreads)
3542           (headers gnus-current-headers)
3543           (data gnus-newsgroup-data)
3544           (summary gnus-summary-buffer)
3545           (article-buffer gnus-article-buffer)
3546           (original gnus-original-article-buffer)
3547           (gac gnus-article-current)
3548           (reffed gnus-reffed-article-number)
3549           (score-file gnus-current-score-file)
3550           (default-charset gnus-newsgroup-charset)
3551           vlist)
3552       (let ((locals gnus-newsgroup-variables))
3553         (while locals
3554           (if (consp (car locals))
3555               (push (eval (caar locals)) vlist)
3556             (push (eval (car locals)) vlist))
3557           (setq locals (cdr locals)))
3558         (setq vlist (nreverse vlist)))
3559       (with-current-buffer gnus-group-buffer
3560         (setq gnus-newsgroup-name name
3561               gnus-newsgroup-marked marked
3562               gnus-newsgroup-spam-marked spam
3563               gnus-newsgroup-unreads unread
3564               gnus-current-headers headers
3565               gnus-newsgroup-data data
3566               gnus-article-current gac
3567               gnus-summary-buffer summary
3568               gnus-article-buffer article-buffer
3569               gnus-original-article-buffer original
3570               gnus-reffed-article-number reffed
3571               gnus-current-score-file score-file
3572               gnus-newsgroup-charset default-charset)
3573         (let ((locals gnus-newsgroup-variables))
3574           (while locals
3575             (if (consp (car locals))
3576                 (set (caar locals) (pop vlist))
3577               (set (car locals) (pop vlist)))
3578             (setq locals (cdr locals))))
3579         ;; The article buffer also has local variables.
3580         (when (gnus-buffer-live-p gnus-article-buffer)
3581           (set-buffer gnus-article-buffer)
3582           (setq gnus-summary-buffer summary))))))
3583
3584 (defun gnus-summary-article-unread-p (article)
3585   "Say whether ARTICLE is unread or not."
3586   (memq article gnus-newsgroup-unreads))
3587
3588 (defun gnus-summary-first-article-p (&optional article)
3589   "Return whether ARTICLE is the first article in the buffer."
3590   (if (not (setq article (or article (gnus-summary-article-number))))
3591       nil
3592     (eq article (caar gnus-newsgroup-data))))
3593
3594 (defun gnus-summary-last-article-p (&optional article)
3595   "Return whether ARTICLE is the last article in the buffer."
3596   (if (not (setq article (or article (gnus-summary-article-number))))
3597       ;; All non-existent numbers are the last article.  :-)
3598       t
3599     (not (cdr (gnus-data-find-list article)))))
3600
3601 (defun gnus-make-thread-indent-array (&optional n)
3602   (when (or n
3603             (progn (setq n 200) nil)
3604             (null gnus-thread-indent-array)
3605             (/= gnus-thread-indent-level gnus-thread-indent-array-level))
3606     (setq gnus-thread-indent-array (make-vector (1+ n) "")
3607           gnus-thread-indent-array-level gnus-thread-indent-level)
3608     (while (>= n 0)
3609       (aset gnus-thread-indent-array n
3610             (make-string (* n gnus-thread-indent-level) ? ))
3611       (setq n (1- n)))))
3612
3613 (defun gnus-update-summary-mark-positions ()
3614   "Compute where the summary marks are to go."
3615   (save-excursion
3616     (when (gnus-buffer-exists-p gnus-summary-buffer)
3617       (set-buffer gnus-summary-buffer))
3618     (let ((spec gnus-summary-line-format-spec)
3619           pos)
3620       (save-excursion
3621         (gnus-set-work-buffer)
3622         (let ((gnus-tmp-unread ?Z)
3623               (gnus-replied-mark ?Z)
3624               (gnus-score-below-mark ?Z)
3625               (gnus-score-over-mark ?Z)
3626               (gnus-undownloaded-mark ?Z)
3627               (gnus-summary-line-format-spec spec)
3628               (gnus-newsgroup-downloadable '(0))
3629               (header [0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil])
3630               case-fold-search ignores)
3631           ;; Here, all marks are bound to Z.
3632           (gnus-summary-insert-line header
3633                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3634           (goto-char (point-min))
3635           ;; Memorize the positions of the same characters as dummy marks.
3636           (while (re-search-forward "[A-D]" nil t)
3637             (push (point) ignores))
3638           (erase-buffer)
3639           ;; We use A-D as dummy marks in order to know column positions
3640           ;; where marks should be inserted.
3641           (setq gnus-tmp-unread ?A
3642                 gnus-replied-mark ?B
3643                 gnus-score-below-mark ?C
3644                 gnus-score-over-mark ?C
3645                 gnus-undownloaded-mark ?D)
3646           (gnus-summary-insert-line header
3647                                     0 nil t gnus-tmp-unread t nil "" nil 1)
3648           ;; Ignore characters which aren't dummy marks.
3649           (dolist (p ignores)
3650             (delete-region (goto-char (1- p)) p)
3651             (insert ?Z))
3652           (goto-char (point-min))
3653           (setq pos (list (cons 'unread
3654                                 (and (search-forward "A" nil t)
3655                                      (- (point) (point-min) 1)))))
3656           (goto-char (point-min))
3657           (push (cons 'replied (and (search-forward "B" nil t)
3658                                     (- (point) (point-min) 1)))
3659                 pos)
3660           (goto-char (point-min))
3661           (push (cons 'score (and (search-forward "C" nil t)
3662                                   (- (point) (point-min) 1)))
3663                 pos)
3664           (goto-char (point-min))
3665           (push (cons 'download (and (search-forward "D" nil t)
3666                                      (- (point) (point-min) 1)))
3667                 pos)))
3668       (setq gnus-summary-mark-positions pos))))
3669
3670 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
3671   "Insert a dummy root in the summary buffer."
3672   (beginning-of-line)
3673   (gnus-add-text-properties
3674    (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
3675    (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
3676
3677 (defun gnus-summary-extract-address-component (from)
3678   (or (car (funcall gnus-extract-address-components from))
3679       from))
3680
3681 (defun gnus-summary-from-or-to-or-newsgroups (header gnus-tmp-from)
3682   (let ((mail-parse-charset gnus-newsgroup-charset)
3683         (ignored-from-addresses (gnus-ignored-from-addresses))
3684         ; Is it really necessary to do this next part for each summary line?
3685         ; Luckily, doesn't seem to slow things down much.
3686         (mail-parse-ignored-charsets
3687          (with-current-buffer gnus-summary-buffer
3688            gnus-newsgroup-ignored-charsets)))
3689     (or
3690      (and ignored-from-addresses
3691           (string-match ignored-from-addresses gnus-tmp-from)
3692           (let ((extra-headers (mail-header-extra header))
3693                 to
3694                 newsgroups)
3695             (cond
3696              ((setq to (cdr (assq 'To extra-headers)))
3697               (concat gnus-summary-to-prefix
3698                       (inline
3699                         (gnus-summary-extract-address-component
3700                          (funcall gnus-decode-encoded-address-function to)))))
3701              ((setq newsgroups
3702                     (or
3703                      (cdr (assq 'Newsgroups extra-headers))
3704                      (and
3705                       (memq 'Newsgroups gnus-extra-headers)
3706                       (eq (car (gnus-find-method-for-group
3707                                 gnus-newsgroup-name)) 'nntp)
3708                       (gnus-group-real-name gnus-newsgroup-name))))
3709               (concat gnus-summary-newsgroup-prefix newsgroups)))))
3710      (gnus-string-mark-left-to-right
3711       (inline
3712        (gnus-summary-extract-address-component gnus-tmp-from))))))
3713
3714 (defun gnus-summary-insert-line (gnus-tmp-header
3715                                  gnus-tmp-level gnus-tmp-current
3716                                  undownloaded gnus-tmp-unread gnus-tmp-replied
3717                                  gnus-tmp-expirable gnus-tmp-subject-or-nil
3718                                  &optional gnus-tmp-dummy gnus-tmp-score
3719                                  gnus-tmp-process)
3720   (if (>= gnus-tmp-level (length gnus-thread-indent-array))
3721       (gnus-make-thread-indent-array (max (* 2 (length gnus-thread-indent-array))
3722                                           gnus-tmp-level)))
3723   (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
3724          (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
3725          (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
3726          (gnus-tmp-score-char
3727           (if (or (null gnus-summary-default-score)
3728                   (<= (abs (- gnus-tmp-score gnus-summary-default-score))
3729                       gnus-summary-zcore-fuzz))
3730               ?                         ;Whitespace
3731             (if (< gnus-tmp-score gnus-summary-default-score)
3732                 gnus-score-below-mark gnus-score-over-mark)))
3733          (gnus-tmp-number (mail-header-number gnus-tmp-header))
3734          (gnus-tmp-replied
3735           (cond (gnus-tmp-process gnus-process-mark)
3736                 ((memq gnus-tmp-current gnus-newsgroup-cached)
3737                  gnus-cached-mark)
3738                 (gnus-tmp-replied gnus-replied-mark)
3739                 ((memq gnus-tmp-current gnus-newsgroup-forwarded)
3740                  gnus-forwarded-mark)
3741                 ((memq gnus-tmp-current gnus-newsgroup-saved)
3742                  gnus-saved-mark)
3743                 ((memq gnus-tmp-number gnus-newsgroup-unseen)
3744                  gnus-unseen-mark)
3745                 (t gnus-no-mark)))
3746          (gnus-tmp-downloaded
3747           (cond (undownloaded
3748                  gnus-undownloaded-mark)
3749                 (gnus-newsgroup-agentized
3750                  gnus-downloaded-mark)
3751                 (t
3752                  gnus-no-mark)))
3753          (gnus-tmp-from (mail-header-from gnus-tmp-header))
3754          (gnus-tmp-name
3755           (cond
3756            ((string-match "<[^>]+> *$" gnus-tmp-from)
3757             (let ((beg (match-beginning 0)))
3758               (or (and (string-match "^\".+\"" gnus-tmp-from)
3759                        (substring gnus-tmp-from 1 (1- (match-end 0))))
3760                   (substring gnus-tmp-from 0 beg))))
3761            ((string-match "(.+)" gnus-tmp-from)
3762             (substring gnus-tmp-from
3763                        (1+ (match-beginning 0)) (1- (match-end 0))))
3764            (t gnus-tmp-from)))
3765          (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
3766          (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
3767          (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
3768          (inhibit-read-only t))
3769     (when (string= gnus-tmp-name "")
3770       (setq gnus-tmp-name gnus-tmp-from))
3771     (unless (numberp gnus-tmp-lines)
3772       (setq gnus-tmp-lines -1))
3773     (if (= gnus-tmp-lines -1)
3774         (setq gnus-tmp-lines "?")
3775       (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
3776     (condition-case ()
3777         (gnus-put-text-property
3778          (point)
3779          (progn (eval gnus-summary-line-format-spec) (point))
3780          'gnus-number gnus-tmp-number)
3781       (error (gnus-message 5 "Error updating the summary line")))
3782     (when (gnus-visual-p 'summary-highlight 'highlight)
3783       (forward-line -1)
3784       (gnus-summary-highlight-line)
3785       (gnus-run-hooks 'gnus-summary-update-hook)
3786       (forward-line 1))))
3787
3788 (defun gnus-summary-update-line (&optional dont-update)
3789   "Update summary line after change."
3790   (when (and gnus-summary-default-score
3791              (not gnus-summary-inhibit-highlight))
3792     (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
3793            (article (gnus-summary-article-number))
3794            (score (gnus-summary-article-score article)))
3795       (unless dont-update
3796         (if (and gnus-summary-mark-below
3797                  (< (gnus-summary-article-score)
3798                     gnus-summary-mark-below))
3799             ;; This article has a low score, so we mark it as read.
3800             (when (memq article gnus-newsgroup-unreads)
3801               (gnus-summary-mark-article-as-read gnus-low-score-mark))
3802           (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
3803             ;; This article was previously marked as read on account
3804             ;; of a low score, but now it has risen, so we mark it as
3805             ;; unread.
3806             (gnus-summary-mark-article-as-unread gnus-unread-mark)))
3807         (gnus-summary-update-mark
3808          (if (or (null gnus-summary-default-score)
3809                  (<= (abs (- score gnus-summary-default-score))
3810                      gnus-summary-zcore-fuzz))
3811              ?                          ;Whitespace
3812            (if (< score gnus-summary-default-score)
3813                gnus-score-below-mark gnus-score-over-mark))
3814          'score))
3815       ;; Do visual highlighting.
3816       (when (gnus-visual-p 'summary-highlight 'highlight)
3817         (gnus-summary-highlight-line)
3818         (gnus-run-hooks 'gnus-summary-update-hook)))))
3819
3820 (defvar gnus-tmp-new-adopts nil)
3821
3822 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
3823   "Return the number of articles in THREAD.
3824 This may be 0 in some cases -- if none of the articles in
3825 the thread are to be displayed."
3826   (let* ((number
3827          ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
3828           (cond
3829            ((not (listp thread))
3830             1)
3831            ((and (consp thread) (cdr thread))
3832             (apply
3833              '+ 1 (mapcar
3834                    'gnus-summary-number-of-articles-in-thread (cdr thread))))
3835            ((null thread)
3836             1)
3837            ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
3838             1)
3839            (t 0))))
3840     (when (and level (zerop level) gnus-tmp-new-adopts)
3841       (incf number
3842             (apply '+ (mapcar
3843                        'gnus-summary-number-of-articles-in-thread
3844                        gnus-tmp-new-adopts))))
3845     (if char
3846         (if (> number 1) gnus-not-empty-thread-mark
3847           gnus-empty-thread-mark)
3848       number)))
3849
3850 (defsubst gnus-summary-line-message-size (head)
3851   "Return pretty-printed version of message size.
3852 This function is intended to be used in
3853 `gnus-summary-line-format-alist'."
3854   (let ((c (or (mail-header-chars head) -1)))
3855     (cond ((< c 0) "n/a")               ; chars not available
3856           ((< c (* 1000 10)) (format "%1.1fk" (/ c 1024.0)))
3857           ((< c (* 1000 100)) (format "%dk" (/ c 1024.0)))
3858           ((< c (* 1000 10000)) (format "%1.1fM" (/ c (* 1024.0 1024))))
3859           (t (format "%dM" (/ c (* 1024.0 1024)))))))
3860
3861 (defcustom gnus-user-date-format-alist
3862   '(((gnus-seconds-today) . "Today, %H:%M")
3863     ((+ 86400 (gnus-seconds-today)) . "Yesterday, %H:%M")
3864     (604800 . "%A %H:%M")               ; That's one week
3865     ((gnus-seconds-month) . "%A %d")
3866     ((gnus-seconds-year) . "%B %d")
3867     (t . "%b %d %Y"))                   ; This one is used when no other
3868                                         ; does match
3869   "Specifies date format depending on age of article.
3870 This is an alist of items (AGE . FORMAT).  AGE can be a number (of
3871 seconds) or a Lisp expression evaluating to a number.  When the age of
3872 the article is less than this number, then use `format-time-string'
3873 with the corresponding FORMAT for displaying the date of the article.
3874 If AGE is not a number or a Lisp expression evaluating to a
3875 non-number, then the corresponding FORMAT is used as a default value.
3876
3877 Note that the list is processed from the beginning, so it should be
3878 sorted by ascending AGE.  Also note that items following the first
3879 non-number AGE will be ignored.
3880
3881 You can use the functions `gnus-seconds-today', `gnus-seconds-month'
3882 and `gnus-seconds-year' in the AGE spec.  They return the number of
3883 seconds passed since the start of today, of this month, of this year,
3884 respectively."
3885   :version "24.1"
3886   :group 'gnus-summary-format
3887   :type '(alist :key-type sexp :value-type string))
3888
3889 (defun gnus-user-date (messy-date)
3890   "Format the messy-date according to `gnus-user-date-format-alist'.
3891 Returns \"  ?  \" if there's bad input or if another error occurs.
3892 Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"."
3893   (condition-case ()
3894       (let* ((messy-date (gnus-float-time (gnus-date-get-time messy-date)))
3895              (now (gnus-float-time))
3896              ;;If we don't find something suitable we'll use this one
3897              (my-format "%b %d '%y"))
3898         (let* ((difference (- now messy-date))
3899                (templist gnus-user-date-format-alist)
3900                (top (eval (caar templist))))
3901           (while (if (numberp top) (< top difference) (not top))
3902             (progn
3903               (setq templist (cdr templist))
3904               (setq top (eval (caar templist)))))
3905           (if (stringp (cdr (car templist)))
3906               (setq my-format (cdr (car templist)))))
3907         (format-time-string (eval my-format) (seconds-to-time messy-date)))
3908     (error "  ?   ")))
3909
3910 (defun gnus-summary-set-local-parameters (group)
3911   "Go through the local params of GROUP and set all variable specs in that list."
3912   (let ((vars '(quit-config active)))   ; Ignore things that aren't
3913                                         ; really variables.
3914     (dolist (elem (gnus-group-find-parameter group))
3915       (and (consp elem)                 ; Has to be a cons.
3916            (consp (cdr elem))           ; The cdr has to be a list.
3917            (symbolp (car elem))         ; Has to be a symbol in there.
3918            (not (memq (car elem) vars))
3919            (ignore-errors
3920              (push (car elem) vars)
3921              ;; Variables like `gnus-show-threads' that are globally
3922              ;; bound, if used as group parameters, need to get to be
3923              ;; buffer-local, whereas just parameters like `gcc-self',
3924              ;; `timestamp', etc. should not be bound as variables.
3925              (if (boundp (car elem))
3926                  (set (make-local-variable (car elem)) (eval (nth 1 elem)))
3927                (eval (nth 1 elem))))))))
3928
3929 (defun gnus-summary-read-group (group &optional show-all no-article
3930                                       kill-buffer no-display backward
3931                                       select-articles)
3932   "Start reading news in newsgroup GROUP.
3933 If SHOW-ALL is non-nil, already read articles are also listed.
3934 If NO-ARTICLE is non-nil, no article is selected initially.
3935 If NO-DISPLAY, don't generate the summary buffer contents.
3936 If KILL-BUFFER, it should be a buffer that's killed once the new
3937 summary buffer has been generated.
3938 If BACKWARD, move point to the previous group in the group buffer
3939 If SELECT-ARTICLES, only select those articles from GROUP."
3940   (let (result)
3941     (while (and group
3942                 (null (setq result
3943                             (let ((gnus-auto-select-next nil))
3944                               (or (gnus-summary-read-group-1
3945                                    group show-all no-article
3946                                    kill-buffer no-display
3947                                    select-articles)
3948                                   (setq show-all nil
3949                                         select-articles nil)))))
3950                 (eq gnus-auto-select-next 'quietly))
3951       (set-buffer gnus-group-buffer)
3952       ;; The entry function called above goes to the next
3953       ;; group automatically, so we go two groups back
3954       ;; if we are searching for the previous group.
3955       (when backward
3956         (gnus-group-prev-unread-group 2))
3957       (if (not (equal group (gnus-group-group-name)))
3958           (setq group (gnus-group-group-name))
3959         (setq group nil)))
3960     result))
3961
3962 (defun gnus-summary-read-group-1 (group show-all no-article
3963                                         kill-buffer no-display
3964                                         &optional select-articles)
3965   ;; Killed foreign groups can't be entered.
3966   ;;  (when (and (not (gnus-group-native-p group))
3967   ;;         (not (gnus-gethash group gnus-newsrc-hashtb)))
3968   ;;    (error "Dead non-native groups can't be entered"))
3969   (gnus-message 7 "Retrieving newsgroup: %s..."
3970                 (gnus-group-decoded-name group))
3971   (let* ((new-group (gnus-summary-setup-buffer group))
3972          (quit-config (gnus-group-quit-config group))
3973          (did-select (and new-group (gnus-select-newsgroup
3974                                      group show-all select-articles))))
3975     (cond
3976      ;; This summary buffer exists already, so we just select it.
3977      ((not new-group)
3978       (gnus-set-global-variables)
3979       (when kill-buffer
3980         (gnus-kill-or-deaden-summary kill-buffer))
3981       (gnus-configure-windows 'summary 'force)
3982       (gnus-set-mode-line 'summary)
3983       (gnus-summary-position-point)
3984       (message "")
3985       t)
3986      ;; We couldn't select this group.
3987      ((null did-select)
3988       (when (and (eq major-mode 'gnus-summary-mode)
3989                  (not (equal (current-buffer) kill-buffer)))
3990         (kill-buffer (current-buffer))
3991         (if (not quit-config)
3992             (progn
3993               ;; Update the info -- marks might need to be removed,
3994               ;; for instance.
3995               (gnus-summary-update-info)
3996               (set-buffer gnus-group-buffer)
3997               (gnus-group-jump-to-group group)
3998               (gnus-group-next-unread-group 1))
3999           (gnus-handle-ephemeral-exit quit-config)))
4000       (if (null (gnus-list-of-unread-articles group))
4001           (gnus-message 3 "Group %s contains no messages" group)
4002         (gnus-message 3 "Can't select group"))
4003       nil)
4004      ;; The user did a `C-g' while prompting for number of articles,
4005      ;; so we exit this group.
4006      ((eq did-select 'quit)
4007       (and (eq major-mode 'gnus-summary-mode)
4008            (not (equal (current-buffer) kill-buffer))
4009            (kill-buffer (current-buffer)))
4010       (when kill-buffer
4011         (gnus-kill-or-deaden-summary kill-buffer))
4012       (if (not quit-config)
4013           (progn
4014             (set-buffer gnus-group-buffer)
4015             (gnus-group-jump-to-group group)
4016             (gnus-configure-windows 'group 'force))
4017         (gnus-handle-ephemeral-exit quit-config))
4018       ;; Finally signal the quit.
4019       (signal 'quit nil))
4020      ;; The group was successfully selected.
4021      (t
4022       (gnus-set-global-variables)
4023       ;; Save the active value in effect when the group was entered.
4024       (setq gnus-newsgroup-active
4025             (gnus-copy-sequence
4026              (gnus-active gnus-newsgroup-name)))
4027       (setq gnus-newsgroup-highest (cdr gnus-newsgroup-active))
4028       ;; You can change the summary buffer in some way with this hook.
4029       (gnus-run-hooks 'gnus-select-group-hook)
4030       (when (memq 'summary (gnus-update-format-specifications
4031                             nil 'summary 'summary-mode 'summary-dummy))
4032         ;; The format specification for the summary line was updated,
4033         ;; so we need to update the mark positions as well.
4034         (gnus-update-summary-mark-positions))
4035       ;; Do score processing.
4036       (when gnus-use-scoring
4037         (gnus-possibly-score-headers))
4038       ;; Check whether to fill in the gaps in the threads.
4039       (when gnus-build-sparse-threads
4040         (gnus-build-sparse-threads))
4041       ;; Find the initial limit.
4042       (if show-all
4043           (let ((gnus-newsgroup-dormant nil))
4044             (gnus-summary-initial-limit show-all))
4045         (gnus-summary-initial-limit show-all))
4046       ;; Generate the summary buffer.
4047       (unless no-display
4048         (gnus-summary-prepare))
4049       (when gnus-use-trees
4050         (gnus-tree-open group)
4051         (setq gnus-summary-highlight-line-function
4052               'gnus-tree-highlight-article))
4053       ;; If the summary buffer is empty, but there are some low-scored
4054       ;; articles or some excluded dormants, we include these in the
4055       ;; buffer.
4056       (when (and (zerop (buffer-size))
4057                  (not no-display))
4058         (cond (gnus-newsgroup-dormant
4059                (gnus-summary-limit-include-dormant))
4060               ((and gnus-newsgroup-scored show-all)
4061                (gnus-summary-limit-include-expunged t))))
4062       ;; Function `gnus-apply-kill-file' must be called in this hook.
4063       (gnus-run-hooks 'gnus-apply-kill-hook)
4064       (if (and (zerop (buffer-size))
4065                (not no-display))
4066           (progn
4067             ;; This newsgroup is empty.
4068             (gnus-summary-catchup-and-exit nil t)
4069             (gnus-message 6 "No unread news")
4070             (when kill-buffer
4071               (gnus-kill-or-deaden-summary kill-buffer))
4072             ;; Return nil from this function.
4073             nil)
4074         ;; Hide conversation thread subtrees.  We cannot do this in
4075         ;; gnus-summary-prepare-hook since kill processing may not
4076         ;; work with hidden articles.
4077         (gnus-summary-maybe-hide-threads)
4078         (gnus-configure-windows 'summary)
4079         (when kill-buffer
4080           (gnus-kill-or-deaden-summary kill-buffer))
4081         (gnus-summary-auto-select-subject)
4082         ;; Show first unread article if requested.
4083         (if (and (not no-article)
4084                  (not no-display)
4085                  gnus-newsgroup-unreads
4086                  gnus-auto-select-first)
4087             (progn
4088               (let ((art (gnus-summary-article-number)))
4089                 (unless (and (not gnus-plugged)
4090                              (or (memq art gnus-newsgroup-undownloaded)
4091                                  (memq art gnus-newsgroup-downloadable)))
4092                   (gnus-summary-goto-article art))))
4093           ;; Don't select any articles.
4094           (gnus-summary-position-point)
4095           (gnus-configure-windows 'summary 'force)
4096           (gnus-set-mode-line 'summary))
4097         (when (and gnus-auto-center-group
4098                    (get-buffer-window gnus-group-buffer t))
4099           ;; Gotta use windows, because recenter does weird stuff if
4100           ;; the current buffer ain't the displayed window.
4101           (let ((owin (selected-window)))
4102             (select-window (get-buffer-window gnus-group-buffer t))
4103             (when (gnus-group-goto-group group)
4104               (recenter))
4105             (select-window owin)))
4106         ;; Mark this buffer as "prepared".
4107         (setq gnus-newsgroup-prepared t)
4108         (gnus-run-hooks 'gnus-summary-prepared-hook)
4109         (unless (gnus-ephemeral-group-p group)
4110           (gnus-group-update-group group nil t))
4111         t)))))
4112
4113 (defun gnus-summary-auto-select-subject ()
4114   "Select the subject line on initial group entry."
4115   (goto-char (point-min))
4116   (cond
4117    ((eq gnus-auto-select-subject 'best)
4118     (gnus-summary-best-unread-subject))
4119    ((eq gnus-auto-select-subject 'unread)
4120     (gnus-summary-first-unread-subject))
4121    ((eq gnus-auto-select-subject 'unseen)
4122     (gnus-summary-first-unseen-subject))
4123    ((eq gnus-auto-select-subject 'unseen-or-unread)
4124     (gnus-summary-first-unseen-or-unread-subject))
4125    ((eq gnus-auto-select-subject 'first)
4126     ;; Do nothing.
4127     )
4128    ((functionp gnus-auto-select-subject)
4129     (funcall gnus-auto-select-subject))))
4130
4131 (defun gnus-summary-prepare ()
4132   "Generate the summary buffer."
4133   (interactive)
4134   (let ((inhibit-read-only t))
4135     (erase-buffer)
4136     (setq gnus-newsgroup-data nil
4137           gnus-newsgroup-data-reverse nil)
4138     (gnus-run-hooks 'gnus-summary-generate-hook)
4139     ;; Generate the buffer, either with threads or without.
4140     (when gnus-newsgroup-headers
4141       (gnus-summary-prepare-threads
4142        (if gnus-show-threads
4143            (gnus-sort-gathered-threads
4144             (funcall gnus-summary-thread-gathering-function
4145                      (gnus-sort-threads
4146                       (gnus-cut-threads (gnus-make-threads)))))
4147          ;; Unthreaded display.
4148          (gnus-sort-articles gnus-newsgroup-headers))))
4149     (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
4150     ;; Call hooks for modifying summary buffer.
4151     (goto-char (point-min))
4152     (gnus-run-hooks 'gnus-summary-prepare-hook)))
4153
4154 (defsubst gnus-general-simplify-subject (subject)
4155   "Simplify subject by the same rules as `gnus-gather-threads-by-subject'."
4156   (setq subject
4157         (cond
4158          ;; Truncate the subject.
4159          (gnus-simplify-subject-functions
4160           (gnus-map-function gnus-simplify-subject-functions subject))
4161          ((numberp gnus-summary-gather-subject-limit)
4162           (setq subject (gnus-simplify-subject-re subject))
4163           (if (> (length subject) gnus-summary-gather-subject-limit)
4164               (substring subject 0 gnus-summary-gather-subject-limit)
4165             subject))
4166          ;; Fuzzily simplify it.
4167          ((eq 'fuzzy gnus-summary-gather-subject-limit)
4168           (gnus-simplify-subject-fuzzy subject))
4169          ;; Just remove the leading "Re:".
4170          (t
4171           (gnus-simplify-subject-re subject))))
4172
4173   (if (and gnus-summary-gather-exclude-subject
4174            (string-match gnus-summary-gather-exclude-subject subject))
4175       nil                         ; This article shouldn't be gathered
4176     subject))
4177
4178 (defun gnus-summary-simplify-subject-query ()
4179   "Query where the respool algorithm would put this article."
4180   (interactive)
4181   (gnus-summary-select-article)
4182   (message "%s" (gnus-general-simplify-subject (gnus-summary-article-subject))))
4183
4184 (defun gnus-gather-threads-by-subject (threads)
4185   "Gather threads by looking at Subject headers."
4186   (if (not gnus-summary-make-false-root)
4187       threads
4188     (let ((hashtb (gnus-make-hashtable 1024))
4189           (prev threads)
4190           (result threads)
4191           subject hthread whole-subject)
4192       (while threads
4193         (setq subject (gnus-general-simplify-subject
4194                        (setq whole-subject (mail-header-subject
4195                                             (caar threads)))))
4196         (when subject
4197           (if (setq hthread (gnus-gethash subject hashtb))
4198               (progn
4199                 ;; We enter a dummy root into the thread, if we
4200                 ;; haven't done that already.
4201                 (unless (stringp (caar hthread))
4202                   (setcar hthread (list whole-subject (car hthread))))
4203                 ;; We add this new gathered thread to this gathered
4204                 ;; thread.
4205                 (setcdr (car hthread)
4206                         (nconc (cdar hthread) (list (car threads))))
4207                 ;; Remove it from the list of threads.
4208                 (setcdr prev (cdr threads))
4209                 (setq threads prev))
4210             ;; Enter this thread into the hash table.
4211             (gnus-sethash subject
4212                           (if gnus-summary-make-false-root-always
4213                               (progn
4214                                 ;; If you want a dummy root above all
4215                                 ;; threads...
4216                                 (setcar threads (list whole-subject
4217                                                       (car threads)))
4218                                 threads)
4219                             threads)
4220                           hashtb)))
4221         (setq prev threads)
4222         (setq threads (cdr threads)))
4223       result)))
4224
4225 (defun gnus-gather-threads-by-references (threads)
4226   "Gather threads by looking at References headers."
4227   (let ((idhashtb (gnus-make-hashtable 1024))
4228         (thhashtb (gnus-make-hashtable 1024))
4229         (prev threads)
4230         (result threads)
4231         ids references id gthread gid entered ref)
4232     (while threads
4233       (when (setq references (mail-header-references (caar threads)))
4234         (setq id (mail-header-id (caar threads))
4235               ids (inline (gnus-split-references references))
4236               entered nil)
4237         (while (setq ref (pop ids))
4238           (setq ids (delete ref ids))
4239           (if (not (setq gid (gnus-gethash ref idhashtb)))
4240               (progn
4241                 (gnus-sethash ref id idhashtb)
4242                 (gnus-sethash id threads thhashtb))
4243             (setq gthread (gnus-gethash gid thhashtb))
4244             (unless entered
4245               ;; We enter a dummy root into the thread, if we
4246               ;; haven't done that already.
4247               (unless (stringp (caar gthread))
4248                 (setcar gthread (list (mail-header-subject (caar gthread))
4249                                       (car gthread))))
4250               ;; We add this new gathered thread to this gathered
4251               ;; thread.
4252               (setcdr (car gthread)
4253                       (nconc (cdar gthread) (list (car threads)))))
4254             ;; Add it into the thread hash table.
4255             (gnus-sethash id gthread thhashtb)
4256             (setq entered t)
4257             ;; Remove it from the list of threads.
4258             (setcdr prev (cdr threads))
4259             (setq threads prev))))
4260       (setq prev threads)
4261       (setq threads (cdr threads)))
4262     result))
4263
4264 (defun gnus-sort-gathered-threads (threads)
4265   "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
4266   (let ((result threads))
4267     (while threads
4268       (when (stringp (caar threads))
4269         (setcdr (car threads)
4270                 (sort (cdar threads) gnus-sort-gathered-threads-function)))
4271       (setq threads (cdr threads)))
4272     result))
4273
4274 (defun gnus-thread-loop-p (root thread)
4275   "Say whether ROOT is in THREAD."
4276   (let ((stack (list thread))
4277         (infloop 0)
4278         th)
4279     (while (setq thread (pop stack))
4280       (setq th (cdr thread))
4281       (while (and th
4282                   (not (eq (caar th) root)))
4283         (pop th))
4284       (if th
4285           ;; We have found a loop.
4286           (let (ref-dep)
4287             (setcdr thread (delq (car th) (cdr thread)))
4288             (if (boundp (setq ref-dep (intern "none"
4289                                               gnus-newsgroup-dependencies)))
4290                 (setcdr (symbol-value ref-dep)
4291                         (nconc (cdr (symbol-value ref-dep))
4292                                (list (car th))))
4293               (set ref-dep (list nil (car th))))
4294             (setq infloop 1
4295                   stack nil))
4296         ;; Push all the subthreads onto the stack.
4297         (push (cdr thread) stack)))
4298     infloop))
4299
4300 (defun gnus-make-threads ()
4301   "Go through the dependency hashtb and find the roots.  Return all threads."
4302   (let (threads)
4303     (while (catch 'infloop
4304              (mapatoms
4305               (lambda (refs)
4306                 ;; Deal with self-referencing References loops.
4307                 (when (and (car (symbol-value refs))
4308                            (not (zerop
4309                                  (apply
4310                                   '+
4311                                   (mapcar
4312                                    (lambda (thread)
4313                                      (gnus-thread-loop-p
4314                                       (car (symbol-value refs)) thread))
4315                                    (cdr (symbol-value refs)))))))
4316                   (setq threads nil)
4317                   (throw 'infloop t))
4318                 (unless (car (symbol-value refs))
4319                   ;; These threads do not refer back to any other
4320                   ;; articles, so they're roots.
4321                   (setq threads (append (cdr (symbol-value refs)) threads))))
4322               gnus-newsgroup-dependencies)))
4323     threads))
4324
4325 ;; Build the thread tree.
4326 (defsubst gnus-dependencies-add-header (header dependencies force-new)
4327   "Enter HEADER into the DEPENDENCIES table if it is not already there.
4328
4329 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
4330 if it was already present.
4331
4332 If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
4333 will not be entered in the DEPENDENCIES table.  Otherwise duplicate
4334 Message-IDs will be renamed to a unique Message-ID before being
4335 entered.
4336
4337 Returns HEADER if it was entered in the DEPENDENCIES.  Returns nil otherwise."
4338   (let* ((id (mail-header-id header))
4339          (id-dep (and id (intern id dependencies)))
4340          parent-id ref ref-dep ref-header replaced)
4341     ;; Enter this `header' in the `dependencies' table.
4342     (cond
4343      ((not id-dep)
4344       (setq header nil))
4345      ;; The first two cases do the normal part: enter a new `header'
4346      ;; in the `dependencies' table.
4347      ((not (boundp id-dep))
4348       (set id-dep (list header)))
4349      ((null (car (symbol-value id-dep)))
4350       (setcar (symbol-value id-dep) header))
4351
4352      ;; From here the `header' was already present in the
4353      ;; `dependencies' table.
4354      (force-new
4355       ;; Overrides an existing entry;
4356       ;; just set the header part of the entry.
4357       (setcar (symbol-value id-dep) header)
4358       (setq replaced t))
4359
4360      ;; Renames the existing `header' to a unique Message-ID.
4361      ((not gnus-summary-ignore-duplicates)
4362       ;; An article with this Message-ID has already been seen.
4363       ;; We rename the Message-ID.
4364       (set (setq id-dep (intern (setq id (nnmail-message-id)) dependencies))
4365            (list header))
4366       (mail-header-set-id header id))
4367
4368      ;; The last case ignores an existing entry, except it adds any
4369      ;; additional Xrefs (in case the two articles came from different
4370      ;; servers.
4371      ;; Also sets `header' to `nil' meaning that the `dependencies'
4372      ;; table was *not* modified.
4373      (t
4374       (mail-header-set-xref
4375        (car (symbol-value id-dep))
4376        (concat (or (mail-header-xref (car (symbol-value id-dep)))
4377                    "")
4378                (or (mail-header-xref header) "")))
4379       (setq header nil)))
4380
4381     (when (and header (not replaced))
4382       ;; First check that we are not creating a References loop.
4383       (setq parent-id (gnus-parent-id (mail-header-references header)))
4384       (setq ref parent-id)
4385       (while (and ref
4386                   (setq ref-dep (intern-soft ref dependencies))
4387                   (boundp ref-dep)
4388                   (setq ref-header (car (symbol-value ref-dep))))
4389         (if (string= id ref)
4390             ;; Yuk!  This is a reference loop.  Make the article be a
4391             ;; root article.
4392             (progn
4393               (mail-header-set-references (car (symbol-value id-dep)) "none")
4394               (setq ref nil)
4395               (setq parent-id nil))
4396           (setq ref (gnus-parent-id (mail-header-references ref-header)))))
4397       (setq ref-dep (intern (or parent-id "none") dependencies))
4398       (if (boundp ref-dep)
4399           (setcdr (symbol-value ref-dep)
4400                   (nconc (cdr (symbol-value ref-dep))
4401                          (list (symbol-value id-dep))))
4402         (set ref-dep (list nil (symbol-value id-dep)))))
4403     header))
4404
4405 (defun gnus-extract-message-id-from-in-reply-to (string)
4406   (if (string-match "<[^>]+>" string)
4407       (substring string (match-beginning 0) (match-end 0))
4408     nil))
4409
4410 (defun gnus-build-sparse-threads ()
4411   (let ((headers gnus-newsgroup-headers)
4412         (mail-parse-charset gnus-newsgroup-charset)
4413         (gnus-summary-ignore-duplicates t)
4414         header references generation relations
4415         subject child end new-child date)
4416     ;; First we create an alist of generations/relations, where
4417     ;; generations is how much we trust the relation, and the relation
4418     ;; is parent/child.
4419     (gnus-message 7 "Making sparse threads...")
4420     (save-excursion
4421       (nnheader-set-temp-buffer " *gnus sparse threads*")
4422       (while (setq header (pop headers))
4423         (when (and (setq references (mail-header-references header))
4424                    (not (string= references "")))
4425           (insert references)
4426           (setq child (mail-header-id header)
4427                 subject (mail-header-subject header)
4428                 date (mail-header-date header)
4429                 generation 0)
4430           (while (search-backward ">" nil t)
4431             (setq end (1+ (point)))
4432             (when (search-backward "<" nil t)
4433               (setq new-child (buffer-substring (point) end))
4434               (push (list (incf generation)
4435                           child (setq child new-child)
4436                           subject date)
4437                     relations)))
4438           (when child
4439             (push (list (1+ generation) child nil subject) relations))
4440           (erase-buffer)))
4441       (kill-buffer (current-buffer)))
4442     ;; Sort over trustworthiness.
4443     (dolist (relation (sort relations 'car-less-than-car))
4444       (when (gnus-dependencies-add-header
4445              (make-full-mail-header
4446               gnus-reffed-article-number
4447               (nth 3 relation) "" (or (nth 4 relation) "")
4448               (nth 1 relation)
4449               (or (nth 2 relation) "") 0 0 "")
4450              gnus-newsgroup-dependencies nil)
4451         (push gnus-reffed-article-number gnus-newsgroup-limit)
4452         (push gnus-reffed-article-number gnus-newsgroup-sparse)
4453         (push (cons gnus-reffed-article-number gnus-sparse-mark)
4454               gnus-newsgroup-reads)
4455         (decf gnus-reffed-article-number)))
4456     (gnus-message 7 "Making sparse threads...done")))
4457
4458 (defun gnus-build-old-threads ()
4459   ;; Look at all the articles that refer back to old articles, and
4460   ;; fetch the headers for the articles that aren't there.  This will
4461   ;; build complete threads - if the roots haven't been expired by the
4462   ;; server, that is.
4463   (let ((mail-parse-charset gnus-newsgroup-charset)
4464         id heads)
4465     (mapatoms
4466      (lambda (refs)
4467        (when (not (car (symbol-value refs)))
4468          (setq heads (cdr (symbol-value refs)))
4469          (while heads
4470            (if (memq (mail-header-number (caar heads))
4471                      gnus-newsgroup-dormant)
4472                (setq heads (cdr heads))
4473              (setq id (symbol-name refs))
4474              (while (and (setq id (gnus-build-get-header id))
4475                          (not (car (gnus-id-to-thread id)))))
4476              (setq heads nil)))))
4477      gnus-newsgroup-dependencies)))
4478
4479 (defsubst gnus-remove-odd-characters (string)
4480   "Translate STRING into something that doesn't contain weird characters."
4481   (mm-subst-char-in-string
4482    ?\r ?\-
4483    (mm-subst-char-in-string ?\n ?\- string t) t))
4484
4485 ;; This function has to be called with point after the article number
4486 ;; on the beginning of the line.
4487 (defsubst gnus-nov-parse-line (number dependencies &optional force-new)
4488   (let ((eol (point-at-eol))
4489         (buffer (current-buffer))
4490         header references in-reply-to)
4491
4492     ;; overview: [num subject from date id refs chars lines misc]
4493     (unwind-protect
4494         (let (x)
4495           (narrow-to-region (point) eol)
4496           (unless (eobp)
4497             (forward-char))
4498
4499           (setq header
4500                 (make-full-mail-header
4501                  number                 ; number
4502                  (condition-case ()     ; subject
4503                      (gnus-remove-odd-characters
4504                       (funcall gnus-decode-encoded-word-function
4505                                (setq x (nnheader-nov-field))))
4506                    (error x))
4507                  (condition-case ()     ; from
4508                      (gnus-remove-odd-characters
4509                       (funcall gnus-decode-encoded-address-function
4510                                (setq x (nnheader-nov-field))))
4511                    (error x))
4512                  (nnheader-nov-field)   ; date
4513                  (nnheader-nov-read-message-id number)  ; id
4514                  (setq references (nnheader-nov-field)) ; refs
4515                  (nnheader-nov-read-integer) ; chars
4516                  (nnheader-nov-read-integer) ; lines
4517                  (unless (eobp)
4518                    (if (looking-at "Xref: ")
4519                        (goto-char (match-end 0)))
4520                    (nnheader-nov-field)) ; Xref
4521                  (nnheader-nov-parse-extra)))) ; extra
4522
4523       (widen))
4524
4525     (when (and (string= references "")
4526                (setq in-reply-to (mail-header-extra header))
4527                (setq in-reply-to (cdr (assq 'In-Reply-To in-reply-to))))
4528       (mail-header-set-references
4529        header (gnus-extract-message-id-from-in-reply-to in-reply-to)))
4530
4531     (when gnus-alter-header-function
4532       (funcall gnus-alter-header-function header))
4533     (gnus-dependencies-add-header header dependencies force-new)))
4534
4535 (defun gnus-build-get-header (id)
4536   "Look through the buffer of NOV lines and find the header to ID.
4537 Enter this line into the dependencies hash table, and return
4538 the id of the parent article (if any)."
4539   (let ((deps gnus-newsgroup-dependencies)
4540         found header)
4541     (prog1
4542         (with-current-buffer nntp-server-buffer
4543           (let ((case-fold-search nil))
4544             (goto-char (point-min))
4545             (while (and (not found)
4546                         (search-forward id nil t))
4547               (beginning-of-line)
4548               (setq found (looking-at
4549                            (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
4550                                    (regexp-quote id))))
4551               (or found (beginning-of-line 2)))
4552             (when found
4553               (beginning-of-line)
4554               (and
4555                (setq header (gnus-nov-parse-line
4556                              (read (current-buffer)) deps))
4557                (gnus-parent-id (mail-header-references header))))))
4558       (when header
4559         (let ((number (mail-header-number header)))
4560           (push number gnus-newsgroup-limit)
4561           (push header gnus-newsgroup-headers)
4562           (if (memq number gnus-newsgroup-unselected)
4563               (progn
4564                 (setq gnus-newsgroup-unreads
4565                       (gnus-add-to-sorted-list gnus-newsgroup-unreads
4566                                                number))
4567                 (setq gnus-newsgroup-unselected
4568                       (delq number gnus-newsgroup-unselected)))
4569             (push number gnus-newsgroup-ancient)))))))
4570
4571 (defun gnus-build-all-threads ()
4572   "Read all the headers."
4573   (let ((gnus-summary-ignore-duplicates t)
4574         (mail-parse-charset gnus-newsgroup-charset)
4575         (dependencies gnus-newsgroup-dependencies)
4576         header article)
4577     (with-current-buffer nntp-server-buffer
4578       (let ((case-fold-search nil))
4579         (goto-char (point-min))
4580         (while (not (eobp))
4581           (ignore-errors
4582             (setq article (read (current-buffer))
4583                   header (gnus-nov-parse-line article dependencies t)))
4584           (when header
4585             (with-current-buffer gnus-summary-buffer
4586               (push header gnus-newsgroup-headers)
4587               (if (memq (setq article (mail-header-number header))
4588                         gnus-newsgroup-unselected)
4589                   (progn
4590                     (setq gnus-newsgroup-unreads
4591                           (gnus-add-to-sorted-list
4592                            gnus-newsgroup-unreads article))
4593                     (setq gnus-newsgroup-unselected
4594                           (delq article gnus-newsgroup-unselected)))
4595                 (push article gnus-newsgroup-ancient)))
4596             (forward-line 1)))))))
4597
4598 (defun gnus-summary-update-article-line (article header)
4599   "Update the line for ARTICLE using HEADER."
4600   (let* ((id (mail-header-id header))
4601          (thread (gnus-id-to-thread id)))
4602     (unless thread
4603       (error "Article in no thread"))
4604     ;; Update the thread.
4605     (setcar thread header)
4606     (gnus-summary-goto-subject article)
4607     (let* ((datal (gnus-data-find-list article))
4608            (data (car datal))
4609            (inhibit-read-only t)
4610            (level (gnus-summary-thread-level)))
4611       (gnus-delete-line)
4612       (let ((inserted (- (point)
4613                          (progn
4614                            (gnus-summary-insert-line
4615                             header level nil
4616                             (memq article gnus-newsgroup-undownloaded)
4617                             (gnus-article-mark article)
4618                             (memq article gnus-newsgroup-replied)
4619                             (memq article gnus-newsgroup-expirable)
4620                             ;; Only insert the Subject string when it's different
4621                             ;; from the previous Subject string.
4622                             (if (and
4623                                  gnus-show-threads
4624                                  (gnus-subject-equal
4625                                   (condition-case ()
4626                                       (mail-header-subject
4627                                        (gnus-data-header
4628                                         (cadr
4629                                          (gnus-data-find-list
4630                                           article
4631                                           (gnus-data-list t)))))
4632                                     ;; Error on the side of excessive subjects.
4633                                     (error ""))
4634                                   (mail-header-subject header)))
4635                                 ""
4636                               (mail-header-subject header))
4637                             nil (cdr (assq article gnus-newsgroup-scored))
4638                             (memq article gnus-newsgroup-processable))
4639                            (point)))))
4640         (when (cdr datal)
4641           (gnus-data-update-list
4642            (cdr datal)
4643            (- (gnus-data-pos data) (gnus-data-pos (cadr datal)) inserted)))))))
4644
4645 (defun gnus-summary-update-article (article &optional iheader)
4646   "Update ARTICLE in the summary buffer."
4647   (set-buffer gnus-summary-buffer)
4648   (let* ((header (gnus-summary-article-header article))
4649          (id (mail-header-id header))
4650          (data (gnus-data-find article))
4651          (thread (gnus-id-to-thread id))
4652          (references (mail-header-references header))
4653          (parent
4654           (gnus-id-to-thread
4655            (or (gnus-parent-id
4656                 (when (and references
4657                            (not (equal "" references)))
4658                   references))
4659                "none")))
4660          (inhibit-read-only t)
4661          (old (car thread)))
4662     (when thread
4663       (unless iheader
4664         (setcar thread nil)
4665         (when parent
4666           (delq thread parent)))
4667       (if (gnus-summary-insert-subject id header)
4668           ;; Set the (possibly) new article number in the data structure.
4669           (gnus-data-set-number data (gnus-id-to-article id))
4670         (setcar thread old)
4671         nil))))
4672
4673 (defun gnus-rebuild-thread (id &optional line)
4674   "Rebuild the thread containing ID.
4675 If LINE, insert the rebuilt thread starting on line LINE."
4676   (let ((inhibit-read-only t)
4677         old-pos current thread data)
4678     (if (not gnus-show-threads)
4679         (setq thread (list (car (gnus-id-to-thread id))))
4680       ;; Get the thread this article is part of.
4681       (setq thread (gnus-remove-thread id)))
4682     (setq old-pos (point-at-bol))
4683     (setq current (save-excursion
4684                     (and (re-search-backward "[\r\n]" nil t)
4685                          (gnus-summary-article-number))))
4686     ;; If this is a gathered thread, we have to go some re-gathering.
4687     (when (stringp (car thread))
4688       (let ((subject (car thread))
4689             roots thr)
4690         (setq thread (cdr thread))
4691         (while thread
4692           (unless (memq (setq thr (gnus-id-to-thread
4693                                    (gnus-root-id
4694                                     (mail-header-id (caar thread)))))
4695                         roots)
4696             (push thr roots))
4697           (setq thread (cdr thread)))
4698         ;; We now have all (unique) roots.
4699         (if (= (length roots) 1)
4700             ;; All the loose roots are now one solid root.
4701             (setq thread (car roots))
4702           (setq thread (cons subject (gnus-sort-threads roots))))))
4703     (let (threads)
4704       ;; We then insert this thread into the summary buffer.
4705       (when line
4706         (goto-char (point-min))
4707         (forward-line (1- line)))
4708       (let (gnus-newsgroup-data gnus-newsgroup-threads)
4709         (if gnus-show-threads
4710             (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
4711           (gnus-summary-prepare-unthreaded thread))
4712         (setq data (nreverse gnus-newsgroup-data))
4713         (setq threads gnus-newsgroup-threads))
4714       ;; We splice the new data into the data structure.
4715       ;;!!! This is kinda bogus.  We assume that in LINE is non-nil,
4716       ;;!!! then we want to insert at the beginning of the buffer.
4717       ;;!!! That happens to be true with Gnus now, but that may
4718       ;;!!! change in the future.  Perhaps.
4719       (gnus-data-enter-list
4720        (if line nil current) data (- (point) old-pos))
4721       (setq gnus-newsgroup-threads
4722             (nconc threads gnus-newsgroup-threads))
4723       (gnus-data-compute-positions))))
4724
4725 (defun gnus-number-to-header (number)
4726   "Return the header for article NUMBER."
4727   (let ((headers gnus-newsgroup-headers))
4728     (while (and headers
4729                 (not (= number (mail-header-number (car headers)))))
4730       (pop headers))
4731     (when headers
4732       (car headers))))
4733
4734 (defun gnus-parent-headers (in-headers &optional generation)
4735   "Return the headers of the GENERATIONth parent of HEADERS."
4736   (unless generation
4737     (setq generation 1))
4738   (let ((parent t)
4739         (headers in-headers)
4740         references)
4741     (while (and parent
4742                 (not (zerop generation))
4743                 (setq references (mail-header-references headers)))
4744       (setq headers (if (and references
4745                              (setq parent (gnus-parent-id references)))
4746                         (car (gnus-id-to-thread parent))
4747                       nil))
4748       (decf generation))
4749     (and (not (eq headers in-headers))
4750          headers)))
4751
4752 (defun gnus-id-to-thread (id)
4753   "Return the (sub-)thread where ID appears."
4754   (gnus-gethash id gnus-newsgroup-dependencies))
4755
4756 (defun gnus-id-to-article (id)
4757   "Return the article number of ID."
4758   (let ((thread (gnus-id-to-thread id)))
4759     (when (and thread
4760                (car thread))
4761       (mail-header-number (car thread)))))
4762
4763 (defun gnus-id-to-header (id)
4764   "Return the article headers of ID."
4765   (car (gnus-id-to-thread id)))
4766
4767 (defun gnus-article-displayed-root-p (article)
4768   "Say whether ARTICLE is a root(ish) article."
4769   (let ((level (gnus-summary-thread-level article))
4770         (refs (mail-header-references  (gnus-summary-article-header article)))
4771         particle)
4772     (cond
4773      ((null level) nil)
4774      ((zerop level) t)
4775      ((null refs) t)
4776      ((null (gnus-parent-id refs)) t)
4777      ((and (= 1 level)
4778            (null (setq particle (gnus-id-to-article
4779                                  (gnus-parent-id refs))))
4780            (null (gnus-summary-thread-level particle)))))))
4781
4782 (defun gnus-root-id (id)
4783   "Return the id of the root of the thread where ID appears."
4784   (let (last-id prev)
4785     (while (and id (setq prev (car (gnus-id-to-thread id))))
4786       (setq last-id id
4787             id (gnus-parent-id (mail-header-references prev))))
4788     last-id))
4789
4790 (defun gnus-articles-in-thread (thread)
4791   "Return the list of articles in THREAD."
4792   (cons (mail-header-number (car thread))
4793         (apply 'nconc (mapcar 'gnus-articles-in-thread (cdr thread)))))
4794
4795 (defun gnus-remove-thread (id &optional dont-remove)
4796   "Remove the thread that has ID in it."
4797   (let (headers thread last-id)
4798     ;; First go up in this thread until we find the root.
4799     (setq last-id (gnus-root-id id)
4800           headers (message-flatten-list (gnus-id-to-thread last-id)))
4801     ;; We have now found the real root of this thread.  It might have
4802     ;; been gathered into some loose thread, so we have to search
4803     ;; through the threads to find the thread we wanted.
4804     (let ((threads gnus-newsgroup-threads)
4805           sub)
4806       (while threads
4807         (setq sub (car threads))
4808         (if (stringp (car sub))
4809             ;; This is a gathered thread, so we look at the roots
4810             ;; below it to find whether this article is in this
4811             ;; gathered root.
4812             (progn
4813               (setq sub (cdr sub))
4814               (while sub
4815                 (when (member (caar sub) headers)
4816                   (setq thread (car threads)
4817                         threads nil
4818                         sub nil))
4819                 (setq sub (cdr sub))))
4820           ;; It's an ordinary thread, so we check it.
4821           (when (eq (car sub) (car headers))
4822             (setq thread sub
4823                   threads nil)))
4824         (setq threads (cdr threads)))
4825       ;; If this article is in no thread, then it's a root.
4826       (if thread
4827           (unless dont-remove
4828             (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
4829         (setq thread (gnus-id-to-thread last-id)))
4830       (when thread
4831         (prog1
4832             thread                      ; We return this thread.
4833           (unless dont-remove
4834             (if (stringp (car thread))
4835                 (progn
4836                   ;; If we use dummy roots, then we have to remove the
4837                   ;; dummy root as well.
4838                   (when (eq gnus-summary-make-false-root 'dummy)
4839                     ;; We go to the dummy root by going to
4840                     ;; the first sub-"thread", and then one line up.
4841                     (gnus-summary-goto-article
4842                      (mail-header-number (caadr thread)))
4843                     (forward-line -1)
4844                     (gnus-delete-line)
4845                     (gnus-data-compute-positions))
4846                   (setq thread (cdr thread))
4847                   (while thread
4848                     (gnus-remove-thread-1 (car thread))
4849                     (setq thread (cdr thread))))
4850               (gnus-remove-thread-1 thread))))))))
4851
4852 (defun gnus-remove-thread-1 (thread)
4853   "Remove the thread THREAD recursively."
4854   (let ((number (mail-header-number (pop thread)))
4855         d)
4856     (setq thread (reverse thread))
4857     (while thread
4858       (gnus-remove-thread-1 (pop thread)))
4859     (when (setq d (gnus-data-find number))
4860       (goto-char (gnus-data-pos d))
4861       (gnus-summary-show-thread)
4862       (gnus-data-remove
4863        number
4864        (- (point-at-bol)
4865           (prog1
4866               (1+ (point-at-eol))
4867             (gnus-delete-line)))))))
4868
4869 (defun gnus-sort-threads-recursive (threads func)
4870   (sort (mapcar (lambda (thread)
4871                   (cons (car thread)
4872                         (and (cdr thread)
4873                              (gnus-sort-threads-recursive (cdr thread) func))))
4874                 threads) func))
4875
4876 (defun gnus-sort-threads-loop (threads func)
4877   (let* ((superthread (cons nil threads))
4878          (stack (list (cons superthread threads)))
4879          remaining-threads thread)
4880     (while stack
4881       (setq remaining-threads (cdr (car stack)))
4882       (if remaining-threads
4883           (progn (setq thread (car remaining-threads))
4884                  (setcdr (car stack) (cdr remaining-threads))
4885                  (if (cdr thread)
4886                      (push (cons thread (cdr thread)) stack)))
4887         (setq thread (caar stack))
4888         (setcdr thread (sort (cdr thread) func))
4889         (pop stack)))
4890     (cdr superthread)))
4891
4892 (defun gnus-sort-threads (threads)
4893   "Sort THREADS."
4894   (if (not gnus-thread-sort-functions)
4895       threads
4896     (gnus-message 8 "Sorting threads...")
4897     (prog1
4898         (condition-case nil
4899             (let ((max-lisp-eval-depth (max max-lisp-eval-depth 5000)))
4900               (gnus-sort-threads-recursive
4901                threads (gnus-make-sort-function gnus-thread-sort-functions)))
4902           ;; Even after binding max-lisp-eval-depth, the recursive
4903           ;; sorter might fail for very long threads.  In that case,
4904           ;; try using a (less well-tested) non-recursive sorter.
4905           (error (gnus-message 9 "Sorting threads with loop...")
4906                  (gnus-sort-threads-loop
4907                   threads (gnus-make-sort-function
4908                            gnus-thread-sort-functions))))
4909       (gnus-message 8 "Sorting threads...done"))))
4910
4911 (defun gnus-sort-articles (articles)
4912   "Sort ARTICLES."
4913   (when gnus-article-sort-functions
4914     (gnus-message 7 "Sorting articles...")
4915     (prog1
4916         (setq gnus-newsgroup-headers
4917               (sort articles (gnus-make-sort-function
4918                               gnus-article-sort-functions)))
4919       (gnus-message 7 "Sorting articles...done"))))
4920
4921 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
4922 (defmacro gnus-thread-header (thread)
4923   "Return header of first article in THREAD.
4924 Note that THREAD must never, ever be anything else than a variable -
4925 using some other form will lead to serious barfage."
4926   (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
4927   ;; (8% speedup to gnus-summary-prepare, just for fun :-)
4928   (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207"
4929         (vector thread) 2))
4930
4931 (defsubst gnus-article-sort-by-number (h1 h2)
4932   "Sort articles by article number."
4933   (< (mail-header-number h1)
4934      (mail-header-number h2)))
4935
4936 (defun gnus-thread-sort-by-number (h1 h2)
4937   "Sort threads by root article number."
4938   (gnus-article-sort-by-number
4939    (gnus-thread-header h1) (gnus-thread-header h2)))
4940
4941 (defsubst gnus-article-sort-by-random (h1 h2)
4942   "Sort articles randomly."
4943   (zerop (random 2)))
4944
4945 (defun gnus-thread-sort-by-random (h1 h2)
4946   "Sort threads randomly."
4947   (gnus-article-sort-by-random
4948    (gnus-thread-header h1) (gnus-thread-header h2)))
4949
4950 (defsubst gnus-article-sort-by-lines (h1 h2)
4951   "Sort articles by article Lines header."
4952   (< (mail-header-lines h1)
4953      (mail-header-lines h2)))
4954
4955 (defun gnus-thread-sort-by-lines (h1 h2)
4956   "Sort threads by root article Lines header."
4957   (gnus-article-sort-by-lines
4958    (gnus-thread-header h1) (gnus-thread-header h2)))
4959
4960 (defsubst gnus-article-sort-by-chars (h1 h2)
4961   "Sort articles by octet length."
4962   (< (mail-header-chars h1)
4963      (mail-header-chars h2)))
4964
4965 (defun gnus-thread-sort-by-chars (h1 h2)
4966   "Sort threads by root article octet length."
4967   (gnus-article-sort-by-chars
4968    (gnus-thread-header h1) (gnus-thread-header h2)))
4969
4970 (defsubst gnus-article-sort-by-author (h1 h2)
4971   "Sort articles by root author."
4972   (gnus-string<
4973    (let ((extract (funcall
4974                    gnus-extract-address-components
4975                    (mail-header-from h1))))
4976      (or (car extract) (cadr extract) ""))
4977    (let ((extract (funcall
4978                    gnus-extract-address-components
4979                    (mail-header-from h2))))
4980      (or (car extract) (cadr extract) ""))))
4981
4982 (defun gnus-thread-sort-by-author (h1 h2)
4983   "Sort threads by root author."
4984   (gnus-article-sort-by-author
4985    (gnus-thread-header h1)  (gnus-thread-header h2)))
4986
4987 (defsubst gnus-article-sort-by-recipient (h1 h2)
4988   "Sort articles by recipient."
4989   (gnus-string<
4990    (let ((extract (funcall
4991                    gnus-extract-address-components
4992                    (or (cdr (assq 'To (mail-header-extra h1))) ""))))
4993      (or (car extract) (cadr extract)))
4994    (let ((extract (funcall
4995                    gnus-extract-address-components
4996                    (or (cdr (assq 'To (mail-header-extra h2))) ""))))
4997      (or (car extract) (cadr extract)))))
4998
4999 (defun gnus-thread-sort-by-recipient (h1 h2)
5000   "Sort threads by root recipient."
5001   (gnus-article-sort-by-recipient
5002    (gnus-thread-header h1) (gnus-thread-header h2)))
5003
5004 (defsubst gnus-article-sort-by-subject (h1 h2)
5005   "Sort articles by root subject."
5006   (gnus-string<
5007    (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
5008    (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
5009
5010 (defun gnus-thread-sort-by-subject (h1 h2)
5011   "Sort threads by root subject."
5012   (gnus-article-sort-by-subject
5013    (gnus-thread-header h1) (gnus-thread-header h2)))
5014
5015 (defsubst gnus-article-sort-by-date (h1 h2)
5016   "Sort articles by root article date."
5017   (time-less-p
5018    (gnus-date-get-time (mail-header-date h1))
5019    (gnus-date-get-time (mail-header-date h2))))
5020
5021 (defun gnus-thread-sort-by-date (h1 h2)
5022   "Sort threads by root article date."
5023   (gnus-article-sort-by-date
5024    (gnus-thread-header h1) (gnus-thread-header h2)))
5025
5026 (defsubst gnus-article-sort-by-score (h1 h2)
5027   "Sort articles by root article score.
5028 Unscored articles will be counted as having a score of zero."
5029   (> (or (cdr (assq (mail-header-number h1)
5030                     gnus-newsgroup-scored))
5031          gnus-summary-default-score 0)
5032      (or (cdr (assq (mail-header-number h2)
5033                     gnus-newsgroup-scored))
5034          gnus-summary-default-score 0)))
5035
5036 (defun gnus-thread-sort-by-score (h1 h2)
5037   "Sort threads by root article score."
5038   (gnus-article-sort-by-score
5039    (gnus-thread-header h1) (gnus-thread-header h2)))
5040
5041 (defun gnus-thread-sort-by-total-score (h1 h2)
5042   "Sort threads by the sum of all scores in the thread.
5043 Unscored articles will be counted as having a score of zero."
5044   (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
5045
5046 (defun gnus-thread-total-score (thread)
5047   ;; This function find the total score of THREAD.
5048   (cond
5049    ((null thread)
5050     0)
5051    ((consp thread)
5052     (if (stringp (car thread))
5053         (apply gnus-thread-score-function 0
5054                (mapcar 'gnus-thread-total-score-1 (cdr thread)))
5055       (gnus-thread-total-score-1 thread)))
5056    (t
5057     (gnus-thread-total-score-1 (list thread)))))
5058
5059 (defun gnus-article-sort-by-most-recent-number (h1 h2)
5060   "Sort articles by number."
5061   (gnus-article-sort-by-number h1 h2))
5062
5063 (defun gnus-thread-sort-by-most-recent-number (h1 h2)
5064   "Sort threads such that the thread with the most recently arrived article comes first."
5065   (> (gnus-thread-highest-number h1) (gnus-thread-highest-number h2)))
5066
5067 (defun gnus-thread-highest-number (thread)
5068   "Return the highest article number in THREAD."
5069   (apply 'max (mapcar (lambda (header)
5070                         (mail-header-number header))
5071                       (message-flatten-list thread))))
5072
5073 (defun gnus-article-sort-by-most-recent-date (h1 h2)
5074   "Sort articles by number."
5075   (gnus-article-sort-by-date h1 h2))
5076
5077 (defun gnus-thread-sort-by-most-recent-date (h1 h2)
5078   "Sort threads such that the thread with the most recently dated article comes first."
5079   (> (gnus-thread-latest-date h1) (gnus-thread-latest-date h2)))
5080
5081 ; Since this is called not only to sort the top-level threads, but
5082 ; also in recursive sorts to order the articles within a thread, each
5083 ; article will be processed many times.  Thus it speeds things up
5084 ; quite a bit to use gnus-date-get-time, which caches the time value.
5085 (defun gnus-thread-latest-date (thread)
5086   "Return the highest article date in THREAD."
5087   (apply 'max
5088          (mapcar (lambda (header) (gnus-float-time
5089                                    (gnus-date-get-time
5090                                     (mail-header-date header))))
5091                  (message-flatten-list thread))))
5092
5093 (defun gnus-thread-total-score-1 (root)
5094   ;; This function find the total score of the thread below ROOT.
5095   (setq root (car root))
5096   (apply gnus-thread-score-function
5097          (or (append
5098               (mapcar 'gnus-thread-total-score
5099                       (cdr (gnus-id-to-thread (mail-header-id root))))
5100               (when (> (mail-header-number root) 0)
5101                 (list (or (cdr (assq (mail-header-number root)
5102                                      gnus-newsgroup-scored))
5103                           gnus-summary-default-score 0))))
5104              (list gnus-summary-default-score)
5105              '(0))))
5106
5107 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
5108 (defvar gnus-tmp-prev-subject nil)
5109 (defvar gnus-tmp-false-parent nil)
5110 (defvar gnus-tmp-root-expunged nil)
5111 (defvar gnus-tmp-dummy-line nil)
5112
5113 (defun gnus-extra-header (type &optional header)
5114   "Return the extra header of TYPE."
5115   (or (cdr (assq type (mail-header-extra (or header gnus-tmp-header))))
5116       ""))
5117
5118 (defvar gnus-tmp-thread-tree-header-string "")
5119
5120 (defcustom gnus-sum-thread-tree-root "> "
5121   "With %B spec, used for the root of a thread.
5122 If nil, use subject instead."
5123   :version "22.1"
5124   :type '(radio (const :format "%v  " nil) string)
5125   :group 'gnus-thread)
5126
5127 (defcustom gnus-sum-thread-tree-false-root "> "
5128   "With %B spec, used for a false root of a thread.
5129 If nil, use subject instead."
5130   :version "22.1"
5131   :type '(radio (const :format "%v  " nil) string)
5132   :group 'gnus-thread)
5133
5134 (defcustom gnus-sum-thread-tree-single-indent ""
5135   "With %B spec, used for a thread with just one message.
5136 If nil, use subject instead."
5137   :version "22.1"
5138   :type '(radio (const :format "%v  " nil) string)
5139   :group 'gnus-thread)
5140
5141 (defcustom gnus-sum-thread-tree-vertical "| "
5142   "With %B spec, used for drawing a vertical line."
5143   :version "22.1"
5144   :type 'string
5145   :group 'gnus-thread)
5146
5147 (defcustom gnus-sum-thread-tree-indent "  "
5148   "With %B spec, used for indenting."
5149   :version "22.1"
5150   :type 'string
5151   :group 'gnus-thread)
5152
5153 (defcustom gnus-sum-thread-tree-leaf-with-other "+-> "
5154   "With %B spec, used for a leaf with brothers."
5155   :version "22.1"
5156   :type 'string
5157   :group 'gnus-thread)
5158
5159 (defcustom gnus-sum-thread-tree-single-leaf "\\-> "
5160   "With %B spec, used for a leaf without brothers."
5161   :version "22.1"
5162   :type 'string
5163   :group 'gnus-thread)
5164
5165 (defcustom gnus-summary-display-while-building nil
5166   "If non-nil, show and update the summary buffer as it's being built.
5167 If the value is t, update the buffer after every line is inserted.  If
5168 the value is an integer (N), update the display every N lines."
5169   :version "22.1"
5170   :group 'gnus-thread
5171   :type '(choice (const :tag "off" nil)
5172                  number
5173                  (const :tag "frequently" t)))
5174
5175 (defun gnus-summary-prepare-threads (threads)
5176   "Prepare summary buffer from THREADS and indentation LEVEL.
5177 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
5178 or a straight list of headers."
5179   (gnus-message 7 "Generating summary...")
5180
5181   (setq gnus-newsgroup-threads threads)
5182   (beginning-of-line)
5183
5184   (let ((gnus-tmp-level 0)
5185         (default-score (or gnus-summary-default-score 0))
5186         (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
5187         (building-line-count gnus-summary-display-while-building)
5188         (building-count (integerp gnus-summary-display-while-building))
5189         thread number subject stack state gnus-tmp-gathered beg-match
5190         new-roots gnus-tmp-new-adopts thread-end simp-subject
5191         gnus-tmp-header gnus-tmp-unread gnus-tmp-downloaded
5192         gnus-tmp-replied gnus-tmp-subject-or-nil
5193         gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
5194         gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
5195         gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket
5196         tree-stack)
5197
5198     (setq gnus-tmp-prev-subject nil
5199           gnus-tmp-thread-tree-header-string "")
5200
5201     (if (vectorp (car threads))
5202         ;; If this is a straight (sic) list of headers, then a
5203         ;; threaded summary display isn't required, so we just create
5204         ;; an unthreaded one.
5205         (gnus-summary-prepare-unthreaded threads)
5206
5207       ;; Do the threaded display.
5208
5209       (if gnus-summary-display-while-building
5210           (switch-to-buffer (buffer-name)))
5211       (while (or threads stack gnus-tmp-new-adopts new-roots)
5212
5213         (if (and (= gnus-tmp-level 0)
5214                  (or (not stack)
5215                      (= (caar stack) 0))
5216                  (not gnus-tmp-false-parent)
5217                  (or gnus-tmp-new-adopts new-roots))
5218             (if gnus-tmp-new-adopts
5219                 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
5220                       thread (list (car gnus-tmp-new-adopts))
5221                       gnus-tmp-header (caar thread)
5222                       gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
5223               (when new-roots
5224                 (setq thread (list (car new-roots))
5225                       gnus-tmp-header (caar thread)
5226                       new-roots (cdr new-roots))))
5227
5228           (if threads
5229               ;; If there are some threads, we do them before the
5230               ;; threads on the stack.
5231               (setq thread threads
5232                     gnus-tmp-header (caar thread))
5233             ;; There were no current threads, so we pop something off
5234             ;; the stack.
5235             (setq state (car stack)
5236                   gnus-tmp-level (car state)
5237                   tree-stack (cadr state)
5238                   thread (caddr state)
5239                   stack (cdr stack)
5240                   gnus-tmp-header (caar thread))))
5241
5242         (setq gnus-tmp-false-parent nil)
5243         (setq gnus-tmp-root-expunged nil)
5244         (setq thread-end nil)
5245
5246         (if (stringp gnus-tmp-header)
5247             ;; The header is a dummy root.
5248             (cond
5249              ((eq gnus-summary-make-false-root 'adopt)
5250               ;; We let the first article adopt the rest.
5251               (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
5252                                                (cddar thread)))
5253               (setq gnus-tmp-gathered
5254                     (nconc (mapcar
5255                             (lambda (h) (mail-header-number (car h)))
5256                             (cddar thread))
5257                            gnus-tmp-gathered))
5258               (setq thread (cons (list (caar thread)
5259                                        (cadar thread))
5260                                  (cdr thread)))
5261               (setq gnus-tmp-level -1
5262                     gnus-tmp-false-parent t))
5263              ((eq gnus-summary-make-false-root 'empty)
5264               ;; We print adopted articles with empty subject fields.
5265               (setq gnus-tmp-gathered
5266                     (nconc (mapcar
5267                             (lambda (h) (mail-header-number (car h)))
5268                             (cddar thread))
5269                            gnus-tmp-gathered))
5270               (setq gnus-tmp-level -1))
5271              ((eq gnus-summary-make-false-root 'dummy)
5272               ;; We remember that we probably want to output a dummy
5273               ;; root.
5274               (setq gnus-tmp-dummy-line gnus-tmp-header)
5275               (setq gnus-tmp-prev-subject gnus-tmp-header))
5276              (t
5277               ;; We do not make a root for the gathered
5278               ;; sub-threads at all.
5279               (setq gnus-tmp-level -1)))
5280
5281           (setq number (mail-header-number gnus-tmp-header)
5282                 subject (mail-header-subject gnus-tmp-header)
5283                 simp-subject (gnus-simplify-subject-fully subject))
5284
5285           (cond
5286            ;; If the thread has changed subject, we might want to make
5287            ;; this subthread into a root.
5288            ((and (null gnus-thread-ignore-subject)
5289                  (not (zerop gnus-tmp-level))
5290                  gnus-tmp-prev-subject
5291                  (not (string= gnus-tmp-prev-subject simp-subject)))
5292             (setq new-roots (nconc new-roots (list (car thread)))
5293                   thread-end t
5294                   gnus-tmp-header nil))
5295            ;; If the article lies outside the current limit,
5296            ;; then we do not display it.
5297            ((not (memq number gnus-newsgroup-limit))
5298             (setq gnus-tmp-gathered
5299                   (nconc (mapcar
5300                           (lambda (h) (mail-header-number (car h)))
5301                           (cdar thread))
5302                          gnus-tmp-gathered))
5303             (setq gnus-tmp-new-adopts (if (cdar thread)
5304                                           (append gnus-tmp-new-adopts
5305                                                   (cdar thread))
5306                                         gnus-tmp-new-adopts)
5307                   thread-end t
5308                   gnus-tmp-header nil)
5309             (when (zerop gnus-tmp-level)
5310               (setq gnus-tmp-root-expunged t)))
5311            ;; Perhaps this article is to be marked as read?
5312            ((and gnus-summary-mark-below
5313                  (< (or (cdr (assq number gnus-newsgroup-scored))
5314                         default-score)
5315                     gnus-summary-mark-below)
5316                  ;; Don't touch sparse articles.
5317                  (not (gnus-summary-article-sparse-p number))
5318                  (not (gnus-summary-article-ancient-p number)))
5319             (setq gnus-newsgroup-unreads
5320                   (delq number gnus-newsgroup-unreads))
5321             (if gnus-newsgroup-auto-expire
5322                 (setq gnus-newsgroup-expirable
5323                       (gnus-add-to-sorted-list
5324                        gnus-newsgroup-expirable number))
5325               (push (cons number gnus-low-score-mark)
5326                     gnus-newsgroup-reads))))
5327
5328           (when gnus-tmp-header
5329             ;; We may have an old dummy line to output before this
5330             ;; article.
5331             (when (and gnus-tmp-dummy-line
5332                        (gnus-subject-equal
5333                         gnus-tmp-dummy-line
5334                         (mail-header-subject gnus-tmp-header)))
5335               (gnus-summary-insert-dummy-line
5336                gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
5337               (setq gnus-tmp-dummy-line nil))
5338
5339             ;; Compute the mark.
5340             (setq gnus-tmp-unread (gnus-article-mark number))
5341
5342             (push (gnus-data-make number gnus-tmp-unread (1+ (point))
5343                                   gnus-tmp-header gnus-tmp-level)
5344                   gnus-newsgroup-data)
5345
5346             ;; Actually insert the line.
5347             (setq
5348              gnus-tmp-subject-or-nil
5349              (cond
5350               ((and gnus-thread-ignore-subject
5351                     gnus-tmp-prev-subject
5352                     (not (string= gnus-tmp-prev-subject simp-subject)))
5353                subject)
5354               ((zerop gnus-tmp-level)
5355                (if (and (eq gnus-summary-make-false-root 'empty)
5356                         (memq number gnus-tmp-gathered)
5357                         gnus-tmp-prev-subject
5358                         (string= gnus-tmp-prev-subject simp-subject))
5359                    gnus-summary-same-subject
5360                  subject))
5361               (t gnus-summary-same-subject)))
5362             (if (and (eq gnus-summary-make-false-root 'adopt)
5363                      (= gnus-tmp-level 1)
5364                      (memq number gnus-tmp-gathered))
5365                 (setq gnus-tmp-opening-bracket ?\<
5366                       gnus-tmp-closing-bracket ?\>)
5367               (setq gnus-tmp-opening-bracket ?\[
5368                     gnus-tmp-closing-bracket ?\]))
5369             (if (>= gnus-tmp-level (length gnus-thread-indent-array))
5370                 (gnus-make-thread-indent-array
5371                  (max (* 2 (length gnus-thread-indent-array))
5372                       gnus-tmp-level)))
5373             (setq
5374              gnus-tmp-indentation
5375              (aref gnus-thread-indent-array gnus-tmp-level)
5376              gnus-tmp-lines (mail-header-lines gnus-tmp-header)
5377              gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
5378                                 gnus-summary-default-score 0)
5379              gnus-tmp-score-char
5380              (if (or (null gnus-summary-default-score)
5381                      (<= (abs (- gnus-tmp-score gnus-summary-default-score))
5382                          gnus-summary-zcore-fuzz))
5383                  ?                      ;Whitespace
5384                (if (< gnus-tmp-score gnus-summary-default-score)
5385                    gnus-score-below-mark gnus-score-over-mark))
5386              gnus-tmp-replied
5387              (cond ((memq number gnus-newsgroup-processable)
5388                     gnus-process-mark)
5389                    ((memq number gnus-newsgroup-cached)
5390                     gnus-cached-mark)
5391                    ((memq number gnus-newsgroup-replied)
5392                     gnus-replied-mark)
5393                    ((memq number gnus-newsgroup-forwarded)
5394                     gnus-forwarded-mark)
5395                    ((memq number gnus-newsgroup-saved)
5396                     gnus-saved-mark)
5397                    ((memq number gnus-newsgroup-unseen)
5398                     gnus-unseen-mark)
5399                    (t gnus-no-mark))
5400              gnus-tmp-downloaded
5401              (cond ((memq number gnus-newsgroup-undownloaded)
5402                     gnus-undownloaded-mark)
5403                    (gnus-newsgroup-agentized
5404                     gnus-downloaded-mark)
5405                    (t
5406                     gnus-no-mark))
5407              gnus-tmp-from (mail-header-from gnus-tmp-header)
5408              gnus-tmp-name
5409              (cond
5410               ((string-match "<[^>]+> *$" gnus-tmp-from)
5411                (setq beg-match (match-beginning 0))
5412                (or (and (string-match "^\".+\"" gnus-tmp-from)
5413                         (substring gnus-tmp-from 1 (1- (match-end 0))))
5414                    (substring gnus-tmp-from 0 beg-match)))
5415               ((string-match "(.+)" gnus-tmp-from)
5416                (substring gnus-tmp-from
5417                           (1+ (match-beginning 0)) (1- (match-end 0))))
5418               (t gnus-tmp-from))
5419
5420              ;; Do the %B string
5421              gnus-tmp-thread-tree-header-string
5422              (cond
5423               ((not gnus-show-threads) "")
5424               ((zerop gnus-tmp-level)
5425                (cond ((cdar thread)
5426                       (or gnus-sum-thread-tree-root subject))
5427                      (gnus-tmp-new-adopts
5428                       (or gnus-sum-thread-tree-false-root subject))
5429                      (t
5430                       (or gnus-sum-thread-tree-single-indent subject))))
5431               (t
5432                (concat (apply 'concat
5433                               (mapcar (lambda (item)
5434                                         (if (= item 1)
5435                                             gnus-sum-thread-tree-vertical
5436                                           gnus-sum-thread-tree-indent))
5437                                       (cdr (reverse tree-stack))))
5438                        (if (nth 1 thread)
5439                            gnus-sum-thread-tree-leaf-with-other
5440                          gnus-sum-thread-tree-single-leaf)))))
5441             (when (string= gnus-tmp-name "")
5442               (setq gnus-tmp-name gnus-tmp-from))
5443             (unless (numberp gnus-tmp-lines)
5444               (setq gnus-tmp-lines -1))
5445             (if (= gnus-tmp-lines -1)
5446                 (setq gnus-tmp-lines "?")
5447               (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
5448             (gnus-put-text-property
5449              (point)
5450              (progn (eval gnus-summary-line-format-spec) (point))
5451              'gnus-number number)
5452             (when gnus-visual-p
5453               (forward-line -1)
5454               (gnus-summary-highlight-line)
5455               (when gnus-summary-update-hook
5456                 (gnus-run-hooks 'gnus-summary-update-hook))
5457               (forward-line 1))
5458
5459             (setq gnus-tmp-prev-subject simp-subject)))
5460
5461         (when (nth 1 thread)
5462           (push (list (max 0 gnus-tmp-level)
5463                       (copy-sequence tree-stack)
5464                       (nthcdr 1 thread))
5465                 stack))
5466         (push (if (nth 1 thread) 1 0) tree-stack)
5467         (incf gnus-tmp-level)
5468         (setq threads (if thread-end nil (cdar thread)))
5469         (if gnus-summary-display-while-building
5470             (if building-count
5471                 (progn
5472                   ;; use a set frequency
5473                   (setq building-line-count (1- building-line-count))
5474                   (when (= building-line-count 0)
5475                     (sit-for 0)
5476                     (setq building-line-count
5477                           gnus-summary-display-while-building)))
5478               ;; always
5479               (sit-for 0)))
5480         (unless threads
5481           (setq gnus-tmp-level 0)))))
5482   (gnus-message 7 "Generating summary...done"))
5483
5484 (defun gnus-summary-prepare-unthreaded (headers)
5485   "Generate an unthreaded summary buffer based on HEADERS."
5486   (let (header number mark)
5487
5488     (beginning-of-line)
5489
5490     (while headers
5491       ;; We may have to root out some bad articles...
5492       (when (memq (setq number (mail-header-number
5493                                 (setq header (pop headers))))
5494                   gnus-newsgroup-limit)
5495         ;; Mark article as read when it has a low score.
5496         (when (and gnus-summary-mark-below
5497                    (< (or (cdr (assq number gnus-newsgroup-scored))
5498                           gnus-summary-default-score 0)
5499                       gnus-summary-mark-below)
5500                    (not (gnus-summary-article-ancient-p number)))
5501           (setq gnus-newsgroup-unreads
5502                 (delq number gnus-newsgroup-unreads))
5503           (if gnus-newsgroup-auto-expire
5504               (push number gnus-newsgroup-expirable)
5505             (push (cons number gnus-low-score-mark)
5506                   gnus-newsgroup-reads)))
5507
5508         (setq mark (gnus-article-mark number))
5509         (push (gnus-data-make number mark (1+ (point)) header 0)
5510               gnus-newsgroup-data)
5511         (gnus-summary-insert-line
5512          header 0 number
5513          (memq number gnus-newsgroup-undownloaded)
5514          mark (memq number gnus-newsgroup-replied)
5515          (memq number gnus-newsgroup-expirable)
5516          (mail-header-subject header) nil
5517          (cdr (assq number gnus-newsgroup-scored))
5518          (memq number gnus-newsgroup-processable))))))
5519
5520 (defun gnus-group-get-list-identifiers (group)
5521   "Get list identifier regexp for GROUP."
5522   (or (gnus-parameter-list-identifier group)
5523       (if (consp gnus-list-identifiers)
5524           (mapconcat 'identity gnus-list-identifiers " *\\|")
5525         gnus-list-identifiers)))
5526
5527 (defun gnus-summary-remove-list-identifiers ()
5528   "Remove list identifiers in `gnus-list-identifiers' from articles in the current group."
5529   (let ((regexp (gnus-group-get-list-identifiers gnus-newsgroup-name))
5530         changed subject)
5531     (when regexp
5532       (setq regexp (concat "^\\(?:R[Ee]: +\\)*\\(" regexp " *\\)"))
5533       (dolist (header gnus-newsgroup-headers)
5534         (setq subject (mail-header-subject header)
5535               changed nil)
5536         (while (string-match regexp subject)
5537           (setq subject
5538                 (concat (substring subject 0 (match-beginning 1))
5539                         (substring subject (match-end 0)))
5540                 changed t))
5541         (when changed
5542           (when (string-match "^\\(\\(?:R[Ee]: +\\)+\\)R[Ee]: +" subject)
5543             (setq subject
5544                   (concat (substring subject 0 (match-beginning 1))
5545                           (substring subject (match-end 1)))))
5546           (mail-header-set-subject header subject))))))
5547
5548 (defun gnus-fetch-headers (articles &optional limit force-new dependencies)
5549   "Fetch headers of ARTICLES."
5550   (let ((name (gnus-group-decoded-name gnus-newsgroup-name)))
5551     (gnus-message 7 "Fetching headers for %s..." name)
5552     (prog1
5553         (if (eq 'nov
5554                 (setq gnus-headers-retrieved-by
5555                       (gnus-retrieve-headers
5556                        articles gnus-newsgroup-name
5557                        (or limit
5558                            ;; We might want to fetch old headers, but
5559                            ;; not if there is only 1 article.
5560                            (and (or (and
5561                                      (not (eq gnus-fetch-old-headers 'some))
5562                                      (not (numberp gnus-fetch-old-headers)))
5563                                     (> (length articles) 1))
5564                                 gnus-fetch-old-headers)))))
5565             (gnus-get-newsgroup-headers-xover
5566              articles force-new dependencies gnus-newsgroup-name t)
5567           (gnus-get-newsgroup-headers dependencies force-new))
5568       (gnus-message 7 "Fetching headers for %s...done" name))))
5569
5570 (defun gnus-select-newsgroup (group &optional read-all select-articles)
5571   "Select newsgroup GROUP.
5572 If READ-ALL is non-nil, all articles in the group are selected.
5573 If SELECT-ARTICLES, only select those articles from GROUP."
5574   (let* ((entry (gnus-group-entry group))
5575          ;;!!! Dirty hack; should be removed.
5576          (gnus-summary-ignore-duplicates
5577           (if (eq (car (gnus-find-method-for-group group)) 'nnvirtual)
5578               t
5579             gnus-summary-ignore-duplicates))
5580          (info (nth 2 entry))
5581          charset articles fetched-articles cached)
5582
5583     (unless (gnus-check-server
5584              (set (make-local-variable 'gnus-current-select-method)
5585                   (gnus-find-method-for-group group)))
5586       (error "Couldn't open server"))
5587     (setq charset (gnus-group-name-charset gnus-current-select-method group))
5588
5589     (or (and entry (not (eq (car entry) t))) ; Either it's active...
5590         (gnus-activate-group group)     ; Or we can activate it...
5591         (progn                          ; Or we bug out.
5592           (when (equal major-mode 'gnus-summary-mode)
5593             (gnus-kill-buffer (current-buffer)))
5594           (error
5595            "Couldn't activate group %s: %s"
5596            (mm-decode-coding-string group charset)
5597            (mm-decode-coding-string (gnus-status-message group) charset))))
5598
5599     (unless (gnus-request-group group t)
5600       (when (equal major-mode 'gnus-summary-mode)
5601         (gnus-kill-buffer (current-buffer)))
5602       (error "Couldn't request group %s: %s"
5603              (mm-decode-coding-string group charset)
5604              (mm-decode-coding-string (gnus-status-message group) charset)))
5605
5606     (when (and gnus-agent
5607                (gnus-active group))
5608       (gnus-agent-possibly-alter-active group (gnus-active group) info)
5609
5610       (setq gnus-summary-use-undownloaded-faces
5611             (gnus-agent-find-parameter
5612              group
5613              'agent-enable-undownloaded-faces)))
5614
5615     (setq gnus-newsgroup-name group
5616           gnus-newsgroup-unselected nil
5617           gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
5618
5619     (let ((display (gnus-group-find-parameter group 'display)))
5620       (setq gnus-newsgroup-display
5621             (cond
5622              ((not (zerop (or (car-safe read-all) 0)))
5623               ;; The user entered the group with C-u SPC/RET, let's show
5624               ;; all articles.
5625               'gnus-not-ignore)
5626              ((eq display 'all)
5627               'gnus-not-ignore)
5628              ((arrayp display)
5629               (gnus-summary-display-make-predicate (mapcar 'identity display)))
5630              ((numberp display)
5631               ;; The following is probably the "correct" solution, but
5632               ;; it makes Gnus fetch all headers and then limit the
5633               ;; articles (which is slow), so instead we hack the
5634               ;; select-articles parameter instead. -- Simon Josefsson
5635               ;; <jas@kth.se>
5636               ;;
5637               ;; (gnus-byte-compile
5638               ;;  `(lambda () (> number ,(- (cdr (gnus-active group))
5639               ;;                         display)))))
5640               (setq select-articles
5641                     (gnus-uncompress-range
5642                      (cons (let ((tmp (- (cdr (gnus-active group)) display)))
5643                              (if (> tmp 0)
5644                                  tmp
5645                                1))
5646                            (cdr (gnus-active group)))))
5647               nil)
5648              (t
5649               nil))))
5650
5651     (gnus-summary-setup-default-charset)
5652
5653     ;; Kludge to avoid having cached articles nixed out in virtual groups.
5654     (when (gnus-virtual-group-p group)
5655       (setq cached gnus-newsgroup-cached))
5656
5657     (setq gnus-newsgroup-unreads
5658           (gnus-sorted-ndifference
5659            (gnus-sorted-ndifference gnus-newsgroup-unreads
5660                                     gnus-newsgroup-marked)
5661            gnus-newsgroup-dormant))
5662
5663     (setq gnus-newsgroup-processable nil)
5664
5665     (gnus-update-read-articles group gnus-newsgroup-unreads t)
5666
5667     ;; Adjust and set lists of article marks.
5668     (when info
5669       (gnus-adjust-marked-articles info))
5670     (if (setq articles select-articles)
5671         (setq gnus-newsgroup-unselected
5672               (gnus-sorted-difference gnus-newsgroup-unreads articles))
5673       (setq articles (gnus-articles-to-read group read-all)))
5674
5675     (cond
5676      ((null articles)
5677       ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
5678       'quit)
5679      ((eq articles 0) nil)
5680      (t
5681       ;; Init the dependencies hash table.
5682       (setq gnus-newsgroup-dependencies
5683             (gnus-make-hashtable (length articles)))
5684       (gnus-set-global-variables)
5685       ;; Retrieve the headers and read them in.
5686
5687       (setq gnus-newsgroup-headers (gnus-fetch-headers articles))
5688
5689       ;; Kludge to avoid having cached articles nixed out in virtual groups.
5690       (when cached
5691         (setq gnus-newsgroup-cached cached))
5692
5693       ;; Suppress duplicates?
5694       (when gnus-suppress-duplicates
5695         (gnus-dup-suppress-articles))
5696
5697       ;; Set the initial limit.
5698       (setq gnus-newsgroup-limit (copy-sequence articles))
5699       ;; Remove canceled articles from the list of unread articles.
5700       (setq fetched-articles
5701             (mapcar (lambda (headers) (mail-header-number headers))
5702                     gnus-newsgroup-headers))
5703       (setq gnus-newsgroup-articles fetched-articles)
5704       (setq gnus-newsgroup-unreads
5705             (gnus-sorted-nintersection
5706              gnus-newsgroup-unreads fetched-articles))
5707       (gnus-compute-unseen-list)
5708
5709       ;; Removed marked articles that do not exist.
5710       (gnus-update-missing-marks
5711        (gnus-sorted-difference articles fetched-articles))
5712       ;; We might want to build some more threads first.
5713       (when (and gnus-fetch-old-headers
5714                  (eq gnus-headers-retrieved-by 'nov))
5715         (if (eq gnus-fetch-old-headers 'invisible)
5716             (gnus-build-all-threads)
5717           (gnus-build-old-threads)))
5718       ;; Let the Gnus agent mark articles as read.
5719       (when gnus-agent
5720         (gnus-agent-get-undownloaded-list))
5721       ;; Remove list identifiers from subject
5722       (gnus-summary-remove-list-identifiers)
5723       ;; Check whether auto-expire is to be done in this group.
5724       (setq gnus-newsgroup-auto-expire
5725             (and (gnus-group-auto-expirable-p group)
5726                  (not (gnus-group-read-only-p group))))
5727       ;; Set up the article buffer now, if necessary.
5728       (unless (and gnus-single-article-buffer
5729                    (equal gnus-article-buffer "*Article*"))
5730         (gnus-article-setup-buffer))
5731       ;; First and last article in this newsgroup.
5732       (when gnus-newsgroup-headers
5733         (setq gnus-newsgroup-begin
5734               (mail-header-number (car gnus-newsgroup-headers))
5735               gnus-newsgroup-end
5736               (mail-header-number
5737                (gnus-last-element gnus-newsgroup-headers))))
5738       ;; GROUP is successfully selected.
5739       (or gnus-newsgroup-headers t)))))
5740
5741 (defun gnus-compute-unseen-list ()
5742   ;; The `seen' marks are treated specially.
5743   (if (not gnus-newsgroup-seen)
5744       (setq gnus-newsgroup-unseen gnus-newsgroup-articles)
5745     (setq gnus-newsgroup-unseen
5746           (gnus-inverse-list-range-intersection
5747            gnus-newsgroup-articles gnus-newsgroup-seen))))
5748
5749 (declare-function gnus-get-predicate "gnus-agent" (predicate))
5750
5751 (defun gnus-summary-display-make-predicate (display)
5752   (require 'gnus-agent)
5753   (when (= (length display) 1)
5754     (setq display (car display)))
5755   (unless gnus-summary-display-cache
5756     (dolist (elem (append '((unread . unread)
5757                             (read . read)
5758                             (unseen . unseen))
5759                           gnus-article-mark-lists))
5760       (push (cons (cdr elem)
5761                   (gnus-byte-compile    ;Why bother?
5762                    `(lambda () (gnus-article-marked-p ',(cdr elem)))))
5763             gnus-summary-display-cache)))
5764   (let ((gnus-category-predicate-alist gnus-summary-display-cache)
5765         (gnus-category-predicate-cache gnus-summary-display-cache))
5766     (gnus-get-predicate display)))
5767
5768 ;; Uses the dynamically bound `gnus-number' variable.
5769 (defvar gnus-number)
5770 (defun gnus-article-marked-p (type &optional article)
5771   (let ((article (or article gnus-number)))
5772     (cond
5773      ((eq type 'tick)
5774       (memq article gnus-newsgroup-marked))
5775      ((eq type 'spam)
5776       (memq article gnus-newsgroup-spam-marked))
5777      ((eq type 'unsend)
5778       (memq article gnus-newsgroup-unsendable))
5779      ((eq type 'undownload)
5780       (memq article gnus-newsgroup-undownloaded))
5781      ((eq type 'download)
5782       (memq article gnus-newsgroup-downloadable))
5783      ((eq type 'unread)
5784       (memq article gnus-newsgroup-unreads))
5785      ((eq type 'read)
5786       (memq article gnus-newsgroup-reads))
5787      ((eq type 'dormant)
5788       (memq article gnus-newsgroup-dormant) )
5789      ((eq type 'expire)
5790       (memq article gnus-newsgroup-expirable))
5791      ((eq type 'reply)
5792       (memq article gnus-newsgroup-replied))
5793      ((eq type 'killed)
5794       (memq article gnus-newsgroup-killed))
5795      ((eq type 'bookmark)
5796       (assq article gnus-newsgroup-bookmarks))
5797      ((eq type 'score)
5798       (assq article gnus-newsgroup-scored))
5799      ((eq type 'save)
5800       (memq article gnus-newsgroup-saved))
5801      ((eq type 'cache)
5802       (memq article gnus-newsgroup-cached))
5803      ((eq type 'forward)
5804       (memq article gnus-newsgroup-forwarded))
5805      ((eq type 'seen)
5806       (not (memq article gnus-newsgroup-unseen)))
5807      (t t))))
5808
5809 (defun gnus-articles-to-read (group &optional read-all)
5810   "Find out what articles the user wants to read."
5811   (let* ((only-read-p t)
5812          (articles
5813           ;; Select all articles if `read-all' is non-nil, or if there
5814           ;; are no unread articles.
5815           (if (or read-all
5816                   (and (zerop (length gnus-newsgroup-marked))
5817                        (zerop (length gnus-newsgroup-unreads)))
5818                   ;; Fetch all if the predicate is non-nil.
5819                   gnus-newsgroup-display)
5820               ;; We want to select the headers for all the articles in
5821               ;; the group, so we select either all the active
5822               ;; articles in the group, or (if that's nil), the
5823               ;; articles in the cache.
5824               (or
5825                (if gnus-newsgroup-maximum-articles
5826                    (let ((active (gnus-active group)))
5827                      (gnus-uncompress-range
5828                       (cons (max (car active)
5829                                  (- (cdr active)
5830                                     gnus-newsgroup-maximum-articles
5831                                     -1))
5832                             (cdr active))))
5833                  (gnus-uncompress-range (gnus-active group)))
5834                (gnus-cache-articles-in-group group))
5835             ;; Select only the "normal" subset of articles.
5836             (setq only-read-p nil)
5837             (gnus-sorted-nunion
5838              (gnus-sorted-union gnus-newsgroup-dormant gnus-newsgroup-marked)
5839              gnus-newsgroup-unreads)))
5840          (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
5841          (scored (length scored-list))
5842          (number (length articles))
5843          (marked (+ (length gnus-newsgroup-marked)
5844                     (length gnus-newsgroup-dormant)))
5845          (select
5846           (cond
5847            ((numberp read-all)
5848             read-all)
5849            ((numberp gnus-newsgroup-display)
5850             gnus-newsgroup-display)
5851            (t
5852             (condition-case ()
5853                 (cond
5854                  ((and (or (<= scored marked) (= scored number))
5855                        (numberp gnus-large-newsgroup)
5856                        (> number gnus-large-newsgroup))
5857                   (let* ((cursor-in-echo-area nil)
5858                          (initial (gnus-parameter-large-newsgroup-initial
5859                                    gnus-newsgroup-name))
5860                          (default (if only-read-p
5861                                       (or initial gnus-large-newsgroup)
5862                                     number))
5863                          (input
5864                           (read-string
5865                            (if only-read-p
5866                                (format
5867                                 "How many articles from %s (available %d, default %d): "
5868                                 (gnus-group-decoded-name
5869                                  (gnus-group-real-name gnus-newsgroup-name))
5870                                 number default)
5871                              (format
5872                               "How many articles from %s (%d default): "
5873                               (gnus-group-decoded-name
5874                                (gnus-group-real-name gnus-newsgroup-name))
5875                               default))
5876                            nil
5877                            nil
5878                            (number-to-string default))))
5879                     (if (string-match "^[ \t]*$" input) number input)))
5880                  ((and (> scored marked) (< scored number)
5881                        (> (- scored number) 20))
5882                   (let ((input
5883                          (read-string
5884                           (format "%s %s (%d scored, %d total): "
5885                                   "How many articles from"
5886                                   (gnus-group-decoded-name
5887                                    (gnus-group-real-name gnus-newsgroup-name))
5888                                   scored number))))
5889                     (if (string-match "^[ \t]*$" input)
5890                         number input)))
5891                  (t number))
5892               (quit
5893                (message "Quit getting the articles to read")
5894                nil))))))
5895     (setq select (if (stringp select) (string-to-number select) select))
5896     (if (or (null select) (zerop select))
5897         select
5898       (if (and (not (zerop scored)) (<= (abs select) scored))
5899           (progn
5900             (setq articles (sort scored-list '<))
5901             (setq number (length articles)))
5902         (setq articles (copy-sequence articles)))
5903
5904       (when (< (abs select) number)
5905         (if (< select 0)
5906             ;; Select the N oldest articles.
5907             (setcdr (nthcdr (1- (abs select)) articles) nil)
5908           ;; Select the N most recent articles.
5909           (setq articles (nthcdr (- number select) articles))))
5910       (setq gnus-newsgroup-unselected
5911             (gnus-sorted-difference gnus-newsgroup-unreads articles))
5912       (when gnus-alter-articles-to-read-function
5913         (setq articles
5914               (sort
5915                (funcall gnus-alter-articles-to-read-function
5916                         gnus-newsgroup-name articles)
5917                '<)))
5918       articles)))
5919
5920 (defun gnus-killed-articles (killed articles)
5921   (let (out)
5922     (while articles
5923       (when (inline (gnus-member-of-range (car articles) killed))
5924         (push (car articles) out))
5925       (setq articles (cdr articles)))
5926     out))
5927
5928 (defun gnus-uncompress-marks (marks)
5929   "Uncompress the mark ranges in MARKS."
5930   (let ((uncompressed '(score bookmark))
5931         out)
5932     (while marks
5933       (if (memq (caar marks) uncompressed)
5934           (push (car marks) out)
5935         (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
5936       (setq marks (cdr marks)))
5937     out))
5938
5939 (defun gnus-article-mark-to-type (mark)
5940   "Return the type of MARK."
5941   (or (cadr (assq mark gnus-article-special-mark-lists))
5942       'list))
5943
5944 (defun gnus-article-unpropagatable-p (mark)
5945   "Return whether MARK should be propagated to back end."
5946   (memq mark gnus-article-unpropagated-mark-lists))
5947
5948 (defun gnus-adjust-marked-articles (info)
5949   "Set all article lists and remove all marks that are no longer valid."
5950   (let* ((marked-lists (gnus-info-marks info))
5951          (active (gnus-active (gnus-info-group info)))
5952          (min (car active))
5953          (max (cdr active))
5954          (types gnus-article-mark-lists)
5955          marks var articles article mark mark-type
5956          bgn end)
5957     ;; Hack to avoid adjusting marks for imap.
5958     (when (eq (car (gnus-find-method-for-group (gnus-info-group info)))
5959               'nnimap)
5960       (setq min 1))
5961
5962     (dolist (marks marked-lists)
5963       (setq mark (car marks)
5964             mark-type (gnus-article-mark-to-type mark)
5965             var (intern (format "gnus-newsgroup-%s" (car (rassq mark types)))))
5966
5967       ;; We set the variable according to the type of the marks list,
5968       ;; and then adjust the marks to a subset of the active articles.
5969       (cond
5970        ;; Adjust "simple" lists - compressed yet unsorted
5971        ((eq mark-type 'list)
5972         ;; Simultaneously uncompress and clip to active range
5973         ;; See gnus-uncompress-range for a description of possible marks
5974         (let (l lh)
5975           (if (not (cadr marks))
5976               (set var nil)
5977             (setq articles (if (numberp (cddr marks))
5978                                (list (cdr marks))
5979                              (cdr marks))
5980                   lh (cons nil nil)
5981                   l lh)
5982
5983             (while (setq article (pop articles))
5984               (cond ((consp article)
5985                      (setq bgn (max (car article) min)
5986                            end (min (cdr article) max))
5987                      (while (<= bgn end)
5988                        (setq l (setcdr l (cons bgn nil))
5989                              bgn (1+ bgn))))
5990                     ((and (<= min article)
5991                           (>= max article))
5992                      (setq l (setcdr l (cons article nil))))))
5993             (set var (cdr lh)))))
5994        ;; Adjust assocs.
5995        ((eq mark-type 'tuple)
5996         (set var (setq articles (cdr marks)))
5997         (when (not (listp (cdr (symbol-value var))))
5998           (set var (list (symbol-value var))))
5999         (when (not (listp (cdr articles)))
6000           (setq articles (list articles)))
6001         (while articles
6002           (when (or (not (consp (setq article (pop articles))))
6003                     (< (car article) min)
6004                     (> (car article) max))
6005             (set var (delq article (symbol-value var))))))
6006        ;; Adjust ranges (sloppily).
6007        ((eq mark-type 'range)
6008         (cond
6009          ((eq mark 'seen)
6010           ;; Fix the record for `seen' if it looks like (seen NUM1 . NUM2).
6011           ;; It should be (seen (NUM1 . NUM2)).
6012           (when (numberp (cddr marks))
6013             (setcdr marks (list (cdr marks))))
6014           (setq articles (cdr marks))
6015           (while (and articles
6016                       (or (and (consp (car articles))
6017                                (> min (cdar articles)))
6018                           (and (numberp (car articles))
6019                                (> min (car articles)))))
6020             (pop articles))
6021           (set var articles))))))))
6022
6023 (defun gnus-update-missing-marks (missing)
6024   "Go through the list of MISSING articles and remove them from the mark lists."
6025   (when missing
6026     (let (var m)
6027       ;; Go through all types.
6028       (dolist (elem gnus-article-mark-lists)
6029         (when (eq (gnus-article-mark-to-type (cdr elem)) 'list)
6030           (setq var (intern (format "gnus-newsgroup-%s" (car elem))))
6031           (when (symbol-value var)
6032             ;; This list has articles.  So we delete all missing
6033             ;; articles from it.
6034             (setq m missing)
6035             (while m
6036               (set var (delq (pop m) (symbol-value var))))))))))
6037
6038 (defun gnus-update-marks ()
6039   "Enter the various lists of marked articles into the newsgroup info list."
6040   (let ((types gnus-article-mark-lists)
6041         (info (gnus-get-info gnus-newsgroup-name))
6042         type list newmarked symbol delta-marks)
6043     (when info
6044       ;; Add all marks lists to the list of marks lists.
6045       (while (setq type (pop types))
6046         (setq list (symbol-value
6047                     (setq symbol
6048                           (intern (format "gnus-newsgroup-%s" (car type))))))
6049
6050         (when list
6051           ;; Get rid of the entries of the articles that have the
6052           ;; default score.
6053           (when (and (eq (cdr type) 'score)
6054                      gnus-save-score
6055                      list)
6056             (let* ((arts list)
6057                    (prev (cons nil list))
6058                    (all prev))
6059               (while arts
6060                 (if (or (not (consp (car arts)))
6061                         (= (cdar arts) gnus-summary-default-score))
6062                     (setcdr prev (cdr arts))
6063                   (setq prev arts))
6064                 (setq arts (cdr arts)))
6065               (setq list (cdr all)))))
6066
6067         (when (eq (cdr type) 'seen)
6068           (setq list (gnus-range-add list gnus-newsgroup-unseen)))
6069
6070         (when (eq (gnus-article-mark-to-type (cdr type)) 'list)
6071           (setq list (gnus-compress-sequence (set symbol (sort list '<)) t)))
6072
6073         (when (and (gnus-check-backend-function
6074                     'request-set-mark gnus-newsgroup-name)
6075                    (not (gnus-article-unpropagatable-p (cdr type))))
6076           (let* ((old (cdr (assq (cdr type) (gnus-info-marks info))))
6077                  ;; Don't do anything about marks for articles we
6078                  ;; didn't actually get any headers for.
6079                  (del
6080                   (gnus-list-range-intersection
6081                    gnus-newsgroup-articles
6082                    (gnus-remove-from-range (gnus-copy-sequence old) list)))
6083                  (add
6084                   (gnus-list-range-intersection
6085                    gnus-newsgroup-articles
6086                    (gnus-remove-from-range
6087                     (gnus-copy-sequence list) old))))
6088             (when add
6089               (push (list add 'add (list (cdr type))) delta-marks))
6090             (when del
6091               ;; Don't delete marks from outside the active range.
6092               ;; This shouldn't happen, but is a sanity check.
6093               (setq del (gnus-sorted-range-intersection
6094                          (gnus-active gnus-newsgroup-name) del))
6095               (push (list del 'del (list (cdr type))) delta-marks))))
6096
6097         (when list
6098           (push (cons (cdr type) list) newmarked)))
6099
6100       (when delta-marks
6101         (unless (gnus-check-group gnus-newsgroup-name)
6102           (error "Can't open server for %s" gnus-newsgroup-name))
6103         (gnus-request-set-mark gnus-newsgroup-name delta-marks))
6104
6105       ;; Enter these new marks into the info of the group.
6106       (if (nthcdr 3 info)
6107           (setcar (nthcdr 3 info) newmarked)
6108         ;; Add the marks lists to the end of the info.
6109         (when newmarked
6110           (setcdr (nthcdr 2 info) (list newmarked))))
6111
6112       ;; Cut off the end of the info if there's nothing else there.
6113       (let ((i 5))
6114         (while (and (> i 2)
6115                     (not (nth i info)))
6116           (when (nthcdr (decf i) info)
6117             (setcdr (nthcdr i info) nil)))))))
6118
6119 (defun gnus-set-mode-line (where)
6120   "Set the mode line of the article or summary buffers.
6121 If WHERE is `summary', the summary mode line format will be used."
6122   ;; Is this mode line one we keep updated?
6123   (when (and (memq where gnus-updated-mode-lines)
6124              (symbol-value
6125               (intern (format "gnus-%s-mode-line-format-spec" where))))
6126     (let (mode-string)
6127       ;; We evaluate this in the summary buffer since these
6128       ;; variables are buffer-local to that buffer.
6129       (with-current-buffer gnus-summary-buffer
6130         ;; We bind all these variables that are used in the `eval' form
6131         ;; below.
6132         (let* ((mformat (symbol-value
6133                          (intern
6134                           (format "gnus-%s-mode-line-format-spec" where))))
6135                (gnus-tmp-group-name (gnus-mode-string-quote
6136                                      (gnus-group-decoded-name
6137                                       gnus-newsgroup-name)))
6138                (gnus-tmp-article-number (or gnus-current-article 0))
6139                (gnus-tmp-unread gnus-newsgroup-unreads)
6140                (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
6141                (gnus-tmp-unselected (length gnus-newsgroup-unselected))
6142                (gnus-tmp-unread-and-unselected
6143                 (cond ((and (zerop gnus-tmp-unread-and-unticked)
6144                             (zerop gnus-tmp-unselected))
6145                        "")
6146                       ((zerop gnus-tmp-unselected)
6147                        (format "{%d more}" gnus-tmp-unread-and-unticked))
6148                       (t (format "{%d(+%d) more}"
6149                                  gnus-tmp-unread-and-unticked
6150                                  gnus-tmp-unselected))))
6151                (gnus-tmp-subject
6152                 (if (and gnus-current-headers
6153                          (vectorp gnus-current-headers))
6154                     (gnus-mode-string-quote
6155                      (mail-header-subject gnus-current-headers))
6156                   ""))
6157                bufname-length max-len
6158                gnus-tmp-header) ;; passed as argument to any user-format-funcs
6159           (setq mode-string (eval mformat))
6160           (setq bufname-length (if (string-match "%b" mode-string)
6161                                    (- (length
6162                                        (buffer-name
6163                                         (if (eq where 'summary)
6164                                             nil
6165                                           (get-buffer gnus-article-buffer))))
6166                                       2)
6167                                  0))
6168           (setq max-len (max 4 (if gnus-mode-non-string-length
6169                                    (- (window-width)
6170                                       gnus-mode-non-string-length
6171                                       bufname-length)
6172                                  (length mode-string))))
6173           ;; We might have to chop a bit of the string off...
6174           (when (> (length mode-string) max-len)
6175             (setq mode-string
6176                   (concat (truncate-string-to-width mode-string (- max-len 3))
6177                           "...")))))
6178       ;; Update the mode line.
6179       (setq mode-line-buffer-identification
6180             (gnus-mode-line-buffer-identification (list mode-string)))
6181       (set-buffer-modified-p t))))
6182
6183 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
6184   "Go through the HEADERS list and add all Xrefs to a hash table.
6185 The resulting hash table is returned, or nil if no Xrefs were found."
6186   (let* ((virtual (gnus-virtual-group-p from-newsgroup))
6187          (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
6188          (xref-hashtb (gnus-make-hashtable))
6189          start group entry number xrefs header)
6190     (while headers
6191       (setq header (pop headers))
6192       (when (and (setq xrefs (mail-header-xref header))
6193                  (not (memq (setq number (mail-header-number header))
6194                             unreads)))
6195         (setq start 0)
6196         (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
6197           (setq start (match-end 0))
6198           (setq group (if prefix
6199                           (concat prefix (substring xrefs (match-beginning 1)
6200                                                     (match-end 1)))
6201                         (substring xrefs (match-beginning 1) (match-end 1))))
6202           (setq number
6203                 (string-to-number (substring xrefs (match-beginning 2)
6204                                           (match-end 2))))
6205           (if (setq entry (gnus-gethash group xref-hashtb))
6206               (setcdr entry (cons number (cdr entry)))
6207             (gnus-sethash group (cons number nil) xref-hashtb)))))
6208     (and start xref-hashtb)))
6209
6210 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
6211   "Look through all the headers and mark the Xrefs as read."
6212   (let ((virtual (gnus-virtual-group-p from-newsgroup))
6213         name info xref-hashtb idlist method nth4)
6214     (with-current-buffer gnus-group-buffer
6215       (when (setq xref-hashtb
6216                   (gnus-create-xref-hashtb from-newsgroup headers unreads))
6217         (mapatoms
6218          (lambda (group)
6219            (unless (string= from-newsgroup (setq name (symbol-name group)))
6220              (setq idlist (symbol-value group))
6221              ;; Dead groups are not updated.
6222              (and (prog1
6223                       (setq info (gnus-get-info name))
6224                     (when (stringp (setq nth4 (gnus-info-method info)))
6225                       (setq nth4 (gnus-server-to-method nth4))))
6226                   ;; Only do the xrefs if the group has the same
6227                   ;; select method as the group we have just read.
6228                   (or (gnus-methods-equal-p
6229                        nth4 (gnus-find-method-for-group from-newsgroup))
6230                       virtual
6231                       (equal nth4 (setq method (gnus-find-method-for-group
6232                                                 from-newsgroup)))
6233                       (and (equal (car nth4) (car method))
6234                            (equal (nth 1 nth4) (nth 1 method))))
6235                   gnus-use-cross-reference
6236                   (or (not (eq gnus-use-cross-reference t))
6237                       virtual
6238                       ;; Only do cross-references on subscribed
6239                       ;; groups, if that is what is wanted.
6240                       (<= (gnus-info-level info) gnus-level-subscribed))
6241                   (gnus-group-make-articles-read name idlist))))
6242          xref-hashtb)))))
6243
6244 (defun gnus-compute-read-articles (group articles)
6245   (let* ((entry (gnus-group-entry group))
6246          (info (nth 2 entry))
6247          (active (gnus-active group))
6248          ninfo)
6249     (when entry
6250       ;; First peel off all invalid article numbers.
6251       (when active
6252         (let ((ids articles)
6253               id first)
6254           (while (setq id (pop ids))
6255             (when (and first (> id (cdr active)))
6256               ;; We'll end up in this situation in one particular
6257               ;; obscure situation.  If you re-scan a group and get
6258               ;; a new article that is cross-posted to a different
6259               ;; group that has not been re-scanned, you might get
6260               ;; crossposted article that has a higher number than
6261               ;; Gnus believes possible.  So we re-activate this
6262               ;; group as well.  This might mean doing the
6263               ;; crossposting thingy will *increase* the number
6264               ;; of articles in some groups.  Tsk, tsk.
6265               (setq active (or (gnus-activate-group group) active)))
6266             (when (or (> id (cdr active))
6267                       (< id (car active)))
6268               (setq articles (delq id articles))))))
6269       ;; If the read list is nil, we init it.
6270       (if (and active
6271                (null (gnus-info-read info))
6272                (> (car active) 1))
6273           (setq ninfo (cons 1 (1- (car active))))
6274         (setq ninfo (gnus-info-read info)))
6275       ;; Then we add the read articles to the range.
6276       (gnus-add-to-range
6277        ninfo (setq articles (sort articles '<))))))
6278
6279 (defun gnus-group-make-articles-read (group articles)
6280   "Update the info of GROUP to say that ARTICLES are read."
6281   (let* ((num 0)
6282          (entry (gnus-group-entry group))
6283          (info (nth 2 entry))
6284          (active (gnus-active group))
6285          range)
6286     (if (not entry)
6287         ;; Group that Gnus doesn't know exists, but still allow the
6288         ;; backend to set marks.
6289         (gnus-request-set-mark
6290          group (list (list (gnus-compress-sequence (sort articles #'<))
6291                            'add '(read))))
6292       ;; Normal, subscribed groups.
6293       (setq range (gnus-compute-read-articles group articles))
6294       (with-current-buffer gnus-group-buffer
6295         (gnus-undo-register
6296           `(progn
6297              (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
6298              (gnus-info-set-read ',info ',(gnus-info-read info))
6299              (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
6300              (gnus-request-set-mark ,group (list (list ',range 'del '(read))))
6301              (gnus-group-update-group ,group t))))
6302       ;; Add the read articles to the range.
6303       (gnus-info-set-read info range)
6304       (gnus-request-set-mark group (list (list range 'add '(read))))
6305       ;; Then we have to re-compute how many unread
6306       ;; articles there are in this group.
6307       (when active
6308         (cond
6309          ((not range)
6310           (setq num (- (1+ (cdr active)) (car active))))
6311          ((not (listp (cdr range)))
6312           (setq num (- (cdr active) (- (1+ (cdr range))
6313                                        (car range)))))
6314          (t
6315           (while range
6316             (if (numberp (car range))
6317                 (setq num (1+ num))
6318               (setq num (+ num (- (1+ (cdar range)) (caar range)))))
6319             (setq range (cdr range)))
6320           (setq num (- (cdr active) num))))
6321         ;; Update the number of unread articles.
6322         (setcar entry num)
6323         ;; Update the group buffer.
6324         (unless (gnus-ephemeral-group-p group)
6325           (gnus-group-update-group group t))))))
6326
6327 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
6328   (let ((cur nntp-server-buffer)
6329         (dependencies
6330          (or dependencies
6331              (with-current-buffer gnus-summary-buffer
6332                gnus-newsgroup-dependencies)))
6333         headers id end ref number
6334         (mail-parse-charset gnus-newsgroup-charset)
6335         (mail-parse-ignored-charsets
6336          (save-current-buffer (condition-case nil
6337                                   (set-buffer gnus-summary-buffer)
6338                                 (error))
6339                               gnus-newsgroup-ignored-charsets)))
6340     (with-current-buffer nntp-server-buffer
6341       ;; Translate all TAB characters into SPACE characters.
6342       (subst-char-in-region (point-min) (point-max) ?\t ?  t)
6343       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6344       (ietf-drums-unfold-fws)
6345       (gnus-run-hooks 'gnus-parse-headers-hook)
6346       (let ((case-fold-search t)
6347             in-reply-to header p lines chars)
6348         (goto-char (point-min))
6349         ;; Search to the beginning of the next header.  Error messages
6350         ;; do not begin with 2 or 3.
6351         (while (re-search-forward "^[23][0-9]+ " nil t)
6352           (setq id nil
6353                 ref nil)
6354           ;; This implementation of this function, with nine
6355           ;; search-forwards instead of the one re-search-forward and
6356           ;; a case (which basically was the old function) is actually
6357           ;; about twice as fast, even though it looks messier.  You
6358           ;; can't have everything, I guess.  Speed and elegance
6359           ;; doesn't always go hand in hand.
6360           (setq
6361            header
6362            (vector
6363             ;; Number.
6364             (prog1
6365                 (setq number (read cur))
6366               (end-of-line)
6367               (setq p (point))
6368               (narrow-to-region (point)
6369                                 (or (and (search-forward "\n.\n" nil t)
6370                                          (- (point) 2))
6371                                     (point))))
6372             ;; Subject.
6373             (progn
6374               (goto-char p)
6375               (if (search-forward "\nsubject:" nil t)
6376                   (funcall gnus-decode-encoded-word-function
6377                            (nnheader-header-value))
6378                 "(none)"))
6379             ;; From.
6380             (progn
6381               (goto-char p)
6382               (if (search-forward "\nfrom:" nil t)
6383                   (funcall gnus-decode-encoded-address-function
6384                            (nnheader-header-value))
6385                 "(nobody)"))
6386             ;; Date.
6387             (progn
6388               (goto-char p)
6389               (if (search-forward "\ndate:" nil t)
6390                   (nnheader-header-value) ""))
6391             ;; Message-ID.
6392             (progn
6393               (goto-char p)
6394               (setq id (if (re-search-forward
6395                             "^message-id: *\\(<[^\n\t> ]+>\\)" nil t)
6396                            ;; We do it this way to make sure the Message-ID
6397                            ;; is (somewhat) syntactically valid.
6398                            (buffer-substring (match-beginning 1)
6399                                              (match-end 1))
6400                          ;; If there was no message-id, we just fake one
6401                          ;; to make subsequent routines simpler.
6402                          (nnheader-generate-fake-message-id number))))
6403             ;; References.
6404             (progn
6405               (goto-char p)
6406               (if (search-forward "\nreferences:" nil t)
6407                   (progn
6408                     (setq end (point))
6409                     (prog1
6410                         (nnheader-header-value)
6411                       (setq ref
6412                             (buffer-substring
6413                              (progn
6414                                (end-of-line)
6415                                (search-backward ">" end t)
6416                                (1+ (point)))
6417                              (progn
6418                                (search-backward "<" end t)
6419                                (point))))))
6420                 ;; Get the references from the in-reply-to header if there
6421                 ;; were no references and the in-reply-to header looks
6422                 ;; promising.
6423                 (if (and (search-forward "\nin-reply-to:" nil t)
6424                          (setq in-reply-to (nnheader-header-value))
6425                          (string-match "<[^>]+>" in-reply-to))
6426                     (let (ref2)
6427                       (setq ref (substring in-reply-to (match-beginning 0)
6428                                            (match-end 0)))
6429                       (while (string-match "<[^>]+>" in-reply-to (match-end 0))
6430                         (setq ref2 (substring in-reply-to (match-beginning 0)
6431                                               (match-end 0)))
6432                         (when (> (length ref2) (length ref))
6433                           (setq ref ref2)))
6434                       ref)
6435                   (setq ref nil))))
6436             ;; Chars.
6437             (progn
6438               (goto-char p)
6439               (if (search-forward "\nchars: " nil t)
6440                   (if (numberp (setq chars (ignore-errors (read cur))))
6441                       chars -1)
6442                 -1))
6443             ;; Lines.
6444             (progn
6445               (goto-char p)
6446               (if (search-forward "\nlines: " nil t)
6447                   (if (numberp (setq lines (ignore-errors (read cur))))
6448                       lines -1)
6449                 -1))
6450             ;; Xref.
6451             (progn
6452               (goto-char p)
6453               (and (search-forward "\nxref:" nil t)
6454                    (nnheader-header-value)))
6455             ;; Extra.
6456             (when gnus-extra-headers
6457               (let ((extra gnus-extra-headers)
6458                     out)
6459                 (while extra
6460                   (goto-char p)
6461                   (when (search-forward
6462                          (concat "\n" (symbol-name (car extra)) ":") nil t)
6463                     (push (cons (car extra) (nnheader-header-value))
6464                           out))
6465                   (pop extra))
6466                 out))))
6467           (when (equal id ref)
6468             (setq ref nil))
6469
6470           (when gnus-alter-header-function
6471             (funcall gnus-alter-header-function header)
6472             (setq id (mail-header-id header)
6473                   ref (gnus-parent-id (mail-header-references header))))
6474
6475           (when (setq header
6476                       (gnus-dependencies-add-header
6477                        header dependencies force-new))
6478             (push header headers))
6479           (goto-char (point-max))
6480           (widen))
6481         (nreverse headers)))))
6482
6483 ;; Goes through the xover lines and returns a list of vectors
6484 (defun gnus-get-newsgroup-headers-xover (sequence &optional
6485                                                   force-new dependencies
6486                                                   group also-fetch-heads)
6487   "Parse the news overview data in the server buffer.
6488 Return a list of headers that match SEQUENCE (see
6489 `nntp-retrieve-headers')."
6490   ;; Get the Xref when the users reads the articles since most/some
6491   ;; NNTP servers do not include Xrefs when using XOVER.
6492   (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
6493   (let ((mail-parse-charset gnus-newsgroup-charset)
6494         (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
6495         (cur nntp-server-buffer)
6496         (dependencies (or dependencies gnus-newsgroup-dependencies))
6497         (allp (cond
6498                ((eq gnus-read-all-available-headers t)
6499                 t)
6500                ((and (stringp gnus-read-all-available-headers)
6501                      group)
6502                 (string-match gnus-read-all-available-headers group))
6503                (t
6504                 nil)))
6505         number headers header)
6506     (with-current-buffer nntp-server-buffer
6507       (subst-char-in-region (point-min) (point-max) ?\r ?  t)
6508       ;; Allow the user to mangle the headers before parsing them.
6509       (gnus-run-hooks 'gnus-parse-headers-hook)
6510       (goto-char (point-min))
6511       (gnus-parse-without-error
6512         (while (and (or sequence allp)
6513                     (not (eobp)))
6514           (setq number (read cur))
6515           (when (not allp)
6516             (while (and sequence
6517                         (< (car sequence) number))
6518               (setq sequence (cdr sequence))))
6519           (when (and (or allp
6520                          (and sequence
6521                               (eq number (car sequence))))
6522                      (progn
6523                        (setq sequence (cdr sequence))
6524                        (setq header (inline
6525                                       (gnus-nov-parse-line
6526                                        number dependencies force-new)))))
6527             (push header headers))
6528           (forward-line 1)))
6529       ;; A common bug in inn is that if you have posted an article and
6530       ;; then retrieves the active file, it will answer correctly --
6531       ;; the new article is included.  However, a NOV entry for the
6532       ;; article may not have been generated yet, so this may fail.
6533       ;; We work around this problem by retrieving the last few
6534       ;; headers using HEAD.
6535       (if (or (not also-fetch-heads)
6536               (not sequence))
6537           ;; We (probably) got all the headers.
6538           (nreverse headers)
6539         (let ((gnus-nov-is-evil t))
6540           (nconc
6541            (nreverse headers)
6542            (when (eq (gnus-retrieve-headers sequence group) 'headers)
6543              (gnus-get-newsgroup-headers))))))))
6544
6545 (defun gnus-article-get-xrefs ()
6546   "Fill in the Xref value in `gnus-current-headers', if necessary.
6547 This is meant to be called in `gnus-article-internal-prepare-hook'."
6548   (let ((headers (with-current-buffer gnus-summary-buffer
6549                    gnus-current-headers)))
6550     (or (not gnus-use-cross-reference)
6551         (not headers)
6552         (and (mail-header-xref headers)
6553              (not (string= (mail-header-xref headers) "")))
6554         (let ((case-fold-search t)
6555               xref)
6556           (save-restriction
6557             (nnheader-narrow-to-headers)
6558             (goto-char (point-min))
6559             (when (or (and (not (eobp))
6560                            (eq (downcase (char-after)) ?x)
6561                            (looking-at "Xref:"))
6562                       (search-forward "\nXref:" nil t))
6563               (goto-char (1+ (match-end 0)))
6564               (setq xref (buffer-substring (point) (point-at-eol)))
6565               (mail-header-set-xref headers xref)))))))
6566
6567 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
6568   "Find article ID and insert the summary line for that article.
6569 OLD-HEADER can either be a header or a line number to insert
6570 the subject line on.
6571 If USE-OLD-HEADER is non-nil, then OLD-HEADER should be a header,
6572 and OLD-HEADER will be used when the summary line is inserted,
6573 too, instead of trying to fetch new headers."
6574   (let* ((line (and (numberp old-header) old-header))
6575          (old-header (and (vectorp old-header) old-header))
6576          (header (cond ((and old-header use-old-header)
6577                         old-header)
6578                        ((and (numberp id)
6579                              (gnus-number-to-header id))
6580                         (gnus-number-to-header id))
6581                        (t
6582                         (gnus-read-header id))))
6583          (number (and (numberp id) id))
6584          d)
6585     (when header
6586       ;; Rebuild the thread that this article is part of and go to the
6587       ;; article we have fetched.
6588       (when (and (not gnus-show-threads)
6589                  old-header)
6590         (when (and number
6591                    (setq d (gnus-data-find (mail-header-number old-header))))
6592           (goto-char (gnus-data-pos d))
6593           (gnus-data-remove
6594            number
6595            (- (point-at-bol)
6596               (prog1
6597                   (1+ (point-at-eol))
6598                 (gnus-delete-line))))))
6599       ;; Remove list identifiers from subject.
6600       (let ((gnus-newsgroup-headers (list header)))
6601         (gnus-summary-remove-list-identifiers))
6602       (when old-header
6603         (mail-header-set-number header (mail-header-number old-header)))
6604       (setq gnus-newsgroup-sparse
6605             (delq (setq number (mail-header-number header))
6606                   gnus-newsgroup-sparse))
6607       (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
6608       (push number gnus-newsgroup-limit)
6609       (gnus-rebuild-thread (mail-header-id header) line)
6610       (gnus-summary-goto-subject number nil t))
6611     (when (and (numberp number)
6612                (> number 0))
6613       ;; We have to update the boundaries even if we can't fetch the
6614       ;; article if ID is a number -- so that the next `P' or `N'
6615       ;; command will fetch the previous (or next) article even
6616       ;; if the one we tried to fetch this time has been canceled.
6617       (when (> number gnus-newsgroup-end)
6618         (setq gnus-newsgroup-end number))
6619       (when (< number gnus-newsgroup-begin)
6620         (setq gnus-newsgroup-begin number))
6621       (setq gnus-newsgroup-unselected
6622             (delq number gnus-newsgroup-unselected)))
6623     ;; Report back a success?
6624     (and header (mail-header-number header))))
6625
6626 ;;; Process/prefix in the summary buffer
6627
6628 (defun gnus-summary-work-articles (n)
6629   "Return a list of articles to be worked upon.
6630 The prefix argument, the list of process marked articles, and the
6631 current article will be taken into consideration."
6632   (with-current-buffer gnus-summary-buffer
6633     (cond
6634      (n
6635       ;; A numerical prefix has been given.
6636       (setq n (prefix-numeric-value n))
6637       (let ((backward (< n 0))
6638             (n (abs (prefix-numeric-value n)))
6639             articles article)
6640         (save-excursion
6641           (while
6642               (and (> n 0)
6643                    (push (setq article (gnus-summary-article-number))
6644                          articles)
6645                    (if backward
6646                        (gnus-summary-find-prev nil article)
6647                      (gnus-summary-find-next nil article)))
6648             (decf n)))
6649         (nreverse articles)))
6650      ((and (gnus-region-active-p) (mark))
6651       (message "region active")
6652       ;; Work on the region between point and mark.
6653       (let ((max (max (point) (mark)))
6654             articles article)
6655         (save-excursion
6656           (goto-char (min (point) (mark)))
6657           (while
6658               (and
6659                (push (setq article (gnus-summary-article-number)) articles)
6660                (gnus-summary-find-next nil article)
6661                (< (point) max)))
6662           (nreverse articles))))
6663      (gnus-newsgroup-processable
6664       ;; There are process-marked articles present.
6665       ;; Save current state.
6666       (gnus-summary-save-process-mark)
6667       ;; Return the list.
6668       (reverse gnus-newsgroup-processable))
6669      (t
6670       ;; Just return the current article.
6671       (list (gnus-summary-article-number))))))
6672
6673 (defmacro gnus-summary-iterate (arg &rest forms)
6674   "Iterate over the process/prefixed articles and do FORMS.
6675 ARG is the interactive prefix given to the command.  FORMS will be
6676 executed with point over the summary line of the articles."
6677   (let ((articles (make-symbol "gnus-summary-iterate-articles")))
6678     `(let ((,articles (gnus-summary-work-articles ,arg)))
6679        (while ,articles
6680          (gnus-summary-goto-subject (car ,articles))
6681          ,@forms
6682          (pop ,articles)))))
6683
6684 (put 'gnus-summary-iterate 'lisp-indent-function 1)
6685 (put 'gnus-summary-iterate 'edebug-form-spec '(form body))
6686
6687 (defun gnus-summary-save-process-mark ()
6688   "Push the current set of process marked articles on the stack."
6689   (interactive)
6690   (push (copy-sequence gnus-newsgroup-processable)
6691         gnus-newsgroup-process-stack))
6692
6693 (defun gnus-summary-kill-process-mark ()
6694   "Push the current set of process marked articles on the stack and unmark."
6695   (interactive)
6696   (gnus-summary-save-process-mark)
6697   (gnus-summary-unmark-all-processable))
6698
6699 (defun gnus-summary-yank-process-mark ()
6700   "Pop the last process mark state off the stack and restore it."
6701   (interactive)
6702   (unless gnus-newsgroup-process-stack
6703     (error "Empty mark stack"))
6704   (gnus-summary-process-mark-set (pop gnus-newsgroup-process-stack)))
6705
6706 (defun gnus-summary-process-mark-set (set)
6707   "Make SET into the current process marked articles."
6708   (gnus-summary-unmark-all-processable)
6709   (mapc 'gnus-summary-set-process-mark set))
6710
6711 ;;; Searching and stuff
6712
6713 (defun gnus-summary-search-group (&optional backward use-level)
6714   "Search for next unread newsgroup.
6715 If optional argument BACKWARD is non-nil, search backward instead."
6716   (with-current-buffer gnus-group-buffer
6717     (when (gnus-group-search-forward
6718            backward nil (if use-level (gnus-group-group-level) nil))
6719       (gnus-group-group-name))))
6720
6721 (defun gnus-summary-best-group (&optional exclude-group)
6722   "Find the name of the best unread group.
6723 If EXCLUDE-GROUP, do not go to this group."
6724   (with-current-buffer gnus-group-buffer
6725     (save-excursion
6726       (gnus-group-best-unread-group exclude-group))))
6727
6728 (defun gnus-summary-find-next (&optional unread article backward)
6729   (if backward
6730       (gnus-summary-find-prev unread article)
6731     (let* ((dummy (gnus-summary-article-intangible-p))
6732            (article (or article (gnus-summary-article-number)))
6733            (data (gnus-data-find-list article))
6734            result)
6735       (when (and (not dummy)
6736                  (or (not gnus-summary-check-current)
6737                      (not unread)
6738                      (not (gnus-data-unread-p (car data)))))
6739         (setq data (cdr data)))
6740       (when (setq result
6741                   (if unread
6742                       (progn
6743                         (while data
6744                           (unless (memq (gnus-data-number (car data))
6745                                         (cond
6746                                          ((eq gnus-auto-goto-ignores
6747                                               'always-undownloaded)
6748                                           gnus-newsgroup-undownloaded)
6749                                          (gnus-plugged
6750                                           nil)
6751                                          ((eq gnus-auto-goto-ignores
6752                                               'unfetched)
6753                                           gnus-newsgroup-unfetched)
6754                                          ((eq gnus-auto-goto-ignores
6755                                               'undownloaded)
6756                                           gnus-newsgroup-undownloaded)))
6757                             (when (gnus-data-unread-p (car data))
6758                               (setq result (car data)
6759                                     data nil)))
6760                           (setq data (cdr data)))
6761                         result)
6762                     (car data)))
6763         (goto-char (gnus-data-pos result))
6764         (gnus-data-number result)))))
6765
6766 (defun gnus-summary-find-prev (&optional unread article)
6767   (let* ((eobp (eobp))
6768          (article (or article (gnus-summary-article-number)))
6769          (data (gnus-data-find-list article (gnus-data-list 'rev)))
6770          result)
6771     (when (and (not eobp)
6772                (or (not gnus-summary-check-current)
6773                    (not unread)
6774                    (not (gnus-data-unread-p (car data)))))
6775       (setq data (cdr data)))
6776     (when (setq result
6777                 (if unread
6778                     (progn
6779                       (while data
6780                         (unless (memq (gnus-data-number (car data))
6781                                       (cond
6782                                        ((eq gnus-auto-goto-ignores
6783                                             'always-undownloaded)
6784                                         gnus-newsgroup-undownloaded)
6785                                        (gnus-plugged
6786                                         nil)
6787                                        ((eq gnus-auto-goto-ignores
6788                                             'unfetched)
6789                                         gnus-newsgroup-unfetched)
6790                                        ((eq gnus-auto-goto-ignores
6791                                             'undownloaded)
6792                                         gnus-newsgroup-undownloaded)))
6793                           (when (gnus-data-unread-p (car data))
6794                             (setq result (car data)
6795                                   data nil)))
6796                         (setq data (cdr data)))
6797                       result)
6798                   (car data)))
6799       (goto-char (gnus-data-pos result))
6800       (gnus-data-number result))))
6801
6802 (defun gnus-summary-find-subject (subject &optional unread backward article)
6803   (let* ((simp-subject (gnus-simplify-subject-fully subject))
6804          (article (or article (gnus-summary-article-number)))
6805          (articles (gnus-data-list backward))
6806          (arts (gnus-data-find-list article articles))
6807          result)
6808     (when (or (not gnus-summary-check-current)
6809               (not unread)
6810               (not (gnus-data-unread-p (car arts))))
6811       (setq arts (cdr arts)))
6812     (while arts
6813       (and (or (not unread)
6814                (gnus-data-unread-p (car arts)))
6815            (vectorp (gnus-data-header (car arts)))
6816            (gnus-subject-equal
6817             simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
6818            (setq result (car arts)
6819                  arts nil))
6820       (setq arts (cdr arts)))
6821     (and result
6822          (goto-char (gnus-data-pos result))
6823          (gnus-data-number result))))
6824
6825 (defun gnus-summary-search-forward (&optional unread subject backward)
6826   "Search forward for an article.
6827 If UNREAD, look for unread articles.  If SUBJECT, look for
6828 articles with that subject.  If BACKWARD, search backward instead."
6829   (cond (subject (gnus-summary-find-subject subject unread backward))
6830         (backward (gnus-summary-find-prev unread))
6831         (t (gnus-summary-find-next unread))))
6832
6833 (defun gnus-recenter (&optional n)
6834   "Center point in window and redisplay frame.
6835 Also do horizontal recentering."
6836   (interactive "P")
6837   (when (and gnus-auto-center-summary
6838              (not (eq gnus-auto-center-summary 'vertical)))
6839     (gnus-horizontal-recenter))
6840   (if (fboundp 'recenter-top-bottom)
6841       (recenter-top-bottom n)
6842     (recenter n)))
6843
6844 (put 'gnus-recenter 'isearch-scroll t)
6845
6846 (defun gnus-forward-line-ignore-invisible (n)
6847   "Move N lines forward (backward if N is negative).
6848 Like forward-line, but skip over (and don't count) invisible lines."
6849   (let (done)
6850     (while (and (> n 0) (not done))
6851       ;; If the following character is currently invisible,
6852       ;; skip all characters with that same `invisible' property value.
6853       (while (gnus-invisible-p (point))
6854         (goto-char (gnus-next-char-property-change (point))))
6855       (forward-line 1)
6856       (if (eobp)
6857           (setq done t)
6858         (setq n (1- n))))
6859     (while (and (< n 0) (not done))
6860       (forward-line -1)
6861       (if (bobp) (setq done t)
6862         (setq n (1+ n))
6863         (while (and (not (bobp)) (gnus-invisible-p (1- (point))))
6864           (goto-char (gnus-previous-char-property-change (point))))))))
6865
6866 (defun gnus-summary-recenter ()
6867   "Center point in the summary window.
6868 If `gnus-auto-center-summary' is nil, or the article buffer isn't
6869 displayed, no centering will be performed."
6870   ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
6871   ;; Recenter only when requested.  Suggested by popovich@park.cs.columbia.edu.
6872   (interactive)
6873   ;; The user has to want it.
6874   (when gnus-auto-center-summary
6875     (let* ((top (cond ((< (window-height) 4) 0)
6876                       ((< (window-height) 7) 1)
6877                       (t (if (numberp gnus-auto-center-summary)
6878                              gnus-auto-center-summary
6879                            (/ (1- (window-height)) 2)))))
6880            (height (1- (window-height)))
6881            (bottom (save-excursion
6882                      (goto-char (point-max))
6883                      (gnus-forward-line-ignore-invisible (- height))
6884                      (point)))
6885            (window (get-buffer-window (current-buffer))))
6886       (when (get-buffer-window gnus-article-buffer)
6887         ;; Only do recentering when the article buffer is displayed,
6888         ;; Set the window start to either `bottom', which is the biggest
6889         ;; possible valid number, or the second line from the top,
6890         ;; whichever is the least.
6891         (let ((top-pos (save-excursion
6892                          (gnus-forward-line-ignore-invisible (- top))
6893                          (point))))
6894           (if (> bottom top-pos)
6895               ;; Keep the second line from the top visible
6896               (set-window-start window top-pos)
6897             ;; Try to keep the bottom line visible; if it's partially
6898             ;; obscured, either scroll one more line to make it fully
6899             ;; visible, or revert to using TOP-POS.
6900             (save-excursion
6901               (goto-char (point-max))
6902               (gnus-forward-line-ignore-invisible -1)
6903               (let ((last-line-start (point)))
6904                 (goto-char bottom)
6905                 (set-window-start window (point) t)
6906                 (when (not (pos-visible-in-window-p last-line-start window))
6907                   (gnus-forward-line-ignore-invisible 1)
6908                   (set-window-start window (min (point) top-pos) t)))))))
6909       ;; Do horizontal recentering while we're at it.
6910       (when (and (get-buffer-window (current-buffer) t)
6911                  (not (eq gnus-auto-center-summary 'vertical)))
6912         (let ((selected (selected-window)))
6913           (select-window (get-buffer-window (current-buffer) t))
6914           (gnus-summary-position-point)
6915           (gnus-horizontal-recenter)
6916           (select-window selected))))))
6917
6918 (defun gnus-summary-jump-to-group (newsgroup)
6919   "Move point to NEWSGROUP in group mode buffer."
6920   ;; Keep update point of group mode buffer if visible.
6921   (if (eq (current-buffer) (get-buffer gnus-group-buffer))
6922       (save-window-excursion
6923         ;; Take care of tree window mode.
6924         (when (get-buffer-window gnus-group-buffer)
6925           (pop-to-buffer gnus-group-buffer))
6926         (gnus-group-jump-to-group newsgroup))
6927     (save-excursion
6928       ;; Take care of tree window mode.
6929       (if (get-buffer-window gnus-group-buffer 0)
6930           (pop-to-buffer gnus-group-buffer)
6931         (set-buffer gnus-group-buffer))
6932       (gnus-group-jump-to-group newsgroup))))
6933
6934 ;; This function returns a list of article numbers based on the
6935 ;; difference between the ranges of read articles in this group and
6936 ;; the range of active articles.
6937 (defun gnus-list-of-unread-articles (group)
6938   (let* ((read (gnus-info-read (gnus-get-info group)))
6939          (active (or (gnus-active group) (gnus-activate-group group)))
6940          (last (or (cdr active)
6941                    (error "Group %s couldn't be activated " group)))
6942          (bottom (if gnus-newsgroup-maximum-articles
6943                      (max (car active)
6944                           (- last gnus-newsgroup-maximum-articles -1))
6945                    (car active)))
6946          first nlast unread)
6947     ;; If none are read, then all are unread.
6948     (if (not read)
6949         (setq first bottom)
6950       ;; If the range of read articles is a single range, then the
6951       ;; first unread article is the article after the last read
6952       ;; article.  Sounds logical, doesn't it?
6953       (if (and (not (listp (cdr read)))
6954                (or (< (car read) bottom)
6955                    (progn (setq read (list read))
6956                           nil)))
6957           (setq first (max bottom (1+ (cdr read))))
6958         ;; `read' is a list of ranges.
6959         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6960                                   (caar read)))
6961                   1)
6962           (setq first bottom))
6963         (while read
6964           (when first
6965             (while (< first nlast)
6966               (setq unread (cons first unread)
6967                     first (1+ first))))
6968           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6969           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6970           (setq read (cdr read)))))
6971     ;; And add the last unread articles.
6972     (while (<= first last)
6973       (setq unread (cons first unread)
6974             first (1+ first)))
6975     ;; Return the list of unread articles.
6976     (delq 0 (nreverse unread))))
6977
6978 (defun gnus-list-of-read-articles (group)
6979   "Return a list of unread, unticked and non-dormant articles."
6980   (let* ((info (gnus-get-info group))
6981          (marked (gnus-info-marks info))
6982          (active (gnus-active group)))
6983     (and info active
6984          (gnus-list-range-difference
6985           (gnus-list-range-difference
6986            (gnus-sorted-complement
6987             (gnus-uncompress-range
6988              (if gnus-newsgroup-maximum-articles
6989                  (cons (max (car active)
6990                             (- (cdr active)
6991                                gnus-newsgroup-maximum-articles
6992                                -1))
6993                        (cdr active))
6994                active))
6995             (gnus-list-of-unread-articles group))
6996            (cdr (assq 'dormant marked)))
6997           (cdr (assq 'tick marked))))))
6998
6999 ;; This function returns a sequence of article numbers based on the
7000 ;; difference between the ranges of read articles in this group and
7001 ;; the range of active articles.
7002 (defun gnus-sequence-of-unread-articles (group)
7003   (let* ((read (gnus-info-read (gnus-get-info group)))
7004          (active (or (gnus-active group) (gnus-activate-group group)))
7005          (last (cdr active))
7006          (bottom (if gnus-newsgroup-maximum-articles
7007                      (max (car active)
7008                           (- last gnus-newsgroup-maximum-articles -1))
7009                    (car active)))
7010          first nlast unread)
7011     ;; If none are read, then all are unread.
7012     (if (not read)
7013         (setq first bottom)
7014       ;; If the range of read articles is a single range, then the
7015       ;; first unread article is the article after the last read
7016       ;; article.  Sounds logical, doesn't it?
7017       (if (and (not (listp (cdr read)))
7018                (or (< (car read) bottom)
7019                    (progn (setq read (list read))
7020                           nil)))
7021           (setq first (max bottom (1+ (cdr read))))
7022         ;; `read' is a list of ranges.
7023         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
7024                                   (caar read)))
7025                   1)
7026           (setq first bottom))
7027         (while read
7028           (when first
7029             (push (cons first nlast) unread))
7030           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
7031           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
7032           (setq read (cdr read)))))
7033     ;; And add the last unread articles.
7034     (cond ((not (and first last))
7035            nil)
7036           ((< first last)
7037            (push (cons first last) unread))
7038           ((= first last)
7039            (push first unread)))
7040     ;; Return the sequence of unread articles.
7041     (delq 0 (nreverse unread))))
7042
7043 ;; Various summary commands
7044
7045 (defun gnus-summary-select-article-buffer ()
7046   "Reconfigure windows to show the article buffer.
7047 If `gnus-widen-article-window' is set, show only the article
7048 buffer."
7049   (interactive)
7050   (if (not (gnus-buffer-live-p gnus-article-buffer))
7051       (error "There is no article buffer for this summary buffer")
7052     (unless (get-buffer-window gnus-article-buffer)
7053       (gnus-summary-show-article))
7054     (gnus-configure-windows
7055      (if gnus-widen-article-window
7056          'only-article
7057        'article)
7058      t)
7059     (select-window (get-buffer-window gnus-article-buffer))))
7060
7061 (defun gnus-summary-universal-argument (arg)
7062   "Perform any operation on all articles that are process/prefixed."
7063   (interactive "P")
7064   (let ((articles (gnus-summary-work-articles arg))
7065         func article)
7066     (if (eq
7067          (setq
7068           func
7069           (key-binding
7070            (read-key-sequence
7071             (substitute-command-keys
7072              "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"))))
7073          'undefined)
7074         (gnus-error 1 "Undefined key")
7075       (save-excursion
7076         (while articles
7077           (gnus-summary-goto-subject (setq article (pop articles)))
7078           (let (gnus-newsgroup-processable)
7079             (command-execute func))
7080           (gnus-summary-remove-process-mark article)))))
7081   (gnus-summary-position-point))
7082
7083 (defun gnus-summary-toggle-truncation (&optional arg)
7084   "Toggle truncation of summary lines.
7085 With ARG, turn line truncation on if ARG is positive."
7086   (interactive "P")
7087   (setq truncate-lines
7088         (if (null arg) (not truncate-lines)
7089           (> (prefix-numeric-value arg) 0)))
7090   (redraw-display))
7091
7092 (defun gnus-summary-find-for-reselect ()
7093   "Return the number of an article to stay on across a reselect.
7094 The current article is considered, then following articles, then previous
7095 articles.  An article is sought which is not canceled and isn't a temporary
7096 insertion from another group.  If there's no such then return a dummy 0."
7097   (let (found)
7098     (dolist (rev '(nil t))
7099       (unless found      ; don't demand the reverse list if we don't need it
7100         (let ((data (gnus-data-find-list
7101                      (gnus-summary-article-number) (gnus-data-list rev))))
7102           (while (and data (not found))
7103             (if (and (< 0 (gnus-data-number (car data)))
7104                      (not (eq gnus-canceled-mark (gnus-data-mark (car data)))))
7105                 (setq found (gnus-data-number (car data))))
7106             (setq data (cdr data))))))
7107     (or found 0)))
7108
7109 (defun gnus-summary-reselect-current-group (&optional all rescan)
7110   "Exit and then reselect the current newsgroup.
7111 The prefix argument ALL means to select all articles."
7112   (interactive "P")
7113   (when (gnus-ephemeral-group-p gnus-newsgroup-name)
7114     (error "Ephemeral groups can't be reselected"))
7115   (let ((current-subject (gnus-summary-find-for-reselect))
7116         (group gnus-newsgroup-name))
7117     (setq gnus-newsgroup-begin nil)
7118     (gnus-summary-exit nil 'leave-hidden)
7119     ;; We have to adjust the point of group mode buffer because
7120     ;; point was moved to the next unread newsgroup by exiting.
7121     (gnus-summary-jump-to-group group)
7122     (when rescan
7123       (save-excursion
7124         (gnus-group-get-new-news-this-group 1)))
7125     (gnus-group-read-group all t)
7126     (gnus-summary-goto-subject current-subject nil t)))
7127
7128 (defun gnus-summary-rescan-group (&optional all)
7129   "Exit the newsgroup, ask for new articles, and select the newsgroup."
7130   (interactive "P")
7131   (let ((config gnus-current-window-configuration))
7132     (gnus-summary-reselect-current-group all t)
7133     (gnus-configure-windows config)
7134     (when (eq config 'article)
7135       (gnus-summary-select-article))))
7136
7137 (defun gnus-summary-update-info (&optional non-destructive)
7138   (save-excursion
7139     (let ((group gnus-newsgroup-name))
7140       (when group
7141         (when gnus-newsgroup-kill-headers
7142           (setq gnus-newsgroup-killed
7143                 (gnus-compress-sequence
7144                  (gnus-sorted-union
7145                   (gnus-list-range-intersection
7146                    gnus-newsgroup-unselected gnus-newsgroup-killed)
7147                   gnus-newsgroup-unreads)
7148                  t)))
7149         (unless (listp (cdr gnus-newsgroup-killed))
7150           (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
7151         (let ((headers gnus-newsgroup-headers)
7152               (ephemeral-p (gnus-ephemeral-group-p group))
7153               info)
7154           (unless ephemeral-p
7155             (setq info (copy-sequence (gnus-get-info group))
7156                   info (delq (gnus-info-params info) info)))
7157           ;; Set the new ranges of read articles.
7158           (with-current-buffer gnus-group-buffer
7159             (gnus-undo-force-boundary))
7160           (gnus-update-read-articles
7161            group (gnus-sorted-union
7162                   gnus-newsgroup-unreads gnus-newsgroup-unselected))
7163           ;; Set the current article marks.
7164           (let ((gnus-newsgroup-scored
7165                  (if (and (not gnus-save-score)
7166                           (not non-destructive))
7167                      nil
7168                    gnus-newsgroup-scored)))
7169             (save-excursion
7170               (gnus-update-marks)))
7171           ;; Do the cross-ref thing.
7172           (when gnus-use-cross-reference
7173             (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
7174           ;; Do not switch windows but change the buffer to work.
7175           (set-buffer gnus-group-buffer)
7176           (unless ephemeral-p
7177             (gnus-group-update-group
7178              group nil
7179              (equal info
7180                     (setq info (copy-sequence (gnus-get-info group))
7181                           info (delq (gnus-info-params info) info))))))))))
7182
7183 (defun gnus-summary-save-newsrc (&optional force)
7184   "Save the current number of read/marked articles in the dribble buffer.
7185 The dribble buffer will then be saved.
7186 If FORCE (the prefix), also save the .newsrc file(s)."
7187   (interactive "P")
7188   (gnus-summary-update-info t)
7189   (if force
7190       (gnus-save-newsrc-file)
7191     (gnus-dribble-save)))
7192
7193 (declare-function gnus-cache-write-active "gnus-cache" (&optional force))
7194
7195 (defun gnus-summary-exit (&optional temporary leave-hidden)
7196   "Exit reading current newsgroup, and then return to group selection mode.
7197 `gnus-exit-group-hook' is called with no arguments if that value is non-nil."
7198   (interactive)
7199   (gnus-set-global-variables)
7200   (when (gnus-buffer-live-p gnus-article-buffer)
7201     (with-current-buffer gnus-article-buffer
7202       (mm-destroy-parts gnus-article-mime-handles)
7203       ;; Set it to nil for safety reason.
7204       (setq gnus-article-mime-handle-alist nil)
7205       (setq gnus-article-mime-handles nil)))
7206   (gnus-kill-save-kill-buffer)
7207   (gnus-async-halt-prefetch)
7208   (let* ((group gnus-newsgroup-name)
7209          (quit-config (gnus-group-quit-config gnus-newsgroup-name))
7210          (gnus-group-is-exiting-p t)
7211          (article-buffer gnus-article-buffer)
7212          (original-article-buffer gnus-original-article-buffer)
7213          (mode major-mode)
7214          (group-point nil)
7215          (buf (current-buffer))
7216          ;; `gnus-single-article-buffer' is nil buffer-locally in
7217          ;; ephemeral group of which summary buffer will be killed,
7218          ;; but the global value may be non-nil.
7219          (single-article-buffer gnus-single-article-buffer))
7220     (unless quit-config
7221       ;; Do adaptive scoring, and possibly save score files.
7222       (when gnus-newsgroup-adaptive
7223         (gnus-score-adaptive))
7224       (when gnus-use-scoring
7225         (gnus-score-save)))
7226     (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
7227     (when gnus-use-cache
7228       (gnus-cache-possibly-remove-articles)
7229       (gnus-cache-save-buffers))
7230     (gnus-async-prefetch-remove-group group)
7231     (when gnus-suppress-duplicates
7232       (gnus-dup-enter-articles))
7233     (when gnus-use-trees
7234       (gnus-tree-close group))
7235     (when gnus-use-cache
7236       (gnus-cache-write-active))
7237     ;; Remove entries for this group.
7238     (nnmail-purge-split-history (gnus-group-real-name group))
7239     ;; Make all changes in this group permanent.
7240     (unless quit-config
7241       (gnus-run-hooks 'gnus-exit-group-hook)
7242       (gnus-summary-update-info))
7243     (gnus-close-group group)
7244     ;; Make sure where we were, and go to next newsgroup.
7245     (set-buffer gnus-group-buffer)
7246     (unless quit-config
7247       (gnus-group-jump-to-group group))
7248     (gnus-run-hooks 'gnus-summary-exit-hook)
7249     (unless (or quit-config
7250                 (not gnus-summary-next-group-on-exit)
7251                 ;; If this group has disappeared from the summary
7252                 ;; buffer, don't skip forwards.
7253                 (not (string= group (gnus-group-group-name))))
7254       (gnus-group-next-unread-group 1))
7255     (setq group-point (point))
7256     (if temporary
7257         nil                             ;Nothing to do.
7258       (set-buffer buf)
7259       (if (not gnus-kill-summary-on-exit)
7260           (progn
7261             (gnus-deaden-summary)
7262             (setq mode nil))
7263         (when (get-buffer gnus-article-buffer)
7264           (bury-buffer gnus-article-buffer))
7265         ;; Return to group mode buffer.
7266         (when (eq mode 'gnus-summary-mode)
7267           (gnus-kill-buffer buf)))
7268
7269       (setq gnus-current-select-method gnus-select-method)
7270       (set-buffer gnus-group-buffer)
7271       (if quit-config
7272           (gnus-handle-ephemeral-exit quit-config)
7273         (goto-char group-point)
7274         ;; If gnus-group-buffer is already displayed, make sure we also move
7275         ;; the cursor in the window that displays it.
7276         (let ((win (get-buffer-window (current-buffer) 0)))
7277           (if win (set-window-point win (point))))
7278         (unless leave-hidden
7279           (gnus-configure-windows 'group 'force)))
7280
7281       ;; If we have several article buffers, we kill them at exit.
7282       (unless single-article-buffer
7283         (when (gnus-buffer-live-p article-buffer)
7284           (with-current-buffer article-buffer
7285             ;; Don't kill sticky article buffers
7286             (unless (eq major-mode 'gnus-sticky-article-mode)
7287               (gnus-kill-buffer article-buffer)
7288               (setq gnus-article-current nil))))
7289         (gnus-kill-buffer original-article-buffer))
7290
7291       ;; Clear the current group name.
7292       (unless quit-config
7293         (setq gnus-newsgroup-name nil)))))
7294
7295 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
7296 (defun gnus-summary-exit-no-update (&optional no-questions)
7297   "Quit reading current newsgroup without updating read article info."
7298   (interactive)
7299   (let* ((group gnus-newsgroup-name)
7300          (gnus-group-is-exiting-p t)
7301          (gnus-group-is-exiting-without-update-p t)
7302          (quit-config (gnus-group-quit-config group)))
7303     (when (or no-questions
7304               gnus-expert-user
7305               (gnus-y-or-n-p "Discard changes to this group and exit? "))
7306       (gnus-async-halt-prefetch)
7307       (run-hooks 'gnus-summary-prepare-exit-hook)
7308       (when (gnus-buffer-live-p gnus-article-buffer)
7309         (with-current-buffer gnus-article-buffer
7310           (gnus-article-stop-animations)
7311           (mm-destroy-parts gnus-article-mime-handles)
7312           ;; Set it to nil for safety reason.
7313           (setq gnus-article-mime-handle-alist nil)
7314           (setq gnus-article-mime-handles nil)))
7315       ;; If we have several article buffers, we kill them at exit.
7316       (unless gnus-single-article-buffer
7317         (gnus-kill-buffer gnus-article-buffer)
7318         (gnus-kill-buffer gnus-original-article-buffer)
7319         (setq gnus-article-current nil))
7320       ;; Return to the group buffer.
7321       (gnus-configure-windows 'group 'force)
7322       (if (not gnus-kill-summary-on-exit)
7323           (gnus-deaden-summary)
7324         (gnus-close-group group)
7325         (gnus-kill-buffer gnus-summary-buffer))
7326       (unless gnus-single-article-buffer
7327         (setq gnus-article-current nil))
7328       (when gnus-use-trees
7329         (gnus-tree-close group))
7330       (gnus-async-prefetch-remove-group group)
7331       (when (get-buffer gnus-article-buffer)
7332         (bury-buffer gnus-article-buffer))
7333       ;; Clear the current group name.
7334       (setq gnus-newsgroup-name nil)
7335       (unless (gnus-ephemeral-group-p group)
7336         (gnus-group-update-group group nil t))
7337       (when (equal (gnus-group-group-name) group)
7338         (gnus-group-next-unread-group 1))
7339       (when quit-config
7340         (gnus-handle-ephemeral-exit quit-config)))))
7341
7342 (defun gnus-handle-ephemeral-exit (quit-config)
7343   "Handle movement when leaving an ephemeral group.
7344 The state which existed when entering the ephemeral is reset."
7345   (if (not (buffer-name (car quit-config)))
7346       (gnus-configure-windows 'group 'force)
7347     (set-buffer (car quit-config))
7348     (unless (eq (cdr quit-config) 'group)
7349       (setq gnus-current-select-method
7350             (gnus-find-method-for-group gnus-newsgroup-name)))
7351     (cond ((eq major-mode 'gnus-summary-mode)
7352            (gnus-set-global-variables))
7353           ((eq major-mode 'gnus-article-mode)
7354            (save-current-buffer
7355              ;; The `gnus-summary-buffer' variable may point
7356              ;; to the old summary buffer when using a single
7357              ;; article buffer.
7358              (unless (gnus-buffer-live-p gnus-summary-buffer)
7359                (set-buffer gnus-group-buffer))
7360              (set-buffer gnus-summary-buffer)
7361              (gnus-set-global-variables))))
7362     (if (or (eq (cdr quit-config) 'article)
7363             (eq (cdr quit-config) 'pick))
7364         (if (and (boundp 'gnus-pick-mode) (symbol-value 'gnus-pick-mode))
7365             (gnus-configure-windows 'pick 'force)
7366           (gnus-configure-windows (cdr quit-config) 'force))
7367       (gnus-configure-windows (cdr quit-config) 'force))
7368     (when (eq major-mode 'gnus-summary-mode)
7369       (if (memq gnus-auto-select-on-ephemeral-exit '(next-noselect
7370                                                      next-unread-noselect))
7371           (when (zerop (cond ((eq gnus-auto-select-on-ephemeral-exit
7372                                   'next-noselect)
7373                               (gnus-summary-next-subject 1 nil t))
7374                              ((eq gnus-auto-select-on-ephemeral-exit
7375                                   'next-unread-noselect)
7376                               (gnus-summary-next-subject 1 t t))))
7377             ;; Hide the article buffer which displays the article different
7378             ;; from the one that the cursor points to in the summary buffer.
7379             (gnus-configure-windows 'summary 'force))
7380         (cond ((eq gnus-auto-select-on-ephemeral-exit 'next)
7381                (gnus-summary-next-subject 1))
7382               ((eq gnus-auto-select-on-ephemeral-exit 'next-unread)
7383                (gnus-summary-next-subject 1 t))))
7384       (gnus-summary-recenter)
7385       (gnus-summary-position-point))))
7386
7387 ;;; Dead summaries.
7388
7389 (defvar gnus-dead-summary-mode-map
7390   (let ((map (make-keymap)))
7391     (suppress-keymap map)
7392     (substitute-key-definition 'undefined 'gnus-summary-wake-up-the-dead map)
7393     (dolist (key '("\C-d" "\r" "\177" [delete]))
7394       (define-key map key 'gnus-summary-wake-up-the-dead))
7395     (dolist (key '("q" "Q"))
7396       (define-key map key 'bury-buffer))
7397     map))
7398
7399 (define-minor-mode gnus-dead-summary-mode
7400   "Minor mode for Gnus summary buffers."
7401   :lighter " Dead" :keymap gnus-dead-summary-mode-map
7402   (unless (derived-mode-p 'gnus-summary-mode)
7403     (setq gnus-dead-summary-mode nil)))
7404
7405 (defun gnus-deaden-summary ()
7406   "Make the current summary buffer into a dead summary buffer."
7407   ;; Kill any previous dead summary buffer.
7408   (when (and gnus-dead-summary
7409              (buffer-name gnus-dead-summary))
7410     (with-current-buffer gnus-dead-summary
7411       (when gnus-dead-summary-mode
7412         (kill-buffer (current-buffer)))))
7413   ;; Make this the current dead summary.
7414   (setq gnus-dead-summary (current-buffer))
7415   (gnus-dead-summary-mode 1)
7416   (let ((name (buffer-name)))
7417     (when (string-match "Summary" name)
7418       (rename-buffer
7419        (concat (substring name 0 (match-beginning 0)) "Dead "
7420                (substring name (match-beginning 0)))
7421        t)
7422       (bury-buffer))))
7423
7424 (defun gnus-kill-or-deaden-summary (buffer)
7425   "Kill or deaden the summary BUFFER."
7426   (save-excursion
7427     (when (and (buffer-name buffer)
7428                (not gnus-single-article-buffer))
7429       (with-current-buffer buffer
7430         (gnus-kill-buffer gnus-article-buffer)
7431         (gnus-kill-buffer gnus-original-article-buffer)))
7432     (cond
7433      ;; Kill the buffer.
7434      (gnus-kill-summary-on-exit
7435       (when (and gnus-use-trees
7436                  (gnus-buffer-exists-p buffer))
7437         (with-current-buffer buffer
7438           (gnus-tree-close gnus-newsgroup-name)))
7439       (gnus-kill-buffer buffer))
7440      ;; Deaden the buffer.
7441      ((gnus-buffer-exists-p buffer)
7442       (with-current-buffer buffer
7443         (gnus-deaden-summary))))))
7444
7445 (defun gnus-summary-wake-up-the-dead (&rest args)
7446   "Wake up the dead summary buffer."
7447   (interactive)
7448   (gnus-dead-summary-mode -1)
7449   (let ((name (buffer-name)))
7450     (when (string-match "Dead " name)
7451       (rename-buffer
7452        (concat (substring name 0 (match-beginning 0))
7453                (substring name (match-end 0)))
7454        t)))
7455   (gnus-message 3 "This dead summary is now alive again"))
7456
7457 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
7458 (defun gnus-summary-describe-group (&optional force)
7459   "Describe the current newsgroup."
7460   (interactive "P")
7461   (gnus-group-describe-group force gnus-newsgroup-name))
7462
7463 (defun gnus-summary-describe-briefly ()
7464   "Describe summary mode commands briefly."
7465   (interactive)
7466   (gnus-message 6 "%s" (substitute-command-keys "\\<gnus-summary-mode-map>\\[gnus-summary-next-page]:Select  \\[gnus-summary-next-unread-article]:Forward  \\[gnus-summary-prev-unread-article]:Backward  \\[gnus-summary-exit]:Exit  \\[gnus-info-find-node]:Run Info   \\[gnus-summary-describe-briefly]:This help")))
7467
7468 ;; Walking around group mode buffer from summary mode.
7469
7470 (defun gnus-summary-next-group (&optional no-article target-group backward)
7471   "Exit current newsgroup and then select next unread newsgroup.
7472 If prefix argument NO-ARTICLE is non-nil, no article is selected
7473 initially.  If TARGET-GROUP, go to this group.  If BACKWARD, go to
7474 previous group instead."
7475   (interactive "P")
7476   ;; Stop pre-fetching.
7477   (gnus-async-halt-prefetch)
7478   (let ((current-group gnus-newsgroup-name)
7479         (current-buffer (current-buffer))
7480         entered)
7481     ;; First we semi-exit this group to update Xrefs and all variables.
7482     ;; We can't do a real exit, because the window conf must remain
7483     ;; the same in case the user is prompted for info, and we don't
7484     ;; want the window conf to change before that...
7485     (gnus-summary-exit t)
7486     (while (not entered)
7487       ;; Then we find what group we are supposed to enter.
7488       (set-buffer gnus-group-buffer)
7489       (gnus-group-jump-to-group current-group)
7490       (setq target-group
7491             (or target-group
7492                 (if (eq gnus-keep-same-level 'best)
7493                     (gnus-summary-best-group gnus-newsgroup-name)
7494                   (gnus-summary-search-group backward gnus-keep-same-level))))
7495       (if (not target-group)
7496           ;; There are no further groups, so we return to the group
7497           ;; buffer.
7498           (progn
7499             (gnus-message 5 "Returning to the group buffer")
7500             (setq entered t)
7501             (when (gnus-buffer-live-p current-buffer)
7502               (set-buffer current-buffer)
7503               (gnus-summary-exit))
7504             (gnus-run-hooks 'gnus-group-no-more-groups-hook))
7505         ;; We try to enter the target group.
7506         (gnus-group-jump-to-group target-group)
7507         (let ((unreads (gnus-group-group-unread)))
7508           (if (and (or (eq t unreads)
7509                        (and unreads (not (zerop unreads))))
7510                    (gnus-summary-read-group
7511                     target-group nil no-article
7512                     (and (buffer-name current-buffer) current-buffer)
7513                     nil backward))
7514               (setq entered t)
7515             (setq current-group target-group
7516                   target-group nil)))))))
7517
7518 (defun gnus-summary-prev-group (&optional no-article)
7519   "Exit current newsgroup and then select previous unread newsgroup.
7520 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
7521   (interactive "P")
7522   (gnus-summary-next-group no-article nil t))
7523
7524 ;; Walking around summary lines.
7525
7526 (defun gnus-summary-first-subject (&optional unread undownloaded unseen)
7527   "Go to the first subject satisfying any non-nil constraint.
7528 If UNREAD is non-nil, the article should be unread.
7529 If UNDOWNLOADED is non-nil, the article should be undownloaded.
7530 If UNSEEN is non-nil, the article should be unseen as well as unread.
7531 Returns the article selected or nil if there are no matching articles."
7532   (interactive "P")
7533   (cond
7534    ;; Empty summary.
7535    ((null gnus-newsgroup-data)
7536     (gnus-message 3 "No articles in the group")
7537     nil)
7538    ;; Pick the first article.
7539    ((not (or unread undownloaded unseen))
7540     (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
7541     (gnus-data-number (car gnus-newsgroup-data)))
7542    ;; Find the first unread article.
7543    (t
7544     (let ((data gnus-newsgroup-data))
7545       (while (and data
7546                   (let ((num (gnus-data-number (car data))))
7547                     (or (memq num gnus-newsgroup-unfetched)
7548                         (not (or (and unread
7549                                       (memq num gnus-newsgroup-unreads))
7550                                  (and undownloaded
7551                                       (memq num gnus-newsgroup-undownloaded))
7552                                  (and unseen
7553                                       (memq num gnus-newsgroup-unseen)
7554                                       (memq num gnus-newsgroup-unreads)))))))
7555         (setq data (cdr data)))
7556       (prog1
7557           (if data
7558               (progn
7559                 (goto-char (gnus-data-pos (car data)))
7560                 (gnus-data-number (car data)))
7561             (gnus-message 3 "No more%s articles"
7562                           (let* ((r (when unread " unread"))
7563                                  (d (when undownloaded " undownloaded"))
7564                                  (s (when unseen " unseen"))
7565                                  (l (delq nil (list r d s))))
7566                             (cond ((= 3 (length l))
7567                                    (concat r "," d ", or" s))
7568                                   ((= 2 (length l))
7569                                    (concat (car l) ", or" (cadr l)))
7570                                   ((= 1 (length l))
7571                                    (car l))
7572                                   (t
7573                                    ""))))
7574             nil
7575             )
7576         (gnus-summary-position-point))))))
7577
7578 (defun gnus-summary-next-subject (n &optional unread dont-display)
7579   "Go to next N'th summary line.
7580 If N is negative, go to the previous N'th subject line.
7581 If UNREAD is non-nil, only unread articles are selected.
7582 The difference between N and the actual number of steps taken is
7583 returned."
7584   (interactive "p")
7585   (let ((backward (< n 0))
7586         (n (abs n)))
7587     (while (and (> n 0)
7588                 (if backward
7589                     (gnus-summary-find-prev unread)
7590                   (gnus-summary-find-next unread)))
7591       (unless (zerop (setq n (1- n)))
7592         (gnus-summary-show-thread)))
7593     (when (/= 0 n)
7594       (gnus-message 7 "No more%s articles"
7595                     (if unread " unread" "")))
7596     (unless dont-display
7597       (gnus-summary-recenter)
7598       (gnus-summary-position-point))
7599     n))
7600
7601 (defun gnus-summary-next-unread-subject (n)
7602   "Go to next N'th unread summary line."
7603   (interactive "p")
7604   (gnus-summary-next-subject n t))
7605
7606 (defun gnus-summary-prev-subject (n &optional unread)
7607   "Go to previous N'th summary line.
7608 If optional argument UNREAD is non-nil, only unread article is selected."
7609   (interactive "p")
7610   (gnus-summary-next-subject (- n) unread))
7611
7612 (defun gnus-summary-prev-unread-subject (n)
7613   "Go to previous N'th unread summary line."
7614   (interactive "p")
7615   (gnus-summary-next-subject (- n) t))
7616
7617 (defun gnus-summary-goto-subjects (articles)
7618   "Insert the subject header for ARTICLES in the current buffer."
7619   (save-excursion
7620     (dolist (article articles)
7621       (gnus-summary-goto-subject article t)))
7622   (gnus-summary-limit (append articles gnus-newsgroup-limit))
7623   (gnus-summary-position-point))
7624
7625 (defun gnus-summary-goto-subject (article &optional force silent)
7626   "Go to the subject line of ARTICLE.
7627 If FORCE, also allow jumping to articles not currently shown."
7628   (interactive "nArticle number: ")
7629   (unless (numberp article)
7630     (error "Article %s is not a number" article))
7631   (let ((b (point))
7632         (data (gnus-data-find article)))
7633     ;; We read in the article if we have to.
7634     (and (not data)
7635          force
7636          (gnus-summary-insert-subject
7637           article
7638           (if (or (numberp force) (vectorp force)) force)
7639           t)
7640          (setq data (gnus-data-find article)))
7641     (goto-char b)
7642     (if (not data)
7643         (progn
7644           (unless silent
7645             (gnus-message 3 "Can't find article %d" article))
7646           nil)
7647       (let ((pt (gnus-data-pos data)))
7648         (goto-char pt)
7649         (gnus-summary-set-article-display-arrow pt))
7650       (gnus-summary-position-point)
7651       article)))
7652
7653 ;; Walking around summary lines with displaying articles.
7654
7655 (defun gnus-summary-expand-window (&optional arg)
7656   "Make the summary buffer take up the entire Emacs frame.
7657 Given a prefix, will force an `article' buffer configuration."
7658   (interactive "P")
7659   (if arg
7660       (gnus-configure-windows 'article 'force)
7661     (gnus-configure-windows 'summary 'force)))
7662
7663 (defun gnus-summary-display-article (article &optional all-header)
7664   "Display ARTICLE in article buffer."
7665   (unless (and (gnus-buffer-live-p gnus-article-buffer)
7666                (with-current-buffer gnus-article-buffer
7667                  (eq major-mode 'gnus-article-mode)))
7668     (gnus-article-setup-buffer))
7669   (gnus-set-global-variables)
7670   (with-current-buffer gnus-article-buffer
7671     (setq gnus-article-charset gnus-newsgroup-charset)
7672     (setq gnus-article-ignored-charsets gnus-newsgroup-ignored-charsets)
7673     (mm-enable-multibyte))
7674   (if (null article)
7675       nil
7676     (prog1
7677         (if gnus-summary-display-article-function
7678             (funcall gnus-summary-display-article-function article all-header)
7679           (gnus-article-prepare article all-header))
7680       (gnus-run-hooks 'gnus-select-article-hook)
7681       (when (and gnus-current-article
7682                  (not (zerop gnus-current-article)))
7683         (gnus-summary-goto-subject gnus-current-article))
7684       (gnus-summary-recenter)
7685       (when (and gnus-use-trees gnus-show-threads)
7686         (gnus-possibly-generate-tree article)
7687         (gnus-highlight-selected-tree article))
7688       ;; Successfully display article.
7689       (gnus-article-set-window-start
7690        (cdr (assq article gnus-newsgroup-bookmarks))))))
7691
7692 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
7693   "Select the current article.
7694 If ALL-HEADERS is non-nil, show all header fields.  If FORCE is
7695 non-nil, the article will be re-fetched even if it already present in
7696 the article buffer.  If PSEUDO is non-nil, pseudo-articles will also
7697 be displayed."
7698   ;; Make sure we are in the summary buffer to work around bbdb bug.
7699   (unless (eq major-mode 'gnus-summary-mode)
7700     (set-buffer gnus-summary-buffer))
7701   (let ((article (or article (gnus-summary-article-number)))
7702         (all-headers (not (not all-headers))) ;Must be t or nil.
7703         gnus-summary-display-article-function)
7704     (and (not pseudo)
7705          (gnus-summary-article-pseudo-p article)
7706          (error "This is a pseudo-article"))
7707     (with-current-buffer gnus-summary-buffer
7708       (if (or (and gnus-single-article-buffer
7709                    (or (null gnus-current-article)
7710                        (null gnus-article-current)
7711                        (null (get-buffer gnus-article-buffer))
7712                        (not (eq article (cdr gnus-article-current)))
7713                        (not (equal (car gnus-article-current)
7714                                    gnus-newsgroup-name))
7715                        (not (get-buffer gnus-original-article-buffer))))
7716               (and (not gnus-single-article-buffer)
7717                    (or (null gnus-current-article)
7718                        (not (get-buffer gnus-original-article-buffer))
7719                        (not (eq gnus-current-article article))))
7720               force)
7721           ;; The requested article is different from the current article.
7722           (progn
7723             (gnus-summary-display-article article all-headers)
7724             (when (gnus-buffer-live-p gnus-article-buffer)
7725               (with-current-buffer gnus-article-buffer
7726                 (if (not gnus-article-decoded-p) ;; a local variable
7727                     (mm-disable-multibyte))))
7728             (gnus-article-set-window-start
7729              (cdr (assq article gnus-newsgroup-bookmarks)))
7730             article)
7731         'old))))
7732
7733 (defun gnus-summary-force-verify-and-decrypt ()
7734   "Display buttons for signed/encrypted parts and verify/decrypt them."
7735   (interactive)
7736   (let ((mm-verify-option 'known)
7737         (mm-decrypt-option 'known)
7738         (gnus-article-emulate-mime t)
7739         (gnus-buttonized-mime-types (append (list "multipart/signed"
7740                                                   "multipart/encrypted")
7741                                             gnus-buttonized-mime-types)))
7742     (gnus-summary-select-article nil 'force)))
7743
7744 (defun gnus-summary-set-current-mark (&optional current-mark)
7745   "Obsolete function."
7746   nil)
7747
7748 (defun gnus-summary-next-article (&optional unread subject backward push)
7749   "Select the next article.
7750 If UNREAD, only unread articles are selected.
7751 If SUBJECT, only articles with SUBJECT are selected.
7752 If BACKWARD, the previous article is selected instead of the next."
7753   (interactive "P")
7754   ;; Make sure we are in the summary buffer.
7755   (unless (eq major-mode 'gnus-summary-mode)
7756     (set-buffer gnus-summary-buffer))
7757   (cond
7758    ;; Is there such an article?
7759    ((and (gnus-summary-search-forward unread subject backward)
7760          (or (gnus-summary-display-article (gnus-summary-article-number))
7761              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
7762     (gnus-summary-position-point))
7763    ;; If not, we try the first unread, if that is wanted.
7764    ((and subject
7765          gnus-auto-select-same
7766          (gnus-summary-first-unread-article))
7767     (gnus-summary-position-point)
7768     (gnus-message 6 "Wrapped"))
7769    ;; Try to get next/previous article not displayed in this group.
7770    ((and gnus-auto-extend-newsgroup
7771          (not unread) (not subject))
7772     (gnus-summary-goto-article
7773      (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
7774      nil (count-lines (point-min) (point))))
7775    ;; Go to next/previous group.
7776    (t
7777     (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
7778       (gnus-summary-jump-to-group gnus-newsgroup-name))
7779     (let ((cmd (if (featurep 'xemacs)
7780                    last-command-char
7781                  last-command-event))
7782           (point
7783            (with-current-buffer gnus-group-buffer
7784              (point)))
7785           (current-summary (current-buffer))
7786           (group
7787            (if (eq gnus-keep-same-level 'best)
7788                (gnus-summary-best-group gnus-newsgroup-name)
7789              (gnus-summary-search-group backward gnus-keep-same-level))))
7790       ;; Select next unread newsgroup automagically.
7791       (cond
7792        ((or (not gnus-auto-select-next)
7793             (not cmd))
7794         (gnus-message 7 "No more%s articles" (if unread " unread" "")))
7795        ((or (eq gnus-auto-select-next 'quietly)
7796             (and (eq gnus-auto-select-next 'slightly-quietly)
7797                  push)
7798             (and (eq gnus-auto-select-next 'almost-quietly)
7799                  (gnus-summary-last-article-p)))
7800         ;; Select quietly.
7801         (if (gnus-ephemeral-group-p gnus-newsgroup-name)
7802             (gnus-summary-exit)
7803           (gnus-message 7 "No more%s articles (%s)..."
7804                         (if unread " unread" "")
7805                         (if group (concat "selecting " group)
7806                           "exiting"))
7807           (gnus-summary-next-group nil group backward)))
7808        (t
7809         (when (gnus-key-press-event-p last-input-event)
7810           ;; Somehow or other, we may now have selected a different
7811           ;; window.  Make point go back to the summary buffer.
7812           (when (eq current-summary (current-buffer))
7813             ;; FIXME: This burps when get-buffer-window returns nil.
7814             (select-window (get-buffer-window current-summary 0)))
7815           (gnus-summary-walk-group-buffer
7816            gnus-newsgroup-name cmd unread backward point))))))))
7817
7818 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward start)
7819   (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
7820                       (?\C-p (gnus-group-prev-unread-group 1))))
7821         (cursor-in-echo-area t)
7822         keve key group ended prompt)
7823     (with-current-buffer gnus-group-buffer
7824       (goto-char start)
7825       (setq group
7826             (if (eq gnus-keep-same-level 'best)
7827                 (gnus-summary-best-group gnus-newsgroup-name)
7828               (gnus-summary-search-group backward gnus-keep-same-level))))
7829     (while (not ended)
7830       (setq prompt
7831             (format
7832              "No more%s articles%s " (if unread " unread" "")
7833              (if (and group
7834                       (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
7835                  (format " (Type %s for %s [%s])"
7836                          (single-key-description cmd)
7837                          (gnus-group-decoded-name group)
7838                          (gnus-group-unread group))
7839                (format " (Type %s to exit %s)"
7840                        (single-key-description cmd)
7841                        (gnus-group-decoded-name gnus-newsgroup-name)))))
7842       ;; Confirm auto selection.
7843       (setq key (car (setq keve (gnus-read-event-char prompt)))
7844             ended t)
7845       (cond
7846        ((assq key keystrokes)
7847         (let ((obuf (current-buffer)))
7848           (switch-to-buffer gnus-group-buffer)
7849           (when group
7850             (gnus-group-jump-to-group group))
7851           (eval (cadr (assq key keystrokes)))
7852           (setq group (gnus-group-group-name))
7853           (switch-to-buffer obuf))
7854         (setq ended nil))
7855        ((equal key cmd)
7856         (if (or (not group)
7857                 (gnus-ephemeral-group-p gnus-newsgroup-name))
7858             (gnus-summary-exit)
7859           (gnus-summary-next-group nil group backward)))
7860        (t
7861         (push (cdr keve) unread-command-events))))))
7862
7863 (defun gnus-summary-next-unread-article ()
7864   "Select unread article after current one."
7865   (interactive)
7866   (gnus-summary-next-article
7867    (or (not (eq gnus-summary-goto-unread 'never))
7868        (gnus-summary-last-article-p (gnus-summary-article-number)))
7869    (and gnus-auto-select-same
7870         (gnus-summary-article-subject))))
7871
7872 (defun gnus-summary-prev-article (&optional unread subject)
7873   "Select the article before the current one.
7874 If UNREAD is non-nil, only unread articles are selected."
7875   (interactive "P")
7876   (gnus-summary-next-article unread subject t))
7877
7878 (defun gnus-summary-prev-unread-article ()
7879   "Select unread article before current one."
7880   (interactive)
7881   (gnus-summary-prev-article
7882    (or (not (eq gnus-summary-goto-unread 'never))
7883        (gnus-summary-first-article-p (gnus-summary-article-number)))
7884    (and gnus-auto-select-same
7885         (gnus-summary-article-subject))))
7886
7887 (defun gnus-summary-next-page (&optional lines circular stop)
7888   "Show next page of the selected article.
7889 If at the end of the current article, select the next article.
7890 LINES says how many lines should be scrolled up.
7891
7892 If CIRCULAR is non-nil, go to the start of the article instead of
7893 selecting the next article when reaching the end of the current
7894 article.
7895
7896 If STOP is non-nil, just stop when reaching the end of the message.
7897
7898 Also see the variable `gnus-article-skip-boring'."
7899   (interactive "P")
7900   (setq gnus-summary-buffer (current-buffer))
7901   (gnus-set-global-variables)
7902   (let ((article (gnus-summary-article-number))
7903         (article-window (get-buffer-window gnus-article-buffer t))
7904         endp)
7905     ;; If the buffer is empty, we have no article.
7906     (unless article
7907       (error "No article to select"))
7908     (gnus-configure-windows 'article)
7909     (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
7910         (if (and (eq gnus-summary-goto-unread 'never)
7911                  (not (gnus-summary-last-article-p article)))
7912             (gnus-summary-next-article)
7913           (gnus-summary-next-unread-article))
7914       (if (or (null gnus-current-article)
7915               (null gnus-article-current)
7916               (/= article (cdr gnus-article-current))
7917               (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7918           ;; Selected subject is different from current article's.
7919           (gnus-summary-display-article article)
7920         (when article-window
7921           (gnus-eval-in-buffer-window gnus-article-buffer
7922             (setq endp (or (gnus-article-next-page lines)
7923                            (gnus-article-only-boring-p))))
7924           (when endp
7925             (cond ((or stop gnus-summary-stop-at-end-of-message)
7926                    (gnus-message 3 "End of message"))
7927                   (circular
7928                    (gnus-summary-beginning-of-article))
7929                   (lines
7930                    (gnus-message 3 "End of message"))
7931                   ((null lines)
7932                    (if (and (eq gnus-summary-goto-unread 'never)
7933                             (not (gnus-summary-last-article-p article)))
7934                        (gnus-summary-next-article)
7935                      (gnus-summary-next-unread-article))))))))
7936     (gnus-summary-recenter)
7937     (gnus-summary-position-point)))
7938
7939 (defun gnus-summary-prev-page (&optional lines move)
7940   "Show previous page of selected article.
7941 Argument LINES specifies lines to be scrolled down.
7942 If MOVE, move to the previous unread article if point is at
7943 the beginning of the buffer."
7944   (interactive "P")
7945   (let ((article (gnus-summary-article-number))
7946         (article-window (get-buffer-window gnus-article-buffer t))
7947         endp)
7948     (gnus-configure-windows 'article)
7949     (if (or (null gnus-current-article)
7950             (null gnus-article-current)
7951             (/= article (cdr gnus-article-current))
7952             (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7953         ;; Selected subject is different from current article's.
7954         (gnus-summary-display-article article)
7955       (gnus-summary-recenter)
7956       (when article-window
7957         (gnus-eval-in-buffer-window gnus-article-buffer
7958           (setq endp (gnus-article-prev-page lines)))
7959         (when (and move endp)
7960           (cond (lines
7961                  (gnus-message 3 "Beginning of message"))
7962                 ((null lines)
7963                  (if (and (eq gnus-summary-goto-unread 'never)
7964                           (not (gnus-summary-first-article-p article)))
7965                      (gnus-summary-prev-article)
7966                    (gnus-summary-prev-unread-article))))))))
7967   (gnus-summary-position-point))
7968
7969 (defun gnus-summary-prev-page-or-article (&optional lines)
7970   "Show previous page of selected article.
7971 Argument LINES specifies lines to be scrolled down.
7972 If at the beginning of the article, go to the next article."
7973   (interactive "P")
7974   (gnus-summary-prev-page lines t))
7975
7976 (defun gnus-summary-scroll-up (lines)
7977   "Scroll up (or down) one line current article.
7978 Argument LINES specifies lines to be scrolled up (or down if negative).
7979 If no article is selected, then the current article will be selected first."
7980   (interactive "p")
7981   (gnus-configure-windows 'article)
7982   (gnus-summary-show-thread)
7983   (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
7984     (gnus-eval-in-buffer-window gnus-article-buffer
7985       (cond ((> lines 0)
7986              (when (gnus-article-next-page lines)
7987                (gnus-message 3 "End of message")))
7988             ((< lines 0)
7989              (gnus-article-prev-page (- lines))))))
7990   (gnus-summary-recenter)
7991   (gnus-summary-position-point))
7992
7993 (defun gnus-summary-scroll-down (lines)
7994   "Scroll down (or up) one line current article.
7995 Argument LINES specifies lines to be scrolled down (or up if negative).
7996 If no article is selected, then the current article will be selected first."
7997   (interactive "p")
7998   (gnus-summary-scroll-up (- lines)))
7999
8000 (defun gnus-summary-next-same-subject ()
8001   "Select next article which has the same subject as current one."
8002   (interactive)
8003   (gnus-summary-next-article nil (gnus-summary-article-subject)))
8004
8005 (defun gnus-summary-prev-same-subject ()
8006   "Select previous article which has the same subject as current one."
8007   (interactive)
8008   (gnus-summary-prev-article nil (gnus-summary-article-subject)))
8009
8010 (defun gnus-summary-next-unread-same-subject ()
8011   "Select next unread article which has the same subject as current one."
8012   (interactive)
8013   (gnus-summary-next-article t (gnus-summary-article-subject)))
8014
8015 (defun gnus-summary-prev-unread-same-subject ()
8016   "Select previous unread article which has the same subject as current one."
8017   (interactive)
8018   (gnus-summary-prev-article t (gnus-summary-article-subject)))
8019
8020 (defun gnus-summary-first-unread-article ()
8021   "Select the first unread article.
8022 Return nil if there are no unread articles."
8023   (interactive)
8024   (prog1
8025       (when (gnus-summary-first-subject t)
8026         (gnus-summary-show-thread)
8027         (gnus-summary-first-subject t)
8028         (gnus-summary-display-article (gnus-summary-article-number)))
8029     (gnus-summary-position-point)))
8030
8031 (defun gnus-summary-first-unread-subject ()
8032   "Place the point on the subject line of the first unread article.
8033 Return nil if there are no unread articles."
8034   (interactive)
8035   (prog1
8036       (when (gnus-summary-first-subject t)
8037         (gnus-summary-show-thread)
8038         (gnus-summary-first-subject t))
8039     (gnus-summary-position-point)))
8040
8041 (defun gnus-summary-first-unseen-subject ()
8042   "Place the point on the subject line of the first unseen article.
8043 Return nil if there are no unseen articles."
8044   (interactive)
8045   (prog1
8046       (when (gnus-summary-first-subject nil nil t)
8047         (gnus-summary-show-thread)
8048         (gnus-summary-first-subject nil nil t))
8049     (gnus-summary-position-point)))
8050
8051 (defun gnus-summary-first-unseen-or-unread-subject ()
8052   "Place the point on the subject line of the first unseen and unread article.
8053 If all article have been seen, on the subject line of the first unread
8054 article."
8055   (interactive)
8056   (prog1
8057       (unless (when (gnus-summary-first-subject nil nil t)
8058                 (gnus-summary-show-thread)
8059                 (gnus-summary-first-subject nil nil t))
8060         (when (gnus-summary-first-subject t)
8061           (gnus-summary-show-thread)
8062           (gnus-summary-first-subject t)))
8063     (gnus-summary-position-point)))
8064
8065 (defun gnus-summary-first-article ()
8066   "Select the first article.
8067 Return nil if there are no articles."
8068   (interactive)
8069   (prog1
8070       (when (gnus-summary-first-subject)
8071         (gnus-summary-show-thread)
8072         (gnus-summary-first-subject)
8073         (gnus-summary-display-article (gnus-summary-article-number)))
8074     (gnus-summary-position-point)))
8075
8076 (defun gnus-summary-best-unread-article (&optional arg)
8077   "Select the unread article with the highest score.
8078 If given a prefix argument, select the next unread article that has a
8079 score higher than the default score."
8080   (interactive "P")
8081   (let ((article (if arg
8082                      (gnus-summary-better-unread-subject)
8083                    (gnus-summary-best-unread-subject))))
8084     (if article
8085         (gnus-summary-goto-article article)
8086       (error "No unread articles"))))
8087
8088 (defun gnus-summary-best-unread-subject ()
8089   "Select the unread subject with the highest score."
8090   (interactive)
8091   (let ((best -1000000)
8092         (data gnus-newsgroup-data)
8093         article score)
8094     (while data
8095       (and (gnus-data-unread-p (car data))
8096            (> (setq score
8097                     (gnus-summary-article-score (gnus-data-number (car data))))
8098               best)
8099            (setq best score
8100                  article (gnus-data-number (car data))))
8101       (setq data (cdr data)))
8102     (when article
8103       (gnus-summary-goto-subject article))
8104     (gnus-summary-position-point)
8105     article))
8106
8107 (defun gnus-summary-better-unread-subject ()
8108   "Select the first unread subject that has a score over the default score."
8109   (interactive)
8110   (let ((data gnus-newsgroup-data)
8111         article score)
8112     (while (and (setq article (gnus-data-number (car data)))
8113                 (or (gnus-data-read-p (car data))
8114                     (not (> (gnus-summary-article-score article)
8115                             gnus-summary-default-score))))
8116       (setq data (cdr data)))
8117     (when article
8118       (gnus-summary-goto-subject article))
8119     (gnus-summary-position-point)
8120     article))
8121
8122 (defun gnus-summary-last-subject ()
8123   "Go to the last displayed subject line in the group."
8124   (let ((article (gnus-data-number (car (gnus-data-list t)))))
8125     (when article
8126       (gnus-summary-goto-subject article))))
8127
8128 (defun gnus-summary-goto-article (article &optional all-headers force)
8129   "Fetch ARTICLE (article number or Message-ID) and display it if it exists.
8130 If ALL-HEADERS is non-nil, no header lines are hidden.
8131 If FORCE, go to the article even if it isn't displayed.  If FORCE
8132 is a number, it is the line the article is to be displayed on."
8133   (interactive
8134    (list
8135     (gnus-completing-read
8136      "Article number or Message-ID"
8137      (mapcar 'int-to-string gnus-newsgroup-limit))
8138     current-prefix-arg
8139     t))
8140   (prog1
8141       (if (and (stringp article)
8142                (string-match "@\\|%40" article))
8143           (gnus-summary-refer-article article)
8144         (when (stringp article)
8145           (setq article (string-to-number article)))
8146         (if (gnus-summary-goto-subject article force)
8147             (gnus-summary-display-article article all-headers)
8148           (gnus-message 4 "Couldn't go to article %s" article) nil))
8149     (gnus-summary-position-point)))
8150
8151 (defun gnus-summary-goto-last-article ()
8152   "Go to the previously read article."
8153   (interactive)
8154   (prog1
8155       (when gnus-last-article
8156         (gnus-summary-goto-article gnus-last-article nil t))
8157     (gnus-summary-position-point)))
8158
8159 (defun gnus-summary-pop-article (number)
8160   "Pop one article off the history and go to the previous.
8161 NUMBER articles will be popped off."
8162   (interactive "p")
8163   (let (to)
8164     (setq gnus-newsgroup-history
8165           (cdr (setq to (nthcdr number gnus-newsgroup-history))))
8166     (if to
8167         (gnus-summary-goto-article (car to) nil t)
8168       (error "Article history empty")))
8169   (gnus-summary-position-point))
8170
8171 ;; Summary commands and functions for limiting the summary buffer.
8172
8173 (defun gnus-summary-limit-to-articles (n)
8174   "Limit the summary buffer to the next N articles.
8175 If not given a prefix, use the process marked articles instead."
8176   (interactive "P")
8177   (prog1
8178       (let ((articles (gnus-summary-work-articles n)))
8179         (setq gnus-newsgroup-processable nil)
8180         (gnus-summary-limit articles))
8181     (gnus-summary-position-point)))
8182
8183 (defun gnus-summary-pop-limit (&optional total)
8184   "Restore the previous limit.
8185 If given a prefix, remove all limits."
8186   (interactive "P")
8187   (when total
8188     (setq gnus-newsgroup-limits
8189           (list (mapcar (lambda (h) (mail-header-number h))
8190                         gnus-newsgroup-headers))))
8191   (unless gnus-newsgroup-limits
8192     (error "No limit to pop"))
8193   (prog1
8194       (gnus-summary-limit nil 'pop)
8195     (gnus-summary-position-point)))
8196
8197 (defun gnus-summary-limit-to-subject (subject &optional header not-matching)
8198   "Limit the summary buffer to articles that have subjects that match a regexp.
8199 If NOT-MATCHING, excluding articles that have subjects that match a regexp."
8200   (interactive
8201    (list (read-string (if current-prefix-arg
8202                           "Exclude subject (regexp): "
8203                         "Limit to subject (regexp): "))
8204          nil current-prefix-arg))
8205   (unless header
8206     (setq header "subject"))
8207   (when (not (equal "" subject))
8208     (prog1
8209         (let ((articles (gnus-summary-find-matching
8210                          (or header "subject") subject 'all nil nil
8211                          not-matching)))
8212           (unless articles
8213             (error "Found no matches for \"%s\"" subject))
8214           (gnus-summary-limit articles))
8215       (gnus-summary-position-point))))
8216
8217 (defun gnus-summary-limit-to-author (from &optional not-matching)
8218   "Limit the summary buffer to articles that have authors that match a regexp.
8219 If NOT-MATCHING, excluding articles that have authors that match a regexp."
8220   (interactive
8221    (list (read-string (if current-prefix-arg
8222                           "Exclude author (regexp): "
8223                         "Limit to author (regexp): "))
8224          current-prefix-arg))
8225   (gnus-summary-limit-to-subject from "from" not-matching))
8226
8227 (defun gnus-summary-limit-to-recipient (recipient &optional not-matching)
8228   "Limit the summary buffer to articles with the given RECIPIENT.
8229
8230 If NOT-MATCHING, exclude RECIPIENT.
8231
8232 To and Cc headers are checked.  You need to include them in
8233 `nnmail-extra-headers'."
8234   ;; Unlike `rmail-summary-by-recipients', doesn't include From.
8235   (interactive
8236    (list (read-string (format "%s recipient (regexp): "
8237                               (if current-prefix-arg "Exclude" "Limit to")))
8238          current-prefix-arg))
8239   (when (not (equal "" recipient))
8240     (prog1 (let* ((to
8241                    (if (memq 'To nnmail-extra-headers)
8242                        (gnus-summary-find-matching
8243                         (cons 'extra 'To) recipient 'all nil nil
8244                         not-matching)
8245                      (gnus-message
8246                       1 "`To' isn't present in `nnmail-extra-headers'")
8247                      (sit-for 1)
8248                      nil))
8249                   (cc
8250                    (if (memq 'Cc nnmail-extra-headers)
8251                        (gnus-summary-find-matching
8252                         (cons 'extra 'Cc) recipient 'all nil nil
8253                         not-matching)
8254                      (gnus-message
8255                       1 "`Cc' isn't present in `nnmail-extra-headers'")
8256                      (sit-for 1)
8257                      nil))
8258                   (articles
8259                    (if not-matching
8260                        ;; We need the numbers that are in both lists:
8261                        (mapcar (lambda (a)
8262                                  (and (memq a to) a))
8263                                cc)
8264                      (nconc to cc))))
8265              (unless articles
8266                (error "Found no matches for \"%s\"" recipient))
8267              (gnus-summary-limit articles))
8268       (gnus-summary-position-point))))
8269
8270 (defun gnus-summary-limit-to-address (address &optional not-matching)
8271   "Limit the summary buffer to articles with the given ADDRESS.
8272
8273 If NOT-MATCHING, exclude ADDRESS.
8274
8275 To, Cc and From headers are checked.  You need to include `To' and `Cc'
8276 in `nnmail-extra-headers'."
8277   (interactive
8278    (list (read-string (format "%s address (regexp): "
8279                               (if current-prefix-arg "Exclude" "Limit to")))
8280          current-prefix-arg))
8281   (when (not (equal "" address))
8282     (prog1 (let* ((to
8283                    (if (memq 'To nnmail-extra-headers)
8284                        (gnus-summary-find-matching
8285                         (cons 'extra 'To) address 'all nil nil
8286                         not-matching)
8287                      (gnus-message
8288                       1 "`To' isn't present in `nnmail-extra-headers'")
8289                      (sit-for 1)
8290                      t))
8291                   (cc
8292                    (if (memq 'Cc nnmail-extra-headers)
8293                        (gnus-summary-find-matching
8294                         (cons 'extra 'Cc) address 'all nil nil
8295                         not-matching)
8296                      (gnus-message
8297                       1 "`Cc' isn't present in `nnmail-extra-headers'")
8298                      (sit-for 1)
8299                      t))
8300                   (from
8301                    (gnus-summary-find-matching "from" address
8302                                                'all nil nil not-matching))
8303                   (articles
8304                    (if not-matching
8305                        ;; We need the numbers that are in all lists:
8306                        (if (eq cc t)
8307                            (if (eq to t)
8308                                from
8309                              (mapcar (lambda (a) (car (memq a from))) to))
8310                          (if (eq to t)
8311                              (mapcar (lambda (a) (car (memq a from))) cc)
8312                            (mapcar (lambda (a) (car (memq a from)))
8313                                    (mapcar (lambda (a) (car (memq a to)))
8314                                            cc))))
8315                      (nconc (if (eq to t) nil to)
8316                             (if (eq cc t) nil cc)
8317                             from))))
8318              (unless articles
8319                (error "Found no matches for \"%s\"" address))
8320              (gnus-summary-limit articles))
8321       (gnus-summary-position-point))))
8322
8323 (defun gnus-summary-limit-strange-charsets-predicate (header)
8324   (when (fboundp 'char-charset)
8325     (let ((string (concat (mail-header-subject header)
8326                           (mail-header-from header)))
8327           charset found)
8328       (dotimes (i (1- (length string)))
8329         (setq charset (format "%s" (char-charset (aref string (1+ i)))))
8330         (when (string-match "unicode\\|big\\|japanese" charset)
8331           (setq found t)))
8332       found)))
8333
8334 (defun gnus-summary-limit-to-predicate (predicate)
8335   "Limit to articles where PREDICATE returns non-nil.
8336 PREDICATE will be called with the header structures of the
8337 articles."
8338   (let ((articles nil)
8339         (case-fold-search t))
8340     (dolist (header gnus-newsgroup-headers)
8341       (when (funcall predicate header)
8342         (push (mail-header-number header) articles)))
8343     (gnus-summary-limit (nreverse articles))))
8344
8345 (defun gnus-summary-limit-to-age (age &optional younger-p)
8346   "Limit the summary buffer to articles that are older than (or equal) AGE days.
8347 If YOUNGER-P (the prefix) is non-nil, limit the summary buffer to
8348 articles that are younger than AGE days."
8349   (interactive
8350    (let ((younger current-prefix-arg)
8351          (days-got nil)
8352          days)
8353      (while (not days-got)
8354        (setq days (if younger
8355                       (read-string "Limit to articles younger than (in days, older when negative): ")
8356                     (read-string
8357                      "Limit to articles older than (in days, younger when negative): ")))
8358        (when (> (length days) 0)
8359          (setq days (read days)))
8360        (if (numberp days)
8361            (progn
8362              (setq days-got t)
8363              (when (< days 0)
8364                (setq younger (not younger))
8365                (setq days (* days -1))))
8366          (message "Please enter a number.")
8367          (sleep-for 1)))
8368      (list days younger)))
8369   (prog1
8370       (let ((data gnus-newsgroup-data)
8371             (cutoff (days-to-time age))
8372             articles d date is-younger)
8373         (while (setq d (pop data))
8374           (when (and (vectorp (gnus-data-header d))
8375                      (setq date (mail-header-date (gnus-data-header d))))
8376             (setq is-younger (time-less-p
8377                               (time-since (gnus-date-get-time date))
8378                               cutoff))
8379             (when (if younger-p
8380                       is-younger
8381                     (not is-younger))
8382               (push (gnus-data-number d) articles))))
8383         (gnus-summary-limit (nreverse articles)))
8384     (gnus-summary-position-point)))
8385
8386 (defun gnus-summary-limit-to-extra (header regexp &optional not-matching)
8387   "Limit the summary buffer to articles that match an 'extra' header."
8388   (interactive
8389    (let ((header
8390           (intern
8391            (gnus-completing-read
8392             (if current-prefix-arg
8393                 "Exclude extra header"
8394               "Limit extra header")
8395             (mapcar 'symbol-name gnus-extra-headers)
8396             t nil nil
8397             (symbol-name (car gnus-extra-headers))))))
8398      (list header
8399            (read-string (format "%s header %s (regexp): "
8400                                 (if current-prefix-arg "Exclude" "Limit to")
8401                                 header))
8402            current-prefix-arg)))
8403   (when (not (equal "" regexp))
8404     (prog1
8405         (let ((articles (gnus-summary-find-matching
8406                          (cons 'extra header) regexp 'all nil nil
8407                          not-matching)))
8408           (unless articles
8409             (error "Found no matches for \"%s\"" regexp))
8410           (gnus-summary-limit articles))
8411       (gnus-summary-position-point))))
8412
8413 (defun gnus-summary-limit-to-display-predicate ()
8414   "Limit the summary buffer to the predicated in the `display' group parameter."
8415   (interactive)
8416   (unless gnus-newsgroup-display
8417     (error "There is no `display' group parameter"))
8418   (let (articles)
8419     (dolist (gnus-number gnus-newsgroup-articles)
8420       (when (funcall gnus-newsgroup-display)
8421         (push gnus-number articles)))
8422     (gnus-summary-limit articles))
8423   (gnus-summary-position-point))
8424
8425 (defun gnus-summary-limit-to-unread (&optional all)
8426   "Limit the summary buffer to articles that are not marked as read.
8427 If ALL is non-nil, limit strictly to unread articles."
8428   (interactive "P")
8429   (if all
8430       (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
8431     (gnus-summary-limit-to-marks
8432      ;; Concat all the marks that say that an article is read and have
8433      ;; those removed.
8434      (list gnus-del-mark gnus-read-mark gnus-ancient-mark
8435            gnus-killed-mark gnus-spam-mark gnus-kill-file-mark
8436            gnus-low-score-mark gnus-expirable-mark
8437            gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark
8438            gnus-duplicate-mark)
8439      'reverse)))
8440
8441 (defun gnus-summary-limit-to-headers (match &optional reverse)
8442   "Limit the summary buffer to articles that have headers that match MATCH.
8443 If REVERSE (the prefix), limit to articles that don't match."
8444   (interactive "sMatch headers (regexp): \nP")
8445   (gnus-summary-limit-to-bodies match reverse t))
8446
8447 (defun gnus-summary-limit-to-bodies (match &optional reverse headersp)
8448   "Limit the summary buffer to articles that have bodies that match MATCH.
8449 If REVERSE (the prefix), limit to articles that don't match."
8450   (interactive "sMatch body (regexp): \nP")
8451   (let ((articles nil)
8452         (gnus-select-article-hook nil)  ;Disable hook.
8453         (gnus-article-prepare-hook nil)
8454         (gnus-use-article-prefetch nil)
8455         (gnus-keep-backlog nil)
8456         (gnus-break-pages nil)
8457         (gnus-summary-display-arrow nil)
8458         (gnus-updated-mode-lines nil)
8459         (gnus-auto-center-summary nil)
8460         (gnus-display-mime-function nil))
8461     (dolist (data gnus-newsgroup-data)
8462       (let (gnus-mark-article-hook)
8463         (gnus-summary-select-article t t nil (gnus-data-number data)))
8464       (with-current-buffer gnus-article-buffer
8465         (article-goto-body)
8466         (let* ((case-fold-search t)
8467                (found (if headersp
8468                           (re-search-backward match nil t)
8469                         (re-search-forward match nil t))))
8470           (when (or (and found
8471                          (not reverse))
8472                     (and (not found)
8473                          reverse))
8474             (push (gnus-data-number data) articles)))))
8475     (if (not articles)
8476         (message "No messages matched")
8477       (gnus-summary-limit articles)))
8478   (gnus-summary-position-point))
8479
8480 (defun gnus-summary-limit-to-singletons (&optional threadsp)
8481   "Limit the summary buffer to articles that aren't part on any thread.
8482 If THREADSP (the prefix), limit to articles that are in threads."
8483   (interactive "P")
8484   (let ((articles nil)
8485         thread-articles
8486         threads)
8487     (dolist (thread gnus-newsgroup-threads)
8488       (if (stringp (car thread))
8489           (dolist (thread (cdr thread))
8490             (push thread threads))
8491         (push thread threads)))
8492     (dolist (thread threads)
8493       (setq thread-articles (gnus-articles-in-thread thread))
8494       (when (or (and threadsp
8495                      (> (length thread-articles) 1))
8496                 (and (not threadsp)
8497                      (= (length thread-articles) 1)))
8498         (setq articles (nconc thread-articles articles))))
8499     (if (not articles)
8500         (message "No messages matched")
8501       (gnus-summary-limit articles))
8502     (gnus-summary-position-point)))
8503
8504 (defun gnus-summary-limit-to-replied (&optional unreplied)
8505   "Limit the summary buffer to replied articles.
8506 If UNREPLIED (the prefix), limit to unreplied articles."
8507   (interactive "P")
8508   (if unreplied
8509       (gnus-summary-limit
8510        (gnus-set-difference gnus-newsgroup-articles
8511         gnus-newsgroup-replied))
8512     (gnus-summary-limit gnus-newsgroup-replied))
8513   (gnus-summary-position-point))
8514
8515 (defun gnus-summary-limit-exclude-marks (marks &optional reverse)
8516   "Exclude articles that are marked with MARKS (e.g. \"DK\").
8517 If REVERSE, limit the summary buffer to articles that are marked
8518 with MARKS.  MARKS can either be a string of marks or a list of marks.
8519 Returns how many articles were removed."
8520   (interactive "sMarks: ")
8521   (gnus-summary-limit-to-marks marks t))
8522
8523 (defun gnus-summary-limit-to-marks (marks &optional reverse)
8524   "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
8525 If REVERSE (the prefix), limit the summary buffer to articles that are
8526 not marked with MARKS.  MARKS can either be a string of marks or a
8527 list of marks.
8528 Returns how many articles were removed."
8529   (interactive "sMarks: \nP")
8530   (prog1
8531       (let ((data gnus-newsgroup-data)
8532             (marks (if (listp marks) marks
8533                      (append marks nil))) ; Transform to list.
8534             articles)
8535         (while data
8536           (when (if reverse (not (memq (gnus-data-mark (car data)) marks))
8537                   (memq (gnus-data-mark (car data)) marks))
8538             (push (gnus-data-number (car data)) articles))
8539           (setq data (cdr data)))
8540         (gnus-summary-limit articles))
8541     (gnus-summary-position-point)))
8542
8543 (defun gnus-summary-limit-to-score (score)
8544   "Limit to articles with score at or above SCORE."
8545   (interactive "NLimit to articles with score of at least: ")
8546   (let ((data gnus-newsgroup-data)
8547         articles)
8548     (while data
8549       (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
8550                 score)
8551         (push (gnus-data-number (car data)) articles))
8552       (setq data (cdr data)))
8553     (prog1
8554         (gnus-summary-limit articles)
8555       (gnus-summary-position-point))))
8556
8557 (defun gnus-summary-limit-to-unseen ()
8558   "Limit to unseen articles."
8559   (interactive)
8560   (prog1
8561       (gnus-summary-limit gnus-newsgroup-unseen)
8562     (gnus-summary-position-point)))
8563
8564 (defun gnus-summary-limit-include-thread (id)
8565   "Display all the hidden articles that is in the thread with ID in it.
8566 When called interactively, ID is the Message-ID of the current
8567 article."
8568   (interactive (list (mail-header-id (gnus-summary-article-header))))
8569   (let ((articles (gnus-articles-in-thread
8570                    (gnus-id-to-thread (gnus-root-id id))))
8571         ;;we REALLY want the whole thread---this prevents cut-threads
8572         ;;from removing the thread we want to include.
8573         (gnus-fetch-old-headers nil)
8574         (gnus-build-sparse-threads nil))
8575     (prog1
8576         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8577       (gnus-summary-limit-include-matching-articles
8578        "subject"
8579        (regexp-quote (gnus-simplify-subject-re
8580                       (mail-header-subject (gnus-id-to-header id)))))
8581       (gnus-summary-position-point))))
8582
8583 (defun gnus-summary-limit-include-matching-articles (header regexp)
8584   "Display all the hidden articles that have HEADERs that match REGEXP."
8585   (interactive (list (read-string "Match on header: ")
8586                      (read-string "Regexp: ")))
8587   (let ((articles (gnus-find-matching-articles header regexp)))
8588     (prog1
8589         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8590       (gnus-summary-position-point))))
8591
8592 (defun gnus-summary-insert-dormant-articles ()
8593   "Insert all the dormant articles for this group into the current buffer."
8594   (interactive)
8595   (let ((gnus-verbose (max 6 gnus-verbose)))
8596     (if (not gnus-newsgroup-dormant)
8597         (gnus-message 3 "No dormant articles for this group")
8598       (gnus-summary-goto-subjects gnus-newsgroup-dormant))))
8599
8600 (defun gnus-summary-insert-ticked-articles ()
8601   "Insert ticked articles for this group into the current buffer."
8602   (interactive)
8603   (let ((gnus-verbose (max 6 gnus-verbose)))
8604     (if (not gnus-newsgroup-marked)
8605         (gnus-message 3 "No ticked articles for this group")
8606       (gnus-summary-goto-subjects gnus-newsgroup-marked))))
8607
8608 (defun gnus-summary-limit-include-dormant ()
8609   "Display all the hidden articles that are marked as dormant.
8610 Note that this command only works on a subset of the articles currently
8611 fetched for this group."
8612   (interactive)
8613   (unless gnus-newsgroup-dormant
8614     (error "There are no dormant articles in this group"))
8615   (prog1
8616       (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
8617     (gnus-summary-position-point)))
8618
8619 (defun gnus-summary-include-articles (articles)
8620   "Fetch the headers for ARTICLES and then display the summary lines."
8621   (let ((gnus-inhibit-demon t)
8622         (gnus-agent nil)
8623         (gnus-read-all-available-headers t))
8624     (setq gnus-newsgroup-headers
8625           (gnus-merge
8626            'list gnus-newsgroup-headers
8627            (gnus-fetch-headers articles nil t)
8628            'gnus-article-sort-by-number))
8629     (setq gnus-newsgroup-articles
8630           (gnus-sorted-nunion gnus-newsgroup-articles articles))
8631     (gnus-summary-limit (append articles gnus-newsgroup-limit))))
8632
8633 (defun gnus-summary-limit-exclude-dormant ()
8634   "Hide all dormant articles."
8635   (interactive)
8636   (prog1
8637       (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
8638     (gnus-summary-position-point)))
8639
8640 (defun gnus-summary-limit-exclude-childless-dormant ()
8641   "Hide all dormant articles that have no children."
8642   (interactive)
8643   (let ((data (gnus-data-list t))
8644         articles d children)
8645     ;; Find all articles that are either not dormant or have
8646     ;; children.
8647     (while (setq d (pop data))
8648       (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
8649                 (and (setq children
8650                            (gnus-article-children (gnus-data-number d)))
8651                      (let (found)
8652                        (while children
8653                          (when (memq (car children) articles)
8654                            (setq children nil
8655                                  found t))
8656                          (pop children))
8657                        found)))
8658         (push (gnus-data-number d) articles)))
8659     ;; Do the limiting.
8660     (prog1
8661         (gnus-summary-limit articles)
8662       (gnus-summary-position-point))))
8663
8664 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
8665   "Mark all unread excluded articles as read.
8666 If ALL, mark even excluded ticked and dormants as read."
8667   (interactive "P")
8668   (setq gnus-newsgroup-limit (sort gnus-newsgroup-limit '<))
8669   (let ((articles (gnus-sorted-ndifference
8670                    (sort
8671                     (mapcar (lambda (h) (mail-header-number h))
8672                             gnus-newsgroup-headers)
8673                     '<)
8674                    gnus-newsgroup-limit))
8675         article)
8676     (setq gnus-newsgroup-unreads
8677           (gnus-sorted-intersection gnus-newsgroup-unreads
8678                                     gnus-newsgroup-limit))
8679     (if all
8680         (setq gnus-newsgroup-dormant nil
8681               gnus-newsgroup-marked nil
8682               gnus-newsgroup-reads
8683               (nconc
8684                (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
8685                gnus-newsgroup-reads))
8686       (while (setq article (pop articles))
8687         (unless (or (memq article gnus-newsgroup-dormant)
8688                     (memq article gnus-newsgroup-marked))
8689           (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
8690
8691 (defun gnus-summary-limit (articles &optional pop)
8692   (if pop
8693       ;; We pop the previous limit off the stack and use that.
8694       (setq articles (car gnus-newsgroup-limits)
8695             gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
8696     ;; We use the new limit, so we push the old limit on the stack.
8697     (push gnus-newsgroup-limit gnus-newsgroup-limits))
8698   ;; Set the limit.
8699   (setq gnus-newsgroup-limit articles)
8700   (let ((total (length gnus-newsgroup-data))
8701         (data (gnus-data-find-list (gnus-summary-article-number)))
8702         (gnus-summary-mark-below nil)   ; Inhibit this.
8703         found)
8704     ;; This will do all the work of generating the new summary buffer
8705     ;; according to the new limit.
8706     (gnus-summary-prepare)
8707     ;; Hide any threads, possibly.
8708     (gnus-summary-maybe-hide-threads)
8709     ;; Try to return to the article you were at, or one in the
8710     ;; neighborhood.
8711     (when data
8712       ;; We try to find some article after the current one.
8713       (while data
8714         (when (gnus-summary-goto-subject (gnus-data-number (car data)) nil t)
8715           (setq data nil
8716                 found t))
8717         (setq data (cdr data))))
8718     (unless found
8719       ;; If there is no data, that means that we were after the last
8720       ;; article.  The same goes when we can't find any articles
8721       ;; after the current one.
8722       (goto-char (point-max))
8723       (gnus-summary-find-prev))
8724     (gnus-set-mode-line 'summary)
8725     ;; We return how many articles were removed from the summary
8726     ;; buffer as a result of the new limit.
8727     (- total (length gnus-newsgroup-data))))
8728
8729 (defsubst gnus-invisible-cut-children (threads)
8730   (let ((num 0))
8731     (while threads
8732       (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
8733         (incf num))
8734       (pop threads))
8735     (< num 2)))
8736
8737 (defsubst gnus-cut-thread (thread)
8738   "Go forwards in the thread until we find an article that we want to display."
8739   (when (or (eq gnus-fetch-old-headers 'some)
8740             (eq gnus-fetch-old-headers 'invisible)
8741             (numberp gnus-fetch-old-headers)
8742             (eq gnus-build-sparse-threads 'some)
8743             (eq gnus-build-sparse-threads 'more))
8744     ;; Deal with old-fetched headers and sparse threads.
8745     (while (and
8746             thread
8747             (or
8748              (gnus-summary-article-sparse-p (mail-header-number (car thread)))
8749              (gnus-summary-article-ancient-p
8750               (mail-header-number (car thread))))
8751             (if (or (<= (length (cdr thread)) 1)
8752                     (eq gnus-fetch-old-headers 'invisible))
8753                 (setq gnus-newsgroup-limit
8754                       (delq (mail-header-number (car thread))
8755                             gnus-newsgroup-limit)
8756                       thread (cadr thread))
8757               (when (gnus-invisible-cut-children (cdr thread))
8758                 (let ((th (cdr thread)))
8759                   (while th
8760                     (if (memq (mail-header-number (caar th))
8761                               gnus-newsgroup-limit)
8762                         (setq thread (car th)
8763                               th nil)
8764                       (setq th (cdr th))))))))))
8765   thread)
8766
8767 (defun gnus-cut-threads (threads)
8768   "Cut off all uninteresting articles from the beginning of THREADS."
8769   (when (or (eq gnus-fetch-old-headers 'some)
8770             (eq gnus-fetch-old-headers 'invisible)
8771             (numberp gnus-fetch-old-headers)
8772             (eq gnus-build-sparse-threads 'some)
8773             (eq gnus-build-sparse-threads 'more))
8774     (let ((th threads))
8775       (while th
8776         (setcar th (gnus-cut-thread (car th)))
8777         (setq th (cdr th)))))
8778   ;; Remove nixed out threads.
8779   (delq nil threads))
8780
8781 (defun gnus-summary-initial-limit (&optional show-if-empty)
8782   "Figure out what the initial limit is supposed to be on group entry.
8783 This entails weeding out unwanted dormants, low-scored articles,
8784 fetch-old-headers verbiage, and so on."
8785   ;; Most groups have nothing to remove.
8786   (unless (or gnus-inhibit-limiting
8787               (and (null gnus-newsgroup-dormant)
8788                    (eq gnus-newsgroup-display 'gnus-not-ignore)
8789                    (not (eq gnus-fetch-old-headers 'some))
8790                    (not (numberp gnus-fetch-old-headers))
8791                    (not (eq gnus-fetch-old-headers 'invisible))
8792                    (null gnus-summary-expunge-below)
8793                    (not (eq gnus-build-sparse-threads 'some))
8794                    (not (eq gnus-build-sparse-threads 'more))
8795                    (null gnus-thread-expunge-below)))
8796     (push gnus-newsgroup-limit gnus-newsgroup-limits)
8797     (setq gnus-newsgroup-limit nil)
8798     (mapatoms
8799      (lambda (node)
8800        (unless (car (symbol-value node))
8801          ;; These threads have no parents -- they are roots.
8802          (let ((nodes (cdr (symbol-value node)))
8803                thread)
8804            (while nodes
8805              (if (and gnus-thread-expunge-below
8806                       (< (gnus-thread-total-score (car nodes))
8807                          gnus-thread-expunge-below))
8808                  (gnus-expunge-thread (pop nodes))
8809                (setq thread (pop nodes))
8810                (gnus-summary-limit-children thread))))))
8811      gnus-newsgroup-dependencies)
8812     ;; If this limitation resulted in an empty group, we might
8813     ;; pop the previous limit and use it instead.
8814     (when (and (not gnus-newsgroup-limit)
8815                show-if-empty)
8816       (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
8817     gnus-newsgroup-limit))
8818
8819 (defun gnus-summary-limit-children (thread)
8820   "Return 1 if this subthread is visible and 0 if it is not."
8821   ;; First we get the number of visible children to this thread.  This
8822   ;; is done by recursing down the thread using this function, so this
8823   ;; will really go down to a leaf article first, before slowly
8824   ;; working its way up towards the root.
8825   (when thread
8826     (let* ((max-lisp-eval-depth (max 5000 max-lisp-eval-depth))
8827            (children
8828            (if (cdr thread)
8829                (apply '+ (mapcar 'gnus-summary-limit-children
8830                                  (cdr thread)))
8831              0))
8832            (number (mail-header-number (car thread)))
8833            score)
8834       (if (and
8835            (not (memq number gnus-newsgroup-marked))
8836            (or
8837             ;; If this article is dormant and has absolutely no visible
8838             ;; children, then this article isn't visible.
8839             (and (memq number gnus-newsgroup-dormant)
8840                  (zerop children))
8841             ;; If this is "fetch-old-headered" and there is no
8842             ;; visible children, then we don't want this article.
8843             (and (or (eq gnus-fetch-old-headers 'some)
8844                      (numberp gnus-fetch-old-headers))
8845                  (gnus-summary-article-ancient-p number)
8846                  (zerop children))
8847             ;; If this is "fetch-old-headered" and `invisible', then
8848             ;; we don't want this article.
8849             (and (eq gnus-fetch-old-headers 'invisible)
8850                  (gnus-summary-article-ancient-p number))
8851             ;; If this is a sparsely inserted article with no children,
8852             ;; we don't want it.
8853             (and (eq gnus-build-sparse-threads 'some)
8854                  (gnus-summary-article-sparse-p number)
8855                  (zerop children))
8856             ;; If we use expunging, and this article is really
8857             ;; low-scored, then we don't want this article.
8858             (when (and gnus-summary-expunge-below
8859                        (< (setq score
8860                                 (or (cdr (assq number gnus-newsgroup-scored))
8861                                     gnus-summary-default-score))
8862                           gnus-summary-expunge-below))
8863               ;; We increase the expunge-tally here, but that has
8864               ;; nothing to do with the limits, really.
8865               (incf gnus-newsgroup-expunged-tally)
8866               ;; We also mark as read here, if that's wanted.
8867               (when (and gnus-summary-mark-below
8868                          (< score gnus-summary-mark-below))
8869                 (setq gnus-newsgroup-unreads
8870                       (delq number gnus-newsgroup-unreads))
8871                 (if gnus-newsgroup-auto-expire
8872                     (push number gnus-newsgroup-expirable)
8873                   (push (cons number gnus-low-score-mark)
8874                         gnus-newsgroup-reads)))
8875               t)
8876             ;; Do the `display' group parameter.
8877             (and gnus-newsgroup-display
8878                  (let ((gnus-number number))
8879                    (not (funcall gnus-newsgroup-display))))))
8880           ;; Nope, invisible article.
8881           0
8882         ;; Ok, this article is to be visible, so we add it to the limit
8883         ;; and return 1.
8884         (push number gnus-newsgroup-limit)
8885         1))))
8886
8887 (defun gnus-expunge-thread (thread)
8888   "Mark all articles in THREAD as read."
8889   (let* ((number (mail-header-number (car thread))))
8890     (incf gnus-newsgroup-expunged-tally)
8891     ;; We also mark as read here, if that's wanted.
8892     (setq gnus-newsgroup-unreads
8893           (delq number gnus-newsgroup-unreads))
8894     (if gnus-newsgroup-auto-expire
8895         (push number gnus-newsgroup-expirable)
8896       (push (cons number gnus-low-score-mark)
8897             gnus-newsgroup-reads)))
8898   ;; Go recursively through all subthreads.
8899   (mapcar 'gnus-expunge-thread (cdr thread)))
8900
8901 ;; Summary article oriented commands
8902
8903 (defun gnus-summary-refer-parent-article (n)
8904   "Refer parent article N times.
8905 If N is negative, go to ancestor -N instead.
8906 The difference between N and the number of articles fetched is returned."
8907   (interactive "p")
8908   (let ((skip 1)
8909         error header ref)
8910     (when (not (natnump n))
8911       (setq skip (abs n)
8912             n 1))
8913     (while (and (> n 0)
8914                 (not error))
8915       (setq header (gnus-summary-article-header))
8916       (if (and (eq (mail-header-number header)
8917                    (cdr gnus-article-current))
8918                (equal gnus-newsgroup-name
8919                       (car gnus-article-current)))
8920           ;; If we try to find the parent of the currently
8921           ;; displayed article, then we take a look at the actual
8922           ;; References header, since this is slightly more
8923           ;; reliable than the References field we got from the
8924           ;; server.
8925           (with-current-buffer gnus-original-article-buffer
8926             (nnheader-narrow-to-headers)
8927             (unless (setq ref (message-fetch-field "references"))
8928               (when (setq ref (message-fetch-field "in-reply-to"))
8929                 (setq ref (gnus-extract-message-id-from-in-reply-to ref))))
8930             (widen))
8931         (setq ref
8932               ;; It's not the current article, so we take a bet on
8933               ;; the value we got from the server.
8934               (mail-header-references header)))
8935       (if (and ref
8936                (not (equal ref "")))
8937           (unless (gnus-summary-refer-article (gnus-parent-id ref skip))
8938             (gnus-message 1 "Couldn't find parent"))
8939         (gnus-message 1 "No references in article %d"
8940                       (gnus-summary-article-number))
8941         (setq error t))
8942       (decf n))
8943     (gnus-summary-position-point)
8944     n))
8945
8946 (defun gnus-summary-refer-references ()
8947   "Fetch all articles mentioned in the References header.
8948 Return the number of articles fetched."
8949   (interactive)
8950   (let ((ref (mail-header-references (gnus-summary-article-header)))
8951         (current (gnus-summary-article-number))
8952         (n 0))
8953     (if (or (not ref)
8954             (equal ref ""))
8955         (error "No References in the current article")
8956       ;; For each Message-ID in the References header...
8957       (while (string-match "<[^>]*>" ref)
8958         (incf n)
8959         ;; ... fetch that article.
8960         (gnus-summary-refer-article
8961          (prog1 (match-string 0 ref)
8962            (setq ref (substring ref (match-end 0))))))
8963       (gnus-summary-goto-subject current)
8964       (gnus-summary-position-point)
8965       n)))
8966
8967 (defun gnus-delete-duplicate-headers (headers)
8968   ;; First remove leading duplicates.
8969   (while (and (> (length headers) 1)
8970               (= (mail-header-number (car headers))
8971                  (mail-header-number (cadr headers))))
8972     (pop headers))
8973   ;; Then the rest.
8974   (let ((result headers))
8975     (while (> (length headers) 1)
8976       (if (= (mail-header-number (car headers))
8977              (mail-header-number (cadr headers)))
8978           (setcdr headers (cddr headers))
8979         (pop headers)))
8980     result))
8981
8982 (defun gnus-summary-refer-thread (&optional limit)
8983   "Fetch all articles in the current thread. For backends that
8984 know how to search for threads (currently only 'nnimap) a
8985 non-numeric prefix arg will use nnir to search the entire
8986 server; without a prefix arg only the current group is
8987 searched. If the variable `gnus-refer-thread-use-nnir' is
8988 non-nil the prefix arg has the reverse meaning. If no
8989 backend-specific 'request-thread function is available fetch
8990 LIMIT (the numerical prefix) old headers. If LIMIT is
8991 non-numeric or nil fetch the number specified by the
8992 `gnus-refer-thread-limit' variable."
8993   (interactive "P")
8994   (gnus-warp-to-article)
8995   (let* ((header (gnus-summary-article-header))
8996          (id (mail-header-id header))
8997          (gnus-inhibit-demon t)
8998          (gnus-summary-ignore-duplicates t)
8999          (gnus-read-all-available-headers t)
9000          (gnus-refer-thread-use-nnir
9001           (if (and (not (null limit)) (listp limit))
9002               (not gnus-refer-thread-use-nnir) gnus-refer-thread-use-nnir))
9003          (new-headers
9004           (if (gnus-check-backend-function
9005                'request-thread gnus-newsgroup-name)
9006               (gnus-request-thread header gnus-newsgroup-name)
9007             (let* ((limit (if (numberp limit) (prefix-numeric-value limit)
9008                             gnus-refer-thread-limit))
9009                    (last (if (numberp limit)
9010                              (min (+ (mail-header-number header)
9011                                      limit)
9012                                   gnus-newsgroup-highest)
9013                            gnus-newsgroup-highest))
9014                    (subject (gnus-simplify-subject
9015                              (mail-header-subject header)))
9016                    (refs (split-string (or (mail-header-references header)
9017                                            "")))
9018                    (gnus-parse-headers-hook
9019                     `(lambda () (goto-char (point-min))
9020                       (keep-lines
9021                        (regexp-opt ',(append refs (list id subject)))))))
9022               (gnus-fetch-headers (list last) (if (numberp limit)
9023                                                   (* 2 limit) limit) t))))
9024          article-ids)
9025     (when (listp new-headers)
9026       (dolist (header new-headers)
9027         (push (mail-header-number header) article-ids)
9028         (when (member (mail-header-number header) gnus-newsgroup-unselected)
9029           (push (mail-header-number header) gnus-newsgroup-unreads)
9030           (setq gnus-newsgroup-unselected
9031                 (delete (mail-header-number header)
9032                         gnus-newsgroup-unselected))))
9033       (setq gnus-newsgroup-headers
9034             (gnus-delete-duplicate-headers
9035              (gnus-merge
9036               'list gnus-newsgroup-headers new-headers
9037               'gnus-article-sort-by-number)))
9038       (setq gnus-newsgroup-articles
9039             (gnus-sorted-nunion gnus-newsgroup-articles (nreverse article-ids)))
9040       (gnus-summary-limit-include-thread id)))
9041   (gnus-summary-show-thread))
9042
9043 (defun gnus-summary-refer-article (message-id)
9044   "Fetch an article specified by MESSAGE-ID."
9045   (interactive "sMessage-ID: ")
9046   (gnus-warp-to-article)
9047   (when (and (stringp message-id)
9048              (not (zerop (length message-id))))
9049     (setq message-id (gnus-replace-in-string message-id " " ""))
9050     ;; Construct the correct Message-ID if necessary.
9051     ;; Suggested by tale@pawl.rpi.edu.
9052     (unless (string-match "^<" message-id)
9053       (setq message-id (concat "<" message-id)))
9054     (unless (string-match ">$" message-id)
9055       (setq message-id (concat message-id ">")))
9056     ;; People often post MIDs from URLs, so unhex it:
9057     (unless (string-match "@" message-id)
9058       (setq message-id (gnus-url-unhex-string message-id)))
9059     (let* ((header (gnus-id-to-header message-id))
9060            (sparse (and header
9061                         (gnus-summary-article-sparse-p
9062                          (mail-header-number header))
9063                         (memq (mail-header-number header)
9064                               gnus-newsgroup-limit)))
9065            number)
9066       (cond
9067        ;; If the article is present in the buffer we just go to it.
9068        ((and header
9069              (or (not (gnus-summary-article-sparse-p
9070                        (mail-header-number header)))
9071                  sparse))
9072         (prog1
9073             (gnus-summary-goto-article
9074              (mail-header-number header) nil t)
9075           (when sparse
9076             (gnus-summary-update-article (mail-header-number header)))))
9077        (t
9078         ;; We fetch the article.
9079         (catch 'found
9080           (dolist (gnus-override-method (gnus-refer-article-methods))
9081             (when (and (gnus-check-server gnus-override-method)
9082                        ;; Fetch the header,
9083                        (setq number (gnus-summary-insert-subject message-id)))
9084               ;; and display the article.
9085               (gnus-summary-select-article nil nil nil number)
9086               (throw 'found t)))
9087           (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
9088
9089 (defun gnus-refer-article-methods ()
9090   "Return a list of referable methods."
9091   (cond
9092    ;; No method, so we default to current and native.
9093    ((null gnus-refer-article-method)
9094     (list gnus-current-select-method gnus-select-method))
9095    ;; Current.
9096    ((eq 'current gnus-refer-article-method)
9097     (list gnus-current-select-method))
9098    ;; List of select methods.
9099    ((not (and (symbolp (car gnus-refer-article-method))
9100               (assq (car gnus-refer-article-method) nnoo-definition-alist)))
9101     (let (out)
9102       (dolist (method gnus-refer-article-method)
9103         (push (if (eq 'current method)
9104                   gnus-current-select-method
9105                 (if (eq 'nnir (car method))
9106                     (list
9107                      'nnir
9108                      (or (cadr method)
9109                          (gnus-method-to-server gnus-current-select-method)))
9110                   method))
9111               out))
9112       (nreverse out)))
9113    ;; One single select method.
9114    (t
9115     (list gnus-refer-article-method))))
9116
9117 (defun gnus-summary-edit-parameters ()
9118   "Edit the group parameters of the current group."
9119   (interactive)
9120   (gnus-group-edit-group gnus-newsgroup-name 'params))
9121
9122 (defun gnus-summary-customize-parameters ()
9123   "Customize the group parameters of the current group."
9124   (interactive)
9125   (gnus-group-customize gnus-newsgroup-name))
9126
9127 (defun gnus-summary-enter-digest-group (&optional force)
9128   "Enter an nndoc group based on the current article.
9129 If FORCE, force a digest interpretation.  If not, try to guess
9130 what the document format is.
9131
9132 To control what happens when you exit the group, see the
9133 `gnus-auto-select-on-ephemeral-exit' variable."
9134   (interactive "P")
9135   (let ((conf gnus-current-window-configuration))
9136     (save-window-excursion
9137       (save-excursion
9138         (let (gnus-article-prepare-hook
9139               gnus-display-mime-function
9140               gnus-break-pages)
9141           (gnus-summary-select-article))))
9142     (setq gnus-current-window-configuration conf)
9143     (let* ((name (format "%s-%d"
9144                          (gnus-group-prefixed-name
9145                           gnus-newsgroup-name (list 'nndoc ""))
9146                          (with-current-buffer gnus-summary-buffer
9147                            gnus-current-article)))
9148            (ogroup gnus-newsgroup-name)
9149            (params (append (gnus-info-params (gnus-get-info ogroup))
9150                            (list (cons 'to-group ogroup))
9151                            (list (cons 'parent-group ogroup))
9152                            (list (cons 'save-article-group ogroup))))
9153            (case-fold-search t)
9154            (buf (current-buffer))
9155            dig to-address)
9156       (with-current-buffer gnus-original-article-buffer
9157         ;; Have the digest group inherit the main mail address of
9158         ;; the parent article.
9159         (when (setq to-address (or (gnus-fetch-field "reply-to")
9160                                    (gnus-fetch-field "from")))
9161           (setq params
9162                 (append
9163                  (list (cons 'to-address
9164                              (funcall gnus-decode-encoded-address-function
9165                                       to-address))))))
9166         (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
9167         (insert-buffer-substring gnus-original-article-buffer)
9168         ;; Remove lines that may lead nndoc to misinterpret the
9169         ;; document type.
9170         (narrow-to-region
9171          (goto-char (point-min))
9172          (or (search-forward "\n\n" nil t) (point)))
9173         (goto-char (point-min))
9174         (delete-matching-lines "^Path:\\|^From ")
9175         (widen))
9176       (unwind-protect
9177           (if (let ((gnus-newsgroup-ephemeral-charset gnus-newsgroup-charset)
9178                     (gnus-newsgroup-ephemeral-ignored-charsets
9179                      gnus-newsgroup-ignored-charsets))
9180                 (gnus-group-read-ephemeral-group
9181                  name `(nndoc ,name (nndoc-address ,(get-buffer dig))
9182                               (nndoc-article-type
9183                                ,(if force 'mbox 'guess)))
9184                  t nil nil nil
9185                  `((adapt-file . ,(gnus-score-file-name gnus-newsgroup-name
9186                                                         "ADAPT")))))
9187               ;; Make all postings to this group go to the parent group.
9188               (nconc (gnus-info-params (gnus-get-info name))
9189                      params)
9190             ;; Couldn't select this doc group.
9191             (switch-to-buffer buf)
9192             (gnus-set-global-variables)
9193             (gnus-configure-windows 'summary)
9194             (gnus-message 3 "Article couldn't be entered?"))
9195         (kill-buffer dig)))))
9196
9197 (defun gnus-summary-read-document (n)
9198   "Open a new group based on the current article(s).
9199 This will allow you to read digests and other similar
9200 documents as newsgroups.
9201 Obeys the standard process/prefix convention."
9202   (interactive "P")
9203   (let* ((ogroup gnus-newsgroup-name)
9204          (params (append (gnus-info-params (gnus-get-info ogroup))
9205                          (list (cons 'to-group ogroup))))
9206          group egroup groups vgroup)
9207     (dolist (article (gnus-summary-work-articles n))
9208       (setq group (format "%s-%d" gnus-newsgroup-name article))
9209       (gnus-summary-remove-process-mark article)
9210       (when (gnus-summary-display-article article)
9211         (save-excursion ;;What for?
9212           (with-temp-buffer
9213             (insert-buffer-substring gnus-original-article-buffer)
9214             ;; Remove some headers that may lead nndoc to make
9215             ;; the wrong guess.
9216             (message-narrow-to-head)
9217             (goto-char (point-min))
9218             (delete-matching-lines "^Path:\\|^From ")
9219             (widen)
9220             (if (setq egroup
9221                       (gnus-group-read-ephemeral-group
9222                        group `(nndoc ,group (nndoc-address ,(current-buffer))
9223                                      (nndoc-article-type guess))
9224                        t nil t))
9225                 (progn
9226                   ;; Make all postings to this group go to the parent group.
9227                   (nconc (gnus-info-params (gnus-get-info egroup))
9228                          params)
9229                   (push egroup groups))
9230               ;; Couldn't select this doc group.
9231               (gnus-error 3 "Article couldn't be entered"))))))
9232     ;; Now we have selected all the documents.
9233     (cond
9234      ((not groups)
9235       (error "None of the articles could be interpreted as documents"))
9236      ((gnus-group-read-ephemeral-group
9237        (setq vgroup (format
9238                      "nnvirtual:%s-%s" gnus-newsgroup-name
9239                      (format-time-string "%Y%m%dT%H%M%S" (current-time))))
9240        `(nnvirtual ,vgroup (nnvirtual-component-groups ,groups))
9241        t
9242        (cons (current-buffer) 'summary)))
9243      (t
9244       (error "Couldn't select virtual nndoc group")))))
9245
9246 (defun gnus-summary-widget-forward (arg)
9247   "Move point to the next field or button in the article.
9248 With optional ARG, move across that many fields."
9249   (interactive "p")
9250   (gnus-summary-select-article)
9251   (gnus-configure-windows 'article)
9252   (select-window (gnus-get-buffer-window gnus-article-buffer))
9253   (widget-forward arg))
9254
9255 (defun gnus-summary-isearch-article (&optional regexp-p)
9256   "Do incremental search forward on the current article.
9257 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
9258   (interactive "P")
9259   (gnus-summary-select-article)
9260   (gnus-configure-windows 'article)
9261   (gnus-eval-in-buffer-window gnus-article-buffer
9262     (save-restriction
9263       (widen)
9264       (isearch-forward regexp-p))))
9265
9266 (defun gnus-summary-repeat-search-article-forward ()
9267   "Repeat the previous search forwards."
9268   (interactive)
9269   (unless gnus-last-search-regexp
9270     (error "No previous search"))
9271   (gnus-summary-search-article-forward gnus-last-search-regexp))
9272
9273 (defun gnus-summary-repeat-search-article-backward ()
9274   "Repeat the previous search backwards."
9275   (interactive)
9276   (unless gnus-last-search-regexp
9277     (error "No previous search"))
9278   (gnus-summary-search-article-forward gnus-last-search-regexp t))
9279
9280 (defun gnus-summary-search-article-forward (regexp &optional backward)
9281   "Search for an article containing REGEXP forward.
9282 If BACKWARD, search backward instead."
9283   (interactive
9284    (list (read-string
9285           (format "Search article %s (regexp%s): "
9286                   (if current-prefix-arg "backward" "forward")
9287                   (if gnus-last-search-regexp
9288                       (concat ", default " gnus-last-search-regexp)
9289                     "")))
9290          current-prefix-arg))
9291   (if (string-equal regexp "")
9292       (setq regexp (or gnus-last-search-regexp ""))
9293     (setq gnus-last-search-regexp regexp)
9294     (setq gnus-article-before-search gnus-current-article))
9295   ;; Intentionally set gnus-last-article.
9296   (setq gnus-last-article gnus-article-before-search)
9297   (let ((gnus-last-article gnus-last-article))
9298     (if (gnus-summary-search-article regexp backward)
9299         (gnus-summary-show-thread)
9300       (signal 'search-failed (list regexp)))))
9301
9302 (defun gnus-summary-search-article-backward (regexp)
9303   "Search for an article containing REGEXP backward."
9304   (interactive
9305    (list (read-string
9306           (format "Search article backward (regexp%s): "
9307                   (if gnus-last-search-regexp
9308                       (concat ", default " gnus-last-search-regexp)
9309                     "")))))
9310   (gnus-summary-search-article-forward regexp 'backward))
9311
9312 (defun gnus-summary-search-article (regexp &optional backward)
9313   "Search for an article containing REGEXP.
9314 Optional argument BACKWARD means do search for backward.
9315 `gnus-select-article-hook' is not called during the search."
9316   ;; We have to require this here to make sure that the following
9317   ;; dynamic binding isn't shadowed by autoloading.
9318   (require 'gnus-async)
9319   (require 'gnus-art)
9320   (let ((gnus-select-article-hook nil)  ;Disable hook.
9321         (gnus-article-prepare-hook nil)
9322         (gnus-mark-article-hook nil)    ;Inhibit marking as read.
9323         (gnus-use-article-prefetch nil)
9324         (gnus-xmas-force-redisplay nil) ;Inhibit XEmacs redisplay.
9325         (gnus-use-trees nil)            ;Inhibit updating tree buffer.
9326         (gnus-visual nil)
9327         (gnus-keep-backlog nil)
9328         (gnus-break-pages nil)
9329         (gnus-summary-display-arrow nil)
9330         (gnus-updated-mode-lines nil)
9331         (gnus-auto-center-summary nil)
9332         (sum (current-buffer))
9333         (gnus-display-mime-function nil)
9334         (found nil)
9335         point)
9336     (gnus-save-hidden-threads
9337       (gnus-summary-select-article)
9338       (set-buffer gnus-article-buffer)
9339       (goto-char (window-point (get-buffer-window (current-buffer))))
9340       (when backward
9341         (forward-line -1))
9342       (while (not found)
9343         (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
9344         (if (if backward
9345                 (re-search-backward regexp nil t)
9346               (re-search-forward regexp nil t))
9347             ;; We found the regexp.
9348             (progn
9349               (setq found 'found)
9350               (beginning-of-line)
9351               (set-window-start
9352                (get-buffer-window (current-buffer))
9353                (point))
9354               (forward-line 1)
9355               (set-window-point
9356                (get-buffer-window (current-buffer))
9357                (point))
9358               (set-buffer sum)
9359               (setq point (point)))
9360           ;; We didn't find it, so we go to the next article.
9361           (set-buffer sum)
9362           (setq found 'not)
9363           (while (eq found 'not)
9364             (if (not (if backward (gnus-summary-find-prev)
9365                        (gnus-summary-find-next)))
9366                 ;; No more articles.
9367                 (setq found t)
9368               ;; Select the next article and adjust point.
9369               (unless (gnus-summary-article-sparse-p
9370                        (gnus-summary-article-number))
9371                 (setq found nil)
9372                 (gnus-summary-select-article)
9373                 (set-buffer gnus-article-buffer)
9374                 (widen)
9375                 (goto-char (if backward (point-max) (point-min))))))))
9376       (gnus-message 7 ""))
9377     ;; Return whether we found the regexp.
9378     (when (eq found 'found)
9379       (goto-char point)
9380       (gnus-summary-show-thread)
9381       (gnus-summary-goto-subject gnus-current-article)
9382       (gnus-summary-position-point)
9383       t)))
9384
9385 (defun gnus-find-matching-articles (header regexp)
9386   "Return a list of all articles that match REGEXP on HEADER.
9387 This search includes all articles in the current group that Gnus has
9388 fetched headers for, whether they are displayed or not."
9389   (let ((articles nil)
9390         ;; Can't eta-reduce because it's a macro.
9391         (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
9392         (case-fold-search t))
9393     (dolist (header gnus-newsgroup-headers)
9394       (when (string-match regexp (funcall func header))
9395         (push (mail-header-number header) articles)))
9396     (nreverse articles)))
9397
9398 (defun gnus-summary-find-matching (header regexp &optional backward unread
9399                                           not-case-fold not-matching)
9400   "Return a list of all articles that match REGEXP on HEADER.
9401 The search stars on the current article and goes forwards unless
9402 BACKWARD is non-nil.  If BACKWARD is `all', do all articles.
9403 If UNREAD is non-nil, only unread articles will
9404 be taken into consideration.  If NOT-CASE-FOLD, case won't be folded
9405 in the comparisons. If NOT-MATCHING, return a list of all articles that
9406 not match REGEXP on HEADER."
9407   (let ((case-fold-search (not not-case-fold))
9408         articles d func)
9409     (if (consp header)
9410         (if (eq (car header) 'extra)
9411             (setq func
9412                   `(lambda (h)
9413                      (or (cdr (assq ',(cdr header) (mail-header-extra h)))
9414                          "")))
9415           (error "%s is an invalid header" header))
9416       (unless (fboundp (intern (concat "mail-header-" header)))
9417         (error "%s is not a valid header" header))
9418       (setq func `(lambda (h) (,(intern (concat "mail-header-" header)) h))))
9419     (dolist (d (if (eq backward 'all)
9420                    gnus-newsgroup-data
9421                  (gnus-data-find-list
9422                   (gnus-summary-article-number)
9423                   (gnus-data-list backward))))
9424       (when (and (or (not unread)       ; We want all articles...
9425                      (gnus-data-unread-p d)) ; Or just unreads.
9426                  (vectorp (gnus-data-header d)) ; It's not a pseudo.
9427                  (if not-matching
9428                      (not (string-match
9429                            regexp
9430                            (funcall func (gnus-data-header d))))
9431                    (string-match regexp
9432                                  (funcall func (gnus-data-header d)))))
9433         (push (gnus-data-number d) articles))) ; Success!
9434     (nreverse articles)))
9435
9436 (defun gnus-summary-execute-command (header regexp command &optional backward)
9437   "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
9438 If HEADER is an empty string (or nil), the match is done on the entire
9439 article.  If BACKWARD (the prefix) is non-nil, search backward instead."
9440   (interactive
9441    (list (let ((completion-ignore-case t))
9442            (gnus-completing-read
9443             "Header name"
9444             (mapcar 'symbol-name
9445                     (append
9446                      '(Number Subject From Lines Date
9447                        Message-ID Xref References Body)
9448                      gnus-extra-headers))
9449             'require-match))
9450          (read-string "Regexp: ")
9451          (read-key-sequence "Command: ")
9452          current-prefix-arg))
9453   (when (equal header "Body")
9454     (setq header ""))
9455   ;; Hidden thread subtrees must be searched as well.
9456   (gnus-summary-show-all-threads)
9457   ;; We don't want to change current point nor window configuration.
9458   (save-excursion
9459     (save-window-excursion
9460       (let (gnus-visual
9461             gnus-treat-strip-trailing-blank-lines
9462             gnus-treat-strip-leading-blank-lines
9463             gnus-treat-strip-multiple-blank-lines
9464             gnus-treat-hide-boring-headers
9465             gnus-treat-fold-newsgroups
9466             gnus-article-prepare-hook)
9467         (gnus-message 6 "Executing %s..." (key-description command))
9468         ;; We'd like to execute COMMAND interactively so as to give arguments.
9469         (gnus-execute header regexp
9470                       `(call-interactively ',(key-binding command))
9471                       backward)
9472         (gnus-message 6 "Executing %s...done" (key-description command))))))
9473
9474 (defun gnus-summary-beginning-of-article ()
9475   "Scroll the article back to the beginning."
9476   (interactive)
9477   (gnus-summary-select-article)
9478   (gnus-configure-windows 'article)
9479   (gnus-eval-in-buffer-window gnus-article-buffer
9480     (widen)
9481     (goto-char (point-min))
9482     (when gnus-break-pages
9483       (gnus-narrow-to-page))))
9484
9485 (defun gnus-summary-end-of-article ()
9486   "Scroll to the end of the article."
9487   (interactive)
9488   (gnus-summary-select-article)
9489   (gnus-configure-windows 'article)
9490   (gnus-eval-in-buffer-window gnus-article-buffer
9491     (widen)
9492     (goto-char (point-max))
9493     (recenter -3)
9494     (when gnus-break-pages
9495       (gnus-narrow-to-page))))
9496
9497 (defun gnus-summary-print-truncate-and-quote (string &optional len)
9498   "Truncate to LEN and quote all \"(\"'s in STRING."
9499   (gnus-replace-in-string (if (and len (> (length string) len))
9500                               (substring string 0 len)
9501                             string)
9502                           "[()]" "\\\\\\&"))
9503
9504 (defun gnus-summary-print-article (&optional filename n)
9505   "Generate and print a PostScript image of the process-marked (mail) articles.
9506
9507 If used interactively, print the current article if none are
9508 process-marked.  With prefix arg, prompt the user for the name of the
9509 file to save in.
9510
9511 When used from Lisp, accept two optional args FILENAME and N.  N means
9512 to print the next N articles.  If N is negative, print the N previous
9513 articles.  If N is nil and articles have been marked with the process
9514 mark, print these instead.
9515
9516 If the optional first argument FILENAME is nil, send the image to the
9517 printer.  If FILENAME is a string, save the PostScript image in a file with
9518 that name.  If FILENAME is a number, prompt the user for the name of the file
9519 to save in."
9520   (interactive (list (ps-print-preprint current-prefix-arg)))
9521   (dolist (article (gnus-summary-work-articles n))
9522     (gnus-summary-select-article nil nil 'pseudo article)
9523     (gnus-eval-in-buffer-window gnus-article-buffer
9524       (gnus-print-buffer))
9525     (gnus-summary-remove-process-mark article))
9526   (ps-despool filename))
9527
9528 (defun gnus-print-buffer ()
9529   (let ((ps-left-header
9530          (list
9531           (concat "("
9532                   (gnus-summary-print-truncate-and-quote
9533                    (mail-header-subject gnus-current-headers)
9534                    66) ")")
9535           (concat "("
9536                   (gnus-summary-print-truncate-and-quote
9537                    (mail-header-from gnus-current-headers)
9538                    45) ")")))
9539         (ps-right-header
9540          (list
9541           "/pagenumberstring load"
9542           (concat "("
9543                   (mail-header-date gnus-current-headers) ")"))))
9544     (gnus-run-hooks 'gnus-ps-print-hook)
9545     (save-excursion
9546       (if ps-print-color-p
9547           (ps-spool-buffer-with-faces)
9548         (ps-spool-buffer)))))
9549
9550 (defun gnus-summary-show-complete-article ()
9551   "Show a complete version of the current article.
9552 This is only useful if you're looking at a partial version of the
9553 article currently."
9554   (interactive)
9555   (let ((gnus-keep-backlog nil)
9556         (gnus-use-cache nil)
9557         (gnus-agent nil)
9558         (variable (intern
9559                    (format "%s-fetch-partial-articles"
9560                            (car (gnus-find-method-for-group
9561                                  gnus-newsgroup-name)))
9562                    obarray))
9563         old-val)
9564     (unwind-protect
9565         (progn
9566           (setq old-val (symbol-value variable))
9567           (set variable nil)
9568           (gnus-flush-original-article-buffer)
9569           (gnus-summary-show-article))
9570       (set variable old-val))))
9571
9572 (defun gnus-summary-show-article (&optional arg)
9573   "Force redisplaying of the current article.
9574 If ARG (the prefix) is a number, show the article with the charset
9575 defined in `gnus-summary-show-article-charset-alist', or the charset
9576 input.
9577 If ARG (the prefix) is non-nil and not a number, show the article,
9578 but without running any of the article treatment functions
9579 article.  Normally, the keystroke is `C-u g'.  When using `C-u
9580 C-u g', show the raw article."
9581   (interactive "P")
9582   (cond
9583    ((numberp arg)
9584     (gnus-summary-show-article t)
9585     (let ((gnus-newsgroup-charset
9586            (or (cdr (assq arg gnus-summary-show-article-charset-alist))
9587                (mm-read-coding-system
9588                 "View as charset: " ;; actually it is coding system.
9589                 (with-current-buffer gnus-article-buffer
9590                   (mm-detect-coding-region (point) (point-max))))))
9591           (gnus-newsgroup-ignored-charsets 'gnus-all))
9592       (gnus-summary-select-article nil 'force)
9593       (let ((deps gnus-newsgroup-dependencies)
9594             head header lines)
9595         (with-current-buffer gnus-original-article-buffer
9596           (save-restriction
9597             (message-narrow-to-head)
9598             (setq head (buffer-string))
9599             (goto-char (point-min))
9600             (unless (re-search-forward "^lines:[ \t]\\([0-9]+\\)" nil t)
9601               (goto-char (point-max))
9602               (widen)
9603               (setq lines (1- (count-lines (point) (point-max))))))
9604           (with-temp-buffer
9605             (insert (format "211 %d Article retrieved.\n"
9606                             (cdr gnus-article-current)))
9607             (insert head)
9608             (if lines (insert (format "Lines: %d\n" lines)))
9609             (insert ".\n")
9610             (let ((nntp-server-buffer (current-buffer)))
9611               (setq header (car (gnus-get-newsgroup-headers deps t))))))
9612         (gnus-data-set-header
9613          (gnus-data-find (cdr gnus-article-current))
9614          header)
9615         (gnus-summary-update-article-line
9616          (cdr gnus-article-current) header)
9617         (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
9618           (gnus-summary-update-secondary-mark (cdr gnus-article-current))))))
9619    ((not arg)
9620     ;; Select the article the normal way.
9621     (if (eq mm-text-html-renderer 'shr)
9622         (progn
9623           (require 'shr)
9624           (let ((shr-ignore-cache t))
9625             (gnus-summary-select-article nil 'force)))
9626       (gnus-summary-select-article nil 'force)))
9627    ((equal arg '(16))
9628     ;; C-u C-u g
9629     (let ((gnus-inhibit-article-treatments t))
9630       (gnus-summary-select-article nil 'force)))
9631    (t
9632     ;; We have to require this here to make sure that the following
9633     ;; dynamic binding isn't shadowed by autoloading.
9634     (require 'gnus-async)
9635     (require 'gnus-art)
9636     ;; Bind the article treatment functions to nil.
9637     (let ((gnus-have-all-headers t)
9638           gnus-article-prepare-hook
9639           gnus-article-decode-hook
9640           gnus-display-mime-function
9641           gnus-break-pages)
9642       ;; Destroy any MIME parts.
9643       (when (gnus-buffer-live-p gnus-article-buffer)
9644         (with-current-buffer gnus-article-buffer
9645           (gnus-article-stop-animations)
9646           (mm-destroy-parts gnus-article-mime-handles)
9647           ;; Set it to nil for safety reason.
9648           (setq gnus-article-mime-handle-alist nil)
9649           (setq gnus-article-mime-handles nil)))
9650       (gnus-summary-select-article nil 'force))))
9651   (gnus-summary-goto-subject gnus-current-article)
9652   (gnus-summary-position-point))
9653
9654 (defun gnus-summary-show-raw-article ()
9655   "Show the raw article without any article massaging functions being run."
9656   (interactive)
9657   (gnus-summary-show-article t))
9658
9659 (defun gnus-summary-verbose-headers (&optional arg)
9660   "Toggle permanent full header display.
9661 If ARG is a positive number, turn header display on.
9662 If ARG is a negative number, turn header display off."
9663   (interactive "P")
9664   (setq gnus-show-all-headers
9665         (cond ((or (not (numberp arg))
9666                    (zerop arg))
9667                (not gnus-show-all-headers))
9668               ((natnump arg)
9669                t)))
9670   (gnus-summary-show-article))
9671
9672 (defun gnus-summary-toggle-header (&optional arg)
9673   "Show the headers if they are hidden, or hide them if they are shown.
9674 If ARG is a positive number, show the entire header.
9675 If ARG is a negative number, hide the unwanted header lines."
9676   (interactive "P")
9677   (let ((window (and (gnus-buffer-live-p gnus-article-buffer)
9678                      (get-buffer-window gnus-article-buffer t))))
9679     (with-current-buffer gnus-article-buffer
9680       (widen)
9681       (article-narrow-to-head)
9682       (let* ((inhibit-read-only t)
9683              (inhibit-point-motion-hooks t)
9684              (hidden (if (numberp arg)
9685                          (>= arg 0)
9686                        (or (not (looking-at "[^ \t\n]+:"))
9687                            (gnus-article-hidden-text-p 'headers))))
9688              s e)
9689         (delete-region (point-min) (point-max))
9690         (with-current-buffer gnus-original-article-buffer
9691           (goto-char (setq s (point-min)))
9692           (setq e (if (search-forward "\n\n" nil t)
9693                       (1- (point))
9694                     (point-max))))
9695         (insert-buffer-substring gnus-original-article-buffer s e)
9696         (run-hooks 'gnus-article-decode-hook)
9697         (if hidden
9698             (let ((gnus-treat-hide-headers nil)
9699                   (gnus-treat-hide-boring-headers nil))
9700               (gnus-delete-wash-type 'headers)
9701               (gnus-treat-article 'head))
9702           (gnus-treat-article 'head))
9703         (widen)
9704         (if window
9705             (set-window-start window (goto-char (point-min))))
9706         (if gnus-break-pages
9707             (gnus-narrow-to-page)
9708           (when (gnus-visual-p 'page-marker)
9709             (let ((inhibit-read-only t))
9710               (gnus-remove-text-with-property 'gnus-prev)
9711               (gnus-remove-text-with-property 'gnus-next))))
9712         (gnus-set-mode-line 'article)))))
9713
9714 (defun gnus-summary-show-all-headers ()
9715   "Make all header lines visible."
9716   (interactive)
9717   (gnus-summary-toggle-header 1))
9718
9719 (defun gnus-summary-caesar-message (&optional arg)
9720   "Caesar rotate the current article by 13.
9721 With a non-numerical prefix, also rotate headers.  A numerical
9722 prefix specifies how many places to rotate each letter forward."
9723   (interactive "P")
9724   (gnus-summary-select-article)
9725   (let ((mail-header-separator ""))
9726     (gnus-eval-in-buffer-window gnus-article-buffer
9727       (save-restriction
9728         (widen)
9729         (let ((start (window-start))
9730               (inhibit-read-only t))
9731           (if (equal arg '(4))
9732               (message-caesar-buffer-body nil t)
9733             (message-caesar-buffer-body arg))
9734           (set-window-start (get-buffer-window (current-buffer)) start)))))
9735   ;; Create buttons and stuff...
9736   (gnus-treat-article nil))
9737
9738 (declare-function idna-to-unicode "ext:idna" (str))
9739
9740 (defun gnus-summary-idna-message (&optional arg)
9741   "Decode IDNA encoded domain names in the current articles.
9742 IDNA encoded domain names looks like `xn--bar'.  If a string
9743 remain unencoded after running this function, it is likely an
9744 invalid IDNA string (`xn--bar' is invalid).
9745
9746 You must have GNU Libidn (URL `http://www.gnu.org/software/libidn/')
9747 installed for this command to work."
9748   (interactive "P")
9749   (if (not (and (condition-case nil (require 'idna)
9750                   (file-error))
9751                 (mm-coding-system-p 'utf-8)
9752                 (executable-find (symbol-value 'idna-program))))
9753       (gnus-message
9754        5 "GNU Libidn not installed properly (`idn' or `idna.el' missing)")
9755     (gnus-summary-select-article)
9756     (let ((mail-header-separator ""))
9757       (gnus-eval-in-buffer-window gnus-article-buffer
9758         (save-restriction
9759           (widen)
9760           (let ((start (window-start))
9761                 buffer-read-only)
9762             (while (re-search-forward "\\(xn--[-0-9a-z]+\\)" nil t)
9763               (replace-match (idna-to-unicode (match-string 1))))
9764             (set-window-start (get-buffer-window (current-buffer)) start)))))))
9765
9766 (defun gnus-summary-morse-message (&optional arg)
9767   "Morse decode the current article."
9768   (interactive "P")
9769   (gnus-summary-select-article)
9770   (let ((mail-header-separator ""))
9771     (gnus-eval-in-buffer-window gnus-article-buffer
9772       (save-excursion
9773         (save-restriction
9774           (widen)
9775           (let ((pos (window-start))
9776                 (inhibit-read-only t))
9777             (goto-char (point-min))
9778             (when (message-goto-body)
9779               (gnus-narrow-to-body))
9780             (goto-char (point-min))
9781             (while (search-forward "·" (point-max) t)
9782               (replace-match "."))
9783             (unmorse-region (point-min) (point-max))
9784             (widen)
9785             (set-window-start (get-buffer-window (current-buffer)) pos)))))))
9786
9787 (defun gnus-summary-stop-page-breaking ()
9788   "Stop page breaking in the current article."
9789   (interactive)
9790   (gnus-summary-select-article)
9791   (gnus-eval-in-buffer-window gnus-article-buffer
9792     (widen)
9793     (when (gnus-visual-p 'page-marker)
9794       (let ((inhibit-read-only t))
9795         (gnus-remove-text-with-property 'gnus-prev)
9796         (gnus-remove-text-with-property 'gnus-next))
9797       (setq gnus-page-broken nil))))
9798
9799 (defun gnus-summary-move-article (&optional n to-newsgroup
9800                                             select-method action)
9801   "Move the current article to a different newsgroup.
9802 If N is a positive number, move the N next articles.
9803 If N is a negative number, move the N previous articles.
9804 If N is nil and any articles have been marked with the process mark,
9805 move those articles instead.
9806 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
9807 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9808 re-spool using this method.
9809
9810 When called interactively with TO-NEWSGROUP being nil, the value of
9811 the variable `gnus-move-split-methods' is used for finding a default
9812 for the target newsgroup.
9813
9814 For this function to work, both the current newsgroup and the
9815 newsgroup that you want to move to have to support the `request-move'
9816 and `request-accept' functions.
9817
9818 ACTION can be either `move' (the default), `crosspost' or `copy'."
9819   (interactive "P")
9820   (unless action
9821     (setq action 'move))
9822   ;; Check whether the source group supports the required functions.
9823   (cond ((and (eq action 'move)
9824               (not (gnus-check-backend-function
9825                     'request-move-article gnus-newsgroup-name)))
9826          (error "The current group does not support article moving"))
9827         ((and (eq action 'crosspost)
9828               (not (gnus-check-backend-function
9829                     'request-replace-article gnus-newsgroup-name)))
9830          (error "The current group does not support article editing")))
9831   (let ((articles (gnus-summary-work-articles n))
9832         (prefix (if (gnus-check-backend-function
9833                      'request-move-article gnus-newsgroup-name)
9834                     (funcall gnus-move-group-prefix-function
9835                              gnus-newsgroup-name)
9836                   ""))
9837         (names '((move "Move" "Moving")
9838                  (copy "Copy" "Copying")
9839                  (crosspost "Crosspost" "Crossposting")))
9840         (copy-buf (save-excursion
9841                     (nnheader-set-temp-buffer " *copy article*")))
9842         art-group to-method new-xref article to-groups
9843         articles-to-update-marks encoded)
9844     (unless (assq action names)
9845       (error "Unknown action %s" action))
9846     ;; Read the newsgroup name.
9847     (when (and (not to-newsgroup)
9848                (not select-method))
9849       (if (and gnus-move-split-methods
9850                (not
9851                 (and (memq gnus-current-article articles)
9852                      (gnus-buffer-live-p gnus-original-article-buffer))))
9853           ;; When `gnus-move-split-methods' is non-nil, we have to
9854           ;; select an article to give `gnus-read-move-group-name' an
9855           ;; opportunity to suggest an appropriate default.  However,
9856           ;; we needn't render or mark the article.
9857           (let ((gnus-display-mime-function nil)
9858                 (gnus-article-prepare-hook nil)
9859                 (gnus-mark-article-hook nil))
9860             (gnus-summary-select-article nil nil nil (car articles))))
9861       (setq to-newsgroup (gnus-read-move-group-name
9862                           (cadr (assq action names))
9863                           (symbol-value
9864                            (intern (format "gnus-current-%s-group" action)))
9865                           articles prefix)
9866             encoded to-newsgroup
9867             to-method (gnus-server-to-method (gnus-group-method to-newsgroup)))
9868       (set (intern (format "gnus-current-%s-group" action))
9869            (mm-decode-coding-string
9870             to-newsgroup
9871             (gnus-group-name-charset to-method to-newsgroup))))
9872     (unless to-method
9873       (setq to-method (or select-method
9874                           (gnus-server-to-method
9875                            (gnus-group-method to-newsgroup)))))
9876     (setq to-newsgroup
9877           (or encoded
9878               (and to-newsgroup
9879                    (mm-encode-coding-string
9880                     to-newsgroup
9881                     (gnus-group-name-charset to-method to-newsgroup)))))
9882     ;; Check the method we are to move this article to...
9883     (unless (gnus-check-backend-function
9884              'request-accept-article (car to-method))
9885       (error "%s does not support article copying" (car to-method)))
9886     (unless (gnus-check-server to-method)
9887       (error "Can't open server %s" (car to-method)))
9888     (gnus-message 6 "%s to %s: %s..."
9889                   (caddr (assq action names))
9890                   (or (car select-method)
9891                       (gnus-group-decoded-name to-newsgroup))
9892                   articles)
9893     (while articles
9894       (setq article (pop articles))
9895       ;; Set any marks that may have changed in the summary buffer.
9896       (when gnus-preserve-marks
9897         (gnus-summary-push-marks-to-backend article))
9898       (setq
9899        art-group
9900        (cond
9901         ;; Move the article.
9902         ((eq action 'move)
9903          ;; Remove this article from future suppression.
9904          (gnus-dup-unsuppress-article article)
9905          (let* ((from-method (gnus-find-method-for-group
9906                               gnus-newsgroup-name))
9907                 (to-method (or select-method
9908                                (gnus-find-method-for-group to-newsgroup)))
9909                 (move-is-internal (gnus-server-equal from-method to-method)))
9910            (gnus-request-move-article
9911             article                     ; Article to move
9912             gnus-newsgroup-name         ; From newsgroup
9913             (nth 1 (gnus-find-method-for-group
9914                     gnus-newsgroup-name)) ; Server
9915             (list 'gnus-request-accept-article
9916                   to-newsgroup (list 'quote select-method)
9917                   (not articles) t)     ; Accept form
9918             (not articles)              ; Only save nov last time
9919             (and move-is-internal
9920                  to-newsgroup           ; Not respooling
9921                                         ; Is this move internal?
9922                  (gnus-group-real-name to-newsgroup)))))
9923         ;; Copy the article.
9924         ((eq action 'copy)
9925          (with-current-buffer copy-buf
9926            (when (gnus-request-article-this-buffer article
9927                                                    gnus-newsgroup-name)
9928              (save-restriction
9929                (nnheader-narrow-to-headers)
9930                (dolist (hdr gnus-copy-article-ignored-headers)
9931                  (message-remove-header hdr t)))
9932              (gnus-request-accept-article
9933               to-newsgroup select-method (not articles) t))))
9934         ;; Crosspost the article.
9935         ((eq action 'crosspost)
9936          (let ((xref (message-tokenize-header
9937                       (mail-header-xref (gnus-summary-article-header
9938                                          article))
9939                       " ")))
9940            (setq new-xref (concat (gnus-group-real-name gnus-newsgroup-name)
9941                                   ":" (number-to-string article)))
9942            (unless xref
9943              (setq xref (list (system-name))))
9944            (setq new-xref
9945                  (concat
9946                   (mapconcat 'identity
9947                              (delete "Xref:" (delete new-xref xref))
9948                              " ")
9949                   " " new-xref))
9950            (with-current-buffer copy-buf
9951              ;; First put the article in the destination group.
9952              (gnus-request-article-this-buffer article gnus-newsgroup-name)
9953              (when (consp (setq art-group
9954                                 (gnus-request-accept-article
9955                                  to-newsgroup select-method (not articles)
9956                                  t)))
9957                (setq new-xref (concat new-xref " " (car art-group)
9958                                       ":"
9959                                       (number-to-string (cdr art-group))))
9960                ;; Now we have the new Xrefs header, so we insert
9961                ;; it and replace the new article.
9962                (nnheader-replace-header "Xref" new-xref)
9963                (gnus-request-replace-article
9964                 (cdr art-group) to-newsgroup (current-buffer) t)
9965                art-group))))))
9966       (cond
9967        ((not art-group)
9968         (gnus-message 1 "Couldn't %s article %s: %s"
9969                       (cadr (assq action names)) article
9970                       (nnheader-get-report (car to-method))))
9971        ((eq art-group 'junk)
9972         (when (eq action 'move)
9973           (gnus-summary-mark-article article gnus-canceled-mark)
9974           (gnus-message 4 "Deleted article %s" article)
9975           ;; run the delete hook
9976           (run-hook-with-args 'gnus-summary-article-delete-hook
9977                               action
9978                               (gnus-data-header
9979                                (assoc article (gnus-data-list nil)))
9980                               gnus-newsgroup-name nil
9981                               select-method)))
9982        (t
9983         (let* ((pto-group (gnus-group-prefixed-name
9984                            (car art-group) to-method))
9985                (info (gnus-get-info pto-group))
9986                (to-group (gnus-info-group info))
9987                to-marks)
9988           ;; Update the group that has been moved to.
9989           (when (and info
9990                      (memq action '(move copy)))
9991             (unless (member to-group to-groups)
9992               (push to-group to-groups))
9993
9994             (when (and (not (memq article gnus-newsgroup-unreads))
9995                        (cdr art-group))
9996               (push 'read to-marks)
9997               (gnus-info-set-read
9998                info (gnus-add-to-range (gnus-info-read info)
9999                                        (list (cdr art-group)))))
10000
10001             ;; See whether the article is to be put in the cache.
10002             (let* ((expirable (gnus-group-auto-expirable-p to-group))
10003                    (marks (if expirable
10004                               gnus-article-mark-lists
10005                             (delete '(expirable . expire)
10006                                     (copy-sequence
10007                                      gnus-article-mark-lists))))
10008                    (to-article (cdr art-group)))
10009
10010               ;; Enter the article into the cache in the new group,
10011               ;; if that is required.
10012               (when (and to-article
10013                          gnus-use-cache)
10014                 (gnus-cache-possibly-enter-article
10015                  to-group to-article
10016                  (memq article gnus-newsgroup-marked)
10017                  (memq article gnus-newsgroup-dormant)
10018                  (memq article gnus-newsgroup-unreads)))
10019
10020               (when (and gnus-preserve-marks
10021                          to-article)
10022                 ;; Copy any marks over to the new group.
10023                 (when (and (equal to-group gnus-newsgroup-name)
10024                            (not (memq article gnus-newsgroup-unreads)))
10025                   ;; Mark this article as read in this group.
10026                   (push (cons to-article gnus-read-mark)
10027                         gnus-newsgroup-reads)
10028                   ;; Increase the active status of this group.
10029                   (setcdr (gnus-active to-group) to-article)
10030                   (setcdr gnus-newsgroup-active to-article))
10031
10032                 (while marks
10033                   (when (eq (gnus-article-mark-to-type (cdar marks)) 'list)
10034                     (when (memq article (symbol-value
10035                                          (intern (format "gnus-newsgroup-%s"
10036                                                          (caar marks)))))
10037                       (push (cdar marks) to-marks)
10038                       ;; If the other group is the same as this group,
10039                       ;; then we have to add the mark to the list.
10040                       (when (equal to-group gnus-newsgroup-name)
10041                         (set (intern (format "gnus-newsgroup-%s"
10042                                              (caar marks)))
10043                              (cons to-article
10044                                    (symbol-value
10045                                     (intern (format "gnus-newsgroup-%s"
10046                                                     (caar marks)))))))
10047                       ;; Copy the marks to other group.
10048                       (gnus-add-marked-articles
10049                        to-group (cdar marks) (list to-article) info)))
10050                   (setq marks (cdr marks)))
10051
10052                 (when (and expirable
10053                            gnus-mark-copied-or-moved-articles-as-expirable
10054                            (not (memq 'expire to-marks)))
10055                   ;; Mark this article as expirable.
10056                   (push 'expire to-marks)
10057                   (when (equal to-group gnus-newsgroup-name)
10058                     (push to-article gnus-newsgroup-expirable))
10059                   ;; Copy the expirable mark to other group.
10060                   (gnus-add-marked-articles
10061                    to-group 'expire (list to-article) info))
10062
10063                 (when to-marks
10064                   (gnus-request-set-mark
10065                    to-group (list (list (list to-article) 'add to-marks)))))
10066
10067               (gnus-dribble-enter
10068                (concat "(gnus-group-set-info '"
10069                        (gnus-prin1-to-string (gnus-get-info to-group))
10070                        ")")
10071                (concat "^(gnus-group-set-info '(\""
10072                        (regexp-quote to-group) "\""))))
10073
10074           ;; Update the Xref header in this article to point to
10075           ;; the new crossposted article we have just created.
10076           (when (eq action 'crosspost)
10077             (with-current-buffer copy-buf
10078               (gnus-request-article-this-buffer article gnus-newsgroup-name)
10079               (nnheader-replace-header "Xref" new-xref)
10080               (gnus-request-replace-article
10081                article gnus-newsgroup-name (current-buffer) t)))
10082
10083           ;; run the move/copy/crosspost/respool hook
10084           (run-hook-with-args 'gnus-summary-article-move-hook
10085                               action
10086                               (gnus-data-header
10087                                (assoc article (gnus-data-list nil)))
10088                               gnus-newsgroup-name
10089                               to-newsgroup
10090                               select-method))
10091
10092         ;;;!!!Why is this necessary?
10093         (set-buffer gnus-summary-buffer)
10094
10095         (when (eq action 'move)
10096           (save-excursion
10097             (gnus-summary-goto-subject article)
10098             (gnus-summary-mark-article article gnus-canceled-mark)))))
10099       (push article articles-to-update-marks))
10100
10101     (save-excursion
10102       (apply 'gnus-summary-remove-process-mark articles-to-update-marks))
10103     ;; Re-activate all groups that have been moved to.
10104     (with-current-buffer gnus-group-buffer
10105       (let ((gnus-group-marked to-groups))
10106         (gnus-group-get-new-news-this-group nil t)))
10107
10108     (gnus-kill-buffer copy-buf)
10109     (gnus-summary-position-point)
10110     (gnus-set-mode-line 'summary)))
10111
10112 (defun gnus-summary-push-marks-to-backend (article)
10113   (let ((set nil)
10114         (marks gnus-article-mark-lists))
10115     (unless (memq article gnus-newsgroup-unreads)
10116       (push 'read set))
10117     (while marks
10118       (when (and (eq (gnus-article-mark-to-type (cdar marks)) 'list)
10119                  (memq article (symbol-value
10120                                 (intern (format "gnus-newsgroup-%s"
10121                                                 (caar marks))))))
10122         (push (cdar marks) set))
10123       (pop marks))
10124     (gnus-request-set-mark gnus-newsgroup-name `(((,article) set ,set)))))
10125
10126 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
10127   "Copy the current article to some other group.
10128 If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to.
10129 When called interactively, if TO-NEWSGROUP is nil, use the value of
10130 the variable `gnus-move-split-methods' for finding a default target
10131 newsgroup.
10132 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
10133 re-spool using this method."
10134   (interactive "P")
10135   (gnus-summary-move-article n to-newsgroup select-method 'copy))
10136
10137 (defun gnus-summary-crosspost-article (&optional n)
10138   "Crosspost the current article to some other group."
10139   (interactive "P")
10140   (gnus-summary-move-article n nil nil 'crosspost))
10141
10142 (defcustom gnus-summary-respool-default-method nil
10143   "Default method type for respooling an article.
10144 If nil, use to the current newsgroup method."
10145   :type 'symbol
10146   :group 'gnus-summary-mail)
10147
10148 (defun gnus-summary-respool-article (&optional n method)
10149   "Respool the current article.
10150 The article will be squeezed through the mail spooling process again,
10151 which means that it will be put in some mail newsgroup or other
10152 depending on `nnmail-split-methods'.
10153 If N is a positive number, respool the N next articles.
10154 If N is a negative number, respool the N previous articles.
10155 If N is nil and any articles have been marked with the process mark,
10156 respool those articles instead.
10157
10158 Respooling can be done both from mail groups and \"real\" newsgroups.
10159 In the former case, the articles in question will be moved from the
10160 current group into whatever groups they are destined to.  In the
10161 latter case, they will be copied into the relevant groups."
10162   (interactive
10163    (list current-prefix-arg
10164          (let* ((methods (mapcar #'car (gnus-methods-using 'respool)))
10165                 (methname
10166                  (symbol-name (or gnus-summary-respool-default-method
10167                                   (car (gnus-find-method-for-group
10168                                         gnus-newsgroup-name)))))
10169                 (method
10170                  (gnus-completing-read
10171                   "Backend to use when respooling"
10172                   methods t nil 'gnus-mail-method-history methname))
10173                 ms)
10174            (cond
10175             ((zerop (length (setq ms (gnus-servers-using-backend
10176                                       (intern method)))))
10177              (list (intern method) ""))
10178             ((= 1 (length ms))
10179              (car ms))
10180             (t
10181              (let ((ms-alist (mapcar (lambda (m) (cons (cadr m) m)) ms)))
10182                (cdr (assoc (gnus-completing-read "Server name" ms-alist t)
10183                            ms-alist))))))))
10184   (unless method
10185     (error "No method given for respooling"))
10186   (if (assoc (symbol-name
10187               (car (gnus-find-method-for-group gnus-newsgroup-name)))
10188              (gnus-methods-using 'respool))
10189       (gnus-summary-move-article n nil method)
10190     (gnus-summary-copy-article n nil method)))
10191
10192 (defun gnus-summary-import-article (file &optional edit)
10193   "Import an arbitrary file into a mail newsgroup."
10194   (interactive "fImport file: \nP")
10195   (let ((group gnus-newsgroup-name)
10196         (now (current-time))
10197         atts lines group-art)
10198     (unless (gnus-check-backend-function 'request-accept-article group)
10199       (error "%s does not support article importing" group))
10200     (or (file-readable-p file)
10201         (not (file-regular-p file))
10202         (error "Can't read %s" file))
10203     (with-current-buffer (gnus-get-buffer-create " *import file*")
10204       (erase-buffer)
10205       (nnheader-insert-file-contents file)
10206       (goto-char (point-min))
10207       (if (nnheader-article-p)
10208           (save-restriction
10209             (goto-char (point-min))
10210             (search-forward "\n\n" nil t)
10211             (narrow-to-region (point-min) (1- (point)))
10212             (goto-char (point-min))
10213             (unless (re-search-forward "^date:" nil t)
10214               (goto-char (point-max))
10215               (insert "Date: " (message-make-date (nth 5 atts)) "\n")))
10216        ;; This doesn't look like an article, so we fudge some headers.
10217         (setq atts (file-attributes file)
10218               lines (count-lines (point-min) (point-max)))
10219         (insert "From: " (read-string "From: ") "\n"
10220                 "Subject: " (read-string "Subject: ") "\n"
10221                 "Date: " (message-make-date (nth 5 atts)) "\n"
10222                 "Message-ID: " (message-make-message-id) "\n"
10223                 "Lines: " (int-to-string lines) "\n"
10224                 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
10225       (setq group-art (gnus-request-accept-article group nil t))
10226       (kill-buffer (current-buffer)))
10227     (setq gnus-newsgroup-active (gnus-activate-group group))
10228     (forward-line 1)
10229     (gnus-summary-goto-article (cdr group-art) nil t)
10230     (when edit
10231       (gnus-summary-edit-article))))
10232
10233 (defun gnus-summary-create-article ()
10234   "Create an article in a mail newsgroup."
10235   (interactive)
10236   (let ((group gnus-newsgroup-name)
10237         (now (current-time))
10238         group-art)
10239     (unless (gnus-check-backend-function 'request-accept-article group)
10240       (error "%s does not support article importing" group))
10241     (with-current-buffer (gnus-get-buffer-create " *import file*")
10242       (erase-buffer)
10243       (goto-char (point-min))
10244       ;; This doesn't look like an article, so we fudge some headers.
10245       (insert "From: " (read-string "From: ") "\n"
10246               "Subject: " (read-string "Subject: ") "\n"
10247               "Date: " (message-make-date now) "\n"
10248               "Message-ID: " (message-make-message-id) "\n")
10249       (setq group-art (gnus-request-accept-article group nil t))
10250       (kill-buffer (current-buffer)))
10251     (setq gnus-newsgroup-active (gnus-activate-group group))
10252     (forward-line 1)
10253     (gnus-summary-goto-article (cdr group-art) nil t)
10254     (gnus-summary-edit-article)))
10255
10256 (defun gnus-summary-article-posted-p ()
10257   "Say whether the current (mail) article is available from news as well.
10258 This will be the case if the article has both been mailed and posted."
10259   (interactive)
10260   (let ((id (mail-header-references (gnus-summary-article-header)))
10261         (gnus-override-method (car (gnus-refer-article-methods))))
10262     (if (gnus-request-head id "")
10263         (gnus-message 2 "The current message was found on %s"
10264                       gnus-override-method)
10265       (gnus-message 2 "The current message couldn't be found on %s"
10266                     gnus-override-method)
10267       nil)))
10268
10269 (defun gnus-summary-expire-articles (&optional now)
10270   "Expire all articles that are marked as expirable in the current group."
10271   (interactive)
10272   (when (and (not gnus-group-is-exiting-without-update-p)
10273              (gnus-check-backend-function
10274               'request-expire-articles gnus-newsgroup-name))
10275     ;; This backend supports expiry.
10276     (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
10277            (expirable (if total
10278                           (progn
10279                             ;; We need to update the info for
10280                             ;; this group for `gnus-list-of-read-articles'
10281                             ;; to give us the right answer.
10282                             (gnus-run-hooks 'gnus-exit-group-hook)
10283                             (gnus-summary-update-info)
10284                             (gnus-list-of-read-articles gnus-newsgroup-name))
10285                         (setq gnus-newsgroup-expirable
10286                               (sort gnus-newsgroup-expirable '<))))
10287            (expiry-wait (if now 'immediate
10288                           (gnus-group-find-parameter
10289                            gnus-newsgroup-name 'expiry-wait)))
10290            (nnmail-expiry-target
10291             (or (gnus-group-find-parameter gnus-newsgroup-name 'expiry-target)
10292                 nnmail-expiry-target))
10293            es)
10294       (when expirable
10295         ;; There are expirable articles in this group, so we run them
10296         ;; through the expiry process.
10297         (gnus-message 6 "Expiring articles...")
10298         (when (gnus-check-group gnus-newsgroup-name)
10299           ;; The list of articles that weren't expired is returned.
10300           (save-excursion
10301             (if expiry-wait
10302                 (let ((nnmail-expiry-wait-function nil)
10303                       (nnmail-expiry-wait expiry-wait))
10304                   (setq es (gnus-request-expire-articles
10305                             expirable gnus-newsgroup-name)))
10306               (setq es (gnus-request-expire-articles
10307                         expirable gnus-newsgroup-name)))
10308             (unless total
10309               (setq gnus-newsgroup-expirable es))
10310             ;; We go through the old list of expirable, and mark all
10311             ;; really expired articles as nonexistent.
10312             (unless (eq es expirable) ;If nothing was expired, we don't mark.
10313               (let ((gnus-use-cache nil))
10314                 (dolist (article expirable)
10315                   (when (and (not (memq article es))
10316                              (gnus-data-find article))
10317                     (gnus-summary-mark-article article gnus-canceled-mark)
10318                     (run-hook-with-args 'gnus-summary-article-expire-hook
10319                                         'delete
10320                                         (gnus-data-header
10321                                          (assoc article (gnus-data-list nil)))
10322                                         gnus-newsgroup-name
10323                                         nil
10324                                         nil)))))))
10325         (gnus-message 6 "Expiring articles...done")))))
10326
10327 (defun gnus-summary-expire-articles-now ()
10328   "Expunge all expirable articles in the current group.
10329 This means that *all* articles that are marked as expirable will be
10330 deleted forever, right now."
10331   (interactive)
10332   (or gnus-expert-user
10333       (gnus-yes-or-no-p
10334        "Are you really, really sure you want to delete all expirable messages? ")
10335       (error "Phew!"))
10336   (gnus-summary-expire-articles t))
10337
10338 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
10339 (defun gnus-summary-delete-article (&optional n)
10340   "Delete the N next (mail) articles.
10341 This command actually deletes articles.  This is not a marking
10342 command.  The article will disappear forever from your life, never to
10343 return.
10344
10345 If N is negative, delete backwards.
10346 If N is nil and articles have been marked with the process mark,
10347 delete these instead.
10348
10349 If `gnus-novice-user' is non-nil you will be asked for
10350 confirmation before the articles are deleted."
10351   (interactive "P")
10352   (unless (gnus-check-backend-function 'request-expire-articles
10353                                        gnus-newsgroup-name)
10354     (error "The current newsgroup does not support article deletion"))
10355   (unless (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
10356     (error "Couldn't open server"))
10357   ;; Compute the list of articles to delete.
10358   (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
10359         (nnmail-expiry-target 'delete)
10360         not-deleted)
10361     (if (and gnus-novice-user
10362              (not (gnus-yes-or-no-p
10363                    (format "Do you really want to delete %s forever? "
10364                            (if (> (length articles) 1)
10365                                (format "these %s articles" (length articles))
10366                              "this article")))))
10367         ()
10368       ;; Delete the articles.
10369       (setq not-deleted (gnus-request-expire-articles
10370                          articles gnus-newsgroup-name 'force))
10371       (save-excursion
10372         (while articles
10373           (gnus-summary-remove-process-mark (car articles))
10374           ;; The backend might not have been able to delete the article
10375           ;; after all.
10376           (unless (memq (car articles) not-deleted)
10377             (gnus-summary-mark-article (car articles) gnus-canceled-mark)
10378             (let* ((article (car articles))
10379                    (ghead  (gnus-data-header
10380                             (assoc article (gnus-data-list nil)))))
10381               (run-hook-with-args 'gnus-summary-article-delete-hook
10382                                   'delete ghead gnus-newsgroup-name nil
10383                                   nil)))
10384           (setq articles (cdr articles))))
10385       (when not-deleted
10386         (gnus-message 4 "Couldn't delete articles %s" not-deleted)))
10387     (gnus-summary-position-point)
10388     (gnus-set-mode-line 'summary)
10389     not-deleted))
10390
10391 (defun gnus-summary-edit-article (&optional arg)
10392   "Edit the current article.
10393 This will have permanent effect only in mail groups.
10394 If ARG is nil, edit the decoded articles.
10395 If ARG is 1, edit the raw articles.
10396 If ARG is 2, edit the raw articles even in read-only groups.
10397 If ARG is 3, edit the articles with the current handles.
10398 Otherwise, allow editing of articles even in read-only
10399 groups."
10400   (interactive "P")
10401   (let (force raw current-handles)
10402     (cond
10403      ((null arg))
10404      ((eq arg 1)
10405       (setq raw t))
10406      ((eq arg 2)
10407       (setq raw t
10408             force t))
10409      ((eq arg 3)
10410       (setq current-handles
10411             (and (gnus-buffer-live-p gnus-article-buffer)
10412                  (with-current-buffer gnus-article-buffer
10413                    (prog1
10414                        gnus-article-mime-handles
10415                      (setq gnus-article-mime-handles nil))))))
10416      (t
10417       (setq force t)))
10418     (when (and raw (not force)
10419                (member gnus-newsgroup-name '("nndraft:delayed"
10420                                              "nndraft:drafts"
10421                                              "nndraft:queue")))
10422       (error "Can't edit the raw article in group %s"
10423              gnus-newsgroup-name))
10424     (with-current-buffer gnus-summary-buffer
10425       (let ((mail-parse-charset gnus-newsgroup-charset)
10426             (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets))
10427         (gnus-set-global-variables)
10428         (when (and (not force)
10429                    (gnus-group-read-only-p))
10430           (error "The current newsgroup does not support article editing"))
10431         (gnus-summary-show-article t)
10432         (when (and (not raw) (gnus-buffer-live-p gnus-article-buffer))
10433           (with-current-buffer gnus-article-buffer
10434             (mm-enable-multibyte)))
10435         (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
10436             (setq raw t))
10437         (gnus-article-edit-article
10438          (if raw 'ignore
10439            `(lambda ()
10440               (let ((mbl mml-buffer-list))
10441                 (setq mml-buffer-list nil)
10442                 (let ((rfc2047-quote-decoded-words-containing-tspecials t))
10443                   (mime-to-mml ,'current-handles))
10444                 (let ((mbl1 mml-buffer-list))
10445                   (setq mml-buffer-list mbl)
10446                   (set (make-local-variable 'mml-buffer-list) mbl1))
10447                 (gnus-make-local-hook 'kill-buffer-hook)
10448                 (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t))))
10449          `(lambda (no-highlight)
10450             (let ((mail-parse-charset ',gnus-newsgroup-charset)
10451                   (message-options message-options)
10452                   (message-options-set-recipient)
10453                   (mail-parse-ignored-charsets
10454                    ',gnus-newsgroup-ignored-charsets)
10455                   (rfc2047-header-encoding-alist
10456                    ',(let ((charset (gnus-group-name-charset
10457                                      (gnus-find-method-for-group
10458                                       gnus-newsgroup-name)
10459                                      gnus-newsgroup-name)))
10460                        (append (list (cons "Newsgroups" charset)
10461                                      (cons "Followup-To" charset)
10462                                      (cons "Xref" charset))
10463                                rfc2047-header-encoding-alist))))
10464               ,(if (not raw) '(progn
10465                                 (mml-to-mime)
10466                                 (mml-destroy-buffers)
10467                                 (remove-hook 'kill-buffer-hook
10468                                              'mml-destroy-buffers t)
10469                                 (kill-local-variable 'mml-buffer-list)))
10470               (gnus-summary-edit-article-done
10471                ,(or (mail-header-references gnus-current-headers) "")
10472                ,(gnus-group-read-only-p)
10473                ,gnus-summary-buffer no-highlight))))))))
10474
10475 (defalias 'gnus-summary-edit-article-postpone 'gnus-article-edit-exit)
10476
10477 (defun gnus-summary-edit-article-done (&optional references read-only buffer
10478                                                  no-highlight)
10479   "Make edits to the current article permanent."
10480   (interactive)
10481   (save-excursion
10482     ;; The buffer restriction contains the entire article if it exists.
10483     (when (article-goto-body)
10484       (let ((lines (count-lines (point) (point-max)))
10485             (length (- (point-max) (point)))
10486             (case-fold-search t)
10487             (body (copy-marker (point))))
10488         (goto-char (point-min))
10489         (when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
10490           (delete-region (match-beginning 1) (match-end 1))
10491           (insert (number-to-string length)))
10492         (goto-char (point-min))
10493         (when (re-search-forward
10494                "^x-content-length:[ \t]\\([0-9]+\\)" body t)
10495           (delete-region (match-beginning 1) (match-end 1))
10496           (insert (number-to-string length)))
10497         (goto-char (point-min))
10498         (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
10499           (delete-region (match-beginning 1) (match-end 1))
10500           (insert (number-to-string lines))))))
10501   ;; Replace the article.
10502   (let ((buf (current-buffer))
10503         (article (cdr gnus-article-current))
10504         replace-result)
10505     (with-temp-buffer
10506       (insert-buffer-substring buf)
10507       (if (and (not read-only)
10508                (not (setq replace-result
10509                           (gnus-request-replace-article
10510                            article (car gnus-article-current)
10511                            (current-buffer) t))))
10512           (error "Couldn't replace article")
10513         ;; If we got a number back, then that's the new article number
10514         ;; for this article.  Otherwise, the article number didn't change.
10515         (when (numberp replace-result)
10516           (with-current-buffer gnus-summary-buffer
10517             (setq gnus-newsgroup-limit (delq article gnus-newsgroup-limit))
10518             (gnus-summary-limit gnus-newsgroup-limit)
10519             (setq article replace-result)
10520             (gnus-summary-goto-subject article t)))
10521         ;; Update the summary buffer.
10522         (if (and references
10523                  (equal (message-tokenize-header references " ")
10524                         (message-tokenize-header
10525                          (or (message-fetch-field "references") "") " ")))
10526             ;; We only have to update this line.
10527             (save-excursion
10528               (save-restriction
10529                 (message-narrow-to-head)
10530                 (let ((head (buffer-substring-no-properties
10531                              (point-min) (point-max)))
10532                       header)
10533                   (with-temp-buffer
10534                     (insert (format "211 %d Article retrieved.\n" article))
10535                     (insert head)
10536                     (insert ".\n")
10537                     (let ((nntp-server-buffer (current-buffer)))
10538                       (setq header (car (gnus-get-newsgroup-headers nil t))))
10539                     (with-current-buffer gnus-summary-buffer
10540                       (gnus-data-set-header (gnus-data-find article) header)
10541                       (gnus-summary-update-article-line article header)
10542                       (if (gnus-summary-goto-subject article nil t)
10543                           (gnus-summary-update-secondary-mark article)))))))
10544           ;; Update threads.
10545           (set-buffer (or buffer gnus-summary-buffer))
10546           (gnus-summary-update-article article)
10547           (if (gnus-summary-goto-subject article nil t)
10548               (gnus-summary-update-secondary-mark article)))
10549         ;; Prettify the article buffer again.
10550         (unless no-highlight
10551           (with-current-buffer gnus-article-buffer
10552             ;;!!! Fix this -- article should be rehighlighted.
10553             ;;(gnus-run-hooks 'gnus-article-display-hook)
10554             (set-buffer gnus-original-article-buffer)
10555             (gnus-request-article
10556              article (car gnus-article-current) (current-buffer))))
10557         ;; Prettify the summary buffer line.
10558         (when (gnus-visual-p 'summary-highlight 'highlight)
10559           (gnus-run-hooks 'gnus-visual-mark-article-hook))))))
10560
10561 (defun gnus-summary-edit-wash (key)
10562   "Perform editing command KEY in the article buffer."
10563   (interactive
10564    (list
10565     (progn
10566       (message "%s" (concat (this-command-keys) "- "))
10567       (read-char))))
10568   (message "")
10569   (gnus-summary-edit-article)
10570   (execute-kbd-macro (concat (this-command-keys) key))
10571   (gnus-article-edit-done))
10572
10573 ;;; Respooling
10574
10575 (defun gnus-summary-respool-query (&optional silent trace)
10576   "Query where the respool algorithm would put this article."
10577   (interactive)
10578   (let (gnus-mark-article-hook)
10579     (gnus-summary-select-article)
10580     (with-current-buffer gnus-original-article-buffer
10581       (let ((groups (nnmail-article-group 'identity trace)))
10582         (unless silent
10583           (if groups
10584               (message "This message would go to %s"
10585                        (mapconcat 'car groups ", "))
10586             (message "This message would go to no groups"))
10587           groups)))))
10588
10589 (defun gnus-summary-respool-trace ()
10590   "Trace where the respool algorithm would put this article.
10591 Display a buffer showing all fancy splitting patterns which matched."
10592   (interactive)
10593   (gnus-summary-respool-query nil t))
10594
10595 ;; Summary marking commands.
10596
10597 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
10598   "Mark articles which has the same subject as read, and then select the next.
10599 If UNMARK is positive, remove any kind of mark.
10600 If UNMARK is negative, tick articles."
10601   (interactive "P")
10602   (when unmark
10603     (setq unmark (prefix-numeric-value unmark)))
10604   (let ((count
10605          (gnus-summary-mark-same-subject
10606           (gnus-summary-article-subject) unmark)))
10607     ;; Select next unread article.  If auto-select-same mode, should
10608     ;; select the first unread article.
10609     (gnus-summary-next-article t (and gnus-auto-select-same
10610                                       (gnus-summary-article-subject)))
10611     (gnus-message 7 "%d article%s marked as %s"
10612                   count (if (= count 1) " is" "s are")
10613                   (if unmark "unread" "read"))))
10614
10615 (defun gnus-summary-kill-same-subject (&optional unmark)
10616   "Mark articles which has the same subject as read.
10617 If UNMARK is positive, remove any kind of mark.
10618 If UNMARK is negative, tick articles."
10619   (interactive "P")
10620   (when unmark
10621     (setq unmark (prefix-numeric-value unmark)))
10622   (let ((count
10623          (gnus-summary-mark-same-subject
10624           (gnus-summary-article-subject) unmark)))
10625     ;; If marked as read, go to next unread subject.
10626     (when (null unmark)
10627       ;; Go to next unread subject.
10628       (gnus-summary-next-subject 1 t))
10629     (gnus-message 7 "%d articles are marked as %s"
10630                   count (if unmark "unread" "read"))))
10631
10632 (defun gnus-summary-mark-same-subject (subject &optional unmark)
10633   "Mark articles with same SUBJECT as read, and return marked number.
10634 If optional argument UNMARK is positive, remove any kinds of marks.
10635 If optional argument UNMARK is negative, mark articles as unread instead."
10636   (let ((count 1))
10637     (save-excursion
10638       (cond
10639        ((null unmark)                   ; Mark as read.
10640         (while (and
10641                 (progn
10642                   (gnus-summary-mark-article-as-read gnus-killed-mark)
10643                   (gnus-summary-show-thread) t)
10644                 (gnus-summary-find-subject subject))
10645           (setq count (1+ count))))
10646        ((> unmark 0)                    ; Tick.
10647         (while (and
10648                 (progn
10649                   (gnus-summary-mark-article-as-unread gnus-ticked-mark)
10650                   (gnus-summary-show-thread) t)
10651                 (gnus-summary-find-subject subject))
10652           (setq count (1+ count))))
10653        (t                               ; Mark as unread.
10654         (while (and
10655                 (progn
10656                   (gnus-summary-mark-article-as-unread gnus-unread-mark)
10657                   (gnus-summary-show-thread) t)
10658                 (gnus-summary-find-subject subject))
10659           (setq count (1+ count)))))
10660       (gnus-set-mode-line 'summary)
10661       ;; Return the number of marked articles.
10662       count)))
10663
10664 (defun gnus-summary-mark-as-processable (n &optional unmark)
10665   "Set the process mark on the next N articles.
10666 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
10667 the process mark instead.  The difference between N and the actual
10668 number of articles marked is returned."
10669   (interactive "P")
10670   (if (and (null n) (gnus-region-active-p))
10671       (gnus-uu-mark-region (region-beginning) (region-end) unmark)
10672     (setq n (prefix-numeric-value n))
10673     (let ((backward (< n 0))
10674           (n (abs n)))
10675       (while (and
10676               (> n 0)
10677               (if unmark
10678                   (gnus-summary-remove-process-mark
10679                    (gnus-summary-article-number))
10680                 (gnus-summary-set-process-mark (gnus-summary-article-number)))
10681               (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
10682         (setq n (1- n)))
10683       (when (/= 0 n)
10684         (gnus-message 7 "No more articles"))
10685       (gnus-summary-recenter)
10686       (gnus-summary-position-point)
10687       n)))
10688
10689 (defun gnus-summary-unmark-as-processable (n)
10690   "Remove the process mark from the next N articles.
10691 If N is negative, unmark backward instead.  The difference between N and
10692 the actual number of articles unmarked is returned."
10693   (interactive "P")
10694   (gnus-summary-mark-as-processable n t))
10695
10696 (defun gnus-summary-unmark-all-processable ()
10697   "Remove the process mark from all articles."
10698   (interactive)
10699   (save-excursion
10700     (while gnus-newsgroup-processable
10701       (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
10702   (gnus-summary-position-point))
10703
10704 (defun gnus-summary-add-mark (article type)
10705   "Mark ARTICLE with a mark of TYPE."
10706   (let ((vtype (car (assq type gnus-article-mark-lists)))
10707         var)
10708     (if (not vtype)
10709         (error "No such mark type: %s" type)
10710       (setq var (intern (format "gnus-newsgroup-%s" type)))
10711       (set var (cons article (symbol-value var)))
10712       (if (memq type '(processable cached replied forwarded recent saved))
10713           (gnus-summary-update-secondary-mark article)
10714         ;;; !!! This is bogus.  We should find out what primary
10715         ;;; !!! mark we want to set.
10716         (gnus-summary-update-mark gnus-del-mark 'unread)))))
10717
10718 (defun gnus-summary-mark-as-expirable (n)
10719   "Mark N articles forward as expirable.
10720 If N is negative, mark backward instead.  The difference between N and
10721 the actual number of articles marked is returned."
10722   (interactive "p")
10723   (gnus-summary-mark-forward n gnus-expirable-mark))
10724
10725 (defun gnus-summary-mark-as-spam (n)
10726   "Mark N articles forward as spam.
10727 If N is negative, mark backward instead.  The difference between N and
10728 the actual number of articles marked is returned."
10729   (interactive "p")
10730   (gnus-summary-mark-forward n gnus-spam-mark))
10731
10732 (defun gnus-summary-mark-article-as-replied (article)
10733   "Mark ARTICLE as replied to and update the summary line.
10734 ARTICLE can also be a list of articles."
10735   (interactive (list (gnus-summary-article-number)))
10736   (let ((articles (if (listp article) article (list article))))
10737     (dolist (article articles)
10738       (unless (numberp article)
10739         (error "%s is not a number" article))
10740       (push article gnus-newsgroup-replied)
10741       (let ((inhibit-read-only t))
10742         (when (gnus-summary-goto-subject article nil t)
10743           (gnus-summary-update-secondary-mark article))))))
10744
10745 (defun gnus-summary-mark-article-as-forwarded (article)
10746   "Mark ARTICLE as forwarded and update the summary line.
10747 ARTICLE can also be a list of articles."
10748   (let ((articles (if (listp article) article (list article))))
10749     (dolist (article articles)
10750       (push article gnus-newsgroup-forwarded)
10751       (let ((inhibit-read-only t))
10752         (when (gnus-summary-goto-subject article nil t)
10753           (gnus-summary-update-secondary-mark article))))))
10754
10755 (defun gnus-summary-set-bookmark (article)
10756   "Set a bookmark in current article."
10757   (interactive (list (gnus-summary-article-number)))
10758   (when (or (not (get-buffer gnus-article-buffer))
10759             (not gnus-current-article)
10760             (not gnus-article-current)
10761             (not (equal gnus-newsgroup-name (car gnus-article-current))))
10762     (error "No current article selected"))
10763   ;; Remove old bookmark, if one exists.
10764   (gnus-alist-pull article gnus-newsgroup-bookmarks)
10765   ;; Set the new bookmark, which is on the form
10766   ;; (article-number . line-number-in-body).
10767   (push
10768    (cons article
10769          (with-current-buffer gnus-article-buffer
10770            (count-lines
10771             (min (point)
10772                  (save-excursion
10773                    (article-goto-body)
10774                    (point)))
10775             (point))))
10776    gnus-newsgroup-bookmarks)
10777   (gnus-message 6 "A bookmark has been added to the current article."))
10778
10779 (defun gnus-summary-remove-bookmark (article)
10780   "Remove the bookmark from the current article."
10781   (interactive (list (gnus-summary-article-number)))
10782   ;; Remove old bookmark, if one exists.
10783   (if (not (assq article gnus-newsgroup-bookmarks))
10784       (gnus-message 6 "No bookmark in current article.")
10785     (gnus-alist-pull article gnus-newsgroup-bookmarks)
10786     (gnus-message 6 "Removed bookmark.")))
10787
10788 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
10789 (defun gnus-summary-mark-as-dormant (n)
10790   "Mark N articles forward as dormant.
10791 If N is negative, mark backward instead.  The difference between N and
10792 the actual number of articles marked is returned."
10793   (interactive "p")
10794   (gnus-summary-mark-forward n gnus-dormant-mark))
10795
10796 (defun gnus-summary-set-process-mark (article)
10797   "Set the process mark on ARTICLE and update the summary line."
10798   (setq gnus-newsgroup-processable
10799         (cons article
10800               (delq article gnus-newsgroup-processable)))
10801   (when (gnus-summary-goto-subject article)
10802     (gnus-summary-show-thread)
10803     (gnus-summary-goto-subject article)
10804     (gnus-summary-update-secondary-mark article)))
10805
10806 (defun gnus-summary-remove-process-mark (&rest articles)
10807   "Remove the process mark from ARTICLES and update the summary line."
10808   (dolist (article articles)
10809     (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
10810     (when (gnus-summary-goto-subject article)
10811       (gnus-summary-show-thread)
10812       (gnus-summary-goto-subject article)
10813       (gnus-summary-update-secondary-mark article)))
10814   t)
10815
10816 (defun gnus-summary-set-saved-mark (article)
10817   "Set the process mark on ARTICLE and update the summary line."
10818   (push article gnus-newsgroup-saved)
10819   (when (gnus-summary-goto-subject article)
10820     (gnus-summary-update-secondary-mark article)))
10821
10822 (defun gnus-summary-mark-forward (n &optional mark no-expire)
10823   "Mark N articles as read forwards.
10824 If N is negative, mark backwards instead.  Mark with MARK, ?r by default.
10825 The difference between N and the actual number of articles marked is
10826 returned.
10827 If NO-EXPIRE, auto-expiry will be inhibited."
10828   (interactive "p")
10829   (gnus-summary-show-thread)
10830   (let ((backward (< n 0))
10831         (gnus-summary-goto-unread
10832          (and gnus-summary-goto-unread
10833               (not (eq gnus-summary-goto-unread 'never))
10834               (not (memq mark (list gnus-unread-mark gnus-spam-mark
10835                                     gnus-ticked-mark gnus-dormant-mark)))))
10836         (n (abs n))
10837         (mark (or mark gnus-del-mark)))
10838     (while (and (> n 0)
10839                 (gnus-summary-mark-article nil mark no-expire)
10840                 (zerop (gnus-summary-next-subject
10841                         (if backward -1 1)
10842                         (and gnus-summary-goto-unread
10843                              (not (eq gnus-summary-goto-unread 'never)))
10844                         t)))
10845       (setq n (1- n)))
10846     (when (/= 0 n)
10847       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
10848     (gnus-summary-recenter)
10849     (gnus-summary-position-point)
10850     (gnus-set-mode-line 'summary)
10851     n))
10852
10853 (defun gnus-summary-mark-article-as-read (mark)
10854   "Mark the current article quickly as read with MARK."
10855   (let ((article (gnus-summary-article-number)))
10856     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10857     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10858     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
10859     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10860     (push (cons article mark) gnus-newsgroup-reads)
10861     ;; Possibly remove from cache, if that is used.
10862     (when gnus-use-cache
10863       (gnus-cache-enter-remove-article article))
10864     ;; Allow the backend to change the mark.
10865     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10866     ;; Check for auto-expiry.
10867     (when (and gnus-newsgroup-auto-expire
10868                (memq mark gnus-auto-expirable-marks))
10869       (setq mark gnus-expirable-mark)
10870       ;; Let the backend know about the mark change.
10871       (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10872       (push article gnus-newsgroup-expirable))
10873     ;; Set the mark in the buffer.
10874     (gnus-summary-update-mark mark 'unread)
10875     t))
10876
10877 (defun gnus-summary-mark-article-as-unread (mark)
10878   "Mark the current article quickly as unread with MARK."
10879   (let* ((article (gnus-summary-article-number))
10880          (old-mark (gnus-summary-article-mark article)))
10881     ;; Allow the backend to change the mark.
10882     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10883     (if (eq mark old-mark)
10884         t
10885       (if (<= article 0)
10886           (progn
10887             (gnus-error 1 "Can't mark negative article numbers")
10888             nil)
10889         (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10890         (setq gnus-newsgroup-spam-marked
10891               (delq article gnus-newsgroup-spam-marked))
10892         (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10893         (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
10894         (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
10895         (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10896         (cond ((= mark gnus-ticked-mark)
10897                (setq gnus-newsgroup-marked
10898                      (gnus-add-to-sorted-list gnus-newsgroup-marked
10899                                               article)))
10900               ((= mark gnus-spam-mark)
10901                (setq gnus-newsgroup-spam-marked
10902                      (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
10903                                               article)))
10904               ((= mark gnus-dormant-mark)
10905                (setq gnus-newsgroup-dormant
10906                      (gnus-add-to-sorted-list gnus-newsgroup-dormant
10907                                               article)))
10908               (t
10909                (setq gnus-newsgroup-unreads
10910                      (gnus-add-to-sorted-list gnus-newsgroup-unreads
10911                                               article))))
10912         (gnus-alist-pull article gnus-newsgroup-reads)
10913
10914         ;; See whether the article is to be put in the cache.
10915         (and gnus-use-cache
10916              (vectorp (gnus-summary-article-header article))
10917              (save-excursion
10918                (gnus-cache-possibly-enter-article
10919                 gnus-newsgroup-name article
10920                 (= mark gnus-ticked-mark)
10921                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10922
10923         ;; Fix the mark.
10924         (gnus-summary-update-mark mark 'unread)
10925         t))))
10926
10927 (defun gnus-summary-mark-article (&optional article mark no-expire)
10928   "Mark ARTICLE with MARK.  MARK can be any character.
10929 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
10930 `??' (dormant) and `?E' (expirable).
10931 If MARK is nil, then the default character `?r' is used.
10932 If ARTICLE is nil, then the article on the current line will be
10933 marked.
10934 If NO-EXPIRE, auto-expiry will be inhibited."
10935   ;; The mark might be a string.
10936   (when (stringp mark)
10937     (setq mark (aref mark 0)))
10938   ;; If no mark is given, then we check auto-expiring.
10939   (when (null mark)
10940     (setq mark gnus-del-mark))
10941   (when (and (not no-expire)
10942              gnus-newsgroup-auto-expire
10943              (memq mark gnus-auto-expirable-marks))
10944     (setq mark gnus-expirable-mark))
10945   (let ((article (or article (gnus-summary-article-number)))
10946         (old-mark (gnus-summary-article-mark article)))
10947     ;; Allow the backend to change the mark.
10948     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10949     (if (eq mark old-mark)
10950         t
10951       (unless article
10952         (error "No article on current line"))
10953       (if (not (if (or (= mark gnus-unread-mark)
10954                        (= mark gnus-ticked-mark)
10955                        (= mark gnus-spam-mark)
10956                        (= mark gnus-dormant-mark))
10957                    (gnus-mark-article-as-unread article mark)
10958                  (gnus-mark-article-as-read article mark)))
10959           t
10960         ;; See whether the article is to be put in the cache.
10961         (and gnus-use-cache
10962              (not (= mark gnus-canceled-mark))
10963              (vectorp (gnus-summary-article-header article))
10964              (save-excursion
10965                (gnus-cache-possibly-enter-article
10966                 gnus-newsgroup-name article
10967                 (= mark gnus-ticked-mark)
10968                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
10969
10970         (when (gnus-summary-goto-subject article nil t)
10971           (let ((inhibit-read-only t))
10972             (gnus-summary-show-thread)
10973             ;; Fix the mark.
10974             (gnus-summary-update-mark mark 'unread)
10975             t))))))
10976
10977 (defun gnus-summary-update-secondary-mark (article)
10978   "Update the secondary (read, process, cache) mark."
10979   (gnus-summary-update-mark
10980    (cond ((memq article gnus-newsgroup-processable)
10981           gnus-process-mark)
10982          ((memq article gnus-newsgroup-cached)
10983           gnus-cached-mark)
10984          ((memq article gnus-newsgroup-replied)
10985           gnus-replied-mark)
10986          ((memq article gnus-newsgroup-forwarded)
10987           gnus-forwarded-mark)
10988          ((memq article gnus-newsgroup-saved)
10989           gnus-saved-mark)
10990          ((memq article gnus-newsgroup-unseen)
10991           gnus-unseen-mark)
10992          (t gnus-no-mark))
10993    'replied)
10994   (when (gnus-visual-p 'summary-highlight 'highlight)
10995     (gnus-summary-highlight-line)
10996     (gnus-run-hooks 'gnus-summary-update-hook))
10997   t)
10998
10999 (defun gnus-summary-update-download-mark (article)
11000   "Update the download mark."
11001   (gnus-summary-update-mark
11002    (cond ((memq article gnus-newsgroup-undownloaded)
11003           gnus-undownloaded-mark)
11004          (gnus-newsgroup-agentized
11005           gnus-downloaded-mark)
11006          (t
11007           gnus-no-mark))
11008    'download)
11009   (gnus-summary-update-line t)
11010   t)
11011
11012 (defun gnus-summary-update-mark (mark type)
11013   (let ((forward (cdr (assq type gnus-summary-mark-positions)))
11014         (inhibit-read-only t))
11015     (re-search-backward "[\n\r]" (point-at-bol) 'move-to-limit)
11016     (when forward
11017       (when (looking-at "\r")
11018         (incf forward))
11019       (when (<= (+ forward (point)) (point-max))
11020         ;; Go to the right position on the line.
11021         (goto-char (+ forward (point)))
11022         ;; Replace the old mark with the new mark.
11023         (let ((to-insert
11024                (mm-subst-char-in-string
11025                 (char-after) mark
11026                 (buffer-substring (point) (1+ (point))))))
11027           (delete-region (point) (1+ (point)))
11028           (insert to-insert))
11029         ;; Optionally update the marks by some user rule.
11030         (when (eq type 'unread)
11031           (gnus-data-set-mark
11032            (gnus-data-find (gnus-summary-article-number)) mark)
11033           (gnus-summary-update-line (eq mark gnus-unread-mark)))))))
11034
11035 (defun gnus-mark-article-as-read (article &optional mark)
11036   "Enter ARTICLE in the pertinent lists and remove it from others."
11037   ;; Make the article expirable.
11038   (let ((mark (or mark gnus-del-mark)))
11039     (setq gnus-newsgroup-expirable
11040           (if (= mark gnus-expirable-mark)
11041               (gnus-add-to-sorted-list gnus-newsgroup-expirable article)
11042             (delq article gnus-newsgroup-expirable)))
11043     ;; Remove from unread and marked lists.
11044     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
11045     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
11046     (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
11047     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
11048     (push (cons article mark) gnus-newsgroup-reads)
11049     ;; Possibly remove from cache, if that is used.
11050     (when gnus-use-cache
11051       (gnus-cache-enter-remove-article article))
11052     t))
11053
11054 (defun gnus-mark-article-as-unread (article &optional mark)
11055   "Enter ARTICLE in the pertinent lists and remove it from others."
11056   (let ((mark (or mark gnus-ticked-mark)))
11057     (if (<= article 0)
11058         (progn
11059           (gnus-error 1 "Can't mark negative article numbers")
11060           nil)
11061       (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked)
11062             gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked)
11063             gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant)
11064             gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)
11065             gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
11066
11067       ;; Unsuppress duplicates?
11068       (when gnus-suppress-duplicates
11069         (gnus-dup-unsuppress-article article))
11070
11071       (cond ((= mark gnus-ticked-mark)
11072              (setq gnus-newsgroup-marked
11073                    (gnus-add-to-sorted-list gnus-newsgroup-marked article)))
11074             ((= mark gnus-spam-mark)
11075              (setq gnus-newsgroup-spam-marked
11076                    (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
11077                                             article)))
11078             ((= mark gnus-dormant-mark)
11079              (setq gnus-newsgroup-dormant
11080                    (gnus-add-to-sorted-list gnus-newsgroup-dormant article)))
11081             (t
11082              (setq gnus-newsgroup-unreads
11083                    (gnus-add-to-sorted-list gnus-newsgroup-unreads article))))
11084       (gnus-alist-pull article gnus-newsgroup-reads)
11085       t)))
11086
11087 (defun gnus-summary-tick-article-forward (n)
11088   "Tick N articles forwards.
11089 If N is negative, tick backwards instead.
11090 The difference between N and the number of articles ticked is returned."
11091   (interactive "p")
11092   (gnus-summary-mark-forward n gnus-ticked-mark))
11093
11094 (defun gnus-summary-tick-article-backward (n)
11095   "Tick N articles backwards.
11096 The difference between N and the number of articles ticked is returned."
11097   (interactive "p")
11098   (gnus-summary-mark-forward (- n) gnus-ticked-mark))
11099
11100 (defun gnus-summary-tick-article (&optional article clear-mark)
11101   "Mark current article as unread.
11102 Optional 1st argument ARTICLE specifies article number to be marked as unread.
11103 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
11104   (interactive)
11105   (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
11106                                        gnus-ticked-mark)))
11107
11108 (defun gnus-summary-mark-as-read-forward (n)
11109   "Mark N articles as read forwards.
11110 If N is negative, mark backwards instead.
11111 The difference between N and the actual number of articles marked is
11112 returned."
11113   (interactive "p")
11114   (gnus-summary-mark-forward n gnus-del-mark gnus-inhibit-user-auto-expire))
11115
11116 (defun gnus-summary-mark-as-read-backward (n)
11117   "Mark the N articles as read backwards.
11118 The difference between N and the actual number of articles marked is
11119 returned."
11120   (interactive "p")
11121   (gnus-summary-mark-forward
11122    (- n) gnus-del-mark gnus-inhibit-user-auto-expire))
11123
11124 (defun gnus-summary-mark-as-read (&optional article mark)
11125   "Mark current article as read.
11126 ARTICLE specifies the article to be marked as read.
11127 MARK specifies a string to be inserted at the beginning of the line."
11128   (gnus-summary-mark-article article mark))
11129
11130 (defun gnus-summary-clear-mark-forward (n)
11131   "Clear marks from N articles forward.
11132 If N is negative, clear backward instead.
11133 The difference between N and the number of marks cleared is returned."
11134   (interactive "p")
11135   (gnus-summary-mark-forward n gnus-unread-mark))
11136
11137 (defun gnus-summary-clear-mark-backward (n)
11138   "Clear marks from N articles backward.
11139 The difference between N and the number of marks cleared is returned."
11140   (interactive "p")
11141   (gnus-summary-mark-forward (- n) gnus-unread-mark))
11142
11143 (defun gnus-summary-mark-unread-as-read ()
11144   "Intended to be used by `gnus-mark-article-hook'."
11145   (when (memq gnus-current-article gnus-newsgroup-unreads)
11146     (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
11147
11148 (defun gnus-summary-mark-read-and-unread-as-read (&optional new-mark)
11149   "Intended to be used by `gnus-mark-article-hook'."
11150   (let ((mark (gnus-summary-article-mark)))
11151     (when (or (gnus-unread-mark-p mark)
11152               (gnus-read-mark-p mark))
11153       (gnus-summary-mark-article gnus-current-article
11154                                  (or new-mark gnus-read-mark)))))
11155
11156 (defun gnus-summary-mark-current-read-and-unread-as-read (&optional new-mark)
11157   "Intended to be used by `gnus-mark-article-hook'."
11158   (let ((mark (gnus-summary-article-mark)))
11159     (when (or (gnus-unread-mark-p mark)
11160               (gnus-read-mark-p mark))
11161       (gnus-summary-mark-article (gnus-summary-article-number)
11162                                  (or new-mark gnus-read-mark)))))
11163
11164 (defun gnus-summary-mark-unread-as-ticked ()
11165   "Intended to be used by `gnus-mark-article-hook'."
11166   (when (memq gnus-current-article gnus-newsgroup-unreads)
11167     (gnus-summary-mark-article gnus-current-article gnus-ticked-mark)))
11168
11169 (defun gnus-summary-mark-region-as-read (point mark all)
11170   "Mark all unread articles between point and mark as read.
11171 If given a prefix, mark all articles between point and mark as read,
11172 even ticked and dormant ones."
11173   (interactive "r\nP")
11174   (save-excursion
11175     (let (article)
11176       (goto-char point)
11177       (beginning-of-line)
11178       (while (and
11179               (< (point) mark)
11180               (progn
11181                 (when (or all
11182                           (memq (setq article (gnus-summary-article-number))
11183                                 gnus-newsgroup-unreads))
11184                   (gnus-summary-mark-article article gnus-del-mark))
11185                 t)
11186               (gnus-summary-find-next))))))
11187
11188 (defun gnus-summary-mark-below (score mark)
11189   "Mark articles with score less than SCORE with MARK."
11190   (interactive "P\ncMark: ")
11191   (setq score (if score
11192                   (prefix-numeric-value score)
11193                 (or gnus-summary-default-score 0)))
11194   (with-current-buffer gnus-summary-buffer
11195     (goto-char (point-min))
11196     (while
11197         (progn
11198           (and (< (gnus-summary-article-score) score)
11199                (gnus-summary-mark-article nil mark))
11200           (gnus-summary-find-next)))))
11201
11202 (defun gnus-summary-kill-below (&optional score)
11203   "Mark articles with score below SCORE as read."
11204   (interactive "P")
11205   (gnus-summary-mark-below score gnus-killed-mark))
11206
11207 (defun gnus-summary-clear-above (&optional score)
11208   "Clear all marks from articles with score above SCORE."
11209   (interactive "P")
11210   (gnus-summary-mark-above score gnus-unread-mark))
11211
11212 (defun gnus-summary-tick-above (&optional score)
11213   "Tick all articles with score above SCORE."
11214   (interactive "P")
11215   (gnus-summary-mark-above score gnus-ticked-mark))
11216
11217 (defun gnus-summary-mark-above (score mark)
11218   "Mark articles with score over SCORE with MARK."
11219   (interactive "P\ncMark: ")
11220   (setq score (if score
11221                   (prefix-numeric-value score)
11222                 (or gnus-summary-default-score 0)))
11223   (with-current-buffer gnus-summary-buffer
11224     (goto-char (point-min))
11225     (while (and (progn
11226                   (when (> (gnus-summary-article-score) score)
11227                     (gnus-summary-mark-article nil mark))
11228                   t)
11229                 (gnus-summary-find-next)))))
11230
11231 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
11232 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
11233 (defun gnus-summary-limit-include-expunged (&optional no-error)
11234   "Display all the hidden articles that were expunged for low scores."
11235   (interactive)
11236   (let ((inhibit-read-only t))
11237     (let ((scored gnus-newsgroup-scored)
11238           headers h)
11239       (while scored
11240         (unless (gnus-summary-article-header (caar scored))
11241           (and (setq h (gnus-number-to-header (caar scored)))
11242                (< (cdar scored) gnus-summary-expunge-below)
11243                (push h headers)))
11244         (setq scored (cdr scored)))
11245       (if (not headers)
11246           (when (not no-error)
11247             (error "No expunged articles hidden"))
11248         (goto-char (point-min))
11249         (push gnus-newsgroup-limit gnus-newsgroup-limits)
11250         (setq gnus-newsgroup-limit (copy-sequence gnus-newsgroup-limit))
11251         (dolist (x headers)
11252           (push (mail-header-number x) gnus-newsgroup-limit))
11253         (gnus-summary-prepare-unthreaded (nreverse headers))
11254         (goto-char (point-min))
11255         (gnus-summary-position-point)
11256         t))))
11257
11258 (defun gnus-summary-catchup (&optional all quietly to-here not-mark reverse)
11259   "Mark all unread articles in this newsgroup as read.
11260 If prefix argument ALL is non-nil, ticked and dormant articles will
11261 also be marked as read.
11262 If QUIETLY is non-nil, no questions will be asked.
11263
11264 If TO-HERE is non-nil, it should be a point in the buffer.  All
11265 articles before (after, if REVERSE is set) this point will be marked
11266 as read.
11267
11268 Note that this function will only catch up the unread article
11269 in the current summary buffer limitation.
11270
11271 The number of articles marked as read is returned."
11272   (interactive "P")
11273   (prog1
11274       (save-excursion
11275         (when (or quietly
11276                   (not gnus-interactive-catchup) ;Without confirmation?
11277                   gnus-expert-user
11278                   (gnus-y-or-n-p
11279                    (if all
11280                        "Mark absolutely all articles as read? "
11281                      "Mark all unread articles as read? ")))
11282           (if (and not-mark
11283                    (not gnus-newsgroup-adaptive)
11284                    (not gnus-newsgroup-auto-expire)
11285                    (not gnus-suppress-duplicates)
11286                    (or (not gnus-use-cache)
11287                        (eq gnus-use-cache 'passive)))
11288               (progn
11289                 (when all
11290                   (setq gnus-newsgroup-marked nil
11291                         gnus-newsgroup-spam-marked nil
11292                         gnus-newsgroup-dormant nil))
11293                 (setq gnus-newsgroup-unreads
11294                       (gnus-sorted-nunion
11295                        (gnus-sorted-intersection gnus-newsgroup-unreads
11296                                                  gnus-newsgroup-downloadable)
11297                        (gnus-sorted-difference gnus-newsgroup-unfetched
11298                                                gnus-newsgroup-cached))))
11299             ;; We actually mark all articles as canceled, which we
11300             ;; have to do when using auto-expiry or adaptive scoring.
11301             (gnus-summary-show-all-threads)
11302             (if (and to-here reverse)
11303                 (progn
11304                   (goto-char to-here)
11305                   (gnus-summary-mark-current-read-and-unread-as-read
11306                    gnus-catchup-mark)
11307                   (while (gnus-summary-find-next (not all))
11308                     (gnus-summary-mark-article-as-read gnus-catchup-mark)))
11309               (when (gnus-summary-first-subject (not all))
11310                 (while (and
11311                         (if to-here (< (point) to-here) t)
11312                         (gnus-summary-mark-article-as-read gnus-catchup-mark)
11313                         (gnus-summary-find-next (not all))))))
11314             (gnus-set-mode-line 'summary))
11315           t))
11316     (gnus-summary-position-point)))
11317
11318 (defun gnus-summary-catchup-to-here (&optional all)
11319   "Mark all unticked articles before the current one as read.
11320 If ALL is non-nil, also mark ticked and dormant articles as read."
11321   (interactive "P")
11322   (save-excursion
11323     (gnus-save-hidden-threads
11324       (let ((beg (point)))
11325         ;; We check that there are unread articles.
11326         (when (or all (gnus-summary-find-prev))
11327           (gnus-summary-catchup all t beg)))))
11328   (gnus-summary-position-point))
11329
11330 (defun gnus-summary-catchup-from-here (&optional all)
11331   "Mark all unticked articles after (and including) the current one as read.
11332 If ALL is non-nil, also mark ticked and dormant articles as read."
11333   (interactive "P")
11334   (save-excursion
11335     (gnus-save-hidden-threads
11336       (let ((beg (point)))
11337         ;; We check that there are unread articles.
11338         (when (or all (gnus-summary-find-next))
11339           (gnus-summary-catchup all t beg nil t)))))
11340   (gnus-summary-position-point))
11341
11342 (defun gnus-summary-catchup-all (&optional quietly)
11343   "Mark all articles in this newsgroup as read.
11344 This command is dangerous.  Normally, you want \\[gnus-summary-catchup]
11345 instead, which marks only unread articles as read."
11346   (interactive "P")
11347   (gnus-summary-catchup t quietly))
11348
11349 (defun gnus-summary-catchup-and-exit (&optional all quietly)
11350   "Mark all unread articles in this group as read, then exit.
11351 If prefix argument ALL is non-nil, all articles are marked as read.
11352 If QUIETLY is non-nil, no questions will be asked."
11353   (interactive "P")
11354   (when (gnus-summary-catchup all quietly nil 'fast)
11355     ;; Select next newsgroup or exit.
11356     (if (and (not (gnus-group-quit-config gnus-newsgroup-name))
11357              (eq gnus-auto-select-next 'quietly))
11358         (gnus-summary-next-group nil)
11359       (gnus-summary-exit))))
11360
11361 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
11362   "Mark all articles in this newsgroup as read, and then exit.
11363 This command is dangerous.  Normally, you want \\[gnus-summary-catchup-and-exit]
11364 instead, which marks only unread articles as read."
11365   (interactive "P")
11366   (gnus-summary-catchup-and-exit t quietly))
11367
11368 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
11369   "Mark all articles in this group as read and select the next group.
11370 If given a prefix, mark all articles, unread as well as ticked, as
11371 read."
11372   (interactive "P")
11373   (save-excursion
11374     (gnus-summary-catchup all))
11375   (gnus-summary-next-group))
11376
11377 (defun gnus-summary-catchup-and-goto-prev-group (&optional all)
11378   "Mark all articles in this group as read and select the previous group.
11379 If given a prefix, mark all articles, unread as well as ticked, as
11380 read."
11381   (interactive "P")
11382   (save-excursion
11383     (gnus-summary-catchup all))
11384   (gnus-summary-next-group nil nil t))
11385
11386 ;;;
11387 ;;; with article
11388 ;;;
11389
11390 (defmacro gnus-with-article (article &rest forms)
11391   "Select ARTICLE and perform FORMS in the original article buffer.
11392 Then replace the article with the result."
11393   `(progn
11394      ;; We don't want the article to be marked as read.
11395      (let (gnus-mark-article-hook)
11396        (gnus-summary-select-article t t nil ,article))
11397      (set-buffer gnus-original-article-buffer)
11398      ,@forms
11399      (if (not (gnus-check-backend-function
11400                'request-replace-article (car gnus-article-current)))
11401          (gnus-message 5 "Read-only group; not replacing")
11402        (unless (gnus-request-replace-article
11403                 ,article (car gnus-article-current)
11404                 (current-buffer) t)
11405          (error "Couldn't replace article")))
11406      ;; The cache and backlog have to be flushed somewhat.
11407      (when gnus-keep-backlog
11408        (gnus-backlog-remove-article
11409         (car gnus-article-current) (cdr gnus-article-current)))
11410      (when gnus-use-cache
11411        (gnus-cache-update-article
11412         (car gnus-article-current) (cdr gnus-article-current)))))
11413
11414 (put 'gnus-with-article 'lisp-indent-function 1)
11415 (put 'gnus-with-article 'edebug-form-spec '(form body))
11416
11417 ;; Thread-based commands.
11418
11419 (defun gnus-summary-articles-in-thread (&optional article)
11420   "Return a list of all articles in the current thread.
11421 If ARTICLE is non-nil, return all articles in the thread that starts
11422 with that article."
11423   (let* ((article (or article (gnus-summary-article-number)))
11424          (data (gnus-data-find-list article))
11425          (top-level (gnus-data-level (car data)))
11426          (top-subject
11427           (cond ((null gnus-thread-operation-ignore-subject)
11428                  (gnus-simplify-subject-re
11429                   (mail-header-subject (gnus-data-header (car data)))))
11430                 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
11431                  (gnus-simplify-subject-fuzzy
11432                   (mail-header-subject (gnus-data-header (car data)))))
11433                 (t nil)))
11434          (end-point (save-excursion
11435                       (goto-char (gnus-data-pos (car data)))
11436                       (if (gnus-summary-go-to-next-thread)
11437                           (point) (point-max))))
11438          articles)
11439     (while (and data
11440                 (< (gnus-data-pos (car data)) end-point))
11441       (when (or (not top-subject)
11442                 (string= top-subject
11443                          (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
11444                              (gnus-simplify-subject-fuzzy
11445                               (mail-header-subject
11446                                (gnus-data-header (car data))))
11447                            (gnus-simplify-subject-re
11448                             (mail-header-subject
11449                              (gnus-data-header (car data)))))))
11450         (push (gnus-data-number (car data)) articles))
11451       (unless (and (setq data (cdr data))
11452                    (> (gnus-data-level (car data)) top-level))
11453         (setq data nil)))
11454     ;; Return the list of articles.
11455     (nreverse articles)))
11456
11457 (defun gnus-summary-rethread-current ()
11458   "Rethread the thread the current article is part of."
11459   (interactive)
11460   (let* ((gnus-show-threads t)
11461          (article (gnus-summary-article-number))
11462          (id (mail-header-id (gnus-summary-article-header)))
11463          (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
11464     (unless id
11465       (error "No article on the current line"))
11466     (gnus-rebuild-thread id)
11467     (gnus-summary-goto-subject article)))
11468
11469 (defun gnus-summary-reparent-thread ()
11470   "Make the current article child of the marked (or previous) article.
11471
11472 Note that the re-threading will only work if `gnus-thread-ignore-subject'
11473 is non-nil or the Subject: of both articles are the same."
11474   (interactive)
11475   (unless (not (gnus-group-read-only-p))
11476     (error "The current newsgroup does not support article editing"))
11477   (unless (<= (length gnus-newsgroup-processable) 1)
11478     (error "No more than one article may be marked"))
11479   (let ((child (gnus-summary-article-number))
11480         ;; First grab the marked article, otherwise one line up.
11481         (parent (if (not (null gnus-newsgroup-processable))
11482                     (car gnus-newsgroup-processable)
11483                   (save-excursion
11484                     (if (eq (forward-line -1) 0)
11485                         (gnus-summary-article-number)
11486                       (error "Beginning of summary buffer"))))))
11487     (gnus-summary-reparent-children parent (list child))))
11488
11489 (defun gnus-summary-reparent-children (parent children)
11490   "Make PARENT the parent of CHILDREN.
11491 When called interactively, PARENT is the current article and CHILDREN
11492 are the process-marked articles."
11493   (interactive
11494    (list (gnus-summary-article-number)
11495          (gnus-summary-work-articles nil)))
11496   (dolist (child children)
11497     (save-window-excursion
11498       (let ((gnus-article-buffer " *reparent*"))
11499         (unless (not (eq parent child))
11500           (error "An article may not be self-referential"))
11501         (let ((message-id (mail-header-id
11502                            (gnus-summary-article-header parent))))
11503           (unless (and message-id (not (equal message-id "")))
11504             (error "No message-id in desired parent"))
11505           (gnus-with-article child
11506             (save-restriction
11507               (goto-char (point-min))
11508               (message-narrow-to-head)
11509               (if (re-search-forward "^References: " nil t)
11510                   (progn
11511                     (re-search-forward "^[^ \t]" nil t)
11512                     (forward-line -1)
11513                     (end-of-line)
11514                     (insert " " message-id))
11515                 (insert "References: " message-id "\n"))))
11516           (set-buffer gnus-summary-buffer)
11517           (gnus-summary-unmark-all-processable)
11518           (gnus-summary-update-article child)
11519           (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
11520             (gnus-summary-update-secondary-mark (cdr gnus-article-current)))
11521           (gnus-summary-rethread-current)
11522           (gnus-message 3 "Article %d is now the child of article %d"
11523                         child parent))))))
11524
11525 (defun gnus-summary-toggle-threads (&optional arg)
11526   "Toggle showing conversation threads.
11527 If ARG is positive number, turn showing conversation threads on."
11528   (interactive "P")
11529   (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
11530     (setq gnus-show-threads
11531           (if (null arg) (not gnus-show-threads)
11532             (> (prefix-numeric-value arg) 0)))
11533     (gnus-summary-prepare)
11534     (gnus-summary-goto-subject current)
11535     (gnus-message 6 "Threading is now %s" (if gnus-show-threads "on" "off"))
11536     (gnus-summary-position-point)))
11537
11538 (eval-and-compile
11539   (if (fboundp 'remove-overlays)
11540       (defalias 'gnus-remove-overlays 'remove-overlays)
11541     (defun gnus-remove-overlays (beg end name val)
11542       "Clear BEG and END of overlays whose property NAME has value VAL.
11543 For compatibility with XEmacs."
11544       (dolist (ov (gnus-overlays-in beg end))
11545         (when (eq (gnus-overlay-get ov name) val)
11546           (gnus-delete-overlay ov))))))
11547
11548 (defun gnus-summary-show-all-threads ()
11549   "Show all threads."
11550   (interactive)
11551   (gnus-remove-overlays (point-min) (point-max) 'invisible 'gnus-sum)
11552   (gnus-summary-position-point))
11553
11554 (defsubst gnus-summary--inv (p)
11555   (and (eq (get-char-property p 'invisible) 'gnus-sum) p))
11556
11557 (defun gnus-summary-show-thread ()
11558   "Show thread subtrees.
11559 Returns nil if no thread was there to be shown."
11560   (interactive)
11561   (let* ((orig (point))
11562          (end (point-at-eol))
11563          (end (or (gnus-summary--inv end) (gnus-summary--inv (1- end))))
11564          ;; Leave point at bol
11565          (beg (progn (beginning-of-line) (if (bobp) (point) (1- (point)))))
11566          (eoi (when end
11567                 (if (fboundp 'next-single-char-property-change)
11568                     (or (next-single-char-property-change end 'invisible)
11569                         (point-max))
11570                   (while (progn
11571                            (end-of-line 2)
11572                            (and (not (eobp))
11573                                 (eq (get-char-property (point) 'invisible)
11574                                     'gnus-sum))))
11575                   (point)))))
11576     (when eoi
11577       (gnus-remove-overlays beg eoi 'invisible 'gnus-sum)
11578       (goto-char orig)
11579       (gnus-summary-position-point)
11580       eoi)))
11581
11582 (defun gnus-summary-maybe-hide-threads ()
11583   "If requested, hide the threads that should be hidden."
11584   (when (and gnus-show-threads
11585              gnus-thread-hide-subtree)
11586     (gnus-summary-hide-all-threads
11587      (if (or (consp gnus-thread-hide-subtree)
11588              (functionp gnus-thread-hide-subtree))
11589          (gnus-make-predicate gnus-thread-hide-subtree)
11590        nil))))
11591
11592 ;;; Hiding predicates.
11593
11594 (defun gnus-article-unread-p (header)
11595   (memq (mail-header-number header) gnus-newsgroup-unreads))
11596
11597 (defun gnus-article-unseen-p (header)
11598   (memq (mail-header-number header) gnus-newsgroup-unseen))
11599
11600 (defun gnus-map-articles (predicate articles)
11601   "Map PREDICATE over ARTICLES and return non-nil if any predicate is non-nil."
11602   (apply 'gnus-or (mapcar predicate
11603                           (mapcar (lambda (number)
11604                                     (gnus-summary-article-header number))
11605                                   articles))))
11606
11607 (defun gnus-summary-hide-all-threads (&optional predicate)
11608   "Hide all thread subtrees.
11609 If PREDICATE is supplied, threads that satisfy this predicate
11610 will not be hidden."
11611   (interactive)
11612   (save-excursion
11613     (goto-char (point-min))
11614     (let ((end nil)
11615           (count 0))
11616       (while (not end)
11617         (incf count)
11618         (when (zerop (mod count 1000))
11619           (message "Hiding all threads... %d" count))
11620         (when (or (not predicate)
11621                   (gnus-map-articles
11622                    predicate (gnus-summary-article-children)))
11623             (gnus-summary-hide-thread))
11624         (setq end (not (zerop (gnus-summary-next-thread 1 t)))))))
11625   (gnus-summary-position-point))
11626
11627 (defun gnus-summary-hide-thread ()
11628   "Hide thread subtrees.
11629 If PREDICATE is supplied, threads that satisfy this predicate
11630 will not be hidden.
11631 Returns nil if no threads were there to be hidden."
11632   (interactive)
11633   (let ((start (point))
11634         (starteol (line-end-position))
11635         (article (gnus-summary-article-number)))
11636     (goto-char start)
11637     ;; Go forward until either the buffer ends or the subthread ends.
11638     (when (and (not (eobp))
11639                (or (zerop (gnus-summary-next-thread 1 t))
11640                    (goto-char (point-max))))
11641       (if (and (> (point) start)
11642                ;; FIXME: this should actually search for a non-invisible \n.
11643                (search-backward "\n" start t))
11644           (progn
11645             (when (> (point) starteol)
11646               (gnus-remove-overlays starteol (point) 'invisible 'gnus-sum)
11647               (let ((ol (gnus-make-overlay starteol (point) nil t nil)))
11648                 (gnus-overlay-put ol 'invisible 'gnus-sum)
11649                 (gnus-overlay-put ol 'evaporate t)))
11650             (gnus-summary-goto-subject article)
11651             (when (> start (point))
11652               (message "Hiding the thread moved us backwards, aborting!")
11653               (goto-char (point-max))))
11654         (goto-char start)
11655         nil))))
11656
11657 (defun gnus-summary-go-to-next-thread (&optional previous)
11658   "Go to the same level (or less) next thread.
11659 If PREVIOUS is non-nil, go to previous thread instead.
11660 Return the article number moved to, or nil if moving was impossible."
11661   (let ((level (gnus-summary-thread-level))
11662         (way (if previous -1 1))
11663         (beg (point)))
11664     (forward-line way)
11665     (while (and (not (eobp))
11666                 (< level (gnus-summary-thread-level)))
11667       (forward-line way))
11668     (if (eobp)
11669         (progn
11670           (goto-char beg)
11671           nil)
11672       (setq beg (point))
11673       (prog1
11674           (gnus-summary-article-number)
11675         (goto-char beg)))))
11676
11677 (defun gnus-summary-next-thread (n &optional silent)
11678   "Go to the same level next N'th thread.
11679 If N is negative, search backward instead.
11680 Returns the difference between N and the number of skips actually
11681 done.
11682
11683 If SILENT, don't output messages."
11684   (interactive "p")
11685   (let ((backward (< n 0))
11686         (n (abs n)))
11687     (while (and (> n 0)
11688                 (gnus-summary-go-to-next-thread backward))
11689       (decf n))
11690     (unless silent
11691       (gnus-summary-position-point))
11692     (when (and (not silent) (/= 0 n))
11693       (gnus-message 7 "No more threads"))
11694     n))
11695
11696 (defun gnus-summary-prev-thread (n)
11697   "Go to the same level previous N'th thread.
11698 Returns the difference between N and the number of skips actually
11699 done."
11700   (interactive "p")
11701   (gnus-summary-next-thread (- n)))
11702
11703 (defun gnus-summary-go-down-thread ()
11704   "Go down one level in the current thread."
11705   (let ((children (gnus-summary-article-children)))
11706     (when children
11707       (gnus-summary-goto-subject (car children)))))
11708
11709 (defun gnus-summary-go-up-thread ()
11710   "Go up one level in the current thread."
11711   (let ((parent (gnus-summary-article-parent)))
11712     (when parent
11713       (gnus-summary-goto-subject parent))))
11714
11715 (defun gnus-summary-down-thread (n)
11716   "Go down thread N steps.
11717 If N is negative, go up instead.
11718 Returns the difference between N and how many steps down that were
11719 taken."
11720   (interactive "p")
11721   (let ((up (< n 0))
11722         (n (abs n)))
11723     (while (and (> n 0)
11724                 (if up (gnus-summary-go-up-thread)
11725                   (gnus-summary-go-down-thread)))
11726       (setq n (1- n)))
11727     (gnus-summary-position-point)
11728     (when (/= 0 n)
11729       (gnus-message 7 "Can't go further"))
11730     n))
11731
11732 (defun gnus-summary-up-thread (n)
11733   "Go up thread N steps.
11734 If N is negative, go down instead.
11735 Returns the difference between N and how many steps down that were
11736 taken."
11737   (interactive "p")
11738   (gnus-summary-down-thread (- n)))
11739
11740 (defun gnus-summary-top-thread ()
11741   "Go to the top of the thread."
11742   (interactive)
11743   (while (gnus-summary-go-up-thread))
11744   (gnus-summary-article-number))
11745
11746 (defun gnus-summary-expire-thread ()
11747   "Mark articles under current thread as expired."
11748   (interactive)
11749   (gnus-summary-kill-thread 0))
11750
11751 (defun gnus-summary-kill-thread (&optional unmark)
11752   "Mark articles under current thread as read.
11753 If the prefix argument is positive, remove any kinds of marks.
11754 If the prefix argument is zero, mark thread as expired.
11755 If the prefix argument is negative, tick articles instead."
11756   (interactive "P")
11757   (when unmark
11758     (setq unmark (prefix-numeric-value unmark)))
11759   (let ((articles (gnus-summary-articles-in-thread))
11760         (hide (or (null unmark) (= unmark 0))))
11761     (save-excursion
11762       ;; Expand the thread.
11763       (gnus-summary-show-thread)
11764       ;; Mark all the articles.
11765       (while articles
11766         (gnus-summary-goto-subject (car articles))
11767         (cond ((null unmark)
11768                (gnus-summary-mark-article-as-read gnus-killed-mark))
11769               ((> unmark 0)
11770                (gnus-summary-mark-article-as-unread gnus-unread-mark))
11771               ((= unmark 0)
11772                (gnus-summary-mark-article nil gnus-expirable-mark))
11773               (t
11774                (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
11775         (setq articles (cdr articles))))
11776     ;; Hide killed subtrees when hide is true.
11777     (and hide
11778          gnus-thread-hide-killed
11779          (gnus-summary-hide-thread))
11780     ;; If hide is t, go to next unread subject.
11781     (when hide
11782       ;; Go to next unread subject.
11783       (gnus-summary-next-subject 1 t)))
11784   (gnus-set-mode-line 'summary))
11785
11786 ;; Summary sorting commands
11787
11788 (defun gnus-summary-sort-by-number (&optional reverse)
11789   "Sort the summary buffer by article number.
11790 Argument REVERSE means reverse order."
11791   (interactive "P")
11792   (gnus-summary-sort 'number reverse))
11793
11794 (defun gnus-summary-sort-by-most-recent-number (&optional reverse)
11795   "Sort the summary buffer by most recent article number.
11796 Argument REVERSE means reverse order."
11797   (interactive "P")
11798   (gnus-summary-sort 'most-recent-number reverse))
11799
11800 (defun gnus-summary-sort-by-random (&optional reverse)
11801   "Randomize the order in the summary buffer.
11802 Argument REVERSE means to randomize in reverse order."
11803   (interactive "P")
11804   (gnus-summary-sort 'random reverse))
11805
11806 (defun gnus-summary-sort-by-author (&optional reverse)
11807   "Sort the summary buffer by author name alphabetically.
11808 If `case-fold-search' is non-nil, case of letters is ignored.
11809 Argument REVERSE means reverse order."
11810   (interactive "P")
11811   (gnus-summary-sort 'author reverse))
11812
11813 (defun gnus-summary-sort-by-recipient (&optional reverse)
11814   "Sort the summary buffer by recipient name alphabetically.
11815 If `case-fold-search' is non-nil, case of letters is ignored.
11816 Argument REVERSE means reverse order."
11817   (interactive "P")
11818   (gnus-summary-sort 'recipient reverse))
11819
11820 (defun gnus-summary-sort-by-subject (&optional reverse)
11821   "Sort the summary buffer by subject alphabetically.  `Re:'s are ignored.
11822 If `case-fold-search' is non-nil, case of letters is ignored.
11823 Argument REVERSE means reverse order."
11824   (interactive "P")
11825   (gnus-summary-sort 'subject reverse))
11826
11827 (defun gnus-summary-sort-by-date (&optional reverse)
11828   "Sort the summary buffer by date.
11829 Argument REVERSE means reverse order."
11830   (interactive "P")
11831   (gnus-summary-sort 'date reverse))
11832
11833 (defun gnus-summary-sort-by-most-recent-date (&optional reverse)
11834   "Sort the summary buffer by most recent date.
11835 Argument REVERSE means reverse order."
11836   (interactive "P")
11837   (gnus-summary-sort 'most-recent-date reverse))
11838
11839 (defun gnus-summary-sort-by-score (&optional reverse)
11840   "Sort the summary buffer by score.
11841 Argument REVERSE means reverse order."
11842   (interactive "P")
11843   (gnus-summary-sort 'score reverse))
11844
11845 (defun gnus-summary-sort-by-lines (&optional reverse)
11846   "Sort the summary buffer by the number of lines.
11847 Argument REVERSE means reverse order."
11848   (interactive "P")
11849   (gnus-summary-sort 'lines reverse))
11850
11851 (defun gnus-summary-sort-by-chars (&optional reverse)
11852   "Sort the summary buffer by article length.
11853 Argument REVERSE means reverse order."
11854   (interactive "P")
11855   (gnus-summary-sort 'chars reverse))
11856
11857 (defun gnus-summary-sort-by-original (&optional reverse)
11858   "Sort the summary buffer using the default sorting method.
11859 Argument REVERSE means reverse order."
11860   (interactive "P")
11861   (let* ((inhibit-read-only t)
11862          (gnus-summary-prepare-hook nil))
11863     ;; We do the sorting by regenerating the threads.
11864     (gnus-summary-prepare)
11865     ;; Hide subthreads if needed.
11866     (gnus-summary-maybe-hide-threads)))
11867
11868 (defun gnus-summary-sort (predicate reverse)
11869   "Sort summary buffer by PREDICATE.  REVERSE means reverse order."
11870   (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
11871          (article (intern (format "gnus-article-sort-by-%s" predicate)))
11872          (gnus-thread-sort-functions
11873           (if (not reverse)
11874               thread
11875             `(lambda (t1 t2)
11876                (,thread t2 t1))))
11877          (gnus-sort-gathered-threads-function
11878           gnus-thread-sort-functions)
11879          (gnus-article-sort-functions
11880           (if (not reverse)
11881               article
11882             `(lambda (t1 t2)
11883                (,article t2 t1))))
11884          (inhibit-read-only t)
11885          (gnus-summary-prepare-hook nil))
11886     ;; We do the sorting by regenerating the threads.
11887     (gnus-summary-prepare)
11888     ;; Hide subthreads if needed.
11889     (gnus-summary-maybe-hide-threads)))
11890
11891 ;; Summary saving commands.
11892
11893 (defun gnus-summary-save-article (&optional n not-saved)
11894   "Save the current article using the default saver function.
11895 If N is a positive number, save the N next articles.
11896 If N is a negative number, save the N previous articles.
11897 If N is nil and any articles have been marked with the process mark,
11898 save those articles instead.
11899 The variable `gnus-default-article-saver' specifies the saver function.
11900
11901 If the optional second argument NOT-SAVED is non-nil, articles saved
11902 will not be marked as saved."
11903   (interactive "P")
11904   (require 'gnus-art)
11905   (let* ((articles (gnus-summary-work-articles n))
11906          (save-buffer (save-excursion
11907                         (nnheader-set-temp-buffer " *Gnus Save*")))
11908          (num (length articles))
11909          ;; Whether to save decoded articles or raw articles.
11910          (decode (when gnus-article-save-coding-system
11911                    (get gnus-default-article-saver :decode)))
11912          ;; When saving many articles in a single file, use the other
11913          ;; function to save articles other than the first one.
11914          (saver2 (get gnus-default-article-saver :function))
11915          (gnus-prompt-before-saving (if saver2
11916                                         t
11917                                       gnus-prompt-before-saving))
11918          (gnus-default-article-saver gnus-default-article-saver)
11919          header file)
11920     (dolist (article articles)
11921       (setq header (gnus-summary-article-header article))
11922       (if (not (vectorp header))
11923           ;; This is a pseudo-article.
11924           (if (assq 'name header)
11925               (gnus-copy-file (cdr (assq 'name header)))
11926             (gnus-message 1 "Article %d is unsavable" article))
11927         ;; This is a real article.
11928         (save-window-excursion
11929           (gnus-summary-select-article decode decode nil article)
11930           (gnus-summary-goto-subject article))
11931         (with-current-buffer save-buffer
11932           (erase-buffer)
11933           (insert-buffer-substring (if decode
11934                                        gnus-article-buffer
11935                                      gnus-original-article-buffer)))
11936         (setq file (gnus-article-save save-buffer file num))
11937         (gnus-summary-remove-process-mark article)
11938         (unless not-saved
11939           (gnus-summary-set-saved-mark article)))
11940       (when saver2
11941         (setq gnus-default-article-saver saver2
11942               saver2 nil)))
11943     (gnus-kill-buffer save-buffer)
11944     (gnus-summary-position-point)
11945     (gnus-set-mode-line 'summary)
11946     n))
11947
11948 (defun gnus-summary-pipe-output (&optional n sym)
11949   "Pipe the current article to a subprocess.
11950 If N is a positive number, pipe the N next articles.
11951 If N is a negative number, pipe the N previous articles.
11952 If N is nil and any articles have been marked with the process mark,
11953 pipe those articles instead.
11954 The default command to which articles are piped is specified by the
11955 variable `gnus-summary-pipe-output-default-command'; if it is nil, you
11956 will be prompted for the command.
11957
11958 The properties `:decode' and `:headers' that are put to the function
11959 symbol `gnus-summary-save-in-pipe' control whether this function
11960 decodes articles and what headers to keep (see the doc string for the
11961 `gnus-default-article-saver' variable).  If SYM (the symbolic prefix)
11962 is neither omitted nor the symbol `r', force including all headers
11963 regardless of the `:headers' property.  If it is the symbol `r',
11964 articles that are not decoded and include all headers will be piped
11965 no matter what the properties `:decode' and `:headers' are."
11966   (interactive (gnus-interactive "P\ny"))
11967   (require 'gnus-art)
11968   (let* ((articles (gnus-summary-work-articles n))
11969          (result-buffer "*Shell Command Output*")
11970          (all-headers (not (memq sym '(nil r))))
11971          (gnus-save-all-headers (or all-headers gnus-save-all-headers))
11972          (raw (eq sym 'r))
11973          (headers (get 'gnus-summary-save-in-pipe :headers))
11974          command result)
11975     (unless (numberp (car articles))
11976       (error "No article to pipe"))
11977     (setq command (gnus-read-shell-command
11978                    (concat "Shell command on "
11979                            (if (cdr articles)
11980                                (format "these %d articles" (length articles))
11981                              "this article")
11982                            ": ")
11983                    gnus-summary-pipe-output-default-command))
11984     (when (string-equal command "")
11985       (error "A command is required"))
11986     (when all-headers
11987       (put 'gnus-summary-save-in-pipe :headers nil))
11988     (unwind-protect
11989         (while articles
11990           (gnus-summary-goto-subject (pop articles))
11991           (save-window-excursion (gnus-summary-save-in-pipe command raw))
11992           (when (and (get-buffer result-buffer)
11993                      (not (zerop (buffer-size (get-buffer result-buffer)))))
11994             (setq result (concat result (with-current-buffer result-buffer
11995                                           (buffer-string))))))
11996       (put 'gnus-summary-save-in-pipe :headers headers))
11997     (unless (zerop (length result))
11998       (if (with-current-buffer (get-buffer-create result-buffer)
11999             (erase-buffer)
12000             (insert result)
12001             (prog1
12002                 (and (= (count-lines (point-min) (point)) 1)
12003                      (progn
12004                        (end-of-line 0)
12005                        (<= (current-column)
12006                            (window-width (minibuffer-window)))))
12007               (goto-char (point-min))))
12008           (message "%s" (substring result 0 -1))
12009         (message nil)
12010         (gnus-configure-windows 'pipe)))))
12011
12012 (defun gnus-summary-save-article-mail (&optional arg)
12013   "Append the current article to a Unix mail box file.
12014 If N is a positive number, save the N next articles.
12015 If N is a negative number, save the N previous articles.
12016 If N is nil and any articles have been marked with the process mark,
12017 save those articles instead."
12018   (interactive "P")
12019   (require 'gnus-art)
12020   (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
12021     (gnus-summary-save-article arg)))
12022
12023 (defun gnus-summary-save-article-rmail (&optional arg)
12024   "Append the current article to an rmail file.
12025 If N is a positive number, save the N next articles.
12026 If N is a negative number, save the N previous articles.
12027 If N is nil and any articles have been marked with the process mark,
12028 save those articles instead."
12029   (interactive "P")
12030   (require 'gnus-art)
12031   (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
12032     (gnus-summary-save-article arg)))
12033
12034 (defun gnus-summary-save-article-file (&optional arg)
12035   "Append the current article to a file.
12036 If N is a positive number, save the N next articles.
12037 If N is a negative number, save the N previous articles.
12038 If N is nil and any articles have been marked with the process mark,
12039 save those articles instead."
12040   (interactive "P")
12041   (require 'gnus-art)
12042   (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
12043     (gnus-summary-save-article arg)))
12044
12045 (defun gnus-summary-write-article-file (&optional arg)
12046   "Write the current article to a file, deleting the previous file.
12047 If N is a positive number, save the N next articles.
12048 If N is a negative number, save the N previous articles.
12049 If N is nil and any articles have been marked with the process mark,
12050 save those articles instead."
12051   (interactive "P")
12052   (require 'gnus-art)
12053   (let ((gnus-default-article-saver 'gnus-summary-write-to-file))
12054     (gnus-summary-save-article arg)))
12055
12056 (defun gnus-summary-save-article-body-file (&optional arg)
12057   "Append the current article body to a file.
12058 If N is a positive number, save the N next articles.
12059 If N is a negative number, save the N previous articles.
12060 If N is nil and any articles have been marked with the process mark,
12061 save those articles instead."
12062   (interactive "P")
12063   (require 'gnus-art)
12064   (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
12065     (gnus-summary-save-article arg)))
12066
12067 (defun gnus-summary-write-article-body-file (&optional arg)
12068   "Write the current article body to a file, deleting the previous file.
12069 If N is a positive number, save the N next articles.
12070 If N is a negative number, save the N previous articles.
12071 If N is nil and any articles have been marked with the process mark,
12072 save those articles instead."
12073   (interactive "P")
12074   (require 'gnus-art)
12075   (let ((gnus-default-article-saver 'gnus-summary-write-body-to-file))
12076     (gnus-summary-save-article arg)))
12077
12078 (defun gnus-summary-muttprint (&optional arg)
12079   "Print the current article using Muttprint.
12080 If N is a positive number, save the N next articles.
12081 If N is a negative number, save the N previous articles.
12082 If N is nil and any articles have been marked with the process mark,
12083 save those articles instead."
12084   (interactive "P")
12085   (require 'gnus-art)
12086   (let ((gnus-default-article-saver 'gnus-summary-pipe-to-muttprint))
12087     (gnus-summary-save-article arg t)))
12088
12089 (defun gnus-summary-pipe-message (program)
12090   "Pipe the current article through PROGRAM."
12091   (interactive "sProgram: ")
12092   (gnus-summary-select-article)
12093   (let ((mail-header-separator ""))
12094     (gnus-eval-in-buffer-window gnus-article-buffer
12095       (save-restriction
12096         (widen)
12097         (let ((start (window-start))
12098               (inhibit-read-only t))
12099           (message-pipe-buffer-body program)
12100           (set-window-start (get-buffer-window (current-buffer)) start))))))
12101
12102 (defun gnus-get-split-value (methods)
12103   "Return a value based on the split METHODS."
12104   (let (split-name method result match)
12105     (when methods
12106       (with-current-buffer gnus-original-article-buffer
12107         (save-restriction
12108           (nnheader-narrow-to-headers)
12109           (while (and methods (not split-name))
12110             (goto-char (point-min))
12111             (setq method (pop methods))
12112             (setq match (car method))
12113             (when (cond
12114                    ((stringp match)
12115                     ;; Regular expression.
12116                     (ignore-errors
12117                       (re-search-forward match nil t)))
12118                    ((functionp match)
12119                     ;; Function.
12120                     (save-restriction
12121                       (widen)
12122                       (setq result (funcall match gnus-newsgroup-name))))
12123                    ((consp match)
12124                     ;; Form.
12125                     (save-restriction
12126                       (widen)
12127                       (setq result (eval match)))))
12128               (setq split-name (cdr method))
12129               (cond ((stringp result)
12130                      (push (expand-file-name
12131                             result gnus-article-save-directory)
12132                            split-name))
12133                     ((consp result)
12134                      (setq split-name (append result split-name)))))))))
12135     (nreverse split-name)))
12136
12137 (defun gnus-valid-move-group-p (group)
12138   (and (symbolp group)
12139        (boundp group)
12140        (symbol-name group)
12141        (symbol-value group)
12142        (gnus-get-function (gnus-find-method-for-group
12143                            (symbol-name group)) 'request-accept-article t)))
12144
12145 (defun gnus-read-move-group-name (prompt default articles prefix)
12146   "Read a group name."
12147   (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
12148          (minibuffer-confirm-incomplete nil) ; XEmacs
12149          (prom
12150           (format "%s %s to"
12151                   prompt
12152                   (if (> (length articles) 1)
12153                       (format "these %d articles" (length articles))
12154                     "this article")))
12155          (to-newsgroup
12156           (cond
12157            ((null split-name)
12158             (gnus-group-completing-read
12159              prom
12160              (gnus-remove-if-not 'gnus-valid-move-group-p gnus-active-hashtb t)
12161              nil prefix nil default))
12162            ((= 1 (length split-name))
12163             (gnus-group-completing-read
12164              prom
12165              (gnus-remove-if-not 'gnus-valid-move-group-p gnus-active-hashtb t)
12166              nil prefix 'gnus-group-history (car split-name)))
12167            (t
12168             (gnus-completing-read
12169              prom (nreverse split-name) nil nil 'gnus-group-history))))
12170          (to-method (gnus-server-to-method (gnus-group-method to-newsgroup)))
12171          encoded)
12172     (when to-newsgroup
12173       (if (or (string= to-newsgroup "")
12174               (string= to-newsgroup prefix))
12175           (setq to-newsgroup default))
12176       (unless to-newsgroup
12177         (error "No group name entered"))
12178       (setq encoded (mm-encode-coding-string
12179                      to-newsgroup
12180                      (gnus-group-name-charset to-method to-newsgroup)))
12181       (or (gnus-active encoded)
12182           (gnus-activate-group encoded nil nil to-method)
12183           (if (gnus-y-or-n-p (format "No such group: %s.  Create it? "
12184                                      to-newsgroup))
12185               (or (and (gnus-request-create-group encoded to-method)
12186                        (gnus-activate-group encoded nil nil to-method)
12187                        (gnus-subscribe-group encoded))
12188                   (error "Couldn't create group %s" to-newsgroup)))
12189           (error "No such group: %s" to-newsgroup))
12190       encoded)))
12191
12192 (defvar gnus-summary-save-parts-counter)
12193 (declare-function mm-uu-dissect "mm-uu" (&optional noheader mime-type))
12194
12195 (defun gnus-summary-save-parts (type dir n &optional reverse)
12196   "Save parts matching TYPE to DIR.
12197 If REVERSE, save parts that do not match TYPE."
12198   (interactive
12199    (list (read-string "Save parts of type: "
12200                       (or (car gnus-summary-save-parts-type-history)
12201                           gnus-summary-save-parts-default-mime)
12202                       'gnus-summary-save-parts-type-history)
12203          (setq gnus-summary-save-parts-last-directory
12204                (read-directory-name "Save to directory: "
12205                                     gnus-summary-save-parts-last-directory
12206                                     nil t))
12207          current-prefix-arg))
12208   (gnus-summary-iterate n
12209     (let ((gnus-display-mime-function nil)
12210           gnus-article-prepare-hook
12211           gnus-article-decode-hook
12212           gnus-display-mime-function
12213           gnus-break-pages
12214           (gnus-inhibit-treatment t))
12215       (gnus-summary-select-article))
12216     (with-current-buffer gnus-article-buffer
12217       (let ((handles (or gnus-article-mime-handles
12218                          (mm-dissect-buffer nil gnus-article-loose-mime)
12219                          (and gnus-article-emulate-mime
12220                               (mm-uu-dissect))))
12221             (gnus-summary-save-parts-counter 1))
12222         (when handles
12223           (gnus-summary-save-parts-1 type dir handles reverse)
12224           (unless gnus-article-mime-handles ;; Don't destroy this case.
12225             (mm-destroy-parts handles)))))))
12226
12227 (defun gnus-summary-save-parts-1 (type dir handle reverse)
12228   (if (stringp (car handle))
12229       (mapcar (lambda (h) (gnus-summary-save-parts-1 type dir h reverse))
12230               (cdr handle))
12231     (when (if reverse
12232               (not (string-match type (mm-handle-media-type handle)))
12233             (string-match type (mm-handle-media-type handle)))
12234       (let ((file (expand-file-name
12235                    (gnus-map-function
12236                     mm-file-name-rewrite-functions
12237                     (file-name-nondirectory
12238                      (or
12239                       (mm-handle-filename handle)
12240                       (format "%s.%d.%d" gnus-newsgroup-name
12241                               (cdr gnus-article-current)
12242                               gnus-summary-save-parts-counter))))
12243                    dir)))
12244         (incf gnus-summary-save-parts-counter)
12245         (unless (file-exists-p file)
12246           (mm-save-part-to-file handle file))))))
12247
12248 ;; Summary extract commands
12249
12250 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
12251   (let ((inhibit-read-only t)
12252         (article (gnus-summary-article-number))
12253         after-article b e)
12254     (unless (gnus-summary-goto-subject article)
12255       (error "No such article: %d" article))
12256     (gnus-summary-position-point)
12257     ;; If all commands are to be bunched up on one line, we collect
12258     ;; them here.
12259     (unless gnus-view-pseudos-separately
12260       (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
12261             files action)
12262         (while ps
12263           (setq action (cdr (assq 'action (car ps))))
12264           (setq files (list (cdr (assq 'name (car ps)))))
12265           (while (and ps (cdr ps)
12266                       (string= (or action "1")
12267                                (or (cdr (assq 'action (cadr ps))) "2")))
12268             (push (cdr (assq 'name (cadr ps))) files)
12269             (setcdr ps (cddr ps)))
12270           (when files
12271             (when (not (string-match "%s" action))
12272               (push " " files))
12273             (push " " files)
12274             (when (assq 'execute (car ps))
12275               (setcdr (assq 'execute (car ps))
12276                       (funcall (if (string-match "%s" action)
12277                                    'format 'concat)
12278                                action
12279                                (mapconcat
12280                                 (lambda (f)
12281                                   (if (equal f " ")
12282                                       f
12283                                     (shell-quote-argument f)))
12284                                 files " ")))))
12285           (setq ps (cdr ps)))))
12286     (if (and gnus-view-pseudos (not not-view))
12287         (while pslist
12288           (when (assq 'execute (car pslist))
12289             (gnus-execute-command (cdr (assq 'execute (car pslist)))
12290                                   (eq gnus-view-pseudos 'not-confirm)))
12291           (setq pslist (cdr pslist)))
12292       (save-excursion
12293         (while pslist
12294           (setq after-article (or (cdr (assq 'article (car pslist)))
12295                                   (gnus-summary-article-number)))
12296           (gnus-summary-goto-subject after-article)
12297           (forward-line 1)
12298           (setq b (point))
12299           (insert "    " (file-name-nondirectory
12300                           (cdr (assq 'name (car pslist))))
12301                   ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
12302           (setq e (point))
12303           (forward-line -1)             ; back to `b'
12304           (gnus-add-text-properties
12305            b (1- e) (list 'gnus-number gnus-reffed-article-number
12306                           gnus-mouse-face-prop gnus-mouse-face))
12307           (gnus-data-enter
12308            after-article gnus-reffed-article-number
12309            gnus-unread-mark b (car pslist) 0 (- e b))
12310           (setq gnus-newsgroup-unreads
12311                 (gnus-add-to-sorted-list gnus-newsgroup-unreads
12312                                          gnus-reffed-article-number))
12313           (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
12314           (setq pslist (cdr pslist)))))))
12315
12316 (defun gnus-pseudos< (p1 p2)
12317   (let ((c1 (cdr (assq 'action p1)))
12318         (c2 (cdr (assq 'action p2))))
12319     (and c1 c2 (string< c1 c2))))
12320
12321 (defun gnus-request-pseudo-article (props)
12322   (cond ((assq 'execute props)
12323          (gnus-execute-command (cdr (assq 'execute props)))))
12324   (let ((gnus-current-article (gnus-summary-article-number)))
12325     (gnus-run-hooks 'gnus-mark-article-hook)))
12326
12327 (defun gnus-execute-command (command &optional automatic)
12328   (save-excursion
12329     (gnus-article-setup-buffer)
12330     (set-buffer gnus-article-buffer)
12331     (setq buffer-read-only nil)
12332     (let ((command (if automatic command
12333                      (read-string "Command: " (cons command 0)))))
12334       (erase-buffer)
12335       (insert "$ " command "\n\n")
12336       (if gnus-view-pseudo-asynchronously
12337           (start-process "gnus-execute" (current-buffer) shell-file-name
12338                          shell-command-switch command)
12339         (call-process shell-file-name nil t nil
12340                       shell-command-switch command)))))
12341
12342 ;; Summary kill commands.
12343
12344 (defun gnus-summary-edit-global-kill (article)
12345   "Edit the \"global\" kill file."
12346   (interactive (list (gnus-summary-article-number)))
12347   (gnus-group-edit-global-kill article))
12348
12349 (defun gnus-summary-edit-local-kill ()
12350   "Edit a local kill file applied to the current newsgroup."
12351   (interactive)
12352   (setq gnus-current-headers (gnus-summary-article-header))
12353   (gnus-group-edit-local-kill
12354    (gnus-summary-article-number) gnus-newsgroup-name))
12355
12356 ;;; Header reading.
12357
12358 (defun gnus-read-header (id &optional header)
12359   "Read the headers of article ID and enter them into the Gnus system."
12360   (let ((group gnus-newsgroup-name)
12361         (gnus-override-method
12362          (or
12363           gnus-override-method
12364           (and (gnus-news-group-p gnus-newsgroup-name)
12365                (car (gnus-refer-article-methods)))))
12366         where)
12367     ;; First we check to see whether the header in question is already
12368     ;; fetched.
12369     (if (stringp id)
12370         ;; This is a Message-ID.
12371         (setq header (or header (gnus-id-to-header id)))
12372       ;; This is an article number.
12373       (setq header (or header (gnus-summary-article-header id))))
12374     (if (and header
12375              (not (gnus-summary-article-sparse-p (mail-header-number header))))
12376         ;; We have found the header.
12377         header
12378       ;; We have to really fetch the header to this article.
12379       (with-current-buffer nntp-server-buffer
12380         (when (setq where (gnus-request-head id group))
12381           (nnheader-fold-continuation-lines)
12382           (goto-char (point-max))
12383           (insert ".\n")
12384           (goto-char (point-min))
12385           (insert "211 ")
12386           (princ (cond
12387                   ((numberp id) id)
12388                   ((cdr where) (cdr where))
12389                   (header (mail-header-number header))
12390                   (t gnus-reffed-article-number))
12391                  (current-buffer))
12392           (insert " Article retrieved.\n"))
12393         (if (or (not where)
12394                 (not (setq header (car (gnus-get-newsgroup-headers nil t)))))
12395             ()                          ; Malformed head.
12396           (unless (gnus-summary-article-sparse-p (mail-header-number header))
12397             (when (and (stringp id)
12398                        (or
12399                         (not (string= (gnus-group-real-name group)
12400                                       (car where)))
12401                         (not (gnus-server-equal gnus-override-method
12402                                                 (gnus-group-method group)))))
12403               ;; If we fetched by Message-ID and the article came from
12404               ;; a different group (or server), we fudge some bogus
12405               ;; article numbers for this article.
12406               (mail-header-set-number header gnus-reffed-article-number))
12407             (with-current-buffer gnus-summary-buffer
12408               (decf gnus-reffed-article-number)
12409               (gnus-remove-header (mail-header-number header))
12410               (push header gnus-newsgroup-headers)
12411               (setq gnus-current-headers header)
12412               (push (mail-header-number header) gnus-newsgroup-limit)))
12413           header)))))
12414
12415 (defun gnus-remove-header (number)
12416   "Remove header NUMBER from `gnus-newsgroup-headers'."
12417   (if (and gnus-newsgroup-headers
12418            (= number (mail-header-number (car gnus-newsgroup-headers))))
12419       (pop gnus-newsgroup-headers)
12420     (let ((headers gnus-newsgroup-headers))
12421       (while (and (cdr headers)
12422                   (not (= number (mail-header-number (cadr headers)))))
12423         (pop headers))
12424       (when (cdr headers)
12425         (setcdr headers (cddr headers))))))
12426
12427 ;;;
12428 ;;; summary highlights
12429 ;;;
12430
12431 (defun gnus-highlight-selected-summary ()
12432   "Highlight selected article in summary buffer."
12433   ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
12434   (when gnus-summary-selected-face
12435     (save-excursion
12436       (let* ((beg (point-at-bol))
12437              (end (point-at-eol))
12438              ;; Fix by Mike Dugan <dugan@bucrf16.bu.edu>.
12439              (from (if (get-text-property beg gnus-mouse-face-prop)
12440                        beg
12441                      (or (next-single-property-change
12442                           beg gnus-mouse-face-prop nil end)
12443                          beg)))
12444              (to
12445               (if (= from end)
12446                   (- from 2)
12447                 (or (next-single-property-change
12448                      from gnus-mouse-face-prop nil end)
12449                     end))))
12450         ;; If no mouse-face prop on line we will have to = from = end,
12451         ;; so we highlight the entire line instead.
12452         (when (= (+ to 2) from)
12453           (setq from beg)
12454           (setq to end))
12455         (if gnus-newsgroup-selected-overlay
12456             ;; Move old overlay.
12457             (gnus-move-overlay
12458              gnus-newsgroup-selected-overlay from to (current-buffer))
12459           ;; Create new overlay.
12460           (gnus-overlay-put
12461            (setq gnus-newsgroup-selected-overlay (gnus-make-overlay from to))
12462            'face gnus-summary-selected-face))))))
12463
12464 (defvar gnus-summary-highlight-line-cached nil)
12465 (defvar gnus-summary-highlight-line-trigger nil)
12466
12467 (defun gnus-summary-highlight-line-0 ()
12468   (if (and (eq gnus-summary-highlight-line-trigger
12469                gnus-summary-highlight)
12470            gnus-summary-highlight-line-cached)
12471       gnus-summary-highlight-line-cached
12472     (setq gnus-summary-highlight-line-trigger gnus-summary-highlight
12473           gnus-summary-highlight-line-cached
12474           (let* ((cond (list 'cond))
12475                  (c cond)
12476                  (list gnus-summary-highlight))
12477             (while list
12478               (setcdr c (cons (list (caar list) (list 'quote (cdar list)))
12479                               nil))
12480               (setq c (cdr c)
12481                     list (cdr list)))
12482             (gnus-byte-compile (list 'lambda nil cond))))))
12483
12484 (defun gnus-summary-highlight-line ()
12485   "Highlight current line according to `gnus-summary-highlight'."
12486   (let* ((beg (point-at-bol))
12487          (article (or (gnus-summary-article-number) gnus-current-article))
12488          (score (or (cdr (assq article
12489                                gnus-newsgroup-scored))
12490                     gnus-summary-default-score 0))
12491          (mark (or (gnus-summary-article-mark) gnus-unread-mark))
12492          (inhibit-read-only t)
12493          (default gnus-summary-default-score)
12494          (default-high gnus-summary-default-high-score)
12495          (default-low gnus-summary-default-low-score)
12496          (uncached (and gnus-summary-use-undownloaded-faces
12497                         (memq article gnus-newsgroup-undownloaded)
12498                         (not (memq article gnus-newsgroup-cached)))))
12499     (let ((face (funcall (gnus-summary-highlight-line-0))))
12500       (unless (eq face (get-text-property beg 'face))
12501         (gnus-put-text-property-excluding-characters-with-faces
12502          beg (point-at-eol) 'face
12503          (setq face (if (boundp face) (symbol-value face) face)))
12504         (when gnus-summary-highlight-line-function
12505           (funcall gnus-summary-highlight-line-function article face))))))
12506
12507 (defun gnus-update-read-articles (group unread &optional compute)
12508   "Update the list of read articles in GROUP.
12509 UNREAD is a sorted list."
12510   (let ((active (or gnus-newsgroup-active (gnus-active group)))
12511         (info (gnus-get-info group))
12512         (prev 1)
12513         read)
12514     (if (or (not info) (not active))
12515         ;; There is no info on this group if it was, in fact,
12516         ;; killed.  Gnus stores no information on killed groups, so
12517         ;; there's nothing to be done.
12518         ;; One could store the information somewhere temporarily,
12519         ;; perhaps...  Hmmm...
12520         ()
12521       ;; Remove any negative articles numbers.
12522       (while (and unread (< (car unread) 0))
12523         (setq unread (cdr unread)))
12524       ;; Remove any expired article numbers
12525       (while (and unread (< (car unread) (car active)))
12526         (setq unread (cdr unread)))
12527       ;; Compute the ranges of read articles by looking at the list of
12528       ;; unread articles.
12529       (while unread
12530         (when (/= (car unread) prev)
12531           (push (if (= prev (1- (car unread))) prev
12532                   (cons prev (1- (car unread))))
12533                 read))
12534         (setq prev (1+ (car unread)))
12535         (setq unread (cdr unread)))
12536       (when (<= prev (cdr active))
12537         (push (cons prev (cdr active)) read))
12538       (setq read (if (> (length read) 1) (nreverse read) read))
12539       (if compute
12540           read
12541         (save-excursion
12542           (let (setmarkundo)
12543             ;; Propagate the read marks to the backend.
12544             (when (and (or gnus-propagate-marks
12545                            (gnus-method-option-p
12546                             (gnus-find-method-for-group group)
12547                             'server-marks))
12548                        (gnus-check-backend-function 'request-set-mark group))
12549               (let ((del (gnus-remove-from-range (gnus-info-read info) read))
12550                     (add (gnus-remove-from-range read (gnus-info-read info))))
12551                 (when (or add del)
12552                   (unless (gnus-check-group group)
12553                     (error "Can't open server for %s" group))
12554                   (gnus-request-set-mark
12555                    group (delq nil (list (if add (list add 'add '(read)))
12556                                          (if del (list del 'del '(read))))))
12557                   (setq setmarkundo
12558                         `(gnus-request-set-mark
12559                           ,group
12560                           ',(delq nil (list
12561                                        (if del (list del 'add '(read)))
12562                                        (if add (list add 'del '(read))))))))))
12563             (set-buffer gnus-group-buffer)
12564             (gnus-undo-register
12565               `(progn
12566                  (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
12567                  (gnus-info-set-read ',info ',(gnus-info-read info))
12568                  (gnus-get-unread-articles-in-group ',info
12569                                                     (gnus-active ,group))
12570                  (gnus-group-update-group ,group t)
12571                  ,setmarkundo))))
12572         ;; Enter this list into the group info.
12573         (gnus-info-set-read info read)
12574         ;; Set the number of unread articles in gnus-newsrc-hashtb.
12575         (gnus-get-unread-articles-in-group info (gnus-active group))
12576         t))))
12577
12578 (defun gnus-offer-save-summaries ()
12579   "Offer to save all active summary buffers."
12580   (let (buffers)
12581     ;; Go through all buffers and find all summaries.
12582     (dolist (buffer (buffer-list))
12583       (when (and (setq buffer (buffer-name buffer))
12584                  (string-match "Summary" buffer)
12585                  (with-current-buffer buffer
12586                    ;; We check that this is, indeed, a summary buffer.
12587                    (and (eq major-mode 'gnus-summary-mode)
12588                         ;; Also make sure this isn't bogus.
12589                         gnus-newsgroup-prepared
12590                         ;; Also make sure that this isn't a
12591                         ;; dead summary buffer.
12592                         (not gnus-dead-summary-mode))))
12593         (push buffer buffers)))
12594     ;; Go through all these summary buffers and offer to save them.
12595     (when buffers
12596       (save-excursion
12597         (if (eq gnus-interactive-exit 'quiet)
12598             (dolist (buffer buffers)
12599               (switch-to-buffer buffer)
12600               (gnus-summary-exit))
12601           (map-y-or-n-p
12602            "Update summary buffer %s? "
12603            (lambda (buf)
12604              (switch-to-buffer buf)
12605              (gnus-summary-exit))
12606            buffers))))))
12607
12608 (defun gnus-summary-setup-default-charset ()
12609   "Setup newsgroup default charset."
12610   (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
12611       (setq gnus-newsgroup-charset nil)
12612     (let* ((ignored-charsets
12613             (or gnus-newsgroup-ephemeral-ignored-charsets
12614                 (append
12615                  (and gnus-newsgroup-name
12616                       (gnus-parameter-ignored-charsets gnus-newsgroup-name))
12617                  gnus-newsgroup-ignored-charsets))))
12618       (setq gnus-newsgroup-charset
12619             (or gnus-newsgroup-ephemeral-charset
12620                 (and gnus-newsgroup-name
12621                      (gnus-parameter-charset gnus-newsgroup-name))
12622                 gnus-default-charset))
12623       (set (make-local-variable 'gnus-newsgroup-ignored-charsets)
12624            ignored-charsets))))
12625
12626 ;;;
12627 ;;; Mime Commands
12628 ;;;
12629
12630 (defun gnus-summary-display-buttonized (&optional show-all-parts)
12631   "Display the current article buffer fully MIME-buttonized.
12632 If SHOW-ALL-PARTS (the prefix) is non-nil, all multipart/* parts are
12633 treated as multipart/mixed."
12634   (interactive "P")
12635   (require 'gnus-art)
12636   (let ((gnus-unbuttonized-mime-types nil)
12637         (gnus-mime-display-multipart-as-mixed show-all-parts))
12638     (gnus-summary-show-article)))
12639
12640 (defun gnus-summary-repair-multipart (article)
12641   "Add a Content-Type header to a multipart article without one."
12642   (interactive (list (gnus-summary-article-number)))
12643   (gnus-with-article article
12644     (message-narrow-to-head)
12645     (message-remove-header "Mime-Version")
12646     (goto-char (point-max))
12647     (insert "Mime-Version: 1.0\n")
12648     (widen)
12649     (when (search-forward "\n--" nil t)
12650       (let ((separator (buffer-substring (point) (point-at-eol))))
12651         (message-narrow-to-head)
12652         (message-remove-header "Content-Type")
12653         (goto-char (point-max))
12654         (insert (format "Content-Type: multipart/mixed; boundary=\"%s\"\n"
12655                         separator))
12656         (widen))))
12657   (let (gnus-mark-article-hook)
12658     (gnus-summary-select-article t t nil article)))
12659
12660 (defun gnus-summary-toggle-display-buttonized ()
12661   "Toggle the buttonizing of the article buffer."
12662   (interactive)
12663   (require 'gnus-art)
12664   (if (setq gnus-inhibit-mime-unbuttonizing
12665             (not gnus-inhibit-mime-unbuttonizing))
12666       (let ((gnus-unbuttonized-mime-types nil))
12667         (gnus-summary-show-article))
12668     (gnus-summary-show-article)))
12669
12670 ;;;
12671 ;;; Generic summary marking commands
12672 ;;;
12673
12674 (defvar gnus-summary-marking-alist
12675   '((read gnus-del-mark "d")
12676     (unread gnus-unread-mark "u")
12677     (ticked gnus-ticked-mark "!")
12678     (dormant gnus-dormant-mark "?")
12679     (expirable gnus-expirable-mark "e"))
12680   "An alist of names/marks/keystrokes.")
12681
12682 (defvar gnus-summary-generic-mark-map (make-sparse-keymap))
12683 (defvar gnus-summary-mark-map)
12684
12685 (defun gnus-summary-make-all-marking-commands ()
12686   (define-key gnus-summary-mark-map "M" gnus-summary-generic-mark-map)
12687   (dolist (elem gnus-summary-marking-alist)
12688     (apply 'gnus-summary-make-marking-command elem)))
12689
12690 (defun gnus-summary-make-marking-command (name mark keystroke)
12691   (let ((map (make-sparse-keymap)))
12692     (define-key gnus-summary-generic-mark-map keystroke map)
12693     (dolist (lway `((next "next" next nil "n")
12694                     (next-unread "next unread" next t "N")
12695                     (prev "previous" prev nil "p")
12696                     (prev-unread "previous unread" prev t "P")
12697                     (nomove "" nil nil ,keystroke)))
12698       (let ((func (gnus-summary-make-marking-command-1
12699                    mark (car lway) lway name)))
12700         (setq func (eval func))
12701         (define-key map (nth 4 lway) func)))))
12702
12703 (defun gnus-summary-make-marking-command-1 (mark way lway name)
12704   `(defun ,(intern
12705             (format "gnus-summary-put-mark-as-%s%s"
12706                     name (if (eq way 'nomove)
12707                              ""
12708                            (concat "-" (symbol-name way)))))
12709      (n)
12710      ,(format
12711        "Mark the current article as %s%s.
12712 If N, the prefix, then repeat N times.
12713 If N is negative, move in reverse order.
12714 The difference between N and the actual number of articles marked is
12715 returned."
12716        name (cadr lway))
12717      (interactive "p")
12718      (gnus-summary-generic-mark n ,mark ',(nth 2 lway) ,(nth 3 lway))))
12719
12720 (defun gnus-summary-generic-mark (n mark move unread)
12721   "Mark N articles with MARK."
12722   (unless (eq major-mode 'gnus-summary-mode)
12723     (error "This command can only be used in the summary buffer"))
12724   (gnus-summary-show-thread)
12725   (let ((nummove
12726          (cond
12727           ((eq move 'next) 1)
12728           ((eq move 'prev) -1)
12729           (t 0))))
12730     (if (zerop nummove)
12731         (setq n 1)
12732       (when (< n 0)
12733         (setq n (abs n)
12734               nummove (* -1 nummove))))
12735     (while (and (> n 0)
12736                 (gnus-summary-mark-article nil mark)
12737                 (zerop (gnus-summary-next-subject nummove unread t)))
12738       (setq n (1- n)))
12739     (when (/= 0 n)
12740       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
12741     (gnus-summary-recenter)
12742     (gnus-summary-position-point)
12743     (gnus-set-mode-line 'summary)
12744     n))
12745
12746 (defun gnus-summary-insert-articles (articles)
12747   (when (setq articles
12748               (gnus-sorted-difference articles
12749                                       (mapcar (lambda (h)
12750                                                 (mail-header-number h))
12751                                               gnus-newsgroup-headers)))
12752     (setq gnus-newsgroup-headers
12753           (gnus-merge 'list
12754                       gnus-newsgroup-headers
12755                       (gnus-fetch-headers articles)
12756                       'gnus-article-sort-by-number))
12757     (setq gnus-newsgroup-articles
12758           (gnus-sorted-nunion gnus-newsgroup-articles articles))
12759     ;; Suppress duplicates?
12760     (when gnus-suppress-duplicates
12761       (gnus-dup-suppress-articles))
12762
12763     (if (and gnus-fetch-old-headers
12764              (eq gnus-headers-retrieved-by 'nov))
12765         ;; We might want to build some more threads first.
12766         (if (eq gnus-fetch-old-headers 'invisible)
12767             (gnus-build-all-threads)
12768           (gnus-build-old-threads))
12769       ;; Mark the inserted articles that are unread as unread.
12770       (setq gnus-newsgroup-unreads
12771             (gnus-sorted-nunion
12772              gnus-newsgroup-unreads
12773              (gnus-sorted-nintersection
12774               (gnus-list-of-unread-articles gnus-newsgroup-name)
12775               articles)))
12776       ;; Mark the inserted articles as selected so that the information
12777       ;; of the marks having been changed by a user may be updated when
12778       ;; exiting this group.  See `gnus-summary-update-info'.
12779       (dolist (art articles)
12780         (setq gnus-newsgroup-unselected (delq art gnus-newsgroup-unselected))))
12781     ;; Let the Gnus agent mark articles as read.
12782     (when gnus-agent
12783       (gnus-agent-get-undownloaded-list))
12784     ;; Remove list identifiers from subject
12785     (gnus-summary-remove-list-identifiers)
12786     ;; First and last article in this newsgroup.
12787     (when gnus-newsgroup-headers
12788       (setq gnus-newsgroup-begin
12789             (mail-header-number (car gnus-newsgroup-headers))
12790             gnus-newsgroup-end
12791             (mail-header-number
12792              (gnus-last-element gnus-newsgroup-headers))))
12793     (when gnus-use-scoring
12794       (gnus-possibly-score-headers))))
12795
12796 (defun gnus-summary-insert-old-articles (&optional all)
12797   "Insert all old articles in this group.
12798 If ALL is non-nil, already read articles become readable.
12799 If ALL is a number, fetch this number of articles."
12800   (interactive "P")
12801   (prog1
12802       (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12803             older len)
12804         (setq older
12805               ;; Some nntp servers lie about their active range.  When
12806               ;; this happens, the active range can be in the millions.
12807               ;; Use a compressed range to avoid creating a huge list.
12808               (gnus-range-difference (list gnus-newsgroup-active) old))
12809         (setq len (gnus-range-length older))
12810         (cond
12811          ((null older) nil)
12812          ((numberp all)
12813           (if (< all len)
12814               (let ((older-range (nreverse older)))
12815                 (setq older nil)
12816
12817                 (while (> all 0)
12818                   (let* ((r (pop older-range))
12819                          (min (if (numberp r) r (car r)))
12820                          (max (if (numberp r) r (cdr r))))
12821                     (while (and (<= min max)
12822                                 (> all 0))
12823                       (push max older)
12824                       (setq all (1- all)
12825                             max (1- max))))))
12826             (setq older (gnus-uncompress-range older))))
12827          (all
12828           (setq older (gnus-uncompress-range older)))
12829          (t
12830           (when (and (numberp gnus-large-newsgroup)
12831                    (> len gnus-large-newsgroup))
12832               (let* ((cursor-in-echo-area nil)
12833                      (initial (gnus-parameter-large-newsgroup-initial
12834                                gnus-newsgroup-name))
12835                      (input
12836                       (read-string
12837                        (format
12838                         "How many articles from %s (%s %d): "
12839                         (gnus-group-decoded-name gnus-newsgroup-name)
12840                         (if initial "max" "default")
12841                         len)
12842                        (if initial
12843                            (cons (number-to-string initial)
12844                                  0)))))
12845                 (unless (string-match "^[ \t]*$" input)
12846                   (setq all (string-to-number input))
12847                   (if (< all len)
12848                       (let ((older-range (nreverse older)))
12849                         (setq older nil)
12850
12851                         (while (> all 0)
12852                           (let* ((r (pop older-range))
12853                                  (min (if (numberp r) r (car r)))
12854                                  (max (if (numberp r) r (cdr r))))
12855                             (while (and (<= min max)
12856                                         (> all 0))
12857                               (push max older)
12858                               (setq all (1- all)
12859                                     max (1- max))))))))))
12860           (setq older (gnus-uncompress-range older))))
12861         (if (not older)
12862             (message "No old news.")
12863           (gnus-summary-insert-articles older)
12864           (gnus-summary-limit (gnus-sorted-nunion old older))))
12865     (gnus-summary-position-point)))
12866
12867 (defun gnus-summary-insert-new-articles ()
12868   "Insert all new articles in this group."
12869   (interactive)
12870   (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12871         (old-high gnus-newsgroup-highest)
12872         (nnmail-fetched-sources (list t))
12873         (new-active (gnus-activate-group gnus-newsgroup-name 'scan))
12874         i new)
12875     (unless new-active
12876       (error "Couldn't fetch new data"))
12877     (setq gnus-newsgroup-active (gnus-copy-sequence new-active))
12878     (setq i (cdr gnus-newsgroup-active)
12879           gnus-newsgroup-highest i)
12880     (while (> i old-high)
12881       (push i new)
12882       (decf i))
12883     (if (not new)
12884         (message "No gnus is bad news")
12885       (gnus-summary-insert-articles new)
12886       (setq gnus-newsgroup-unreads
12887             (gnus-sorted-nunion gnus-newsgroup-unreads new))
12888       (gnus-summary-limit (gnus-sorted-nunion old new))))
12889   (gnus-summary-position-point))
12890
12891 ;;; Bookmark support for Gnus.
12892 (declare-function bookmark-make-record-default
12893                   "bookmark" (&optional no-file no-context posn))
12894 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
12895 (declare-function bookmark-default-handler "bookmark" (bmk))
12896 (declare-function bookmark-get-bookmark-record "bookmark" (bmk))
12897 (defvar bookmark-yank-point)
12898 (defvar bookmark-current-buffer)
12899
12900 (defun gnus-summary-bookmark-make-record ()
12901   "Make a bookmark entry for a Gnus summary buffer."
12902   (let (pos buf)
12903     (unless (and (derived-mode-p 'gnus-summary-mode) gnus-article-current)
12904       (save-restriction              ; FIXME is it necessary to widen?
12905         (widen) (setq pos (point))) ; Set position in gnus-article buffer.
12906       (setq buf "art") ; We are recording bookmark from article buffer.
12907       (setq bookmark-yank-point (point))
12908       (setq bookmark-current-buffer (current-buffer))
12909       (gnus-article-show-summary))      ; Go back in summary buffer.
12910     ;; We are now recording bookmark from summary buffer.
12911     (unless buf (setq buf "sum"))
12912     (let* ((subject (elt (gnus-summary-article-header) 1))
12913            (grp     (car gnus-article-current))
12914            (art     (cdr gnus-article-current))
12915            (head    (gnus-summary-article-header art))
12916            (id      (mail-header-id head)))
12917       `(,subject
12918         ,@(condition-case nil
12919               (bookmark-make-record-default 'no-file 'no-context pos)
12920             (wrong-number-of-arguments
12921              (bookmark-make-record-default 'point-only)))
12922         (location . ,(format "Gnus-%s %s:%d:%s" buf grp art id))
12923         (group . ,grp) (article . ,art)
12924         (message-id . ,id) (handler . gnus-summary-bookmark-jump)))))
12925
12926 ;;;###autoload
12927 (defun gnus-summary-bookmark-jump (bookmark)
12928   "Handler function for record returned by `gnus-summary-bookmark-make-record'.
12929 BOOKMARK is a bookmark name or a bookmark record."
12930   (let ((group    (bookmark-prop-get bookmark 'group))
12931         (article  (bookmark-prop-get bookmark 'article))
12932         (id       (bookmark-prop-get bookmark 'message-id))
12933         (buf      (car (split-string (bookmark-prop-get bookmark 'location)))))
12934     (gnus-fetch-group group (list article))
12935     (gnus-summary-insert-cached-articles)
12936     (gnus-summary-goto-article id nil 'force)
12937     ;; FIXME we have to wait article buffer is ready (only large buffer)
12938     ;; Is there a better solution to know that?
12939     ;; If we don't wait `bookmark-default-handler' will have no chance
12940     ;; to set position. However there is no error, just wrong pos.
12941     (sit-for 1)
12942     (when (string= buf "Gnus-art")
12943       (other-window 1))
12944     (bookmark-default-handler
12945      `(""
12946        (buffer . ,(current-buffer))
12947        . ,(bookmark-get-bookmark-record bookmark)))))
12948
12949 (gnus-summary-make-all-marking-commands)
12950
12951 (gnus-ems-redefine)
12952
12953 (provide 'gnus-sum)
12954
12955 (run-hooks 'gnus-sum-load-hook)
12956
12957 ;; Local Variables:
12958 ;; coding: iso-8859-1
12959 ;; End:
12960
12961 ;;; gnus-sum.el ends here