Sync up with gnus-5.6.31
[elisp/gnus.git-] / lisp / gnus-sum.el
1 ;;; gnus-sum.el --- summary mode commands for Semi-gnus
2 ;; Copyright (C) 1996,97,98 Free Software Foundation, Inc.
3
4 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
5 ;;         MORIOKA Tomohiko <morioka@jaist.ac.jp>
6 ;; Keywords: mail, news, MIME
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 2, or (at your option)
13 ;; 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; see the file COPYING.  If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
26
27 ;;; Code:
28
29 (eval-when-compile (require 'cl))
30
31 (require 'gnus)
32 (require 'gnus-group)
33 (require 'gnus-spec)
34 (require 'gnus-range)
35 (require 'gnus-int)
36 (require 'gnus-undo)
37 (require 'mime-view)
38
39 (autoload 'gnus-summary-limit-include-cached "gnus-cache" nil t)
40 (autoload 'gnus-set-summary-default-charset "gnus-i18n" nil t)
41
42 (defcustom gnus-kill-summary-on-exit t
43   "*If non-nil, kill the summary buffer when you exit from it.
44 If nil, the summary will become a \"*Dead Summary*\" buffer, and
45 it will be killed sometime later."
46   :group 'gnus-summary-exit
47   :type 'boolean)
48
49 (defcustom gnus-fetch-old-headers nil
50   "*Non-nil means that Gnus will try to build threads by grabbing old headers.
51 If an unread article in the group refers to an older, already read (or
52 just marked as read) article, the old article will not normally be
53 displayed in the Summary buffer.  If this variable is non-nil, Gnus
54 will attempt to grab the headers to the old articles, and thereby
55 build complete threads.  If it has the value `some', only enough
56 headers to connect otherwise loose threads will be displayed.  This
57 variable can also be a number.  In that case, no more than that number
58 of old headers will be fetched.  If it has the value `invisible', all
59 old headers will be fetched, but none will be displayed.
60
61 The server has to support NOV for any of this to work."
62   :group 'gnus-thread
63   :type '(choice (const :tag "off" nil)
64                  (const some)
65                  number
66                  (sexp :menu-tag "other" t)))
67
68 (defcustom gnus-refer-thread-limit 200
69   "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
70 If t, fetch all the available old headers."
71   :group 'gnus-thread
72   :type '(choice number
73                  (sexp :menu-tag "other" t)))
74
75 (defcustom gnus-summary-make-false-root 'adopt
76   "*nil means that Gnus won't gather loose threads.
77 If the root of a thread has expired or been read in a previous
78 session, the information necessary to build a complete thread has been
79 lost.  Instead of having many small sub-threads from this original thread
80 scattered all over the summary buffer, Gnus can gather them.
81
82 If non-nil, Gnus will try to gather all loose sub-threads from an
83 original thread into one large thread.
84
85 If this variable is non-nil, it should be one of `none', `adopt',
86 `dummy' or `empty'.
87
88 If this variable is `none', Gnus will not make a false root, but just
89 present the sub-threads after another.
90 If this variable is `dummy', Gnus will create a dummy root that will
91 have all the sub-threads as children.
92 If this variable is `adopt', Gnus will make one of the \"children\"
93 the parent and mark all the step-children as such.
94 If this variable is `empty', the \"children\" are printed with empty
95 subject fields.  (Or rather, they will be printed with a string
96 given by the `gnus-summary-same-subject' variable.)"
97   :group 'gnus-thread
98   :type '(choice (const :tag "off" nil)
99                  (const none)
100                  (const dummy)
101                  (const adopt)
102                  (const empty)))
103
104 (defcustom gnus-summary-gather-exclude-subject "^ *$\\|^(none)$"
105   "*A regexp to match subjects to be excluded from loose thread gathering.
106 As loose thread gathering is done on subjects only, that means that
107 there can be many false gatherings performed.  By rooting out certain
108 common subjects, gathering might become saner."
109   :group 'gnus-thread
110   :type 'regexp)
111
112 (defcustom gnus-summary-gather-subject-limit nil
113   "*Maximum length of subject comparisons when gathering loose threads.
114 Use nil to compare full subjects.  Setting this variable to a low
115 number will help gather threads that have been corrupted by
116 newsreaders chopping off subject lines, but it might also mean that
117 unrelated articles that have subject that happen to begin with the
118 same few characters will be incorrectly gathered.
119
120 If this variable is `fuzzy', Gnus will use a fuzzy algorithm when
121 comparing subjects."
122   :group 'gnus-thread
123   :type '(choice (const :tag "off" nil)
124                  (const fuzzy)
125                  (sexp :menu-tag "on" t)))
126
127 (defcustom gnus-simplify-subject-functions nil
128   "List of functions taking a string argument that simplify subjects.
129 The functions are applied recursively.
130
131 Useful functions to put in this list include: `gnus-simplify-subject-re',
132 `gnus-simplify-subject-fuzzy' and `gnus-simplify-whitespace'."
133   :group 'gnus-thread
134   :type '(repeat function))
135
136 (defcustom gnus-simplify-ignored-prefixes nil
137   "*Regexp, matches for which are removed from subject lines when simplifying fuzzily."
138   :group 'gnus-thread
139   :type '(choice (const :tag "off" nil)
140                  regexp))
141
142 (defcustom gnus-build-sparse-threads nil
143   "*If non-nil, fill in the gaps in threads.
144 If `some', only fill in the gaps that are needed to tie loose threads
145 together.  If `more', fill in all leaf nodes that Gnus can find.  If
146 non-nil and non-`some', fill in all gaps that Gnus manages to guess."
147   :group 'gnus-thread
148   :type '(choice (const :tag "off" nil)
149                  (const some)
150                  (const more)
151                  (sexp :menu-tag "all" t)))
152
153 (defcustom gnus-summary-thread-gathering-function
154   'gnus-gather-threads-by-subject
155   "*Function used for gathering loose threads.
156 There are two pre-defined functions: `gnus-gather-threads-by-subject',
157 which only takes Subjects into consideration; and
158 `gnus-gather-threads-by-references', which compared the References
159 headers of the articles to find matches."
160   :group 'gnus-thread
161   :type '(radio (function-item gnus-gather-threads-by-subject)
162                 (function-item gnus-gather-threads-by-references)
163                 (function :tag "other")))
164
165 (defcustom gnus-summary-same-subject ""
166   "*String indicating that the current article has the same subject as the previous.
167 This variable will only be used if the value of
168 `gnus-summary-make-false-root' is `empty'."
169   :group 'gnus-summary-format
170   :type 'string)
171
172 (defcustom gnus-summary-goto-unread t
173   "*If t, marking commands will go to the next unread article.
174 If `never', commands that usually go to the next unread article, will
175 go to the next article, whether it is read or not.
176 If nil, only the marking commands will go to the next (un)read article."
177   :group 'gnus-summary-marks
178   :link '(custom-manual "(gnus)Setting Marks")
179   :type '(choice (const :tag "off" nil)
180                  (const never)
181                  (sexp :menu-tag "on" t)))
182
183 (defcustom gnus-summary-default-score 0
184   "*Default article score level.
185 All scores generated by the score files will be added to this score.
186 If this variable is nil, scoring will be disabled."
187   :group 'gnus-score-default
188   :type '(choice (const :tag "disable")
189                  integer))
190
191 (defcustom gnus-summary-zcore-fuzz 0
192   "*Fuzziness factor for the zcore in the summary buffer.
193 Articles with scores closer than this to `gnus-summary-default-score'
194 will not be marked."
195   :group 'gnus-summary-format
196   :type 'integer)
197
198 (defcustom gnus-simplify-subject-fuzzy-regexp nil
199   "*Strings to be removed when doing fuzzy matches.
200 This can either be a regular expression or list of regular expressions
201 that will be removed from subject strings if fuzzy subject
202 simplification is selected."
203   :group 'gnus-thread
204   :type '(repeat regexp))
205
206 (defcustom gnus-show-threads t
207   "*If non-nil, display threads in summary mode."
208   :group 'gnus-thread
209   :type 'boolean)
210
211 (defcustom gnus-thread-hide-subtree nil
212   "*If non-nil, hide all threads initially.
213 If threads are hidden, you have to run the command
214 `gnus-summary-show-thread' by hand or use `gnus-select-article-hook'
215 to expose hidden threads."
216   :group 'gnus-thread
217   :type 'boolean)
218
219 (defcustom gnus-thread-hide-killed t
220   "*If non-nil, hide killed threads automatically."
221   :group 'gnus-thread
222   :type 'boolean)
223
224 (defcustom gnus-thread-ignore-subject t
225   "*If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
226 If nil, articles that have different subjects from their parents will
227 start separate threads."
228   :group 'gnus-thread
229   :type 'boolean)
230
231 (defcustom gnus-thread-operation-ignore-subject t
232   "*If non-nil, subjects will be ignored when doing thread commands.
233 This affects commands like `gnus-summary-kill-thread' and
234 `gnus-summary-lower-thread'.
235
236 If this variable is nil, articles in the same thread with different
237 subjects will not be included in the operation in question.  If this
238 variable is `fuzzy', only articles that have subjects that are fuzzily
239 equal will be included."
240   :group 'gnus-thread
241   :type '(choice (const :tag "off" nil)
242                  (const fuzzy)
243                  (sexp :tag "on" t)))
244
245 (defcustom gnus-thread-indent-level 4
246   "*Number that says how much each sub-thread should be indented."
247   :group 'gnus-thread
248   :type 'integer)
249
250 (defcustom gnus-auto-extend-newsgroup t
251   "*If non-nil, extend newsgroup forward and backward when requested."
252   :group 'gnus-summary-choose
253   :type 'boolean)
254
255 (defcustom gnus-auto-select-first t
256   "*If nil, don't select the first unread article when entering a group.
257 If this variable is `best', select the highest-scored unread article
258 in the group.  If neither nil nor `best', select the first unread
259 article.
260
261 If you want to prevent automatic selection of the first unread article
262 in some newsgroups, set the variable to nil in
263 `gnus-select-group-hook'."
264   :group 'gnus-group-select
265   :type '(choice (const :tag "none" nil)
266                  (const best)
267                  (sexp :menu-tag "first" t)))
268
269 (defcustom gnus-auto-select-next t
270   "*If non-nil, offer to go to the next group from the end of the previous.
271 If the value is t and the next newsgroup is empty, Gnus will exit
272 summary mode and go back to group mode.  If the value is neither nil
273 nor t, Gnus will select the following unread newsgroup.  In
274 particular, if the value is the symbol `quietly', the next unread
275 newsgroup will be selected without any confirmation, and if it is
276 `almost-quietly', the next group will be selected without any
277 confirmation if you are located on the last article in the group.
278 Finally, if this variable is `slightly-quietly', the `Z n' command
279 will go to the next group without confirmation."
280   :group 'gnus-summary-maneuvering
281   :type '(choice (const :tag "off" nil)
282                  (const quietly)
283                  (const almost-quietly)
284                  (const slightly-quietly)
285                  (sexp :menu-tag "on" t)))
286
287 (defcustom gnus-auto-select-same nil
288   "*If non-nil, select the next article with the same subject.
289 If there are no more articles with the same subject, go to
290 the first unread article."
291   :group 'gnus-summary-maneuvering
292   :type 'boolean)
293
294 (defcustom gnus-summary-check-current nil
295   "*If non-nil, consider the current article when moving.
296 The \"unread\" movement commands will stay on the same line if the
297 current article is unread."
298   :group 'gnus-summary-maneuvering
299   :type 'boolean)
300
301 (defcustom gnus-auto-center-summary t
302   "*If non-nil, always center the current summary buffer.
303 In particular, if `vertical' do only vertical recentering.  If non-nil
304 and non-`vertical', do both horizontal and vertical recentering."
305   :group 'gnus-summary-maneuvering
306   :type '(choice (const :tag "none" nil)
307                  (const vertical)
308                  (sexp :menu-tag "both" t)))
309
310 (defcustom gnus-show-all-headers nil
311   "*If non-nil, don't hide any headers."
312   :group 'gnus-article-hiding
313   :group 'gnus-article-headers
314   :type 'boolean)
315
316 (defcustom gnus-summary-ignore-duplicates nil
317   "*If non-nil, ignore articles with identical Message-ID headers."
318   :group 'gnus-summary
319   :type 'boolean)
320   
321 (defcustom gnus-single-article-buffer t
322   "*If non-nil, display all articles in the same buffer.
323 If nil, each group will get its own article buffer."
324   :group 'gnus-article-various
325   :type 'boolean)
326
327 (defcustom gnus-break-pages t
328   "*If non-nil, do page breaking on articles.
329 The page delimiter is specified by the `gnus-page-delimiter'
330 variable."
331   :group 'gnus-article-various
332   :type 'boolean)
333
334 (defcustom gnus-show-mime t
335   "*If non-nil, do mime processing of articles.
336 The articles will simply be fed to the function given by
337 `gnus-show-mime-method'."
338   :group 'gnus-article-mime
339   :type 'boolean)
340
341 (defcustom gnus-move-split-methods nil
342   "*Variable used to suggest where articles are to be moved to.
343 It uses the same syntax as the `gnus-split-methods' variable."
344   :group 'gnus-summary-mail
345   :type '(repeat (choice (list :value (fun) function)
346                          (cons :value ("" "") regexp (repeat string))
347                          (sexp :value nil))))
348
349 (defcustom gnus-unread-mark ? 
350   "*Mark used for unread articles."
351   :group 'gnus-summary-marks
352   :type 'character)
353
354 (defcustom gnus-ticked-mark ?!
355   "*Mark used for ticked articles."
356   :group 'gnus-summary-marks
357   :type 'character)
358
359 (defcustom gnus-dormant-mark ??
360   "*Mark used for dormant articles."
361   :group 'gnus-summary-marks
362   :type 'character)
363
364 (defcustom gnus-del-mark ?r
365   "*Mark used for del'd articles."
366   :group 'gnus-summary-marks
367   :type 'character)
368
369 (defcustom gnus-read-mark ?R
370   "*Mark used for read articles."
371   :group 'gnus-summary-marks
372   :type 'character)
373
374 (defcustom gnus-expirable-mark ?E
375   "*Mark used for expirable articles."
376   :group 'gnus-summary-marks
377   :type 'character)
378
379 (defcustom gnus-killed-mark ?K
380   "*Mark used for killed articles."
381   :group 'gnus-summary-marks
382   :type 'character)
383
384 (defcustom gnus-souped-mark ?F
385   "*Mark used for killed articles."
386   :group 'gnus-summary-marks
387   :type 'character)
388
389 (defcustom gnus-kill-file-mark ?X
390   "*Mark used for articles killed by kill files."
391   :group 'gnus-summary-marks
392   :type 'character)
393
394 (defcustom gnus-low-score-mark ?Y
395   "*Mark used for articles with a low score."
396   :group 'gnus-summary-marks
397   :type 'character)
398
399 (defcustom gnus-catchup-mark ?C
400   "*Mark used for articles that are caught up."
401   :group 'gnus-summary-marks
402   :type 'character)
403
404 (defcustom gnus-replied-mark ?A
405   "*Mark used for articles that have been replied to."
406   :group 'gnus-summary-marks
407   :type 'character)
408
409 (defcustom gnus-cached-mark ?*
410   "*Mark used for articles that are in the cache."
411   :group 'gnus-summary-marks
412   :type 'character)
413
414 (defcustom gnus-saved-mark ?S
415   "*Mark used for articles that have been saved to."
416   :group 'gnus-summary-marks
417   :type 'character)
418
419 (defcustom gnus-ancient-mark ?O
420   "*Mark used for ancient articles."
421   :group 'gnus-summary-marks
422   :type 'character)
423
424 (defcustom gnus-sparse-mark ?Q
425   "*Mark used for sparsely reffed articles."
426   :group 'gnus-summary-marks
427   :type 'character)
428
429 (defcustom gnus-canceled-mark ?G
430   "*Mark used for canceled articles."
431   :group 'gnus-summary-marks
432   :type 'character)
433
434 (defcustom gnus-duplicate-mark ?M
435   "*Mark used for duplicate articles."
436   :group 'gnus-summary-marks
437   :type 'character)
438
439 (defcustom gnus-undownloaded-mark ?@
440   "*Mark used for articles that weren't downloaded."
441   :group 'gnus-summary-marks
442   :type 'character)
443
444 (defcustom gnus-downloadable-mark ?%
445   "*Mark used for articles that are to be downloaded."
446   :group 'gnus-summary-marks
447   :type 'character)
448
449 (defcustom gnus-unsendable-mark ?=
450   "*Mark used for articles that won't be sent."
451   :group 'gnus-summary-marks
452   :type 'character)
453
454 (defcustom gnus-score-over-mark ?+
455   "*Score mark used for articles with high scores."
456   :group 'gnus-summary-marks
457   :type 'character)
458
459 (defcustom gnus-score-below-mark ?-
460   "*Score mark used for articles with low scores."
461   :group 'gnus-summary-marks
462   :type 'character)
463
464 (defcustom gnus-empty-thread-mark ? 
465   "*There is no thread under the article."
466   :group 'gnus-summary-marks
467   :type 'character)
468
469 (defcustom gnus-not-empty-thread-mark ?=
470   "*There is a thread under the article."
471   :group 'gnus-summary-marks
472   :type 'character)
473
474 (defcustom gnus-view-pseudo-asynchronously nil
475   "*If non-nil, Gnus will view pseudo-articles asynchronously."
476   :group 'gnus-extract-view
477   :type 'boolean)
478
479 (defcustom gnus-view-pseudos nil
480   "*If `automatic', pseudo-articles will be viewed automatically.
481 If `not-confirm', pseudos will be viewed automatically, and the user
482 will not be asked to confirm the command."
483   :group 'gnus-extract-view
484   :type '(choice (const :tag "off" nil)
485                  (const automatic)
486                  (const not-confirm)))
487
488 (defcustom gnus-view-pseudos-separately t
489   "*If non-nil, one pseudo-article will be created for each file to be viewed.
490 If nil, all files that use the same viewing command will be given as a
491 list of parameters to that command."
492   :group 'gnus-extract-view
493   :type 'boolean)
494
495 (defcustom gnus-insert-pseudo-articles t
496   "*If non-nil, insert pseudo-articles when decoding articles."
497   :group 'gnus-extract-view
498   :type 'boolean)
499
500 (defcustom gnus-summary-dummy-line-format
501   "  %(:                          :%) %S\n"
502   "*The format specification for the dummy roots in the summary buffer.
503 It works along the same lines as a normal formatting string,
504 with some simple extensions.
505
506 %S  The subject"
507   :group 'gnus-threading
508   :type 'string)
509
510 (defcustom gnus-summary-mode-line-format "Gnus: %%b [%A] %Z"
511   "*The format specification for the summary mode line.
512 It works along the same lines as a normal formatting string,
513 with some simple extensions:
514
515 %G  Group name
516 %p  Unprefixed group name
517 %A  Current article number
518 %z  Current article score
519 %V  Gnus version
520 %U  Number of unread articles in the group
521 %e  Number of unselected articles in the group
522 %Z  A string with unread/unselected article counts
523 %g  Shortish group name
524 %S  Subject of the current article
525 %u  User-defined spec
526 %s  Current score file name
527 %d  Number of dormant articles
528 %r  Number of articles that have been marked as read in this session
529 %E  Number of articles expunged by the score files"
530   :group 'gnus-summary-format
531   :type 'string)
532
533 (defcustom gnus-summary-mark-below 0
534   "*Mark all articles with a score below this variable as read.
535 This variable is local to each summary buffer and usually set by the
536 score file."
537   :group 'gnus-score-default
538   :type 'integer)
539
540 (defcustom gnus-article-sort-functions '(gnus-article-sort-by-number)
541   "*List of functions used for sorting articles in the summary buffer.
542 This variable is only used when not using a threaded display."
543   :group 'gnus-summary-sort
544   :type '(repeat (choice (function-item gnus-article-sort-by-number)
545                          (function-item gnus-article-sort-by-author)
546                          (function-item gnus-article-sort-by-subject)
547                          (function-item gnus-article-sort-by-date)
548                          (function-item gnus-article-sort-by-score)
549                          (function :tag "other"))))
550
551 (defcustom gnus-thread-sort-functions '(gnus-thread-sort-by-number)
552   "*List of functions used for sorting threads in the summary buffer.
553 By default, threads are sorted by article number.
554
555 Each function takes two threads and return non-nil if the first thread
556 should be sorted before the other.  If you use more than one function,
557 the primary sort function should be the last.  You should probably
558 always include `gnus-thread-sort-by-number' in the list of sorting
559 functions -- preferably first.
560
561 Ready-made functions include `gnus-thread-sort-by-number',
562 `gnus-thread-sort-by-author', `gnus-thread-sort-by-subject',
563 `gnus-thread-sort-by-date', `gnus-thread-sort-by-score' and
564 `gnus-thread-sort-by-total-score' (see `gnus-thread-score-function')."
565   :group 'gnus-summary-sort
566   :type '(repeat (choice (function-item gnus-thread-sort-by-number)
567                          (function-item gnus-thread-sort-by-author)
568                          (function-item gnus-thread-sort-by-subject)
569                          (function-item gnus-thread-sort-by-date)
570                          (function-item gnus-thread-sort-by-score)
571                          (function-item gnus-thread-sort-by-total-score)
572                          (function :tag "other"))))
573
574 (defcustom gnus-thread-score-function '+
575   "*Function used for calculating the total score of a thread.
576
577 The function is called with the scores of the article and each
578 subthread and should then return the score of the thread.
579
580 Some functions you can use are `+', `max', or `min'."
581   :group 'gnus-summary-sort
582   :type 'function)
583
584 (defcustom gnus-summary-expunge-below nil
585   "All articles that have a score less than this variable will be expunged.
586 This variable is local to the summary buffers."
587   :group 'gnus-score-default
588   :type '(choice (const :tag "off" nil)
589                  integer))
590
591 (defcustom gnus-thread-expunge-below nil
592   "All threads that have a total score less than this variable will be expunged.
593 See `gnus-thread-score-function' for en explanation of what a
594 \"thread score\" is.
595
596 This variable is local to the summary buffers."
597   :group 'gnus-treading
598   :group 'gnus-score-default
599   :type '(choice (const :tag "off" nil)
600                  integer))
601
602 (defcustom gnus-summary-mode-hook nil
603   "*A hook for Gnus summary mode.
604 This hook is run before any variables are set in the summary buffer."
605   :group 'gnus-summary-various
606   :type 'hook)
607
608 (defcustom gnus-summary-menu-hook nil
609   "*Hook run after the creation of the summary mode menu."
610   :group 'gnus-summary-visual
611   :type 'hook)
612
613 (defcustom gnus-summary-exit-hook nil
614   "*A hook called on exit from the summary buffer.
615 It will be called with point in the group buffer."
616   :group 'gnus-summary-exit
617   :type 'hook)
618
619 (defcustom gnus-summary-prepare-hook nil
620   "*A hook called after the summary buffer has been generated.
621 If you want to modify the summary buffer, you can use this hook."
622   :group 'gnus-summary-various
623   :type 'hook)
624
625 (defcustom gnus-summary-prepared-hook nil
626   "*A hook called as the last thing after the summary buffer has been generated."
627   :group 'gnus-summary-various
628   :type 'hook)
629
630 (defcustom gnus-summary-generate-hook nil
631   "*A hook run just before generating the summary buffer.
632 This hook is commonly used to customize threading variables and the
633 like."
634   :group 'gnus-summary-various
635   :type 'hook)
636
637 (defcustom gnus-select-group-hook nil
638   "*A hook called when a newsgroup is selected.
639
640 If you'd like to simplify subjects like the
641 `gnus-summary-next-same-subject' command does, you can use the
642 following hook:
643
644  (setq gnus-select-group-hook
645       (list
646         (lambda ()
647           (mapcar (lambda (header)
648                      (mail-header-set-subject
649                       header
650                       (gnus-simplify-subject
651                        (mail-header-subject header) 're-only)))
652                   gnus-newsgroup-headers))))"
653   :group 'gnus-group-select
654   :type 'hook)
655
656 (defcustom gnus-select-article-hook nil
657   "*A hook called when an article is selected."
658   :group 'gnus-summary-choose
659   :type 'hook)
660
661 (defcustom gnus-visual-mark-article-hook
662   (list 'gnus-highlight-selected-summary)
663   "*Hook run after selecting an article in the summary buffer.
664 It is meant to be used for highlighting the article in some way.  It
665 is not run if `gnus-visual' is nil."
666   :group 'gnus-summary-visual
667   :type 'hook)
668
669 (defcustom gnus-structured-field-decoder
670   #'eword-decode-and-unfold-structured-field
671   "Function to decode non-ASCII characters in structured field for summary."
672   :group 'gnus-various
673   :type 'function)
674
675 (defcustom gnus-unstructured-field-decoder
676   (function
677    (lambda (string)
678      (eword-decode-unstructured-field-body
679       (std11-unfold-string string) 'must-unfold)
680      ))
681   "Function to decode non-ASCII characters in unstructured field for summary."
682   :group 'gnus-various
683   :type 'function)
684
685 (defcustom gnus-parse-headers-hook
686   '(gnus-set-summary-default-charset)
687   "*A hook called before parsing the headers."
688   :group 'gnus-various
689   :type 'hook)
690
691 (defcustom gnus-exit-group-hook nil
692   "*A hook called when exiting (not quitting) summary mode."
693   :group 'gnus-various
694   :type 'hook)
695
696 (defcustom gnus-summary-update-hook
697   (list 'gnus-summary-highlight-line)
698   "*A hook called when a summary line is changed.
699 The hook will not be called if `gnus-visual' is nil.
700
701 The default function `gnus-summary-highlight-line' will
702 highlight the line according to the `gnus-summary-highlight'
703 variable."
704   :group 'gnus-summary-visual
705   :type 'hook)
706
707 (defcustom gnus-mark-article-hook '(gnus-summary-mark-read-and-unread-as-read)
708   "*A hook called when an article is selected for the first time.
709 The hook is intended to mark an article as read (or unread)
710 automatically when it is selected."
711   :group 'gnus-summary-choose
712   :type 'hook)
713
714 (defcustom gnus-group-no-more-groups-hook nil
715   "*A hook run when returning to group mode having no more (unread) groups."
716   :group 'gnus-group-select
717   :type 'hook)
718
719 (defcustom gnus-ps-print-hook nil
720   "*A hook run before ps-printing something from Gnus."
721   :group 'gnus-summary
722   :type 'hook)
723
724 (defcustom gnus-summary-selected-face 'gnus-summary-selected-face
725   "Face used for highlighting the current article in the summary buffer."
726   :group 'gnus-summary-visual
727   :type 'face)
728
729 (defcustom gnus-summary-highlight
730   '(((= mark gnus-canceled-mark)
731      . gnus-summary-cancelled-face)
732     ((and (> score default)
733           (or (= mark gnus-dormant-mark)
734               (= mark gnus-ticked-mark)))
735      . gnus-summary-high-ticked-face)
736     ((and (< score default)
737           (or (= mark gnus-dormant-mark)
738               (= mark gnus-ticked-mark)))
739      . gnus-summary-low-ticked-face)
740     ((or (= mark gnus-dormant-mark)
741          (= mark gnus-ticked-mark))
742      . gnus-summary-normal-ticked-face)
743     ((and (> score default) (= mark gnus-ancient-mark))
744      . gnus-summary-high-ancient-face)
745     ((and (< score default) (= mark gnus-ancient-mark))
746      . gnus-summary-low-ancient-face)
747     ((= mark gnus-ancient-mark)
748      . gnus-summary-normal-ancient-face)
749     ((and (> score default) (= mark gnus-unread-mark))
750      . gnus-summary-high-unread-face)
751     ((and (< score default) (= mark gnus-unread-mark))
752      . gnus-summary-low-unread-face)
753     ((= mark gnus-unread-mark)
754      . gnus-summary-normal-unread-face)
755     ((and (> score default) (memq mark (list gnus-downloadable-mark
756                                              gnus-undownloaded-mark)))
757      . gnus-summary-high-unread-face)
758     ((and (< score default) (memq mark (list gnus-downloadable-mark
759                                              gnus-undownloaded-mark)))
760      . gnus-summary-low-unread-face)
761     ((memq mark (list gnus-downloadable-mark gnus-undownloaded-mark))
762      . gnus-summary-normal-unread-face)
763     ((> score default)
764      . gnus-summary-high-read-face)
765     ((< score default)
766      . gnus-summary-low-read-face)
767     (t
768      . gnus-summary-normal-read-face))
769   "*Controls the highlighting of summary buffer lines.
770
771 A list of (FORM . FACE) pairs.  When deciding how a a particular
772 summary line should be displayed, each form is evaluated.  The content
773 of the face field after the first true form is used.  You can change
774 how those summary lines are displayed, by editing the face field.
775
776 You can use the following variables in the FORM field.
777
778 score:   The articles score
779 default: The default article score.
780 below:   The score below which articles are automatically marked as read.
781 mark:    The articles mark."
782   :group 'gnus-summary-visual
783   :type '(repeat (cons (sexp :tag "Form" nil)
784                        face)))
785
786 (defcustom gnus-alter-header-function nil
787   "Function called to allow alteration of article header structures.
788 The function is called with one parameter, the article header vector,
789 which it may alter in any way.")
790
791 ;;; Internal variables
792
793 (defvar gnus-scores-exclude-files nil)
794 (defvar gnus-page-broken nil)
795
796 (defvar gnus-original-article nil)
797 (defvar gnus-article-internal-prepare-hook nil)
798 (defvar gnus-newsgroup-process-stack nil)
799
800 (defvar gnus-thread-indent-array nil)
801 (defvar gnus-thread-indent-array-level gnus-thread-indent-level)
802
803 ;; Avoid highlighting in kill files.
804 (defvar gnus-summary-inhibit-highlight nil)
805 (defvar gnus-newsgroup-selected-overlay nil)
806 (defvar gnus-inhibit-limiting nil)
807 (defvar gnus-newsgroup-adaptive-score-file nil)
808 (defvar gnus-current-score-file nil)
809 (defvar gnus-current-move-group nil)
810 (defvar gnus-current-copy-group nil)
811 (defvar gnus-current-crosspost-group nil)
812
813 (defvar gnus-newsgroup-dependencies nil)
814 (defvar gnus-newsgroup-adaptive nil)
815 (defvar gnus-summary-display-article-function nil)
816 (defvar gnus-summary-highlight-line-function nil
817   "Function called after highlighting a summary line.")
818
819 (defvar gnus-summary-line-format-alist
820   `((?N ,(macroexpand '(mail-header-number gnus-tmp-header)) ?d)
821     (?S ,(macroexpand '(mail-header-subject gnus-tmp-header)) ?s)
822     (?s gnus-tmp-subject-or-nil ?s)
823     (?n gnus-tmp-name ?s)
824     (?A (car (cdr (funcall gnus-extract-address-components gnus-tmp-from)))
825         ?s)
826     (?a (or (car (funcall gnus-extract-address-components gnus-tmp-from))
827             gnus-tmp-from) ?s)
828     (?F gnus-tmp-from ?s)
829     (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s)
830     (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s)
831     (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s)
832     (?o (gnus-date-iso8601 (mail-header-date gnus-tmp-header)) ?s)
833     (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s)
834     (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s)
835     (?c (or (mail-header-chars gnus-tmp-header) 0) ?d)
836     (?L gnus-tmp-lines ?d)
837     (?I gnus-tmp-indentation ?s)
838     (?T (if (= gnus-tmp-level 0) "" (make-string (frame-width) ? )) ?s)
839     (?R gnus-tmp-replied ?c)
840     (?\[ gnus-tmp-opening-bracket ?c)
841     (?\] gnus-tmp-closing-bracket ?c)
842     (?\> (make-string gnus-tmp-level ? ) ?s)
843     (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
844     (?i gnus-tmp-score ?d)
845     (?z gnus-tmp-score-char ?c)
846     (?l (bbb-grouplens-score gnus-tmp-header) ?s)
847     (?V (gnus-thread-total-score (and (boundp 'thread) (car thread))) ?d)
848     (?U gnus-tmp-unread ?c)
849     (?t (gnus-summary-number-of-articles-in-thread
850          (and (boundp 'thread) (car thread)) gnus-tmp-level)
851         ?d)
852     (?e (gnus-summary-number-of-articles-in-thread
853          (and (boundp 'thread) (car thread)) gnus-tmp-level t)
854         ?c)
855     (?u gnus-tmp-user-defined ?s)
856     (?P (gnus-pick-line-number) ?d))
857   "An alist of format specifications that can appear in summary lines,
858 and what variables they correspond with, along with the type of the
859 variable (string, integer, character, etc).")
860
861 (defvar gnus-summary-dummy-line-format-alist
862   `((?S gnus-tmp-subject ?s)
863     (?N gnus-tmp-number ?d)
864     (?u gnus-tmp-user-defined ?s)))
865
866 (defvar gnus-summary-mode-line-format-alist
867   `((?G gnus-tmp-group-name ?s)
868     (?g (gnus-short-group-name gnus-tmp-group-name) ?s)
869     (?p (gnus-group-real-name gnus-tmp-group-name) ?s)
870     (?A gnus-tmp-article-number ?d)
871     (?Z gnus-tmp-unread-and-unselected ?s)
872     (?V gnus-version ?s)
873     (?U gnus-tmp-unread-and-unticked ?d)
874     (?S gnus-tmp-subject ?s)
875     (?e gnus-tmp-unselected ?d)
876     (?u gnus-tmp-user-defined ?s)
877     (?d (length gnus-newsgroup-dormant) ?d)
878     (?t (length gnus-newsgroup-marked) ?d)
879     (?r (length gnus-newsgroup-reads) ?d)
880     (?z (gnus-summary-article-score gnus-tmp-article-number) ?d)
881     (?E gnus-newsgroup-expunged-tally ?d)
882     (?s (gnus-current-score-file-nondirectory) ?s)))
883
884 (defvar gnus-last-search-regexp nil
885   "Default regexp for article search command.")
886
887 (defvar gnus-last-shell-command nil
888   "Default shell command on article.")
889
890 (defvar gnus-newsgroup-begin nil)
891 (defvar gnus-newsgroup-end nil)
892 (defvar gnus-newsgroup-last-rmail nil)
893 (defvar gnus-newsgroup-last-mail nil)
894 (defvar gnus-newsgroup-last-folder nil)
895 (defvar gnus-newsgroup-last-file nil)
896 (defvar gnus-newsgroup-auto-expire nil)
897 (defvar gnus-newsgroup-active nil)
898
899 (defvar gnus-newsgroup-data nil)
900 (defvar gnus-newsgroup-data-reverse nil)
901 (defvar gnus-newsgroup-limit nil)
902 (defvar gnus-newsgroup-limits nil)
903
904 (defvar gnus-newsgroup-unreads nil
905   "List of unread articles in the current newsgroup.")
906
907 (defvar gnus-newsgroup-unselected nil
908   "List of unselected unread articles in the current newsgroup.")
909
910 (defvar gnus-newsgroup-reads nil
911   "Alist of read articles and article marks in the current newsgroup.")
912
913 (defvar gnus-newsgroup-expunged-tally nil)
914
915 (defvar gnus-newsgroup-marked nil
916   "List of ticked articles in the current newsgroup (a subset of unread art).")
917
918 (defvar gnus-newsgroup-killed nil
919   "List of ranges of articles that have been through the scoring process.")
920
921 (defvar gnus-newsgroup-cached nil
922   "List of articles that come from the article cache.")
923
924 (defvar gnus-newsgroup-saved nil
925   "List of articles that have been saved.")
926
927 (defvar gnus-newsgroup-kill-headers nil)
928
929 (defvar gnus-newsgroup-replied nil
930   "List of articles that have been replied to in the current newsgroup.")
931
932 (defvar gnus-newsgroup-expirable nil
933   "List of articles in the current newsgroup that can be expired.")
934
935 (defvar gnus-newsgroup-processable nil
936   "List of articles in the current newsgroup that can be processed.")
937
938 (defvar gnus-newsgroup-downloadable nil
939   "List of articles in the current newsgroup that can be processed.")
940
941 (defvar gnus-newsgroup-undownloaded nil
942   "List of articles in the current newsgroup that haven't been downloaded..")
943
944 (defvar gnus-newsgroup-unsendable nil
945   "List of articles in the current newsgroup that won't be sent.")
946
947 (defvar gnus-newsgroup-bookmarks nil
948   "List of articles in the current newsgroup that have bookmarks.")
949
950 (defvar gnus-newsgroup-dormant nil
951   "List of dormant articles in the current newsgroup.")
952
953 (defvar gnus-newsgroup-scored nil
954   "List of scored articles in the current newsgroup.")
955
956 (defvar gnus-newsgroup-headers nil
957   "List of article headers in the current newsgroup.")
958
959 (defvar gnus-newsgroup-threads nil)
960
961 (defvar gnus-newsgroup-prepared nil
962   "Whether the current group has been prepared properly.")
963
964 (defvar gnus-newsgroup-ancient nil
965   "List of `gnus-fetch-old-headers' articles in the current newsgroup.")
966
967 (defvar gnus-newsgroup-sparse nil)
968
969 (defvar gnus-current-article nil)
970 (defvar gnus-article-current nil)
971 (defvar gnus-current-headers nil)
972 (defvar gnus-have-all-headers nil)
973 (defvar gnus-last-article nil)
974 (defvar gnus-newsgroup-history nil)
975
976 (defconst gnus-summary-local-variables
977   '(gnus-newsgroup-name
978     gnus-newsgroup-begin gnus-newsgroup-end
979     gnus-newsgroup-last-rmail gnus-newsgroup-last-mail
980     gnus-newsgroup-last-folder gnus-newsgroup-last-file
981     gnus-newsgroup-auto-expire gnus-newsgroup-unreads
982     gnus-newsgroup-unselected gnus-newsgroup-marked
983     gnus-newsgroup-reads gnus-newsgroup-saved
984     gnus-newsgroup-replied gnus-newsgroup-expirable
985     gnus-newsgroup-processable gnus-newsgroup-killed
986     gnus-newsgroup-downloadable gnus-newsgroup-undownloaded
987     gnus-newsgroup-unsendable
988     gnus-newsgroup-bookmarks gnus-newsgroup-dormant
989     gnus-newsgroup-headers gnus-newsgroup-threads
990     gnus-newsgroup-prepared gnus-summary-highlight-line-function
991     gnus-current-article gnus-current-headers gnus-have-all-headers
992     gnus-last-article gnus-article-internal-prepare-hook
993     gnus-newsgroup-dependencies gnus-newsgroup-selected-overlay
994     gnus-newsgroup-scored gnus-newsgroup-kill-headers
995     gnus-thread-expunge-below
996     gnus-score-alist gnus-current-score-file gnus-summary-expunge-below
997     (gnus-summary-mark-below . global)
998     gnus-newsgroup-active gnus-scores-exclude-files
999     gnus-newsgroup-history gnus-newsgroup-ancient
1000     gnus-newsgroup-sparse gnus-newsgroup-process-stack
1001     (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring)
1002     gnus-newsgroup-adaptive-score-file (gnus-reffed-article-number . -1)
1003     (gnus-newsgroup-expunged-tally . 0)
1004     gnus-cache-removable-articles gnus-newsgroup-cached
1005     gnus-newsgroup-data gnus-newsgroup-data-reverse
1006     gnus-newsgroup-limit gnus-newsgroup-limits)
1007   "Variables that are buffer-local to the summary buffers.")
1008
1009 ;; Byte-compiler warning.
1010 (defvar gnus-article-mode-map)
1011
1012 ;; Subject simplification.
1013
1014 (defun gnus-simplify-whitespace (str)
1015   "Remove excessive whitespace."
1016   (let ((mystr str))
1017     ;; Multiple spaces.
1018     (while (string-match "[ \t][ \t]+" mystr)
1019       (setq mystr (concat (substring mystr 0 (match-beginning 0))
1020                           " "
1021                           (substring mystr (match-end 0)))))
1022     ;; Leading spaces.
1023     (when (string-match "^[ \t]+" mystr)
1024       (setq mystr (substring mystr (match-end 0))))
1025     ;; Trailing spaces.
1026     (when (string-match "[ \t]+$" mystr)
1027       (setq mystr (substring mystr 0 (match-beginning 0))))
1028     mystr))
1029
1030 (defsubst gnus-simplify-subject-re (subject)
1031   "Remove \"Re:\" from subject lines."
1032   (if (string-match "^[Rr][Ee]: *" subject)
1033       (substring subject (match-end 0))
1034     subject))
1035
1036 (defun gnus-simplify-subject (subject &optional re-only)
1037   "Remove `Re:' and words in parentheses.
1038 If RE-ONLY is non-nil, strip leading `Re:'s only."
1039   (let ((case-fold-search t))           ;Ignore case.
1040     ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
1041     (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
1042       (setq subject (substring subject (match-end 0))))
1043     ;; Remove uninteresting prefixes.
1044     (when (and (not re-only)
1045                gnus-simplify-ignored-prefixes
1046                (string-match gnus-simplify-ignored-prefixes subject))
1047       (setq subject (substring subject (match-end 0))))
1048     ;; Remove words in parentheses from end.
1049     (unless re-only
1050       (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
1051         (setq subject (substring subject 0 (match-beginning 0)))))
1052     ;; Return subject string.
1053     subject))
1054
1055 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
1056 ;; all whitespace.
1057 (defsubst gnus-simplify-buffer-fuzzy-step (regexp &optional newtext)
1058   (goto-char (point-min))
1059   (while (re-search-forward regexp nil t)
1060       (replace-match (or newtext ""))))
1061
1062 (defun gnus-simplify-buffer-fuzzy ()
1063   "Simplify string in the buffer fuzzily.
1064 The string in the accessible portion of the current buffer is simplified.
1065 It is assumed to be a single-line subject.
1066 Whitespace is generally cleaned up, and miscellaneous leading/trailing
1067 matter is removed.  Additional things can be deleted by setting
1068 gnus-simplify-subject-fuzzy-regexp."
1069   (let ((case-fold-search t)
1070         (modified-tick))
1071     (gnus-simplify-buffer-fuzzy-step "\t" " ")
1072
1073     (while (not (eq modified-tick (buffer-modified-tick)))
1074       (setq modified-tick (buffer-modified-tick))
1075       (cond
1076        ((listp gnus-simplify-subject-fuzzy-regexp)
1077         (mapcar 'gnus-simplify-buffer-fuzzy-step
1078                 gnus-simplify-subject-fuzzy-regexp))
1079        (gnus-simplify-subject-fuzzy-regexp
1080         (gnus-simplify-buffer-fuzzy-step gnus-simplify-subject-fuzzy-regexp)))
1081       (gnus-simplify-buffer-fuzzy-step "^ *\\[[-+?*!][-+?*!]\\] *")
1082       (gnus-simplify-buffer-fuzzy-step
1083        "^ *\\(re\\|fw\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
1084       (gnus-simplify-buffer-fuzzy-step "^[[].*:\\( .*\\)[]]$" "\\1"))
1085
1086     (gnus-simplify-buffer-fuzzy-step " *[[{(][^()\n]*[]})] *$")
1087     (gnus-simplify-buffer-fuzzy-step "  +" " ")
1088     (gnus-simplify-buffer-fuzzy-step " $")
1089     (gnus-simplify-buffer-fuzzy-step "^ +")))
1090
1091 (defun gnus-simplify-subject-fuzzy (subject)
1092   "Simplify a subject string fuzzily.
1093 See `gnus-simplify-buffer-fuzzy' for details."
1094   (save-excursion
1095     (gnus-set-work-buffer)
1096     (let ((case-fold-search t))
1097       ;; Remove uninteresting prefixes.
1098       (when (and gnus-simplify-ignored-prefixes
1099                  (string-match gnus-simplify-ignored-prefixes subject))
1100         (setq subject (substring subject (match-end 0))))
1101       (insert subject)
1102       (inline (gnus-simplify-buffer-fuzzy))
1103       (buffer-string))))
1104
1105 (defsubst gnus-simplify-subject-fully (subject)
1106   "Simplify a subject string according to gnus-summary-gather-subject-limit."
1107   (cond
1108    (gnus-simplify-subject-functions
1109     (gnus-map-function gnus-simplify-subject-functions subject))
1110    ((null gnus-summary-gather-subject-limit)
1111     (gnus-simplify-subject-re subject))
1112    ((eq gnus-summary-gather-subject-limit 'fuzzy)
1113     (gnus-simplify-subject-fuzzy subject))
1114    ((numberp gnus-summary-gather-subject-limit)
1115     (gnus-limit-string (gnus-simplify-subject-re subject)
1116                        gnus-summary-gather-subject-limit))
1117    (t
1118     subject)))
1119
1120 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
1121   "Check whether two subjects are equal.
1122 If optional argument simple-first is t, first argument is already
1123 simplified."
1124   (cond
1125    ((null simple-first)
1126     (equal (gnus-simplify-subject-fully s1)
1127            (gnus-simplify-subject-fully s2)))
1128    (t
1129     (equal s1
1130            (gnus-simplify-subject-fully s2)))))
1131
1132 (defun gnus-summary-bubble-group ()
1133   "Increase the score of the current group.
1134 This is a handy function to add to `gnus-summary-exit-hook' to
1135 increase the score of each group you read."
1136   (gnus-group-add-score gnus-newsgroup-name))
1137
1138 \f
1139 ;;;
1140 ;;; Gnus summary mode
1141 ;;;
1142
1143 (put 'gnus-summary-mode 'mode-class 'special)
1144
1145 (when t
1146   ;; Non-orthogonal keys
1147
1148   (gnus-define-keys gnus-summary-mode-map
1149     " " gnus-summary-next-page
1150     "\177" gnus-summary-prev-page
1151     [delete] gnus-summary-prev-page
1152     [backspace] gnus-summary-prev-page
1153     "\r" gnus-summary-scroll-up
1154     "\e\r" gnus-summary-scroll-down
1155     "n" gnus-summary-next-unread-article
1156     "p" gnus-summary-prev-unread-article
1157     "N" gnus-summary-next-article
1158     "P" gnus-summary-prev-article
1159     "\M-\C-n" gnus-summary-next-same-subject
1160     "\M-\C-p" gnus-summary-prev-same-subject
1161     "\M-n" gnus-summary-next-unread-subject
1162     "\M-p" gnus-summary-prev-unread-subject
1163     "." gnus-summary-first-unread-article
1164     "," gnus-summary-best-unread-article
1165     "\M-s" gnus-summary-search-article-forward
1166     "\M-r" gnus-summary-search-article-backward
1167     "<" gnus-summary-beginning-of-article
1168     ">" gnus-summary-end-of-article
1169     "j" gnus-summary-goto-article
1170     "^" gnus-summary-refer-parent-article
1171     "\M-^" gnus-summary-refer-article
1172     "u" gnus-summary-tick-article-forward
1173     "!" gnus-summary-tick-article-forward
1174     "U" gnus-summary-tick-article-backward
1175     "d" gnus-summary-mark-as-read-forward
1176     "D" gnus-summary-mark-as-read-backward
1177     "E" gnus-summary-mark-as-expirable
1178     "\M-u" gnus-summary-clear-mark-forward
1179     "\M-U" gnus-summary-clear-mark-backward
1180     "k" gnus-summary-kill-same-subject-and-select
1181     "\C-k" gnus-summary-kill-same-subject
1182     "\M-\C-k" gnus-summary-kill-thread
1183     "\M-\C-l" gnus-summary-lower-thread
1184     "e" gnus-summary-edit-article
1185     "#" gnus-summary-mark-as-processable
1186     "\M-#" gnus-summary-unmark-as-processable
1187     "\M-\C-t" gnus-summary-toggle-threads
1188     "\M-\C-s" gnus-summary-show-thread
1189     "\M-\C-h" gnus-summary-hide-thread
1190     "\M-\C-f" gnus-summary-next-thread
1191     "\M-\C-b" gnus-summary-prev-thread
1192     "\M-\C-u" gnus-summary-up-thread
1193     "\M-\C-d" gnus-summary-down-thread
1194     "&" gnus-summary-execute-command
1195     "c" gnus-summary-catchup-and-exit
1196     "\C-w" gnus-summary-mark-region-as-read
1197     "\C-t" gnus-summary-toggle-truncation
1198     "?" gnus-summary-mark-as-dormant
1199     "\C-c\M-\C-s" gnus-summary-limit-include-expunged
1200     "\C-c\C-s\C-n" gnus-summary-sort-by-number
1201     "\C-c\C-s\C-l" gnus-summary-sort-by-lines
1202     "\C-c\C-s\C-a" gnus-summary-sort-by-author
1203     "\C-c\C-s\C-s" gnus-summary-sort-by-subject
1204     "\C-c\C-s\C-d" gnus-summary-sort-by-date
1205     "\C-c\C-s\C-i" gnus-summary-sort-by-score
1206     "=" gnus-summary-expand-window
1207     "\C-x\C-s" gnus-summary-reselect-current-group
1208     "\M-g" gnus-summary-rescan-group
1209     "w" gnus-summary-stop-page-breaking
1210     "\C-c\C-r" gnus-summary-caesar-message
1211     "\M-t" gnus-summary-toggle-mime
1212     "f" gnus-summary-followup
1213     "F" gnus-summary-followup-with-original
1214     "C" gnus-summary-cancel-article
1215     "r" gnus-summary-reply
1216     "R" gnus-summary-reply-with-original
1217     "\C-c\C-f" gnus-summary-mail-forward
1218     "o" gnus-summary-save-article
1219     "\C-o" gnus-summary-save-article-mail
1220     "|" gnus-summary-pipe-output
1221     "\M-k" gnus-summary-edit-local-kill
1222     "\M-K" gnus-summary-edit-global-kill
1223     ;; "V" gnus-version
1224     "\C-c\C-d" gnus-summary-describe-group
1225     "q" gnus-summary-exit
1226     "Q" gnus-summary-exit-no-update
1227     "\C-c\C-i" gnus-info-find-node
1228     gnus-mouse-2 gnus-mouse-pick-article
1229     "m" gnus-summary-mail-other-window
1230     "a" gnus-summary-post-news
1231     "x" gnus-summary-limit-to-unread
1232     "s" gnus-summary-isearch-article
1233     "t" gnus-article-hide-headers
1234     "g" gnus-summary-show-article
1235     "l" gnus-summary-goto-last-article
1236     "v" gnus-summary-preview-mime-message
1237     "\C-c\C-v\C-v" gnus-uu-decode-uu-view
1238     "\C-d" gnus-summary-enter-digest-group
1239     "\M-\C-d" gnus-summary-read-document
1240     "\M-\C-e" gnus-summary-edit-parameters
1241     "\C-c\C-b" gnus-bug
1242     "*" gnus-cache-enter-article
1243     "\M-*" gnus-cache-remove-article
1244     "\M-&" gnus-summary-universal-argument
1245     "\C-l" gnus-recenter
1246     "I" gnus-summary-increase-score
1247     "L" gnus-summary-lower-score
1248     "\M-i" gnus-symbolic-argument
1249     "h" gnus-summary-select-article-buffer
1250     
1251     "V" gnus-summary-score-map
1252     "X" gnus-uu-extract-map
1253     "S" gnus-summary-send-map)
1254
1255   ;; Sort of orthogonal keymap
1256   (gnus-define-keys (gnus-summary-mark-map "M" gnus-summary-mode-map)
1257     "t" gnus-summary-tick-article-forward
1258     "!" gnus-summary-tick-article-forward
1259     "d" gnus-summary-mark-as-read-forward
1260     "r" gnus-summary-mark-as-read-forward
1261     "c" gnus-summary-clear-mark-forward
1262     " " gnus-summary-clear-mark-forward
1263     "e" gnus-summary-mark-as-expirable
1264     "x" gnus-summary-mark-as-expirable
1265     "?" gnus-summary-mark-as-dormant
1266     "b" gnus-summary-set-bookmark
1267     "B" gnus-summary-remove-bookmark
1268     "#" gnus-summary-mark-as-processable
1269     "\M-#" gnus-summary-unmark-as-processable
1270     "S" gnus-summary-limit-include-expunged
1271     "C" gnus-summary-catchup
1272     "H" gnus-summary-catchup-to-here
1273     "\C-c" gnus-summary-catchup-all
1274     "k" gnus-summary-kill-same-subject-and-select
1275     "K" gnus-summary-kill-same-subject
1276     "P" gnus-uu-mark-map)
1277
1278   (gnus-define-keys (gnus-summary-mscore-map "V" gnus-summary-mark-map)
1279     "c" gnus-summary-clear-above
1280     "u" gnus-summary-tick-above
1281     "m" gnus-summary-mark-above
1282     "k" gnus-summary-kill-below)
1283
1284   (gnus-define-keys (gnus-summary-limit-map "/" gnus-summary-mode-map)
1285     "/" gnus-summary-limit-to-subject
1286     "n" gnus-summary-limit-to-articles
1287     "w" gnus-summary-pop-limit
1288     "s" gnus-summary-limit-to-subject
1289     "a" gnus-summary-limit-to-author
1290     "u" gnus-summary-limit-to-unread
1291     "m" gnus-summary-limit-to-marks
1292     "v" gnus-summary-limit-to-score
1293     "*" gnus-summary-limit-include-cached
1294     "D" gnus-summary-limit-include-dormant
1295     "T" gnus-summary-limit-include-thread
1296     "d" gnus-summary-limit-exclude-dormant
1297     "t" gnus-summary-limit-to-age
1298     "E" gnus-summary-limit-include-expunged
1299     "c" gnus-summary-limit-exclude-childless-dormant
1300     "C" gnus-summary-limit-mark-excluded-as-read)
1301
1302   (gnus-define-keys (gnus-summary-goto-map "G" gnus-summary-mode-map)
1303     "n" gnus-summary-next-unread-article
1304     "p" gnus-summary-prev-unread-article
1305     "N" gnus-summary-next-article
1306     "P" gnus-summary-prev-article
1307     "\C-n" gnus-summary-next-same-subject
1308     "\C-p" gnus-summary-prev-same-subject
1309     "\M-n" gnus-summary-next-unread-subject
1310     "\M-p" gnus-summary-prev-unread-subject
1311     "f" gnus-summary-first-unread-article
1312     "b" gnus-summary-best-unread-article
1313     "j" gnus-summary-goto-article
1314     "g" gnus-summary-goto-subject
1315     "l" gnus-summary-goto-last-article
1316     "o" gnus-summary-pop-article)
1317
1318   (gnus-define-keys (gnus-summary-thread-map "T" gnus-summary-mode-map)
1319     "k" gnus-summary-kill-thread
1320     "l" gnus-summary-lower-thread
1321     "i" gnus-summary-raise-thread
1322     "T" gnus-summary-toggle-threads
1323     "t" gnus-summary-rethread-current
1324     "^" gnus-summary-reparent-thread
1325     "s" gnus-summary-show-thread
1326     "S" gnus-summary-show-all-threads
1327     "h" gnus-summary-hide-thread
1328     "H" gnus-summary-hide-all-threads
1329     "n" gnus-summary-next-thread
1330     "p" gnus-summary-prev-thread
1331     "u" gnus-summary-up-thread
1332     "o" gnus-summary-top-thread
1333     "d" gnus-summary-down-thread
1334     "#" gnus-uu-mark-thread
1335     "\M-#" gnus-uu-unmark-thread)
1336
1337   (gnus-define-keys (gnus-summary-buffer-map "Y" gnus-summary-mode-map)
1338     "g" gnus-summary-prepare
1339     "c" gnus-summary-insert-cached-articles)
1340
1341   (gnus-define-keys (gnus-summary-exit-map "Z" gnus-summary-mode-map)
1342     "c" gnus-summary-catchup-and-exit
1343     "C" gnus-summary-catchup-all-and-exit
1344     "E" gnus-summary-exit-no-update
1345     "Q" gnus-summary-exit
1346     "Z" gnus-summary-exit
1347     "n" gnus-summary-catchup-and-goto-next-group
1348     "R" gnus-summary-reselect-current-group
1349     "G" gnus-summary-rescan-group
1350     "N" gnus-summary-next-group
1351     "s" gnus-summary-save-newsrc
1352     "P" gnus-summary-prev-group)
1353
1354   (gnus-define-keys (gnus-summary-article-map "A" gnus-summary-mode-map)
1355     " " gnus-summary-next-page
1356     "n" gnus-summary-next-page
1357     "\177" gnus-summary-prev-page
1358     [delete] gnus-summary-prev-page
1359     "p" gnus-summary-prev-page
1360     "\r" gnus-summary-scroll-up
1361     "<" gnus-summary-beginning-of-article
1362     ">" gnus-summary-end-of-article
1363     "b" gnus-summary-beginning-of-article
1364     "e" gnus-summary-end-of-article
1365     "^" gnus-summary-refer-parent-article
1366     "r" gnus-summary-refer-parent-article
1367     "R" gnus-summary-refer-references
1368     "T" gnus-summary-refer-thread
1369     "g" gnus-summary-show-article
1370     "s" gnus-summary-isearch-article
1371     "P" gnus-summary-print-article)
1372
1373   (gnus-define-keys (gnus-summary-wash-map "W" gnus-summary-mode-map)
1374     "b" gnus-article-add-buttons
1375     "B" gnus-article-add-buttons-to-head
1376     "o" gnus-article-treat-overstrike
1377     "e" gnus-article-emphasize
1378     "w" gnus-article-fill-cited-article
1379     "c" gnus-article-remove-cr
1380     "f" gnus-article-display-x-face
1381     "l" gnus-summary-stop-page-breaking
1382     "r" gnus-summary-caesar-message
1383     "t" gnus-article-hide-headers
1384     "v" gnus-summary-verbose-headers
1385     "m" gnus-summary-toggle-mime
1386     "h" gnus-article-treat-html
1387     "d" gnus-article-treat-dumbquotes)
1388
1389   (gnus-define-keys (gnus-summary-wash-hide-map "W" gnus-summary-wash-map)
1390     "a" gnus-article-hide
1391     "h" gnus-article-hide-headers
1392     "b" gnus-article-hide-boring-headers
1393     "s" gnus-article-hide-signature
1394     "c" gnus-article-hide-citation
1395     "C" gnus-article-hide-citation-in-followups
1396     "p" gnus-article-hide-pgp
1397     "P" gnus-article-hide-pem
1398     "\C-c" gnus-article-hide-citation-maybe)
1399
1400   (gnus-define-keys (gnus-summary-wash-highlight-map "H" gnus-summary-wash-map)
1401     "a" gnus-article-highlight
1402     "h" gnus-article-highlight-headers
1403     "c" gnus-article-highlight-citation
1404     "s" gnus-article-highlight-signature)
1405
1406   (gnus-define-keys (gnus-summary-wash-time-map "T" gnus-summary-wash-map)
1407     "z" gnus-article-date-ut
1408     "u" gnus-article-date-ut
1409     "l" gnus-article-date-local
1410     "e" gnus-article-date-lapsed
1411     "o" gnus-article-date-original
1412     "i" gnus-article-date-iso8601
1413     "s" gnus-article-date-user)
1414
1415   (gnus-define-keys (gnus-summary-wash-empty-map "E" gnus-summary-wash-map)
1416     "t" gnus-article-remove-trailing-blank-lines
1417     "l" gnus-article-strip-leading-blank-lines
1418     "m" gnus-article-strip-multiple-blank-lines
1419     "a" gnus-article-strip-blank-lines
1420     "A" gnus-article-strip-all-blank-lines
1421     "s" gnus-article-strip-leading-space)
1422
1423   (gnus-define-keys (gnus-summary-help-map "H" gnus-summary-mode-map)
1424     "v" gnus-version
1425     "f" gnus-summary-fetch-faq
1426     "d" gnus-summary-describe-group
1427     "h" gnus-summary-describe-briefly
1428     "i" gnus-info-find-node)
1429
1430   (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
1431     "e" gnus-summary-expire-articles
1432     "\M-\C-e" gnus-summary-expire-articles-now
1433     "\177" gnus-summary-delete-article
1434     [delete] gnus-summary-delete-article
1435     "m" gnus-summary-move-article
1436     "r" gnus-summary-respool-article
1437     "w" gnus-summary-edit-article
1438     "c" gnus-summary-copy-article
1439     "B" gnus-summary-crosspost-article
1440     "q" gnus-summary-respool-query
1441     "t" gnus-summary-respool-trace
1442     "i" gnus-summary-import-article
1443     "p" gnus-summary-article-posted-p)
1444
1445   (gnus-define-keys (gnus-summary-save-map "O" gnus-summary-mode-map)
1446     "o" gnus-summary-save-article
1447     "m" gnus-summary-save-article-mail
1448     "F" gnus-summary-write-article-file
1449     "r" gnus-summary-save-article-rmail
1450     "f" gnus-summary-save-article-file
1451     "b" gnus-summary-save-article-body-file
1452     "h" gnus-summary-save-article-folder
1453     "v" gnus-summary-save-article-vm
1454     "p" gnus-summary-pipe-output
1455     "s" gnus-soup-add-article))
1456
1457 (defun gnus-summary-make-menu-bar ()
1458   (gnus-turn-off-edit-menu 'summary)
1459
1460   (unless (boundp 'gnus-summary-misc-menu)
1461
1462     (easy-menu-define
1463      gnus-summary-kill-menu gnus-summary-mode-map ""
1464      (cons
1465       "Score"
1466       (nconc
1467        (list
1468         ["Enter score..." gnus-summary-score-entry t]
1469         ["Customize" gnus-score-customize t])
1470        (gnus-make-score-map 'increase)
1471        (gnus-make-score-map 'lower)
1472        '(("Mark"
1473           ["Kill below" gnus-summary-kill-below t]
1474           ["Mark above" gnus-summary-mark-above t]
1475           ["Tick above" gnus-summary-tick-above t]
1476           ["Clear above" gnus-summary-clear-above t])
1477          ["Current score" gnus-summary-current-score t]
1478          ["Set score" gnus-summary-set-score t]
1479          ["Switch current score file..." gnus-score-change-score-file t]
1480          ["Set mark below..." gnus-score-set-mark-below t]
1481          ["Set expunge below..." gnus-score-set-expunge-below t]
1482          ["Edit current score file" gnus-score-edit-current-scores t]
1483          ["Edit score file" gnus-score-edit-file t]
1484          ["Trace score" gnus-score-find-trace t]
1485          ["Find words" gnus-score-find-favourite-words t]
1486          ["Rescore buffer" gnus-summary-rescore t]
1487          ["Increase score..." gnus-summary-increase-score t]
1488          ["Lower score..." gnus-summary-lower-score t]))))
1489
1490     ;; Define both the Article menu in the summary buffer and the equivalent
1491     ;; Commands menu in the article buffer here for consistency.
1492     (let ((innards
1493            '(("Hide"
1494               ["All" gnus-article-hide t]
1495               ["Headers" gnus-article-hide-headers t]
1496               ["Signature" gnus-article-hide-signature t]
1497               ["Citation" gnus-article-hide-citation t]
1498               ["PGP" gnus-article-hide-pgp t]
1499               ["Boring headers" gnus-article-hide-boring-headers t])
1500              ("Highlight"
1501               ["All" gnus-article-highlight t]
1502               ["Headers" gnus-article-highlight-headers t]
1503               ["Signature" gnus-article-highlight-signature t]
1504               ["Citation" gnus-article-highlight-citation t])
1505              ("Date"
1506               ["Local" gnus-article-date-local t]
1507               ["ISO8601" gnus-article-date-iso8601 t]
1508               ["UT" gnus-article-date-ut t]
1509               ["Original" gnus-article-date-original t]
1510               ["Lapsed" gnus-article-date-lapsed t]
1511               ["User-defined" gnus-article-date-user t])
1512              ("Washing"
1513               ("Remove Blanks"
1514                ["Leading" gnus-article-strip-leading-blank-lines t]
1515                ["Multiple" gnus-article-strip-multiple-blank-lines t]
1516                ["Trailing" gnus-article-remove-trailing-blank-lines t]
1517                ["All of the above" gnus-article-strip-blank-lines t]
1518                ["All" gnus-article-strip-all-blank-lines t]
1519                ["Leading space" gnus-article-strip-leading-space t])
1520               ["Overstrike" gnus-article-treat-overstrike t]
1521               ["Dumb quotes" gnus-article-treat-dumbquotes t]
1522               ["Emphasis" gnus-article-emphasize t]
1523               ["Word wrap" gnus-article-fill-cited-article t]
1524               ["CR" gnus-article-remove-cr t]
1525               ["Show X-Face" gnus-article-display-x-face t]
1526               ["UnHTMLize" gnus-article-treat-html t]
1527               ["Rot 13" gnus-summary-caesar-message t]
1528               ["Unix pipe" gnus-summary-pipe-message t]
1529               ["Add buttons" gnus-article-add-buttons t]
1530               ["Add buttons to head" gnus-article-add-buttons-to-head t]
1531               ["Stop page breaking" gnus-summary-stop-page-breaking t]
1532               ["Toggle MIME" gnus-summary-toggle-mime t]
1533               ["Verbose header" gnus-summary-verbose-headers t]
1534               ["Toggle header" gnus-summary-toggle-header t])
1535              ("Output"
1536               ["Save in default format" gnus-summary-save-article t]
1537               ["Save in file" gnus-summary-save-article-file t]
1538               ["Save in Unix mail format" gnus-summary-save-article-mail t]
1539               ["Save in MH folder" gnus-summary-save-article-folder t]
1540               ["Save in VM folder" gnus-summary-save-article-vm t]
1541               ["Save in RMAIL mbox" gnus-summary-save-article-rmail t]
1542               ["Save body in file" gnus-summary-save-article-body-file t]
1543               ["Pipe through a filter" gnus-summary-pipe-output t]
1544               ["Add to SOUP packet" gnus-soup-add-article t]
1545               ["Print" gnus-summary-print-article t])
1546              ("Backend"
1547               ["Respool article..." gnus-summary-respool-article t]
1548               ["Move article..." gnus-summary-move-article
1549                (gnus-check-backend-function
1550                 'request-move-article gnus-newsgroup-name)]
1551               ["Copy article..." gnus-summary-copy-article t]
1552               ["Crosspost article..." gnus-summary-crosspost-article
1553                (gnus-check-backend-function
1554                 'request-replace-article gnus-newsgroup-name)]
1555               ["Import file..." gnus-summary-import-article t]
1556               ["Check if posted" gnus-summary-article-posted-p t]
1557               ["Edit article" gnus-summary-edit-article
1558                (not (gnus-group-read-only-p))]
1559               ["Delete article" gnus-summary-delete-article
1560                (gnus-check-backend-function
1561                 'request-expire-articles gnus-newsgroup-name)]
1562               ["Query respool" gnus-summary-respool-query t]
1563               ["Trace respool" gnus-summary-respool-trace t]
1564               ["Delete expirable articles" gnus-summary-expire-articles-now
1565                (gnus-check-backend-function
1566                 'request-expire-articles gnus-newsgroup-name)])
1567              ("Extract"
1568               ["Uudecode" gnus-uu-decode-uu t]
1569               ["Uudecode and save" gnus-uu-decode-uu-and-save t]
1570               ["Unshar" gnus-uu-decode-unshar t]
1571               ["Unshar and save" gnus-uu-decode-unshar-and-save t]
1572               ["Save" gnus-uu-decode-save t]
1573               ["Binhex" gnus-uu-decode-binhex t]
1574               ["Postscript" gnus-uu-decode-postscript t])
1575              ("Cache"
1576               ["Enter article" gnus-cache-enter-article t]
1577               ["Remove article" gnus-cache-remove-article t])
1578              ["Select article buffer" gnus-summary-select-article-buffer t]
1579              ["Enter digest buffer" gnus-summary-enter-digest-group t]
1580              ["Isearch article..." gnus-summary-isearch-article t]
1581              ["Beginning of the article" gnus-summary-beginning-of-article t]
1582              ["End of the article" gnus-summary-end-of-article t]
1583              ["Fetch parent of article" gnus-summary-refer-parent-article t]
1584              ["Fetch referenced articles" gnus-summary-refer-references t]
1585              ["Fetch current thread" gnus-summary-refer-thread t]
1586              ["Fetch article with id..." gnus-summary-refer-article t]
1587              ["Redisplay" gnus-summary-show-article t])))
1588       (easy-menu-define
1589        gnus-summary-article-menu gnus-summary-mode-map ""
1590        (cons "Article" innards))
1591
1592       (easy-menu-define
1593        gnus-article-commands-menu gnus-article-mode-map ""
1594        (cons "Commands" innards)))
1595
1596     (easy-menu-define
1597      gnus-summary-thread-menu gnus-summary-mode-map ""
1598      '("Threads"
1599        ["Toggle threading" gnus-summary-toggle-threads t]
1600        ["Hide threads" gnus-summary-hide-all-threads t]
1601        ["Show threads" gnus-summary-show-all-threads t]
1602        ["Hide thread" gnus-summary-hide-thread t]
1603        ["Show thread" gnus-summary-show-thread t]
1604        ["Go to next thread" gnus-summary-next-thread t]
1605        ["Go to previous thread" gnus-summary-prev-thread t]
1606        ["Go down thread" gnus-summary-down-thread t]
1607        ["Go up thread" gnus-summary-up-thread t]
1608        ["Top of thread" gnus-summary-top-thread t]
1609        ["Mark thread as read" gnus-summary-kill-thread t]
1610        ["Lower thread score" gnus-summary-lower-thread t]
1611        ["Raise thread score" gnus-summary-raise-thread t]
1612        ["Rethread current" gnus-summary-rethread-current t]
1613        ))
1614
1615     (easy-menu-define
1616      gnus-summary-post-menu gnus-summary-mode-map ""
1617      '("Post"
1618        ["Post an article" gnus-summary-post-news t]
1619        ["Followup" gnus-summary-followup t]
1620        ["Followup and yank" gnus-summary-followup-with-original t]
1621        ["Supersede article" gnus-summary-supersede-article t]
1622        ["Cancel article" gnus-summary-cancel-article t]
1623        ["Reply" gnus-summary-reply t]
1624        ["Reply and yank" gnus-summary-reply-with-original t]
1625        ["Wide reply" gnus-summary-wide-reply t]
1626        ["Wide reply and yank" gnus-summary-wide-reply-with-original t]
1627        ["Mail forward" gnus-summary-mail-forward t]
1628        ["Post forward" gnus-summary-post-forward t]
1629        ["Digest and mail" gnus-uu-digest-mail-forward t]
1630        ["Digest and post" gnus-uu-digest-post-forward t]
1631        ["Resend message" gnus-summary-resend-message t]
1632        ["Send bounced mail" gnus-summary-resend-bounced-mail t]
1633        ["Send a mail" gnus-summary-mail-other-window t]
1634        ["Uuencode and post" gnus-uu-post-news t]
1635        ["Followup via news" gnus-summary-followup-to-mail t]
1636        ["Followup via news and yank"
1637         gnus-summary-followup-to-mail-with-original t]
1638        ;;("Draft"
1639        ;;["Send" gnus-summary-send-draft t]
1640        ;;["Send bounced" gnus-resend-bounced-mail t])
1641        ))
1642
1643     (easy-menu-define
1644      gnus-summary-misc-menu gnus-summary-mode-map ""
1645      '("Misc"
1646        ("Mark Read"
1647         ["Mark as read" gnus-summary-mark-as-read-forward t]
1648         ["Mark same subject and select"
1649          gnus-summary-kill-same-subject-and-select t]
1650         ["Mark same subject" gnus-summary-kill-same-subject t]
1651         ["Catchup" gnus-summary-catchup t]
1652         ["Catchup all" gnus-summary-catchup-all t]
1653         ["Catchup to here" gnus-summary-catchup-to-here t]
1654         ["Catchup region" gnus-summary-mark-region-as-read t]
1655         ["Mark excluded" gnus-summary-limit-mark-excluded-as-read t])
1656        ("Mark Various"
1657         ["Tick" gnus-summary-tick-article-forward t]
1658         ["Mark as dormant" gnus-summary-mark-as-dormant t]
1659         ["Remove marks" gnus-summary-clear-mark-forward t]
1660         ["Set expirable mark" gnus-summary-mark-as-expirable t]
1661         ["Set bookmark" gnus-summary-set-bookmark t]
1662         ["Remove bookmark" gnus-summary-remove-bookmark t])
1663        ("Mark Limit"
1664         ["Marks..." gnus-summary-limit-to-marks t]
1665         ["Subject..." gnus-summary-limit-to-subject t]
1666         ["Author..." gnus-summary-limit-to-author t]
1667         ["Age..." gnus-summary-limit-to-age t]
1668         ["Score" gnus-summary-limit-to-score t]
1669         ["Unread" gnus-summary-limit-to-unread t]
1670         ["Non-dormant" gnus-summary-limit-exclude-dormant t]
1671         ["Articles" gnus-summary-limit-to-articles t]
1672         ["Pop limit" gnus-summary-pop-limit t]
1673         ["Show dormant" gnus-summary-limit-include-dormant t]
1674         ["Hide childless dormant"
1675          gnus-summary-limit-exclude-childless-dormant t]
1676         ;;["Hide thread" gnus-summary-limit-exclude-thread t]
1677         ["Show expunged" gnus-summary-show-all-expunged t])
1678        ("Process Mark"
1679         ["Set mark" gnus-summary-mark-as-processable t]
1680         ["Remove mark" gnus-summary-unmark-as-processable t]
1681         ["Remove all marks" gnus-summary-unmark-all-processable t]
1682         ["Mark above" gnus-uu-mark-over t]
1683         ["Mark series" gnus-uu-mark-series t]
1684         ["Mark region" gnus-uu-mark-region t]
1685         ["Unmark region" gnus-uu-unmark-region t]
1686         ["Mark by regexp..." gnus-uu-mark-by-regexp t]
1687         ["Unmark by regexp..." gnus-uu-unmark-by-regexp t]
1688         ["Mark all" gnus-uu-mark-all t]
1689         ["Mark buffer" gnus-uu-mark-buffer t]
1690         ["Mark sparse" gnus-uu-mark-sparse t]
1691         ["Mark thread" gnus-uu-mark-thread t]
1692         ["Unmark thread" gnus-uu-unmark-thread t]
1693         ("Process Mark Sets"
1694          ["Kill" gnus-summary-kill-process-mark t]
1695          ["Yank" gnus-summary-yank-process-mark
1696           gnus-newsgroup-process-stack]
1697          ["Save" gnus-summary-save-process-mark t]))
1698        ("Scroll article"
1699         ["Page forward" gnus-summary-next-page t]
1700         ["Page backward" gnus-summary-prev-page t]
1701         ["Line forward" gnus-summary-scroll-up t])
1702        ("Move"
1703         ["Next unread article" gnus-summary-next-unread-article t]
1704         ["Previous unread article" gnus-summary-prev-unread-article t]
1705         ["Next article" gnus-summary-next-article t]
1706         ["Previous article" gnus-summary-prev-article t]
1707         ["Next unread subject" gnus-summary-next-unread-subject t]
1708         ["Previous unread subject" gnus-summary-prev-unread-subject t]
1709         ["Next article same subject" gnus-summary-next-same-subject t]
1710         ["Previous article same subject" gnus-summary-prev-same-subject t]
1711         ["First unread article" gnus-summary-first-unread-article t]
1712         ["Best unread article" gnus-summary-best-unread-article t]
1713         ["Go to subject number..." gnus-summary-goto-subject t]
1714         ["Go to article number..." gnus-summary-goto-article t]
1715         ["Go to the last article" gnus-summary-goto-last-article t]
1716         ["Pop article off history" gnus-summary-pop-article t])
1717        ("Sort"
1718         ["Sort by number" gnus-summary-sort-by-number t]
1719         ["Sort by author" gnus-summary-sort-by-author t]
1720         ["Sort by subject" gnus-summary-sort-by-subject t]
1721         ["Sort by date" gnus-summary-sort-by-date t]
1722         ["Sort by score" gnus-summary-sort-by-score t]
1723         ["Sort by lines" gnus-summary-sort-by-lines t])
1724        ("Help"
1725         ["Fetch group FAQ" gnus-summary-fetch-faq t]
1726         ["Describe group" gnus-summary-describe-group t]
1727         ["Read manual" gnus-info-find-node t])
1728        ("Modes"
1729         ["Pick and read" gnus-pick-mode t]
1730         ["Binary" gnus-binary-mode t])
1731        ("Regeneration"
1732         ["Regenerate" gnus-summary-prepare t]
1733         ["Insert cached articles" gnus-summary-insert-cached-articles t]
1734         ["Toggle threading" gnus-summary-toggle-threads t])
1735        ["Filter articles..." gnus-summary-execute-command t]
1736        ["Run command on subjects..." gnus-summary-universal-argument t]
1737        ["Search articles forward..." gnus-summary-search-article-forward t]
1738        ["Search articles backward..." gnus-summary-search-article-backward t]
1739        ["Toggle line truncation" gnus-summary-toggle-truncation t]
1740        ["Expand window" gnus-summary-expand-window t]
1741        ["Expire expirable articles" gnus-summary-expire-articles
1742         (gnus-check-backend-function
1743          'request-expire-articles gnus-newsgroup-name)]
1744        ["Edit local kill file" gnus-summary-edit-local-kill t]
1745        ["Edit main kill file" gnus-summary-edit-global-kill t]
1746        ["Edit group parameters" gnus-summary-edit-parameters t]
1747        ["Send a bug report" gnus-bug t]
1748        ("Exit"
1749         ["Catchup and exit" gnus-summary-catchup-and-exit t]
1750         ["Catchup all and exit" gnus-summary-catchup-and-exit t]
1751         ["Catchup and goto next" gnus-summary-catchup-and-goto-next-group t]
1752         ["Exit group" gnus-summary-exit t]
1753         ["Exit group without updating" gnus-summary-exit-no-update t]
1754         ["Exit and goto next group" gnus-summary-next-group t]
1755         ["Exit and goto prev group" gnus-summary-prev-group t]
1756         ["Reselect group" gnus-summary-reselect-current-group t]
1757         ["Rescan group" gnus-summary-rescan-group t]
1758         ["Update dribble" gnus-summary-save-newsrc t])))
1759
1760     (gnus-run-hooks 'gnus-summary-menu-hook)))
1761
1762 (defun gnus-score-set-default (var value)
1763   "A version of set that updates the GNU Emacs menu-bar."
1764   (set var value)
1765   ;; It is the message that forces the active status to be updated.
1766   (message ""))
1767
1768 (defun gnus-make-score-map (type)
1769   "Make a summary score map of type TYPE."
1770   (if t
1771       nil
1772     (let ((headers '(("author" "from" string)
1773                      ("subject" "subject" string)
1774                      ("article body" "body" string)
1775                      ("article head" "head" string)
1776                      ("xref" "xref" string)
1777                      ("lines" "lines" number)
1778                      ("followups to author" "followup" string)))
1779           (types '((number ("less than" <)
1780                            ("greater than" >)
1781                            ("equal" =))
1782                    (string ("substring" s)
1783                            ("exact string" e)
1784                            ("fuzzy string" f)
1785                            ("regexp" r))))
1786           (perms '(("temporary" (current-time-string))
1787                    ("permanent" nil)
1788                    ("immediate" now)))
1789           header)
1790       (list
1791        (apply
1792         'nconc
1793         (list
1794          (if (eq type 'lower)
1795              "Lower score"
1796            "Increase score"))
1797         (let (outh)
1798           (while headers
1799             (setq header (car headers))
1800             (setq outh
1801                   (cons
1802                    (apply
1803                     'nconc
1804                     (list (car header))
1805                     (let ((ts (cdr (assoc (nth 2 header) types)))
1806                           outt)
1807                       (while ts
1808                         (setq outt
1809                               (cons
1810                                (apply
1811                                 'nconc
1812                                 (list (caar ts))
1813                                 (let ((ps perms)
1814                                       outp)
1815                                   (while ps
1816                                     (setq outp
1817                                           (cons
1818                                            (vector
1819                                             (caar ps)
1820                                             (list
1821                                              'gnus-summary-score-entry
1822                                              (nth 1 header)
1823                                              (if (or (string= (nth 1 header)
1824                                                               "head")
1825                                                      (string= (nth 1 header)
1826                                                               "body"))
1827                                                  ""
1828                                                (list 'gnus-summary-header
1829                                                      (nth 1 header)))
1830                                              (list 'quote (nth 1 (car ts)))
1831                                              (list 'gnus-score-default nil)
1832                                              (nth 1 (car ps))
1833                                              t)
1834                                             t)
1835                                            outp))
1836                                     (setq ps (cdr ps)))
1837                                   (list (nreverse outp))))
1838                                outt))
1839                         (setq ts (cdr ts)))
1840                       (list (nreverse outt))))
1841                    outh))
1842             (setq headers (cdr headers)))
1843           (list (nreverse outh))))))))
1844
1845 \f
1846
1847 (defun gnus-summary-mode (&optional group)
1848   "Major mode for reading articles.
1849
1850 All normal editing commands are switched off.
1851 \\<gnus-summary-mode-map>
1852 Each line in this buffer represents one article.  To read an
1853 article, you can, for instance, type `\\[gnus-summary-next-page]'.  To move forwards
1854 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
1855 respectively.
1856
1857 You can also post articles and send mail from this buffer.  To
1858 follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the author
1859 of an article, type `\\[gnus-summary-reply]'.
1860
1861 There are approx. one gazillion commands you can execute in this
1862 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
1863
1864 The following commands are available:
1865
1866 \\{gnus-summary-mode-map}"
1867   (interactive)
1868   (when (gnus-visual-p 'summary-menu 'menu)
1869     (gnus-summary-make-menu-bar))
1870   (kill-all-local-variables)
1871   (gnus-summary-make-local-variables)
1872   (gnus-make-thread-indent-array)
1873   (gnus-simplify-mode-line)
1874   (setq major-mode 'gnus-summary-mode)
1875   (setq mode-name "Summary")
1876   (make-local-variable 'minor-mode-alist)
1877   (use-local-map gnus-summary-mode-map)
1878   (buffer-disable-undo (current-buffer))
1879   (setq buffer-read-only t)             ;Disable modification
1880   (setq truncate-lines t)
1881   (setq selective-display t)
1882   (setq selective-display-ellipses t)   ;Display `...'
1883   (gnus-summary-set-display-table)
1884   (gnus-set-default-directory)
1885   (setq gnus-newsgroup-name group)
1886   (make-local-variable 'gnus-summary-line-format)
1887   (make-local-variable 'gnus-summary-line-format-spec)
1888   (make-local-variable 'gnus-summary-dummy-line-format)
1889   (make-local-variable 'gnus-summary-dummy-line-format-spec)
1890   (make-local-variable 'gnus-summary-mark-positions)
1891   (make-local-hook 'post-command-hook)
1892   (add-hook 'post-command-hook 'gnus-clear-inboxes-moved nil t)
1893   (make-local-hook 'pre-command-hook)
1894   (add-hook 'pre-command-hook 'gnus-set-global-variables nil t)
1895   (gnus-run-hooks 'gnus-summary-mode-hook)
1896   (gnus-update-format-specifications nil 'summary 'summary-mode 'summary-dummy)
1897   (gnus-update-summary-mark-positions))
1898
1899 (defun gnus-summary-make-local-variables ()
1900   "Make all the local summary buffer variables."
1901   (let ((locals gnus-summary-local-variables)
1902         global local)
1903     (while (setq local (pop locals))
1904       (if (consp local)
1905           (progn
1906             (if (eq (cdr local) 'global)
1907                 ;; Copy the global value of the variable.
1908                 (setq global (symbol-value (car local)))
1909               ;; Use the value from the list.
1910               (setq global (eval (cdr local))))
1911             (make-local-variable (car local))
1912             (set (car local) global))
1913         ;; Simple nil-valued local variable.
1914         (make-local-variable local)
1915         (set local nil)))))
1916
1917 (defun gnus-summary-clear-local-variables ()
1918   (let ((locals gnus-summary-local-variables))
1919     (while locals
1920       (if (consp (car locals))
1921           (and (vectorp (caar locals))
1922                (set (caar locals) nil))
1923         (and (vectorp (car locals))
1924              (set (car locals) nil)))
1925       (setq locals (cdr locals)))))
1926
1927 ;; Summary data functions.
1928
1929 (defmacro gnus-data-number (data)
1930   `(car ,data))
1931
1932 (defmacro gnus-data-set-number (data number)
1933   `(setcar ,data ,number))
1934
1935 (defmacro gnus-data-mark (data)
1936   `(nth 1 ,data))
1937
1938 (defmacro gnus-data-set-mark (data mark)
1939   `(setcar (nthcdr 1 ,data) ,mark))
1940
1941 (defmacro gnus-data-pos (data)
1942   `(nth 2 ,data))
1943
1944 (defmacro gnus-data-set-pos (data pos)
1945   `(setcar (nthcdr 2 ,data) ,pos))
1946
1947 (defmacro gnus-data-header (data)
1948   `(nth 3 ,data))
1949
1950 (defmacro gnus-data-set-header (data header)
1951   `(setf (nth 3 ,data) ,header))
1952
1953 (defmacro gnus-data-level (data)
1954   `(nth 4 ,data))
1955
1956 (defmacro gnus-data-unread-p (data)
1957   `(= (nth 1 ,data) gnus-unread-mark))
1958
1959 (defmacro gnus-data-read-p (data)
1960   `(/= (nth 1 ,data) gnus-unread-mark))
1961
1962 (defmacro gnus-data-pseudo-p (data)
1963   `(consp (nth 3 ,data)))
1964
1965 (defmacro gnus-data-find (number)
1966   `(assq ,number gnus-newsgroup-data))
1967
1968 (defmacro gnus-data-find-list (number &optional data)
1969   `(let ((bdata ,(or data 'gnus-newsgroup-data)))
1970      (memq (assq ,number bdata)
1971            bdata)))
1972
1973 (defmacro gnus-data-make (number mark pos header level)
1974   `(list ,number ,mark ,pos ,header ,level))
1975
1976 (defun gnus-data-enter (after-article number mark pos header level offset)
1977   (let ((data (gnus-data-find-list after-article)))
1978     (unless data
1979       (error "No such article: %d" after-article))
1980     (setcdr data (cons (gnus-data-make number mark pos header level)
1981                        (cdr data)))
1982     (setq gnus-newsgroup-data-reverse nil)
1983     (gnus-data-update-list (cddr data) offset)))
1984
1985 (defun gnus-data-enter-list (after-article list &optional offset)
1986   (when list
1987     (let ((data (and after-article (gnus-data-find-list after-article)))
1988           (ilist list))
1989       (if (not (or data
1990                    after-article))
1991           (let ((odata gnus-newsgroup-data))
1992             (setq gnus-newsgroup-data (nconc list gnus-newsgroup-data))
1993             (when offset
1994               (gnus-data-update-list odata offset)))
1995         ;; Find the last element in the list to be spliced into the main
1996         ;; list.
1997         (while (cdr list)
1998           (setq list (cdr list)))
1999         (if (not data)
2000             (progn
2001               (setcdr list gnus-newsgroup-data)
2002               (setq gnus-newsgroup-data ilist)
2003               (when offset
2004                 (gnus-data-update-list (cdr list) offset)))
2005           (setcdr list (cdr data))
2006           (setcdr data ilist)
2007           (when offset
2008             (gnus-data-update-list (cdr list) offset))))
2009       (setq gnus-newsgroup-data-reverse nil))))
2010
2011 (defun gnus-data-remove (article &optional offset)
2012   (let ((data gnus-newsgroup-data))
2013     (if (= (gnus-data-number (car data)) article)
2014         (progn
2015           (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
2016                 gnus-newsgroup-data-reverse nil)
2017           (when offset
2018             (gnus-data-update-list gnus-newsgroup-data offset)))
2019       (while (cdr data)
2020         (when (= (gnus-data-number (cadr data)) article)
2021           (setcdr data (cddr data))
2022           (when offset
2023             (gnus-data-update-list (cdr data) offset))
2024           (setq data nil
2025                 gnus-newsgroup-data-reverse nil))
2026         (setq data (cdr data))))))
2027
2028 (defmacro gnus-data-list (backward)
2029   `(if ,backward
2030        (or gnus-newsgroup-data-reverse
2031            (setq gnus-newsgroup-data-reverse
2032                  (reverse gnus-newsgroup-data)))
2033      gnus-newsgroup-data))
2034
2035 (defun gnus-data-update-list (data offset)
2036   "Add OFFSET to the POS of all data entries in DATA."
2037   (setq gnus-newsgroup-data-reverse nil)
2038   (while data
2039     (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
2040     (setq data (cdr data))))
2041
2042 (defun gnus-data-compute-positions ()
2043   "Compute the positions of all articles."
2044   (setq gnus-newsgroup-data-reverse nil)
2045   (let ((data gnus-newsgroup-data)
2046         pos)
2047     (while data
2048       (when (setq pos (text-property-any
2049                        (point-min) (point-max)
2050                        'gnus-number (gnus-data-number (car data))))
2051         (gnus-data-set-pos (car data) (+ pos 3)))
2052       (setq data (cdr data)))))
2053
2054 (defun gnus-summary-article-pseudo-p (article)
2055   "Say whether this article is a pseudo article or not."
2056   (not (vectorp (gnus-data-header (gnus-data-find article)))))
2057
2058 (defmacro gnus-summary-article-sparse-p (article)
2059   "Say whether this article is a sparse article or not."
2060   `(memq ,article gnus-newsgroup-sparse))
2061
2062 (defmacro gnus-summary-article-ancient-p (article)
2063   "Say whether this article is a sparse article or not."
2064   `(memq ,article gnus-newsgroup-ancient))
2065
2066 (defun gnus-article-parent-p (number)
2067   "Say whether this article is a parent or not."
2068   (let ((data (gnus-data-find-list number)))
2069     (and (cdr data)                     ; There has to be an article after...
2070          (< (gnus-data-level (car data)) ; And it has to have a higher level.
2071             (gnus-data-level (nth 1 data))))))
2072
2073 (defun gnus-article-children (number)
2074   "Return a list of all children to NUMBER."
2075   (let* ((data (gnus-data-find-list number))
2076          (level (gnus-data-level (car data)))
2077          children)
2078     (setq data (cdr data))
2079     (while (and data
2080                 (= (gnus-data-level (car data)) (1+ level)))
2081       (push (gnus-data-number (car data)) children)
2082       (setq data (cdr data)))
2083     children))
2084
2085 (defmacro gnus-summary-skip-intangible ()
2086   "If the current article is intangible, then jump to a different article."
2087   '(let ((to (get-text-property (point) 'gnus-intangible)))
2088      (and to (gnus-summary-goto-subject to))))
2089
2090 (defmacro gnus-summary-article-intangible-p ()
2091   "Say whether this article is intangible or not."
2092   '(get-text-property (point) 'gnus-intangible))
2093
2094 (defun gnus-article-read-p (article)
2095   "Say whether ARTICLE is read or not."
2096   (not (or (memq article gnus-newsgroup-marked)
2097            (memq article gnus-newsgroup-unreads)
2098            (memq article gnus-newsgroup-unselected)
2099            (memq article gnus-newsgroup-dormant))))
2100
2101 ;; Some summary mode macros.
2102
2103 (defmacro gnus-summary-article-number ()
2104   "The article number of the article on the current line.
2105 If there isn's an article number here, then we return the current
2106 article number."
2107   '(progn
2108      (gnus-summary-skip-intangible)
2109      (or (get-text-property (point) 'gnus-number)
2110          (gnus-summary-last-subject))))
2111
2112 (defmacro gnus-summary-article-header (&optional number)
2113   "Return the header of article NUMBER."
2114   `(gnus-data-header (gnus-data-find
2115                       ,(or number '(gnus-summary-article-number)))))
2116
2117 (defmacro gnus-summary-thread-level (&optional number)
2118   "Return the level of thread that starts with article NUMBER."
2119   `(if (and (eq gnus-summary-make-false-root 'dummy)
2120             (get-text-property (point) 'gnus-intangible))
2121        0
2122      (gnus-data-level (gnus-data-find
2123                        ,(or number '(gnus-summary-article-number))))))
2124
2125 (defmacro gnus-summary-article-mark (&optional number)
2126   "Return the mark of article NUMBER."
2127   `(gnus-data-mark (gnus-data-find
2128                     ,(or number '(gnus-summary-article-number)))))
2129
2130 (defmacro gnus-summary-article-pos (&optional number)
2131   "Return the position of the line of article NUMBER."
2132   `(gnus-data-pos (gnus-data-find
2133                    ,(or number '(gnus-summary-article-number)))))
2134
2135 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
2136 (defmacro gnus-summary-article-subject (&optional number)
2137   "Return current subject string or nil if nothing."
2138   `(let ((headers
2139           ,(if number
2140                `(gnus-data-header (assq ,number gnus-newsgroup-data))
2141              '(gnus-data-header (assq (gnus-summary-article-number)
2142                                       gnus-newsgroup-data)))))
2143      (and headers
2144           (vectorp headers)
2145           (mail-header-subject headers))))
2146
2147 (defmacro gnus-summary-article-score (&optional number)
2148   "Return current article score."
2149   `(or (cdr (assq ,(or number '(gnus-summary-article-number))
2150                   gnus-newsgroup-scored))
2151        gnus-summary-default-score 0))
2152
2153 (defun gnus-summary-article-children (&optional number)
2154   "Return a list of article numbers that are children of article NUMBER."
2155   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
2156          (level (gnus-data-level (car data)))
2157          l children)
2158     (while (and (setq data (cdr data))
2159                 (> (setq l (gnus-data-level (car data))) level))
2160       (and (= (1+ level) l)
2161            (push (gnus-data-number (car data))
2162                  children)))
2163     (nreverse children)))
2164
2165 (defun gnus-summary-article-parent (&optional number)
2166   "Return the article number of the parent of article NUMBER."
2167   (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
2168                                     (gnus-data-list t)))
2169          (level (gnus-data-level (car data))))
2170     (if (zerop level)
2171         ()                              ; This is a root.
2172       ;; We search until we find an article with a level less than
2173       ;; this one.  That function has to be the parent.
2174       (while (and (setq data (cdr data))
2175                   (not (< (gnus-data-level (car data)) level))))
2176       (and data (gnus-data-number (car data))))))
2177
2178 (defun gnus-unread-mark-p (mark)
2179   "Say whether MARK is the unread mark."
2180   (= mark gnus-unread-mark))
2181
2182 (defun gnus-read-mark-p (mark)
2183   "Say whether MARK is one of the marks that mark as read.
2184 This is all marks except unread, ticked, dormant, and expirable."
2185   (not (or (= mark gnus-unread-mark)
2186            (= mark gnus-ticked-mark)
2187            (= mark gnus-dormant-mark)
2188            (= mark gnus-expirable-mark))))
2189
2190 (defmacro gnus-article-mark (number)
2191   "Return the MARK of article NUMBER.
2192 This macro should only be used when computing the mark the \"first\"
2193 time; i.e., when generating the summary lines.  After that,
2194 `gnus-summary-article-mark' should be used to examine the
2195 marks of articles."
2196   `(cond
2197     ((memq ,number gnus-newsgroup-unsendable) gnus-unsendable-mark)
2198     ((memq ,number gnus-newsgroup-undownloaded) gnus-undownloaded-mark)
2199     ((memq ,number gnus-newsgroup-downloadable) gnus-downloadable-mark)
2200     ((memq ,number gnus-newsgroup-unreads) gnus-unread-mark)
2201     ((memq ,number gnus-newsgroup-marked) gnus-ticked-mark)
2202     ((memq ,number gnus-newsgroup-dormant) gnus-dormant-mark)
2203     ((memq ,number gnus-newsgroup-expirable) gnus-expirable-mark)
2204     (t (or (cdr (assq ,number gnus-newsgroup-reads))
2205            gnus-ancient-mark))))
2206
2207 ;; Saving hidden threads.
2208
2209 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
2210 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
2211
2212 (defmacro gnus-save-hidden-threads (&rest forms)
2213   "Save hidden threads, eval FORMS, and restore the hidden threads."
2214   (let ((config (make-symbol "config")))
2215     `(let ((,config (gnus-hidden-threads-configuration)))
2216        (unwind-protect
2217            (save-excursion
2218              ,@forms)
2219          (gnus-restore-hidden-threads-configuration ,config)))))
2220
2221 (defun gnus-hidden-threads-configuration ()
2222   "Return the current hidden threads configuration."
2223   (save-excursion
2224     (let (config)
2225       (goto-char (point-min))
2226       (while (search-forward "\r" nil t)
2227         (push (1- (point)) config))
2228       config)))
2229
2230 (defun gnus-restore-hidden-threads-configuration (config)
2231   "Restore hidden threads configuration from CONFIG."
2232   (let (point buffer-read-only)
2233     (while (setq point (pop config))
2234       (when (and (< point (point-max))
2235                  (goto-char point)
2236                  (= (following-char) ?\n))
2237         (subst-char-in-region point (1+ point) ?\n ?\r)))))
2238
2239 ;; Various summary mode internalish functions.
2240
2241 (defun gnus-mouse-pick-article (e)
2242   (interactive "e")
2243   (mouse-set-point e)
2244   (gnus-summary-next-page nil t))
2245
2246 (defun gnus-summary-set-display-table ()
2247   ;; Change the display table.  Odd characters have a tendency to mess
2248   ;; up nicely formatted displays - we make all possible glyphs
2249   ;; display only a single character.
2250
2251   ;; We start from the standard display table, if any.
2252   (let ((table (or (copy-sequence standard-display-table)
2253                    (make-display-table)))
2254         (i 32))
2255     ;; Nix out all the control chars...
2256     (while (>= (setq i (1- i)) 0)
2257       (aset table i [??]))
2258     ;; ... but not newline and cr, of course.  (cr is necessary for the
2259     ;; selective display).
2260     (aset table ?\n nil)
2261     (aset table ?\r nil)
2262     ;; We keep TAB as well.
2263     (aset table ?\t nil)
2264     ;; We nix out any glyphs over 126 that are not set already.
2265     (let ((i 256))
2266       (while (>= (setq i (1- i)) 127)
2267         ;; Only modify if the entry is nil.
2268         (unless (aref table i)
2269           (aset table i [??]))))
2270     (setq buffer-display-table table)))
2271
2272 (defun gnus-summary-setup-buffer (group)
2273   "Initialize summary buffer."
2274   (let ((buffer (concat "*Summary " group "*")))
2275     (if (get-buffer buffer)
2276         (progn
2277           (set-buffer buffer)
2278           (setq gnus-summary-buffer (current-buffer))
2279           (not gnus-newsgroup-prepared))
2280       ;; Fix by Sudish Joseph <joseph@cis.ohio-state.edu>
2281       (setq gnus-summary-buffer (set-buffer (get-buffer-create buffer)))
2282       (gnus-add-current-to-buffer-list)
2283       (gnus-summary-mode group)
2284       (when gnus-carpal
2285         (gnus-carpal-setup-buffer 'summary))
2286       (unless gnus-single-article-buffer
2287         (make-local-variable 'gnus-article-buffer)
2288         (make-local-variable 'gnus-article-current)
2289         (make-local-variable 'gnus-original-article-buffer))
2290       (setq gnus-newsgroup-name group)
2291       t)))
2292
2293 (defun gnus-set-global-variables ()
2294   ;; Set the global equivalents of the summary buffer-local variables
2295   ;; to the latest values they had.  These reflect the summary buffer
2296   ;; that was in action when the last article was fetched.
2297   (when (eq major-mode 'gnus-summary-mode)
2298     (setq gnus-summary-buffer (current-buffer))
2299     (let ((name gnus-newsgroup-name)
2300           (marked gnus-newsgroup-marked)
2301           (unread gnus-newsgroup-unreads)
2302           (headers gnus-current-headers)
2303           (data gnus-newsgroup-data)
2304           (summary gnus-summary-buffer)
2305           (article-buffer gnus-article-buffer)
2306           (original gnus-original-article-buffer)
2307           (gac gnus-article-current)
2308           (reffed gnus-reffed-article-number)
2309           (score-file gnus-current-score-file))
2310       (save-excursion
2311         (set-buffer gnus-group-buffer)
2312         (setq gnus-newsgroup-name name
2313               gnus-newsgroup-marked marked
2314               gnus-newsgroup-unreads unread
2315               gnus-current-headers headers
2316               gnus-newsgroup-data data
2317               gnus-article-current gac
2318               gnus-summary-buffer summary
2319               gnus-article-buffer article-buffer
2320               gnus-original-article-buffer original
2321               gnus-reffed-article-number reffed
2322               gnus-current-score-file score-file)
2323         ;; The article buffer also has local variables.
2324         (when (gnus-buffer-live-p gnus-article-buffer)
2325           (set-buffer gnus-article-buffer)
2326           (setq gnus-summary-buffer summary))))))
2327
2328 (defun gnus-summary-article-unread-p (article)
2329   "Say whether ARTICLE is unread or not."
2330   (memq article gnus-newsgroup-unreads))
2331
2332 (defun gnus-summary-first-article-p (&optional article)
2333   "Return whether ARTICLE is the first article in the buffer."
2334   (if (not (setq article (or article (gnus-summary-article-number))))
2335       nil
2336     (eq article (caar gnus-newsgroup-data))))
2337
2338 (defun gnus-summary-last-article-p (&optional article)
2339   "Return whether ARTICLE is the last article in the buffer."
2340   (if (not (setq article (or article (gnus-summary-article-number))))
2341       t         ; All non-existent numbers are the last article.  :-)
2342     (not (cdr (gnus-data-find-list article)))))
2343
2344 (defun gnus-make-thread-indent-array ()
2345   (let ((n 200))
2346     (unless (and gnus-thread-indent-array
2347                  (= gnus-thread-indent-level gnus-thread-indent-array-level))
2348       (setq gnus-thread-indent-array (make-vector 201 "")
2349             gnus-thread-indent-array-level gnus-thread-indent-level)
2350       (while (>= n 0)
2351         (aset gnus-thread-indent-array n
2352               (make-string (* n gnus-thread-indent-level) ? ))
2353         (setq n (1- n))))))
2354
2355 (defun gnus-update-summary-mark-positions ()
2356   "Compute where the summary marks are to go."
2357   (save-excursion
2358     (when (gnus-buffer-exists-p gnus-summary-buffer)
2359       (set-buffer gnus-summary-buffer))
2360     (let ((gnus-replied-mark 129)
2361           (gnus-score-below-mark 130)
2362           (gnus-score-over-mark 130)
2363           (gnus-download-mark 131)
2364           (spec gnus-summary-line-format-spec)
2365           thread gnus-visual pos)
2366       (save-excursion
2367         (gnus-set-work-buffer)
2368         (let ((gnus-summary-line-format-spec spec)
2369               (gnus-newsgroup-downloadable '((0 . t))))
2370           (gnus-summary-insert-line
2371            [0 "" "" "" "" "" 0 0 ""]  0 nil 128 t nil "" nil 1)
2372           (goto-char (point-min))
2373           (setq pos (list (cons 'unread (and (search-forward "\200" nil t)
2374                                              (- (point) 2)))))
2375           (goto-char (point-min))
2376           (push (cons 'replied (and (search-forward "\201" nil t)
2377                                     (- (point) 2)))
2378                 pos)
2379           (goto-char (point-min))
2380           (push (cons 'score (and (search-forward "\202" nil t) (- (point) 2)))
2381                 pos)
2382           (goto-char (point-min))
2383           (push (cons 'download
2384                       (and (search-forward "\203" nil t) (- (point) 2)))
2385                 pos)))
2386       (setq gnus-summary-mark-positions pos))))
2387
2388 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
2389   "Insert a dummy root in the summary buffer."
2390   (beginning-of-line)
2391   (gnus-add-text-properties
2392    (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
2393    (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
2394
2395 (defun gnus-summary-insert-line (gnus-tmp-header
2396                                  gnus-tmp-level gnus-tmp-current
2397                                  gnus-tmp-unread gnus-tmp-replied
2398                                  gnus-tmp-expirable gnus-tmp-subject-or-nil
2399                                  &optional gnus-tmp-dummy gnus-tmp-score
2400                                  gnus-tmp-process)
2401   (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
2402          (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
2403          (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
2404          (gnus-tmp-score-char
2405           (if (or (null gnus-summary-default-score)
2406                   (<= (abs (- gnus-tmp-score gnus-summary-default-score))
2407                       gnus-summary-zcore-fuzz))
2408               ? 
2409             (if (< gnus-tmp-score gnus-summary-default-score)
2410                 gnus-score-below-mark gnus-score-over-mark)))
2411          (gnus-tmp-replied
2412           (cond (gnus-tmp-process gnus-process-mark)
2413                 ((memq gnus-tmp-current gnus-newsgroup-cached)
2414                  gnus-cached-mark)
2415                 (gnus-tmp-replied gnus-replied-mark)
2416                 ((memq gnus-tmp-current gnus-newsgroup-saved)
2417                  gnus-saved-mark)
2418                 (t gnus-unread-mark)))
2419          (gnus-tmp-from (mail-header-from gnus-tmp-header))
2420          (gnus-tmp-name
2421           (cond
2422            ((string-match "<[^>]+> *$" gnus-tmp-from)
2423             (let ((beg (match-beginning 0)))
2424               (or (and (string-match "^\"[^\"]*\"" gnus-tmp-from)
2425                        (substring gnus-tmp-from (1+ (match-beginning 0))
2426                                   (1- (match-end 0))))
2427                   (substring gnus-tmp-from 0 beg))))
2428            ((string-match "(.+)" gnus-tmp-from)
2429             (substring gnus-tmp-from
2430                        (1+ (match-beginning 0)) (1- (match-end 0))))
2431            (t gnus-tmp-from)))
2432          (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
2433          (gnus-tmp-number (mail-header-number gnus-tmp-header))
2434          (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
2435          (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
2436          (buffer-read-only nil))
2437     (when (string= gnus-tmp-name "")
2438       (setq gnus-tmp-name gnus-tmp-from))
2439     (unless (numberp gnus-tmp-lines)
2440       (setq gnus-tmp-lines 0))
2441     (gnus-put-text-property-excluding-characters-with-faces
2442      (point)
2443      (progn (eval gnus-summary-line-format-spec) (point))
2444      'gnus-number gnus-tmp-number)
2445     (when (gnus-visual-p 'summary-highlight 'highlight)
2446       (forward-line -1)
2447       (gnus-run-hooks 'gnus-summary-update-hook)
2448       (forward-line 1))))
2449
2450 (defun gnus-summary-update-line (&optional dont-update)
2451   ;; Update summary line after change.
2452   (when (and gnus-summary-default-score
2453              (not gnus-summary-inhibit-highlight))
2454     (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
2455            (article (gnus-summary-article-number))
2456            (score (gnus-summary-article-score article)))
2457       (unless dont-update
2458         (if (and gnus-summary-mark-below
2459                  (< (gnus-summary-article-score)
2460                     gnus-summary-mark-below))
2461             ;; This article has a low score, so we mark it as read.
2462             (when (memq article gnus-newsgroup-unreads)
2463               (gnus-summary-mark-article-as-read gnus-low-score-mark))
2464           (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
2465             ;; This article was previously marked as read on account
2466             ;; of a low score, but now it has risen, so we mark it as
2467             ;; unread.
2468             (gnus-summary-mark-article-as-unread gnus-unread-mark)))
2469         (gnus-summary-update-mark
2470          (if (or (null gnus-summary-default-score)
2471                  (<= (abs (- score gnus-summary-default-score))
2472                      gnus-summary-zcore-fuzz))
2473              ? 
2474            (if (< score gnus-summary-default-score)
2475                gnus-score-below-mark gnus-score-over-mark))
2476          'score))
2477       ;; Do visual highlighting.
2478       (when (gnus-visual-p 'summary-highlight 'highlight)
2479         (gnus-run-hooks 'gnus-summary-update-hook)))))
2480
2481 (defvar gnus-tmp-new-adopts nil)
2482
2483 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
2484   "Return the number of articles in THREAD.
2485 This may be 0 in some cases -- if none of the articles in
2486 the thread are to be displayed."
2487   (let* ((number
2488           ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
2489           (cond
2490            ((not (listp thread))
2491             1)
2492            ((and (consp thread) (cdr thread))
2493             (apply
2494              '+ 1 (mapcar
2495                    'gnus-summary-number-of-articles-in-thread (cdr thread))))
2496            ((null thread)
2497             1)
2498            ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
2499             1)
2500            (t 0))))
2501     (when (and level (zerop level) gnus-tmp-new-adopts)
2502       (incf number
2503             (apply '+ (mapcar
2504                        'gnus-summary-number-of-articles-in-thread
2505                        gnus-tmp-new-adopts))))
2506     (if char
2507         (if (> number 1) gnus-not-empty-thread-mark
2508           gnus-empty-thread-mark)
2509       number)))
2510
2511 (defun gnus-summary-set-local-parameters (group)
2512   "Go through the local params of GROUP and set all variable specs in that list."
2513   (let ((params (gnus-group-find-parameter group))
2514         elem)
2515     (while params
2516       (setq elem (car params)
2517             params (cdr params))
2518       (and (consp elem)                 ; Has to be a cons.
2519            (consp (cdr elem))           ; The cdr has to be a list.
2520            (symbolp (car elem))         ; Has to be a symbol in there.
2521            (not (memq (car elem) '(quit-config))) ; Ignore quit-config.
2522            (ignore-errors               ; So we set it.
2523              (make-local-variable (car elem))
2524              (set (car elem) (eval (nth 1 elem))))))))
2525
2526 (defun gnus-summary-read-group (group &optional show-all no-article
2527                                       kill-buffer no-display backward
2528                                       select-articles)
2529   "Start reading news in newsgroup GROUP.
2530 If SHOW-ALL is non-nil, already read articles are also listed.
2531 If NO-ARTICLE is non-nil, no article is selected initially.
2532 If NO-DISPLAY, don't generate a summary buffer."
2533   (let (result)
2534     (while (and group
2535                 (null (setq result
2536                             (let ((gnus-auto-select-next nil))
2537                               (or (gnus-summary-read-group-1
2538                                    group show-all no-article
2539                                    kill-buffer no-display
2540                                    select-articles)
2541                                   (setq show-all nil
2542                                    select-articles nil)))))
2543                 (eq gnus-auto-select-next 'quietly))
2544       (set-buffer gnus-group-buffer)
2545       ;; The entry function called above goes to the next
2546       ;; group automatically, so we go two groups back
2547       ;; if we are searching for the previous group.
2548       (when backward
2549         (gnus-group-prev-unread-group 2))
2550       (if (not (equal group (gnus-group-group-name)))
2551           (setq group (gnus-group-group-name))
2552         (setq group nil)))
2553     result))
2554
2555 (defun gnus-summary-read-group-1 (group show-all no-article
2556                                         kill-buffer no-display
2557                                         &optional select-articles)
2558   ;; Killed foreign groups can't be entered.
2559   (when (and (not (gnus-group-native-p group))
2560              (not (gnus-gethash group gnus-newsrc-hashtb)))
2561     (error "Dead non-native groups can't be entered"))
2562   (gnus-message 5 "Retrieving newsgroup: %s..." group)
2563   (let* ((new-group (gnus-summary-setup-buffer group))
2564          (quit-config (gnus-group-quit-config group))
2565          (did-select (and new-group (gnus-select-newsgroup
2566                                      group show-all select-articles))))
2567     (cond
2568      ;; This summary buffer exists already, so we just select it.
2569      ((not new-group)
2570       (gnus-set-global-variables)
2571       (when kill-buffer
2572         (gnus-kill-or-deaden-summary kill-buffer))
2573       (gnus-configure-windows 'summary 'force)
2574       (gnus-set-mode-line 'summary)
2575       (gnus-summary-position-point)
2576       (message "")
2577       t)
2578      ;; We couldn't select this group.
2579      ((null did-select)
2580       (when (and (eq major-mode 'gnus-summary-mode)
2581                  (not (equal (current-buffer) kill-buffer)))
2582         (kill-buffer (current-buffer))
2583         (if (not quit-config)
2584             (progn
2585               ;; Update the info -- marks might need to be removed,
2586               ;; for instance.
2587               (gnus-summary-update-info)
2588               (set-buffer gnus-group-buffer)
2589               (gnus-group-jump-to-group group)
2590               (gnus-group-next-unread-group 1))
2591           (gnus-handle-ephemeral-exit quit-config)))
2592       (gnus-message 3 "Can't select group")
2593       nil)
2594      ;; The user did a `C-g' while prompting for number of articles,
2595      ;; so we exit this group.
2596      ((eq did-select 'quit)
2597       (and (eq major-mode 'gnus-summary-mode)
2598            (not (equal (current-buffer) kill-buffer))
2599            (kill-buffer (current-buffer)))
2600       (when kill-buffer
2601         (gnus-kill-or-deaden-summary kill-buffer))
2602       (if (not quit-config)
2603           (progn
2604             (set-buffer gnus-group-buffer)
2605             (gnus-group-jump-to-group group)
2606             (gnus-group-next-unread-group 1)
2607             (gnus-configure-windows 'group 'force))
2608         (gnus-handle-ephemeral-exit quit-config))
2609       ;; Finally signal the quit.
2610       (signal 'quit nil))
2611      ;; The group was successfully selected.
2612      (t
2613       (gnus-set-global-variables)
2614       ;; Save the active value in effect when the group was entered.
2615       (setq gnus-newsgroup-active
2616             (gnus-copy-sequence
2617              (gnus-active gnus-newsgroup-name)))
2618       ;; You can change the summary buffer in some way with this hook.
2619       (gnus-run-hooks 'gnus-select-group-hook)
2620       ;; Set any local variables in the group parameters.
2621       (gnus-summary-set-local-parameters gnus-newsgroup-name)
2622       (gnus-update-format-specifications
2623        nil 'summary 'summary-mode 'summary-dummy)
2624       ;; Do score processing.
2625       (when gnus-use-scoring
2626         (gnus-possibly-score-headers))
2627       ;; Check whether to fill in the gaps in the threads.
2628       (when gnus-build-sparse-threads
2629         (gnus-build-sparse-threads))
2630       ;; Find the initial limit.
2631       (if gnus-show-threads
2632           (if show-all
2633               (let ((gnus-newsgroup-dormant nil))
2634                 (gnus-summary-initial-limit show-all))
2635             (gnus-summary-initial-limit show-all))
2636         (setq gnus-newsgroup-limit
2637               (mapcar
2638                (lambda (header) (mail-header-number header))
2639                gnus-newsgroup-headers)))
2640       ;; Generate the summary buffer.
2641       (unless no-display
2642         (gnus-summary-prepare))
2643       (when gnus-use-trees
2644         (gnus-tree-open group)
2645         (setq gnus-summary-highlight-line-function
2646               'gnus-tree-highlight-article))
2647       ;; If the summary buffer is empty, but there are some low-scored
2648       ;; articles or some excluded dormants, we include these in the
2649       ;; buffer.
2650       (when (and (zerop (buffer-size))
2651                  (not no-display))
2652         (cond (gnus-newsgroup-dormant
2653                (gnus-summary-limit-include-dormant))
2654               ((and gnus-newsgroup-scored show-all)
2655                (gnus-summary-limit-include-expunged t))))
2656       ;; Function `gnus-apply-kill-file' must be called in this hook.
2657       (gnus-run-hooks 'gnus-apply-kill-hook)
2658       (if (and (zerop (buffer-size))
2659                (not no-display))
2660           (progn
2661             ;; This newsgroup is empty.
2662             (gnus-summary-catchup-and-exit nil t)
2663             (gnus-message 6 "No unread news")
2664             (when kill-buffer
2665               (gnus-kill-or-deaden-summary kill-buffer))
2666             ;; Return nil from this function.
2667             nil)
2668         ;; Hide conversation thread subtrees.  We cannot do this in
2669         ;; gnus-summary-prepare-hook since kill processing may not
2670         ;; work with hidden articles.
2671         (and gnus-show-threads
2672              gnus-thread-hide-subtree
2673              (gnus-summary-hide-all-threads))
2674         (when kill-buffer
2675           (gnus-kill-or-deaden-summary kill-buffer))
2676         ;; Show first unread article if requested.
2677         (if (and (not no-article)
2678                  (not no-display)
2679                  gnus-newsgroup-unreads
2680                  gnus-auto-select-first)
2681             (unless (if (eq gnus-auto-select-first 'best)
2682                         (gnus-summary-best-unread-article)
2683                       (gnus-summary-first-unread-article))
2684               (gnus-configure-windows 'summary))
2685           ;; Don't select any articles, just move point to the first
2686           ;; article in the group.
2687           (goto-char (point-min))
2688           (gnus-summary-position-point)
2689           (gnus-configure-windows 'summary 'force)
2690           (gnus-set-mode-line 'summary))        
2691         (when (get-buffer-window gnus-group-buffer t)
2692           ;; Gotta use windows, because recenter does weird stuff if
2693           ;; the current buffer ain't the displayed window.
2694           (let ((owin (selected-window)))
2695             (select-window (get-buffer-window gnus-group-buffer t))
2696             (when (gnus-group-goto-group group)
2697               (recenter))
2698             (select-window owin)))
2699         ;; Mark this buffer as "prepared".
2700         (setq gnus-newsgroup-prepared t)
2701         (gnus-run-hooks 'gnus-summary-prepared-hook)
2702         t)))))
2703
2704 (defun gnus-summary-prepare ()
2705   "Generate the summary buffer."
2706   (interactive)
2707   (let ((buffer-read-only nil))
2708     (erase-buffer)
2709     (setq gnus-newsgroup-data nil
2710           gnus-newsgroup-data-reverse nil)
2711     (gnus-run-hooks 'gnus-summary-generate-hook)
2712     ;; Generate the buffer, either with threads or without.
2713     (when gnus-newsgroup-headers
2714       (gnus-summary-prepare-threads
2715        (if gnus-show-threads
2716            (gnus-sort-gathered-threads
2717             (funcall gnus-summary-thread-gathering-function
2718                      (gnus-sort-threads
2719                       (gnus-cut-threads (gnus-make-threads)))))
2720          ;; Unthreaded display.
2721          (gnus-sort-articles gnus-newsgroup-headers))))
2722     (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
2723     ;; Call hooks for modifying summary buffer.
2724     (goto-char (point-min))
2725     (gnus-run-hooks 'gnus-summary-prepare-hook)))
2726
2727 (defsubst gnus-general-simplify-subject (subject)
2728   "Simply subject by the same rules as gnus-gather-threads-by-subject."
2729   (setq subject
2730         (cond
2731          ;; Truncate the subject.
2732          (gnus-simplify-subject-functions
2733           (gnus-map-function gnus-simplify-subject-functions subject))
2734          ((numberp gnus-summary-gather-subject-limit)
2735           (setq subject (gnus-simplify-subject-re subject))
2736           (if (> (length subject) gnus-summary-gather-subject-limit)
2737               (substring subject 0 gnus-summary-gather-subject-limit)
2738             subject))
2739          ;; Fuzzily simplify it.
2740          ((eq 'fuzzy gnus-summary-gather-subject-limit)
2741           (gnus-simplify-subject-fuzzy subject))
2742          ;; Just remove the leading "Re:".
2743          (t
2744           (gnus-simplify-subject-re subject))))
2745
2746   (if (and gnus-summary-gather-exclude-subject
2747            (string-match gnus-summary-gather-exclude-subject subject))
2748       nil                               ; This article shouldn't be gathered
2749     subject))
2750
2751 (defun gnus-summary-simplify-subject-query ()
2752   "Query where the respool algorithm would put this article."
2753   (interactive)
2754   (gnus-summary-select-article)
2755   (message (gnus-general-simplify-subject (gnus-summary-article-subject))))
2756
2757 (defun gnus-gather-threads-by-subject (threads)
2758   "Gather threads by looking at Subject headers."
2759   (if (not gnus-summary-make-false-root)
2760       threads
2761     (let ((hashtb (gnus-make-hashtable 1024))
2762           (prev threads)
2763           (result threads)
2764           subject hthread whole-subject)
2765       (while threads
2766         (setq subject (gnus-general-simplify-subject
2767                        (setq whole-subject (mail-header-subject
2768                                             (caar threads)))))
2769         (when subject
2770           (if (setq hthread (gnus-gethash subject hashtb))
2771               (progn
2772                 ;; We enter a dummy root into the thread, if we
2773                 ;; haven't done that already.
2774                 (unless (stringp (caar hthread))
2775                   (setcar hthread (list whole-subject (car hthread))))
2776                 ;; We add this new gathered thread to this gathered
2777                 ;; thread.
2778                 (setcdr (car hthread)
2779                         (nconc (cdar hthread) (list (car threads))))
2780                 ;; Remove it from the list of threads.
2781                 (setcdr prev (cdr threads))
2782                 (setq threads prev))
2783             ;; Enter this thread into the hash table.
2784             (gnus-sethash subject threads hashtb)))
2785         (setq prev threads)
2786         (setq threads (cdr threads)))
2787       result)))
2788
2789 (defun gnus-gather-threads-by-references (threads)
2790   "Gather threads by looking at References headers."
2791   (let ((idhashtb (gnus-make-hashtable 1024))
2792         (thhashtb (gnus-make-hashtable 1024))
2793         (prev threads)
2794         (result threads)
2795         ids references id gthread gid entered ref)
2796     (while threads
2797       (when (setq references (mail-header-references (caar threads)))
2798         (setq id (mail-header-id (caar threads))
2799               ids (gnus-split-references references)
2800               entered nil)
2801         (while (setq ref (pop ids))
2802           (setq ids (delete ref ids))
2803           (if (not (setq gid (gnus-gethash ref idhashtb)))
2804               (progn
2805                 (gnus-sethash ref id idhashtb)
2806                 (gnus-sethash id threads thhashtb))
2807             (setq gthread (gnus-gethash gid thhashtb))
2808             (unless entered
2809               ;; We enter a dummy root into the thread, if we
2810               ;; haven't done that already.
2811               (unless (stringp (caar gthread))
2812                 (setcar gthread (list (mail-header-subject (caar gthread))
2813                                       (car gthread))))
2814               ;; We add this new gathered thread to this gathered
2815               ;; thread.
2816               (setcdr (car gthread)
2817                       (nconc (cdar gthread) (list (car threads)))))
2818             ;; Add it into the thread hash table.
2819             (gnus-sethash id gthread thhashtb)
2820             (setq entered t)
2821             ;; Remove it from the list of threads.
2822             (setcdr prev (cdr threads))
2823             (setq threads prev))))
2824       (setq prev threads)
2825       (setq threads (cdr threads)))
2826     result))
2827
2828 (defun gnus-sort-gathered-threads (threads)
2829   "Sort subtreads inside each gathered thread by article number."
2830   (let ((result threads))
2831     (while threads
2832       (when (stringp (caar threads))
2833         (setcdr (car threads)
2834                 (sort (cdar threads) 'gnus-thread-sort-by-number)))
2835       (setq threads (cdr threads)))
2836     result))
2837
2838 (defun gnus-thread-loop-p (root thread)
2839   "Say whether ROOT is in THREAD."
2840   (let ((stack (list thread))
2841         (infloop 0)
2842         th)
2843     (while (setq thread (pop stack))
2844       (setq th (cdr thread))
2845       (while (and th
2846                   (not (eq (caar th) root)))
2847         (pop th))
2848       (if th
2849           ;; We have found a loop.
2850           (let (ref-dep)
2851             (setcdr thread (delq (car th) (cdr thread)))
2852             (if (boundp (setq ref-dep (intern "none"
2853                                               gnus-newsgroup-dependencies)))
2854                 (setcdr (symbol-value ref-dep)
2855                         (nconc (cdr (symbol-value ref-dep))
2856                                (list (car th))))
2857               (set ref-dep (list nil (car th))))
2858             (setq infloop 1
2859                   stack nil))
2860         ;; Push all the subthreads onto the stack.
2861         (push (cdr thread) stack)))
2862     infloop))
2863
2864 (defun gnus-make-threads ()
2865   "Go through the dependency hashtb and find the roots.  Return all threads."
2866   (let (threads)
2867     (while (catch 'infloop
2868              (mapatoms
2869               (lambda (refs)
2870                 ;; Deal with self-referencing References loops.
2871                 (when (and (car (symbol-value refs))
2872                            (not (zerop
2873                                  (apply
2874                                   '+
2875                                   (mapcar
2876                                    (lambda (thread)
2877                                      (gnus-thread-loop-p
2878                                       (car (symbol-value refs)) thread))
2879                                    (cdr (symbol-value refs)))))))
2880                   (setq threads nil)
2881                   (throw 'infloop t))
2882                 (unless (car (symbol-value refs))
2883                   ;; These threads do not refer back to any other articles,
2884                   ;; so they're roots.
2885                   (setq threads (append (cdr (symbol-value refs)) threads))))
2886               gnus-newsgroup-dependencies)))
2887     threads))
2888
2889 ;; Build the thread tree.
2890 (defun gnus-dependencies-add-header (header dependencies force-new)
2891   "Enter HEADER into the DEPENDENCIES table if it is not already there.
2892
2893 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
2894 if it was already present.
2895
2896 If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
2897 will not be entered in the DEPENDENCIES table.  Otherwise duplicate
2898 Message-IDs will be renamed be renamed to a unique Message-ID before
2899 being entered.
2900
2901 Returns HEADER if it was entered in the DEPENDENCIES.  Returns nil otherwise."
2902   (let* ((id (mail-header-id header))
2903          (id-dep (and id (intern id dependencies)))
2904          ref ref-dep ref-header)
2905     ;; Enter this `header' in the `dependencies' table.
2906     (cond
2907      ((not id-dep)
2908       (setq header nil))
2909      ;; The first two cases do the normal part: enter a new `header'
2910      ;; in the `dependencies' table.
2911      ((not (boundp id-dep))
2912       (set id-dep (list header)))
2913      ((null (car (symbol-value id-dep)))
2914       (setcar (symbol-value id-dep) header))
2915
2916      ;; From here the `header' was already present in the
2917      ;; `dependencies' table.
2918      (force-new
2919       ;; Overrides an existing entry;
2920       ;; just set the header part of the entry.
2921       (setcar (symbol-value id-dep) header))
2922
2923      ;; Renames the existing `header' to a unique Message-ID.
2924      ((not gnus-summary-ignore-duplicates)
2925       ;; An article with this Message-ID has already been seen.
2926       ;; We rename the Message-ID.
2927       (set (setq id-dep (intern (setq id (nnmail-message-id)) dependencies))
2928            (list header))
2929       (mail-header-set-id header id))
2930
2931      ;; The last case ignores an existing entry, except it adds any
2932      ;; additional Xrefs (in case the two articles came from different
2933      ;; servers.
2934      ;; Also sets `header' to `nil' meaning that the `dependencies'
2935      ;; table was *not* modified.
2936      (t
2937       (mail-header-set-xref
2938        (car (symbol-value id-dep))
2939        (concat (or (mail-header-xref (car (symbol-value id-dep)))
2940                    "")
2941                (or (mail-header-xref header) "")))
2942       (setq header nil)))
2943
2944     (when header
2945       ;; First check if that we are not creating a References loop.
2946       (setq ref (gnus-parent-id (mail-header-references header)))
2947       (while (and ref
2948                   (setq ref-dep (intern-soft ref dependencies))
2949                   (boundp ref-dep)
2950                   (setq ref-header (car (symbol-value ref-dep))))
2951         (if (string= id ref)
2952             ;; Yuk!  This is a reference loop.  Make the article be a
2953             ;; root article.
2954             (progn
2955               (mail-header-set-references (car (symbol-value id-dep)) "none")
2956               (setq ref nil))
2957           (setq ref (gnus-parent-id (mail-header-references ref-header)))))
2958       (setq ref (gnus-parent-id (mail-header-references header)))
2959       (setq ref-dep (intern (or ref "none") dependencies))
2960       (if (boundp ref-dep)
2961           (setcdr (symbol-value ref-dep)
2962                   (nconc (cdr (symbol-value ref-dep))
2963                          (list (symbol-value id-dep))))
2964         (set ref-dep (list nil (symbol-value id-dep)))))
2965     header))
2966
2967 (defun gnus-build-sparse-threads ()
2968   (let ((headers gnus-newsgroup-headers)
2969         (gnus-summary-ignore-duplicates t)
2970         header references generation relations
2971         cthread subject child end pthread relation new-child date)
2972     ;; First we create an alist of generations/relations, where
2973     ;; generations is how much we trust the relation, and the relation
2974     ;; is parent/child.
2975     (gnus-message 7 "Making sparse threads...")
2976     (save-excursion
2977       (nnheader-set-temp-buffer " *gnus sparse threads*")
2978       (while (setq header (pop headers))
2979         (when (and (setq references (mail-header-references header))
2980                    (not (string= references "")))
2981           (insert references)
2982           (setq child (mail-header-id header)
2983                 subject (mail-header-subject header)
2984                 date (mail-header-date header)
2985                 generation 0)
2986           (while (search-backward ">" nil t)
2987             (setq end (1+ (point)))
2988             (when (search-backward "<" nil t)
2989               (setq new-child (buffer-substring (point) end))
2990               (push (list (incf generation)
2991                           child (setq child new-child)
2992                           subject date)
2993                     relations)))
2994           (when child
2995             (push (list (1+ generation) child nil subject) relations))
2996           (erase-buffer)))
2997       (kill-buffer (current-buffer)))
2998     ;; Sort over trustworthiness.
2999     (mapcar
3000      (lambda (relation)
3001        (when (gnus-dependencies-add-header
3002               (make-full-mail-header
3003                gnus-reffed-article-number
3004                (nth 3 relation) "" (or (nth 4 relation) "")
3005                (nth 1 relation)
3006                (or (nth 2 relation) "") 0 0 "")
3007               gnus-newsgroup-dependencies nil)
3008          (push gnus-reffed-article-number gnus-newsgroup-limit)
3009          (push gnus-reffed-article-number gnus-newsgroup-sparse)
3010          (push (cons gnus-reffed-article-number gnus-sparse-mark)
3011                gnus-newsgroup-reads)
3012          (decf gnus-reffed-article-number)))
3013      (sort relations 'car-less-than-car))
3014     (gnus-message 7 "Making sparse threads...done")))
3015
3016 (defun gnus-build-old-threads ()
3017   ;; Look at all the articles that refer back to old articles, and
3018   ;; fetch the headers for the articles that aren't there.  This will
3019   ;; build complete threads - if the roots haven't been expired by the
3020   ;; server, that is.
3021   (let (id heads)
3022     (mapatoms
3023      (lambda (refs)
3024        (when (not (car (symbol-value refs)))
3025          (setq heads (cdr (symbol-value refs)))
3026          (while heads
3027            (if (memq (mail-header-number (caar heads))
3028                      gnus-newsgroup-dormant)
3029                (setq heads (cdr heads))
3030              (setq id (symbol-name refs))
3031              (while (and (setq id (gnus-build-get-header id))
3032                          (not (car (gnus-id-to-thread id)))))
3033              (setq heads nil)))))
3034      gnus-newsgroup-dependencies)))
3035
3036 ;; The following macros and functions were written by Felix Lee
3037 ;; <flee@cse.psu.edu>.
3038
3039 (defmacro gnus-nov-read-integer ()
3040   '(prog1
3041        (if (= (following-char) ?\t)
3042            0
3043          (let ((num (ignore-errors (read buffer))))
3044            (if (numberp num) num 0)))
3045      (unless (eobp)
3046        (search-forward "\t" eol 'move))))
3047
3048 (defmacro gnus-nov-skip-field ()
3049   '(search-forward "\t" eol 'move))
3050
3051 (defmacro gnus-nov-field ()
3052   '(buffer-substring (point) (if (gnus-nov-skip-field) (1- (point)) eol)))
3053
3054 ;; This function has to be called with point after the article number
3055 ;; on the beginning of the line.
3056 (defsubst gnus-nov-parse-line (number dependencies &optional force-new)
3057   (let ((eol (gnus-point-at-eol))
3058         (buffer (current-buffer))
3059         header)
3060
3061     ;; overview: [num subject from date id refs chars lines misc]
3062     (unwind-protect
3063         (progn
3064           (narrow-to-region (point) eol)
3065           (unless (eobp)
3066             (forward-char))
3067
3068           (setq header
3069                 (make-full-mail-header
3070                  number                 ; number
3071                  (funcall
3072                   gnus-unstructured-field-decoder (gnus-nov-field)) ; subject
3073                  (funcall
3074                   gnus-structured-field-decoder (gnus-nov-field)) ; from
3075                  (gnus-nov-field)       ; date
3076                  (or (gnus-nov-field)
3077                      (nnheader-generate-fake-message-id)) ; id
3078                  (gnus-nov-field)       ; refs
3079                  (gnus-nov-read-integer) ; chars
3080                  (gnus-nov-read-integer) ; lines
3081                  (unless (= (following-char) ?\n)
3082                    (gnus-nov-field))))) ; misc
3083
3084       (widen))
3085
3086     (when gnus-alter-header-function
3087       (funcall gnus-alter-header-function header))
3088     (gnus-dependencies-add-header header dependencies force-new)))
3089
3090 (defun gnus-build-get-header (id)
3091   ;; Look through the buffer of NOV lines and find the header to
3092   ;; ID.  Enter this line into the dependencies hash table, and return
3093   ;; the id of the parent article (if any).
3094   (let ((deps gnus-newsgroup-dependencies)
3095         found header)
3096     (prog1
3097         (save-excursion
3098           (set-buffer nntp-server-buffer)
3099           (let ((case-fold-search nil))
3100             (goto-char (point-min))
3101             (while (and (not found)
3102                         (search-forward id nil t))
3103               (beginning-of-line)
3104               (setq found (looking-at
3105                            (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
3106                                    (regexp-quote id))))
3107               (or found (beginning-of-line 2)))
3108             (when found
3109               (beginning-of-line)
3110               (and
3111                (setq header (gnus-nov-parse-line
3112                              (read (current-buffer)) deps))
3113                (gnus-parent-id (mail-header-references header))))))
3114       (when header
3115         (let ((number (mail-header-number header)))
3116           (push number gnus-newsgroup-limit)
3117           (push header gnus-newsgroup-headers)
3118           (if (memq number gnus-newsgroup-unselected)
3119               (progn
3120                 (push number gnus-newsgroup-unreads)
3121                 (setq gnus-newsgroup-unselected
3122                       (delq number gnus-newsgroup-unselected)))
3123             (push number gnus-newsgroup-ancient)))))))
3124
3125 (defun gnus-build-all-threads ()
3126   "Read all the headers."
3127   (let ((gnus-summary-ignore-duplicates t)
3128         (dependencies gnus-newsgroup-dependencies)
3129         found header article)
3130     (save-excursion
3131       (set-buffer nntp-server-buffer)
3132       (let ((case-fold-search nil))
3133         (goto-char (point-min))
3134         (while (not (eobp))
3135           (ignore-errors
3136             (setq article (read (current-buffer))
3137                   header (gnus-nov-parse-line
3138                           article dependencies)))
3139           (when header
3140             (push header gnus-newsgroup-headers)
3141             (if (memq (setq article (mail-header-number header))
3142                       gnus-newsgroup-unselected)
3143                 (progn
3144                   (push article gnus-newsgroup-unreads)
3145                   (setq gnus-newsgroup-unselected
3146                         (delq article gnus-newsgroup-unselected)))
3147               (push article gnus-newsgroup-ancient))
3148             (forward-line 1)))))))
3149
3150 (defun gnus-summary-update-article-line (article header)
3151   "Update the line for ARTICLE using HEADERS."
3152   (let* ((id (mail-header-id header))
3153          (thread (gnus-id-to-thread id)))
3154     (unless thread
3155       (error "Article in no thread"))
3156     ;; Update the thread.
3157     (setcar thread header)
3158     (gnus-summary-goto-subject article)
3159     (let* ((datal (gnus-data-find-list article))
3160            (data (car datal))
3161            (length (when (cdr datal)
3162                      (- (gnus-data-pos data)
3163                         (gnus-data-pos (cadr datal)))))
3164            (buffer-read-only nil)
3165            (level (gnus-summary-thread-level)))
3166       (gnus-delete-line)
3167       (gnus-summary-insert-line
3168        header level nil (gnus-article-mark article)
3169        (memq article gnus-newsgroup-replied)
3170        (memq article gnus-newsgroup-expirable)
3171        ;; Only insert the Subject string when it's different
3172        ;; from the previous Subject string.
3173        (if (gnus-subject-equal
3174             (condition-case ()
3175                 (mail-header-subject
3176                  (gnus-data-header
3177                   (cadr
3178                    (gnus-data-find-list
3179                     article
3180                     (gnus-data-list t)))))
3181               ;; Error on the side of excessive subjects.
3182               (error ""))
3183             (mail-header-subject header))
3184            ""
3185          (mail-header-subject header))
3186        nil (cdr (assq article gnus-newsgroup-scored))
3187        (memq article gnus-newsgroup-processable))
3188       (when length
3189         (gnus-data-update-list
3190          (cdr datal) (- length (- (gnus-data-pos data) (point))))))))
3191
3192 (defun gnus-summary-update-article (article &optional iheader)
3193   "Update ARTICLE in the summary buffer."
3194   (set-buffer gnus-summary-buffer)
3195   (let* ((header (gnus-summary-article-header article))
3196          (id (mail-header-id header))
3197          (data (gnus-data-find article))
3198          (thread (gnus-id-to-thread id))
3199          (references (mail-header-references header))
3200          (parent
3201           (gnus-id-to-thread
3202            (or (gnus-parent-id
3203                 (when (and references
3204                            (not (equal "" references)))
3205                   references))
3206                "none")))
3207          (buffer-read-only nil)
3208          (old (car thread))
3209          (number (mail-header-number header))
3210          pos)
3211     (when thread
3212       (unless iheader
3213         (setcar thread nil)
3214         (when parent
3215           (delq thread parent)))
3216       (if (gnus-summary-insert-subject id header)
3217           ;; Set the (possibly) new article number in the data structure.
3218           (gnus-data-set-number data (gnus-id-to-article id))
3219         (setcar thread old)
3220         nil))))
3221
3222 (defun gnus-rebuild-thread (id &optional line)
3223   "Rebuild the thread containing ID.
3224 If LINE, insert the rebuilt thread starting on line LINE."
3225   (let ((buffer-read-only nil)
3226         old-pos current thread data)
3227     (if (not gnus-show-threads)
3228         (setq thread (list (car (gnus-id-to-thread id))))
3229       ;; Get the thread this article is part of.
3230       (setq thread (gnus-remove-thread id)))
3231     (setq old-pos (gnus-point-at-bol))
3232     (setq current (save-excursion
3233                     (and (zerop (forward-line -1))
3234                          (gnus-summary-article-number))))
3235     ;; If this is a gathered thread, we have to go some re-gathering.
3236     (when (stringp (car thread))
3237       (let ((subject (car thread))
3238             roots thr)
3239         (setq thread (cdr thread))
3240         (while thread
3241           (unless (memq (setq thr (gnus-id-to-thread
3242                                    (gnus-root-id
3243                                     (mail-header-id (caar thread)))))
3244                         roots)
3245             (push thr roots))
3246           (setq thread (cdr thread)))
3247         ;; We now have all (unique) roots.
3248         (if (= (length roots) 1)
3249             ;; All the loose roots are now one solid root.
3250             (setq thread (car roots))
3251           (setq thread (cons subject (gnus-sort-threads roots))))))
3252     (let (threads)
3253       ;; We then insert this thread into the summary buffer.
3254       (when line
3255         (goto-char (point-min))
3256         (forward-line (1- line)))
3257       (let (gnus-newsgroup-data gnus-newsgroup-threads)
3258         (if gnus-show-threads
3259             (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
3260           (gnus-summary-prepare-unthreaded thread))
3261         (setq data (nreverse gnus-newsgroup-data))
3262         (setq threads gnus-newsgroup-threads))
3263       ;; We splice the new data into the data structure.
3264       ;;!!! This is kinda bogus.  We assume that in LINE is non-nil,
3265       ;;!!! then we want to insert at the beginning of the buffer.
3266       ;;!!! That happens to be true with Gnus now, but that may
3267       ;;!!! change in the future.  Perhaps.
3268       (gnus-data-enter-list
3269        (if line nil current) data (- (point) old-pos))
3270       (setq gnus-newsgroup-threads
3271             (nconc threads gnus-newsgroup-threads))
3272       (gnus-data-compute-positions))))
3273
3274 (defun gnus-number-to-header (number)
3275   "Return the header for article NUMBER."
3276   (let ((headers gnus-newsgroup-headers))
3277     (while (and headers
3278                 (not (= number (mail-header-number (car headers)))))
3279       (pop headers))
3280     (when headers
3281       (car headers))))
3282
3283 (defun gnus-parent-headers (in-headers &optional generation)
3284   "Return the headers of the GENERATIONeth parent of HEADERS."
3285   (unless generation
3286     (setq generation 1))
3287   (let ((parent t)
3288         (headers in-headers)
3289         references)
3290     (while (and parent
3291                 (not (zerop generation))
3292                 (setq references (mail-header-references headers)))
3293       (setq headers (if (and references
3294                              (setq parent (gnus-parent-id references)))
3295                         (car (gnus-id-to-thread parent))
3296                       nil))
3297       (decf generation))
3298     (and (not (eq headers in-headers))
3299          headers)))
3300
3301 (defun gnus-id-to-thread (id)
3302   "Return the (sub-)thread where ID appears."
3303   (gnus-gethash id gnus-newsgroup-dependencies))
3304
3305 (defun gnus-id-to-article (id)
3306   "Return the article number of ID."
3307   (let ((thread (gnus-id-to-thread id)))
3308     (when (and thread
3309                (car thread))
3310       (mail-header-number (car thread)))))
3311
3312 (defun gnus-id-to-header (id)
3313   "Return the article headers of ID."
3314   (car (gnus-id-to-thread id)))
3315
3316 (defun gnus-article-displayed-root-p (article)
3317   "Say whether ARTICLE is a root(ish) article."
3318   (let ((level (gnus-summary-thread-level article))
3319         (refs (mail-header-references  (gnus-summary-article-header article)))
3320         particle)
3321     (cond
3322      ((null level) nil)
3323      ((zerop level) t)
3324      ((null refs) t)
3325      ((null (gnus-parent-id refs)) t)
3326      ((and (= 1 level)
3327            (null (setq particle (gnus-id-to-article
3328                                  (gnus-parent-id refs))))
3329            (null (gnus-summary-thread-level particle)))))))
3330
3331 (defun gnus-root-id (id)
3332   "Return the id of the root of the thread where ID appears."
3333   (let (last-id prev)
3334     (while (and id (setq prev (car (gnus-id-to-thread id))))
3335       (setq last-id id
3336             id (gnus-parent-id (mail-header-references prev))))
3337     last-id))
3338
3339 (defun gnus-articles-in-thread (thread)
3340   "Return the list of articles in THREAD."
3341   (cons (mail-header-number (car thread))
3342         (apply 'nconc (mapcar 'gnus-articles-in-thread (cdr thread)))))
3343
3344 (defun gnus-remove-thread (id &optional dont-remove)
3345   "Remove the thread that has ID in it."
3346   (let (headers thread last-id)
3347     ;; First go up in this thread until we find the root.
3348     (setq last-id (gnus-root-id id))
3349     (setq headers (list (car (gnus-id-to-thread last-id))
3350                         (caadr (gnus-id-to-thread last-id))))
3351     ;; We have now found the real root of this thread.  It might have
3352     ;; been gathered into some loose thread, so we have to search
3353     ;; through the threads to find the thread we wanted.
3354     (let ((threads gnus-newsgroup-threads)
3355           sub)
3356       (while threads
3357         (setq sub (car threads))
3358         (if (stringp (car sub))
3359             ;; This is a gathered thread, so we look at the roots
3360             ;; below it to find whether this article is in this
3361             ;; gathered root.
3362             (progn
3363               (setq sub (cdr sub))
3364               (while sub
3365                 (when (member (caar sub) headers)
3366                   (setq thread (car threads)
3367                         threads nil
3368                         sub nil))
3369                 (setq sub (cdr sub))))
3370           ;; It's an ordinary thread, so we check it.
3371           (when (eq (car sub) (car headers))
3372             (setq thread sub
3373                   threads nil)))
3374         (setq threads (cdr threads)))
3375       ;; If this article is in no thread, then it's a root.
3376       (if thread
3377           (unless dont-remove
3378             (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
3379         (setq thread (gnus-id-to-thread last-id)))
3380       (when thread
3381         (prog1
3382             thread                      ; We return this thread.
3383           (unless dont-remove
3384             (if (stringp (car thread))
3385                 (progn
3386                   ;; If we use dummy roots, then we have to remove the
3387                   ;; dummy root as well.
3388                   (when (eq gnus-summary-make-false-root 'dummy)
3389                     ;; We go to the dummy root by going to
3390                     ;; the first sub-"thread", and then one line up.
3391                     (gnus-summary-goto-article
3392                      (mail-header-number (caadr thread)))
3393                     (forward-line -1)
3394                     (gnus-delete-line)
3395                     (gnus-data-compute-positions))
3396                   (setq thread (cdr thread))
3397                   (while thread
3398                     (gnus-remove-thread-1 (car thread))
3399                     (setq thread (cdr thread))))
3400               (gnus-remove-thread-1 thread))))))))
3401
3402 (defun gnus-remove-thread-1 (thread)
3403   "Remove the thread THREAD recursively."
3404   (let ((number (mail-header-number (pop thread)))
3405         d)
3406     (setq thread (reverse thread))
3407     (while thread
3408       (gnus-remove-thread-1 (pop thread)))
3409     (when (setq d (gnus-data-find number))
3410       (goto-char (gnus-data-pos d))
3411       (gnus-data-remove
3412        number
3413        (- (gnus-point-at-bol)
3414           (prog1
3415               (1+ (gnus-point-at-eol))
3416             (gnus-delete-line)))))))
3417
3418 (defun gnus-sort-threads (threads)
3419   "Sort THREADS."
3420   (if (not gnus-thread-sort-functions)
3421       threads
3422     (gnus-message 7 "Sorting threads...")
3423     (prog1
3424         (sort threads (gnus-make-sort-function gnus-thread-sort-functions))
3425       (gnus-message 7 "Sorting threads...done"))))
3426
3427 (defun gnus-sort-articles (articles)
3428   "Sort ARTICLES."
3429   (when gnus-article-sort-functions
3430     (gnus-message 7 "Sorting articles...")
3431     (prog1
3432         (setq gnus-newsgroup-headers
3433               (sort articles (gnus-make-sort-function
3434                               gnus-article-sort-functions)))
3435       (gnus-message 7 "Sorting articles...done"))))
3436
3437 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
3438 (defmacro gnus-thread-header (thread)
3439   ;; Return header of first article in THREAD.
3440   ;; Note that THREAD must never, ever be anything else than a variable -
3441   ;; using some other form will lead to serious barfage.
3442   (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
3443   ;; (8% speedup to gnus-summary-prepare, just for fun :-)
3444   (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207" ;
3445         (vector thread) 2))
3446
3447 (defsubst gnus-article-sort-by-number (h1 h2)
3448   "Sort articles by article number."
3449   (< (mail-header-number h1)
3450      (mail-header-number h2)))
3451
3452 (defun gnus-thread-sort-by-number (h1 h2)
3453   "Sort threads by root article number."
3454   (gnus-article-sort-by-number
3455    (gnus-thread-header h1) (gnus-thread-header h2)))
3456
3457 (defsubst gnus-article-sort-by-lines (h1 h2)
3458   "Sort articles by article Lines header."
3459   (< (mail-header-lines h1)
3460      (mail-header-lines h2)))
3461
3462 (defun gnus-thread-sort-by-lines (h1 h2)
3463   "Sort threads by root article Lines header."
3464   (gnus-article-sort-by-lines
3465    (gnus-thread-header h1) (gnus-thread-header h2)))
3466
3467 (defsubst gnus-article-sort-by-author (h1 h2)
3468   "Sort articles by root author."
3469   (string-lessp
3470    (let ((extract (funcall
3471                    gnus-extract-address-components
3472                    (mail-header-from h1))))
3473      (or (car extract) (cadr extract) ""))
3474    (let ((extract (funcall
3475                    gnus-extract-address-components
3476                    (mail-header-from h2))))
3477      (or (car extract) (cadr extract) ""))))
3478
3479 (defun gnus-thread-sort-by-author (h1 h2)
3480   "Sort threads by root author."
3481   (gnus-article-sort-by-author
3482    (gnus-thread-header h1)  (gnus-thread-header h2)))
3483
3484 (defsubst gnus-article-sort-by-subject (h1 h2)
3485   "Sort articles by root subject."
3486   (string-lessp
3487    (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
3488    (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
3489
3490 (defun gnus-thread-sort-by-subject (h1 h2)
3491   "Sort threads by root subject."
3492   (gnus-article-sort-by-subject
3493    (gnus-thread-header h1) (gnus-thread-header h2)))
3494
3495 (defsubst gnus-article-sort-by-date (h1 h2)
3496   "Sort articles by root article date."
3497   (gnus-time-less
3498    (gnus-date-get-time (mail-header-date h1))
3499    (gnus-date-get-time (mail-header-date h2))))
3500
3501 (defun gnus-thread-sort-by-date (h1 h2)
3502   "Sort threads by root article date."
3503   (gnus-article-sort-by-date
3504    (gnus-thread-header h1) (gnus-thread-header h2)))
3505
3506 (defsubst gnus-article-sort-by-score (h1 h2)
3507   "Sort articles by root article score.
3508 Unscored articles will be counted as having a score of zero."
3509   (> (or (cdr (assq (mail-header-number h1)
3510                     gnus-newsgroup-scored))
3511          gnus-summary-default-score 0)
3512      (or (cdr (assq (mail-header-number h2)
3513                     gnus-newsgroup-scored))
3514          gnus-summary-default-score 0)))
3515
3516 (defun gnus-thread-sort-by-score (h1 h2)
3517   "Sort threads by root article score."
3518   (gnus-article-sort-by-score
3519    (gnus-thread-header h1) (gnus-thread-header h2)))
3520
3521 (defun gnus-thread-sort-by-total-score (h1 h2)
3522   "Sort threads by the sum of all scores in the thread.
3523 Unscored articles will be counted as having a score of zero."
3524   (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
3525
3526 (defun gnus-thread-total-score (thread)
3527   ;;  This function find the total score of THREAD.
3528   (cond ((null thread)
3529          0)
3530         ((consp thread)
3531          (if (stringp (car thread))
3532              (apply gnus-thread-score-function 0
3533                     (mapcar 'gnus-thread-total-score-1 (cdr thread)))
3534            (gnus-thread-total-score-1 thread)))
3535         (t
3536          (gnus-thread-total-score-1 (list thread)))))
3537
3538 (defun gnus-thread-total-score-1 (root)
3539   ;; This function find the total score of the thread below ROOT.
3540   (setq root (car root))
3541   (apply gnus-thread-score-function
3542          (or (append
3543               (mapcar 'gnus-thread-total-score
3544                       (cdr (gnus-id-to-thread (mail-header-id root))))
3545               (when (> (mail-header-number root) 0)
3546                 (list (or (cdr (assq (mail-header-number root)
3547                                      gnus-newsgroup-scored))
3548                           gnus-summary-default-score 0))))
3549              (list gnus-summary-default-score)
3550              '(0))))
3551
3552 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
3553 (defvar gnus-tmp-prev-subject nil)
3554 (defvar gnus-tmp-false-parent nil)
3555 (defvar gnus-tmp-root-expunged nil)
3556 (defvar gnus-tmp-dummy-line nil)
3557
3558 (defun gnus-summary-prepare-threads (threads)
3559   "Prepare summary buffer from THREADS and indentation LEVEL.
3560 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
3561 or a straight list of headers."
3562   (gnus-message 7 "Generating summary...")
3563
3564   (setq gnus-newsgroup-threads threads)
3565   (beginning-of-line)
3566
3567   (let ((gnus-tmp-level 0)
3568         (default-score (or gnus-summary-default-score 0))
3569         (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
3570         thread number subject stack state gnus-tmp-gathered beg-match
3571         new-roots gnus-tmp-new-adopts thread-end
3572         gnus-tmp-header gnus-tmp-unread
3573         gnus-tmp-replied gnus-tmp-subject-or-nil
3574         gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
3575         gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
3576         gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket)
3577
3578     (setq gnus-tmp-prev-subject nil)
3579
3580     (if (vectorp (car threads))
3581         ;; If this is a straight (sic) list of headers, then a
3582         ;; threaded summary display isn't required, so we just create
3583         ;; an unthreaded one.
3584         (gnus-summary-prepare-unthreaded threads)
3585
3586       ;; Do the threaded display.
3587
3588       (while (or threads stack gnus-tmp-new-adopts new-roots)
3589
3590         (if (and (= gnus-tmp-level 0)
3591                  (or (not stack)
3592                      (= (caar stack) 0))
3593                  (not gnus-tmp-false-parent)
3594                  (or gnus-tmp-new-adopts new-roots))
3595             (if gnus-tmp-new-adopts
3596                 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
3597                       thread (list (car gnus-tmp-new-adopts))
3598                       gnus-tmp-header (caar thread)
3599                       gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
3600               (when new-roots
3601                 (setq thread (list (car new-roots))
3602                       gnus-tmp-header (caar thread)
3603                       new-roots (cdr new-roots))))
3604
3605           (if threads
3606               ;; If there are some threads, we do them before the
3607               ;; threads on the stack.
3608               (setq thread threads
3609                     gnus-tmp-header (caar thread))
3610             ;; There were no current threads, so we pop something off
3611             ;; the stack.
3612             (setq state (car stack)
3613                   gnus-tmp-level (car state)
3614                   thread (cdr state)
3615                   stack (cdr stack)
3616                   gnus-tmp-header (caar thread))))
3617
3618         (setq gnus-tmp-false-parent nil)
3619         (setq gnus-tmp-root-expunged nil)
3620         (setq thread-end nil)
3621
3622         (if (stringp gnus-tmp-header)
3623             ;; The header is a dummy root.
3624             (cond
3625              ((eq gnus-summary-make-false-root 'adopt)
3626               ;; We let the first article adopt the rest.
3627               (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
3628                                                (cddar thread)))
3629               (setq gnus-tmp-gathered
3630                     (nconc (mapcar
3631                             (lambda (h) (mail-header-number (car h)))
3632                             (cddar thread))
3633                            gnus-tmp-gathered))
3634               (setq thread (cons (list (caar thread)
3635                                        (cadar thread))
3636                                  (cdr thread)))
3637               (setq gnus-tmp-level -1
3638                     gnus-tmp-false-parent t))
3639              ((eq gnus-summary-make-false-root 'empty)
3640               ;; We print adopted articles with empty subject fields.
3641               (setq gnus-tmp-gathered
3642                     (nconc (mapcar
3643                             (lambda (h) (mail-header-number (car h)))
3644                             (cddar thread))
3645                            gnus-tmp-gathered))
3646               (setq gnus-tmp-level -1))
3647              ((eq gnus-summary-make-false-root 'dummy)
3648               ;; We remember that we probably want to output a dummy
3649               ;; root.
3650               (setq gnus-tmp-dummy-line gnus-tmp-header)
3651               (setq gnus-tmp-prev-subject gnus-tmp-header))
3652              (t
3653               ;; We do not make a root for the gathered
3654               ;; sub-threads at all.
3655               (setq gnus-tmp-level -1)))
3656
3657           (setq number (mail-header-number gnus-tmp-header)
3658                 subject (mail-header-subject gnus-tmp-header))
3659
3660           (cond
3661            ;; If the thread has changed subject, we might want to make
3662            ;; this subthread into a root.
3663            ((and (null gnus-thread-ignore-subject)
3664                  (not (zerop gnus-tmp-level))
3665                  gnus-tmp-prev-subject
3666                  (not (inline
3667                         (gnus-subject-equal gnus-tmp-prev-subject subject))))
3668             (setq new-roots (nconc new-roots (list (car thread)))
3669                   thread-end t
3670                   gnus-tmp-header nil))
3671            ;; If the article lies outside the current limit,
3672            ;; then we do not display it.
3673            ((not (memq number gnus-newsgroup-limit))
3674             (setq gnus-tmp-gathered
3675                   (nconc (mapcar
3676                           (lambda (h) (mail-header-number (car h)))
3677                           (cdar thread))
3678                          gnus-tmp-gathered))
3679             (setq gnus-tmp-new-adopts (if (cdar thread)
3680                                           (append gnus-tmp-new-adopts
3681                                                   (cdar thread))
3682                                         gnus-tmp-new-adopts)
3683                   thread-end t
3684                   gnus-tmp-header nil)
3685             (when (zerop gnus-tmp-level)
3686               (setq gnus-tmp-root-expunged t)))
3687            ;; Perhaps this article is to be marked as read?
3688            ((and gnus-summary-mark-below
3689                  (< (or (cdr (assq number gnus-newsgroup-scored))
3690                         default-score)
3691                     gnus-summary-mark-below)
3692                  ;; Don't touch sparse articles.
3693                  (not (gnus-summary-article-sparse-p number))
3694                  (not (gnus-summary-article-ancient-p number)))
3695             (setq gnus-newsgroup-unreads
3696                   (delq number gnus-newsgroup-unreads))
3697             (if gnus-newsgroup-auto-expire
3698                 (push number gnus-newsgroup-expirable)
3699               (push (cons number gnus-low-score-mark)
3700                     gnus-newsgroup-reads))))
3701
3702           (when gnus-tmp-header
3703             ;; We may have an old dummy line to output before this
3704             ;; article.
3705             (when (and gnus-tmp-dummy-line
3706                        (gnus-subject-equal
3707                         gnus-tmp-dummy-line
3708                         (mail-header-subject gnus-tmp-header)))
3709               (gnus-summary-insert-dummy-line
3710                gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
3711               (setq gnus-tmp-dummy-line nil))
3712
3713             ;; Compute the mark.
3714             (setq gnus-tmp-unread (gnus-article-mark number))
3715
3716             (push (gnus-data-make number gnus-tmp-unread (1+ (point))
3717                                   gnus-tmp-header gnus-tmp-level)
3718                   gnus-newsgroup-data)
3719
3720             ;; Actually insert the line.
3721             (setq
3722              gnus-tmp-subject-or-nil
3723              (cond
3724               ((and gnus-thread-ignore-subject
3725                     gnus-tmp-prev-subject
3726                     (not (inline (gnus-subject-equal
3727                                   gnus-tmp-prev-subject subject))))
3728                subject)
3729               ((zerop gnus-tmp-level)
3730                (if (and (eq gnus-summary-make-false-root 'empty)
3731                         (memq number gnus-tmp-gathered)
3732                         gnus-tmp-prev-subject
3733                         (inline (gnus-subject-equal
3734                                  gnus-tmp-prev-subject subject)))
3735                    gnus-summary-same-subject
3736                  subject))
3737               (t gnus-summary-same-subject)))
3738             (if (and (eq gnus-summary-make-false-root 'adopt)
3739                      (= gnus-tmp-level 1)
3740                      (memq number gnus-tmp-gathered))
3741                 (setq gnus-tmp-opening-bracket ?\<
3742                       gnus-tmp-closing-bracket ?\>)
3743               (setq gnus-tmp-opening-bracket ?\[
3744                     gnus-tmp-closing-bracket ?\]))
3745             (setq
3746              gnus-tmp-indentation
3747              (aref gnus-thread-indent-array gnus-tmp-level)
3748              gnus-tmp-lines (mail-header-lines gnus-tmp-header)
3749              gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
3750                                 gnus-summary-default-score 0)
3751              gnus-tmp-score-char
3752              (if (or (null gnus-summary-default-score)
3753                      (<= (abs (- gnus-tmp-score gnus-summary-default-score))
3754                          gnus-summary-zcore-fuzz))
3755                  ? 
3756                (if (< gnus-tmp-score gnus-summary-default-score)
3757                    gnus-score-below-mark gnus-score-over-mark))
3758              gnus-tmp-replied
3759              (cond ((memq number gnus-newsgroup-processable)
3760                     gnus-process-mark)
3761                    ((memq number gnus-newsgroup-cached)
3762                     gnus-cached-mark)
3763                    ((memq number gnus-newsgroup-replied)
3764                     gnus-replied-mark)
3765                    ((memq number gnus-newsgroup-saved)
3766                     gnus-saved-mark)
3767                    (t gnus-unread-mark))
3768              gnus-tmp-from (mail-header-from gnus-tmp-header)
3769              gnus-tmp-name
3770              (cond
3771               ((string-match "<[^>]+> *$" gnus-tmp-from)
3772                (setq beg-match (match-beginning 0))
3773                (or (and (string-match "^\"[^\"]*\"" gnus-tmp-from)
3774                         (substring gnus-tmp-from (1+ (match-beginning 0))
3775                                    (1- (match-end 0))))
3776                    (substring gnus-tmp-from 0 beg-match)))
3777               ((string-match "(.+)" gnus-tmp-from)
3778                (substring gnus-tmp-from
3779                           (1+ (match-beginning 0)) (1- (match-end 0))))
3780               (t gnus-tmp-from)))
3781             (when (string= gnus-tmp-name "")
3782               (setq gnus-tmp-name gnus-tmp-from))
3783             (unless (numberp gnus-tmp-lines)
3784               (setq gnus-tmp-lines 0))
3785             (gnus-put-text-property-excluding-characters-with-faces
3786              (point)
3787              (progn (eval gnus-summary-line-format-spec) (point))
3788              'gnus-number number)
3789             (when gnus-visual-p
3790               (forward-line -1)
3791               (gnus-run-hooks 'gnus-summary-update-hook)
3792               (forward-line 1))
3793
3794             (setq gnus-tmp-prev-subject subject)))
3795
3796         (when (nth 1 thread)
3797           (push (cons (max 0 gnus-tmp-level) (nthcdr 1 thread)) stack))
3798         (incf gnus-tmp-level)
3799         (setq threads (if thread-end nil (cdar thread)))
3800         (unless threads
3801           (setq gnus-tmp-level 0)))))
3802   (gnus-message 7 "Generating summary...done"))
3803
3804 (defun gnus-summary-prepare-unthreaded (headers)
3805   "Generate an unthreaded summary buffer based on HEADERS."
3806   (let (header number mark)
3807
3808     (beginning-of-line)
3809
3810     (while headers
3811       ;; We may have to root out some bad articles...
3812       (when (memq (setq number (mail-header-number
3813                                 (setq header (pop headers))))
3814                   gnus-newsgroup-limit)
3815         ;; Mark article as read when it has a low score.
3816         (when (and gnus-summary-mark-below
3817                    (< (or (cdr (assq number gnus-newsgroup-scored))
3818                           gnus-summary-default-score 0)
3819                       gnus-summary-mark-below)
3820                    (not (gnus-summary-article-ancient-p number)))
3821           (setq gnus-newsgroup-unreads
3822                 (delq number gnus-newsgroup-unreads))
3823           (if gnus-newsgroup-auto-expire
3824               (push number gnus-newsgroup-expirable)
3825             (push (cons number gnus-low-score-mark)
3826                   gnus-newsgroup-reads)))
3827
3828         (setq mark (gnus-article-mark number))
3829         (push (gnus-data-make number mark (1+ (point)) header 0)
3830               gnus-newsgroup-data)
3831         (gnus-summary-insert-line
3832          header 0 number
3833          mark (memq number gnus-newsgroup-replied)
3834          (memq number gnus-newsgroup-expirable)
3835          (mail-header-subject header) nil
3836          (cdr (assq number gnus-newsgroup-scored))
3837          (memq number gnus-newsgroup-processable))))))
3838
3839 (defun gnus-select-newsgroup (group &optional read-all select-articles)
3840   "Select newsgroup GROUP.
3841 If READ-ALL is non-nil, all articles in the group are selected.
3842 If SELECT-ARTICLES, only select those articles from GROUP."
3843   (let* ((entry (gnus-gethash group gnus-newsrc-hashtb))
3844          ;;!!! Dirty hack; should be removed.
3845          (gnus-summary-ignore-duplicates
3846           (if (eq (car (gnus-find-method-for-group group)) 'nnvirtual)
3847               t
3848             gnus-summary-ignore-duplicates))
3849          (info (nth 2 entry))
3850          articles fetched-articles cached)
3851
3852     (unless (gnus-check-server
3853              (setq gnus-current-select-method
3854                    (gnus-find-method-for-group group)))
3855       (error "Couldn't open server"))
3856
3857     (or (and entry (not (eq (car entry) t))) ; Either it's active...
3858         (gnus-activate-group group)     ; Or we can activate it...
3859         (progn                          ; Or we bug out.
3860           (when (equal major-mode 'gnus-summary-mode)
3861             (kill-buffer (current-buffer)))
3862           (error "Couldn't request group %s: %s"
3863                  group (gnus-status-message group))))
3864
3865     (unless (gnus-request-group group t)
3866       (when (equal major-mode 'gnus-summary-mode)
3867         (kill-buffer (current-buffer)))
3868       (error "Couldn't request group %s: %s"
3869              group (gnus-status-message group)))
3870
3871     (setq gnus-newsgroup-name group)
3872     (setq gnus-newsgroup-unselected nil)
3873     (setq gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
3874
3875     ;; Adjust and set lists of article marks.
3876     (when info
3877       (gnus-adjust-marked-articles info))
3878
3879     ;; Kludge to avoid having cached articles nixed out in virtual groups.
3880     (when (gnus-virtual-group-p group)
3881       (setq cached gnus-newsgroup-cached))
3882
3883     (setq gnus-newsgroup-unreads
3884           (gnus-set-difference
3885            (gnus-set-difference gnus-newsgroup-unreads gnus-newsgroup-marked)
3886            gnus-newsgroup-dormant))
3887
3888     (setq gnus-newsgroup-processable nil)
3889
3890     (gnus-update-read-articles group gnus-newsgroup-unreads)
3891     (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
3892       (gnus-group-update-group group))
3893
3894     (if (setq articles select-articles)
3895         (setq gnus-newsgroup-unselected
3896               (gnus-sorted-intersection
3897                gnus-newsgroup-unreads
3898                (gnus-sorted-complement gnus-newsgroup-unreads articles)))
3899       (setq articles (gnus-articles-to-read group read-all)))
3900
3901     (cond
3902      ((null articles)
3903       ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
3904       'quit)
3905      ((eq articles 0) nil)
3906      (t
3907       ;; Init the dependencies hash table.
3908       (setq gnus-newsgroup-dependencies
3909             (gnus-make-hashtable (length articles)))
3910       ;; Retrieve the headers and read them in.
3911       (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
3912       (setq gnus-newsgroup-headers
3913             (if (eq 'nov
3914                     (setq gnus-headers-retrieved-by
3915                           (gnus-retrieve-headers
3916                            articles gnus-newsgroup-name
3917                            ;; We might want to fetch old headers, but
3918                            ;; not if there is only 1 article.
3919                            (and (or (and
3920                                      (not (eq gnus-fetch-old-headers 'some))
3921                                      (not (numberp gnus-fetch-old-headers)))
3922                                     (> (length articles) 1))
3923                                 gnus-fetch-old-headers))))
3924                 (gnus-get-newsgroup-headers-xover
3925                  articles nil nil gnus-newsgroup-name t)
3926               (gnus-get-newsgroup-headers)))
3927       (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name)
3928
3929       ;; Kludge to avoid having cached articles nixed out in virtual groups.
3930       (when cached
3931         (setq gnus-newsgroup-cached cached))
3932
3933       ;; Suppress duplicates?
3934       (when gnus-suppress-duplicates
3935         (gnus-dup-suppress-articles))
3936
3937       ;; Set the initial limit.
3938       (setq gnus-newsgroup-limit (copy-sequence articles))
3939       ;; Remove canceled articles from the list of unread articles.
3940       (setq gnus-newsgroup-unreads
3941             (gnus-set-sorted-intersection
3942              gnus-newsgroup-unreads
3943              (setq fetched-articles
3944                    (mapcar (lambda (headers) (mail-header-number headers))
3945                            gnus-newsgroup-headers))))
3946       ;; Removed marked articles that do not exist.
3947       (gnus-update-missing-marks
3948        (gnus-sorted-complement fetched-articles articles))
3949       ;; We might want to build some more threads first.
3950       (when (and gnus-fetch-old-headers
3951                  (eq gnus-headers-retrieved-by 'nov))
3952         (if (eq gnus-fetch-old-headers 'invisible)
3953             (gnus-build-all-threads)
3954           (gnus-build-old-threads)))
3955       ;; Let the Gnus agent mark articles as read.
3956       (when gnus-agent
3957         (gnus-agent-get-undownloaded-list))
3958       ;; Check whether auto-expire is to be done in this group.
3959       (setq gnus-newsgroup-auto-expire
3960             (gnus-group-auto-expirable-p group))
3961       ;; Set up the article buffer now, if necessary.
3962       (unless gnus-single-article-buffer
3963         (gnus-article-setup-buffer))
3964       ;; First and last article in this newsgroup.
3965       (when gnus-newsgroup-headers
3966         (setq gnus-newsgroup-begin
3967               (mail-header-number (car gnus-newsgroup-headers))
3968               gnus-newsgroup-end
3969               (mail-header-number
3970                (gnus-last-element gnus-newsgroup-headers))))
3971       ;; GROUP is successfully selected.
3972       (or gnus-newsgroup-headers t)))))
3973
3974 (defun gnus-articles-to-read (group &optional read-all)
3975   ;; Find out what articles the user wants to read.
3976   (let* ((articles
3977           ;; Select all articles if `read-all' is non-nil, or if there
3978           ;; are no unread articles.
3979           (if (or read-all
3980                   (and (zerop (length gnus-newsgroup-marked))
3981                        (zerop (length gnus-newsgroup-unreads)))
3982                   (eq (gnus-group-find-parameter group 'display)
3983                       'all))
3984               (gnus-uncompress-range (gnus-active group))
3985             (sort (append gnus-newsgroup-dormant gnus-newsgroup-marked
3986                           (copy-sequence gnus-newsgroup-unreads))
3987                   '<)))
3988          (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
3989          (scored (length scored-list))
3990          (number (length articles))
3991          (marked (+ (length gnus-newsgroup-marked)
3992                     (length gnus-newsgroup-dormant)))
3993          (select
3994           (cond
3995            ((numberp read-all)
3996             read-all)
3997            (t
3998             (condition-case ()
3999                 (cond
4000                  ((and (or (<= scored marked) (= scored number))
4001                        (numberp gnus-large-newsgroup)
4002                        (> number gnus-large-newsgroup))
4003                   (let ((input
4004                          (read-string
4005                           (format
4006                            "How many articles from %s (default %d): "
4007                            (gnus-limit-string gnus-newsgroup-name 35)
4008                            number))))
4009                     (if (string-match "^[ \t]*$" input) number input)))
4010                  ((and (> scored marked) (< scored number)
4011                        (> (- scored number) 20))
4012                   (let ((input
4013                          (read-string
4014                           (format "%s %s (%d scored, %d total): "
4015                                   "How many articles from"
4016                                   group scored number))))
4017                     (if (string-match "^[ \t]*$" input)
4018                         number input)))
4019                  (t number))
4020               (quit nil))))))
4021     (setq select (if (stringp select) (string-to-number select) select))
4022     (if (or (null select) (zerop select))
4023         select
4024       (if (and (not (zerop scored)) (<= (abs select) scored))
4025           (progn
4026             (setq articles (sort scored-list '<))
4027             (setq number (length articles)))
4028         (setq articles (copy-sequence articles)))
4029
4030       (when (< (abs select) number)
4031         (if (< select 0)
4032             ;; Select the N oldest articles.
4033             (setcdr (nthcdr (1- (abs select)) articles) nil)
4034           ;; Select the N most recent articles.
4035           (setq articles (nthcdr (- number select) articles))))
4036       (setq gnus-newsgroup-unselected
4037             (gnus-sorted-intersection
4038              gnus-newsgroup-unreads
4039              (gnus-sorted-complement gnus-newsgroup-unreads articles)))
4040       articles)))
4041
4042 (defun gnus-killed-articles (killed articles)
4043   (let (out)
4044     (while articles
4045       (when (inline (gnus-member-of-range (car articles) killed))
4046         (push (car articles) out))
4047       (setq articles (cdr articles)))
4048     out))
4049
4050 (defun gnus-uncompress-marks (marks)
4051   "Uncompress the mark ranges in MARKS."
4052   (let ((uncompressed '(score bookmark))
4053         out)
4054     (while marks
4055       (if (memq (caar marks) uncompressed)
4056           (push (car marks) out)
4057         (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
4058       (setq marks (cdr marks)))
4059     out))
4060
4061 (defun gnus-adjust-marked-articles (info)
4062   "Set all article lists and remove all marks that are no longer legal."
4063   (let* ((marked-lists (gnus-info-marks info))
4064          (active (gnus-active (gnus-info-group info)))
4065          (min (car active))
4066          (max (cdr active))
4067          (types gnus-article-mark-lists)
4068          (uncompressed '(score bookmark killed))
4069          marks var articles article mark)
4070
4071     (while marked-lists
4072       (setq marks (pop marked-lists))
4073       (set (setq var (intern (format "gnus-newsgroup-%s"
4074                                      (car (rassq (setq mark (car marks))
4075                                                  types)))))
4076            (if (memq (car marks) uncompressed) (cdr marks)
4077              (gnus-uncompress-range (cdr marks))))
4078
4079       (setq articles (symbol-value var))
4080
4081       ;; All articles have to be subsets of the active articles.
4082       (cond
4083        ;; Adjust "simple" lists.
4084        ((memq mark '(tick dormant expire reply save))
4085         (while articles
4086           (when (or (< (setq article (pop articles)) min) (> article max))
4087             (set var (delq article (symbol-value var))))))
4088        ;; Adjust assocs.
4089        ((memq mark uncompressed)
4090         (when (not (listp (cdr (symbol-value var))))
4091           (set var (list (symbol-value var))))
4092         (when (not (listp (cdr articles)))
4093           (setq articles (list articles)))
4094         (while articles
4095           (when (or (not (consp (setq article (pop articles))))
4096                     (< (car article) min)
4097                     (> (car article) max))
4098             (set var (delq article (symbol-value var))))))))))
4099
4100 (defun gnus-update-missing-marks (missing)
4101   "Go through the list of MISSING articles and remove them from the mark lists."
4102   (when missing
4103     (let ((types gnus-article-mark-lists)
4104           var m)
4105       ;; Go through all types.
4106       (while types
4107         (setq var (intern (format "gnus-newsgroup-%s" (car (pop types)))))
4108         (when (symbol-value var)
4109           ;; This list has articles.  So we delete all missing articles
4110           ;; from it.
4111           (setq m missing)
4112           (while m
4113             (set var (delq (pop m) (symbol-value var)))))))))
4114
4115 (defun gnus-update-marks ()
4116   "Enter the various lists of marked articles into the newsgroup info list."
4117   (let ((types gnus-article-mark-lists)
4118         (info (gnus-get-info gnus-newsgroup-name))
4119         (uncompressed '(score bookmark killed))
4120         type list newmarked symbol)
4121     (when info
4122       ;; Add all marks lists that are non-nil to the list of marks lists.
4123       (while (setq type (pop types))
4124         (when (setq list (symbol-value
4125                           (setq symbol
4126                                 (intern (format "gnus-newsgroup-%s"
4127                                                 (car type))))))
4128
4129           ;; Get rid of the entries of the articles that have the
4130           ;; default score.
4131           (when (and (eq (cdr type) 'score)
4132                      gnus-save-score
4133                      list)
4134             (let* ((arts list)
4135                    (prev (cons nil list))
4136                    (all prev))
4137               (while arts
4138                 (if (or (not (consp (car arts)))
4139                         (= (cdar arts) gnus-summary-default-score))
4140                     (setcdr prev (cdr arts))
4141                   (setq prev arts))
4142                 (setq arts (cdr arts)))
4143               (setq list (cdr all))))
4144
4145           (push (cons (cdr type)
4146                       (if (memq (cdr type) uncompressed) list
4147                         (gnus-compress-sequence
4148                          (set symbol (sort list '<)) t)))
4149                 newmarked)))
4150
4151       ;; Enter these new marks into the info of the group.
4152       (if (nthcdr 3 info)
4153           (setcar (nthcdr 3 info) newmarked)
4154         ;; Add the marks lists to the end of the info.
4155         (when newmarked
4156           (setcdr (nthcdr 2 info) (list newmarked))))
4157
4158       ;; Cut off the end of the info if there's nothing else there.
4159       (let ((i 5))
4160         (while (and (> i 2)
4161                     (not (nth i info)))
4162           (when (nthcdr (decf i) info)
4163             (setcdr (nthcdr i info) nil)))))))
4164
4165 (defun gnus-set-mode-line (where)
4166   "This function sets the mode line of the article or summary buffers.
4167 If WHERE is `summary', the summary mode line format will be used."
4168   ;; Is this mode line one we keep updated?
4169   (when (memq where gnus-updated-mode-lines)
4170     (let (mode-string)
4171       (save-excursion
4172         ;; We evaluate this in the summary buffer since these
4173         ;; variables are buffer-local to that buffer.
4174         (set-buffer gnus-summary-buffer)
4175         ;; We bind all these variables that are used in the `eval' form
4176         ;; below.
4177         (let* ((mformat (symbol-value
4178                          (intern
4179                           (format "gnus-%s-mode-line-format-spec" where))))
4180                (gnus-tmp-group-name gnus-newsgroup-name)
4181                (gnus-tmp-article-number (or gnus-current-article 0))
4182                (gnus-tmp-unread gnus-newsgroup-unreads)
4183                (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
4184                (gnus-tmp-unselected (length gnus-newsgroup-unselected))
4185                (gnus-tmp-unread-and-unselected
4186                 (cond ((and (zerop gnus-tmp-unread-and-unticked)
4187                             (zerop gnus-tmp-unselected))
4188                        "")
4189                       ((zerop gnus-tmp-unselected)
4190                        (format "{%d more}" gnus-tmp-unread-and-unticked))
4191                       (t (format "{%d(+%d) more}"
4192                                  gnus-tmp-unread-and-unticked
4193                                  gnus-tmp-unselected))))
4194                (gnus-tmp-subject
4195                 (if (and gnus-current-headers
4196                          (vectorp gnus-current-headers))
4197                     (gnus-mode-string-quote
4198                      (mail-header-subject gnus-current-headers))
4199                   ""))
4200                bufname-length max-len
4201                gnus-tmp-header);; passed as argument to any user-format-funcs
4202           (setq mode-string (eval mformat))
4203           (setq bufname-length (if (string-match "%b" mode-string)
4204                                    (- (length
4205                                        (buffer-name
4206                                         (if (eq where 'summary)
4207                                             nil
4208                                           (get-buffer gnus-article-buffer))))
4209                                       2)
4210                                  0))
4211           (setq max-len (max 4 (if gnus-mode-non-string-length
4212                                    (- (window-width)
4213                                       gnus-mode-non-string-length
4214                                       bufname-length)
4215                                  (length mode-string))))
4216           ;; We might have to chop a bit of the string off...
4217           (when (> (length mode-string) max-len)
4218             (setq mode-string
4219                   (concat (gnus-truncate-string mode-string (- max-len 3))
4220                           "...")))
4221           ;; Pad the mode string a bit.
4222           (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
4223       ;; Update the mode line.
4224       (setq mode-line-buffer-identification
4225             (gnus-mode-line-buffer-identification (list mode-string)))
4226       (set-buffer-modified-p t))))
4227
4228 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
4229   "Go through the HEADERS list and add all Xrefs to a hash table.
4230 The resulting hash table is returned, or nil if no Xrefs were found."
4231   (let* ((virtual (gnus-virtual-group-p from-newsgroup))
4232          (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
4233          (xref-hashtb (gnus-make-hashtable))
4234          start group entry number xrefs header)
4235     (while headers
4236       (setq header (pop headers))
4237       (when (and (setq xrefs (mail-header-xref header))
4238                  (not (memq (setq number (mail-header-number header))
4239                             unreads)))
4240         (setq start 0)
4241         (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
4242           (setq start (match-end 0))
4243           (setq group (if prefix
4244                           (concat prefix (substring xrefs (match-beginning 1)
4245                                                     (match-end 1)))
4246                         (substring xrefs (match-beginning 1) (match-end 1))))
4247           (setq number
4248                 (string-to-int (substring xrefs (match-beginning 2)
4249                                           (match-end 2))))
4250           (if (setq entry (gnus-gethash group xref-hashtb))
4251               (setcdr entry (cons number (cdr entry)))
4252             (gnus-sethash group (cons number nil) xref-hashtb)))))
4253     (and start xref-hashtb)))
4254
4255 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
4256   "Look through all the headers and mark the Xrefs as read."
4257   (let ((virtual (gnus-virtual-group-p from-newsgroup))
4258         name entry info xref-hashtb idlist method nth4)
4259     (save-excursion
4260       (set-buffer gnus-group-buffer)
4261       (when (setq xref-hashtb
4262                   (gnus-create-xref-hashtb from-newsgroup headers unreads))
4263         (mapatoms
4264          (lambda (group)
4265            (unless (string= from-newsgroup (setq name (symbol-name group)))
4266              (setq idlist (symbol-value group))
4267              ;; Dead groups are not updated.
4268              (and (prog1
4269                       (setq entry (gnus-gethash name gnus-newsrc-hashtb)
4270                             info (nth 2 entry))
4271                     (when (stringp (setq nth4 (gnus-info-method info)))
4272                       (setq nth4 (gnus-server-to-method nth4))))
4273                   ;; Only do the xrefs if the group has the same
4274                   ;; select method as the group we have just read.
4275                   (or (gnus-methods-equal-p
4276                        nth4 (gnus-find-method-for-group from-newsgroup))
4277                       virtual
4278                       (equal nth4 (setq method (gnus-find-method-for-group
4279                                                 from-newsgroup)))
4280                       (and (equal (car nth4) (car method))
4281                            (equal (nth 1 nth4) (nth 1 method))))
4282                   gnus-use-cross-reference
4283                   (or (not (eq gnus-use-cross-reference t))
4284                       virtual
4285                       ;; Only do cross-references on subscribed
4286                       ;; groups, if that is what is wanted.
4287                       (<= (gnus-info-level info) gnus-level-subscribed))
4288                   (gnus-group-make-articles-read name idlist))))
4289          xref-hashtb)))))
4290
4291 (defun gnus-compute-read-articles (group articles)
4292   (let* ((entry (gnus-gethash group gnus-newsrc-hashtb))
4293          (info (nth 2 entry))
4294          (active (gnus-active group))
4295          ninfo)
4296     (when entry
4297       ;; First peel off all illegal article numbers.
4298       (when active
4299         (let ((ids articles)
4300               id first)
4301           (while (setq id (pop ids))
4302             (when (and first (> id (cdr active)))
4303               ;; We'll end up in this situation in one particular
4304               ;; obscure situation.  If you re-scan a group and get
4305               ;; a new article that is cross-posted to a different
4306               ;; group that has not been re-scanned, you might get
4307               ;; crossposted article that has a higher number than
4308               ;; Gnus believes possible.  So we re-activate this
4309               ;; group as well.  This might mean doing the
4310               ;; crossposting thingy will *increase* the number
4311               ;; of articles in some groups.  Tsk, tsk.
4312               (setq active (or (gnus-activate-group group) active)))
4313             (when (or (> id (cdr active))
4314                       (< id (car active)))
4315               (setq articles (delq id articles))))))
4316       ;; If the read list is nil, we init it.
4317       (if (and active
4318                (null (gnus-info-read info))
4319                (> (car active) 1))
4320           (setq ninfo (cons 1 (1- (car active))))
4321         (setq ninfo (gnus-info-read info)))
4322       ;; Then we add the read articles to the range.
4323       (gnus-add-to-range
4324        ninfo (setq articles (sort articles '<))))))
4325   
4326 (defun gnus-group-make-articles-read (group articles)
4327   "Update the info of GROUP to say that ARTICLES are read."
4328   (let* ((num 0)
4329          (entry (gnus-gethash group gnus-newsrc-hashtb))
4330          (info (nth 2 entry))
4331          (active (gnus-active group))
4332          range)
4333     (when entry
4334       (setq range (gnus-compute-read-articles group articles))
4335       (save-excursion
4336         (set-buffer gnus-group-buffer)
4337         (gnus-undo-register
4338           `(progn
4339              (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
4340              (gnus-info-set-read ',info ',(gnus-info-read info))
4341              (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
4342              (gnus-group-update-group ,group t))))
4343       ;; Add the read articles to the range.
4344       (gnus-info-set-read info range)
4345       ;; Then we have to re-compute how many unread
4346       ;; articles there are in this group.
4347       (when active
4348         (cond
4349          ((not range)
4350           (setq num (- (1+ (cdr active)) (car active))))
4351          ((not (listp (cdr range)))
4352           (setq num (- (cdr active) (- (1+ (cdr range))
4353                                        (car range)))))
4354          (t
4355           (while range
4356             (if (numberp (car range))
4357                 (setq num (1+ num))
4358               (setq num (+ num (- (1+ (cdar range)) (caar range)))))
4359             (setq range (cdr range)))
4360           (setq num (- (cdr active) num))))
4361         ;; Update the number of unread articles.
4362         (setcar entry num)
4363         ;; Update the group buffer.
4364         (gnus-group-update-group group t)))))
4365
4366 (defun gnus-methods-equal-p (m1 m2)
4367   (let ((m1 (or m1 gnus-select-method))
4368         (m2 (or m2 gnus-select-method)))
4369     (or (equal m1 m2)
4370         (and (eq (car m1) (car m2))
4371              (or (not (memq 'address (assoc (symbol-name (car m1))
4372                                             gnus-valid-select-methods)))
4373                  (equal (nth 1 m1) (nth 1 m2)))))))
4374
4375 (defvar gnus-newsgroup-none-id 0)
4376
4377 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
4378   (let ((cur nntp-server-buffer)
4379         (dependencies
4380          (or dependencies
4381              (save-excursion (set-buffer gnus-summary-buffer)
4382                              gnus-newsgroup-dependencies)))
4383         headers id id-dep ref-dep end ref)
4384     (save-excursion
4385       (set-buffer nntp-server-buffer)
4386       ;; Translate all TAB characters into SPACE characters.
4387       (subst-char-in-region (point-min) (point-max) ?\t ?  t)
4388       (gnus-run-hooks 'gnus-parse-headers-hook)
4389       (let ((case-fold-search t)
4390             in-reply-to header p lines chars)
4391         (goto-char (point-min))
4392         ;; Search to the beginning of the next header.  Error messages
4393         ;; do not begin with 2 or 3.
4394         (while (re-search-forward "^[23][0-9]+ " nil t)
4395           (setq id nil
4396                 ref nil)
4397           ;; This implementation of this function, with nine
4398           ;; search-forwards instead of the one re-search-forward and
4399           ;; a case (which basically was the old function) is actually
4400           ;; about twice as fast, even though it looks messier.  You
4401           ;; can't have everything, I guess.  Speed and elegance
4402           ;; doesn't always go hand in hand.
4403           (setq
4404            header
4405            (vector
4406             ;; Number.
4407             (prog1
4408                 (read cur)
4409               (end-of-line)
4410               (setq p (point))
4411               (narrow-to-region (point)
4412                                 (or (and (search-forward "\n.\n" nil t)
4413                                          (- (point) 2))
4414                                     (point))))
4415             ;; Subject.
4416             (progn
4417               (goto-char p)
4418               (if (search-forward "\nsubject: " nil t)
4419                   (funcall
4420                    gnus-unstructured-field-decoder (nnheader-header-value))
4421                 "(none)"))
4422             ;; From.
4423             (progn
4424               (goto-char p)
4425               (if (search-forward "\nfrom: " nil t)
4426                   (funcall
4427                    gnus-structured-field-decoder (nnheader-header-value))
4428                 "(nobody)"))
4429             ;; Date.
4430             (progn
4431               (goto-char p)
4432               (if (search-forward "\ndate: " nil t)
4433                   (nnheader-header-value) ""))
4434             ;; Message-ID.
4435             (progn
4436               (goto-char p)
4437               (setq id (if (re-search-forward
4438                             "^message-id: *\\(<[^\n\t> ]+>\\)" nil t)
4439                            ;; We do it this way to make sure the Message-ID
4440                            ;; is (somewhat) syntactically valid.
4441                            (buffer-substring (match-beginning 1)
4442                                              (match-end 1))
4443                          ;; If there was no message-id, we just fake one
4444                          ;; to make subsequent routines simpler.
4445                          (nnheader-generate-fake-message-id))))
4446             ;; References.
4447             (progn
4448               (goto-char p)
4449               (if (search-forward "\nreferences: " nil t)
4450                   (progn
4451                     (setq end (point))
4452                     (prog1
4453                         (nnheader-header-value)
4454                       (setq ref
4455                             (buffer-substring
4456                              (progn
4457                                (end-of-line)
4458                                (search-backward ">" end t)
4459                                (1+ (point)))
4460                              (progn
4461                                (search-backward "<" end t)
4462                                (point))))))
4463                 ;; Get the references from the in-reply-to header if there
4464                 ;; were no references and the in-reply-to header looks
4465                 ;; promising.
4466                 (if (and (search-forward "\nin-reply-to: " nil t)
4467                          (setq in-reply-to (nnheader-header-value))
4468                          (string-match "<[^>]+>" in-reply-to))
4469                     (let (ref2)
4470                       (setq ref (substring in-reply-to (match-beginning 0)
4471                                            (match-end 0)))
4472                       (while (string-match "<[^>]+>" in-reply-to (match-end 0))
4473                         (setq ref2 (substring in-reply-to (match-beginning 0)
4474                                               (match-end 0)))
4475                         (when (> (length ref2) (length ref))
4476                           (setq ref ref2))))
4477                   (setq ref nil))))
4478             ;; Chars.
4479             (progn
4480               (goto-char p)
4481               (if (search-forward "\nchars: " nil t)
4482                   (if (numberp (setq chars (ignore-errors (read cur))))
4483                       chars 0)
4484                 0))
4485             ;; Lines.
4486             (progn
4487               (goto-char p)
4488               (if (search-forward "\nlines: " nil t)
4489                   (if (numberp (setq lines (ignore-errors (read cur))))
4490                       lines 0)
4491                 0))
4492             ;; Xref.
4493             (progn
4494               (goto-char p)
4495               (and (search-forward "\nxref: " nil t)
4496                    (nnheader-header-value)))))
4497           (when (equal id ref)
4498             (setq ref nil))
4499
4500           (when gnus-alter-header-function
4501             (funcall gnus-alter-header-function header)
4502             (setq id (mail-header-id header)
4503                   ref (gnus-parent-id (mail-header-references header))))
4504
4505           (when (setq header
4506                       (gnus-dependencies-add-header
4507                        header dependencies force-new))
4508             (push header headers))
4509           (goto-char (point-max))
4510           (widen))
4511         (nreverse headers)))))
4512
4513 ;; Goes through the xover lines and returns a list of vectors
4514 (defun gnus-get-newsgroup-headers-xover (sequence &optional
4515                                                   force-new dependencies
4516                                                   group also-fetch-heads)
4517   "Parse the news overview data in the server buffer, and return a
4518 list of headers that match SEQUENCE (see `nntp-retrieve-headers')."
4519   ;; Get the Xref when the users reads the articles since most/some
4520   ;; NNTP servers do not include Xrefs when using XOVER.
4521   (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
4522   (let ((cur nntp-server-buffer)
4523         (dependencies (or dependencies gnus-newsgroup-dependencies))
4524         number headers header)
4525     (save-excursion
4526       (set-buffer nntp-server-buffer)
4527       ;; Allow the user to mangle the headers before parsing them.
4528       (gnus-run-hooks 'gnus-parse-headers-hook)
4529       (goto-char (point-min))
4530       (while (not (eobp))
4531         (condition-case ()
4532             (while (and sequence (not (eobp)))
4533               (setq number (read cur))
4534               (while (and sequence
4535                           (< (car sequence) number))
4536                 (setq sequence (cdr sequence)))
4537               (and sequence
4538                    (eq number (car sequence))
4539                    (progn
4540                      (setq sequence (cdr sequence))
4541                      (setq header (inline
4542                                     (gnus-nov-parse-line
4543                                      number dependencies force-new))))
4544                    (push header headers))
4545               (forward-line 1))
4546           (error
4547            (gnus-error 4 "Strange nov line (%d)"
4548                        (count-lines (point-min) (point)))))
4549         (forward-line 1))
4550       ;; A common bug in inn is that if you have posted an article and
4551       ;; then retrieves the active file, it will answer correctly --
4552       ;; the new article is included.  However, a NOV entry for the
4553       ;; article may not have been generated yet, so this may fail.
4554       ;; We work around this problem by retrieving the last few
4555       ;; headers using HEAD.
4556       (if (or (not also-fetch-heads)
4557               (not sequence))
4558           ;; We (probably) got all the headers.
4559           (nreverse headers)
4560         (let ((gnus-nov-is-evil t))
4561           (nconc
4562            (nreverse headers)
4563            (when (gnus-retrieve-headers sequence group)
4564              (gnus-get-newsgroup-headers))))))))
4565
4566 (defun gnus-article-get-xrefs ()
4567   "Fill in the Xref value in `gnus-current-headers', if necessary.
4568 This is meant to be called in `gnus-article-internal-prepare-hook'."
4569   (let ((headers (save-excursion (set-buffer gnus-summary-buffer)
4570                                  gnus-current-headers)))
4571     (or (not gnus-use-cross-reference)
4572         (not headers)
4573         (and (mail-header-xref headers)
4574              (not (string= (mail-header-xref headers) "")))
4575         (let ((case-fold-search t)
4576               xref)
4577           (save-restriction
4578             (nnheader-narrow-to-headers)
4579             (goto-char (point-min))
4580             (when (or (and (eq (downcase (following-char)) ?x)
4581                            (looking-at "Xref:"))
4582                       (search-forward "\nXref:" nil t))
4583               (goto-char (1+ (match-end 0)))
4584               (setq xref (buffer-substring (point)
4585                                            (progn (end-of-line) (point))))
4586               (mail-header-set-xref headers xref)))))))
4587
4588 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
4589   "Find article ID and insert the summary line for that article.
4590 OLD-HEADER can either be a header or a line number to insert
4591 the subject line on."
4592   (let* ((line (and (numberp old-header) old-header))
4593          (old-header (and (vectorp old-header) old-header))
4594          (header (cond ((and old-header use-old-header)
4595                        old-header)
4596                       ((and (numberp id)
4597                             (gnus-number-to-header id))
4598                        (gnus-number-to-header id))
4599                       (t
4600                        (gnus-read-header id))))
4601         (number (and (numberp id) id))
4602         pos d)
4603     (when header
4604       ;; Rebuild the thread that this article is part of and go to the
4605       ;; article we have fetched.
4606       (when (and (not gnus-show-threads)
4607                  old-header)
4608         (when (and number
4609                    (setq d (gnus-data-find (mail-header-number old-header))))
4610           (goto-char (gnus-data-pos d))
4611           (gnus-data-remove
4612            number
4613            (- (gnus-point-at-bol)
4614               (prog1
4615                   (1+ (gnus-point-at-eol))
4616                 (gnus-delete-line))))))
4617       (when old-header
4618         (mail-header-set-number header (mail-header-number old-header)))
4619       (setq gnus-newsgroup-sparse
4620             (delq (setq number (mail-header-number header))
4621                   gnus-newsgroup-sparse))
4622       (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
4623       (push number gnus-newsgroup-limit)
4624       (gnus-rebuild-thread (mail-header-id header) line)
4625       (gnus-summary-goto-subject number nil t))
4626     (when (and (numberp number)
4627                (> number 0))
4628       ;; We have to update the boundaries even if we can't fetch the
4629       ;; article if ID is a number -- so that the next `P' or `N'
4630       ;; command will fetch the previous (or next) article even
4631       ;; if the one we tried to fetch this time has been canceled.
4632       (when (> number gnus-newsgroup-end)
4633         (setq gnus-newsgroup-end number))
4634       (when (< number gnus-newsgroup-begin)
4635         (setq gnus-newsgroup-begin number))
4636       (setq gnus-newsgroup-unselected
4637             (delq number gnus-newsgroup-unselected)))
4638     ;; Report back a success?
4639     (and header (mail-header-number header))))
4640
4641 ;;; Process/prefix in the summary buffer
4642
4643 (defun gnus-summary-work-articles (n)
4644   "Return a list of articles to be worked upon.
4645 The prefix argument, the list of process marked articles, and the
4646 current article will be taken into consideration."
4647   (save-excursion
4648     (set-buffer gnus-summary-buffer)
4649     (cond
4650      (n
4651       ;; A numerical prefix has been given.
4652       (setq n (prefix-numeric-value n))
4653       (let ((backward (< n 0))
4654             (n (abs (prefix-numeric-value n)))
4655             articles article)
4656         (save-excursion
4657           (while
4658               (and (> n 0)
4659                    (push (setq article (gnus-summary-article-number))
4660                          articles)
4661                    (if backward
4662                        (gnus-summary-find-prev nil article)
4663                      (gnus-summary-find-next nil article)))
4664             (decf n)))
4665         (nreverse articles)))
4666      ((and (gnus-region-active-p) (mark))
4667       (message "region active")
4668       ;; Work on the region between point and mark.
4669       (let ((max (max (point) (mark)))
4670             articles article)
4671         (save-excursion
4672           (goto-char (min (point) (mark)))
4673           (while
4674               (and
4675                (push (setq article (gnus-summary-article-number)) articles)
4676                (gnus-summary-find-next nil article)
4677                (< (point) max)))
4678           (nreverse articles))))
4679      (gnus-newsgroup-processable
4680       ;; There are process-marked articles present.
4681       ;; Save current state.
4682       (gnus-summary-save-process-mark)
4683       ;; Return the list.
4684       (reverse gnus-newsgroup-processable))
4685      (t
4686       ;; Just return the current article.
4687       (list (gnus-summary-article-number))))))
4688
4689 (defmacro gnus-summary-iterate (arg &rest forms)
4690   "Iterate over the process/prefixed articles and do FORMS.
4691 ARG is the interactive prefix given to the command.  FORMS will be
4692 executed with point over the summary line of the articles."
4693   (let ((articles (make-symbol "gnus-summary-iterate-articles")))
4694     `(let ((,articles (gnus-summary-work-articles ,arg)))
4695        (while ,articles
4696          (gnus-summary-goto-subject (car ,articles))
4697          ,@forms))))
4698
4699 (put 'gnus-summary-iterate 'lisp-indent-function 1)
4700 (put 'gnus-summary-iterate 'edebug-form-spec '(form body))
4701
4702 (defun gnus-summary-save-process-mark ()
4703   "Push the current set of process marked articles on the stack."
4704   (interactive)
4705   (push (copy-sequence gnus-newsgroup-processable)
4706         gnus-newsgroup-process-stack))
4707
4708 (defun gnus-summary-kill-process-mark ()
4709   "Push the current set of process marked articles on the stack and unmark."
4710   (interactive)
4711   (gnus-summary-save-process-mark)
4712   (gnus-summary-unmark-all-processable))
4713
4714 (defun gnus-summary-yank-process-mark ()
4715   "Pop the last process mark state off the stack and restore it."
4716   (interactive)
4717   (unless gnus-newsgroup-process-stack
4718     (error "Empty mark stack"))
4719   (gnus-summary-process-mark-set (pop gnus-newsgroup-process-stack)))
4720
4721 (defun gnus-summary-process-mark-set (set)
4722   "Make SET into the current process marked articles."
4723   (gnus-summary-unmark-all-processable)
4724   (while set
4725     (gnus-summary-set-process-mark (pop set))))
4726
4727 ;;; Searching and stuff
4728
4729 (defun gnus-summary-search-group (&optional backward use-level)
4730   "Search for next unread newsgroup.
4731 If optional argument BACKWARD is non-nil, search backward instead."
4732   (save-excursion
4733     (set-buffer gnus-group-buffer)
4734     (when (gnus-group-search-forward
4735            backward nil (if use-level (gnus-group-group-level) nil))
4736       (gnus-group-group-name))))
4737
4738 (defun gnus-summary-best-group (&optional exclude-group)
4739   "Find the name of the best unread group.
4740 If EXCLUDE-GROUP, do not go to this group."
4741   (save-excursion
4742     (set-buffer gnus-group-buffer)
4743     (save-excursion
4744       (gnus-group-best-unread-group exclude-group))))
4745
4746 (defun gnus-summary-find-next (&optional unread article backward undownloaded)
4747   (if backward (gnus-summary-find-prev)
4748     (let* ((dummy (gnus-summary-article-intangible-p))
4749            (article (or article (gnus-summary-article-number)))
4750            (arts (gnus-data-find-list article))
4751            result)
4752       (when (and (not dummy)
4753                  (or (not gnus-summary-check-current)
4754                      (not unread)
4755                      (not (gnus-data-unread-p (car arts)))))
4756         (setq arts (cdr arts)))
4757       (when (setq result
4758                   (if unread
4759                       (progn
4760                         (while arts
4761                           (when (or (and undownloaded
4762                                          (eq gnus-undownloaded-mark
4763                                              (gnus-data-mark (car arts))))
4764                                     (gnus-data-unread-p (car arts)))
4765                             (setq result (car arts)
4766                                   arts nil))
4767                           (setq arts (cdr arts)))
4768                         result)
4769                     (car arts)))
4770         (goto-char (gnus-data-pos result))
4771         (gnus-data-number result)))))
4772
4773 (defun gnus-summary-find-prev (&optional unread article)
4774   (let* ((eobp (eobp))
4775          (article (or article (gnus-summary-article-number)))
4776          (arts (gnus-data-find-list article (gnus-data-list 'rev)))
4777          result)
4778     (when (and (not eobp)
4779                (or (not gnus-summary-check-current)
4780                    (not unread)
4781                    (not (gnus-data-unread-p (car arts)))))
4782       (setq arts (cdr arts)))
4783     (when (setq result
4784                 (if unread
4785                     (progn
4786                       (while arts
4787                         (when (gnus-data-unread-p (car arts))
4788                           (setq result (car arts)
4789                                 arts nil))
4790                         (setq arts (cdr arts)))
4791                       result)
4792                   (car arts)))
4793       (goto-char (gnus-data-pos result))
4794       (gnus-data-number result))))
4795
4796 (defun gnus-summary-find-subject (subject &optional unread backward article)
4797   (let* ((simp-subject (gnus-simplify-subject-fully subject))
4798          (article (or article (gnus-summary-article-number)))
4799          (articles (gnus-data-list backward))
4800          (arts (gnus-data-find-list article articles))
4801          result)
4802     (when (or (not gnus-summary-check-current)
4803               (not unread)
4804               (not (gnus-data-unread-p (car arts))))
4805       (setq arts (cdr arts)))
4806     (while arts
4807       (and (or (not unread)
4808                (gnus-data-unread-p (car arts)))
4809            (vectorp (gnus-data-header (car arts)))
4810            (gnus-subject-equal
4811             simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
4812            (setq result (car arts)
4813                  arts nil))
4814       (setq arts (cdr arts)))
4815     (and result
4816          (goto-char (gnus-data-pos result))
4817          (gnus-data-number result))))
4818
4819 (defun gnus-summary-search-forward (&optional unread subject backward)
4820   "Search forward for an article.
4821 If UNREAD, look for unread articles.  If SUBJECT, look for
4822 articles with that subject.  If BACKWARD, search backward instead."
4823   (cond (subject (gnus-summary-find-subject subject unread backward))
4824         (backward (gnus-summary-find-prev unread))
4825         (t (gnus-summary-find-next unread))))
4826
4827 (defun gnus-recenter (&optional n)
4828   "Center point in window and redisplay frame.
4829 Also do horizontal recentering."
4830   (interactive "P")
4831   (when (and gnus-auto-center-summary
4832              (not (eq gnus-auto-center-summary 'vertical)))
4833     (gnus-horizontal-recenter))
4834   (recenter n))
4835
4836 (defun gnus-summary-recenter ()
4837   "Center point in the summary window.
4838 If `gnus-auto-center-summary' is nil, or the article buffer isn't
4839 displayed, no centering will be performed."
4840   ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
4841   ;; Recenter only when requested.  Suggested by popovich@park.cs.columbia.edu.
4842   (let* ((top (cond ((< (window-height) 4) 0)
4843                     ((< (window-height) 7) 1)
4844                     (t 2)))
4845          (height (1- (window-height)))
4846          (bottom (save-excursion (goto-char (point-max))
4847                                  (forward-line (- height))
4848                                  (point)))
4849          (window (get-buffer-window (current-buffer))))
4850     ;; The user has to want it.
4851     (when gnus-auto-center-summary
4852       (when (get-buffer-window gnus-article-buffer)
4853         ;; Only do recentering when the article buffer is displayed,
4854         ;; Set the window start to either `bottom', which is the biggest
4855         ;; possible valid number, or the second line from the top,
4856         ;; whichever is the least.
4857         (set-window-start
4858          window (min bottom (save-excursion
4859                               (forward-line (- top)) (point)))))
4860       ;; Do horizontal recentering while we're at it.
4861       (when (and (get-buffer-window (current-buffer) t)
4862                  (not (eq gnus-auto-center-summary 'vertical)))
4863         (let ((selected (selected-window)))
4864           (select-window (get-buffer-window (current-buffer) t))
4865           (gnus-summary-position-point)
4866           (gnus-horizontal-recenter)
4867           (select-window selected))))))
4868
4869 (defun gnus-summary-jump-to-group (newsgroup)
4870   "Move point to NEWSGROUP in group mode buffer."
4871   ;; Keep update point of group mode buffer if visible.
4872   (if (eq (current-buffer) (get-buffer gnus-group-buffer))
4873       (save-window-excursion
4874         ;; Take care of tree window mode.
4875         (when (get-buffer-window gnus-group-buffer)
4876           (pop-to-buffer gnus-group-buffer))
4877         (gnus-group-jump-to-group newsgroup))
4878     (save-excursion
4879       ;; Take care of tree window mode.
4880       (if (get-buffer-window gnus-group-buffer)
4881           (pop-to-buffer gnus-group-buffer)
4882         (set-buffer gnus-group-buffer))
4883       (gnus-group-jump-to-group newsgroup))))
4884
4885 ;; This function returns a list of article numbers based on the
4886 ;; difference between the ranges of read articles in this group and
4887 ;; the range of active articles.
4888 (defun gnus-list-of-unread-articles (group)
4889   (let* ((read (gnus-info-read (gnus-get-info group)))
4890          (active (or (gnus-active group) (gnus-activate-group group)))
4891          (last (cdr active))
4892          first nlast unread)
4893     ;; If none are read, then all are unread.
4894     (if (not read)
4895         (setq first (car active))
4896       ;; If the range of read articles is a single range, then the
4897       ;; first unread article is the article after the last read
4898       ;; article.  Sounds logical, doesn't it?
4899       (if (not (listp (cdr read)))
4900           (setq first (max (car active) (1+ (cdr read))))
4901         ;; `read' is a list of ranges.
4902         (when (/= (setq nlast (or (and (numberp (car read)) (car read))
4903                                   (caar read)))
4904                   1)
4905           (setq first (car active)))
4906         (while read
4907           (when first
4908             (while (< first nlast)
4909               (push first unread)
4910               (setq first (1+ first))))
4911           (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
4912           (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
4913           (setq read (cdr read)))))
4914     ;; And add the last unread articles.
4915     (while (<= first last)
4916       (push first unread)
4917       (setq first (1+ first)))
4918     ;; Return the list of unread articles.
4919     (delq 0 (nreverse unread))))
4920
4921 (defun gnus-list-of-read-articles (group)
4922   "Return a list of unread, unticked and non-dormant articles."
4923   (let* ((info (gnus-get-info group))
4924          (marked (gnus-info-marks info))
4925          (active (gnus-active group)))
4926     (and info active
4927          (gnus-set-difference
4928           (gnus-sorted-complement
4929            (gnus-uncompress-range active)
4930            (gnus-list-of-unread-articles group))
4931           (append
4932            (gnus-uncompress-range (cdr (assq 'dormant marked)))
4933            (gnus-uncompress-range (cdr (assq 'tick marked))))))))
4934
4935 ;; Various summary commands
4936
4937 (defun gnus-summary-select-article-buffer ()
4938   "Reconfigure windows to show article buffer."
4939   (interactive)
4940   (if (not (gnus-buffer-live-p gnus-article-buffer))
4941       (error "There is no article buffer for this summary buffer")
4942     (gnus-configure-windows 'article)
4943     (select-window (get-buffer-window gnus-article-buffer))))
4944
4945 (defun gnus-summary-universal-argument (arg)
4946   "Perform any operation on all articles that are process/prefixed."
4947   (interactive "P")
4948   (let ((articles (gnus-summary-work-articles arg))
4949         func article)
4950     (if (eq
4951          (setq
4952           func
4953           (key-binding
4954            (read-key-sequence
4955             (substitute-command-keys
4956              "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"
4957              ))))
4958          'undefined)
4959         (gnus-error 1 "Undefined key")
4960       (save-excursion
4961         (while articles
4962           (gnus-summary-goto-subject (setq article (pop articles)))
4963           (let (gnus-newsgroup-processable)
4964             (command-execute func))
4965           (gnus-summary-remove-process-mark article)))))
4966   (gnus-summary-position-point))
4967
4968 (defun gnus-summary-toggle-truncation (&optional arg)
4969   "Toggle truncation of summary lines.
4970 With arg, turn line truncation on iff arg is positive."
4971   (interactive "P")
4972   (setq truncate-lines
4973         (if (null arg) (not truncate-lines)
4974           (> (prefix-numeric-value arg) 0)))
4975   (redraw-display))
4976
4977 (defun gnus-summary-reselect-current-group (&optional all rescan)
4978   "Exit and then reselect the current newsgroup.
4979 The prefix argument ALL means to select all articles."
4980   (interactive "P")
4981   (when (gnus-ephemeral-group-p gnus-newsgroup-name)
4982     (error "Ephemeral groups can't be reselected"))
4983   (let ((current-subject (gnus-summary-article-number))
4984         (group gnus-newsgroup-name))
4985     (setq gnus-newsgroup-begin nil)
4986     (gnus-summary-exit)
4987     ;; We have to adjust the point of group mode buffer because
4988     ;; point was moved to the next unread newsgroup by exiting.
4989     (gnus-summary-jump-to-group group)
4990     (when rescan
4991       (save-excursion
4992         (gnus-group-get-new-news-this-group 1)))
4993     (gnus-group-read-group all t)
4994     (gnus-summary-goto-subject current-subject nil t)))
4995
4996 (defun gnus-summary-rescan-group (&optional all)
4997   "Exit the newsgroup, ask for new articles, and select the newsgroup."
4998   (interactive "P")
4999   (gnus-summary-reselect-current-group all t))
5000
5001 (defun gnus-summary-update-info (&optional non-destructive)
5002   (save-excursion
5003     (let ((group gnus-newsgroup-name))
5004       (when group
5005         (when gnus-newsgroup-kill-headers
5006           (setq gnus-newsgroup-killed
5007                 (gnus-compress-sequence
5008                  (nconc
5009                   (gnus-set-sorted-intersection
5010                    (gnus-uncompress-range gnus-newsgroup-killed)
5011                    (setq gnus-newsgroup-unselected
5012                          (sort gnus-newsgroup-unselected '<)))
5013                   (setq gnus-newsgroup-unreads
5014                         (sort gnus-newsgroup-unreads '<)))
5015                  t)))
5016         (unless (listp (cdr gnus-newsgroup-killed))
5017           (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
5018         (let ((headers gnus-newsgroup-headers))
5019           ;; Set the new ranges of read articles.
5020           (save-excursion
5021             (set-buffer gnus-group-buffer)
5022             (gnus-undo-force-boundary))
5023           (gnus-update-read-articles
5024            group (append gnus-newsgroup-unreads gnus-newsgroup-unselected))
5025           ;; Set the current article marks.
5026           (let ((gnus-newsgroup-scored 
5027                  (if (and (not gnus-save-score)
5028                           (not non-destructive))
5029                      nil
5030                    gnus-newsgroup-scored)))
5031             (save-excursion
5032               (gnus-update-marks)))
5033           ;; Do the cross-ref thing.
5034           (when gnus-use-cross-reference
5035             (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
5036           ;; Do not switch windows but change the buffer to work.
5037           (set-buffer gnus-group-buffer)
5038           (unless (gnus-ephemeral-group-p group)
5039             (gnus-group-update-group group)))))))
5040
5041 (defun gnus-summary-save-newsrc (&optional force)
5042   "Save the current number of read/marked articles in the dribble buffer.
5043 The dribble buffer will then be saved.
5044 If FORCE (the prefix), also save the .newsrc file(s)."
5045   (interactive "P")
5046   (gnus-summary-update-info t)
5047   (if force
5048       (gnus-save-newsrc-file)
5049     (gnus-dribble-save)))
5050
5051 (defun gnus-summary-exit (&optional temporary)
5052   "Exit reading current newsgroup, and then return to group selection mode.
5053 gnus-exit-group-hook is called with no arguments if that value is non-nil."
5054   (interactive)
5055   (gnus-set-global-variables)
5056   (gnus-kill-save-kill-buffer)
5057   (gnus-async-halt-prefetch)
5058   (let* ((group gnus-newsgroup-name)
5059          (quit-config (gnus-group-quit-config gnus-newsgroup-name))
5060          (mode major-mode)
5061          (group-point nil)
5062          (buf (current-buffer)))
5063     (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
5064     ;; If we have several article buffers, we kill them at exit.
5065     (unless gnus-single-article-buffer
5066       (gnus-kill-buffer gnus-original-article-buffer)
5067       (setq gnus-article-current nil))
5068     (when gnus-use-cache
5069       (gnus-cache-possibly-remove-articles)
5070       (gnus-cache-save-buffers))
5071     (gnus-async-prefetch-remove-group group)
5072     (when gnus-suppress-duplicates
5073       (gnus-dup-enter-articles))
5074     (when gnus-use-trees
5075       (gnus-tree-close group))
5076     ;; Remove entries for this group.
5077     (nnmail-purge-split-history (gnus-group-real-name group))
5078     ;; Make all changes in this group permanent.
5079     (unless quit-config
5080       (gnus-run-hooks 'gnus-exit-group-hook)
5081       (gnus-summary-update-info)
5082       ;; Do adaptive scoring, and possibly save score files.
5083       (when gnus-newsgroup-adaptive
5084         (gnus-score-adaptive))
5085       (when gnus-use-scoring
5086         (gnus-score-save)))
5087     (gnus-close-group group)
5088     ;; Make sure where we were, and go to next newsgroup.
5089     (set-buffer gnus-group-buffer)
5090     (unless quit-config
5091       (gnus-group-jump-to-group group))
5092     (gnus-run-hooks 'gnus-summary-exit-hook)
5093     (unless (or quit-config
5094                 ;; If this group has disappeared from the summary
5095                 ;; buffer, don't skip forwards.
5096                 (not (string= group (gnus-group-group-name))))
5097       (gnus-group-next-unread-group 1))
5098     (setq group-point (point))
5099     (if temporary
5100         nil                             ;Nothing to do.
5101       ;; If we have several article buffers, we kill them at exit.
5102       (unless gnus-single-article-buffer
5103         (gnus-kill-buffer gnus-article-buffer)
5104         (gnus-kill-buffer gnus-original-article-buffer)
5105         (setq gnus-article-current nil))
5106       (set-buffer buf)
5107       (if (not gnus-kill-summary-on-exit)
5108           (gnus-deaden-summary)
5109         ;; We set all buffer-local variables to nil.  It is unclear why
5110         ;; this is needed, but if we don't, buffer-local variables are
5111         ;; not garbage-collected, it seems.  This would the lead to en
5112         ;; ever-growing Emacs.
5113         (gnus-summary-clear-local-variables)
5114         (when (get-buffer gnus-article-buffer)
5115           (bury-buffer gnus-article-buffer))
5116         ;; We clear the global counterparts of the buffer-local
5117         ;; variables as well, just to be on the safe side.
5118         (set-buffer gnus-group-buffer)
5119         (gnus-summary-clear-local-variables)
5120         ;; Return to group mode buffer.
5121         (when (eq mode 'gnus-summary-mode)
5122           (gnus-kill-buffer buf)))
5123       (setq gnus-current-select-method gnus-select-method)
5124       (pop-to-buffer gnus-group-buffer)
5125       ;; Clear the current group name.
5126       (if (not quit-config)
5127           (progn
5128             (goto-char group-point)
5129             (gnus-configure-windows 'group 'force))
5130         (gnus-handle-ephemeral-exit quit-config))
5131       (unless quit-config
5132         (setq gnus-newsgroup-name nil)))))
5133
5134 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
5135 (defun gnus-summary-exit-no-update (&optional no-questions)
5136   "Quit reading current newsgroup without updating read article info."
5137   (interactive)
5138   (let* ((group gnus-newsgroup-name)
5139          (quit-config (gnus-group-quit-config group)))
5140     (when (or no-questions
5141               gnus-expert-user
5142               (gnus-y-or-n-p "Discard changes to this group and exit? "))
5143       (gnus-async-halt-prefetch)
5144       (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
5145       ;; If we have several article buffers, we kill them at exit.
5146       (unless gnus-single-article-buffer
5147         (gnus-kill-buffer gnus-article-buffer)
5148         (gnus-kill-buffer gnus-original-article-buffer)
5149         (setq gnus-article-current nil))
5150       (if (not gnus-kill-summary-on-exit)
5151           (gnus-deaden-summary)
5152         (gnus-close-group group)
5153         (gnus-summary-clear-local-variables)
5154         (set-buffer gnus-group-buffer)
5155         (gnus-summary-clear-local-variables)
5156         (when (get-buffer gnus-summary-buffer)
5157           (kill-buffer gnus-summary-buffer)))
5158       (unless gnus-single-article-buffer
5159         (setq gnus-article-current nil))
5160       (when gnus-use-trees
5161         (gnus-tree-close group))
5162       (gnus-async-prefetch-remove-group group)
5163       (when (get-buffer gnus-article-buffer)
5164         (bury-buffer gnus-article-buffer))
5165       ;; Return to the group buffer.
5166       (gnus-configure-windows 'group 'force)
5167       ;; Clear the current group name.
5168       (setq gnus-newsgroup-name nil)
5169       (when (equal (gnus-group-group-name) group)
5170         (gnus-group-next-unread-group 1))
5171       (when quit-config
5172         (gnus-handle-ephemeral-exit quit-config)))))
5173
5174 (defun gnus-handle-ephemeral-exit (quit-config)
5175   "Handle movement when leaving an ephemeral group.
5176 The state which existed when entering the ephemeral is reset."
5177   (if (not (buffer-name (car quit-config)))
5178       (gnus-configure-windows 'group 'force)
5179     (set-buffer (car quit-config))
5180     (cond ((eq major-mode 'gnus-summary-mode)
5181            (gnus-set-global-variables))
5182           ((eq major-mode 'gnus-article-mode)
5183            (save-excursion
5184              ;; The `gnus-summary-buffer' variable may point
5185              ;; to the old summary buffer when using a single
5186              ;; article buffer.
5187              (unless (gnus-buffer-live-p gnus-summary-buffer)
5188                (set-buffer gnus-group-buffer))
5189              (set-buffer gnus-summary-buffer)
5190              (gnus-set-global-variables))))
5191     (if (or (eq (cdr quit-config) 'article)
5192             (eq (cdr quit-config) 'pick))
5193         (progn
5194           ;; The current article may be from the ephemeral group
5195           ;; thus it is best that we reload this article
5196           (gnus-summary-show-article)
5197           (if (and (boundp 'gnus-pick-mode) (symbol-value 'gnus-pick-mode))
5198               (gnus-configure-windows 'pick 'force)
5199             (gnus-configure-windows (cdr quit-config) 'force)))
5200       (gnus-configure-windows (cdr quit-config) 'force))
5201     (when (eq major-mode 'gnus-summary-mode)
5202       (gnus-summary-next-subject 1 nil t)
5203       (gnus-summary-recenter)
5204       (gnus-summary-position-point))))
5205
5206 (defun gnus-summary-preview-mime-message (arg)
5207   "MIME decode and play this message."
5208   (interactive "P")
5209   (or gnus-show-mime
5210       (let ((gnus-break-pages nil)
5211             (gnus-show-mime t))
5212         (gnus-summary-select-article t t)
5213         ))
5214   (select-window (get-buffer-window gnus-article-buffer))
5215   )
5216
5217 (defun gnus-summary-scroll-down ()
5218   "Scroll down one line current article."
5219   (interactive)
5220   (gnus-summary-scroll-up -1)
5221   )
5222
5223 ;;; Dead summaries.
5224
5225 (defvar gnus-dead-summary-mode-map nil)
5226
5227 (unless gnus-dead-summary-mode-map
5228   (setq gnus-dead-summary-mode-map (make-keymap))
5229   (suppress-keymap gnus-dead-summary-mode-map)
5230   (substitute-key-definition
5231    'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
5232   (let ((keys '("\C-d" "\r" "\177" [delete])))
5233     (while keys
5234       (define-key gnus-dead-summary-mode-map
5235         (pop keys) 'gnus-summary-wake-up-the-dead))))
5236
5237 (defvar gnus-dead-summary-mode nil
5238   "Minor mode for Gnus summary buffers.")
5239
5240 (defun gnus-dead-summary-mode (&optional arg)
5241   "Minor mode for Gnus summary buffers."
5242   (interactive "P")
5243   (when (eq major-mode 'gnus-summary-mode)
5244     (make-local-variable 'gnus-dead-summary-mode)
5245     (setq gnus-dead-summary-mode
5246           (if (null arg) (not gnus-dead-summary-mode)
5247             (> (prefix-numeric-value arg) 0)))
5248     (when gnus-dead-summary-mode
5249       (gnus-add-minor-mode
5250        'gnus-dead-summary-mode " Dead" gnus-dead-summary-mode-map))))
5251
5252 (defun gnus-deaden-summary ()
5253   "Make the current summary buffer into a dead summary buffer."
5254   ;; Kill any previous dead summary buffer.
5255   (when (and gnus-dead-summary
5256              (buffer-name gnus-dead-summary))
5257     (save-excursion
5258       (set-buffer gnus-dead-summary)
5259       (when gnus-dead-summary-mode
5260         (kill-buffer (current-buffer)))))
5261   ;; Make this the current dead summary.
5262   (setq gnus-dead-summary (current-buffer))
5263   (gnus-dead-summary-mode 1)
5264   (let ((name (buffer-name)))
5265     (when (string-match "Summary" name)
5266       (rename-buffer
5267        (concat (substring name 0 (match-beginning 0)) "Dead "
5268                (substring name (match-beginning 0)))
5269        t))))
5270
5271 (defun gnus-kill-or-deaden-summary (buffer)
5272   "Kill or deaden the summary BUFFER."
5273   (save-excursion
5274     (when (and (buffer-name buffer)
5275                (not gnus-single-article-buffer))
5276       (save-excursion
5277         (set-buffer buffer)
5278         (gnus-kill-buffer gnus-article-buffer)
5279         (gnus-kill-buffer gnus-original-article-buffer)))
5280     (cond (gnus-kill-summary-on-exit
5281            (when (and gnus-use-trees
5282                       (gnus-buffer-exists-p buffer))
5283              (save-excursion
5284                (set-buffer buffer)
5285                (gnus-tree-close gnus-newsgroup-name)))
5286            (gnus-kill-buffer buffer))
5287           ((gnus-buffer-exists-p buffer)
5288            (save-excursion
5289              (set-buffer buffer)
5290              (gnus-deaden-summary))))))
5291
5292 (defun gnus-summary-wake-up-the-dead (&rest args)
5293   "Wake up the dead summary buffer."
5294   (interactive)
5295   (gnus-dead-summary-mode -1)
5296   (let ((name (buffer-name)))
5297     (when (string-match "Dead " name)
5298       (rename-buffer
5299        (concat (substring name 0 (match-beginning 0))
5300                (substring name (match-end 0)))
5301        t)))
5302   (gnus-message 3 "This dead summary is now alive again"))
5303
5304 ;; Suggested by Andrew Eskilsson <pi92ae@pt.hk-r.se>.
5305 (defun gnus-summary-fetch-faq (&optional faq-dir)
5306   "Fetch the FAQ for the current group.
5307 If FAQ-DIR (the prefix), prompt for a directory to search for the faq
5308 in."
5309   (interactive
5310    (list
5311     (when current-prefix-arg
5312       (completing-read
5313        "Faq dir: " (and (listp gnus-group-faq-directory)
5314                         (mapcar (lambda (file) (list file))
5315                                 gnus-group-faq-directory))))))
5316   (let (gnus-faq-buffer)
5317     (when (setq gnus-faq-buffer
5318                 (gnus-group-fetch-faq gnus-newsgroup-name faq-dir))
5319       (gnus-configure-windows 'summary-faq))))
5320
5321 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
5322 (defun gnus-summary-describe-group (&optional force)
5323   "Describe the current newsgroup."
5324   (interactive "P")
5325   (gnus-group-describe-group force gnus-newsgroup-name))
5326
5327 (defun gnus-summary-describe-briefly ()
5328   "Describe summary mode commands briefly."
5329   (interactive)
5330   (gnus-message 6
5331                 (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")))
5332
5333 ;; Walking around group mode buffer from summary mode.
5334
5335 (defun gnus-summary-next-group (&optional no-article target-group backward)
5336   "Exit current newsgroup and then select next unread newsgroup.
5337 If prefix argument NO-ARTICLE is non-nil, no article is selected
5338 initially.  If NEXT-GROUP, go to this group.  If BACKWARD, go to
5339 previous group instead."
5340   (interactive "P")
5341   ;; Stop pre-fetching.
5342   (gnus-async-halt-prefetch)
5343   (let ((current-group gnus-newsgroup-name)
5344         (current-buffer (current-buffer))
5345         entered)
5346     ;; First we semi-exit this group to update Xrefs and all variables.
5347     ;; We can't do a real exit, because the window conf must remain
5348     ;; the same in case the user is prompted for info, and we don't
5349     ;; want the window conf to change before that...
5350     (gnus-summary-exit t)
5351     (while (not entered)
5352       ;; Then we find what group we are supposed to enter.
5353       (set-buffer gnus-group-buffer)
5354       (gnus-group-jump-to-group current-group)
5355       (setq target-group
5356             (or target-group
5357                 (if (eq gnus-keep-same-level 'best)
5358                     (gnus-summary-best-group gnus-newsgroup-name)
5359                   (gnus-summary-search-group backward gnus-keep-same-level))))
5360       (if (not target-group)
5361           ;; There are no further groups, so we return to the group
5362           ;; buffer.
5363           (progn
5364             (gnus-message 5 "Returning to the group buffer")
5365             (setq entered t)
5366             (when (gnus-buffer-live-p current-buffer)
5367               (set-buffer current-buffer)
5368               (gnus-summary-exit))
5369             (gnus-run-hooks 'gnus-group-no-more-groups-hook))
5370         ;; We try to enter the target group.
5371         (gnus-group-jump-to-group target-group)
5372         (let ((unreads (gnus-group-group-unread)))
5373           (if (and (or (eq t unreads)
5374                        (and unreads (not (zerop unreads))))
5375                    (gnus-summary-read-group
5376                     target-group nil no-article
5377                     (and (buffer-name current-buffer) current-buffer)
5378                     nil backward))
5379               (setq entered t)
5380             (setq current-group target-group
5381                   target-group nil)))))))
5382
5383 (defun gnus-summary-prev-group (&optional no-article)
5384   "Exit current newsgroup and then select previous unread newsgroup.
5385 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
5386   (interactive "P")
5387   (gnus-summary-next-group no-article nil t))
5388
5389 ;; Walking around summary lines.
5390
5391 (defun gnus-summary-first-subject (&optional unread undownloaded)
5392   "Go to the first unread subject.
5393 If UNREAD is non-nil, go to the first unread article.
5394 Returns the article selected or nil if there are no unread articles."
5395   (interactive "P")
5396   (prog1
5397       (cond
5398        ;; Empty summary.
5399        ((null gnus-newsgroup-data)
5400         (gnus-message 3 "No articles in the group")
5401         nil)
5402        ;; Pick the first article.
5403        ((not unread)
5404         (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
5405         (gnus-data-number (car gnus-newsgroup-data)))
5406        ;; No unread articles.
5407        ((null gnus-newsgroup-unreads)
5408         (gnus-message 3 "No more unread articles")
5409         nil)
5410        ;; Find the first unread article.
5411        (t
5412         (let ((data gnus-newsgroup-data))
5413           (while (and data
5414                       (and (not (and undownloaded
5415                                      (eq gnus-undownloaded-mark
5416                                          (gnus-data-mark (car data)))))
5417                            (not (gnus-data-unread-p (car data)))))
5418             (setq data (cdr data)))
5419           (when data
5420             (goto-char (gnus-data-pos (car data)))
5421             (gnus-data-number (car data))))))
5422     (gnus-summary-position-point)))
5423
5424 (defun gnus-summary-next-subject (n &optional unread dont-display)
5425   "Go to next N'th summary line.
5426 If N is negative, go to the previous N'th subject line.
5427 If UNREAD is non-nil, only unread articles are selected.
5428 The difference between N and the actual number of steps taken is
5429 returned."
5430   (interactive "p")
5431   (let ((backward (< n 0))
5432         (n (abs n)))
5433     (while (and (> n 0)
5434                 (if backward
5435                     (gnus-summary-find-prev unread)
5436                   (gnus-summary-find-next unread)))
5437       (gnus-summary-show-thread)
5438       (setq n (1- n)))
5439     (when (/= 0 n)
5440       (gnus-message 7 "No more%s articles"
5441                     (if unread " unread" "")))
5442     (unless dont-display
5443       (gnus-summary-recenter)
5444       (gnus-summary-position-point))
5445     n))
5446
5447 (defun gnus-summary-next-unread-subject (n)
5448   "Go to next N'th unread summary line."
5449   (interactive "p")
5450   (gnus-summary-next-subject n t))
5451
5452 (defun gnus-summary-prev-subject (n &optional unread)
5453   "Go to previous N'th summary line.
5454 If optional argument UNREAD is non-nil, only unread article is selected."
5455   (interactive "p")
5456   (gnus-summary-next-subject (- n) unread))
5457
5458 (defun gnus-summary-prev-unread-subject (n)
5459   "Go to previous N'th unread summary line."
5460   (interactive "p")
5461   (gnus-summary-next-subject (- n) t))
5462
5463 (defun gnus-summary-goto-subject (article &optional force silent)
5464   "Go the subject line of ARTICLE.
5465 If FORCE, also allow jumping to articles not currently shown."
5466   (interactive "nArticle number: ")
5467   (let ((b (point))
5468         (data (gnus-data-find article)))
5469     ;; We read in the article if we have to.
5470     (and (not data)
5471          force
5472          (gnus-summary-insert-subject
5473           article
5474           (if (or (numberp force) (vectorp force)) force)
5475           t)
5476          (setq data (gnus-data-find article)))
5477     (goto-char b)
5478     (if (not data)
5479         (progn
5480           (unless silent
5481             (gnus-message 3 "Can't find article %d" article))
5482           nil)
5483       (goto-char (gnus-data-pos data))
5484       (gnus-summary-position-point)
5485       article)))
5486
5487 ;; Walking around summary lines with displaying articles.
5488
5489 (defun gnus-summary-expand-window (&optional arg)
5490   "Make the summary buffer take up the entire Emacs frame.
5491 Given a prefix, will force an `article' buffer configuration."
5492   (interactive "P")
5493   (if arg
5494       (gnus-configure-windows 'article 'force)
5495     (gnus-configure-windows 'summary 'force)))
5496
5497 (defun gnus-summary-display-article (article &optional all-header)
5498   "Display ARTICLE in article buffer."
5499   (gnus-set-global-variables)
5500   (if (null article)
5501       nil
5502     (prog1
5503         (if gnus-summary-display-article-function
5504             (funcall gnus-summary-display-article-function article all-header)
5505           (gnus-article-prepare article all-header))
5506       (gnus-run-hooks 'gnus-select-article-hook)
5507       (when (and gnus-current-article
5508                  (not (zerop gnus-current-article)))
5509         (gnus-summary-goto-subject gnus-current-article))
5510       (gnus-summary-recenter)
5511       (when (and gnus-use-trees gnus-show-threads)
5512         (gnus-possibly-generate-tree article)
5513         (gnus-highlight-selected-tree article))
5514       ;; Successfully display article.
5515       (gnus-article-set-window-start
5516        (cdr (assq article gnus-newsgroup-bookmarks))))))
5517
5518 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
5519   "Select the current article.
5520 If ALL-HEADERS is non-nil, show all header fields.  If FORCE is
5521 non-nil, the article will be re-fetched even if it already present in
5522 the article buffer.  If PSEUDO is non-nil, pseudo-articles will also
5523 be displayed."
5524   ;; Make sure we are in the summary buffer to work around bbdb bug.
5525   (unless (eq major-mode 'gnus-summary-mode)
5526     (set-buffer gnus-summary-buffer))
5527   (let ((article (or article (gnus-summary-article-number)))
5528         (all-headers (not (not all-headers))) ;Must be T or NIL.
5529         gnus-summary-display-article-function
5530         did)
5531     (and (not pseudo)
5532          (gnus-summary-article-pseudo-p article)
5533          (error "This is a pseudo-article"))
5534     (prog1
5535         (save-excursion
5536           (set-buffer gnus-summary-buffer)
5537           (if (or (and gnus-single-article-buffer
5538                        (or (null gnus-current-article)
5539                            (null gnus-article-current)
5540                            (null (get-buffer gnus-article-buffer))
5541                            (not (eq article (cdr gnus-article-current)))
5542                            (not (equal (car gnus-article-current)
5543                                        gnus-newsgroup-name))))
5544                   (and (not gnus-single-article-buffer)
5545                        (or (null gnus-current-article)
5546                            (not (eq gnus-current-article article))))
5547                   force)
5548               ;; The requested article is different from the current article.
5549               (prog1
5550                   (gnus-summary-display-article article all-headers)
5551                 (setq did article))
5552             (when (or all-headers gnus-show-all-headers)
5553               (gnus-article-show-all-headers))
5554             'old))
5555       (when did
5556         (gnus-article-set-window-start
5557          (cdr (assq article gnus-newsgroup-bookmarks)))))))
5558
5559 (defun gnus-summary-set-current-mark (&optional current-mark)
5560   "Obsolete function."
5561   nil)
5562
5563 (defun gnus-summary-next-article (&optional unread subject backward push)
5564   "Select the next article.
5565 If UNREAD, only unread articles are selected.
5566 If SUBJECT, only articles with SUBJECT are selected.
5567 If BACKWARD, the previous article is selected instead of the next."
5568   (interactive "P")
5569   (cond
5570    ;; Is there such an article?
5571    ((and (gnus-summary-search-forward unread subject backward)
5572          (or (gnus-summary-display-article (gnus-summary-article-number))
5573              (eq (gnus-summary-article-mark) gnus-canceled-mark)))
5574     (gnus-summary-position-point))
5575    ;; If not, we try the first unread, if that is wanted.
5576    ((and subject
5577          gnus-auto-select-same
5578          (gnus-summary-first-unread-article))
5579     (gnus-summary-position-point)
5580     (gnus-message 6 "Wrapped"))
5581    ;; Try to get next/previous article not displayed in this group.
5582    ((and gnus-auto-extend-newsgroup
5583          (not unread) (not subject))
5584     (gnus-summary-goto-article
5585      (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
5586      nil (count-lines (point-min) (point))))
5587    ;; Go to next/previous group.
5588    (t
5589     (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
5590       (gnus-summary-jump-to-group gnus-newsgroup-name))
5591     (let ((cmd last-command-char)
5592           (point
5593            (save-excursion
5594              (set-buffer gnus-group-buffer)
5595              (point)))
5596           (group
5597            (if (eq gnus-keep-same-level 'best)
5598                (gnus-summary-best-group gnus-newsgroup-name)
5599              (gnus-summary-search-group backward gnus-keep-same-level))))
5600       ;; For some reason, the group window gets selected.  We change
5601       ;; it back.
5602       (select-window (get-buffer-window (current-buffer)))
5603       ;; Select next unread newsgroup automagically.
5604       (cond
5605        ((or (not gnus-auto-select-next)
5606             (not cmd))
5607         (gnus-message 7 "No more%s articles" (if unread " unread" "")))
5608        ((or (eq gnus-auto-select-next 'quietly)
5609             (and (eq gnus-auto-select-next 'slightly-quietly)
5610                  push)
5611             (and (eq gnus-auto-select-next 'almost-quietly)
5612                  (gnus-summary-last-article-p)))
5613         ;; Select quietly.
5614         (if (gnus-ephemeral-group-p gnus-newsgroup-name)
5615             (gnus-summary-exit)
5616           (gnus-message 7 "No more%s articles (%s)..."
5617                         (if unread " unread" "")
5618                         (if group (concat "selecting " group)
5619                           "exiting"))
5620           (gnus-summary-next-group nil group backward)))
5621        (t
5622         (when (gnus-key-press-event-p last-input-event)
5623           (gnus-summary-walk-group-buffer
5624            gnus-newsgroup-name cmd unread backward point))))))))
5625
5626 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward start)
5627   (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
5628                       (?\C-p (gnus-group-prev-unread-group 1))))
5629         (cursor-in-echo-area t)
5630         keve key group ended)
5631     (save-excursion
5632       (set-buffer gnus-group-buffer)
5633       (goto-char start)
5634       (setq group
5635             (if (eq gnus-keep-same-level 'best)
5636                 (gnus-summary-best-group gnus-newsgroup-name)
5637               (gnus-summary-search-group backward gnus-keep-same-level))))
5638     (while (not ended)
5639       (gnus-message
5640        5 "No more%s articles%s" (if unread " unread" "")
5641        (if (and group
5642                 (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
5643            (format " (Type %s for %s [%s])"
5644                    (single-key-description cmd) group
5645                    (car (gnus-gethash group gnus-newsrc-hashtb)))
5646          (format " (Type %s to exit %s)"
5647                  (single-key-description cmd)
5648                  gnus-newsgroup-name)))
5649       ;; Confirm auto selection.
5650       (setq key (car (setq keve (gnus-read-event-char))))
5651       (setq ended t)
5652       (cond
5653        ((assq key keystrokes)
5654         (let ((obuf (current-buffer)))
5655           (switch-to-buffer gnus-group-buffer)
5656           (when group
5657             (gnus-group-jump-to-group group))
5658           (eval (cadr (assq key keystrokes)))
5659           (setq group (gnus-group-group-name))
5660           (switch-to-buffer obuf))
5661         (setq ended nil))
5662        ((equal key cmd)
5663         (if (or (not group)
5664                 (gnus-ephemeral-group-p gnus-newsgroup-name))
5665             (gnus-summary-exit)
5666           (gnus-summary-next-group nil group backward)))
5667        (t
5668         (push (cdr keve) unread-command-events))))))
5669
5670 (defun gnus-summary-next-unread-article ()
5671   "Select unread article after current one."
5672   (interactive)
5673   (gnus-summary-next-article
5674    (or (not (eq gnus-summary-goto-unread 'never))
5675        (gnus-summary-last-article-p (gnus-summary-article-number)))
5676    (and gnus-auto-select-same
5677         (gnus-summary-article-subject))))
5678
5679 (defun gnus-summary-prev-article (&optional unread subject)
5680   "Select the article after the current one.
5681 If UNREAD is non-nil, only unread articles are selected."
5682   (interactive "P")
5683   (gnus-summary-next-article unread subject t))
5684
5685 (defun gnus-summary-prev-unread-article ()
5686   "Select unread article before current one."
5687   (interactive)
5688   (gnus-summary-prev-article
5689    (or (not (eq gnus-summary-goto-unread 'never))
5690        (gnus-summary-first-article-p (gnus-summary-article-number)))
5691    (and gnus-auto-select-same
5692         (gnus-summary-article-subject))))
5693
5694 (defun gnus-summary-next-page (&optional lines circular)
5695   "Show next page of the selected article.
5696 If at the end of the current article, select the next article.
5697 LINES says how many lines should be scrolled up.
5698
5699 If CIRCULAR is non-nil, go to the start of the article instead of
5700 selecting the next article when reaching the end of the current
5701 article."
5702   (interactive "P")
5703   (setq gnus-summary-buffer (current-buffer))
5704   (gnus-set-global-variables)
5705   (let ((article (gnus-summary-article-number))
5706         (article-window (get-buffer-window gnus-article-buffer t))
5707         endp)
5708     ;; If the buffer is empty, we have no article.
5709     (unless article
5710       (error "No article to select"))
5711     (gnus-configure-windows 'article)
5712     (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
5713         (if (and (eq gnus-summary-goto-unread 'never)
5714                  (not (gnus-summary-last-article-p article)))
5715             (gnus-summary-next-article)
5716           (gnus-summary-next-unread-article))
5717       (if (or (null gnus-current-article)
5718               (null gnus-article-current)
5719               (/= article (cdr gnus-article-current))
5720               (not (equal (car gnus-article-current) gnus-newsgroup-name)))
5721           ;; Selected subject is different from current article's.
5722           (gnus-summary-display-article article)
5723         (when article-window
5724           (gnus-eval-in-buffer-window gnus-article-buffer
5725             (setq endp (gnus-article-next-page lines)))
5726           (when endp
5727             (cond (circular
5728                    (gnus-summary-beginning-of-article))
5729                   (lines
5730                    (gnus-message 3 "End of message"))
5731                   ((null lines)
5732                    (if (and (eq gnus-summary-goto-unread 'never)
5733                             (not (gnus-summary-last-article-p article)))
5734                        (gnus-summary-next-article)
5735                      (gnus-summary-next-unread-article))))))))
5736     (gnus-summary-recenter)
5737     (gnus-summary-position-point)))
5738
5739 (defun gnus-summary-prev-page (&optional lines move)
5740   "Show previous page of selected article.
5741 Argument LINES specifies lines to be scrolled down.
5742 If MOVE, move to the previous unread article if point is at
5743 the beginning of the buffer."
5744   (interactive "P")
5745   (let ((article (gnus-summary-article-number))
5746         (article-window (get-buffer-window gnus-article-buffer t))
5747         endp)
5748     (gnus-configure-windows 'article)
5749     (if (or (null gnus-current-article)
5750             (null gnus-article-current)
5751             (/= article (cdr gnus-article-current))
5752             (not (equal (car gnus-article-current) gnus-newsgroup-name)))
5753         ;; Selected subject is different from current article's.
5754         (gnus-summary-display-article article)
5755       (gnus-summary-recenter)
5756       (when article-window
5757         (gnus-eval-in-buffer-window gnus-article-buffer
5758           (setq endp (gnus-article-prev-page lines)))
5759         (when (and move endp)
5760           (cond (lines
5761                  (gnus-message 3 "Beginning of message"))
5762                 ((null lines)
5763                  (if (and (eq gnus-summary-goto-unread 'never)
5764                           (not (gnus-summary-first-article-p article)))
5765                      (gnus-summary-prev-article)
5766                    (gnus-summary-prev-unread-article))))))))
5767   (gnus-summary-position-point))
5768
5769 (defun gnus-summary-prev-page-or-article (&optional lines)
5770   "Show previous page of selected article.
5771 Argument LINES specifies lines to be scrolled down.
5772 If at the beginning of the article, go to the next article."
5773   (interactive "P")
5774   (gnus-summary-prev-page lines t))
5775
5776 (defun gnus-summary-scroll-up (lines)
5777   "Scroll up (or down) one line current article.
5778 Argument LINES specifies lines to be scrolled up (or down if negative)."
5779   (interactive "p")
5780   (gnus-configure-windows 'article)
5781   (gnus-summary-show-thread)
5782   (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
5783     (gnus-eval-in-buffer-window gnus-article-buffer
5784       (cond ((> lines 0)
5785              (when (gnus-article-next-page lines)
5786                (gnus-message 3 "End of message")))
5787             ((< lines 0)
5788              (gnus-article-prev-page (- lines))))))
5789   (gnus-summary-recenter)
5790   (gnus-summary-position-point))
5791
5792 (defun gnus-summary-next-same-subject ()
5793   "Select next article which has the same subject as current one."
5794   (interactive)
5795   (gnus-summary-next-article nil (gnus-summary-article-subject)))
5796
5797 (defun gnus-summary-prev-same-subject ()
5798   "Select previous article which has the same subject as current one."
5799   (interactive)
5800   (gnus-summary-prev-article nil (gnus-summary-article-subject)))
5801
5802 (defun gnus-summary-next-unread-same-subject ()
5803   "Select next unread article which has the same subject as current one."
5804   (interactive)
5805   (gnus-summary-next-article t (gnus-summary-article-subject)))
5806
5807 (defun gnus-summary-prev-unread-same-subject ()
5808   "Select previous unread article which has the same subject as current one."
5809   (interactive)
5810   (gnus-summary-prev-article t (gnus-summary-article-subject)))
5811
5812 (defun gnus-summary-first-unread-article ()
5813   "Select the first unread article.
5814 Return nil if there are no unread articles."
5815   (interactive)
5816   (prog1
5817       (when (gnus-summary-first-subject t)
5818         (gnus-summary-show-thread)
5819         (gnus-summary-first-subject t)
5820         (gnus-summary-display-article (gnus-summary-article-number)))
5821     (gnus-summary-position-point)))
5822
5823 (defun gnus-summary-first-article ()
5824   "Select the first article.
5825 Return nil if there are no articles."
5826   (interactive)
5827   (prog1
5828       (when (gnus-summary-first-subject)
5829       (gnus-summary-show-thread)
5830       (gnus-summary-first-subject)
5831       (gnus-summary-display-article (gnus-summary-article-number)))
5832     (gnus-summary-position-point)))
5833
5834 (defun gnus-summary-best-unread-article ()
5835   "Select the unread article with the highest score."
5836   (interactive)
5837   (let ((best -1000000)
5838         (data gnus-newsgroup-data)
5839         article score)
5840     (while data
5841       (and (gnus-data-unread-p (car data))
5842            (> (setq score
5843                     (gnus-summary-article-score (gnus-data-number (car data))))
5844               best)
5845            (setq best score
5846                  article (gnus-data-number (car data))))
5847       (setq data (cdr data)))
5848     (prog1
5849         (if article
5850             (gnus-summary-goto-article article)
5851           (error "No unread articles"))
5852       (gnus-summary-position-point))))
5853
5854 (defun gnus-summary-last-subject ()
5855   "Go to the last displayed subject line in the group."
5856   (let ((article (gnus-data-number (car (gnus-data-list t)))))
5857     (when article
5858       (gnus-summary-goto-subject article))))
5859
5860 (defun gnus-summary-goto-article (article &optional all-headers force)
5861   "Fetch ARTICLE (article number or Message-ID) and display it if it exists.
5862 If ALL-HEADERS is non-nil, no header lines are hidden.
5863 If FORCE, go to the article even if it isn't displayed.  If FORCE
5864 is a number, it is the line the article is to be displayed on."
5865   (interactive
5866    (list
5867     (completing-read
5868      "Article number or Message-ID: "
5869      (mapcar (lambda (number) (list (int-to-string number)))
5870              gnus-newsgroup-limit))
5871     current-prefix-arg
5872     t))
5873   (prog1
5874       (if (and (stringp article)
5875                (string-match "@" article))
5876           (gnus-summary-refer-article article)
5877         (when (stringp article)
5878           (setq article (string-to-number article)))
5879         (if (gnus-summary-goto-subject article force)
5880             (gnus-summary-display-article article all-headers)
5881           (gnus-message 4 "Couldn't go to article %s" article) nil))
5882     (gnus-summary-position-point)))
5883
5884 (defun gnus-summary-goto-last-article ()
5885   "Go to the previously read article."
5886   (interactive)
5887   (prog1
5888       (when gnus-last-article
5889         (gnus-summary-goto-article gnus-last-article nil t))
5890     (gnus-summary-position-point)))
5891
5892 (defun gnus-summary-pop-article (number)
5893   "Pop one article off the history and go to the previous.
5894 NUMBER articles will be popped off."
5895   (interactive "p")
5896   (let (to)
5897     (setq gnus-newsgroup-history
5898           (cdr (setq to (nthcdr number gnus-newsgroup-history))))
5899     (if to
5900         (gnus-summary-goto-article (car to) nil t)
5901       (error "Article history empty")))
5902   (gnus-summary-position-point))
5903
5904 ;; Summary commands and functions for limiting the summary buffer.
5905
5906 (defun gnus-summary-limit-to-articles (n)
5907   "Limit the summary buffer to the next N articles.
5908 If not given a prefix, use the process marked articles instead."
5909   (interactive "P")
5910   (prog1
5911       (let ((articles (gnus-summary-work-articles n)))
5912         (setq gnus-newsgroup-processable nil)
5913         (gnus-summary-limit articles))
5914     (gnus-summary-position-point)))
5915
5916 (defun gnus-summary-pop-limit (&optional total)
5917   "Restore the previous limit.
5918 If given a prefix, remove all limits."
5919   (interactive "P")
5920   (when total
5921     (setq gnus-newsgroup-limits
5922           (list (mapcar (lambda (h) (mail-header-number h))
5923                         gnus-newsgroup-headers))))
5924   (unless gnus-newsgroup-limits
5925     (error "No limit to pop"))
5926   (prog1
5927       (gnus-summary-limit nil 'pop)
5928     (gnus-summary-position-point)))
5929
5930 (defun gnus-summary-limit-to-subject (subject &optional header)
5931   "Limit the summary buffer to articles that have subjects that match a regexp."
5932   (interactive "sLimit to subject (regexp): ")
5933   (unless header
5934     (setq header "subject"))
5935   (when (not (equal "" subject))
5936     (prog1
5937         (let ((articles (gnus-summary-find-matching
5938                          (or header "subject") subject 'all)))
5939           (unless articles
5940             (error "Found no matches for \"%s\"" subject))
5941           (gnus-summary-limit articles))
5942       (gnus-summary-position-point))))
5943
5944 (defun gnus-summary-limit-to-author (from)
5945   "Limit the summary buffer to articles that have authors that match a regexp."
5946   (interactive "sLimit to author (regexp): ")
5947   (gnus-summary-limit-to-subject from "from"))
5948
5949 (defun gnus-summary-limit-to-age (age &optional younger-p)
5950   "Limit the summary buffer to articles that are older than (or equal) AGE days.
5951 If YOUNGER-P (the prefix) is non-nil, limit the summary buffer to
5952 articles that are younger than AGE days."
5953   (interactive "nTime in days: \nP")
5954   (prog1
5955       (let ((data gnus-newsgroup-data)
5956             (cutoff (nnmail-days-to-time age))
5957             articles d date is-younger)
5958         (while (setq d (pop data))
5959           (when (and (vectorp (gnus-data-header d))
5960                      (setq date (mail-header-date (gnus-data-header d))))
5961             (setq is-younger (nnmail-time-less
5962                               (nnmail-time-since (nnmail-date-to-time date))
5963                               cutoff))
5964             (when (if younger-p
5965                       is-younger
5966                     (not is-younger))
5967               (push (gnus-data-number d) articles))))
5968         (gnus-summary-limit (nreverse articles)))
5969     (gnus-summary-position-point)))
5970
5971 (defalias 'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
5972 (make-obsolete
5973  'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
5974
5975 (defun gnus-summary-limit-to-unread (&optional all)
5976   "Limit the summary buffer to articles that are not marked as read.
5977 If ALL is non-nil, limit strictly to unread articles."
5978   (interactive "P")
5979   (if all
5980       (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
5981     (gnus-summary-limit-to-marks
5982      ;; Concat all the marks that say that an article is read and have
5983      ;; those removed.
5984      (list gnus-del-mark gnus-read-mark gnus-ancient-mark
5985            gnus-killed-mark gnus-kill-file-mark
5986            gnus-low-score-mark gnus-expirable-mark
5987            gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark
5988            gnus-duplicate-mark gnus-souped-mark)
5989      'reverse)))
5990
5991 (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-exclude-marks)
5992 (make-obsolete 'gnus-summary-delete-marked-with
5993                'gnus-summary-limit-exlude-marks)
5994
5995 (defun gnus-summary-limit-exclude-marks (marks &optional reverse)
5996   "Exclude articles that are marked with MARKS (e.g. \"DK\").
5997 If REVERSE, limit the summary buffer to articles that are marked
5998 with MARKS.  MARKS can either be a string of marks or a list of marks.
5999 Returns how many articles were removed."
6000   (interactive "sMarks: ")
6001   (gnus-summary-limit-to-marks marks t))
6002
6003 (defun gnus-summary-limit-to-marks (marks &optional reverse)
6004   "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
6005 If REVERSE (the prefix), limit the summary buffer to articles that are
6006 not marked with MARKS.  MARKS can either be a string of marks or a
6007 list of marks.
6008 Returns how many articles were removed."
6009   (interactive "sMarks: \nP")
6010   (prog1
6011       (let ((data gnus-newsgroup-data)
6012             (marks (if (listp marks) marks
6013                      (append marks nil))) ; Transform to list.
6014             articles)
6015         (while data
6016           (when (if reverse (not (memq (gnus-data-mark (car data)) marks))
6017                   (memq (gnus-data-mark (car data)) marks))
6018             (push (gnus-data-number (car data)) articles))
6019           (setq data (cdr data)))
6020         (gnus-summary-limit articles))
6021     (gnus-summary-position-point)))
6022
6023 (defun gnus-summary-limit-to-score (&optional score)
6024   "Limit to articles with score at or above SCORE."
6025   (interactive "P")
6026   (setq score (if score
6027                   (prefix-numeric-value score)
6028                 (or gnus-summary-default-score 0)))
6029   (let ((data gnus-newsgroup-data)
6030         articles)
6031     (while data
6032       (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
6033                 score)
6034         (push (gnus-data-number (car data)) articles))
6035       (setq data (cdr data)))
6036     (prog1
6037         (gnus-summary-limit articles)
6038       (gnus-summary-position-point))))
6039
6040 (defun gnus-summary-limit-include-thread (id)
6041   "Display all the hidden articles that in the current thread."
6042   (interactive (list (mail-header-id (gnus-summary-article-header))))
6043   (let ((articles (gnus-articles-in-thread
6044                    (gnus-id-to-thread (gnus-root-id id)))))
6045     (prog1
6046         (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
6047       (gnus-summary-position-point))))
6048
6049 (defun gnus-summary-limit-include-dormant ()
6050   "Display all the hidden articles that are marked as dormant.
6051 Note that this command only works on a subset of the articles currently
6052 fetched for this group."
6053   (interactive)
6054   (unless gnus-newsgroup-dormant
6055     (error "There are no dormant articles in this group"))
6056   (prog1
6057       (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
6058     (gnus-summary-position-point)))
6059
6060 (defun gnus-summary-limit-exclude-dormant ()
6061   "Hide all dormant articles."
6062   (interactive)
6063   (prog1
6064       (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
6065     (gnus-summary-position-point)))
6066
6067 (defun gnus-summary-limit-exclude-childless-dormant ()
6068   "Hide all dormant articles that have no children."
6069   (interactive)
6070   (let ((data (gnus-data-list t))
6071         articles d children)
6072     ;; Find all articles that are either not dormant or have
6073     ;; children.
6074     (while (setq d (pop data))
6075       (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
6076                 (and (setq children
6077                            (gnus-article-children (gnus-data-number d)))
6078                      (let (found)
6079                        (while children
6080                          (when (memq (car children) articles)
6081                            (setq children nil
6082                                  found t))
6083                          (pop children))
6084                        found)))
6085         (push (gnus-data-number d) articles)))
6086     ;; Do the limiting.
6087     (prog1
6088         (gnus-summary-limit articles)
6089       (gnus-summary-position-point))))
6090
6091 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
6092   "Mark all unread excluded articles as read.
6093 If ALL, mark even excluded ticked and dormants as read."
6094   (interactive "P")
6095   (let ((articles (gnus-sorted-complement
6096                    (sort
6097                     (mapcar (lambda (h) (mail-header-number h))
6098                             gnus-newsgroup-headers)
6099                     '<)
6100                    (sort gnus-newsgroup-limit '<)))
6101         article)
6102     (setq gnus-newsgroup-unreads
6103           (gnus-intersection gnus-newsgroup-unreads gnus-newsgroup-limit))
6104     (if all
6105         (setq gnus-newsgroup-dormant nil
6106               gnus-newsgroup-marked nil
6107               gnus-newsgroup-reads
6108               (nconc
6109                (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
6110                gnus-newsgroup-reads))
6111       (while (setq article (pop articles))
6112         (unless (or (memq article gnus-newsgroup-dormant)
6113                     (memq article gnus-newsgroup-marked))
6114           (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
6115
6116 (defun gnus-summary-limit (articles &optional pop)
6117   (if pop
6118       ;; We pop the previous limit off the stack and use that.
6119       (setq articles (car gnus-newsgroup-limits)
6120             gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
6121     ;; We use the new limit, so we push the old limit on the stack.
6122     (push gnus-newsgroup-limit gnus-newsgroup-limits))
6123   ;; Set the limit.
6124   (setq gnus-newsgroup-limit articles)
6125   (let ((total (length gnus-newsgroup-data))
6126         (data (gnus-data-find-list (gnus-summary-article-number)))
6127         (gnus-summary-mark-below nil)   ; Inhibit this.
6128         found)
6129     ;; This will do all the work of generating the new summary buffer
6130     ;; according to the new limit.
6131     (gnus-summary-prepare)
6132     ;; Hide any threads, possibly.
6133     (and gnus-show-threads
6134          gnus-thread-hide-subtree
6135          (gnus-summary-hide-all-threads))
6136     ;; Try to return to the article you were at, or one in the
6137     ;; neighborhood.
6138     (when data
6139       ;; We try to find some article after the current one.
6140       (while data
6141         (when (gnus-summary-goto-subject (gnus-data-number (car data)) nil t)
6142           (setq data nil
6143                 found t))
6144         (setq data (cdr data))))
6145     (unless found
6146       ;; If there is no data, that means that we were after the last
6147       ;; article.  The same goes when we can't find any articles
6148       ;; after the current one.
6149       (goto-char (point-max))
6150       (gnus-summary-find-prev))
6151     (gnus-set-mode-line 'summary)
6152     ;; We return how many articles were removed from the summary
6153     ;; buffer as a result of the new limit.
6154     (- total (length gnus-newsgroup-data))))
6155
6156 (defsubst gnus-invisible-cut-children (threads)
6157   (let ((num 0))
6158     (while threads
6159       (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
6160         (incf num))
6161       (pop threads))
6162     (< num 2)))
6163
6164 (defsubst gnus-cut-thread (thread)
6165   "Go forwards in the thread until we find an article that we want to display."
6166   (when (or (eq gnus-fetch-old-headers 'some)
6167             (eq gnus-fetch-old-headers 'invisible)          
6168             (eq gnus-build-sparse-threads 'some)
6169             (eq gnus-build-sparse-threads 'more))
6170     ;; Deal with old-fetched headers and sparse threads.
6171     (while (and
6172             thread
6173             (or
6174              (gnus-summary-article-sparse-p (mail-header-number (car thread)))
6175              (gnus-summary-article-ancient-p
6176               (mail-header-number (car thread))))
6177             (if (or (<= (length (cdr thread)) 1)
6178                     (eq gnus-fetch-old-headers 'invisible))
6179                 (setq gnus-newsgroup-limit
6180                       (delq (mail-header-number (car thread))
6181                             gnus-newsgroup-limit)
6182                       thread (cadr thread))
6183               (when (gnus-invisible-cut-children (cdr thread))
6184                 (let ((th (cdr thread)))
6185                   (while th
6186                     (if (memq (mail-header-number (caar th))
6187                               gnus-newsgroup-limit)
6188                         (setq thread (car th)
6189                               th nil)
6190                       (setq th (cdr th))))))))))
6191   thread)
6192
6193 (defun gnus-cut-threads (threads)
6194   "Cut off all uninteresting articles from the beginning of threads."
6195   (when (or (eq gnus-fetch-old-headers 'some)
6196             (eq gnus-fetch-old-headers 'invisible)
6197             (eq gnus-build-sparse-threads 'some)
6198             (eq gnus-build-sparse-threads 'more))
6199     (let ((th threads))
6200       (while th
6201         (setcar th (gnus-cut-thread (car th)))
6202         (setq th (cdr th)))))
6203   ;; Remove nixed out threads.
6204   (delq nil threads))
6205
6206 (defun gnus-summary-initial-limit (&optional show-if-empty)
6207   "Figure out what the initial limit is supposed to be on group entry.
6208 This entails weeding out unwanted dormants, low-scored articles,
6209 fetch-old-headers verbiage, and so on."
6210   ;; Most groups have nothing to remove.
6211   (if (or gnus-inhibit-limiting
6212           (and (null gnus-newsgroup-dormant)
6213                (not (eq gnus-fetch-old-headers 'some))
6214                (not (eq gnus-fetch-old-headers 'invisible))
6215                (null gnus-summary-expunge-below)
6216                (not (eq gnus-build-sparse-threads 'some))
6217                (not (eq gnus-build-sparse-threads 'more))
6218                (null gnus-thread-expunge-below)
6219                (not gnus-use-nocem)))
6220       ()                                ; Do nothing.
6221     (push gnus-newsgroup-limit gnus-newsgroup-limits)
6222     (setq gnus-newsgroup-limit nil)
6223     (mapatoms
6224      (lambda (node)
6225        (unless (car (symbol-value node))
6226          ;; These threads have no parents -- they are roots.
6227          (let ((nodes (cdr (symbol-value node)))
6228                thread)
6229            (while nodes
6230              (if (and gnus-thread-expunge-below
6231                       (< (gnus-thread-total-score (car nodes))
6232                          gnus-thread-expunge-below))
6233                  (gnus-expunge-thread (pop nodes))
6234                (setq thread (pop nodes))
6235                (gnus-summary-limit-children thread))))))
6236      gnus-newsgroup-dependencies)
6237     ;; If this limitation resulted in an empty group, we might
6238     ;; pop the previous limit and use it instead.
6239     (when (and (not gnus-newsgroup-limit)
6240                show-if-empty)
6241       (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
6242     gnus-newsgroup-limit))
6243
6244 (defun gnus-summary-limit-children (thread)
6245   "Return 1 if this subthread is visible and 0 if it is not."
6246   ;; First we get the number of visible children to this thread.  This
6247   ;; is done by recursing down the thread using this function, so this
6248   ;; will really go down to a leaf article first, before slowly
6249   ;; working its way up towards the root.
6250   (when thread
6251     (let ((children
6252            (if (cdr thread)
6253                (apply '+ (mapcar 'gnus-summary-limit-children
6254                                  (cdr thread)))
6255              0))
6256           (number (mail-header-number (car thread)))
6257           score)
6258       (if (and
6259            (not (memq number gnus-newsgroup-marked))
6260            (or
6261             ;; If this article is dormant and has absolutely no visible
6262             ;; children, then this article isn't visible.
6263             (and (memq number gnus-newsgroup-dormant)
6264                  (zerop children))
6265             ;; If this is "fetch-old-headered" and there is no
6266             ;; visible children, then we don't want this article.
6267             (and (eq gnus-fetch-old-headers 'some)
6268                  (gnus-summary-article-ancient-p number)
6269                  (zerop children))
6270             ;; If this is "fetch-old-headered" and `invisible', then
6271             ;; we don't want this article.
6272             (and (eq gnus-fetch-old-headers 'invisible)
6273                  (gnus-summary-article-ancient-p number))
6274             ;; If this is a sparsely inserted article with no children,
6275             ;; we don't want it.
6276             (and (eq gnus-build-sparse-threads 'some)
6277                  (gnus-summary-article-sparse-p number)
6278                  (zerop children))
6279             ;; If we use expunging, and this article is really
6280             ;; low-scored, then we don't want this article.
6281             (when (and gnus-summary-expunge-below
6282                        (< (setq score
6283                                 (or (cdr (assq number gnus-newsgroup-scored))
6284                                     gnus-summary-default-score))
6285                           gnus-summary-expunge-below))
6286               ;; We increase the expunge-tally here, but that has
6287               ;; nothing to do with the limits, really.
6288               (incf gnus-newsgroup-expunged-tally)
6289               ;; We also mark as read here, if that's wanted.
6290               (when (and gnus-summary-mark-below
6291                          (< score gnus-summary-mark-below))
6292                 (setq gnus-newsgroup-unreads
6293                       (delq number gnus-newsgroup-unreads))
6294                 (if gnus-newsgroup-auto-expire
6295                     (push number gnus-newsgroup-expirable)
6296                   (push (cons number gnus-low-score-mark)
6297                         gnus-newsgroup-reads)))
6298               t)
6299             ;; Check NoCeM things.
6300             (if (and gnus-use-nocem
6301                      (gnus-nocem-unwanted-article-p
6302                       (mail-header-id (car thread))))
6303                 (progn
6304                   (setq gnus-newsgroup-unreads
6305                         (delq number gnus-newsgroup-unreads))
6306                   t))))
6307           ;; Nope, invisible article.
6308           0
6309         ;; Ok, this article is to be visible, so we add it to the limit
6310         ;; and return 1.
6311         (push number gnus-newsgroup-limit)
6312         1))))
6313
6314 (defun gnus-expunge-thread (thread)
6315   "Mark all articles in THREAD as read."
6316   (let* ((number (mail-header-number (car thread))))
6317     (incf gnus-newsgroup-expunged-tally)
6318     ;; We also mark as read here, if that's wanted.
6319     (setq gnus-newsgroup-unreads
6320           (delq number gnus-newsgroup-unreads))
6321     (if gnus-newsgroup-auto-expire
6322         (push number gnus-newsgroup-expirable)
6323       (push (cons number gnus-low-score-mark)
6324             gnus-newsgroup-reads)))
6325   ;; Go recursively through all subthreads.
6326   (mapcar 'gnus-expunge-thread (cdr thread)))
6327
6328 ;; Summary article oriented commands
6329
6330 (defun gnus-summary-refer-parent-article (n)
6331   "Refer parent article N times.
6332 If N is negative, go to ancestor -N instead.
6333 The difference between N and the number of articles fetched is returned."
6334   (interactive "p")
6335   (let ((skip 1)
6336         error header ref)
6337     (when (not (natnump n))
6338       (setq skip (abs n)
6339             n 1))
6340     (while (and (> n 0)
6341                 (not error))
6342       (setq header (gnus-summary-article-header))
6343       (if (and (eq (mail-header-number header)
6344                    (cdr gnus-article-current))
6345                (equal gnus-newsgroup-name
6346                       (car gnus-article-current)))
6347           ;; If we try to find the parent of the currently
6348           ;; displayed article, then we take a look at the actual
6349           ;; References header, since this is slightly more
6350           ;; reliable than the References field we got from the
6351           ;; server.
6352           (save-excursion
6353             (set-buffer gnus-original-article-buffer)
6354             (nnheader-narrow-to-headers)
6355             (unless (setq ref (message-fetch-field "references"))
6356               (setq ref (message-fetch-field "in-reply-to")))
6357             (widen))
6358         (setq ref
6359               ;; It's not the current article, so we take a bet on
6360               ;; the value we got from the server.
6361               (mail-header-references header)))
6362       (if (and ref
6363                (not (equal ref "")))
6364           (unless (gnus-summary-refer-article (gnus-parent-id ref skip))
6365             (gnus-message 1 "Couldn't find parent"))
6366         (gnus-message 1 "No references in article %d"
6367                       (gnus-summary-article-number))
6368         (setq error t))
6369       (decf n))
6370     (gnus-summary-position-point)
6371     n))
6372
6373 (defun gnus-summary-refer-references ()
6374   "Fetch all articles mentioned in the References header.
6375 Return the number of articles fetched."
6376   (interactive)
6377   (let ((ref (mail-header-references (gnus-summary-article-header)))
6378         (current (gnus-summary-article-number))
6379         (n 0))
6380     (if (or (not ref)
6381             (equal ref ""))
6382         (error "No References in the current article")
6383       ;; For each Message-ID in the References header...
6384       (while (string-match "<[^>]*>" ref)
6385         (incf n)
6386         ;; ... fetch that article.
6387         (gnus-summary-refer-article
6388          (prog1 (match-string 0 ref)
6389            (setq ref (substring ref (match-end 0))))))
6390       (gnus-summary-goto-subject current)
6391       (gnus-summary-position-point)
6392       n)))
6393
6394 (defun gnus-summary-refer-thread (&optional limit)
6395   "Fetch all articles in the current thread.
6396 If LIMIT (the numerical prefix), fetch that many old headers instead
6397 of what's specified by the `gnus-refer-thread-limit' variable."
6398   (interactive "P")
6399   (let ((id (mail-header-id (gnus-summary-article-header)))
6400         (limit (if limit (prefix-numeric-value limit)
6401                  gnus-refer-thread-limit))
6402         fmethod root)
6403     ;; We want to fetch LIMIT *old* headers, but we also have to
6404     ;; re-fetch all the headers in the current buffer, because many of
6405     ;; them may be undisplayed.  So we adjust LIMIT.
6406     (when (numberp limit)
6407       (incf limit (- gnus-newsgroup-end gnus-newsgroup-begin)))
6408     (unless (eq gnus-fetch-old-headers 'invisible)
6409       (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
6410       ;; Retrieve the headers and read them in.
6411       (if (eq (gnus-retrieve-headers
6412                (list gnus-newsgroup-end) gnus-newsgroup-name limit)
6413               'nov)
6414           (gnus-build-all-threads)
6415         (error "Can't fetch thread from backends that don't support NOV"))
6416       (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name))
6417     (gnus-summary-limit-include-thread id)))
6418
6419 (defun gnus-summary-refer-article (message-id &optional arg)
6420   "Fetch an article specified by MESSAGE-ID.
6421 If ARG (the prefix), fetch the article using `gnus-refer-article-method'
6422 or `gnus-select-method', no matter what backend the article comes from."
6423   (interactive "sMessage-ID: \nP")
6424   (when (and (stringp message-id)
6425              (not (zerop (length message-id))))
6426     ;; Construct the correct Message-ID if necessary.
6427     ;; Suggested by tale@pawl.rpi.edu.
6428     (unless (string-match "^<" message-id)
6429       (setq message-id (concat "<" message-id)))
6430     (unless (string-match ">$" message-id)
6431       (setq message-id (concat message-id ">")))
6432     (let* ((header (gnus-id-to-header message-id))
6433            (sparse (and header
6434                         (gnus-summary-article-sparse-p
6435                          (mail-header-number header))
6436                         (memq (mail-header-number header)
6437                               gnus-newsgroup-limit)))
6438            h)
6439       (cond
6440        ;; If the article is present in the buffer we just go to it.
6441        ((and header
6442              (or (not (gnus-summary-article-sparse-p
6443                        (mail-header-number header)))
6444                  sparse))
6445         (prog1
6446             (gnus-summary-goto-article
6447              (mail-header-number header) nil t)
6448           (when sparse
6449             (gnus-summary-update-article (mail-header-number header)))))
6450        (t
6451         ;; We fetch the article
6452         (let ((gnus-override-method
6453                (cond ((gnus-news-group-p gnus-newsgroup-name)
6454                       gnus-refer-article-method)
6455                      (arg
6456                       (or gnus-refer-article-method gnus-select-method))
6457                      (t nil)))
6458               number)
6459           ;; Start the special refer-article method, if necessary.
6460           (when (and gnus-refer-article-method
6461                      (gnus-news-group-p gnus-newsgroup-name))
6462             (gnus-check-server gnus-refer-article-method))
6463           ;; Fetch the header, and display the article.
6464           (if (setq number (gnus-summary-insert-subject message-id))
6465               (gnus-summary-select-article nil nil nil number)
6466             (gnus-message 3 "Couldn't fetch article %s" message-id))))))))
6467
6468 (defun gnus-summary-edit-parameters ()
6469   "Edit the group parameters of the current group."
6470   (interactive)
6471   (gnus-group-edit-group gnus-newsgroup-name 'params))
6472
6473 (defun gnus-summary-enter-digest-group (&optional force)
6474   "Enter an nndoc group based on the current article.
6475 If FORCE, force a digest interpretation.  If not, try
6476 to guess what the document format is."
6477   (interactive "P")
6478   (let ((conf gnus-current-window-configuration))
6479     (save-excursion
6480       (gnus-summary-select-article))
6481     (setq gnus-current-window-configuration conf)
6482     (let* ((name (format "%s-%d"
6483                          (gnus-group-prefixed-name
6484                           gnus-newsgroup-name (list 'nndoc ""))
6485                          (save-excursion
6486                            (set-buffer gnus-summary-buffer)
6487                            gnus-current-article)))
6488            (ogroup gnus-newsgroup-name)
6489            (params (append (gnus-info-params (gnus-get-info ogroup))
6490                            (list (cons 'to-group ogroup))
6491                            (list (cons 'save-article-group ogroup))))
6492            (case-fold-search t)
6493            (buf (current-buffer))
6494            dig)
6495       (save-excursion
6496         (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
6497         (insert-buffer-substring gnus-original-article-buffer)
6498         ;; Remove lines that may lead nndoc to misinterpret the
6499         ;; document type.
6500         (narrow-to-region
6501          (goto-char (point-min))
6502          (or (search-forward "\n\n" nil t) (point)))
6503         (goto-char (point-min))
6504         (delete-matching-lines "^\\(Path\\):\\|^From ")
6505         (widen))
6506       (unwind-protect
6507           (if (gnus-group-read-ephemeral-group
6508                name `(nndoc ,name (nndoc-address ,(get-buffer dig))
6509                             (nndoc-article-type
6510                              ,(if force 'digest 'guess))) t)
6511               ;; Make all postings to this group go to the parent group.
6512               (nconc (gnus-info-params (gnus-get-info name))
6513                      params)
6514             ;; Couldn't select this doc group.
6515             (switch-to-buffer buf)
6516             (gnus-set-global-variables)
6517             (gnus-configure-windows 'summary)
6518             (gnus-message 3 "Article couldn't be entered?"))
6519         (kill-buffer dig)))))
6520
6521 (defun gnus-summary-read-document (n)
6522   "Open a new group based on the current article(s).
6523 This will allow you to read digests and other similar
6524 documents as newsgroups.
6525 Obeys the standard process/prefix convention."
6526   (interactive "P")
6527   (let* ((articles (gnus-summary-work-articles n))
6528          (ogroup gnus-newsgroup-name)
6529          (params (append (gnus-info-params (gnus-get-info ogroup))
6530                          (list (cons 'to-group ogroup))))
6531          article group egroup groups vgroup)
6532     (while (setq article (pop articles))
6533       (setq group (format "%s-%d" gnus-newsgroup-name article))
6534       (gnus-summary-remove-process-mark article)
6535       (when (gnus-summary-display-article article)
6536         (save-excursion
6537           (nnheader-temp-write nil
6538             (insert-buffer-substring gnus-original-article-buffer)
6539             ;; Remove some headers that may lead nndoc to make
6540             ;; the wrong guess.
6541             (message-narrow-to-head)
6542             (goto-char (point-min))
6543             (delete-matching-lines "^\\(Path\\):\\|^From ")
6544             (widen)
6545             (if (setq egroup
6546                       (gnus-group-read-ephemeral-group
6547                        group `(nndoc ,group (nndoc-address ,(current-buffer))
6548                                      (nndoc-article-type guess))
6549                        t nil t))
6550                 (progn
6551                   ;; Make all postings to this group go to the parent group.
6552                   (nconc (gnus-info-params (gnus-get-info egroup))
6553                          params)
6554                   (push egroup groups))
6555               ;; Couldn't select this doc group.
6556               (gnus-error 3 "Article couldn't be entered"))))))
6557     ;; Now we have selected all the documents.
6558     (cond
6559      ((not groups)
6560       (error "None of the articles could be interpreted as documents"))
6561      ((gnus-group-read-ephemeral-group
6562        (setq vgroup (format
6563                      "nnvirtual:%s-%s" gnus-newsgroup-name
6564                      (format-time-string "%Y%m%dT%H%M%S" (current-time))))
6565        `(nnvirtual ,vgroup (nnvirtual-component-groups ,groups))
6566        t
6567        (cons (current-buffer) 'summary)))
6568      (t
6569       (error "Couldn't select virtual nndoc group")))))
6570
6571 (defun gnus-summary-isearch-article (&optional regexp-p)
6572   "Do incremental search forward on the current article.
6573 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
6574   (interactive "P")
6575   (gnus-summary-select-article)
6576   (gnus-configure-windows 'article)
6577   (gnus-eval-in-buffer-window gnus-article-buffer
6578     (save-restriction
6579       (widen)
6580       (isearch-forward regexp-p))))
6581
6582 (defun gnus-summary-search-article-forward (regexp &optional backward)
6583   "Search for an article containing REGEXP forward.
6584 If BACKWARD, search backward instead."
6585   (interactive
6586    (list (read-string
6587           (format "Search article %s (regexp%s): "
6588                   (if current-prefix-arg "backward" "forward")
6589                   (if gnus-last-search-regexp
6590                       (concat ", default " gnus-last-search-regexp)
6591                     "")))
6592          current-prefix-arg))
6593   (if (string-equal regexp "")
6594       (setq regexp (or gnus-last-search-regexp ""))
6595     (setq gnus-last-search-regexp regexp))
6596   (if (gnus-summary-search-article regexp backward)
6597       (gnus-summary-show-thread)
6598     (error "Search failed: \"%s\"" regexp)))
6599
6600 (defun gnus-summary-search-article-backward (regexp)
6601   "Search for an article containing REGEXP backward."
6602   (interactive
6603    (list (read-string
6604           (format "Search article backward (regexp%s): "
6605                   (if gnus-last-search-regexp
6606                       (concat ", default " gnus-last-search-regexp)
6607                     "")))))
6608   (gnus-summary-search-article-forward regexp 'backward))
6609
6610 (defun gnus-summary-search-article (regexp &optional backward)
6611   "Search for an article containing REGEXP.
6612 Optional argument BACKWARD means do search for backward.
6613 `gnus-select-article-hook' is not called during the search."
6614   ;; We have to require this here to make sure that the following
6615   ;; dynamic binding isn't shadowed by autoloading.
6616   (require 'gnus-async)
6617   (let ((gnus-select-article-hook nil)  ;Disable hook.
6618         (gnus-article-display-hook nil)
6619         (gnus-mark-article-hook nil)    ;Inhibit marking as read.
6620         (gnus-use-article-prefetch nil)
6621         (gnus-xmas-force-redisplay nil) ;Inhibit XEmacs redisplay.
6622         (gnus-use-trees nil)            ;Inhibit updating tree buffer.
6623         (sum (current-buffer))
6624         (found nil)
6625         point)
6626     (gnus-save-hidden-threads
6627       (gnus-summary-select-article)
6628       (set-buffer gnus-article-buffer)
6629       (when backward
6630         (forward-line -1))
6631       (while (not found)
6632         (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
6633         (if (if backward
6634                 (re-search-backward regexp nil t)
6635               (re-search-forward regexp nil t))
6636             ;; We found the regexp.
6637             (progn
6638               (setq found 'found)
6639               (beginning-of-line)
6640               (set-window-start
6641                (get-buffer-window (current-buffer))
6642                (point))
6643               (forward-line 1)
6644               (set-buffer sum)
6645               (setq point (point)))
6646           ;; We didn't find it, so we go to the next article.
6647           (set-buffer sum)
6648           (setq found 'not)
6649           (while (eq found 'not)
6650             (if (not (if backward (gnus-summary-find-prev)
6651                        (gnus-summary-find-next)))
6652                 ;; No more articles.
6653                 (setq found t)
6654               ;; Select the next article and adjust point.
6655               (unless (gnus-summary-article-sparse-p
6656                        (gnus-summary-article-number))
6657                 (setq found nil)
6658                 (gnus-summary-select-article)
6659                 (set-buffer gnus-article-buffer)
6660                 (widen)
6661                 (goto-char (if backward (point-max) (point-min))))))))
6662       (gnus-message 7 ""))
6663     ;; Return whether we found the regexp.
6664     (when (eq found 'found)
6665       (goto-char point)
6666       (gnus-summary-show-thread)
6667       (gnus-summary-goto-subject gnus-current-article)
6668       (gnus-summary-position-point)
6669       t)))
6670
6671 (defun gnus-summary-find-matching (header regexp &optional backward unread
6672                                           not-case-fold)
6673   "Return a list of all articles that match REGEXP on HEADER.
6674 The search stars on the current article and goes forwards unless
6675 BACKWARD is non-nil.  If BACKWARD is `all', do all articles.
6676 If UNREAD is non-nil, only unread articles will
6677 be taken into consideration.  If NOT-CASE-FOLD, case won't be folded
6678 in the comparisons."
6679   (let ((data (if (eq backward 'all) gnus-newsgroup-data
6680                 (gnus-data-find-list
6681                  (gnus-summary-article-number) (gnus-data-list backward))))
6682         (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
6683         (case-fold-search (not not-case-fold))
6684         articles d)
6685     (unless (fboundp (intern (concat "mail-header-" header)))
6686       (error "%s is not a valid header" header))
6687     (while data
6688       (setq d (car data))
6689       (and (or (not unread)             ; We want all articles...
6690                (gnus-data-unread-p d))  ; Or just unreads.
6691            (vectorp (gnus-data-header d)) ; It's not a pseudo.
6692            (string-match regexp (funcall func (gnus-data-header d))) ; Match.
6693            (push (gnus-data-number d) articles)) ; Success!
6694       (setq data (cdr data)))
6695     (nreverse articles)))
6696
6697 (defun gnus-summary-execute-command (header regexp command &optional backward)
6698   "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
6699 If HEADER is an empty string (or nil), the match is done on the entire
6700 article.  If BACKWARD (the prefix) is non-nil, search backward instead."
6701   (interactive
6702    (list (let ((completion-ignore-case t))
6703            (completing-read
6704             "Header name: "
6705             (mapcar (lambda (string) (list string))
6706                     '("Number" "Subject" "From" "Lines" "Date"
6707                       "Message-ID" "Xref" "References" "Body"))
6708             nil 'require-match))
6709          (read-string "Regexp: ")
6710          (read-key-sequence "Command: ")
6711          current-prefix-arg))
6712   (when (equal header "Body")
6713     (setq header ""))
6714   ;; Hidden thread subtrees must be searched as well.
6715   (gnus-summary-show-all-threads)
6716   ;; We don't want to change current point nor window configuration.
6717   (save-excursion
6718     (save-window-excursion
6719       (gnus-message 6 "Executing %s..." (key-description command))
6720       ;; We'd like to execute COMMAND interactively so as to give arguments.
6721       (gnus-execute header regexp
6722                     `(call-interactively ',(key-binding command))
6723                     backward)
6724       (gnus-message 6 "Executing %s...done" (key-description command)))))
6725
6726 (defun gnus-summary-beginning-of-article ()
6727   "Scroll the article back to the beginning."
6728   (interactive)
6729   (gnus-summary-select-article)
6730   (gnus-configure-windows 'article)
6731   (gnus-eval-in-buffer-window gnus-article-buffer
6732     (widen)
6733     (goto-char (point-min))
6734     (when gnus-page-broken
6735       (gnus-narrow-to-page))))
6736
6737 (defun gnus-summary-end-of-article ()
6738   "Scroll to the end of the article."
6739   (interactive)
6740   (gnus-summary-select-article)
6741   (gnus-configure-windows 'article)
6742   (gnus-eval-in-buffer-window gnus-article-buffer
6743     (widen)
6744     (goto-char (point-max))
6745     (recenter -3)
6746     (when gnus-page-broken
6747       (gnus-narrow-to-page))))
6748
6749 (defun gnus-summary-print-article (&optional filename n)
6750   "Generate and print a PostScript image of the N next (mail) articles.
6751
6752 If N is negative, print the N previous articles.  If N is nil and articles
6753 have been marked with the process mark, print these instead.
6754
6755 If the optional second argument FILENAME is nil, send the image to the
6756 printer.  If FILENAME is a string, save the PostScript image in a file with
6757 that name.  If FILENAME is a number, prompt the user for the name of the file
6758 to save in."
6759   (interactive (list (ps-print-preprint current-prefix-arg)
6760                      current-prefix-arg))
6761   (dolist (article (gnus-summary-work-articles n))
6762     (gnus-summary-select-article nil nil 'pseudo article)
6763     (gnus-eval-in-buffer-window gnus-article-buffer
6764       (let ((buffer (generate-new-buffer " *print*")))
6765         (unwind-protect
6766             (progn
6767               (copy-to-buffer buffer (point-min) (point-max))
6768               (set-buffer buffer)
6769               (gnus-article-delete-invisible-text)
6770               (let ((ps-left-header
6771                      (list 
6772                       (concat "("
6773                               (mail-header-subject gnus-current-headers) ")")
6774                       (concat "("
6775                               (mail-header-from gnus-current-headers) ")")))
6776                     (ps-right-header 
6777                      (list 
6778                       "/pagenumberstring load" 
6779                       (concat "("
6780                               (mail-header-date gnus-current-headers) ")"))))
6781                 (gnus-run-hooks 'gnus-ps-print-hook)
6782                 (save-excursion
6783                   (ps-print-buffer-with-faces filename))))
6784           (kill-buffer buffer))))))
6785
6786 (defun gnus-summary-show-article (&optional arg)
6787   "Force re-fetching of the current article.
6788 If ARG (the prefix) is non-nil, show the raw article without any
6789 article massaging functions being run."
6790   (interactive "P")
6791   (if (not arg)
6792       ;; Select the article the normal way.
6793       (gnus-summary-select-article nil 'force)
6794     ;; Bind the article treatment functions to nil.
6795     (let ((gnus-have-all-headers t)
6796           gnus-article-display-hook
6797           gnus-article-prepare-hook
6798           gnus-break-pages
6799           gnus-show-mime
6800           gnus-visual)
6801       (gnus-summary-select-article nil 'force)))
6802   (gnus-summary-goto-subject gnus-current-article)
6803   (gnus-summary-position-point))
6804
6805 (defun gnus-summary-verbose-headers (&optional arg)
6806   "Toggle permanent full header display.
6807 If ARG is a positive number, turn header display on.
6808 If ARG is a negative number, turn header display off."
6809   (interactive "P")
6810   (setq gnus-show-all-headers
6811         (cond ((or (not (numberp arg))
6812                    (zerop arg))
6813                (not gnus-show-all-headers))
6814               ((natnump arg)
6815                t)))
6816   (gnus-summary-show-article))
6817
6818 (defun gnus-summary-toggle-header (&optional arg)
6819   "Show the headers if they are hidden, or hide them if they are shown.
6820 If ARG is a positive number, show the entire header.
6821 If ARG is a negative number, hide the unwanted header lines."
6822   (interactive "P")
6823   (save-excursion
6824     (set-buffer gnus-article-buffer)
6825     (let* ((buffer-read-only nil)
6826            (inhibit-point-motion-hooks t)
6827            (hidden (text-property-any
6828                     (goto-char (point-min)) (search-forward "\n\n")
6829                     'invisible t))
6830            e)
6831       (goto-char (point-min))
6832       (when (search-forward "\n\n" nil t)
6833         (delete-region (point-min) (1- (point))))
6834       (goto-char (point-min))
6835       (save-excursion
6836         (set-buffer gnus-original-article-buffer)
6837         (goto-char (point-min))
6838         (setq e (1- (or (search-forward "\n\n" nil t) (point-max)))))
6839       (insert-buffer-substring gnus-original-article-buffer 1 e)
6840       (let ((article-inhibit-hiding t))
6841         (gnus-run-hooks 'gnus-article-display-hook))
6842       (when (or (not hidden) (and (numberp arg) (< arg 0)))
6843         (gnus-article-hide-headers)))))
6844
6845 (defun gnus-summary-show-all-headers ()
6846   "Make all header lines visible."
6847   (interactive)
6848   (gnus-article-show-all-headers))
6849
6850 (defun gnus-summary-toggle-mime (&optional arg)
6851   "Toggle MIME processing.
6852 If ARG is a positive number, turn MIME processing on."
6853   (interactive "P")
6854   (setq gnus-show-mime
6855         (if (null arg) (not gnus-show-mime)
6856           (> (prefix-numeric-value arg) 0)))
6857   (gnus-summary-select-article t 'force))
6858
6859 (defun gnus-summary-caesar-message (&optional arg)
6860   "Caesar rotate the current article by 13.
6861 The numerical prefix specifies how many places to rotate each letter
6862 forward."
6863   (interactive "P")
6864   (gnus-summary-select-article)
6865   (let ((mail-header-separator ""))
6866     (gnus-eval-in-buffer-window gnus-article-buffer
6867       (save-restriction
6868         (widen)
6869         (let ((start (window-start))
6870               buffer-read-only)
6871           (message-caesar-buffer-body arg)
6872           (set-window-start (get-buffer-window (current-buffer)) start))))))
6873
6874 (defun gnus-summary-stop-page-breaking ()
6875   "Stop page breaking in the current article."
6876   (interactive)
6877   (gnus-summary-select-article)
6878   (gnus-eval-in-buffer-window gnus-article-buffer
6879     (widen)
6880     (when (gnus-visual-p 'page-marker)
6881       (let ((buffer-read-only nil))
6882         (gnus-remove-text-with-property 'gnus-prev)
6883         (gnus-remove-text-with-property 'gnus-next))
6884       (setq gnus-page-broken nil))))
6885
6886 (defun gnus-summary-move-article (&optional n to-newsgroup
6887                                             select-method action)
6888   "Move the current article to a different newsgroup.
6889 If N is a positive number, move the N next articles.
6890 If N is a negative number, move the N previous articles.
6891 If N is nil and any articles have been marked with the process mark,
6892 move those articles instead.
6893 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
6894 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
6895 re-spool using this method.
6896
6897 For this function to work, both the current newsgroup and the
6898 newsgroup that you want to move to have to support the `request-move'
6899 and `request-accept' functions."
6900   (interactive "P")
6901   (unless action
6902     (setq action 'move))
6903   ;; Disable marking as read.
6904   (let (gnus-mark-article-hook)
6905     (save-window-excursion
6906       (gnus-summary-select-article)))
6907   ;; Check whether the source group supports the required functions.
6908   (cond ((and (eq action 'move)
6909               (not (gnus-check-backend-function
6910                     'request-move-article gnus-newsgroup-name)))
6911          (error "The current group does not support article moving"))
6912         ((and (eq action 'crosspost)
6913               (not (gnus-check-backend-function
6914                     'request-replace-article gnus-newsgroup-name)))
6915          (error "The current group does not support article editing")))
6916   (let ((articles (gnus-summary-work-articles n))
6917         (prefix (gnus-group-real-prefix gnus-newsgroup-name))
6918         (names '((move "Move" "Moving")
6919                  (copy "Copy" "Copying")
6920                  (crosspost "Crosspost" "Crossposting")))
6921         (copy-buf (save-excursion
6922                     (nnheader-set-temp-buffer " *copy article*")))
6923         art-group to-method new-xref article to-groups)
6924     (unless (assq action names)
6925       (error "Unknown action %s" action))
6926     ;; Read the newsgroup name.
6927     (when (and (not to-newsgroup)
6928                (not select-method))
6929       (setq to-newsgroup
6930             (gnus-read-move-group-name
6931              (cadr (assq action names))
6932              (symbol-value (intern (format "gnus-current-%s-group" action)))
6933              articles prefix))
6934       (set (intern (format "gnus-current-%s-group" action)) to-newsgroup))
6935     (setq to-method (or select-method
6936                         (gnus-group-name-to-method to-newsgroup)))
6937     ;; Check the method we are to move this article to...
6938     (unless (gnus-check-backend-function
6939              'request-accept-article (car to-method))
6940       (error "%s does not support article copying" (car to-method)))
6941     (unless (gnus-check-server to-method)
6942       (error "Can't open server %s" (car to-method)))
6943     (gnus-message 6 "%s to %s: %s..."
6944                   (caddr (assq action names))
6945                   (or (car select-method) to-newsgroup) articles)
6946     (while articles
6947       (setq article (pop articles))
6948       (setq
6949        art-group
6950        (cond
6951         ;; Move the article.
6952         ((eq action 'move)
6953          ;; Remove this article from future suppression.
6954          (gnus-dup-unsuppress-article article)
6955          (gnus-request-move-article
6956           article                       ; Article to move
6957           gnus-newsgroup-name           ; From newsgroup
6958           (nth 1 (gnus-find-method-for-group
6959                   gnus-newsgroup-name)) ; Server
6960           (list 'gnus-request-accept-article
6961                 to-newsgroup (list 'quote select-method)
6962                 (not articles))         ; Accept form
6963           (not articles)))              ; Only save nov last time
6964         ;; Copy the article.
6965         ((eq action 'copy)
6966          (save-excursion
6967            (set-buffer copy-buf)
6968            (when (gnus-request-article-this-buffer article gnus-newsgroup-name)
6969              (gnus-request-accept-article
6970               to-newsgroup select-method (not articles)))))
6971         ;; Crosspost the article.
6972         ((eq action 'crosspost)
6973          (let ((xref (message-tokenize-header
6974                       (mail-header-xref (gnus-summary-article-header article))
6975                       " ")))
6976            (setq new-xref (concat (gnus-group-real-name gnus-newsgroup-name)
6977                                   ":" article))
6978            (unless xref
6979              (setq xref (list (system-name))))
6980            (setq new-xref
6981                  (concat
6982                   (mapconcat 'identity
6983                              (delete "Xref:" (delete new-xref xref))
6984                              " ")
6985                   " " new-xref))
6986            (save-excursion
6987              (set-buffer copy-buf)
6988              ;; First put the article in the destination group.
6989              (gnus-request-article-this-buffer article gnus-newsgroup-name)
6990              (when (consp (setq art-group
6991                                 (gnus-request-accept-article
6992                                  to-newsgroup select-method (not articles))))
6993                (setq new-xref (concat new-xref " " (car art-group)
6994                                       ":" (cdr art-group)))
6995                ;; Now we have the new Xrefs header, so we insert
6996                ;; it and replace the new article.
6997                (nnheader-replace-header "Xref" new-xref)
6998                (gnus-request-replace-article
6999                 (cdr art-group) to-newsgroup (current-buffer))
7000                art-group))))))
7001       (cond
7002        ((not art-group)
7003         (gnus-message 1 "Couldn't %s article %s"
7004                       (cadr (assq action names)) article))
7005        ((and (eq art-group 'junk)
7006              (eq action 'move))
7007         (gnus-summary-mark-article article gnus-canceled-mark)
7008         (gnus-message 4 "Deleted article %s" article))
7009        (t
7010         (let* ((entry
7011                 (or
7012                  (gnus-gethash (car art-group) gnus-newsrc-hashtb)
7013                  (gnus-gethash
7014                   (gnus-group-prefixed-name
7015                    (car art-group)
7016                    (or select-method
7017                        (gnus-find-method-for-group to-newsgroup)))
7018                   gnus-newsrc-hashtb)))
7019                (info (nth 2 entry))
7020                (to-group (gnus-info-group info)))
7021           ;; Update the group that has been moved to.
7022           (when (and info
7023                      (memq action '(move copy)))
7024             (unless (member to-group to-groups)
7025               (push to-group to-groups))
7026
7027             (unless (memq article gnus-newsgroup-unreads)
7028               (gnus-info-set-read
7029                info (gnus-add-to-range (gnus-info-read info)
7030                                        (list (cdr art-group)))))
7031
7032             ;; Copy any marks over to the new group.
7033             (let ((marks gnus-article-mark-lists)
7034                   (to-article (cdr art-group)))
7035
7036               ;; See whether the article is to be put in the cache.
7037               (when gnus-use-cache
7038                 (gnus-cache-possibly-enter-article
7039                  to-group to-article
7040                  (let ((header (copy-sequence
7041                                 (gnus-summary-article-header article))))
7042                    (mail-header-set-number header to-article)
7043                    header)
7044                  (memq article gnus-newsgroup-marked)
7045                  (memq article gnus-newsgroup-dormant)
7046                  (memq article gnus-newsgroup-unreads)))
7047
7048               (when (and (equal to-group gnus-newsgroup-name)
7049                          (not (memq article gnus-newsgroup-unreads)))
7050                 ;; Mark this article as read in this group.
7051                 (push (cons to-article gnus-read-mark) gnus-newsgroup-reads)
7052                 (setcdr (gnus-active to-group) to-article)
7053                 (setcdr gnus-newsgroup-active to-article))
7054
7055               (while marks
7056                 (when (memq article (symbol-value
7057                                      (intern (format "gnus-newsgroup-%s"
7058                                                      (caar marks)))))
7059                   ;; If the other group is the same as this group,
7060                   ;; then we have to add the mark to the list.
7061                   (when (equal to-group gnus-newsgroup-name)
7062                     (set (intern (format "gnus-newsgroup-%s" (caar marks)))
7063                          (cons to-article
7064                                (symbol-value
7065                                 (intern (format "gnus-newsgroup-%s"
7066                                                 (caar marks)))))))
7067                   ;; Copy the marks to other group.
7068                   (gnus-add-marked-articles
7069                    to-group (cdar marks) (list to-article) info))
7070                 (setq marks (cdr marks)))
7071
7072               (gnus-dribble-enter
7073                (concat "(gnus-group-set-info '"
7074                        (gnus-prin1-to-string (gnus-get-info to-group))
7075                        ")"))))
7076
7077           ;; Update the Xref header in this article to point to
7078           ;; the new crossposted article we have just created.
7079           (when (eq action 'crosspost)
7080             (save-excursion
7081               (set-buffer copy-buf)
7082               (gnus-request-article-this-buffer article gnus-newsgroup-name)
7083               (nnheader-replace-header "Xref" new-xref)
7084               (gnus-request-replace-article
7085                article gnus-newsgroup-name (current-buffer)))))
7086
7087         ;;;!!!Why is this necessary?
7088         (set-buffer gnus-summary-buffer)
7089         
7090         (gnus-summary-goto-subject article)
7091         (when (eq action 'move)
7092           (gnus-summary-mark-article article gnus-canceled-mark))))
7093       (gnus-summary-remove-process-mark article))
7094     ;; Re-activate all groups that have been moved to.
7095     (while to-groups
7096       (save-excursion
7097         (set-buffer gnus-group-buffer)
7098         (when (gnus-group-goto-group (car to-groups) t)
7099           (gnus-group-get-new-news-this-group 1 t))
7100         (pop to-groups)))
7101
7102     (gnus-kill-buffer copy-buf)
7103     (gnus-summary-position-point)
7104     (gnus-set-mode-line 'summary)))
7105
7106 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
7107   "Move the current article to a different newsgroup.
7108 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
7109 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
7110 re-spool using this method."
7111   (interactive "P")
7112   (gnus-summary-move-article n to-newsgroup select-method 'copy))
7113
7114 (defun gnus-summary-crosspost-article (&optional n)
7115   "Crosspost the current article to some other group."
7116   (interactive "P")
7117   (gnus-summary-move-article n nil nil 'crosspost))
7118
7119 (defcustom gnus-summary-respool-default-method nil
7120   "Default method for respooling an article.
7121 If nil, use to the current newsgroup method."
7122   :type `(choice (gnus-select-method :value (nnml ""))
7123                  (const nil))
7124   :group 'gnus-summary-mail)
7125
7126 (defun gnus-summary-respool-article (&optional n method)
7127   "Respool the current article.
7128 The article will be squeezed through the mail spooling process again,
7129 which means that it will be put in some mail newsgroup or other
7130 depending on `nnmail-split-methods'.
7131 If N is a positive number, respool the N next articles.
7132 If N is a negative number, respool the N previous articles.
7133 If N is nil and any articles have been marked with the process mark,
7134 respool those articles instead.
7135
7136 Respooling can be done both from mail groups and \"real\" newsgroups.
7137 In the former case, the articles in question will be moved from the
7138 current group into whatever groups they are destined to.  In the
7139 latter case, they will be copied into the relevant groups."
7140   (interactive
7141    (list current-prefix-arg
7142          (let* ((methods (gnus-methods-using 'respool))
7143                 (methname
7144                  (symbol-name (or gnus-summary-respool-default-method
7145                                   (car (gnus-find-method-for-group
7146                                         gnus-newsgroup-name)))))
7147                 (method
7148                  (gnus-completing-read
7149                   methname "What backend do you want to use when respooling?"
7150                   methods nil t nil 'gnus-mail-method-history))
7151                 ms)
7152            (cond
7153             ((zerop (length (setq ms (gnus-servers-using-backend
7154                                       (intern method)))))
7155              (list (intern method) ""))
7156             ((= 1 (length ms))
7157              (car ms))
7158             (t
7159              (let ((ms-alist (mapcar (lambda (m) (cons (cadr m) m)) ms)))
7160                (cdr (assoc (completing-read "Server name: " ms-alist nil t)
7161                            ms-alist))))))))
7162   (unless method
7163     (error "No method given for respooling"))
7164   (if (assoc (symbol-name
7165               (car (gnus-find-method-for-group gnus-newsgroup-name)))
7166              (gnus-methods-using 'respool))
7167       (gnus-summary-move-article n nil method)
7168     (gnus-summary-copy-article n nil method)))
7169
7170 (defun gnus-summary-import-article (file)
7171   "Import an arbitrary file into a mail newsgroup."
7172   (interactive "fImport file: ")
7173   (let ((group gnus-newsgroup-name)
7174         (now (current-time))
7175         atts lines)
7176     (unless (gnus-check-backend-function 'request-accept-article group)
7177       (error "%s does not support article importing" group))
7178     (or (file-readable-p file)
7179         (not (file-regular-p file))
7180         (error "Can't read %s" file))
7181     (save-excursion
7182       (set-buffer (get-buffer-create " *import file*"))
7183       (buffer-disable-undo (current-buffer))
7184       (erase-buffer)
7185       (nnheader-insert-file-contents file)
7186       (goto-char (point-min))
7187       (unless (nnheader-article-p)
7188         ;; This doesn't look like an article, so we fudge some headers.
7189         (setq atts (file-attributes file)
7190               lines (count-lines (point-min) (point-max)))
7191         (insert "From: " (read-string "From: ") "\n"
7192                 "Subject: " (read-string "Subject: ") "\n"
7193                 "Date: " (timezone-make-date-arpa-standard
7194                           (current-time-string (nth 5 atts))
7195                           (current-time-zone now)
7196                           (current-time-zone now))
7197                 "\n"
7198                 "Message-ID: " (message-make-message-id) "\n"
7199                 "Lines: " (int-to-string lines) "\n"
7200                 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
7201       (gnus-request-accept-article group nil t)
7202       (kill-buffer (current-buffer)))))
7203
7204 (defun gnus-summary-article-posted-p ()
7205   "Say whether the current (mail) article is available from `gnus-select-method' as well.
7206 This will be the case if the article has both been mailed and posted."
7207   (interactive)
7208   (let ((id (mail-header-references (gnus-summary-article-header)))
7209         (gnus-override-method
7210          (or gnus-refer-article-method gnus-select-method)))
7211     (if (gnus-request-head id "")
7212         (gnus-message 2 "The current message was found on %s"
7213                       gnus-override-method)
7214       (gnus-message 2 "The current message couldn't be found on %s"
7215                     gnus-override-method)
7216       nil)))
7217
7218 (defun gnus-summary-expire-articles (&optional now)
7219   "Expire all articles that are marked as expirable in the current group."
7220   (interactive)
7221   (when (gnus-check-backend-function
7222          'request-expire-articles gnus-newsgroup-name)
7223     ;; This backend supports expiry.
7224     (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
7225            (expirable (if total
7226                           (progn
7227                             ;; We need to update the info for
7228                             ;; this group for `gnus-list-of-read-articles'
7229                             ;; to give us the right answer.
7230                             (gnus-run-hooks 'gnus-exit-group-hook)
7231                             (gnus-summary-update-info)
7232                             (gnus-list-of-read-articles gnus-newsgroup-name))
7233                         (setq gnus-newsgroup-expirable
7234                               (sort gnus-newsgroup-expirable '<))))
7235            (expiry-wait (if now 'immediate
7236                           (gnus-group-find-parameter
7237                            gnus-newsgroup-name 'expiry-wait)))
7238            es)
7239       (when expirable
7240         ;; There are expirable articles in this group, so we run them
7241         ;; through the expiry process.
7242         (gnus-message 6 "Expiring articles...")
7243         ;; The list of articles that weren't expired is returned.
7244         (save-excursion
7245           (if expiry-wait
7246               (let ((nnmail-expiry-wait-function nil)
7247                     (nnmail-expiry-wait expiry-wait))
7248                 (setq es (gnus-request-expire-articles
7249                           expirable gnus-newsgroup-name)))
7250             (setq es (gnus-request-expire-articles
7251                       expirable gnus-newsgroup-name))))
7252         (unless total
7253           (setq gnus-newsgroup-expirable es))
7254         ;; We go through the old list of expirable, and mark all
7255         ;; really expired articles as nonexistent.
7256         (unless (eq es expirable)       ;If nothing was expired, we don't mark.
7257           (let ((gnus-use-cache nil))
7258             (while expirable
7259               (unless (memq (car expirable) es)
7260                 (when (gnus-data-find (car expirable))
7261                   (gnus-summary-mark-article
7262                    (car expirable) gnus-canceled-mark)))
7263               (setq expirable (cdr expirable)))))
7264         (gnus-message 6 "Expiring articles...done")))))
7265
7266 (defun gnus-summary-expire-articles-now ()
7267   "Expunge all expirable articles in the current group.
7268 This means that *all* articles that are marked as expirable will be
7269 deleted forever, right now."
7270   (interactive)
7271   (or gnus-expert-user
7272       (gnus-yes-or-no-p
7273        "Are you really, really, really sure you want to delete all these messages? ")
7274       (error "Phew!"))
7275   (gnus-summary-expire-articles t))
7276
7277 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
7278 (defun gnus-summary-delete-article (&optional n)
7279   "Delete the N next (mail) articles.
7280 This command actually deletes articles.  This is not a marking
7281 command.  The article will disappear forever from your life, never to
7282 return.
7283 If N is negative, delete backwards.
7284 If N is nil and articles have been marked with the process mark,
7285 delete these instead."
7286   (interactive "P")
7287   (unless (gnus-check-backend-function 'request-expire-articles
7288                                        gnus-newsgroup-name)
7289     (error "The current newsgroup does not support article deletion"))
7290   ;; Compute the list of articles to delete.
7291   (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
7292         not-deleted)
7293     (if (and gnus-novice-user
7294              (not (gnus-yes-or-no-p
7295                    (format "Do you really want to delete %s forever? "
7296                            (if (> (length articles) 1)
7297                                (format "these %s articles" (length articles))
7298                              "this article")))))
7299         ()
7300       ;; Delete the articles.
7301       (setq not-deleted (gnus-request-expire-articles
7302                          articles gnus-newsgroup-name 'force))
7303       (while articles
7304         (gnus-summary-remove-process-mark (car articles))
7305         ;; The backend might not have been able to delete the article
7306         ;; after all.
7307         (unless (memq (car articles) not-deleted)
7308           (gnus-summary-mark-article (car articles) gnus-canceled-mark))
7309         (setq articles (cdr articles)))
7310       (when not-deleted
7311         (gnus-message 4 "Couldn't delete articles %s" not-deleted)))
7312     (gnus-summary-position-point)
7313     (gnus-set-mode-line 'summary)
7314     not-deleted))
7315
7316 (defun gnus-summary-edit-article (&optional force)
7317   "Edit the current article.
7318 This will have permanent effect only in mail groups.
7319 If FORCE is non-nil, allow editing of articles even in read-only
7320 groups."
7321   (interactive "P")
7322   (save-excursion
7323     (set-buffer gnus-summary-buffer)
7324     (gnus-set-global-variables)
7325     (when (and (not force)
7326                (gnus-group-read-only-p))
7327       (error "The current newsgroup does not support article editing"))
7328     ;; Select article if needed.
7329     (unless (eq (gnus-summary-article-number)
7330                 gnus-current-article)
7331       (gnus-summary-select-article t))
7332     (gnus-article-date-original)
7333     (gnus-article-edit-article
7334      `(lambda (no-highlight)
7335         (gnus-summary-edit-article-done
7336          ,(or (mail-header-references gnus-current-headers) "")
7337          ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight)))))
7338
7339 (defalias 'gnus-summary-edit-article-postpone 'gnus-article-edit-exit)
7340
7341 (defun gnus-summary-edit-article-done (&optional references read-only buffer
7342                                                  no-highlight)
7343   "Make edits to the current article permanent."
7344   (interactive)
7345   ;; Replace the article.
7346   (let ((buf (current-buffer)))
7347     (nnheader-temp-write nil
7348       (insert-buffer buf)
7349       (if (and (not read-only)
7350                (not (gnus-request-replace-article
7351                      (cdr gnus-article-current) (car gnus-article-current)
7352                      (current-buffer))))
7353           (error "Couldn't replace article")
7354         ;; Update the summary buffer.
7355         (if (and references
7356                  (equal (message-tokenize-header references " ")
7357                         (message-tokenize-header
7358                          (or (message-fetch-field "references") "") " ")))
7359             ;; We only have to update this line.
7360             (save-excursion
7361               (save-restriction
7362                 (message-narrow-to-head)
7363                 (let ((head (buffer-string))
7364                       header)
7365                   (nnheader-temp-write nil
7366                     (insert (format "211 %d Article retrieved.\n"
7367                                     (cdr gnus-article-current)))
7368                     (insert head)
7369                     (insert ".\n")
7370                     (let ((nntp-server-buffer (current-buffer)))
7371                       (setq header (car (gnus-get-newsgroup-headers
7372                                          (save-excursion
7373                                            (set-buffer gnus-summary-buffer)
7374                                            gnus-newsgroup-dependencies)
7375                                          t))))
7376                     (save-excursion
7377                       (set-buffer gnus-summary-buffer)
7378                       (gnus-data-set-header
7379                        (gnus-data-find (cdr gnus-article-current))
7380                        header)
7381                       (gnus-summary-update-article-line
7382                        (cdr gnus-article-current) header))))))
7383           ;; Update threads.
7384           (set-buffer (or buffer gnus-summary-buffer))
7385           (gnus-summary-update-article (cdr gnus-article-current)))
7386         ;; Prettify the article buffer again.
7387         (unless no-highlight
7388           (save-excursion
7389             (set-buffer gnus-article-buffer)
7390             (gnus-run-hooks 'gnus-article-display-hook)
7391             (set-buffer gnus-original-article-buffer)
7392             (gnus-request-article
7393              (cdr gnus-article-current)
7394              (car gnus-article-current) (current-buffer))))
7395         ;; Prettify the summary buffer line.
7396         (when (gnus-visual-p 'summary-highlight 'highlight)
7397           (gnus-run-hooks 'gnus-visual-mark-article-hook))))))
7398
7399 (defun gnus-summary-edit-wash (key)
7400   "Perform editing command KEY in the article buffer."
7401   (interactive
7402    (list
7403     (progn
7404       (message "%s" (concat (this-command-keys) "- "))
7405       (read-char))))
7406   (message "")
7407   (gnus-summary-edit-article)
7408   (execute-kbd-macro (concat (this-command-keys) key))
7409   (gnus-article-edit-done))
7410
7411 ;;; Respooling
7412
7413 (defun gnus-summary-respool-query (&optional silent trace)
7414   "Query where the respool algorithm would put this article."
7415   (interactive)
7416   (let (gnus-mark-article-hook)
7417     (gnus-summary-select-article)
7418     (save-excursion
7419       (set-buffer gnus-original-article-buffer)
7420       (save-restriction
7421         (message-narrow-to-head)
7422         (let ((groups (nnmail-article-group 'identity trace)))
7423           (unless silent
7424             (if groups
7425                 (message "This message would go to %s"
7426                          (mapconcat 'car groups ", "))
7427               (message "This message would go to no groups"))
7428             groups))))))
7429
7430 (defun gnus-summary-respool-trace ()
7431   "Trace where the respool algorithm would put this article.
7432 Display a buffer showing all fancy splitting patterns which matched."
7433   (interactive)
7434   (gnus-summary-respool-query nil t))
7435
7436 ;; Summary marking commands.
7437
7438 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
7439   "Mark articles which has the same subject as read, and then select the next.
7440 If UNMARK is positive, remove any kind of mark.
7441 If UNMARK is negative, tick articles."
7442   (interactive "P")
7443   (when unmark
7444     (setq unmark (prefix-numeric-value unmark)))
7445   (let ((count
7446          (gnus-summary-mark-same-subject
7447           (gnus-summary-article-subject) unmark)))
7448     ;; Select next unread article.  If auto-select-same mode, should
7449     ;; select the first unread article.
7450     (gnus-summary-next-article t (and gnus-auto-select-same
7451                                       (gnus-summary-article-subject)))
7452     (gnus-message 7 "%d article%s marked as %s"
7453                   count (if (= count 1) " is" "s are")
7454                   (if unmark "unread" "read"))))
7455
7456 (defun gnus-summary-kill-same-subject (&optional unmark)
7457   "Mark articles which has the same subject as read.
7458 If UNMARK is positive, remove any kind of mark.
7459 If UNMARK is negative, tick articles."
7460   (interactive "P")
7461   (when unmark
7462     (setq unmark (prefix-numeric-value unmark)))
7463   (let ((count
7464          (gnus-summary-mark-same-subject
7465           (gnus-summary-article-subject) unmark)))
7466     ;; If marked as read, go to next unread subject.
7467     (when (null unmark)
7468       ;; Go to next unread subject.
7469       (gnus-summary-next-subject 1 t))
7470     (gnus-message 7 "%d articles are marked as %s"
7471                   count (if unmark "unread" "read"))))
7472
7473 (defun gnus-summary-mark-same-subject (subject &optional unmark)
7474   "Mark articles with same SUBJECT as read, and return marked number.
7475 If optional argument UNMARK is positive, remove any kinds of marks.
7476 If optional argument UNMARK is negative, mark articles as unread instead."
7477   (let ((count 1))
7478     (save-excursion
7479       (cond
7480        ((null unmark)                   ; Mark as read.
7481         (while (and
7482                 (progn
7483                   (gnus-summary-mark-article-as-read gnus-killed-mark)
7484                   (gnus-summary-show-thread) t)
7485                 (gnus-summary-find-subject subject))
7486           (setq count (1+ count))))
7487        ((> unmark 0)                    ; Tick.
7488         (while (and
7489                 (progn
7490                   (gnus-summary-mark-article-as-unread gnus-ticked-mark)
7491                   (gnus-summary-show-thread) t)
7492                 (gnus-summary-find-subject subject))
7493           (setq count (1+ count))))
7494        (t                               ; Mark as unread.
7495         (while (and
7496                 (progn
7497                   (gnus-summary-mark-article-as-unread gnus-unread-mark)
7498                   (gnus-summary-show-thread) t)
7499                 (gnus-summary-find-subject subject))
7500           (setq count (1+ count)))))
7501       (gnus-set-mode-line 'summary)
7502       ;; Return the number of marked articles.
7503       count)))
7504
7505 (defun gnus-summary-mark-as-processable (n &optional unmark)
7506   "Set the process mark on the next N articles.
7507 If N is negative, mark backward instead.  If UNMARK is non-nil, remove
7508 the process mark instead.  The difference between N and the actual
7509 number of articles marked is returned."
7510   (interactive "p")
7511   (let ((backward (< n 0))
7512         (n (abs n)))
7513     (while (and
7514             (> n 0)
7515             (if unmark
7516                 (gnus-summary-remove-process-mark
7517                  (gnus-summary-article-number))
7518               (gnus-summary-set-process-mark (gnus-summary-article-number)))
7519             (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
7520       (setq n (1- n)))
7521     (when (/= 0 n)
7522       (gnus-message 7 "No more articles"))
7523     (gnus-summary-recenter)
7524     (gnus-summary-position-point)
7525     n))
7526
7527 (defun gnus-summary-unmark-as-processable (n)
7528   "Remove the process mark from the next N articles.
7529 If N is negative, unmark backward instead.  The difference between N and
7530 the actual number of articles unmarked is returned."
7531   (interactive "p")
7532   (gnus-summary-mark-as-processable n t))
7533
7534 (defun gnus-summary-unmark-all-processable ()
7535   "Remove the process mark from all articles."
7536   (interactive)
7537   (save-excursion
7538     (while gnus-newsgroup-processable
7539       (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
7540   (gnus-summary-position-point))
7541
7542 (defun gnus-summary-mark-as-expirable (n)
7543   "Mark N articles forward as expirable.
7544 If N is negative, mark backward instead.  The difference between N and
7545 the actual number of articles marked is returned."
7546   (interactive "p")
7547   (gnus-summary-mark-forward n gnus-expirable-mark))
7548
7549 (defun gnus-summary-mark-article-as-replied (article)
7550   "Mark ARTICLE replied and update the summary line."
7551   (push article gnus-newsgroup-replied)
7552   (let ((buffer-read-only nil))
7553     (when (gnus-summary-goto-subject article)
7554       (gnus-summary-update-secondary-mark article))))
7555
7556 (defun gnus-summary-set-bookmark (article)
7557   "Set a bookmark in current article."
7558   (interactive (list (gnus-summary-article-number)))
7559   (when (or (not (get-buffer gnus-article-buffer))
7560             (not gnus-current-article)
7561             (not gnus-article-current)
7562             (not (equal gnus-newsgroup-name (car gnus-article-current))))
7563     (error "No current article selected"))
7564   ;; Remove old bookmark, if one exists.
7565   (let ((old (assq article gnus-newsgroup-bookmarks)))
7566     (when old
7567       (setq gnus-newsgroup-bookmarks
7568             (delq old gnus-newsgroup-bookmarks))))
7569   ;; Set the new bookmark, which is on the form
7570   ;; (article-number . line-number-in-body).
7571   (push
7572    (cons article
7573          (save-excursion
7574            (set-buffer gnus-article-buffer)
7575            (count-lines
7576             (min (point)
7577                  (save-excursion
7578                    (goto-char (point-min))
7579                    (search-forward "\n\n" nil t)
7580                    (point)))
7581             (point))))
7582    gnus-newsgroup-bookmarks)
7583   (gnus-message 6 "A bookmark has been added to the current article."))
7584
7585 (defun gnus-summary-remove-bookmark (article)
7586   "Remove the bookmark from the current article."
7587   (interactive (list (gnus-summary-article-number)))
7588   ;; Remove old bookmark, if one exists.
7589   (let ((old (assq article gnus-newsgroup-bookmarks)))
7590     (if old
7591         (progn
7592           (setq gnus-newsgroup-bookmarks
7593                 (delq old gnus-newsgroup-bookmarks))
7594           (gnus-message 6 "Removed bookmark."))
7595       (gnus-message 6 "No bookmark in current article."))))
7596
7597 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
7598 (defun gnus-summary-mark-as-dormant (n)
7599   "Mark N articles forward as dormant.
7600 If N is negative, mark backward instead.  The difference between N and
7601 the actual number of articles marked is returned."
7602   (interactive "p")
7603   (gnus-summary-mark-forward n gnus-dormant-mark))
7604
7605 (defun gnus-summary-set-process-mark (article)
7606   "Set the process mark on ARTICLE and update the summary line."
7607   (setq gnus-newsgroup-processable
7608         (cons article
7609               (delq article gnus-newsgroup-processable)))
7610   (when (gnus-summary-goto-subject article)
7611     (gnus-summary-show-thread)
7612     (gnus-summary-update-secondary-mark article)))
7613
7614 (defun gnus-summary-remove-process-mark (article)
7615   "Remove the process mark from ARTICLE and update the summary line."
7616   (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
7617   (when (gnus-summary-goto-subject article)
7618     (gnus-summary-show-thread)
7619     (gnus-summary-update-secondary-mark article)))
7620
7621 (defun gnus-summary-set-saved-mark (article)
7622   "Set the process mark on ARTICLE and update the summary line."
7623   (push article gnus-newsgroup-saved)
7624   (when (gnus-summary-goto-subject article)
7625     (gnus-summary-update-secondary-mark article)))
7626
7627 (defun gnus-summary-mark-forward (n &optional mark no-expire)
7628   "Mark N articles as read forwards.
7629 If N is negative, mark backwards instead.  Mark with MARK, ?r by default.
7630 The difference between N and the actual number of articles marked is
7631 returned."
7632   (interactive "p")
7633   (let ((backward (< n 0))
7634         (gnus-summary-goto-unread
7635          (and gnus-summary-goto-unread
7636               (not (eq gnus-summary-goto-unread 'never))
7637               (not (memq mark (list gnus-unread-mark
7638                                     gnus-ticked-mark gnus-dormant-mark)))))
7639         (n (abs n))
7640         (mark (or mark gnus-del-mark)))
7641     (while (and (> n 0)
7642                 (gnus-summary-mark-article nil mark no-expire)
7643                 (zerop (gnus-summary-next-subject
7644                         (if backward -1 1)
7645                         (and gnus-summary-goto-unread
7646                              (not (eq gnus-summary-goto-unread 'never)))
7647                         t)))
7648       (setq n (1- n)))
7649     (when (/= 0 n)
7650       (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
7651     (gnus-summary-recenter)
7652     (gnus-summary-position-point)
7653     (gnus-set-mode-line 'summary)
7654     n))
7655
7656 (defun gnus-summary-mark-article-as-read (mark)
7657   "Mark the current article quickly as read with MARK."
7658   (let ((article (gnus-summary-article-number)))
7659     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
7660     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
7661     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
7662     (push (cons article mark) gnus-newsgroup-reads)
7663     ;; Possibly remove from cache, if that is used.
7664     (when gnus-use-cache
7665       (gnus-cache-enter-remove-article article))
7666     ;; Allow the backend to change the mark.
7667     (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
7668     ;; Check for auto-expiry.
7669     (when (and gnus-newsgroup-auto-expire
7670                (or (= mark gnus-killed-mark) (= mark gnus-del-mark)
7671                    (= mark gnus-catchup-mark) (= mark gnus-low-score-mark)
7672                    (= mark gnus-ancient-mark)
7673                    (= mark gnus-read-mark) (= mark gnus-souped-mark)
7674                    (= mark gnus-duplicate-mark)))
7675       (setq mark gnus-expirable-mark)
7676       (push article gnus-newsgroup-expirable))
7677     ;; Set the mark in the buffer.
7678     (gnus-summary-update-mark mark 'unread)
7679     t))
7680
7681 (defun gnus-summary-mark-article-as-unread (mark)
7682   "Mark the current article quickly as unread with MARK."
7683   (let* ((article (gnus-summary-article-number))
7684          (old-mark (gnus-summary-article-mark article)))
7685     (if (eq mark old-mark)
7686         t
7687       (if (<= article 0)
7688           (progn
7689             (gnus-error 1 "Can't mark negative article numbers")
7690             nil)
7691         (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
7692         (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
7693         (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
7694         (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
7695         (cond ((= mark gnus-ticked-mark)
7696                (push article gnus-newsgroup-marked))
7697               ((= mark gnus-dormant-mark)
7698                (push article gnus-newsgroup-dormant))
7699               (t
7700                (push article gnus-newsgroup-unreads)))
7701         (gnus-pull article gnus-newsgroup-reads)
7702
7703         ;; See whether the article is to be put in the cache.
7704         (and gnus-use-cache
7705              (vectorp (gnus-summary-article-header article))
7706              (save-excursion
7707                (gnus-cache-possibly-enter-article
7708                 gnus-newsgroup-name article
7709                 (gnus-summary-article-header article)
7710                 (= mark gnus-ticked-mark)
7711                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
7712
7713         ;; Fix the mark.
7714         (gnus-summary-update-mark mark 'unread)
7715         t))))
7716
7717 (defun gnus-summary-mark-article (&optional article mark no-expire)
7718   "Mark ARTICLE with MARK.  MARK can be any character.
7719 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
7720 `??' (dormant) and `?E' (expirable).
7721 If MARK is nil, then the default character `?D' is used.
7722 If ARTICLE is nil, then the article on the current line will be
7723 marked."
7724   ;; The mark might be a string.
7725   (when (stringp mark)
7726     (setq mark (aref mark 0)))
7727   ;; If no mark is given, then we check auto-expiring.
7728   (and (not no-expire)
7729        gnus-newsgroup-auto-expire
7730        (or (not mark)
7731            (and (gnus-characterp mark)
7732                 (or (= mark gnus-killed-mark) (= mark gnus-del-mark)
7733                     (= mark gnus-catchup-mark) (= mark gnus-low-score-mark)
7734                     (= mark gnus-read-mark) (= mark gnus-souped-mark)
7735                     (= mark gnus-duplicate-mark))))
7736        (setq mark gnus-expirable-mark))
7737   (let* ((mark (or mark gnus-del-mark))
7738          (article (or article (gnus-summary-article-number)))
7739          (old-mark (gnus-summary-article-mark article)))
7740     (if (eq mark old-mark)
7741         t
7742       (unless article
7743         (error "No article on current line"))
7744       (if (not (if (or (= mark gnus-unread-mark)
7745                        (= mark gnus-ticked-mark)
7746                        (= mark gnus-dormant-mark))
7747                    (gnus-mark-article-as-unread article mark)
7748                  (gnus-mark-article-as-read article mark)))
7749           t
7750         ;; See whether the article is to be put in the cache.
7751         (and gnus-use-cache
7752              (not (= mark gnus-canceled-mark))
7753              (vectorp (gnus-summary-article-header article))
7754              (save-excursion
7755                (gnus-cache-possibly-enter-article
7756                 gnus-newsgroup-name article
7757                 (gnus-summary-article-header article)
7758                 (= mark gnus-ticked-mark)
7759                 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
7760
7761         (when (gnus-summary-goto-subject article nil t)
7762           (let ((buffer-read-only nil))
7763             (gnus-summary-show-thread)
7764             ;; Fix the mark.
7765             (gnus-summary-update-mark mark 'unread)
7766             t))))))
7767
7768 (defun gnus-summary-update-secondary-mark (article)
7769   "Update the secondary (read, process, cache) mark."
7770   (gnus-summary-update-mark
7771    (cond ((memq article gnus-newsgroup-processable)
7772           gnus-process-mark)
7773          ((memq article gnus-newsgroup-cached)
7774           gnus-cached-mark)
7775          ((memq article gnus-newsgroup-replied)
7776           gnus-replied-mark)
7777          ((memq article gnus-newsgroup-saved)
7778           gnus-saved-mark)
7779          (t gnus-unread-mark))
7780    'replied)
7781   (when (gnus-visual-p 'summary-highlight 'highlight)
7782     (gnus-run-hooks 'gnus-summary-update-hook))
7783   t)
7784
7785 (defun gnus-summary-update-mark (mark type)
7786   (let ((forward (cdr (assq type gnus-summary-mark-positions)))
7787         (buffer-read-only nil))
7788     (re-search-backward "[\n\r]" (gnus-point-at-bol) 'move-to-limit)
7789     (when (looking-at "\r")
7790       (incf forward))
7791     (when (and forward
7792                (<= (+ forward (point)) (point-max)))
7793       ;; Go to the right position on the line.
7794       (goto-char (+ forward (point)))
7795       ;; Replace the old mark with the new mark.
7796       (subst-char-in-region (point) (1+ (point)) (following-char) mark)
7797       ;; Optionally update the marks by some user rule.
7798       (when (eq type 'unread)
7799         (gnus-data-set-mark
7800          (gnus-data-find (gnus-summary-article-number)) mark)
7801         (gnus-summary-update-line (eq mark gnus-unread-mark))))))
7802
7803 (defun gnus-mark-article-as-read (article &optional mark)
7804   "Enter ARTICLE in the pertinent lists and remove it from others."
7805   ;; Make the article expirable.
7806   (let ((mark (or mark gnus-del-mark)))
7807     (if (= mark gnus-expirable-mark)
7808         (push article gnus-newsgroup-expirable)
7809       (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)))
7810     ;; Remove from unread and marked lists.
7811     (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
7812     (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
7813     (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
7814     (push (cons article mark) gnus-newsgroup-reads)
7815     ;; Possibly remove from cache, if that is used.
7816     (when gnus-use-cache
7817       (gnus-cache-enter-remove-article article))
7818     t))
7819
7820 (defun gnus-mark-article-as-unread (article &optional mark)
7821   "Enter ARTICLE in the pertinent lists and remove it from others."
7822   (let ((mark (or mark gnus-ticked-mark)))
7823     (if (<= article 0)
7824         (progn
7825           (gnus-error 1 "Can't mark negative article numbers")
7826           nil)
7827       (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked)
7828             gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant)
7829             gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)
7830             gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
7831
7832       ;; Unsuppress duplicates?
7833       (when gnus-suppress-duplicates
7834         (gnus-dup-unsuppress-article article))
7835
7836       (cond ((= mark gnus-ticked-mark)
7837              (push article gnus-newsgroup-marked))
7838             ((= mark gnus-dormant-mark)
7839              (push article gnus-newsgroup-dormant))
7840             (t
7841              (push article gnus-newsgroup-unreads)))
7842       (gnus-pull article gnus-newsgroup-reads)
7843       t)))
7844
7845 (defalias 'gnus-summary-mark-as-unread-forward
7846   'gnus-summary-tick-article-forward)
7847 (make-obsolete 'gnus-summary-mark-as-unread-forward
7848                'gnus-summary-tick-article-forward)
7849 (defun gnus-summary-tick-article-forward (n)
7850   "Tick N articles forwards.
7851 If N is negative, tick backwards instead.
7852 The difference between N and the number of articles ticked is returned."
7853   (interactive "p")
7854   (gnus-summary-mark-forward n gnus-ticked-mark))
7855
7856 (defalias 'gnus-summary-mark-as-unread-backward
7857   'gnus-summary-tick-article-backward)
7858 (make-obsolete 'gnus-summary-mark-as-unread-backward
7859                'gnus-summary-tick-article-backward)
7860 (defun gnus-summary-tick-article-backward (n)
7861   "Tick N articles backwards.
7862 The difference between N and the number of articles ticked is returned."
7863   (interactive "p")
7864   (gnus-summary-mark-forward (- n) gnus-ticked-mark))
7865
7866 (defalias 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
7867 (make-obsolete 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
7868 (defun gnus-summary-tick-article (&optional article clear-mark)
7869   "Mark current article as unread.
7870 Optional 1st argument ARTICLE specifies article number to be marked as unread.
7871 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
7872   (interactive)
7873   (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
7874                                        gnus-ticked-mark)))
7875
7876 (defun gnus-summary-mark-as-read-forward (n)
7877   "Mark N articles as read forwards.
7878 If N is negative, mark backwards instead.
7879 The difference between N and the actual number of articles marked is
7880 returned."
7881   (interactive "p")
7882   (gnus-summary-mark-forward n gnus-del-mark t))
7883
7884 (defun gnus-summary-mark-as-read-backward (n)
7885   "Mark the N articles as read backwards.
7886 The difference between N and the actual number of articles marked is
7887 returned."
7888   (interactive "p")
7889   (gnus-summary-mark-forward (- n) gnus-del-mark t))
7890
7891 (defun gnus-summary-mark-as-read (&optional article mark)
7892   "Mark current article as read.
7893 ARTICLE specifies the article to be marked as read.
7894 MARK specifies a string to be inserted at the beginning of the line."
7895   (gnus-summary-mark-article article mark))
7896
7897 (defun gnus-summary-clear-mark-forward (n)
7898   "Clear marks from N articles forward.
7899 If N is negative, clear backward instead.
7900 The difference between N and the number of marks cleared is returned."
7901   (interactive "p")
7902   (gnus-summary-mark-forward n gnus-unread-mark))
7903
7904 (defun gnus-summary-clear-mark-backward (n)
7905   "Clear marks from N articles backward.
7906 The difference between N and the number of marks cleared is returned."
7907   (interactive "p")
7908   (gnus-summary-mark-forward (- n) gnus-unread-mark))
7909
7910 (defun gnus-summary-mark-unread-as-read ()
7911   "Intended to be used by `gnus-summary-mark-article-hook'."
7912   (when (memq gnus-current-article gnus-newsgroup-unreads)
7913     (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
7914
7915 (defun gnus-summary-mark-read-and-unread-as-read ()
7916   "Intended to be used by `gnus-summary-mark-article-hook'."
7917   (let ((mark (gnus-summary-article-mark)))
7918     (when (or (gnus-unread-mark-p mark)
7919               (gnus-read-mark-p mark))
7920       (gnus-summary-mark-article gnus-current-article gnus-read-mark))))
7921
7922 (defun gnus-summary-mark-region-as-read (point mark all)
7923   "Mark all unread articles between point and mark as read.
7924 If given a prefix, mark all articles between point and mark as read,
7925 even ticked and dormant ones."
7926   (interactive "r\nP")
7927   (save-excursion
7928     (let (article)
7929       (goto-char point)
7930       (beginning-of-line)
7931       (while (and
7932               (< (point) mark)
7933               (progn
7934                 (when (or all
7935                           (memq (setq article (gnus-summary-article-number))
7936                                 gnus-newsgroup-unreads))
7937                   (gnus-summary-mark-article article gnus-del-mark))
7938                 t)
7939               (gnus-summary-find-next))))))
7940
7941 (defun gnus-summary-mark-below (score mark)
7942   "Mark articles with score less than SCORE with MARK."
7943   (interactive "P\ncMark: ")
7944   (setq score (if score
7945                   (prefix-numeric-value score)
7946                 (or gnus-summary-default-score 0)))
7947   (save-excursion
7948     (set-buffer gnus-summary-buffer)
7949     (goto-char (point-min))
7950     (while
7951         (progn
7952           (and (< (gnus-summary-article-score) score)
7953                (gnus-summary-mark-article nil mark))
7954           (gnus-summary-find-next)))))
7955
7956 (defun gnus-summary-kill-below (&optional score)
7957   "Mark articles with score below SCORE as read."
7958   (interactive "P")
7959   (gnus-summary-mark-below score gnus-killed-mark))
7960
7961 (defun gnus-summary-clear-above (&optional score)
7962   "Clear all marks from articles with score above SCORE."
7963   (interactive "P")
7964   (gnus-summary-mark-above score gnus-unread-mark))
7965
7966 (defun gnus-summary-tick-above (&optional score)
7967   "Tick all articles with score above SCORE."
7968   (interactive "P")
7969   (gnus-summary-mark-above score gnus-ticked-mark))
7970
7971 (defun gnus-summary-mark-above (score mark)
7972   "Mark articles with score over SCORE with MARK."
7973   (interactive "P\ncMark: ")
7974   (setq score (if score
7975                   (prefix-numeric-value score)
7976                 (or gnus-summary-default-score 0)))
7977   (save-excursion
7978     (set-buffer gnus-summary-buffer)
7979     (goto-char (point-min))
7980     (while (and (progn
7981                   (when (> (gnus-summary-article-score) score)
7982                     (gnus-summary-mark-article nil mark))
7983                   t)
7984                 (gnus-summary-find-next)))))
7985
7986 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
7987 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
7988 (defun gnus-summary-limit-include-expunged (&optional no-error)
7989   "Display all the hidden articles that were expunged for low scores."
7990   (interactive)
7991   (let ((buffer-read-only nil))
7992     (let ((scored gnus-newsgroup-scored)
7993           headers h)
7994       (while scored
7995         (unless (gnus-summary-goto-subject (caar scored))
7996           (and (setq h (gnus-summary-article-header (caar scored)))
7997                (< (cdar scored) gnus-summary-expunge-below)
7998                (push h headers)))
7999         (setq scored (cdr scored)))
8000       (if (not headers)
8001           (when (not no-error)
8002             (error "No expunged articles hidden"))
8003         (goto-char (point-min))
8004         (gnus-summary-prepare-unthreaded (nreverse headers))
8005         (goto-char (point-min))
8006         (gnus-summary-position-point)
8007         t))))
8008
8009 (defun gnus-summary-catchup (&optional all quietly to-here not-mark)
8010   "Mark all unread articles in this newsgroup as read.
8011 If prefix argument ALL is non-nil, ticked and dormant articles will
8012 also be marked as read.
8013 If QUIETLY is non-nil, no questions will be asked.
8014 If TO-HERE is non-nil, it should be a point in the buffer.  All
8015 articles before this point will be marked as read.
8016 Note that this function will only catch up the unread article
8017 in the current summary buffer limitation.
8018 The number of articles marked as read is returned."
8019   (interactive "P")
8020   (prog1
8021       (save-excursion
8022         (when (or quietly
8023                   (not gnus-interactive-catchup) ;Without confirmation?
8024                   gnus-expert-user
8025                   (gnus-y-or-n-p
8026                    (if all
8027                        "Mark absolutely all articles as read? "
8028                      "Mark all unread articles as read? ")))
8029           (if (and not-mark
8030                    (not gnus-newsgroup-adaptive)
8031                    (not gnus-newsgroup-auto-expire)
8032                    (not gnus-suppress-duplicates)
8033                    (or (not gnus-use-cache)
8034                        (eq gnus-use-cache 'passive)))
8035               (progn
8036                 (when all
8037                   (setq gnus-newsgroup-marked nil
8038                         gnus-newsgroup-dormant nil))
8039                 (setq gnus-newsgroup-unreads gnus-newsgroup-downloadable))
8040             ;; We actually mark all articles as canceled, which we
8041             ;; have to do when using auto-expiry or adaptive scoring.
8042             (gnus-summary-show-all-threads)
8043             (when (gnus-summary-first-subject (not all) t)
8044               (while (and
8045                       (if to-here (< (point) to-here) t)
8046                       (gnus-summary-mark-article-as-read gnus-catchup-mark)
8047                       (gnus-summary-find-next (not all) nil nil t))))
8048             (gnus-set-mode-line 'summary))
8049           t))
8050     (gnus-summary-position-point)))
8051
8052 (defun gnus-summary-catchup-to-here (&optional all)
8053   "Mark all unticked articles before the current one as read.
8054 If ALL is non-nil, also mark ticked and dormant articles as read."
8055   (interactive "P")
8056   (save-excursion
8057     (gnus-save-hidden-threads
8058       (let ((beg (point)))
8059         ;; We check that there are unread articles.
8060         (when (or all (gnus-summary-find-prev))
8061           (gnus-summary-catchup all t beg)))))
8062   (gnus-summary-position-point))
8063
8064 (defun gnus-summary-catchup-all (&optional quietly)
8065   "Mark all articles in this newsgroup as read."
8066   (interactive "P")
8067   (gnus-summary-catchup t quietly))
8068
8069 (defun gnus-summary-catchup-and-exit (&optional all quietly)
8070   "Mark all articles not marked as unread in this newsgroup as read, then exit.
8071 If prefix argument ALL is non-nil, all articles are marked as read."
8072   (interactive "P")
8073   (when (gnus-summary-catchup all quietly nil 'fast)
8074     ;; Select next newsgroup or exit.
8075     (if (and (not (gnus-group-quit-config gnus-newsgroup-name))
8076              (eq gnus-auto-select-next 'quietly))
8077         (gnus-summary-next-group nil)
8078       (gnus-summary-exit))))
8079
8080 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
8081   "Mark all articles in this newsgroup as read, and then exit."
8082   (interactive "P")
8083   (gnus-summary-catchup-and-exit t quietly))
8084
8085 ;; Suggested by "Arne Eofsson" <arne@hodgkin.mbi.ucla.edu>.
8086 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
8087   "Mark all articles in this group as read and select the next group.
8088 If given a prefix, mark all articles, unread as well as ticked, as
8089 read."
8090   (interactive "P")
8091   (save-excursion
8092     (gnus-summary-catchup all))
8093   (gnus-summary-next-article t nil nil t))
8094
8095 ;; Thread-based commands.
8096
8097 (defun gnus-summary-articles-in-thread (&optional article)
8098   "Return a list of all articles in the current thread.
8099 If ARTICLE is non-nil, return all articles in the thread that starts
8100 with that article."
8101   (let* ((article (or article (gnus-summary-article-number)))
8102          (data (gnus-data-find-list article))
8103          (top-level (gnus-data-level (car data)))
8104          (top-subject
8105           (cond ((null gnus-thread-operation-ignore-subject)
8106                  (gnus-simplify-subject-re
8107                   (mail-header-subject (gnus-data-header (car data)))))
8108                 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
8109                  (gnus-simplify-subject-fuzzy
8110                   (mail-header-subject (gnus-data-header (car data)))))
8111                 (t nil)))
8112          (end-point (save-excursion
8113                       (if (gnus-summary-go-to-next-thread)
8114                           (point) (point-max))))
8115          articles)
8116     (while (and data
8117                 (< (gnus-data-pos (car data)) end-point))
8118       (when (or (not top-subject)
8119                 (string= top-subject
8120                          (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
8121                              (gnus-simplify-subject-fuzzy
8122                               (mail-header-subject
8123                                (gnus-data-header (car data))))
8124                            (gnus-simplify-subject-re
8125                             (mail-header-subject
8126                              (gnus-data-header (car data)))))))
8127         (push (gnus-data-number (car data)) articles))
8128       (unless (and (setq data (cdr data))
8129                    (> (gnus-data-level (car data)) top-level))
8130         (setq data nil)))
8131     ;; Return the list of articles.
8132     (nreverse articles)))
8133
8134 (defun gnus-summary-rethread-current ()
8135   "Rethread the thread the current article is part of."
8136   (interactive)
8137   (let* ((gnus-show-threads t)
8138          (article (gnus-summary-article-number))
8139          (id (mail-header-id (gnus-summary-article-header)))
8140          (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
8141     (unless id
8142       (error "No article on the current line"))
8143     (gnus-rebuild-thread id)
8144     (gnus-summary-goto-subject article)))
8145
8146 (defun gnus-summary-reparent-thread ()
8147   "Make the current article child of the marked (or previous) article.
8148
8149 Note that the re-threading will only work if `gnus-thread-ignore-subject'
8150 is non-nil or the Subject: of both articles are the same."
8151   (interactive)
8152   (unless (not (gnus-group-read-only-p))
8153     (error "The current newsgroup does not support article editing"))
8154   (unless (<= (length gnus-newsgroup-processable) 1)
8155     (error "No more than one article may be marked"))
8156   (save-window-excursion
8157     (let ((gnus-article-buffer " *reparent*")
8158           (current-article (gnus-summary-article-number))
8159           ;; First grab the marked article, otherwise one line up.
8160           (parent-article (if (not (null gnus-newsgroup-processable))
8161                               (car gnus-newsgroup-processable)
8162                             (save-excursion
8163                               (if (eq (forward-line -1) 0)
8164                                   (gnus-summary-article-number)
8165                                 (error "Beginning of summary buffer"))))))
8166       (unless (not (eq current-article parent-article))
8167         (error "An article may not be self-referential"))
8168       (let ((message-id (mail-header-id
8169                          (gnus-summary-article-header parent-article))))
8170         (unless (and message-id (not (equal message-id "")))
8171           (error "No message-id in desired parent"))
8172         ;; We don't want the article to be marked as read.
8173         (let (gnus-mark-article-hook)
8174           (gnus-summary-select-article t t nil current-article))
8175         (set-buffer gnus-original-article-buffer)
8176         (let ((buf (format "%s" (buffer-string))))
8177           (nnheader-temp-write nil
8178             (insert buf)
8179             (goto-char (point-min))
8180             (if (re-search-forward "^References: " nil t)
8181                 (progn
8182                   (re-search-forward "^[^ \t]" nil t)
8183                   (forward-line -1)
8184                   (end-of-line)
8185                   (insert " " message-id))
8186               (insert "References: " message-id "\n"))
8187             (unless (gnus-request-replace-article
8188                      current-article (car gnus-article-current)
8189                      (current-buffer))
8190               (error "Couldn't replace article"))))
8191         (set-buffer gnus-summary-buffer)
8192         (gnus-summary-unmark-all-processable)
8193         (gnus-summary-update-article current-article)
8194         (gnus-summary-rethread-current)
8195         (gnus-message 3 "Article %d is now the child of article %d"
8196                       current-article parent-article)))))
8197
8198 (defun gnus-summary-toggle-threads (&optional arg)
8199   "Toggle showing conversation threads.
8200 If ARG is positive number, turn showing conversation threads on."
8201   (interactive "P")
8202   (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
8203     (setq gnus-show-threads
8204           (if (null arg) (not gnus-show-threads)
8205             (> (prefix-numeric-value arg) 0)))
8206     (gnus-summary-prepare)
8207     (gnus-summary-goto-subject current)
8208     (gnus-message 6 "Threading is now %s" (if gnus-show-threads "on" "off"))
8209     (gnus-summary-position-point)))
8210
8211 (defun gnus-summary-show-all-threads ()
8212   "Show all threads."
8213   (interactive)
8214   (save-excursion
8215     (let ((buffer-read-only nil))
8216       (subst-char-in-region (point-min) (point-max) ?\^M ?\n t)))
8217   (gnus-summary-position-point))
8218
8219 (defun gnus-summary-show-thread ()
8220   "Show thread subtrees.
8221 Returns nil if no thread was there to be shown."
8222   (interactive)
8223   (let ((buffer-read-only nil)
8224         (orig (point))
8225         ;; first goto end then to beg, to have point at beg after let
8226         (end (progn (end-of-line) (point)))
8227         (beg (progn (beginning-of-line) (point))))
8228     (prog1
8229         ;; Any hidden lines here?
8230         (search-forward "\r" end t)
8231       (subst-char-in-region beg end ?\^M ?\n t)
8232       (goto-char orig)
8233       (gnus-summary-position-point))))
8234
8235 (defun gnus-summary-hide-all-threads ()
8236   "Hide all thread subtrees."
8237   (interactive)
8238   (save-excursion
8239     (goto-char (point-min))
8240     (gnus-summary-hide-thread)
8241     (while (zerop (gnus-summary-next-thread 1 t))
8242       (gnus-summary-hide-thread)))
8243   (gnus-summary-position-point))
8244
8245 (defun gnus-summary-hide-thread ()
8246   "Hide thread subtrees.
8247 Returns nil if no threads were there to be hidden."
8248   (interactive)
8249   (let ((buffer-read-only nil)
8250         (start (point))
8251         (article (gnus-summary-article-number)))
8252     (goto-char start)
8253     ;; Go forward until either the buffer ends or the subthread
8254     ;; ends.
8255     (when (and (not (eobp))
8256                (or (zerop (gnus-summary-next-thread 1 t))
8257                    (goto-char (point-max))))
8258       (prog1
8259           (if (and (> (point) start)
8260                    (search-backward "\n" start t))
8261               (progn
8262                 (subst-char-in-region start (point) ?\n ?\^M)
8263                 (gnus-summary-goto-subject article))
8264             (goto-char start)
8265             nil)
8266         ;;(gnus-summary-position-point)
8267         ))))
8268
8269 (defun gnus-summary-go-to-next-thread (&optional previous)
8270   "Go to the same level (or less) next thread.
8271 If PREVIOUS is non-nil, go to previous thread instead.
8272 Return the article number moved to, or nil if moving was impossible."
8273   (let ((level (gnus-summary-thread-level))
8274         (way (if previous -1 1))
8275         (beg (point)))
8276     (forward-line way)
8277     (while (and (not (eobp))
8278                 (< level (gnus-summary-thread-level)))
8279       (forward-line way))
8280     (if (eobp)
8281         (progn
8282           (goto-char beg)
8283           nil)
8284       (setq beg (point))
8285       (prog1
8286           (gnus-summary-article-number)
8287         (goto-char beg)))))
8288
8289 (defun gnus-summary-next-thread (n &optional silent)
8290   "Go to the same level next N'th thread.
8291 If N is negative, search backward instead.
8292 Returns the difference between N and the number of skips actually
8293 done.
8294
8295 If SILENT, don't output messages."
8296   (interactive "p")
8297   (let ((backward (< n 0))
8298         (n (abs n)))
8299     (while (and (> n 0)
8300                 (gnus-summary-go-to-next-thread backward))
8301       (decf n))
8302     (unless silent
8303       (gnus-summary-position-point))
8304     (when (and (not silent) (/= 0 n))
8305       (gnus-message 7 "No more threads"))
8306     n))
8307
8308 (defun gnus-summary-prev-thread (n)
8309   "Go to the same level previous N'th thread.
8310 Returns the difference between N and the number of skips actually
8311 done."
8312   (interactive "p")
8313   (gnus-summary-next-thread (- n)))
8314
8315 (defun gnus-summary-go-down-thread ()
8316   "Go down one level in the current thread."
8317   (let ((children (gnus-summary-article-children)))
8318     (when children
8319       (gnus-summary-goto-subject (car children)))))
8320
8321 (defun gnus-summary-go-up-thread ()
8322   "Go up one level in the current thread."
8323   (let ((parent (gnus-summary-article-parent)))
8324     (when parent
8325       (gnus-summary-goto-subject parent))))
8326
8327 (defun gnus-summary-down-thread (n)
8328   "Go down thread N steps.
8329 If N is negative, go up instead.
8330 Returns the difference between N and how many steps down that were
8331 taken."
8332   (interactive "p")
8333   (let ((up (< n 0))
8334         (n (abs n)))
8335     (while (and (> n 0)
8336                 (if up (gnus-summary-go-up-thread)
8337                   (gnus-summary-go-down-thread)))
8338       (setq n (1- n)))
8339     (gnus-summary-position-point)
8340     (when (/= 0 n)
8341       (gnus-message 7 "Can't go further"))
8342     n))
8343
8344 (defun gnus-summary-up-thread (n)
8345   "Go up thread N steps.
8346 If N is negative, go up instead.
8347 Returns the difference between N and how many steps down that were
8348 taken."
8349   (interactive "p")
8350   (gnus-summary-down-thread (- n)))
8351
8352 (defun gnus-summary-top-thread ()
8353   "Go to the top of the thread."
8354   (interactive)
8355   (while (gnus-summary-go-up-thread))
8356   (gnus-summary-article-number))
8357
8358 (defun gnus-summary-kill-thread (&optional unmark)
8359   "Mark articles under current thread as read.
8360 If the prefix argument is positive, remove any kinds of marks.
8361 If the prefix argument is negative, tick articles instead."
8362   (interactive "P")
8363   (when unmark
8364     (setq unmark (prefix-numeric-value unmark)))
8365   (let ((articles (gnus-summary-articles-in-thread)))
8366     (save-excursion
8367       ;; Expand the thread.
8368       (gnus-summary-show-thread)
8369       ;; Mark all the articles.
8370       (while articles
8371         (gnus-summary-goto-subject (car articles))
8372         (cond ((null unmark)
8373                (gnus-summary-mark-article-as-read gnus-killed-mark))
8374               ((> unmark 0)
8375                (gnus-summary-mark-article-as-unread gnus-unread-mark))
8376               (t
8377                (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
8378         (setq articles (cdr articles))))
8379     ;; Hide killed subtrees.
8380     (and (null unmark)
8381          gnus-thread-hide-killed
8382          (gnus-summary-hide-thread))
8383     ;; If marked as read, go to next unread subject.
8384     (when (null unmark)
8385       ;; Go to next unread subject.
8386       (gnus-summary-next-subject 1 t)))
8387   (gnus-set-mode-line 'summary))
8388
8389 ;; Summary sorting commands
8390
8391 (defun gnus-summary-sort-by-number (&optional reverse)
8392   "Sort the summary buffer by article number.
8393 Argument REVERSE means reverse order."
8394   (interactive "P")
8395   (gnus-summary-sort 'number reverse))
8396
8397 (defun gnus-summary-sort-by-author (&optional reverse)
8398   "Sort the summary buffer by author name alphabetically.
8399 If case-fold-search is non-nil, case of letters is ignored.
8400 Argument REVERSE means reverse order."
8401   (interactive "P")
8402   (gnus-summary-sort 'author reverse))
8403
8404 (defun gnus-summary-sort-by-subject (&optional reverse)
8405   "Sort the summary buffer by subject alphabetically.  `Re:'s are ignored.
8406 If case-fold-search is non-nil, case of letters is ignored.
8407 Argument REVERSE means reverse order."
8408   (interactive "P")
8409   (gnus-summary-sort 'subject reverse))
8410
8411 (defun gnus-summary-sort-by-date (&optional reverse)
8412   "Sort the summary buffer by date.
8413 Argument REVERSE means reverse order."
8414   (interactive "P")
8415   (gnus-summary-sort 'date reverse))
8416
8417 (defun gnus-summary-sort-by-score (&optional reverse)
8418   "Sort the summary buffer by score.
8419 Argument REVERSE means reverse order."
8420   (interactive "P")
8421   (gnus-summary-sort 'score reverse))
8422
8423 (defun gnus-summary-sort-by-lines (&optional reverse)
8424   "Sort the summary buffer by article length.
8425 Argument REVERSE means reverse order."
8426   (interactive "P")
8427   (gnus-summary-sort 'lines reverse))
8428
8429 (defun gnus-summary-sort (predicate reverse)
8430   "Sort summary buffer by PREDICATE.  REVERSE means reverse order."
8431   (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
8432          (article (intern (format "gnus-article-sort-by-%s" predicate)))
8433          (gnus-thread-sort-functions
8434           (list
8435            (if (not reverse)
8436                thread
8437              `(lambda (t1 t2)
8438                 (,thread t2 t1)))))
8439          (gnus-article-sort-functions
8440           (list
8441            (if (not reverse)
8442                article
8443              `(lambda (t1 t2)
8444                 (,article t2 t1)))))
8445          (buffer-read-only)
8446          (gnus-summary-prepare-hook nil))
8447     ;; We do the sorting by regenerating the threads.
8448     (gnus-summary-prepare)
8449     ;; Hide subthreads if needed.
8450     (when (and gnus-show-threads gnus-thread-hide-subtree)
8451       (gnus-summary-hide-all-threads))))
8452
8453 ;; Summary saving commands.
8454
8455 (defun gnus-summary-save-article (&optional n not-saved)
8456   "Save the current article using the default saver function.
8457 If N is a positive number, save the N next articles.
8458 If N is a negative number, save the N previous articles.
8459 If N is nil and any articles have been marked with the process mark,
8460 save those articles instead.
8461 The variable `gnus-default-article-saver' specifies the saver function."
8462   (interactive "P")
8463   (let* ((articles (gnus-summary-work-articles n))
8464          (save-buffer (save-excursion
8465                         (nnheader-set-temp-buffer " *Gnus Save*")))
8466          (num (length articles))
8467          header article file)
8468     (while articles
8469       (setq header (gnus-summary-article-header
8470                     (setq article (pop articles))))
8471       (if (not (vectorp header))
8472           ;; This is a pseudo-article.
8473           (if (assq 'name header)
8474               (gnus-copy-file (cdr (assq 'name header)))
8475             (gnus-message 1 "Article %d is unsaveable" article))
8476         ;; This is a real article.
8477         (save-window-excursion
8478           (gnus-summary-select-article t nil nil article))
8479         (save-excursion
8480           (set-buffer save-buffer)
8481           (erase-buffer)
8482           (insert-buffer-substring gnus-original-article-buffer))
8483         (setq file (gnus-article-save save-buffer file num))
8484         (gnus-summary-remove-process-mark article)
8485         (unless not-saved
8486           (gnus-summary-set-saved-mark article))))
8487     (gnus-kill-buffer save-buffer)
8488     (gnus-summary-position-point)
8489     (gnus-set-mode-line 'summary)
8490     n))
8491
8492 (defun gnus-summary-pipe-output (&optional arg)
8493   "Pipe the current article to a subprocess.
8494 If N is a positive number, pipe the N next articles.
8495 If N is a negative number, pipe the N previous articles.
8496 If N is nil and any articles have been marked with the process mark,
8497 pipe those articles instead."
8498   (interactive "P")
8499   (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe))
8500     (gnus-summary-save-article arg t))
8501   (gnus-configure-windows 'pipe))
8502
8503 (defun gnus-summary-save-article-mail (&optional arg)
8504   "Append the current article to an mail file.
8505 If N is a positive number, save the N next articles.
8506 If N is a negative number, save the N previous articles.
8507 If N is nil and any articles have been marked with the process mark,
8508 save those articles instead."
8509   (interactive "P")
8510   (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
8511     (gnus-summary-save-article arg)))
8512
8513 (defun gnus-summary-save-article-rmail (&optional arg)
8514   "Append the current article to an rmail file.
8515 If N is a positive number, save the N next articles.
8516 If N is a negative number, save the N previous articles.
8517 If N is nil and any articles have been marked with the process mark,
8518 save those articles instead."
8519   (interactive "P")
8520   (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
8521     (gnus-summary-save-article arg)))
8522
8523 (defun gnus-summary-save-article-file (&optional arg)
8524   "Append the current article to a file.
8525 If N is a positive number, save the N next articles.
8526 If N is a negative number, save the N previous articles.
8527 If N is nil and any articles have been marked with the process mark,
8528 save those articles instead."
8529   (interactive "P")
8530   (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
8531     (gnus-summary-save-article arg)))
8532
8533 (defun gnus-summary-write-article-file (&optional arg)
8534   "Write the current article to a file, deleting the previous file.
8535 If N is a positive number, save the N next articles.
8536 If N is a negative number, save the N previous articles.
8537 If N is nil and any articles have been marked with the process mark,
8538 save those articles instead."
8539   (interactive "P")
8540   (let ((gnus-default-article-saver 'gnus-summary-write-to-file))
8541     (gnus-summary-save-article arg)))
8542
8543 (defun gnus-summary-save-article-body-file (&optional arg)
8544   "Append the current article body to a file.
8545 If N is a positive number, save the N next articles.
8546 If N is a negative number, save the N previous articles.
8547 If N is nil and any articles have been marked with the process mark,
8548 save those articles instead."
8549   (interactive "P")
8550   (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
8551     (gnus-summary-save-article arg)))
8552
8553 (defun gnus-summary-pipe-message (program)
8554   "Pipe the current article through PROGRAM."
8555   (interactive "sProgram: ")
8556   (gnus-summary-select-article)
8557   (let ((mail-header-separator "")
8558         (art-buf (get-buffer gnus-article-buffer)))
8559     (gnus-eval-in-buffer-window gnus-article-buffer
8560       (save-restriction
8561         (widen)
8562         (let ((start (window-start))
8563               buffer-read-only)
8564           (message-pipe-buffer-body program)
8565           (set-window-start (get-buffer-window (current-buffer)) start))))))
8566
8567 (defun gnus-get-split-value (methods)
8568   "Return a value based on the split METHODS."
8569   (let (split-name method result match)
8570     (when methods
8571       (save-excursion
8572         (set-buffer gnus-original-article-buffer)
8573         (save-restriction
8574           (nnheader-narrow-to-headers)
8575           (while methods
8576             (goto-char (point-min))
8577             (setq method (pop methods))
8578             (setq match (car method))
8579             (when (cond
8580                    ((stringp match)
8581                     ;; Regular expression.
8582                     (ignore-errors
8583                       (re-search-forward match nil t)))
8584                    ((gnus-functionp match)
8585                     ;; Function.
8586                     (save-restriction
8587                       (widen)
8588                       (setq result (funcall match gnus-newsgroup-name))))
8589                    ((consp match)
8590                     ;; Form.
8591                     (save-restriction
8592                       (widen)
8593                       (setq result (eval match)))))
8594               (setq split-name (append (cdr method) split-name))
8595               (cond ((stringp result)
8596                      (push (expand-file-name
8597                             result gnus-article-save-directory)
8598                            split-name))
8599                     ((consp result)
8600                      (setq split-name (append result split-name)))))))))
8601     split-name))
8602
8603 (defun gnus-valid-move-group-p (group)
8604   (and (boundp group)
8605        (symbol-name group)
8606        (memq 'respool
8607              (assoc (symbol-name
8608                      (car (gnus-find-method-for-group
8609                            (symbol-name group))))
8610                     gnus-valid-select-methods))))
8611
8612 (defun gnus-read-move-group-name (prompt default articles prefix)
8613   "Read a group name."
8614   (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
8615          (minibuffer-confirm-incomplete nil) ; XEmacs
8616          (prom
8617           (format "%s %s to:"
8618                   prompt
8619                   (if (> (length articles) 1)
8620                       (format "these %d articles" (length articles))
8621                     "this article")))
8622          (to-newsgroup
8623           (cond
8624            ((null split-name)
8625             (gnus-completing-read default prom
8626                                   gnus-active-hashtb
8627                                   'gnus-valid-move-group-p
8628                                   nil prefix
8629                                   'gnus-group-history))
8630            ((= 1 (length split-name))
8631             (gnus-completing-read (car split-name) prom
8632                                   gnus-active-hashtb
8633                                   'gnus-valid-move-group-p
8634                                   nil nil
8635                                   'gnus-group-history))
8636            (t
8637             (gnus-completing-read nil prom
8638                                   (mapcar (lambda (el) (list el))
8639                                           (nreverse split-name))
8640                                   nil nil nil
8641                                   'gnus-group-history)))))
8642     (when to-newsgroup
8643       (if (or (string= to-newsgroup "")
8644               (string= to-newsgroup prefix))
8645           (setq to-newsgroup default))
8646       (unless to-newsgroup
8647         (error "No group name entered"))
8648       (or (gnus-active to-newsgroup)
8649           (gnus-activate-group to-newsgroup)
8650           (if (gnus-y-or-n-p (format "No such group: %s.  Create it? "
8651                                      to-newsgroup))
8652               (or (and (gnus-request-create-group
8653                         to-newsgroup (gnus-group-name-to-method to-newsgroup))
8654                        (gnus-activate-group to-newsgroup nil nil
8655                                             (gnus-group-name-to-method
8656                                              to-newsgroup)))
8657                   (error "Couldn't create group %s" to-newsgroup)))
8658           (error "No such group: %s" to-newsgroup)))
8659     to-newsgroup))
8660
8661 ;; Summary extract commands
8662
8663 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
8664   (let ((buffer-read-only nil)
8665         (article (gnus-summary-article-number))
8666         after-article b e)
8667     (unless (gnus-summary-goto-subject article)
8668       (error "No such article: %d" article))
8669     (gnus-summary-position-point)
8670     ;; If all commands are to be bunched up on one line, we collect
8671     ;; them here.
8672     (unless gnus-view-pseudos-separately
8673       (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
8674             files action)
8675         (while ps
8676           (setq action (cdr (assq 'action (car ps))))
8677           (setq files (list (cdr (assq 'name (car ps)))))
8678           (while (and ps (cdr ps)
8679                       (string= (or action "1")
8680                                (or (cdr (assq 'action (cadr ps))) "2")))
8681             (push (cdr (assq 'name (cadr ps))) files)
8682             (setcdr ps (cddr ps)))
8683           (when files
8684             (when (not (string-match "%s" action))
8685               (push " " files))
8686             (push " " files)
8687             (when (assq 'execute (car ps))
8688               (setcdr (assq 'execute (car ps))
8689                       (funcall (if (string-match "%s" action)
8690                                    'format 'concat)
8691                                action
8692                                (mapconcat
8693                                 (lambda (f)
8694                                   (if (equal f " ")
8695                                       f
8696                                     (gnus-quote-arg-for-sh-or-csh f)))
8697                                 files " ")))))
8698           (setq ps (cdr ps)))))
8699     (if (and gnus-view-pseudos (not not-view))
8700         (while pslist
8701           (when (assq 'execute (car pslist))
8702             (gnus-execute-command (cdr (assq 'execute (car pslist)))
8703                                   (eq gnus-view-pseudos 'not-confirm)))
8704           (setq pslist (cdr pslist)))
8705       (save-excursion
8706         (while pslist
8707           (setq after-article (or (cdr (assq 'article (car pslist)))
8708                                   (gnus-summary-article-number)))
8709           (gnus-summary-goto-subject after-article)
8710           (forward-line 1)
8711           (setq b (point))
8712           (insert "    " (file-name-nondirectory
8713                           (cdr (assq 'name (car pslist))))
8714                   ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
8715           (setq e (point))
8716           (forward-line -1)             ; back to `b'
8717           (gnus-add-text-properties
8718            b (1- e) (list 'gnus-number gnus-reffed-article-number
8719                           gnus-mouse-face-prop gnus-mouse-face))
8720           (gnus-data-enter
8721            after-article gnus-reffed-article-number
8722            gnus-unread-mark b (car pslist) 0 (- e b))
8723           (push gnus-reffed-article-number gnus-newsgroup-unreads)
8724           (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
8725           (setq pslist (cdr pslist)))))))
8726
8727 (defun gnus-pseudos< (p1 p2)
8728   (let ((c1 (cdr (assq 'action p1)))
8729         (c2 (cdr (assq 'action p2))))
8730     (and c1 c2 (string< c1 c2))))
8731
8732 (defun gnus-request-pseudo-article (props)
8733   (cond ((assq 'execute props)
8734          (gnus-execute-command (cdr (assq 'execute props)))))
8735   (let ((gnus-current-article (gnus-summary-article-number)))
8736     (gnus-run-hooks 'gnus-mark-article-hook)))
8737
8738 (defun gnus-execute-command (command &optional automatic)
8739   (save-excursion
8740     (gnus-article-setup-buffer)
8741     (set-buffer gnus-article-buffer)
8742     (setq buffer-read-only nil)
8743     (let ((command (if automatic command
8744                      (read-string "Command: " (cons command 0)))))
8745       (erase-buffer)
8746       (insert "$ " command "\n\n")
8747       (if gnus-view-pseudo-asynchronously
8748           (start-process "gnus-execute" (current-buffer) shell-file-name
8749                          shell-command-switch command)
8750         (call-process shell-file-name nil t nil
8751                       shell-command-switch command)))))
8752
8753 ;; Summary kill commands.
8754
8755 (defun gnus-summary-edit-global-kill (article)
8756   "Edit the \"global\" kill file."
8757   (interactive (list (gnus-summary-article-number)))
8758   (gnus-group-edit-global-kill article))
8759
8760 (defun gnus-summary-edit-local-kill ()
8761   "Edit a local kill file applied to the current newsgroup."
8762   (interactive)
8763   (setq gnus-current-headers (gnus-summary-article-header))
8764   (gnus-group-edit-local-kill
8765    (gnus-summary-article-number) gnus-newsgroup-name))
8766
8767 ;;; Header reading.
8768
8769 (defun gnus-read-header (id &optional header)
8770   "Read the headers of article ID and enter them into the Gnus system."
8771   (let ((group gnus-newsgroup-name)
8772         (gnus-override-method
8773          (and (gnus-news-group-p gnus-newsgroup-name)
8774               gnus-refer-article-method))
8775         where)
8776     ;; First we check to see whether the header in question is already
8777     ;; fetched.
8778     (if (stringp id)
8779         ;; This is a Message-ID.
8780         (setq header (or header (gnus-id-to-header id)))
8781       ;; This is an article number.
8782       (setq header (or header (gnus-summary-article-header id))))
8783     (if (and header
8784              (not (gnus-summary-article-sparse-p (mail-header-number header))))
8785         ;; We have found the header.
8786         header
8787       ;; If this is a sparse article, we have to nix out its
8788       ;; previous entry in the thread hashtb.
8789       (when (and header
8790                  (gnus-summary-article-sparse-p (mail-header-number header)))
8791         (let* ((parent (gnus-parent-id (mail-header-references header)))
8792                (thread (and parent (gnus-id-to-thread parent))))
8793           (when thread
8794             (delq (assq header thread) thread))))
8795       ;; We have to really fetch the header to this article.
8796       (save-excursion
8797         (set-buffer nntp-server-buffer)
8798         (when (setq where (gnus-request-head id group))
8799           (nnheader-fold-continuation-lines)
8800           (goto-char (point-max))
8801           (insert ".\n")
8802           (goto-char (point-min))
8803           (insert "211 ")
8804           (princ (cond
8805                   ((numberp id) id)
8806                   ((cdr where) (cdr where))
8807                   (header (mail-header-number header))
8808                   (t gnus-reffed-article-number))
8809                  (current-buffer))
8810           (insert " Article retrieved.\n"))
8811         (if (or (not where)
8812                 (not (setq header (car (gnus-get-newsgroup-headers nil t)))))
8813             ()                          ; Malformed head.
8814           (unless (gnus-summary-article-sparse-p (mail-header-number header))
8815             (when (and (stringp id)
8816                        (not (string= (gnus-group-real-name group)
8817                                      (car where))))
8818               ;; If we fetched by Message-ID and the article came
8819               ;; from a different group, we fudge some bogus article
8820               ;; numbers for this article.
8821               (mail-header-set-number header gnus-reffed-article-number))
8822             (save-excursion
8823               (set-buffer gnus-summary-buffer)
8824               (decf gnus-reffed-article-number)
8825               (gnus-remove-header (mail-header-number header))
8826               (push header gnus-newsgroup-headers)
8827               (setq gnus-current-headers header)
8828               (push (mail-header-number header) gnus-newsgroup-limit)))
8829           header)))))
8830
8831 (defun gnus-remove-header (number)
8832   "Remove header NUMBER from `gnus-newsgroup-headers'."
8833   (if (and gnus-newsgroup-headers
8834            (= number (mail-header-number (car gnus-newsgroup-headers))))
8835       (pop gnus-newsgroup-headers)
8836     (let ((headers gnus-newsgroup-headers))
8837       (while (and (cdr headers)
8838                   (not (= number (mail-header-number (cadr headers)))))
8839         (pop headers))
8840       (when (cdr headers)
8841         (setcdr headers (cddr headers))))))
8842
8843 ;;;
8844 ;;; summary highlights
8845 ;;;
8846
8847 (defun gnus-highlight-selected-summary ()
8848   ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
8849   ;; Highlight selected article in summary buffer
8850   (when gnus-summary-selected-face
8851     (save-excursion
8852       (let* ((beg (progn (beginning-of-line) (point)))
8853              (end (progn (end-of-line) (point)))
8854              ;; Fix by Mike Dugan <dugan@bucrf16.bu.edu>.
8855              (from (if (get-text-property beg gnus-mouse-face-prop)
8856                        beg
8857                      (or (next-single-property-change
8858                           beg gnus-mouse-face-prop nil end)
8859                          beg)))
8860              (to
8861               (if (= from end)
8862                   (- from 2)
8863                 (or (next-single-property-change
8864                      from gnus-mouse-face-prop nil end)
8865                     end))))
8866         ;; If no mouse-face prop on line we will have to = from = end,
8867         ;; so we highlight the entire line instead.
8868         (when (= (+ to 2) from)
8869           (setq from beg)
8870           (setq to end))
8871         (if gnus-newsgroup-selected-overlay
8872             ;; Move old overlay.
8873             (gnus-move-overlay
8874              gnus-newsgroup-selected-overlay from to (current-buffer))
8875           ;; Create new overlay.
8876           (gnus-overlay-put
8877            (setq gnus-newsgroup-selected-overlay (gnus-make-overlay from to))
8878            'face gnus-summary-selected-face))))))
8879
8880 ;; New implementation by Christian Limpach <Christian.Limpach@nice.ch>.
8881 (defun gnus-summary-highlight-line ()
8882   "Highlight current line according to `gnus-summary-highlight'."
8883   (let* ((list gnus-summary-highlight)
8884          (p (point))
8885          (end (progn (end-of-line) (point)))
8886          ;; now find out where the line starts and leave point there.
8887          (beg (progn (beginning-of-line) (point)))
8888          (article (gnus-summary-article-number))
8889          (score (or (cdr (assq (or article gnus-current-article)
8890                                gnus-newsgroup-scored))
8891                     gnus-summary-default-score 0))
8892          (mark (or (gnus-summary-article-mark) gnus-unread-mark))
8893          (inhibit-read-only t))
8894     ;; Eval the cars of the lists until we find a match.
8895     (let ((default gnus-summary-default-score))
8896       (while (and list
8897                   (not (eval (caar list))))
8898         (setq list (cdr list))))
8899     (let ((face (cdar list)))
8900       (unless (eq face (get-text-property beg 'face))
8901         (gnus-put-text-property-excluding-characters-with-faces
8902          beg end 'face
8903          (setq face (if (boundp face) (symbol-value face) face)))
8904         (when gnus-summary-highlight-line-function
8905           (funcall gnus-summary-highlight-line-function article face))))
8906     (goto-char p)))
8907
8908 (defun gnus-update-read-articles (group unread &optional compute)
8909   "Update the list of read articles in GROUP."
8910   (let* ((active (or gnus-newsgroup-active (gnus-active group)))
8911          (entry (gnus-gethash group gnus-newsrc-hashtb))
8912          (info (nth 2 entry))
8913          (prev 1)
8914          (unread (sort (copy-sequence unread) '<))
8915          read)
8916     (if (or (not info) (not active))
8917         ;; There is no info on this group if it was, in fact,
8918         ;; killed.  Gnus stores no information on killed groups, so
8919         ;; there's nothing to be done.
8920         ;; One could store the information somewhere temporarily,
8921         ;; perhaps...  Hmmm...
8922         ()
8923       ;; Remove any negative articles numbers.
8924       (while (and unread (< (car unread) 0))
8925         (setq unread (cdr unread)))
8926       ;; Remove any expired article numbers
8927       (while (and unread (< (car unread) (car active)))
8928         (setq unread (cdr unread)))
8929       ;; Compute the ranges of read articles by looking at the list of
8930       ;; unread articles.
8931       (while unread
8932         (when (/= (car unread) prev)
8933           (push (if (= prev (1- (car unread))) prev
8934                   (cons prev (1- (car unread))))
8935                 read))
8936         (setq prev (1+ (car unread)))
8937         (setq unread (cdr unread)))
8938       (when (<= prev (cdr active))
8939         (push (cons prev (cdr active)) read))
8940       (if compute
8941           (if (> (length read) 1) (nreverse read) read)
8942         (save-excursion
8943           (set-buffer gnus-group-buffer)
8944           (gnus-undo-register
8945             `(progn
8946                (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
8947                (gnus-info-set-read ',info ',(gnus-info-read info))
8948                (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
8949                (gnus-group-update-group ,group t))))
8950         ;; Enter this list into the group info.
8951         (gnus-info-set-read
8952          info (if (> (length read) 1) (nreverse read) read))
8953         ;; Set the number of unread articles in gnus-newsrc-hashtb.
8954         (gnus-get-unread-articles-in-group info (gnus-active group))
8955         t))))
8956
8957 (defun gnus-offer-save-summaries ()
8958   "Offer to save all active summary buffers."
8959   (save-excursion
8960     (let ((buflist (buffer-list))
8961           buffers bufname)
8962       ;; Go through all buffers and find all summaries.
8963       (while buflist
8964         (and (setq bufname (buffer-name (car buflist)))
8965              (string-match "Summary" bufname)
8966              (save-excursion
8967                (set-buffer bufname)
8968                ;; We check that this is, indeed, a summary buffer.
8969                (and (eq major-mode 'gnus-summary-mode)
8970                     ;; Also make sure this isn't bogus.
8971                     gnus-newsgroup-prepared
8972                     ;; Also make sure that this isn't a dead summary buffer.
8973                     (not gnus-dead-summary-mode)))
8974              (push bufname buffers))
8975         (setq buflist (cdr buflist)))
8976       ;; Go through all these summary buffers and offer to save them.
8977       (when buffers
8978         (map-y-or-n-p
8979          "Update summary buffer %s? "
8980          (lambda (buf)
8981            (switch-to-buffer buf)
8982            (gnus-summary-exit))
8983          buffers)))))
8984
8985
8986 ;;; @ for mime-partial
8987 ;;;
8988
8989 (defun gnus-request-partial-message ()
8990   (save-excursion
8991     (let ((number (gnus-summary-article-number))
8992           (group gnus-newsgroup-name)
8993           (mother gnus-article-buffer))
8994       (set-buffer (get-buffer-create " *Partial Article*"))
8995       (erase-buffer)
8996       (setq mime-preview-buffer mother)
8997       (gnus-request-article-this-buffer number group)
8998       (mime-parse-buffer)
8999       )))
9000
9001 (autoload 'mime-combine-message/partial-pieces-automatically
9002   "mime-partial"
9003   "Internal method to combine message/partial messages automatically.")
9004
9005 (mime-add-condition
9006  'action '((type . message)(subtype . partial)
9007            (major-mode . gnus-original-article-mode)
9008            (method . mime-combine-message/partial-pieces-automatically)
9009            (summary-buffer-exp . gnus-summary-buffer)
9010            (request-partial-message-method . gnus-request-partial-message)
9011            ))
9012
9013
9014 ;;; @ end
9015 ;;;
9016
9017 (gnus-ems-redefine)
9018
9019 (provide 'gnus-sum)
9020
9021 (run-hooks 'gnus-sum-load-hook)
9022
9023 ;;; gnus-sum.el ends here