]> code.delx.au - gnu-emacs/blob - lisp/gnus/gnus-sum.el
* lisp/isearch.el (isearch-mode-map): Bind `M-s e' to `isearch-edit-string'.
[gnu-emacs] / lisp / gnus / gnus-sum.el
1 ;;; gnus-sum.el --- summary mode commands for Gnus
2
3 ;; Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
5 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;; Keywords: news
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software: you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation, either version 3 of the License, or
13 ;; (at your option) any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22
23 ;;; Commentary:
24
25 ;;; Code:
26
27 ;; For Emacs <22.2 and XEmacs.
28 (eval-and-compile
29 (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
30 (eval-when-compile
31 (require 'cl))
32 (eval-when-compile
33 (when (featurep 'xemacs)
34 (require 'easy-mmode))) ; for `define-minor-mode'
35
36 (defvar tool-bar-mode)
37 (defvar gnus-tmp-header)
38
39 (require 'gnus)
40 (require 'gnus-group)
41 (require 'gnus-spec)
42 (require 'gnus-range)
43 (require 'gnus-int)
44 (require 'gnus-undo)
45 (require 'gnus-util)
46 (require 'gmm-utils)
47 (require 'mm-decode)
48 (require 'nnoo)
49
50 (autoload 'gnus-summary-limit-include-cached "gnus-cache" nil t)
51 (autoload 'gnus-cache-write-active "gnus-cache")
52 (autoload 'gnus-mailing-list-insinuate "gnus-ml" nil t)
53 (autoload 'turn-on-gnus-mailing-list-mode "gnus-ml" nil t)
54 (autoload 'gnus-pick-line-number "gnus-salt" nil t)
55 (autoload 'mm-uu-dissect "mm-uu")
56 (autoload 'gnus-article-outlook-deuglify-article "deuglify"
57 "Deuglify broken Outlook (Express) articles and redisplay."
58 t)
59 (autoload 'gnus-article-outlook-unwrap-lines "deuglify" nil t)
60 (autoload 'gnus-article-outlook-repair-attribution "deuglify" nil t)
61 (autoload 'gnus-article-outlook-rearrange-citation "deuglify" nil t)
62 (autoload 'nnir-article-rsv "nnir" nil nil 'macro)
63 (autoload 'nnir-article-group "nnir" nil nil 'macro)
64
65 (defcustom gnus-kill-summary-on-exit t
66 "*If non-nil, kill the summary buffer when you exit from it.
67 If nil, the summary will become a \"*Dead Summary*\" buffer, and
68 it will be killed sometime later."
69 :group 'gnus-summary-exit
70 :type 'boolean)
71
72 (defcustom gnus-summary-next-group-on-exit t
73 "If non-nil, go to the next unread newsgroup on summary exit.
74 See `gnus-group-goto-unread'."
75 :link '(custom-manual "(gnus)Group Maneuvering")
76 :group 'gnus-summary-exit
77 :version "23.1" ;; No Gnus
78 :type 'boolean)
79
80 (defcustom gnus-summary-stop-at-end-of-message nil
81 "If non-nil, don't select the next message when using `SPC'."
82 :link '(custom-manual "(gnus)Group Maneuvering")
83 :group 'gnus-summary-maneuvering
84 :version "24.1"
85 :type 'boolean)
86
87 (defcustom gnus-fetch-old-headers nil
88 "*Non-nil means that Gnus will try to build threads by grabbing old headers.
89 If an unread article in the group refers to an older, already
90 read (or just marked as read) article, the old article will not
91 normally be displayed in the Summary buffer. If this variable is
92 t, Gnus will attempt to grab the headers to the old articles, and
93 thereby build complete threads. If it has the value `some', all
94 old headers will be fetched but only enough headers to connect
95 otherwise loose threads will be displayed. This variable can
96 also be a number. In that case, no more than that number of old
97 headers will be fetched. If it has the value `invisible', all
98 old headers will be fetched, but none will be displayed.
99
100 The server has to support NOV for any of this to work.
101
102 This feature can seriously impact performance it ignores all
103 locally cached header entries. Setting it to t for groups for a
104 server that doesn't expire articles (such as news.gmane.org),
105 leads to very slow summary generation."
106 :group 'gnus-thread
107 :type '(choice (const :tag "off" nil)
108 (const :tag "on" t)
109 (const some)
110 (const invisible)
111 number
112 (sexp :menu-tag "other" t)))
113
114 (defcustom gnus-refer-thread-limit 500
115 "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
116 If t, fetch all the available old headers."
117 :group 'gnus-thread
118 :type '(choice number
119 (sexp :menu-tag "other" t)))
120
121 (defcustom gnus-refer-thread-use-nnir nil
122 "*Use nnir to search an entire server when referring threads. A
123 nil value will only search for thread-related articles in the
124 current group."
125 :version "24.1"
126 :group 'gnus-thread
127 :type 'boolean)
128
129 (defcustom gnus-summary-make-false-root 'adopt
130 "*nil means that Gnus won't gather loose threads.
131 If the root of a thread has expired or been read in a previous
132 session, the information necessary to build a complete thread has been
133 lost. Instead of having many small sub-threads from this original thread
134 scattered all over the summary buffer, Gnus can gather them.
135
136 If non-nil, Gnus will try to gather all loose sub-threads from an
137 original thread into one large thread.
138
139 If this variable is non-nil, it should be one of `none', `adopt',
140 `dummy' or `empty'.
141
142 If this variable is `none', Gnus will not make a false root, but just
143 present the sub-threads after another.
144 If this variable is `dummy', Gnus will create a dummy root that will
145 have all the sub-threads as children.
146 If this variable is `adopt', Gnus will make one of the \"children\"
147 the parent and mark all the step-children as such.
148 If this variable is `empty', the \"children\" are printed with empty
149 subject fields. (Or rather, they will be printed with a string
150 given by the `gnus-summary-same-subject' variable.)"
151 :group 'gnus-thread
152 :type '(choice (const :tag "off" nil)
153 (const none)
154 (const dummy)
155 (const adopt)
156 (const empty)))
157
158 (defcustom gnus-summary-make-false-root-always nil
159 "Always make a false dummy root."
160 :version "22.1"
161 :group 'gnus-thread
162 :type 'boolean)
163
164 (defcustom gnus-summary-gather-exclude-subject "^ *$\\|^(none)$"
165 "*A regexp to match subjects to be excluded from loose thread gathering.
166 As loose thread gathering is done on subjects only, that means that
167 there can be many false gatherings performed. By rooting out certain
168 common subjects, gathering might become saner."
169 :group 'gnus-thread
170 :type 'regexp)
171
172 (defcustom gnus-summary-gather-subject-limit nil
173 "*Maximum length of subject comparisons when gathering loose threads.
174 Use nil to compare full subjects. Setting this variable to a low
175 number will help gather threads that have been corrupted by
176 newsreaders chopping off subject lines, but it might also mean that
177 unrelated articles that have subject that happen to begin with the
178 same few characters will be incorrectly gathered.
179
180 If this variable is `fuzzy', Gnus will use a fuzzy algorithm when
181 comparing subjects."
182 :group 'gnus-thread
183 :type '(choice (const :tag "off" nil)
184 (const fuzzy)
185 (sexp :menu-tag "on" t)))
186
187 (defcustom gnus-simplify-subject-functions nil
188 "List of functions taking a string argument that simplify subjects.
189 The functions are applied recursively.
190
191 Useful functions to put in this list include:
192 `gnus-simplify-subject-re', `gnus-simplify-subject-fuzzy',
193 `gnus-simplify-whitespace', and `gnus-simplify-all-whitespace'."
194 :group 'gnus-thread
195 :type '(repeat function))
196
197 (defcustom gnus-simplify-ignored-prefixes nil
198 "*Remove matches for this regexp from subject lines when simplifying fuzzily."
199 :group 'gnus-thread
200 :type '(choice (const :tag "off" nil)
201 regexp))
202
203 (defcustom gnus-build-sparse-threads nil
204 "*If non-nil, fill in the gaps in threads.
205 If `some', only fill in the gaps that are needed to tie loose threads
206 together. If `more', fill in all leaf nodes that Gnus can find. If
207 non-nil and non-`some', fill in all gaps that Gnus manages to guess."
208 :group 'gnus-thread
209 :type '(choice (const :tag "off" nil)
210 (const some)
211 (const more)
212 (sexp :menu-tag "all" t)))
213
214 (defcustom gnus-summary-thread-gathering-function
215 'gnus-gather-threads-by-subject
216 "*Function used for gathering loose threads.
217 There are two pre-defined functions: `gnus-gather-threads-by-subject',
218 which only takes Subjects into consideration; and
219 `gnus-gather-threads-by-references', which compared the References
220 headers of the articles to find matches."
221 :group 'gnus-thread
222 :type '(radio (function-item gnus-gather-threads-by-subject)
223 (function-item gnus-gather-threads-by-references)
224 (function :tag "other")))
225
226 (defcustom gnus-summary-same-subject ""
227 "*String indicating that the current article has the same subject as the previous.
228 This variable will only be used if the value of
229 `gnus-summary-make-false-root' is `empty'."
230 :group 'gnus-summary-format
231 :type 'string)
232
233 (defcustom gnus-summary-goto-unread nil
234 "*If t, many commands will go to the next unread article.
235 This applies to marking commands as well as other commands that
236 \"naturally\" select the next article, like, for instance, `SPC' at
237 the end of an article.
238
239 If nil, the marking commands do NOT go to the next unread article
240 \(they go to the next article instead). If `never', commands that
241 usually go to the next unread article, will go to the next article,
242 whether it is read or not."
243 :version "24.1"
244 :group 'gnus-summary-marks
245 :link '(custom-manual "(gnus)Setting Marks")
246 :type '(choice (const :tag "off" nil)
247 (const never)
248 (sexp :menu-tag "on" t)))
249
250 (defcustom gnus-summary-default-score 0
251 "*Default article score level.
252 All scores generated by the score files will be added to this score.
253 If this variable is nil, scoring will be disabled."
254 :group 'gnus-score-default
255 :type '(choice (const :tag "disable")
256 integer))
257
258 (defcustom gnus-summary-default-high-score 0
259 "*Default threshold for a high scored article.
260 An article will be highlighted as high scored if its score is greater
261 than this score."
262 :version "22.1"
263 :group 'gnus-score-default
264 :type 'integer)
265
266 (defcustom gnus-summary-default-low-score 0
267 "*Default threshold for a low scored article.
268 An article will be highlighted as low scored if its score is smaller
269 than this score."
270 :version "22.1"
271 :group 'gnus-score-default
272 :type 'integer)
273
274 (defcustom gnus-summary-zcore-fuzz 0
275 "*Fuzziness factor for the zcore in the summary buffer.
276 Articles with scores closer than this to `gnus-summary-default-score'
277 will not be marked."
278 :group 'gnus-summary-format
279 :type 'integer)
280
281 (defcustom gnus-simplify-subject-fuzzy-regexp nil
282 "*Strings to be removed when doing fuzzy matches.
283 This can either be a regular expression or list of regular expressions
284 that will be removed from subject strings if fuzzy subject
285 simplification is selected."
286 :group 'gnus-thread
287 :type '(repeat regexp))
288
289 (defcustom gnus-show-threads t
290 "*If non-nil, display threads in summary mode."
291 :group 'gnus-thread
292 :type 'boolean)
293
294 (defcustom gnus-thread-hide-subtree nil
295 "*If non-nil, hide all threads initially.
296 This can be a predicate specifier which says which threads to hide.
297 If threads are hidden, you have to run the command
298 `gnus-summary-show-thread' by hand or select an article."
299 :group 'gnus-thread
300 :type '(radio (sexp :format "Non-nil\n"
301 :match (lambda (widget value)
302 (not (or (consp value) (functionp value))))
303 :value t)
304 (const nil)
305 (sexp :tag "Predicate specifier")))
306
307 (defcustom gnus-thread-hide-killed t
308 "*If non-nil, hide killed threads automatically."
309 :group 'gnus-thread
310 :type 'boolean)
311
312 (defcustom gnus-thread-ignore-subject t
313 "*If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
314 If nil, articles that have different subjects from their parents will
315 start separate threads."
316 :group 'gnus-thread
317 :type 'boolean)
318
319 (defcustom gnus-thread-operation-ignore-subject t
320 "*If non-nil, subjects will be ignored when doing thread commands.
321 This affects commands like `gnus-summary-kill-thread' and
322 `gnus-summary-lower-thread'.
323
324 If this variable is nil, articles in the same thread with different
325 subjects will not be included in the operation in question. If this
326 variable is `fuzzy', only articles that have subjects that are fuzzily
327 equal will be included."
328 :group 'gnus-thread
329 :type '(choice (const :tag "off" nil)
330 (const fuzzy)
331 (sexp :tag "on" t)))
332
333 (defcustom gnus-thread-indent-level 4
334 "*Number that says how much each sub-thread should be indented."
335 :group 'gnus-thread
336 :type 'integer)
337
338 (defcustom gnus-auto-extend-newsgroup t
339 "*If non-nil, extend newsgroup forward and backward when requested."
340 :group 'gnus-summary-choose
341 :type 'boolean)
342
343 (defcustom gnus-auto-select-first t
344 "If non-nil, select an article on group entry.
345 An article is selected automatically when entering a group
346 e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or
347 `gnus-summary-catchup-and-goto-next-group'.
348
349 Which article is selected is controlled by the variable
350 `gnus-auto-select-subject'.
351
352 If you want to prevent automatic selection of articles in some
353 newsgroups, set the variable to nil in `gnus-select-group-hook'."
354 ;; Commands include...
355 ;; \\<gnus-group-mode-map>\\[gnus-group-read-group]
356 ;; \\<gnus-summary-mode-map>\\[gnus-summary-next-page]
357 ;; \\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]
358 :group 'gnus-group-select
359 :type '(choice (const :tag "none" nil)
360 (sexp :menu-tag "first" t)))
361
362 (defcustom gnus-auto-select-subject 'unseen-or-unread
363 "*Says what subject to place under point when entering a group.
364
365 This variable can either be the symbols `first' (place point on the
366 first subject), `unread' (place point on the subject line of the first
367 unread article), `best' (place point on the subject line of the
368 highest-scored article), `unseen' (place point on the subject line of
369 the first unseen article), `unseen-or-unread' (place point on the subject
370 line of the first unseen article or, if all articles have been seen, on the
371 subject line of the first unread article), or a function to be called to
372 place point on some subject line."
373 :version "24.1"
374 :group 'gnus-group-select
375 :type '(choice (const best)
376 (const unread)
377 (const first)
378 (const unseen)
379 (const unseen-or-unread)
380 (function :tag "Function to call")))
381
382 (defcustom gnus-auto-select-next t
383 "*If non-nil, offer to go to the next group from the end of the previous.
384 If the value is t and the next newsgroup is empty, Gnus will exit
385 summary mode and go back to group mode. If the value is neither nil
386 nor t, Gnus will select the following unread newsgroup. In
387 particular, if the value is the symbol `quietly', the next unread
388 newsgroup will be selected without any confirmation, and if it is
389 `almost-quietly', the next group will be selected without any
390 confirmation if you are located on the last article in the group.
391 Finally, if this variable is `slightly-quietly', the `\\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group]' command
392 will go to the next group without confirmation."
393 :group 'gnus-summary-maneuvering
394 :type '(choice (const :tag "off" nil)
395 (const quietly)
396 (const almost-quietly)
397 (const slightly-quietly)
398 (sexp :menu-tag "on" t)))
399
400 (defcustom gnus-auto-select-same nil
401 "*If non-nil, select the next article with the same subject.
402 If there are no more articles with the same subject, go to
403 the first unread article."
404 :group 'gnus-summary-maneuvering
405 :type 'boolean)
406
407 (defcustom gnus-auto-select-on-ephemeral-exit 'next-noselect
408 "What article should be selected after exiting an ephemeral group.
409 Valid values include:
410
411 `next'
412 Select the next article.
413 `next-unread'
414 Select the next unread article.
415 `next-noselect'
416 Move the cursor to the next article. This is the default.
417 `next-unread-noselect'
418 Move the cursor to the next unread article.
419
420 If it has any other value or there is no next (unread) article, the
421 article selected before entering to the ephemeral group will appear."
422 :version "23.1" ;; No Gnus
423 :group 'gnus-summary-maneuvering
424 :type '(choice :format "%{%t%}:\n %[Value Menu%] %v"
425 (const next) (const next-unread)
426 (const next-noselect) (const next-unread-noselect)
427 (sexp :tag "other" :value nil)))
428
429 (defcustom gnus-auto-goto-ignores 'unfetched
430 "*Says how to handle unfetched articles when maneuvering.
431
432 This variable can either be the symbols nil (maneuver to any
433 article), `undownloaded' (maneuvering while unplugged ignores articles
434 that have not been fetched), `always-undownloaded' (maneuvering always
435 ignores articles that have not been fetched), `unfetched' (maneuvering
436 ignores articles whose headers have not been fetched).
437
438 NOTE: The list of unfetched articles will always be nil when plugged
439 and, when unplugged, a subset of the undownloaded article list."
440 :version "22.1"
441 :group 'gnus-summary-maneuvering
442 :type '(choice (const :tag "None" nil)
443 (const :tag "Undownloaded when unplugged" undownloaded)
444 (const :tag "Undownloaded" always-undownloaded)
445 (const :tag "Unfetched" unfetched)))
446
447 (defcustom gnus-summary-check-current nil
448 "*If non-nil, consider the current article when moving.
449 The \"unread\" movement commands will stay on the same line if the
450 current article is unread."
451 :group 'gnus-summary-maneuvering
452 :type 'boolean)
453
454 (defcustom gnus-auto-center-summary
455 (max (or (bound-and-true-p scroll-margin) 0) 2)
456 "*If non-nil, always center the current summary buffer.
457 In particular, if `vertical' do only vertical recentering. If non-nil
458 and non-`vertical', do both horizontal and vertical recentering."
459 :group 'gnus-summary-maneuvering
460 :type '(choice (const :tag "none" nil)
461 (const vertical)
462 (integer :tag "height")
463 (sexp :menu-tag "both" t)))
464
465 (defcustom gnus-auto-center-group t
466 "If non-nil, always center the group buffer."
467 :group 'gnus-summary-maneuvering
468 :type 'boolean)
469
470 (defcustom gnus-show-all-headers nil
471 "*If non-nil, don't hide any headers."
472 :group 'gnus-article-hiding
473 :group 'gnus-article-headers
474 :type 'boolean)
475
476 (defcustom gnus-summary-ignore-duplicates nil
477 "*If non-nil, ignore articles with identical Message-ID headers."
478 :group 'gnus-summary
479 :type 'boolean)
480
481 (defcustom gnus-single-article-buffer nil
482 "*If non-nil, display all articles in the same buffer.
483 If nil, each group will get its own article buffer."
484 :version "24.1"
485 :group 'gnus-article-various
486 :type 'boolean)
487
488 (defcustom gnus-widen-article-window nil
489 "If non-nil, selecting the article buffer will display only the article buffer."
490 :version "24.1"
491 :group 'gnus-article-various
492 :type 'boolean)
493
494 (defcustom gnus-break-pages t
495 "*If non-nil, do page breaking on articles.
496 The page delimiter is specified by the `gnus-page-delimiter'
497 variable."
498 :group 'gnus-article-various
499 :type 'boolean)
500
501 (defcustom gnus-move-split-methods nil
502 "*Variable used to suggest where articles are to be moved to.
503 It uses the same syntax as the `gnus-split-methods' variable.
504 However, whereas `gnus-split-methods' specifies file names as targets,
505 this variable specifies group names."
506 :group 'gnus-summary-mail
507 :type '(repeat (choice (list :value (fun) function)
508 (cons :value ("" "") regexp (repeat string))
509 (sexp :value nil))))
510
511 (defcustom gnus-move-group-prefix-function 'gnus-group-real-prefix
512 "Function used to compute default prefix for article move/copy/etc prompts.
513 The function should take one argument, a group name, and return a
514 string with the suggested prefix."
515 :group 'gnus-summary-mail
516 :type 'function)
517
518 ;; FIXME: Although the custom type is `character' for the following variables,
519 ;; using multibyte characters (Latin-1, UTF-8) doesn't work. -- rs
520
521 (defcustom gnus-unread-mark ? ;Whitespace
522 "*Mark used for unread articles."
523 :group 'gnus-summary-marks
524 :type 'character)
525
526 (defcustom gnus-ticked-mark ?!
527 "*Mark used for ticked articles."
528 :group 'gnus-summary-marks
529 :type 'character)
530
531 (defcustom gnus-dormant-mark ??
532 "*Mark used for dormant articles."
533 :group 'gnus-summary-marks
534 :type 'character)
535
536 (defcustom gnus-del-mark ?r
537 "*Mark used for del'd articles."
538 :group 'gnus-summary-marks
539 :type 'character)
540
541 (defcustom gnus-read-mark ?R
542 "*Mark used for read articles."
543 :group 'gnus-summary-marks
544 :type 'character)
545
546 (defcustom gnus-expirable-mark ?E
547 "*Mark used for expirable articles."
548 :group 'gnus-summary-marks
549 :type 'character)
550
551 (defcustom gnus-killed-mark ?K
552 "*Mark used for killed articles."
553 :group 'gnus-summary-marks
554 :type 'character)
555
556 (defcustom gnus-spam-mark ?$
557 "*Mark used for spam articles."
558 :version "22.1"
559 :group 'gnus-summary-marks
560 :type 'character)
561
562 (defcustom gnus-kill-file-mark ?X
563 "*Mark used for articles killed by kill files."
564 :group 'gnus-summary-marks
565 :type 'character)
566
567 (defcustom gnus-low-score-mark ?Y
568 "*Mark used for articles with a low score."
569 :group 'gnus-summary-marks
570 :type 'character)
571
572 (defcustom gnus-catchup-mark ?C
573 "*Mark used for articles that are caught up."
574 :group 'gnus-summary-marks
575 :type 'character)
576
577 (defcustom gnus-replied-mark ?A
578 "*Mark used for articles that have been replied to."
579 :group 'gnus-summary-marks
580 :type 'character)
581
582 (defcustom gnus-forwarded-mark ?F
583 "*Mark used for articles that have been forwarded."
584 :version "22.1"
585 :group 'gnus-summary-marks
586 :type 'character)
587
588 (defcustom gnus-recent-mark ?N
589 "*Mark used for articles that are recent."
590 :version "22.1"
591 :group 'gnus-summary-marks
592 :type 'character)
593
594 (defcustom gnus-cached-mark ?*
595 "*Mark used for articles that are in the cache."
596 :group 'gnus-summary-marks
597 :type 'character)
598
599 (defcustom gnus-saved-mark ?S
600 "*Mark used for articles that have been saved."
601 :group 'gnus-summary-marks
602 :type 'character)
603
604 (defcustom gnus-unseen-mark ?.
605 "*Mark used for articles that haven't been seen."
606 :version "22.1"
607 :group 'gnus-summary-marks
608 :type 'character)
609
610 (defcustom gnus-no-mark ? ;Whitespace
611 "*Mark used for articles that have no other secondary mark."
612 :version "22.1"
613 :group 'gnus-summary-marks
614 :type 'character)
615
616 (defcustom gnus-ancient-mark ?O
617 "*Mark used for ancient articles."
618 :group 'gnus-summary-marks
619 :type 'character)
620
621 (defcustom gnus-sparse-mark ?Q
622 "*Mark used for sparsely reffed articles."
623 :group 'gnus-summary-marks
624 :type 'character)
625
626 (defcustom gnus-canceled-mark ?G
627 "*Mark used for canceled articles."
628 :group 'gnus-summary-marks
629 :type 'character)
630
631 (defcustom gnus-duplicate-mark ?M
632 "*Mark used for duplicate articles."
633 :group 'gnus-summary-marks
634 :type 'character)
635
636 (defcustom gnus-undownloaded-mark ?-
637 "*Mark used for articles that weren't downloaded."
638 :version "22.1"
639 :group 'gnus-summary-marks
640 :type 'character)
641
642 (defcustom gnus-downloaded-mark ?+
643 "*Mark used for articles that were downloaded."
644 :group 'gnus-summary-marks
645 :type 'character)
646
647 (defcustom gnus-downloadable-mark ?%
648 "*Mark used for articles that are to be downloaded."
649 :group 'gnus-summary-marks
650 :type 'character)
651
652 (defcustom gnus-unsendable-mark ?=
653 "*Mark used for articles that won't be sent."
654 :group 'gnus-summary-marks
655 :type 'character)
656
657 (defcustom gnus-score-over-mark ?+
658 "*Score mark used for articles with high scores."
659 :group 'gnus-summary-marks
660 :type 'character)
661
662 (defcustom gnus-score-below-mark ?-
663 "*Score mark used for articles with low scores."
664 :group 'gnus-summary-marks
665 :type 'character)
666
667 (defcustom gnus-empty-thread-mark ? ;Whitespace
668 "*There is no thread under the article."
669 :group 'gnus-summary-marks
670 :type 'character)
671
672 (defcustom gnus-not-empty-thread-mark ?=
673 "*There is a thread under the article."
674 :group 'gnus-summary-marks
675 :type 'character)
676
677 (defcustom gnus-view-pseudo-asynchronously nil
678 "*If non-nil, Gnus will view pseudo-articles asynchronously."
679 :group 'gnus-extract-view
680 :type 'boolean)
681
682 (defcustom gnus-auto-expirable-marks
683 (list gnus-killed-mark gnus-del-mark gnus-catchup-mark
684 gnus-low-score-mark gnus-ancient-mark gnus-read-mark
685 gnus-duplicate-mark)
686 "*The list of marks converted into expiration if a group is auto-expirable."
687 :version "24.1"
688 :group 'gnus-summary
689 :type '(repeat character))
690
691 (defcustom gnus-inhibit-user-auto-expire t
692 "*If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on."
693 :version "21.1"
694 :group 'gnus-summary
695 :type 'boolean)
696
697 (defcustom gnus-mark-copied-or-moved-articles-as-expirable nil
698 "If non-nil, mark articles copied or moved to auto-expire group as expirable.
699 If nil, the expirable marks will be unchanged except that the marks
700 will be removed when copying or moving articles to a group that has
701 not turned auto-expire on. If non-nil, articles that have been read
702 will be marked as expirable when being copied or moved to a group in
703 which auto-expire is turned on."
704 :version "23.2"
705 :type 'boolean
706 :group 'gnus-summary-marks)
707
708 (defcustom gnus-view-pseudos nil
709 "*If `automatic', pseudo-articles will be viewed automatically.
710 If `not-confirm', pseudos will be viewed automatically, and the user
711 will not be asked to confirm the command."
712 :group 'gnus-extract-view
713 :type '(choice (const :tag "off" nil)
714 (const automatic)
715 (const not-confirm)))
716
717 (defcustom gnus-view-pseudos-separately t
718 "*If non-nil, one pseudo-article will be created for each file to be viewed.
719 If nil, all files that use the same viewing command will be given as a
720 list of parameters to that command."
721 :group 'gnus-extract-view
722 :type 'boolean)
723
724 (defcustom gnus-insert-pseudo-articles t
725 "*If non-nil, insert pseudo-articles when decoding articles."
726 :group 'gnus-extract-view
727 :type 'boolean)
728
729 (defcustom gnus-summary-dummy-line-format
730 " %(: :%) %S\n"
731 "*The format specification for the dummy roots in the summary buffer.
732 It works along the same lines as a normal formatting string,
733 with some simple extensions.
734
735 %S The subject
736
737 General format specifiers can also be used.
738 See `(gnus)Formatting Variables'."
739 :link '(custom-manual "(gnus)Formatting Variables")
740 :group 'gnus-threading
741 :type 'string)
742
743 (defcustom gnus-summary-mode-line-format "Gnus: %g [%A] %Z"
744 "*The format specification for the summary mode line.
745 It works along the same lines as a normal formatting string,
746 with some simple extensions:
747
748 %G Group name
749 %p Unprefixed group name
750 %A Current article number
751 %z Current article score
752 %V Gnus version
753 %U Number of unread articles in the group
754 %e Number of unselected articles in the group
755 %Z A string with unread/unselected article counts
756 %g Shortish group name
757 %S Subject of the current article
758 %u User-defined spec
759 %s Current score file name
760 %d Number of dormant articles
761 %r Number of articles that have been marked as read in this session
762 %E Number of articles expunged by the score files"
763 :group 'gnus-summary-format
764 :type 'string)
765
766 (defcustom gnus-list-identifiers nil
767 "Regexp that matches list identifiers to be removed from subject.
768 This can also be a list of regexps."
769 :version "21.1"
770 :group 'gnus-summary-format
771 :group 'gnus-article-hiding
772 :type '(choice (const :tag "none" nil)
773 (regexp :value ".*")
774 (repeat :value (".*") regexp)))
775
776 (defcustom gnus-summary-mark-below 0
777 "*Mark all articles with a score below this variable as read.
778 This variable is local to each summary buffer and usually set by the
779 score file."
780 :group 'gnus-score-default
781 :type 'integer)
782
783 (defun gnus-widget-reversible-match (widget value)
784 "Ignoring WIDGET, convert VALUE to internal form.
785 VALUE should have the form `FOO' or `(not FOO)', where FOO is an symbol."
786 ;; (debug value)
787 (or (symbolp value)
788 (and (listp value)
789 (eq (length value) 2)
790 (eq (nth 0 value) 'not)
791 (symbolp (nth 1 value)))))
792
793 (defun gnus-widget-reversible-to-internal (widget value)
794 "Ignoring WIDGET, convert VALUE to internal form.
795 VALUE should have the form `FOO' or `(not FOO)', where FOO is an atom.
796 FOO is converted to (FOO nil) and (not FOO) is converted to (FOO t)."
797 ;; (debug value)
798 (if (atom value)
799 (list value nil)
800 (list (nth 1 value) t)))
801
802 (defun gnus-widget-reversible-to-external (widget value)
803 "Ignoring WIDGET, convert VALUE to external form.
804 VALUE should have the form `(FOO nil)' or `(FOO t)', where FOO is an atom.
805 \(FOO nil) is converted to FOO and (FOO t) is converted to (not FOO)."
806 ;; (debug value)
807 (if (nth 1 value)
808 (list 'not (nth 0 value))
809 (nth 0 value)))
810
811 (define-widget 'gnus-widget-reversible 'group
812 "A `group' that convert values."
813 :match 'gnus-widget-reversible-match
814 :value-to-internal 'gnus-widget-reversible-to-internal
815 :value-to-external 'gnus-widget-reversible-to-external)
816
817 (defcustom gnus-article-sort-functions '(gnus-article-sort-by-number)
818 "*List of functions used for sorting articles in the summary buffer.
819
820 Each function takes two articles and returns non-nil if the first
821 article should be sorted before the other. If you use more than one
822 function, the primary sort function should be the last. You should
823 probably always include `gnus-article-sort-by-number' in the list of
824 sorting functions -- preferably first. Also note that sorting by date
825 is often much slower than sorting by number, and the sorting order is
826 very similar. (Sorting by date means sorting by the time the message
827 was sent, sorting by number means sorting by arrival time.)
828
829 Each item can also be a list `(not F)' where F is a function;
830 this reverses the sort order.
831
832 Ready-made functions include `gnus-article-sort-by-number',
833 `gnus-article-sort-by-author', `gnus-article-sort-by-subject',
834 `gnus-article-sort-by-date', `gnus-article-sort-by-random'
835 and `gnus-article-sort-by-score'.
836
837 When threading is turned on, the variable `gnus-thread-sort-functions'
838 controls how articles are sorted."
839 :group 'gnus-summary-sort
840 :type '(repeat (gnus-widget-reversible
841 (choice (function-item gnus-article-sort-by-number)
842 (function-item gnus-article-sort-by-author)
843 (function-item gnus-article-sort-by-subject)
844 (function-item gnus-article-sort-by-date)
845 (function-item gnus-article-sort-by-score)
846 (function-item gnus-article-sort-by-random)
847 (function :tag "other"))
848 (boolean :tag "Reverse order"))))
849
850 (defcustom gnus-thread-sort-functions '(gnus-thread-sort-by-number)
851 "*List of functions used for sorting threads in the summary buffer.
852 By default, threads are sorted by article number.
853
854 Each function takes two threads and returns non-nil if the first
855 thread should be sorted before the other. If you use more than one
856 function, the primary sort function should be the last. You should
857 probably always include `gnus-thread-sort-by-number' in the list of
858 sorting functions -- preferably first. Also note that sorting by date
859 is often much slower than sorting by number, and the sorting order is
860 very similar. (Sorting by date means sorting by the time the message
861 was sent, sorting by number means sorting by arrival time.)
862
863 Each list item can also be a list `(not F)' where F is a
864 function; this specifies reversed sort order.
865
866 Ready-made functions include `gnus-thread-sort-by-number',
867 `gnus-thread-sort-by-author', `gnus-thread-sort-by-recipient'
868 `gnus-thread-sort-by-subject', `gnus-thread-sort-by-date',
869 `gnus-thread-sort-by-score', `gnus-thread-sort-by-most-recent-number',
870 `gnus-thread-sort-by-most-recent-date', `gnus-thread-sort-by-random',
871 and `gnus-thread-sort-by-total-score' (see
872 `gnus-thread-score-function').
873
874 When threading is turned off, the variable
875 `gnus-article-sort-functions' controls how articles are sorted.
876
877 By default, threads and their subthreads are sorted according to
878 the value of this variable. To use a different sorting order for
879 subthreads, customize `gnus-subthread-sort-functions'."
880 :group 'gnus-summary-sort
881 :type '(repeat
882 (gnus-widget-reversible
883 (choice (function-item gnus-thread-sort-by-number)
884 (function-item gnus-thread-sort-by-author)
885 (function-item gnus-thread-sort-by-recipient)
886 (function-item gnus-thread-sort-by-subject)
887 (function-item gnus-thread-sort-by-date)
888 (function-item gnus-thread-sort-by-score)
889 (function-item gnus-thread-sort-by-most-recent-number)
890 (function-item gnus-thread-sort-by-most-recent-date)
891 (function-item gnus-thread-sort-by-random)
892 (function-item gnus-thread-sort-by-total-score)
893 (function :tag "other"))
894 (boolean :tag "Reverse order"))))
895
896 (defcustom gnus-subthread-sort-functions 'gnus-thread-sort-functions
897 "*List of functions used for sorting subthreads in the summary buffer.
898 By default, subthreads are sorted the same as threads, i.e.,
899 according to the value of `gnus-thread-sort-functions'."
900 :group 'gnus-summary-sort
901 :type '(choice
902 (const :tag "Sort subthreads like threads" gnus-thread-sort-functions)
903 (repeat
904 (gnus-widget-reversible
905 (choice (function-item gnus-thread-sort-by-number)
906 (function-item gnus-thread-sort-by-author)
907 (function-item gnus-thread-sort-by-recipient)
908 (function-item gnus-thread-sort-by-subject)
909 (function-item gnus-thread-sort-by-date)
910 (function-item gnus-thread-sort-by-score)
911 (function-item gnus-thread-sort-by-most-recent-number)
912 (function-item gnus-thread-sort-by-most-recent-date)
913 (function-item gnus-thread-sort-by-random)
914 (function-item gnus-thread-sort-by-total-score)
915 (function :tag "other"))
916 (boolean :tag "Reverse order")))))
917
918 (defcustom gnus-thread-score-function '+
919 "*Function used for calculating the total score of a thread.
920
921 The function is called with the scores of the article and each
922 subthread and should then return the score of the thread.
923
924 Some functions you can use are `+', `max', or `min'."
925 :group 'gnus-summary-sort
926 :type 'function)
927
928 (defcustom gnus-summary-expunge-below nil
929 "All articles that have a score less than this variable will be expunged.
930 This variable is local to the summary buffers."
931 :group 'gnus-score-default
932 :type '(choice (const :tag "off" nil)
933 integer))
934
935 (defcustom gnus-thread-expunge-below nil
936 "All threads that have a total score less than this variable will be expunged.
937 See `gnus-thread-score-function' for en explanation of what a
938 \"thread score\" is.
939
940 This variable is local to the summary buffers."
941 :group 'gnus-threading
942 :group 'gnus-score-default
943 :type '(choice (const :tag "off" nil)
944 integer))
945
946 (defcustom gnus-summary-mode-hook nil
947 "*A hook for Gnus summary mode.
948 This hook is run before any variables are set in the summary buffer."
949 :options '(turn-on-gnus-mailing-list-mode gnus-pick-mode)
950 :group 'gnus-summary-various
951 :type 'hook)
952
953 ;; Extracted from gnus-xmas-redefine in order to preserve user settings
954 (when (featurep 'xemacs)
955 (add-hook 'gnus-summary-mode-hook 'gnus-xmas-summary-menu-add)
956 (add-hook 'gnus-summary-mode-hook 'gnus-xmas-setup-summary-toolbar)
957 (add-hook 'gnus-summary-mode-hook
958 'gnus-xmas-switch-horizontal-scrollbar-off))
959
960 (defcustom gnus-summary-menu-hook nil
961 "*Hook run after the creation of the summary mode menu."
962 :group 'gnus-summary-visual
963 :type 'hook)
964
965 (defcustom gnus-summary-exit-hook nil
966 "*A hook called on exit from the summary buffer.
967 It will be called with point in the group buffer."
968 :group 'gnus-summary-exit
969 :type 'hook)
970
971 (defcustom gnus-summary-prepare-hook nil
972 "*A hook called after the summary buffer has been generated.
973 If you want to modify the summary buffer, you can use this hook."
974 :group 'gnus-summary-various
975 :type 'hook)
976
977 (defcustom gnus-summary-prepared-hook nil
978 "*A hook called as the last thing after the summary buffer has been generated."
979 :group 'gnus-summary-various
980 :type 'hook)
981
982 (defcustom gnus-summary-generate-hook nil
983 "*A hook run just before generating the summary buffer.
984 This hook is commonly used to customize threading variables and the
985 like."
986 :group 'gnus-summary-various
987 :type 'hook)
988
989 (defcustom gnus-select-group-hook nil
990 "*A hook called when a newsgroup is selected.
991
992 If you'd like to simplify subjects like the
993 `gnus-summary-next-same-subject' command does, you can use the
994 following hook:
995
996 (add-hook gnus-select-group-hook
997 (lambda ()
998 (mapcar (lambda (header)
999 (mail-header-set-subject
1000 header
1001 (gnus-simplify-subject
1002 (mail-header-subject header) 're-only)))
1003 gnus-newsgroup-headers)))"
1004 :group 'gnus-group-select
1005 :type 'hook)
1006
1007 (defcustom gnus-select-article-hook nil
1008 "*A hook called when an article is selected."
1009 :group 'gnus-summary-choose
1010 :options '(gnus-agent-fetch-selected-article)
1011 :type 'hook)
1012
1013 (defcustom gnus-visual-mark-article-hook
1014 (list 'gnus-highlight-selected-summary)
1015 "*Hook run after selecting an article in the summary buffer.
1016 It is meant to be used for highlighting the article in some way. It
1017 is not run if `gnus-visual' is nil."
1018 :group 'gnus-summary-visual
1019 :type 'hook)
1020
1021 (defcustom gnus-parse-headers-hook nil
1022 "*A hook called before parsing the headers."
1023 :group 'gnus-various
1024 :type 'hook)
1025
1026 (defcustom gnus-exit-group-hook nil
1027 "*A hook called when exiting summary mode.
1028 This hook is not called from the non-updating exit commands like `Q'."
1029 :group 'gnus-various
1030 :type 'hook)
1031
1032 (defcustom gnus-summary-update-hook nil
1033 "*A hook called when a summary line is changed.
1034 The hook will not be called if `gnus-visual' is nil.
1035
1036 The default function `gnus-summary-highlight-line' will
1037 highlight the line according to the `gnus-summary-highlight'
1038 variable."
1039 :group 'gnus-summary-visual
1040 :type 'hook)
1041
1042 (defcustom gnus-mark-article-hook '(gnus-summary-mark-read-and-unread-as-read)
1043 "*A hook called when an article is selected for the first time.
1044 The hook is intended to mark an article as read (or unread)
1045 automatically when it is selected."
1046 :group 'gnus-summary-choose
1047 :type 'hook)
1048
1049 (defcustom gnus-group-no-more-groups-hook nil
1050 "*A hook run when returning to group mode having no more (unread) groups."
1051 :group 'gnus-group-select
1052 :type 'hook)
1053
1054 (defcustom gnus-ps-print-hook nil
1055 "*A hook run before ps-printing something from Gnus."
1056 :group 'gnus-summary
1057 :type 'hook)
1058
1059 (defcustom gnus-summary-article-move-hook nil
1060 "*A hook called after an article is moved, copied, respooled, or crossposted."
1061 :version "22.1"
1062 :group 'gnus-summary
1063 :type 'hook)
1064
1065 (defcustom gnus-summary-article-delete-hook nil
1066 "*A hook called after an article is deleted."
1067 :version "22.1"
1068 :group 'gnus-summary
1069 :type 'hook)
1070
1071 (defcustom gnus-summary-article-expire-hook nil
1072 "*A hook called after an article is expired."
1073 :version "22.1"
1074 :group 'gnus-summary
1075 :type 'hook)
1076
1077 (defcustom gnus-summary-display-arrow
1078 (and (fboundp 'display-graphic-p)
1079 (display-graphic-p))
1080 "*If non-nil, display an arrow highlighting the current article."
1081 :version "22.1"
1082 :group 'gnus-summary
1083 :type 'boolean)
1084
1085 (defcustom gnus-summary-selected-face 'gnus-summary-selected
1086 "Face used for highlighting the current article in the summary buffer."
1087 :group 'gnus-summary-visual
1088 :type 'face)
1089
1090 (defvar gnus-tmp-downloaded nil)
1091
1092 (defcustom gnus-summary-highlight
1093 '(((eq mark gnus-canceled-mark)
1094 . gnus-summary-cancelled)
1095 ((and uncached (> score default-high))
1096 . gnus-summary-high-undownloaded)
1097 ((and uncached (< score default-low))
1098 . gnus-summary-low-undownloaded)
1099 (uncached
1100 . gnus-summary-normal-undownloaded)
1101 ((and (> score default-high)
1102 (or (eq mark gnus-dormant-mark)
1103 (eq mark gnus-ticked-mark)))
1104 . gnus-summary-high-ticked)
1105 ((and (< score default-low)
1106 (or (eq mark gnus-dormant-mark)
1107 (eq mark gnus-ticked-mark)))
1108 . gnus-summary-low-ticked)
1109 ((or (eq mark gnus-dormant-mark)
1110 (eq mark gnus-ticked-mark))
1111 . gnus-summary-normal-ticked)
1112 ((and (> score default-high) (eq mark gnus-ancient-mark))
1113 . gnus-summary-high-ancient)
1114 ((and (< score default-low) (eq mark gnus-ancient-mark))
1115 . gnus-summary-low-ancient)
1116 ((eq mark gnus-ancient-mark)
1117 . gnus-summary-normal-ancient)
1118 ((and (> score default-high) (eq mark gnus-unread-mark))
1119 . gnus-summary-high-unread)
1120 ((and (< score default-low) (eq mark gnus-unread-mark))
1121 . gnus-summary-low-unread)
1122 ((eq mark gnus-unread-mark)
1123 . gnus-summary-normal-unread)
1124 ((> score default-high)
1125 . gnus-summary-high-read)
1126 ((< score default-low)
1127 . gnus-summary-low-read)
1128 (t
1129 . gnus-summary-normal-read))
1130 "*Controls the highlighting of summary buffer lines.
1131
1132 A list of (FORM . FACE) pairs. When deciding how a particular
1133 summary line should be displayed, each form is evaluated. The content
1134 of the face field after the first true form is used. You can change
1135 how those summary lines are displayed, by editing the face field.
1136
1137 You can use the following variables in the FORM field.
1138
1139 score: The article's score.
1140 default: The default article score.
1141 default-high: The default score for high scored articles.
1142 default-low: The default score for low scored articles.
1143 mark: The article's mark.
1144 uncached: Non-nil if the article is uncached."
1145 :group 'gnus-summary-visual
1146 :type '(repeat (cons (sexp :tag "Form" nil)
1147 face)))
1148 (put 'gnus-summary-highlight 'risky-local-variable t)
1149
1150 (defcustom gnus-alter-header-function nil
1151 "Function called to allow alteration of article header structures.
1152 The function is called with one parameter, the article header vector,
1153 which it may alter in any way."
1154 :type '(choice (const :tag "None" nil)
1155 function)
1156 :group 'gnus-summary)
1157
1158 (defvar gnus-decode-encoded-word-function 'mail-decode-encoded-word-string
1159 "Function used to decode a string with encoded words.")
1160
1161 (defvar gnus-decode-encoded-address-function
1162 'mail-decode-encoded-address-string
1163 "Function used to decode addresses with encoded words.")
1164
1165 (defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups)
1166 "*Extra headers to parse."
1167 :version "24.1" ; added Cc Keywords Gcc
1168 :group 'gnus-summary
1169 :type '(repeat symbol))
1170
1171 (defcustom gnus-ignored-from-addresses
1172 (and user-mail-address
1173 (not (string= user-mail-address ""))
1174 (regexp-quote user-mail-address))
1175 "*From headers that may be suppressed in favor of To headers.
1176 This can be a regexp or a list of regexps."
1177 :version "21.1"
1178 :group 'gnus-summary
1179 :type '(choice regexp
1180 (repeat :tag "Regexp List" regexp)))
1181
1182 (defsubst gnus-ignored-from-addresses ()
1183 (gmm-regexp-concat gnus-ignored-from-addresses))
1184
1185 (defcustom gnus-summary-to-prefix "-> "
1186 "*String prefixed to the To field in the summary line when
1187 using `gnus-ignored-from-addresses'."
1188 :version "22.1"
1189 :group 'gnus-summary
1190 :type 'string)
1191
1192 (defcustom gnus-summary-newsgroup-prefix "=> "
1193 "*String prefixed to the Newsgroup field in the summary
1194 line when using the option `gnus-ignored-from-addresses'."
1195 :version "22.1"
1196 :group 'gnus-summary
1197 :type 'string)
1198
1199 (defcustom gnus-newsgroup-ignored-charsets '(unknown-8bit x-unknown)
1200 "List of charsets that should be ignored.
1201 When these charsets are used in the \"charset\" parameter, the
1202 default charset will be used instead."
1203 :version "21.1"
1204 :type '(repeat symbol)
1205 :group 'gnus-charset)
1206
1207 (defcustom gnus-newsgroup-maximum-articles nil
1208 "The maximum number of articles a newsgroup.
1209 If this is a number, old articles in a newsgroup exceeding this number
1210 are silently ignored. If it is nil, no article is ignored. Note that
1211 setting this variable to a number might prevent you from reading very
1212 old articles."
1213 :group 'gnus-group-select
1214 :version "22.2"
1215 :type '(choice (const :tag "No limit" nil)
1216 integer))
1217
1218 (gnus-define-group-parameter
1219 ignored-charsets
1220 :type list
1221 :function-document
1222 "Return the ignored charsets of GROUP."
1223 :variable gnus-group-ignored-charsets-alist
1224 :variable-default
1225 '(("alt\\.chinese\\.text" iso-8859-1))
1226 :variable-document
1227 "Alist of regexps (to match group names) and charsets that should be ignored.
1228 When these charsets are used in the \"charset\" parameter, the
1229 default charset will be used instead."
1230 :variable-group gnus-charset
1231 :variable-type '(repeat (cons (regexp :tag "Group")
1232 (repeat symbol)))
1233 :parameter-type '(choice :tag "Ignored charsets"
1234 :value nil
1235 (repeat (symbol)))
1236 :parameter-document "\
1237 List of charsets that should be ignored.
1238
1239 When these charsets are used in the \"charset\" parameter, the
1240 default charset will be used instead.")
1241
1242 (defcustom gnus-group-highlight-words-alist nil
1243 "Alist of group regexps and highlight regexps.
1244 This variable uses the same syntax as `gnus-emphasis-alist'."
1245 :version "21.1"
1246 :type '(repeat (cons (regexp :tag "Group")
1247 (repeat (list (regexp :tag "Highlight regexp")
1248 (number :tag "Group for entire word" 0)
1249 (number :tag "Group for displayed part" 0)
1250 (symbol :tag "Face"
1251 gnus-emphasis-highlight-words)))))
1252 :group 'gnus-summary-visual)
1253
1254 (defcustom gnus-summary-show-article-charset-alist
1255 nil
1256 "Alist of number and charset.
1257 The article will be shown with the charset corresponding to the
1258 numbered argument.
1259 For example: ((1 . cn-gb-2312) (2 . big5))."
1260 :version "21.1"
1261 :type '(repeat (cons (number :tag "Argument" 1)
1262 (symbol :tag "Charset")))
1263 :group 'gnus-charset)
1264
1265 (defcustom gnus-preserve-marks t
1266 "Whether marks are preserved when moving, copying and respooling messages."
1267 :version "21.1"
1268 :type 'boolean
1269 :group 'gnus-summary-marks)
1270
1271 (defcustom gnus-alter-articles-to-read-function nil
1272 "Function to be called to alter the list of articles to be selected."
1273 :type '(choice (const nil) function)
1274 :group 'gnus-summary)
1275
1276 (defcustom gnus-orphan-score nil
1277 "*All orphans get this score added. Set in the score file."
1278 :group 'gnus-score-default
1279 :type '(choice (const nil)
1280 integer))
1281
1282 (defcustom gnus-summary-save-parts-default-mime "image/.*"
1283 "*A regexp to match MIME parts when saving multiple parts of a
1284 message with `gnus-summary-save-parts' (\\<gnus-summary-mode-map>\\[gnus-summary-save-parts]).
1285 This regexp will be used by default when prompting the user for which
1286 type of files to save."
1287 :group 'gnus-summary
1288 :type 'regexp)
1289
1290 (defcustom gnus-read-all-available-headers nil
1291 "Whether Gnus should parse all headers made available to it.
1292 This is mostly relevant for slow back ends where the user may
1293 wish to widen the summary buffer to include all headers
1294 that were fetched."
1295 :version "22.1"
1296 :group 'gnus-summary
1297 :type '(choice boolean regexp))
1298
1299 (defcustom gnus-summary-pipe-output-default-command nil
1300 "Command (and optional arguments) used to pipe article to subprocess.
1301 This will be used as the default command if it is non-nil. The value
1302 will be updated if you modify it when executing the command
1303 `gnus-summary-pipe-output' or the function `gnus-summary-save-in-pipe'."
1304 :version "23.1" ;; No Gnus
1305 :group 'gnus-summary
1306 :type '(radio (const :tag "None" nil) (string :tag "Command")))
1307
1308 (defcustom gnus-summary-muttprint-program "muttprint"
1309 "Command (and optional arguments) used to run Muttprint.
1310 The value will be updated if you modify it when executing the command
1311 `gnus-summary-muttprint'."
1312 :version "22.1"
1313 :group 'gnus-summary
1314 :type 'string)
1315
1316 (defcustom gnus-article-loose-mime t
1317 "If non-nil, don't require MIME-Version header.
1318 Some brain-damaged MUA/MTA, e.g. Lotus Domino 5.0.6 clients, does not
1319 supply the MIME-Version header or deliberately strip it from the mail.
1320 If non-nil (the default), Gnus will treat some articles as MIME
1321 even if the MIME-Version header is missing."
1322 :version "22.1"
1323 :type 'boolean
1324 :group 'gnus-article-mime)
1325
1326 (defcustom gnus-article-emulate-mime t
1327 "If non-nil, use MIME emulation for uuencode and the like.
1328 This means that Gnus will search message bodies for text that look
1329 like uuencoded bits, yEncoded bits, and so on, and present that using
1330 the normal Gnus MIME machinery."
1331 :version "22.1"
1332 :type 'boolean
1333 :group 'gnus-article-mime)
1334
1335 ;;; Internal variables
1336
1337 (defvar gnus-summary-display-cache nil)
1338 (defvar gnus-article-mime-handles nil)
1339 (defvar gnus-article-decoded-p nil)
1340 (defvar gnus-article-charset nil)
1341 (defvar gnus-article-ignored-charsets nil)
1342 (defvar gnus-scores-exclude-files nil)
1343 (defvar gnus-page-broken nil)
1344
1345 (defvar gnus-original-article nil)
1346 (defvar gnus-article-internal-prepare-hook nil)
1347 (defvar gnus-newsgroup-process-stack nil)
1348
1349 (defvar gnus-thread-indent-array nil)
1350 (defvar gnus-thread-indent-array-level gnus-thread-indent-level)
1351 (defvar gnus-sort-gathered-threads-function 'gnus-thread-sort-by-number
1352 "Function called to sort the articles within a thread after it has been gathered together.")
1353
1354 (defvar gnus-summary-save-parts-type-history nil)
1355 (defvar gnus-summary-save-parts-last-directory mm-default-directory)
1356
1357 ;; Avoid highlighting in kill files.
1358 (defvar gnus-summary-inhibit-highlight nil)
1359 (defvar gnus-newsgroup-selected-overlay nil)
1360 (defvar gnus-inhibit-limiting nil)
1361 (defvar gnus-newsgroup-adaptive-score-file nil)
1362 (defvar gnus-current-score-file nil)
1363 (defvar gnus-current-move-group nil)
1364 (defvar gnus-current-copy-group nil)
1365 (defvar gnus-current-crosspost-group nil)
1366 (defvar gnus-newsgroup-display nil)
1367
1368 (defvar gnus-newsgroup-dependencies nil)
1369 (defvar gnus-newsgroup-adaptive nil)
1370 (defvar gnus-summary-display-article-function nil)
1371 (defvar gnus-summary-highlight-line-function nil
1372 "Function called after highlighting a summary line.")
1373
1374 (defvar gnus-summary-line-format-alist
1375 `((?N ,(macroexpand '(mail-header-number gnus-tmp-header)) ?d)
1376 (?S ,(macroexpand '(mail-header-subject gnus-tmp-header)) ?s)
1377 (?s gnus-tmp-subject-or-nil ?s)
1378 (?n gnus-tmp-name ?s)
1379 (?A (car (cdr (funcall gnus-extract-address-components gnus-tmp-from)))
1380 ?s)
1381 (?a (or (car (funcall gnus-extract-address-components gnus-tmp-from))
1382 gnus-tmp-from) ?s)
1383 (?F gnus-tmp-from ?s)
1384 (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s)
1385 (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s)
1386 (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s)
1387 (?o (gnus-date-iso8601 (mail-header-date gnus-tmp-header)) ?s)
1388 (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s)
1389 (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s)
1390 (?c (or (mail-header-chars gnus-tmp-header) 0) ?d)
1391 (?k (gnus-summary-line-message-size gnus-tmp-header) ?s)
1392 (?L gnus-tmp-lines ?s)
1393 (?Z (or (nnir-article-rsv (mail-header-number gnus-tmp-header))
1394 0) ?d)
1395 (?G (or (nnir-article-group (mail-header-number gnus-tmp-header))
1396 "") ?s)
1397 (?g (or (gnus-group-short-name
1398 (nnir-article-group (mail-header-number gnus-tmp-header)))
1399 "") ?s)
1400 (?O gnus-tmp-downloaded ?c)
1401 (?I gnus-tmp-indentation ?s)
1402 (?T (if (= gnus-tmp-level 0) "" (make-string (frame-width) ? )) ?s)
1403 (?R gnus-tmp-replied ?c)
1404 (?\[ gnus-tmp-opening-bracket ?c)
1405 (?\] gnus-tmp-closing-bracket ?c)
1406 (?\> (make-string gnus-tmp-level ? ) ?s)
1407 (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
1408 (?i gnus-tmp-score ?d)
1409 (?z gnus-tmp-score-char ?c)
1410 (?V (gnus-thread-total-score (and (boundp 'thread) (car thread))) ?d)
1411 (?U gnus-tmp-unread ?c)
1412 (?f (gnus-summary-from-or-to-or-newsgroups gnus-tmp-header gnus-tmp-from)
1413 ?s)
1414 (?t (gnus-summary-number-of-articles-in-thread
1415 (and (boundp 'thread) (car thread)) gnus-tmp-level)
1416 ?d)
1417 (?e (gnus-summary-number-of-articles-in-thread
1418 (and (boundp 'thread) (car thread)) gnus-tmp-level t)
1419 ?c)
1420 (?u gnus-tmp-user-defined ?s)
1421 (?P (gnus-pick-line-number) ?d)
1422 (?B gnus-tmp-thread-tree-header-string ?s)
1423 (user-date (gnus-user-date
1424 ,(macroexpand '(mail-header-date gnus-tmp-header))) ?s))
1425 "An alist of format specifications that can appear in summary lines.
1426 These are paired with what variables they correspond with, along with
1427 the type of the variable (string, integer, character, etc).")
1428
1429 (defvar gnus-summary-dummy-line-format-alist
1430 `((?S gnus-tmp-subject ?s)
1431 (?N gnus-tmp-number ?d)
1432 (?u gnus-tmp-user-defined ?s)))
1433
1434 (defvar gnus-summary-mode-line-format-alist
1435 `((?G gnus-tmp-group-name ?s)
1436 (?g (gnus-short-group-name gnus-tmp-group-name) ?s)
1437 (?p (gnus-group-real-name gnus-tmp-group-name) ?s)
1438 (?A gnus-tmp-article-number ?d)
1439 (?Z gnus-tmp-unread-and-unselected ?s)
1440 (?V gnus-version ?s)
1441 (?U gnus-tmp-unread-and-unticked ?d)
1442 (?S gnus-tmp-subject ?s)
1443 (?e gnus-tmp-unselected ?d)
1444 (?u gnus-tmp-user-defined ?s)
1445 (?d (length gnus-newsgroup-dormant) ?d)
1446 (?t (length gnus-newsgroup-marked) ?d)
1447 (?h (length gnus-newsgroup-spam-marked) ?d)
1448 (?r (length gnus-newsgroup-reads) ?d)
1449 (?z (gnus-summary-article-score gnus-tmp-article-number) ?d)
1450 (?E gnus-newsgroup-expunged-tally ?d)
1451 (?s (gnus-current-score-file-nondirectory) ?s)))
1452
1453 ;; This is here rather than in gnus-art for compilation reasons.
1454 (defvar gnus-article-mode-line-format-alist
1455 (nconc '((?w (gnus-article-wash-status) ?s)
1456 (?m (gnus-article-mime-part-status) ?s))
1457 gnus-summary-mode-line-format-alist))
1458
1459 (defvar gnus-last-search-regexp nil
1460 "Default regexp for article search command.")
1461
1462 (defvar gnus-last-shell-command nil
1463 "Default shell command on article.")
1464
1465 (defvar gnus-newsgroup-agentized nil
1466 "Locally bound in each summary buffer to indicate whether the server has been agentized.")
1467 (defvar gnus-newsgroup-begin nil)
1468 (defvar gnus-newsgroup-end nil)
1469 (defvar gnus-newsgroup-last-rmail nil)
1470 (defvar gnus-newsgroup-last-mail nil)
1471 (defvar gnus-newsgroup-last-folder nil)
1472 (defvar gnus-newsgroup-last-file nil)
1473 (defvar gnus-newsgroup-last-directory nil)
1474 (defvar gnus-newsgroup-auto-expire nil)
1475 (defvar gnus-newsgroup-active nil)
1476 (defvar gnus-newsgroup-highest nil)
1477
1478 (defvar gnus-newsgroup-data nil)
1479 (defvar gnus-newsgroup-data-reverse nil)
1480 (defvar gnus-newsgroup-limit nil)
1481 (defvar gnus-newsgroup-limits nil)
1482 (defvar gnus-summary-use-undownloaded-faces nil)
1483
1484 (defvar gnus-newsgroup-unreads nil
1485 "Sorted list of unread articles in the current newsgroup.")
1486
1487 (defvar gnus-newsgroup-unselected nil
1488 "Sorted list of unselected unread articles in the current newsgroup.")
1489
1490 (defvar gnus-newsgroup-reads nil
1491 "Alist of read articles and article marks in the current newsgroup.")
1492
1493 (defvar gnus-newsgroup-expunged-tally nil)
1494
1495 (defvar gnus-newsgroup-marked nil
1496 "Sorted list of ticked articles in the current newsgroup (a subset of unread art).")
1497
1498 (defvar gnus-newsgroup-spam-marked nil
1499 "List of ranges of articles that have been marked as spam.")
1500
1501 (defvar gnus-newsgroup-killed nil
1502 "List of ranges of articles that have been through the scoring process.")
1503
1504 (defvar gnus-newsgroup-cached nil
1505 "Sorted list of articles that come from the article cache.")
1506
1507 (defvar gnus-newsgroup-saved nil
1508 "List of articles that have been saved.")
1509
1510 (defvar gnus-newsgroup-kill-headers nil)
1511
1512 (defvar gnus-newsgroup-replied nil
1513 "List of articles that have been replied to in the current newsgroup.")
1514
1515 (defvar gnus-newsgroup-forwarded nil
1516 "List of articles that have been forwarded in the current newsgroup.")
1517
1518 (defvar gnus-newsgroup-expirable nil
1519 "Sorted list of articles in the current newsgroup that can be expired.")
1520
1521 (defvar gnus-newsgroup-processable nil
1522 "List of articles in the current newsgroup that can be processed.")
1523
1524 (defvar gnus-newsgroup-downloadable nil
1525 "Sorted list of articles in the current newsgroup that can be processed.")
1526
1527 (defvar gnus-newsgroup-unfetched nil
1528 "Sorted list of articles in the current newsgroup whose headers have
1529 not been fetched into the agent.
1530
1531 This list will always be a subset of gnus-newsgroup-undownloaded.")
1532
1533 (defvar gnus-newsgroup-undownloaded nil
1534 "List of articles in the current newsgroup that haven't been downloaded.")
1535
1536 (defvar gnus-newsgroup-unsendable nil
1537 "List of articles in the current newsgroup that won't be sent.")
1538
1539 (defvar gnus-newsgroup-bookmarks nil
1540 "List of articles in the current newsgroup that have bookmarks.")
1541
1542 (defvar gnus-newsgroup-dormant nil
1543 "Sorted list of dormant articles in the current newsgroup.")
1544
1545 (defvar gnus-newsgroup-unseen nil
1546 "List of unseen articles in the current newsgroup.")
1547
1548 (defvar gnus-newsgroup-seen nil
1549 "Range of seen articles in the current newsgroup.")
1550
1551 (defvar gnus-newsgroup-unexist nil
1552 "Range of unexisting articles in the current newsgroup.")
1553
1554 (defvar gnus-newsgroup-articles nil
1555 "List of articles in the current newsgroup.")
1556
1557 (defvar gnus-newsgroup-scored nil
1558 "List of scored articles in the current newsgroup.")
1559
1560 (defvar gnus-newsgroup-headers nil
1561 "List of article headers in the current newsgroup.")
1562
1563 (defvar gnus-newsgroup-threads nil)
1564
1565 (defvar gnus-newsgroup-prepared nil
1566 "Whether the current group has been prepared properly.")
1567
1568 (defvar gnus-newsgroup-ancient nil
1569 "List of `gnus-fetch-old-headers' articles in the current newsgroup.")
1570
1571 (defvar gnus-newsgroup-sparse nil)
1572
1573 (defvar gnus-current-article nil)
1574 (defvar gnus-article-current nil)
1575 (defvar gnus-current-headers nil)
1576 (defvar gnus-have-all-headers nil)
1577 (defvar gnus-last-article nil)
1578 (defvar gnus-newsgroup-history nil)
1579 (defvar gnus-newsgroup-charset nil)
1580 (defvar gnus-newsgroup-ephemeral-charset nil)
1581 (defvar gnus-newsgroup-ephemeral-ignored-charsets nil)
1582
1583 (defvar gnus-article-before-search nil)
1584
1585 (defvar gnus-summary-local-variables
1586 '(gnus-newsgroup-name
1587
1588 ;; Marks lists
1589 gnus-newsgroup-unreads
1590 gnus-newsgroup-unselected
1591 gnus-newsgroup-marked
1592 gnus-newsgroup-spam-marked
1593 gnus-newsgroup-reads
1594 gnus-newsgroup-saved
1595 gnus-newsgroup-replied
1596 gnus-newsgroup-forwarded
1597 gnus-newsgroup-expirable
1598 gnus-newsgroup-killed
1599 gnus-newsgroup-unseen
1600 gnus-newsgroup-seen
1601 gnus-newsgroup-unexist
1602 gnus-newsgroup-cached
1603 gnus-newsgroup-downloadable
1604 gnus-newsgroup-undownloaded
1605 gnus-newsgroup-unsendable
1606
1607 gnus-newsgroup-begin gnus-newsgroup-end
1608 gnus-newsgroup-last-rmail gnus-newsgroup-last-mail
1609 gnus-newsgroup-last-folder gnus-newsgroup-last-file
1610 gnus-newsgroup-last-directory
1611 gnus-newsgroup-auto-expire
1612 gnus-newsgroup-processable
1613 gnus-newsgroup-unfetched
1614 gnus-newsgroup-articles
1615 gnus-newsgroup-bookmarks gnus-newsgroup-dormant
1616 gnus-newsgroup-headers gnus-newsgroup-threads
1617 gnus-newsgroup-prepared gnus-summary-highlight-line-function
1618 gnus-current-article gnus-current-headers gnus-have-all-headers
1619 gnus-last-article gnus-article-internal-prepare-hook
1620 (gnus-summary-article-delete-hook . global)
1621 (gnus-summary-article-move-hook . global)
1622 gnus-newsgroup-dependencies gnus-newsgroup-selected-overlay
1623 gnus-newsgroup-scored gnus-newsgroup-kill-headers
1624 gnus-thread-expunge-below
1625 gnus-score-alist gnus-current-score-file
1626 (gnus-summary-expunge-below . global)
1627 (gnus-summary-mark-below . global)
1628 (gnus-orphan-score . global)
1629 gnus-newsgroup-active gnus-scores-exclude-files
1630 gnus-newsgroup-highest
1631 gnus-newsgroup-history gnus-newsgroup-ancient
1632 gnus-newsgroup-sparse gnus-newsgroup-process-stack
1633 (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring)
1634 gnus-newsgroup-adaptive-score-file (gnus-reffed-article-number . -1)
1635 (gnus-newsgroup-expunged-tally . 0)
1636 gnus-cache-removable-articles
1637 gnus-newsgroup-data gnus-newsgroup-data-reverse
1638 gnus-newsgroup-limit gnus-newsgroup-limits
1639 gnus-newsgroup-charset gnus-newsgroup-display
1640 gnus-summary-use-undownloaded-faces)
1641 "Variables that are buffer-local to the summary buffers.")
1642
1643 (defvar gnus-newsgroup-variables nil
1644 "A list of variables that have separate values in different newsgroups.
1645 A list of newsgroup (summary buffer) local variables, or cons of
1646 variables and their default expressions to be evalled (when the default
1647 values are not nil), that should be made global while the summary buffer
1648 is active.
1649
1650 Note: The default expressions will be evaluated (using function `eval')
1651 before assignment to the local variable rather than just assigned to it.
1652 If the default expression is the symbol `global', that symbol will not
1653 be evaluated but the global value of the local variable will be used
1654 instead.
1655
1656 These variables can be used to set variables in the group parameters
1657 while still allowing them to affect operations done in other buffers.
1658 For example:
1659
1660 \(setq gnus-newsgroup-variables
1661 '(message-use-followup-to
1662 (gnus-visible-headers .
1663 \"^From:\\\\|^Newsgroups:\\\\|^Subject:\\\\|^Date:\\\\|^To:\")))
1664 ")
1665
1666 (eval-when-compile
1667 ;; Bind features so that require will believe that gnus-sum has
1668 ;; already been loaded (avoids infinite recursion)
1669 (let ((features (cons 'gnus-sum features)))
1670 (require 'gnus-art)))
1671
1672 ;; MIME stuff.
1673
1674 (defvar gnus-decode-encoded-word-methods
1675 '(mail-decode-encoded-word-string)
1676 "List of methods used to decode encoded words.
1677
1678 This variable is a list of FUNCTION or (REGEXP . FUNCTION). If item
1679 is FUNCTION, FUNCTION will be apply to all newsgroups. If item is a
1680 \(REGEXP . FUNCTION), FUNCTION will be applied only to the newsgroups
1681 whose names match REGEXP.
1682
1683 For example:
1684 \((\"chinese\" . gnus-decode-encoded-word-string-by-guess)
1685 mail-decode-encoded-word-string
1686 (\"chinese\" . rfc1843-decode-string))")
1687
1688 (defvar gnus-decode-encoded-word-methods-cache nil)
1689
1690 (defun gnus-multi-decode-encoded-word-string (string)
1691 "Apply the functions from `gnus-encoded-word-methods' that match."
1692 (unless (and gnus-decode-encoded-word-methods-cache
1693 (eq gnus-newsgroup-name
1694 (car gnus-decode-encoded-word-methods-cache)))
1695 (setq gnus-decode-encoded-word-methods-cache (list gnus-newsgroup-name))
1696 (dolist (method gnus-decode-encoded-word-methods)
1697 (if (symbolp method)
1698 (nconc gnus-decode-encoded-word-methods-cache (list method))
1699 (if (and gnus-newsgroup-name
1700 (string-match (car method) gnus-newsgroup-name))
1701 (nconc gnus-decode-encoded-word-methods-cache
1702 (list (cdr method)))))))
1703 (dolist (method (cdr gnus-decode-encoded-word-methods-cache) string)
1704 (setq string (funcall method string))))
1705
1706 ;; Subject simplification.
1707
1708 (defun gnus-simplify-whitespace (str)
1709 "Remove excessive whitespace from STR."
1710 ;; Multiple spaces.
1711 (while (string-match "[ \t][ \t]+" str)
1712 (setq str (concat (substring str 0 (match-beginning 0))
1713 " "
1714 (substring str (match-end 0)))))
1715 ;; Leading spaces.
1716 (when (string-match "^[ \t]+" str)
1717 (setq str (substring str (match-end 0))))
1718 ;; Trailing spaces.
1719 (when (string-match "[ \t]+$" str)
1720 (setq str (substring str 0 (match-beginning 0))))
1721 str)
1722
1723 (defun gnus-simplify-all-whitespace (str)
1724 "Remove all whitespace from STR."
1725 (while (string-match "[ \t\n]+" str)
1726 (setq str (replace-match "" nil nil str)))
1727 str)
1728
1729 (defsubst gnus-simplify-subject-re (subject)
1730 "Remove \"Re:\" from subject lines."
1731 (if (string-match message-subject-re-regexp subject)
1732 (substring subject (match-end 0))
1733 subject))
1734
1735 (defun gnus-simplify-subject (subject &optional re-only)
1736 "Remove `Re:' and words in parentheses.
1737 If RE-ONLY is non-nil, strip leading `Re:'s only."
1738 (let ((case-fold-search t)) ;Ignore case.
1739 ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
1740 (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
1741 (setq subject (substring subject (match-end 0))))
1742 ;; Remove uninteresting prefixes.
1743 (when (and (not re-only)
1744 gnus-simplify-ignored-prefixes
1745 (string-match gnus-simplify-ignored-prefixes subject))
1746 (setq subject (substring subject (match-end 0))))
1747 ;; Remove words in parentheses from end.
1748 (unless re-only
1749 (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
1750 (setq subject (substring subject 0 (match-beginning 0)))))
1751 ;; Return subject string.
1752 subject))
1753
1754 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
1755 ;; all whitespace.
1756 (defsubst gnus-simplify-buffer-fuzzy-step (regexp &optional newtext)
1757 (goto-char (point-min))
1758 (while (re-search-forward regexp nil t)
1759 (replace-match (or newtext ""))))
1760
1761 (defun gnus-simplify-buffer-fuzzy (regexp)
1762 "Simplify string in the buffer fuzzily.
1763 The string in the accessible portion of the current buffer is simplified.
1764 It is assumed to be a single-line subject.
1765 Whitespace is generally cleaned up, and miscellaneous leading/trailing
1766 matter is removed. Additional things can be deleted by setting
1767 `gnus-simplify-subject-fuzzy-regexp'."
1768 (let ((case-fold-search t)
1769 (modified-tick))
1770 (gnus-simplify-buffer-fuzzy-step "\t" " ")
1771
1772 (while (not (eq modified-tick (buffer-modified-tick)))
1773 (setq modified-tick (buffer-modified-tick))
1774 (cond
1775 ((listp regexp)
1776 (mapc 'gnus-simplify-buffer-fuzzy-step regexp))
1777 (regexp
1778 (gnus-simplify-buffer-fuzzy-step regexp)))
1779 (gnus-simplify-buffer-fuzzy-step "^ *\\[[-+?*!][-+?*!]\\] *")
1780 (gnus-simplify-buffer-fuzzy-step
1781 "^ *\\(re\\|fw\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
1782 (gnus-simplify-buffer-fuzzy-step "^[[].*:\\( .*\\)[]]$" "\\1"))
1783
1784 (gnus-simplify-buffer-fuzzy-step " *[[{(][^()\n]*[]})] *$")
1785 (gnus-simplify-buffer-fuzzy-step " +" " ")
1786 (gnus-simplify-buffer-fuzzy-step " $")
1787 (gnus-simplify-buffer-fuzzy-step "^ +")))
1788
1789 (defun gnus-simplify-subject-fuzzy (subject)
1790 "Simplify a subject string fuzzily.
1791 See `gnus-simplify-buffer-fuzzy' for details."
1792 (save-excursion
1793 (let ((regexp gnus-simplify-subject-fuzzy-regexp))
1794 (gnus-set-work-buffer)
1795 (let ((case-fold-search t))
1796 ;; Remove uninteresting prefixes.
1797 (when (and gnus-simplify-ignored-prefixes
1798 (string-match gnus-simplify-ignored-prefixes subject))
1799 (setq subject (substring subject (match-end 0))))
1800 (insert subject)
1801 (inline (gnus-simplify-buffer-fuzzy regexp))
1802 (buffer-string)))))
1803
1804 (defsubst gnus-simplify-subject-fully (subject)
1805 "Simplify a subject string according to `gnus-summary-gather-subject-limit'."
1806 (cond
1807 (gnus-simplify-subject-functions
1808 (gnus-map-function gnus-simplify-subject-functions subject))
1809 ((null gnus-summary-gather-subject-limit)
1810 (gnus-simplify-subject-re subject))
1811 ((eq gnus-summary-gather-subject-limit 'fuzzy)
1812 (gnus-simplify-subject-fuzzy subject))
1813 ((numberp gnus-summary-gather-subject-limit)
1814 (truncate-string-to-width (gnus-simplify-subject-re subject)
1815 gnus-summary-gather-subject-limit))
1816 (t
1817 subject)))
1818
1819 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
1820 "Check whether two subjects are equal.
1821 If optional argument SIMPLE-FIRST is t, first argument is already
1822 simplified."
1823 (cond
1824 ((null simple-first)
1825 (equal (gnus-simplify-subject-fully s1)
1826 (gnus-simplify-subject-fully s2)))
1827 (t
1828 (equal s1
1829 (gnus-simplify-subject-fully s2)))))
1830
1831 (defun gnus-summary-bubble-group ()
1832 "Increase the score of the current group.
1833 This is a handy function to add to `gnus-summary-exit-hook' to
1834 increase the score of each group you read."
1835 (gnus-group-add-score gnus-newsgroup-name))
1836
1837 \f
1838 ;;;
1839 ;;; Gnus summary mode
1840 ;;;
1841
1842 (put 'gnus-summary-mode 'mode-class 'special)
1843
1844 (defvar gnus-article-commands-menu)
1845
1846 ;; Non-orthogonal keys
1847
1848 (gnus-define-keys gnus-summary-mode-map
1849 " " gnus-summary-next-page
1850 [?\S-\ ] gnus-summary-prev-page
1851 "\177" gnus-summary-prev-page
1852 [delete] gnus-summary-prev-page
1853 "\r" gnus-summary-scroll-up
1854 "\M-\r" gnus-summary-scroll-down
1855 "n" gnus-summary-next-unread-article
1856 "p" gnus-summary-prev-unread-article
1857 "N" gnus-summary-next-article
1858 "P" gnus-summary-prev-article
1859 "\M-\C-n" gnus-summary-next-same-subject
1860 "\M-\C-p" gnus-summary-prev-same-subject
1861 "\M-n" gnus-summary-next-unread-subject
1862 "\M-p" gnus-summary-prev-unread-subject
1863 "." gnus-summary-first-unread-article
1864 "," gnus-summary-best-unread-article
1865 "\M-s" gnus-summary-search-article-forward
1866 "\M-r" gnus-summary-search-article-backward
1867 "\M-S" gnus-summary-repeat-search-article-forward
1868 "\M-R" gnus-summary-repeat-search-article-backward
1869 "<" gnus-summary-beginning-of-article
1870 ">" gnus-summary-end-of-article
1871 "j" gnus-summary-goto-article
1872 "^" gnus-summary-refer-parent-article
1873 "\M-^" gnus-summary-refer-article
1874 "u" gnus-summary-tick-article-forward
1875 "!" gnus-summary-tick-article-forward
1876 "U" gnus-summary-tick-article-backward
1877 "d" gnus-summary-mark-as-read-forward
1878 "D" gnus-summary-mark-as-read-backward
1879 "E" gnus-summary-mark-as-expirable
1880 "\M-u" gnus-summary-clear-mark-forward
1881 "\M-U" gnus-summary-clear-mark-backward
1882 "k" gnus-summary-kill-same-subject-and-select
1883 "\C-k" gnus-summary-kill-same-subject
1884 "\M-\C-k" gnus-summary-kill-thread
1885 "\M-\C-l" gnus-summary-lower-thread
1886 "e" gnus-summary-edit-article
1887 "#" gnus-summary-mark-as-processable
1888 "\M-#" gnus-summary-unmark-as-processable
1889 "\M-\C-t" gnus-summary-toggle-threads
1890 "\M-\C-s" gnus-summary-show-thread
1891 "\M-\C-h" gnus-summary-hide-thread
1892 "\M-\C-f" gnus-summary-next-thread
1893 "\M-\C-b" gnus-summary-prev-thread
1894 [(meta down)] gnus-summary-next-thread
1895 [(meta up)] gnus-summary-prev-thread
1896 "\M-\C-u" gnus-summary-up-thread
1897 "\M-\C-d" gnus-summary-down-thread
1898 "&" gnus-summary-execute-command
1899 "c" gnus-summary-catchup-and-exit
1900 "\C-w" gnus-summary-mark-region-as-read
1901 "\C-t" gnus-summary-toggle-truncation
1902 "?" gnus-summary-mark-as-dormant
1903 "\C-c\M-\C-s" gnus-summary-limit-include-expunged
1904 "\C-c\C-s\C-n" gnus-summary-sort-by-number
1905 "\C-c\C-s\C-m\C-n" gnus-summary-sort-by-most-recent-number
1906 "\C-c\C-s\C-l" gnus-summary-sort-by-lines
1907 "\C-c\C-s\C-c" gnus-summary-sort-by-chars
1908 "\C-c\C-s\C-a" gnus-summary-sort-by-author
1909 "\C-c\C-s\C-t" gnus-summary-sort-by-recipient
1910 "\C-c\C-s\C-s" gnus-summary-sort-by-subject
1911 "\C-c\C-s\C-d" gnus-summary-sort-by-date
1912 "\C-c\C-s\C-m\C-d" gnus-summary-sort-by-most-recent-date
1913 "\C-c\C-s\C-i" gnus-summary-sort-by-score
1914 "\C-c\C-s\C-o" gnus-summary-sort-by-original
1915 "\C-c\C-s\C-r" gnus-summary-sort-by-random
1916 "=" gnus-summary-expand-window
1917 "\C-x\C-s" gnus-summary-reselect-current-group
1918 "\M-g" gnus-summary-rescan-group
1919 "\C-c\C-r" gnus-summary-caesar-message
1920 "f" gnus-summary-followup
1921 "F" gnus-summary-followup-with-original
1922 "C" gnus-summary-cancel-article
1923 "r" gnus-summary-reply
1924 "R" gnus-summary-reply-with-original
1925 "\C-c\C-f" gnus-summary-mail-forward
1926 "o" gnus-summary-save-article
1927 "\C-o" gnus-summary-save-article-mail
1928 "|" gnus-summary-pipe-output
1929 "\M-k" gnus-summary-edit-local-kill
1930 "\M-K" gnus-summary-edit-global-kill
1931 ;; "V" gnus-version
1932 "\C-c\C-d" gnus-summary-describe-group
1933 "q" gnus-summary-exit
1934 "Q" gnus-summary-exit-no-update
1935 "\C-c\C-i" gnus-info-find-node
1936 gnus-mouse-2 gnus-mouse-pick-article
1937 [follow-link] mouse-face
1938 "m" gnus-summary-mail-other-window
1939 "a" gnus-summary-post-news
1940 "x" gnus-summary-limit-to-unread
1941 "s" gnus-summary-isearch-article
1942 "\t" gnus-summary-widget-forward
1943 [backtab] gnus-summary-widget-backward
1944 "t" gnus-summary-toggle-header
1945 "g" gnus-summary-show-article
1946 "l" gnus-summary-goto-last-article
1947 "\C-c\C-v\C-v" gnus-uu-decode-uu-view
1948 "\C-d" gnus-summary-enter-digest-group
1949 "\M-\C-d" gnus-summary-read-document
1950 "\M-\C-e" gnus-summary-edit-parameters
1951 "\M-\C-a" gnus-summary-customize-parameters
1952 "\C-c\C-b" gnus-bug
1953 "*" gnus-cache-enter-article
1954 "\M-*" gnus-cache-remove-article
1955 "\M-&" gnus-summary-universal-argument
1956 "\C-l" gnus-recenter
1957 "I" gnus-summary-increase-score
1958 "L" gnus-summary-lower-score
1959 "\M-i" gnus-symbolic-argument
1960 "h" gnus-summary-select-article-buffer
1961
1962 "b" gnus-article-view-part
1963 "\M-t" gnus-summary-toggle-display-buttonized
1964
1965 "V" gnus-summary-score-map
1966 "X" gnus-uu-extract-map
1967 "S" gnus-summary-send-map)
1968
1969 ;; Sort of orthogonal keymap
1970 (gnus-define-keys (gnus-summary-mark-map "M" gnus-summary-mode-map)
1971 "t" gnus-summary-tick-article-forward
1972 "!" gnus-summary-tick-article-forward
1973 "d" gnus-summary-mark-as-read-forward
1974 "r" gnus-summary-mark-as-read-forward
1975 "c" gnus-summary-clear-mark-forward
1976 " " gnus-summary-clear-mark-forward
1977 "e" gnus-summary-mark-as-expirable
1978 "x" gnus-summary-mark-as-expirable
1979 "?" gnus-summary-mark-as-dormant
1980 "b" gnus-summary-set-bookmark
1981 "B" gnus-summary-remove-bookmark
1982 "#" gnus-summary-mark-as-processable
1983 "\M-#" gnus-summary-unmark-as-processable
1984 "S" gnus-summary-limit-include-expunged
1985 "C" gnus-summary-catchup
1986 "H" gnus-summary-catchup-to-here
1987 "h" gnus-summary-catchup-from-here
1988 "\C-c" gnus-summary-catchup-all
1989 "k" gnus-summary-kill-same-subject-and-select
1990 "K" gnus-summary-kill-same-subject
1991 "P" gnus-uu-mark-map)
1992
1993 (gnus-define-keys (gnus-summary-mscore-map "V" gnus-summary-mark-map)
1994 "c" gnus-summary-clear-above
1995 "u" gnus-summary-tick-above
1996 "m" gnus-summary-mark-above
1997 "k" gnus-summary-kill-below)
1998
1999 (gnus-define-keys (gnus-summary-limit-map "/" gnus-summary-mode-map)
2000 "/" gnus-summary-limit-to-subject
2001 "n" gnus-summary-limit-to-articles
2002 "b" gnus-summary-limit-to-bodies
2003 "h" gnus-summary-limit-to-headers
2004 "w" gnus-summary-pop-limit
2005 "s" gnus-summary-limit-to-subject
2006 "a" gnus-summary-limit-to-author
2007 "u" gnus-summary-limit-to-unread
2008 "m" gnus-summary-limit-to-marks
2009 "M" gnus-summary-limit-exclude-marks
2010 "v" gnus-summary-limit-to-score
2011 "*" gnus-summary-limit-include-cached
2012 "D" gnus-summary-limit-include-dormant
2013 "T" gnus-summary-limit-include-thread
2014 "d" gnus-summary-limit-exclude-dormant
2015 "t" gnus-summary-limit-to-age
2016 "." gnus-summary-limit-to-unseen
2017 "x" gnus-summary-limit-to-extra
2018 "p" gnus-summary-limit-to-display-predicate
2019 "E" gnus-summary-limit-include-expunged
2020 "c" gnus-summary-limit-exclude-childless-dormant
2021 "C" gnus-summary-limit-mark-excluded-as-read
2022 "o" gnus-summary-insert-old-articles
2023 "N" gnus-summary-insert-new-articles
2024 "S" gnus-summary-limit-to-singletons
2025 "r" gnus-summary-limit-to-replied
2026 "R" gnus-summary-limit-to-recipient
2027 "A" gnus-summary-limit-to-address)
2028
2029 (gnus-define-keys (gnus-summary-goto-map "G" gnus-summary-mode-map)
2030 "n" gnus-summary-next-unread-article
2031 "p" gnus-summary-prev-unread-article
2032 "N" gnus-summary-next-article
2033 "P" gnus-summary-prev-article
2034 "\C-n" gnus-summary-next-same-subject
2035 "\C-p" gnus-summary-prev-same-subject
2036 "\M-n" gnus-summary-next-unread-subject
2037 "\M-p" gnus-summary-prev-unread-subject
2038 "f" gnus-summary-first-unread-article
2039 "b" gnus-summary-best-unread-article
2040 "j" gnus-summary-goto-article
2041 "g" gnus-summary-goto-subject
2042 "l" gnus-summary-goto-last-article
2043 "o" gnus-summary-pop-article)
2044
2045 (gnus-define-keys (gnus-summary-thread-map "T" gnus-summary-mode-map)
2046 "k" gnus-summary-kill-thread
2047 "E" gnus-summary-expire-thread
2048 "l" gnus-summary-lower-thread
2049 "i" gnus-summary-raise-thread
2050 "T" gnus-summary-toggle-threads
2051 "t" gnus-summary-rethread-current
2052 "^" gnus-summary-reparent-thread
2053 "\M-^" gnus-summary-reparent-children
2054 "s" gnus-summary-show-thread
2055 "S" gnus-summary-show-all-threads
2056 "h" gnus-summary-hide-thread
2057 "H" gnus-summary-hide-all-threads
2058 "n" gnus-summary-next-thread
2059 "p" gnus-summary-prev-thread
2060 "u" gnus-summary-up-thread
2061 "o" gnus-summary-top-thread
2062 "d" gnus-summary-down-thread
2063 "#" gnus-uu-mark-thread
2064 "\M-#" gnus-uu-unmark-thread)
2065
2066 (gnus-define-keys (gnus-summary-buffer-map "Y" gnus-summary-mode-map)
2067 "g" gnus-summary-prepare
2068 "c" gnus-summary-insert-cached-articles
2069 "d" gnus-summary-insert-dormant-articles
2070 "t" gnus-summary-insert-ticked-articles)
2071
2072 (gnus-define-keys (gnus-summary-exit-map "Z" gnus-summary-mode-map)
2073 "c" gnus-summary-catchup-and-exit
2074 "C" gnus-summary-catchup-all-and-exit
2075 "E" gnus-summary-exit-no-update
2076 "Q" gnus-summary-exit
2077 "Z" gnus-summary-exit
2078 "n" gnus-summary-catchup-and-goto-next-group
2079 "p" gnus-summary-catchup-and-goto-prev-group
2080 "R" gnus-summary-reselect-current-group
2081 "G" gnus-summary-rescan-group
2082 "N" gnus-summary-next-group
2083 "s" gnus-summary-save-newsrc
2084 "P" gnus-summary-prev-group)
2085
2086 (gnus-define-keys (gnus-summary-article-map "A" gnus-summary-mode-map)
2087 " " gnus-summary-next-page
2088 "n" gnus-summary-next-page
2089 [?\S-\ ] gnus-summary-prev-page
2090 "\177" gnus-summary-prev-page
2091 [delete] gnus-summary-prev-page
2092 "p" gnus-summary-prev-page
2093 "\r" gnus-summary-scroll-up
2094 "\M-\r" gnus-summary-scroll-down
2095 "<" gnus-summary-beginning-of-article
2096 ">" gnus-summary-end-of-article
2097 "b" gnus-summary-beginning-of-article
2098 "e" gnus-summary-end-of-article
2099 "^" gnus-summary-refer-parent-article
2100 "r" gnus-summary-refer-parent-article
2101 "C" gnus-summary-show-complete-article
2102 "D" gnus-summary-enter-digest-group
2103 "R" gnus-summary-refer-references
2104 "T" gnus-summary-refer-thread
2105 "W" gnus-warp-to-article
2106 "g" gnus-summary-show-article
2107 "s" gnus-summary-isearch-article
2108 "\t" gnus-summary-widget-forward
2109 [backtab] gnus-summary-widget-backward
2110 "P" gnus-summary-print-article
2111 "S" gnus-sticky-article
2112 "M" gnus-mailing-list-insinuate
2113 "t" gnus-article-babel)
2114
2115 (gnus-define-keys (gnus-summary-wash-map "W" gnus-summary-mode-map)
2116 "b" gnus-article-add-buttons
2117 "B" gnus-article-add-buttons-to-head
2118 "o" gnus-article-treat-overstrike
2119 "e" gnus-article-emphasize
2120 "w" gnus-article-fill-cited-article
2121 "Q" gnus-article-fill-long-lines
2122 "L" gnus-article-toggle-truncate-lines
2123 "C" gnus-article-capitalize-sentences
2124 "c" gnus-article-remove-cr
2125 "q" gnus-article-de-quoted-unreadable
2126 "6" gnus-article-de-base64-unreadable
2127 "Z" gnus-article-decode-HZ
2128 "A" gnus-article-treat-ansi-sequences
2129 "h" gnus-article-wash-html
2130 "u" gnus-article-unsplit-urls
2131 "s" gnus-summary-force-verify-and-decrypt
2132 "f" gnus-article-display-x-face
2133 "l" gnus-summary-stop-page-breaking
2134 "r" gnus-summary-caesar-message
2135 "m" gnus-summary-morse-message
2136 "t" gnus-summary-toggle-header
2137 "g" gnus-treat-smiley
2138 "v" gnus-summary-verbose-headers
2139 "a" gnus-article-strip-headers-in-body ;; mnemonic: wash archive
2140 "p" gnus-article-verify-x-pgp-sig
2141 "d" gnus-article-treat-dumbquotes
2142 "U" gnus-article-treat-non-ascii
2143 "i" gnus-summary-idna-message)
2144
2145 (gnus-define-keys (gnus-summary-wash-deuglify-map "Y" gnus-summary-wash-map)
2146 ;; mnemonic: deuglif*Y*
2147 "u" gnus-article-outlook-unwrap-lines
2148 "a" gnus-article-outlook-repair-attribution
2149 "c" gnus-article-outlook-rearrange-citation
2150 "f" gnus-article-outlook-deuglify-article) ;; mnemonic: full deuglify
2151
2152 (gnus-define-keys (gnus-summary-wash-hide-map "W" gnus-summary-wash-map)
2153 "a" gnus-article-hide
2154 "h" gnus-article-hide-headers
2155 "b" gnus-article-hide-boring-headers
2156 "s" gnus-article-hide-signature
2157 "c" gnus-article-hide-citation
2158 "C" gnus-article-hide-citation-in-followups
2159 "l" gnus-article-hide-list-identifiers
2160 "B" gnus-article-strip-banner
2161 "P" gnus-article-hide-pem
2162 "\C-c" gnus-article-hide-citation-maybe)
2163
2164 (gnus-define-keys (gnus-summary-wash-highlight-map "H" gnus-summary-wash-map)
2165 "a" gnus-article-highlight
2166 "h" gnus-article-highlight-headers
2167 "c" gnus-article-highlight-citation
2168 "s" gnus-article-highlight-signature)
2169
2170 (gnus-define-keys (gnus-summary-wash-header-map "G" gnus-summary-wash-map)
2171 "f" gnus-article-treat-fold-headers
2172 "u" gnus-article-treat-unfold-headers
2173 "n" gnus-article-treat-fold-newsgroups)
2174
2175 (gnus-define-keys (gnus-summary-wash-display-map "D" gnus-summary-wash-map)
2176 "x" gnus-article-display-x-face
2177 "d" gnus-article-display-face
2178 "s" gnus-treat-smiley
2179 "D" gnus-article-remove-images
2180 "W" gnus-article-show-images
2181 "f" gnus-treat-from-picon
2182 "m" gnus-treat-mail-picon
2183 "n" gnus-treat-newsgroups-picon
2184 "g" gnus-treat-from-gravatar
2185 "h" gnus-treat-mail-gravatar)
2186
2187 (gnus-define-keys (gnus-summary-wash-mime-map "M" gnus-summary-wash-map)
2188 "w" gnus-article-decode-mime-words
2189 "c" gnus-article-decode-charset
2190 "v" gnus-mime-view-all-parts
2191 "b" gnus-article-view-part)
2192
2193 (gnus-define-keys (gnus-summary-wash-time-map "T" gnus-summary-wash-map)
2194 "z" gnus-article-date-ut
2195 "u" gnus-article-date-ut
2196 "l" gnus-article-date-local
2197 "p" gnus-article-date-english
2198 "e" gnus-article-date-lapsed
2199 "o" gnus-article-date-original
2200 "i" gnus-article-date-iso8601
2201 "s" gnus-article-date-user)
2202
2203 (gnus-define-keys (gnus-summary-wash-empty-map "E" gnus-summary-wash-map)
2204 "t" gnus-article-remove-trailing-blank-lines
2205 "l" gnus-article-strip-leading-blank-lines
2206 "m" gnus-article-strip-multiple-blank-lines
2207 "a" gnus-article-strip-blank-lines
2208 "A" gnus-article-strip-all-blank-lines
2209 "s" gnus-article-strip-leading-space
2210 "e" gnus-article-strip-trailing-space
2211 "w" gnus-article-remove-leading-whitespace)
2212
2213 (gnus-define-keys (gnus-summary-help-map "H" gnus-summary-mode-map)
2214 "v" gnus-version
2215 "d" gnus-summary-describe-group
2216 "h" gnus-summary-describe-briefly
2217 "i" gnus-info-find-node)
2218
2219 (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
2220 "e" gnus-summary-expire-articles
2221 "\M-\C-e" gnus-summary-expire-articles-now
2222 "\177" gnus-summary-delete-article
2223 [delete] gnus-summary-delete-article
2224 "m" gnus-summary-move-article
2225 "r" gnus-summary-respool-article
2226 "w" gnus-summary-edit-article
2227 "c" gnus-summary-copy-article
2228 "B" gnus-summary-crosspost-article
2229 "q" gnus-summary-respool-query
2230 "t" gnus-summary-respool-trace
2231 "i" gnus-summary-import-article
2232 "I" gnus-summary-create-article
2233 "p" gnus-summary-article-posted-p)
2234
2235 (gnus-define-keys (gnus-summary-save-map "O" gnus-summary-mode-map)
2236 "o" gnus-summary-save-article
2237 "m" gnus-summary-save-article-mail
2238 "F" gnus-summary-write-article-file
2239 "r" gnus-summary-save-article-rmail
2240 "f" gnus-summary-save-article-file
2241 "b" gnus-summary-save-article-body-file
2242 "B" gnus-summary-write-article-body-file
2243 "h" gnus-summary-save-article-folder
2244 "v" gnus-summary-save-article-vm
2245 "p" gnus-summary-pipe-output
2246 "P" gnus-summary-muttprint)
2247
2248 (gnus-define-keys (gnus-summary-mime-map "K" gnus-summary-mode-map)
2249 "b" gnus-summary-display-buttonized
2250 "m" gnus-summary-repair-multipart
2251 "v" gnus-article-view-part
2252 "o" gnus-article-save-part
2253 "O" gnus-article-save-part-and-strip
2254 "r" gnus-article-replace-part
2255 "d" gnus-article-delete-part
2256 "t" gnus-article-view-part-as-type
2257 "j" gnus-article-jump-to-part
2258 "c" gnus-article-copy-part
2259 "C" gnus-article-view-part-as-charset
2260 "e" gnus-article-view-part-externally
2261 "H" gnus-article-browse-html-article
2262 "E" gnus-article-encrypt-body
2263 "i" gnus-article-inline-part
2264 "|" gnus-article-pipe-part)
2265
2266 (gnus-define-keys (gnus-uu-mark-map "P" gnus-summary-mark-map)
2267 "p" gnus-summary-mark-as-processable
2268 "u" gnus-summary-unmark-as-processable
2269 "U" gnus-summary-unmark-all-processable
2270 "v" gnus-uu-mark-over
2271 "s" gnus-uu-mark-series
2272 "r" gnus-uu-mark-region
2273 "g" gnus-uu-unmark-region
2274 "R" gnus-uu-mark-by-regexp
2275 "G" gnus-uu-unmark-by-regexp
2276 "t" gnus-uu-mark-thread
2277 "T" gnus-uu-unmark-thread
2278 "a" gnus-uu-mark-all
2279 "b" gnus-uu-mark-buffer
2280 "S" gnus-uu-mark-sparse
2281 "k" gnus-summary-kill-process-mark
2282 "y" gnus-summary-yank-process-mark
2283 "w" gnus-summary-save-process-mark
2284 "i" gnus-uu-invert-processable)
2285
2286 (gnus-define-keys (gnus-uu-extract-map "X" gnus-summary-mode-map)
2287 ;;"x" gnus-uu-extract-any
2288 "m" gnus-summary-save-parts
2289 "u" gnus-uu-decode-uu
2290 "U" gnus-uu-decode-uu-and-save
2291 "s" gnus-uu-decode-unshar
2292 "S" gnus-uu-decode-unshar-and-save
2293 "o" gnus-uu-decode-save
2294 "O" gnus-uu-decode-save
2295 "b" gnus-uu-decode-binhex
2296 "B" gnus-uu-decode-binhex
2297 "Y" gnus-uu-decode-yenc
2298 "p" gnus-uu-decode-postscript
2299 "P" gnus-uu-decode-postscript-and-save)
2300
2301 (gnus-define-keys
2302 (gnus-uu-extract-view-map "v" gnus-uu-extract-map)
2303 "u" gnus-uu-decode-uu-view
2304 "U" gnus-uu-decode-uu-and-save-view
2305 "s" gnus-uu-decode-unshar-view
2306 "S" gnus-uu-decode-unshar-and-save-view
2307 "o" gnus-uu-decode-save-view
2308 "O" gnus-uu-decode-save-view
2309 "b" gnus-uu-decode-binhex-view
2310 "B" gnus-uu-decode-binhex-view
2311 "p" gnus-uu-decode-postscript-view
2312 "P" gnus-uu-decode-postscript-and-save-view)
2313
2314 (defvar gnus-article-post-menu nil)
2315
2316 (defconst gnus-summary-menu-maxlen 20)
2317
2318 (defun gnus-summary-menu-split (menu)
2319 ;; If we have lots of elements, divide them into groups of 20
2320 ;; and make a pane (or submenu) for each one.
2321 (if (> (length menu) (/ (* gnus-summary-menu-maxlen 3) 2))
2322 (let ((menu menu) sublists next
2323 (i 1))
2324 (while menu
2325 ;; Pull off the next gnus-summary-menu-maxlen elements
2326 ;; and make them the next element of sublist.
2327 (setq next (nthcdr gnus-summary-menu-maxlen menu))
2328 (if next
2329 (setcdr (nthcdr (1- gnus-summary-menu-maxlen) menu)
2330 nil))
2331 (setq sublists (cons (cons (format "%s ... %s" (aref (car menu) 0)
2332 (aref (car (last menu)) 0)) menu)
2333 sublists))
2334 (setq i (1+ i))
2335 (setq menu next))
2336 (nreverse sublists))
2337 ;; Few elements--put them all in one pane.
2338 menu))
2339
2340 (defun gnus-summary-make-menu-bar ()
2341 (gnus-turn-off-edit-menu 'summary)
2342
2343 (unless (boundp 'gnus-summary-misc-menu)
2344
2345 (easy-menu-define
2346 gnus-summary-kill-menu gnus-summary-mode-map ""
2347 (cons
2348 "Score"
2349 (nconc
2350 (list
2351 ["Customize" gnus-score-customize t])
2352 (gnus-make-score-map 'increase)
2353 (gnus-make-score-map 'lower)
2354 '(("Mark"
2355 ["Kill below" gnus-summary-kill-below t]
2356 ["Mark above" gnus-summary-mark-above t]
2357 ["Tick above" gnus-summary-tick-above t]
2358 ["Clear above" gnus-summary-clear-above t])
2359 ["Current article score" gnus-summary-current-score t]
2360 ["Current thread score" (gnus-summary-current-score 'total) t]
2361 ["Set score" gnus-summary-set-score t]
2362 ["Switch current score file..." gnus-score-change-score-file t]
2363 ["Set mark below..." gnus-score-set-mark-below t]
2364 ["Set expunge below..." gnus-score-set-expunge-below t]
2365 ["Edit current score file" gnus-score-edit-current-scores t]
2366 ["Edit score file..." gnus-score-edit-file t]
2367 ["Trace score" gnus-score-find-trace t]
2368 ["Find words" gnus-score-find-favourite-words t]
2369 ["Rescore buffer" gnus-summary-rescore t]
2370 ["Increase score..." gnus-summary-increase-score t]
2371 ["Lower score..." gnus-summary-lower-score t]))))
2372
2373 ;; Define both the Article menu in the summary buffer and the
2374 ;; equivalent Commands menu in the article buffer here for
2375 ;; consistency.
2376 (let ((innards
2377 `(("Hide"
2378 ["All" gnus-article-hide t]
2379 ["Headers" gnus-article-hide-headers t]
2380 ["Signature" gnus-article-hide-signature t]
2381 ["Citation" gnus-article-hide-citation t]
2382 ["List identifiers" gnus-article-hide-list-identifiers t]
2383 ["Banner" gnus-article-strip-banner t]
2384 ["Boring headers" gnus-article-hide-boring-headers t])
2385 ("Highlight"
2386 ["All" gnus-article-highlight t]
2387 ["Headers" gnus-article-highlight-headers t]
2388 ["Signature" gnus-article-highlight-signature t]
2389 ["Citation" gnus-article-highlight-citation t])
2390 ("MIME"
2391 ["Words" gnus-article-decode-mime-words t]
2392 ["Charset" gnus-article-decode-charset t]
2393 ["QP" gnus-article-de-quoted-unreadable t]
2394 ["Base64" gnus-article-de-base64-unreadable t]
2395 ["View MIME buttons" gnus-summary-display-buttonized t]
2396 ["View all" gnus-mime-view-all-parts t]
2397 ["Verify and Decrypt" gnus-summary-force-verify-and-decrypt t]
2398 ["Encrypt body" gnus-article-encrypt-body
2399 :active (not (gnus-group-read-only-p))
2400 ,@(if (featurep 'xemacs) nil
2401 '(:help "Encrypt the message body on disk"))]
2402 ["Extract all parts..." gnus-summary-save-parts t]
2403 ("Multipart"
2404 ["Repair multipart" gnus-summary-repair-multipart t]
2405 ["Pipe part..." gnus-article-pipe-part t]
2406 ["Inline part" gnus-article-inline-part t]
2407 ["View part as type..." gnus-article-view-part-as-type t]
2408 ["Encrypt body" gnus-article-encrypt-body
2409 :active (not (gnus-group-read-only-p))
2410 ,@(if (featurep 'xemacs) nil
2411 '(:help "Encrypt the message body on disk"))]
2412 ["View part externally" gnus-article-view-part-externally t]
2413 ["View HTML parts in browser" gnus-article-browse-html-article t]
2414 ["View part with charset..." gnus-article-view-part-as-charset t]
2415 ["Copy part" gnus-article-copy-part t]
2416 ["Save part..." gnus-article-save-part t]
2417 ["View part" gnus-article-view-part t]))
2418 ("Date"
2419 ["Local" gnus-article-date-local t]
2420 ["ISO8601" gnus-article-date-iso8601 t]
2421 ["UT" gnus-article-date-ut t]
2422 ["Original" gnus-article-date-original t]
2423 ["Lapsed" gnus-article-date-lapsed t]
2424 ["User-defined" gnus-article-date-user t])
2425 ("Display"
2426 ["Remove images" gnus-article-remove-images t]
2427 ["Toggle smiley" gnus-treat-smiley t]
2428 ["Show X-Face" gnus-article-display-x-face t]
2429 ["Show picons in From" gnus-treat-from-picon t]
2430 ["Show picons in mail headers" gnus-treat-mail-picon t]
2431 ["Show picons in news headers" gnus-treat-newsgroups-picon t]
2432 ["Show Gravatars in From" gnus-treat-from-gravatar t]
2433 ["Show Gravatars in mail headers" gnus-treat-mail-gravatar t]
2434 ("View as different encoding"
2435 ,@(gnus-summary-menu-split
2436 (mapcar
2437 (lambda (cs)
2438 ;; Since easymenu under Emacs doesn't allow
2439 ;; lambda forms for menu commands, we should
2440 ;; provide intern'ed function symbols.
2441 (let ((command (intern (format "\
2442 gnus-summary-show-article-from-menu-as-charset-%s" cs))))
2443 (fset command
2444 `(lambda ()
2445 (interactive)
2446 (let ((gnus-summary-show-article-charset-alist
2447 '((1 . ,cs))))
2448 (gnus-summary-show-article 1))))
2449 `[,(symbol-name cs) ,command t]))
2450 (sort (if (fboundp 'coding-system-list)
2451 (coding-system-list)
2452 (mapcar 'car mm-mime-mule-charset-alist))
2453 'string<)))))
2454 ("Washing"
2455 ("Remove Blanks"
2456 ["Leading" gnus-article-strip-leading-blank-lines t]
2457 ["Multiple" gnus-article-strip-multiple-blank-lines t]
2458 ["Trailing" gnus-article-remove-trailing-blank-lines t]
2459 ["All of the above" gnus-article-strip-blank-lines t]
2460 ["All" gnus-article-strip-all-blank-lines t]
2461 ["Leading space" gnus-article-strip-leading-space t]
2462 ["Trailing space" gnus-article-strip-trailing-space t]
2463 ["Leading space in headers"
2464 gnus-article-remove-leading-whitespace t])
2465 ["Overstrike" gnus-article-treat-overstrike t]
2466 ["Dumb quotes" gnus-article-treat-dumbquotes t]
2467 ["Non-ASCII" gnus-article-treat-non-ascii t]
2468 ["Emphasis" gnus-article-emphasize t]
2469 ["Word wrap" gnus-article-fill-cited-article t]
2470 ["Fill long lines" gnus-article-fill-long-lines t]
2471 ["Toggle truncate long lines" gnus-article-toggle-truncate-lines t]
2472 ["Capitalize sentences" gnus-article-capitalize-sentences t]
2473 ["Remove CR" gnus-article-remove-cr t]
2474 ["Quoted-Printable" gnus-article-de-quoted-unreadable t]
2475 ["Base64" gnus-article-de-base64-unreadable t]
2476 ["Rot 13" gnus-summary-caesar-message
2477 ,@(if (featurep 'xemacs) '(t)
2478 '(:help "\"Caesar rotate\" article by 13"))]
2479 ["De-IDNA" gnus-summary-idna-message t]
2480 ["Morse decode" gnus-summary-morse-message t]
2481 ["Unix pipe..." gnus-summary-pipe-message t]
2482 ["Add buttons" gnus-article-add-buttons t]
2483 ["Add buttons to head" gnus-article-add-buttons-to-head t]
2484 ["Stop page breaking" gnus-summary-stop-page-breaking t]
2485 ["Verbose header" gnus-summary-verbose-headers t]
2486 ["Toggle header" gnus-summary-toggle-header t]
2487 ["Unfold headers" gnus-article-treat-unfold-headers t]
2488 ["Fold newsgroups" gnus-article-treat-fold-newsgroups t]
2489 ["Html" gnus-article-wash-html t]
2490 ["Unsplit URLs" gnus-article-unsplit-urls t]
2491 ["Verify X-PGP-Sig" gnus-article-verify-x-pgp-sig t]
2492 ["Decode HZ" gnus-article-decode-HZ t]
2493 ["ANSI sequences" gnus-article-treat-ansi-sequences t]
2494 ("(Outlook) Deuglify"
2495 ["Unwrap lines" gnus-article-outlook-unwrap-lines t]
2496 ["Repair attribution" gnus-article-outlook-repair-attribution t]
2497 ["Rearrange citation" gnus-article-outlook-rearrange-citation t]
2498 ["Full (Outlook) deuglify"
2499 gnus-article-outlook-deuglify-article t])
2500 )
2501 ("Output"
2502 ["Save in default format..." gnus-summary-save-article
2503 ,@(if (featurep 'xemacs) '(t)
2504 '(:help "Save article using default method"))]
2505 ["Save in file..." gnus-summary-save-article-file
2506 ,@(if (featurep 'xemacs) '(t)
2507 '(:help "Save article in file"))]
2508 ["Save in Unix mail format..." gnus-summary-save-article-mail t]
2509 ["Save in MH folder..." gnus-summary-save-article-folder t]
2510 ["Save in VM folder..." gnus-summary-save-article-vm t]
2511 ["Save in RMAIL mbox..." gnus-summary-save-article-rmail t]
2512 ["Save body in file..." gnus-summary-save-article-body-file t]
2513 ["Pipe through a filter..." gnus-summary-pipe-output t]
2514 ["Print with Muttprint..." gnus-summary-muttprint t]
2515 ["Print" gnus-summary-print-article
2516 ,@(if (featurep 'xemacs) '(t)
2517 '(:help "Generate and print a PostScript image"))])
2518 ("Copy, move,... (Backend)"
2519 ,@(if (featurep 'xemacs) nil
2520 '(:help "Copying, moving, expiring articles..."))
2521 ["Respool article..." gnus-summary-respool-article t]
2522 ["Move article..." gnus-summary-move-article
2523 (gnus-check-backend-function
2524 'request-move-article gnus-newsgroup-name)]
2525 ["Copy article..." gnus-summary-copy-article t]
2526 ["Crosspost article..." gnus-summary-crosspost-article
2527 (gnus-check-backend-function
2528 'request-replace-article gnus-newsgroup-name)]
2529 ["Import file..." gnus-summary-import-article
2530 (gnus-check-backend-function
2531 'request-accept-article gnus-newsgroup-name)]
2532 ["Create article..." gnus-summary-create-article
2533 (gnus-check-backend-function
2534 'request-accept-article gnus-newsgroup-name)]
2535 ["Check if posted" gnus-summary-article-posted-p t]
2536 ["Edit article" gnus-summary-edit-article
2537 (not (gnus-group-read-only-p))]
2538 ["Delete article" gnus-summary-delete-article
2539 (gnus-check-backend-function
2540 'request-expire-articles gnus-newsgroup-name)]
2541 ["Query respool" gnus-summary-respool-query t]
2542 ["Trace respool" gnus-summary-respool-trace t]
2543 ["Delete expirable articles" gnus-summary-expire-articles-now
2544 (gnus-check-backend-function
2545 'request-expire-articles gnus-newsgroup-name)])
2546 ("Extract"
2547 ["Uudecode" gnus-uu-decode-uu
2548 ,@(if (featurep 'xemacs) '(t)
2549 '(:help "Decode uuencoded article(s)"))]
2550 ["Uudecode and save" gnus-uu-decode-uu-and-save t]
2551 ["Unshar" gnus-uu-decode-unshar t]
2552 ["Unshar and save" gnus-uu-decode-unshar-and-save t]
2553 ["Save" gnus-uu-decode-save t]
2554 ["Binhex" gnus-uu-decode-binhex t]
2555 ["PostScript" gnus-uu-decode-postscript t]
2556 ["All MIME parts" gnus-summary-save-parts t])
2557 ("Cache"
2558 ["Enter article" gnus-cache-enter-article t]
2559 ["Remove article" gnus-cache-remove-article t])
2560 ["Translate" gnus-article-babel t]
2561 ["Select article buffer" gnus-summary-select-article-buffer t]
2562 ["Make article buffer sticky" gnus-sticky-article t]
2563 ["Enter digest buffer" gnus-summary-enter-digest-group t]
2564 ["Isearch article..." gnus-summary-isearch-article t]
2565 ["Beginning of the article" gnus-summary-beginning-of-article t]
2566 ["End of the article" gnus-summary-end-of-article t]
2567 ["Fetch parent of article" gnus-summary-refer-parent-article t]
2568 ["Fetch referenced articles" gnus-summary-refer-references t]
2569 ["Fetch current thread" gnus-summary-refer-thread t]
2570 ["Fetch article with id..." gnus-summary-refer-article t]
2571 ["Setup Mailing List Params" gnus-mailing-list-insinuate t]
2572 ["Redisplay" gnus-summary-show-article t]
2573 ["Raw article" gnus-summary-show-raw-article :keys "C-u g"])))
2574 (easy-menu-define
2575 gnus-summary-article-menu gnus-summary-mode-map ""
2576 (cons "Article" innards))
2577
2578 (if (not (keymapp gnus-summary-article-menu))
2579 (easy-menu-define
2580 gnus-article-commands-menu gnus-article-mode-map ""
2581 (cons "Commands" innards))
2582 ;; in Emacs, don't share menu.
2583 (setq gnus-article-commands-menu
2584 (copy-keymap gnus-summary-article-menu))
2585 (define-key gnus-article-mode-map [menu-bar commands]
2586 (cons "Commands" gnus-article-commands-menu))))
2587
2588 (easy-menu-define
2589 gnus-summary-thread-menu gnus-summary-mode-map ""
2590 '("Threads"
2591 ["Find all messages in thread" gnus-summary-refer-thread t]
2592 ["Toggle threading" gnus-summary-toggle-threads t]
2593 ["Hide threads" gnus-summary-hide-all-threads t]
2594 ["Show threads" gnus-summary-show-all-threads t]
2595 ["Hide thread" gnus-summary-hide-thread t]
2596 ["Show thread" gnus-summary-show-thread t]
2597 ["Go to next thread" gnus-summary-next-thread t]
2598 ["Go to previous thread" gnus-summary-prev-thread t]
2599 ["Go down thread" gnus-summary-down-thread t]
2600 ["Go up thread" gnus-summary-up-thread t]
2601 ["Top of thread" gnus-summary-top-thread t]
2602 ["Mark thread as read" gnus-summary-kill-thread t]
2603 ["Mark thread as expired" gnus-summary-expire-thread t]
2604 ["Lower thread score" gnus-summary-lower-thread t]
2605 ["Raise thread score" gnus-summary-raise-thread t]
2606 ["Rethread current" gnus-summary-rethread-current t]))
2607
2608 (easy-menu-define
2609 gnus-summary-post-menu gnus-summary-mode-map ""
2610 `("Post"
2611 ["Send a message (mail or news)" gnus-summary-post-news
2612 ,@(if (featurep 'xemacs) '(t)
2613 '(:help "Compose a new message (mail or news)"))]
2614 ["Followup" gnus-summary-followup
2615 ,@(if (featurep 'xemacs) '(t)
2616 '(:help "Post followup to this article"))]
2617 ["Followup and yank" gnus-summary-followup-with-original
2618 ,@(if (featurep 'xemacs) '(t)
2619 '(:help "Post followup to this article, quoting its contents"))]
2620 ["Supersede article" gnus-summary-supersede-article t]
2621 ["Cancel article" gnus-summary-cancel-article
2622 ,@(if (featurep 'xemacs) '(t)
2623 '(:help "Cancel an article you posted"))]
2624 ["Reply" gnus-summary-reply t]
2625 ["Reply and yank" gnus-summary-reply-with-original t]
2626 ["Wide reply" gnus-summary-wide-reply t]
2627 ["Wide reply and yank" gnus-summary-wide-reply-with-original
2628 ,@(if (featurep 'xemacs) '(t)
2629 '(:help "Mail a reply, quoting this article"))]
2630 ["Very wide reply" gnus-summary-very-wide-reply t]
2631 ["Very wide reply and yank" gnus-summary-very-wide-reply-with-original
2632 ,@(if (featurep 'xemacs) '(t)
2633 '(:help "Mail a very wide reply, quoting this article"))]
2634 ["Mail forward" gnus-summary-mail-forward t]
2635 ["Post forward" gnus-summary-post-forward t]
2636 ["Digest and mail" gnus-uu-digest-mail-forward t]
2637 ["Digest and post" gnus-uu-digest-post-forward t]
2638 ["Resend message" gnus-summary-resend-message t]
2639 ["Resend message edit" gnus-summary-resend-message-edit t]
2640 ["Send bounced mail" gnus-summary-resend-bounced-mail t]
2641 ["Send a mail" gnus-summary-mail-other-window t]
2642 ["Create a local message" gnus-summary-news-other-window t]
2643 ["Uuencode and post" gnus-uu-post-news
2644 ,@(if (featurep 'xemacs) '(t)
2645 '(:help "Post a uuencoded article"))]
2646 ["Followup via news" gnus-summary-followup-to-mail t]
2647 ["Followup via news and yank"
2648 gnus-summary-followup-to-mail-with-original t]
2649 ["Strip signature on reply"
2650 (lambda ()
2651 (interactive)
2652 (if (not (memq message-cite-function
2653 '(message-cite-original-without-signature
2654 message-cite-original)))
2655 ;; Stupid workaround for XEmacs not honoring :visible.
2656 (message "Can't toggle this value of `message-cite-function'")
2657 (setq message-cite-function
2658 (if (eq message-cite-function
2659 'message-cite-original-without-signature)
2660 'message-cite-original
2661 'message-cite-original-without-signature))))
2662 ;; XEmacs barfs on :visible.
2663 ,@(if (featurep 'xemacs) nil
2664 '(:visible (memq message-cite-function
2665 '(message-cite-original-without-signature
2666 message-cite-original))))
2667 :style toggle
2668 :selected (eq message-cite-function
2669 'message-cite-original-without-signature)
2670 ,@(if (featurep 'xemacs) nil
2671 '(:help "Strip signature from cited article when replying."))]
2672 ;;("Draft"
2673 ;;["Send" gnus-summary-send-draft t]
2674 ;;["Send bounced" gnus-resend-bounced-mail t])
2675 ))
2676
2677 (cond
2678 ((not (keymapp gnus-summary-post-menu))
2679 (setq gnus-article-post-menu gnus-summary-post-menu))
2680 ((not gnus-article-post-menu)
2681 ;; Don't share post menu.
2682 (setq gnus-article-post-menu
2683 (copy-keymap gnus-summary-post-menu))))
2684 (define-key gnus-article-mode-map [menu-bar post]
2685 (cons "Post" gnus-article-post-menu))
2686
2687 (easy-menu-define
2688 gnus-summary-misc-menu gnus-summary-mode-map ""
2689 `("Gnus"
2690 ("Mark Read"
2691 ["Mark as read" gnus-summary-mark-as-read-forward t]
2692 ["Mark same subject and select"
2693 gnus-summary-kill-same-subject-and-select t]
2694 ["Mark same subject" gnus-summary-kill-same-subject t]
2695 ["Catchup" gnus-summary-catchup
2696 ,@(if (featurep 'xemacs) '(t)
2697 '(:help "Mark unread articles in this group as read"))]
2698 ["Catchup all" gnus-summary-catchup-all t]
2699 ["Catchup to here" gnus-summary-catchup-to-here t]
2700 ["Catchup from here" gnus-summary-catchup-from-here t]
2701 ["Catchup region" gnus-summary-mark-region-as-read
2702 (gnus-mark-active-p)]
2703 ["Mark excluded" gnus-summary-limit-mark-excluded-as-read t])
2704 ("Mark Various"
2705 ["Tick" gnus-summary-tick-article-forward t]
2706 ["Mark as dormant" gnus-summary-mark-as-dormant t]
2707 ["Remove marks" gnus-summary-clear-mark-forward t]
2708 ["Set expirable mark" gnus-summary-mark-as-expirable t]
2709 ["Set bookmark" gnus-summary-set-bookmark t]
2710 ["Remove bookmark" gnus-summary-remove-bookmark t])
2711 ("Limit to"
2712 ["Marks..." gnus-summary-limit-to-marks t]
2713 ["Subject..." gnus-summary-limit-to-subject t]
2714 ["Author..." gnus-summary-limit-to-author t]
2715 ["Recipient..." gnus-summary-limit-to-recipient t]
2716 ["Address..." gnus-summary-limit-to-address t]
2717 ["Age..." gnus-summary-limit-to-age t]
2718 ["Extra..." gnus-summary-limit-to-extra t]
2719 ["Score..." gnus-summary-limit-to-score t]
2720 ["Display Predicate" gnus-summary-limit-to-display-predicate t]
2721 ["Unread" gnus-summary-limit-to-unread t]
2722 ["Unseen" gnus-summary-limit-to-unseen t]
2723 ["Singletons" gnus-summary-limit-to-singletons t]
2724 ["Replied" gnus-summary-limit-to-replied t]
2725 ["Non-dormant" gnus-summary-limit-exclude-dormant t]
2726 ["Next or process marked articles" gnus-summary-limit-to-articles t]
2727 ["Pop limit" gnus-summary-pop-limit t]
2728 ["Show dormant" gnus-summary-limit-include-dormant t]
2729 ["Hide childless dormant"
2730 gnus-summary-limit-exclude-childless-dormant t]
2731 ;;["Hide thread" gnus-summary-limit-exclude-thread t]
2732 ["Hide marked" gnus-summary-limit-exclude-marks t]
2733 ["Show expunged" gnus-summary-limit-include-expunged t])
2734 ("Process Mark"
2735 ["Set mark" gnus-summary-mark-as-processable t]
2736 ["Remove mark" gnus-summary-unmark-as-processable t]
2737 ["Remove all marks" gnus-summary-unmark-all-processable t]
2738 ["Invert marks" gnus-uu-invert-processable t]
2739 ["Mark above" gnus-uu-mark-over t]
2740 ["Mark series" gnus-uu-mark-series t]
2741 ["Mark region" gnus-uu-mark-region (gnus-mark-active-p)]
2742 ["Unmark region" gnus-uu-unmark-region (gnus-mark-active-p)]
2743 ["Mark by regexp..." gnus-uu-mark-by-regexp t]
2744 ["Unmark by regexp..." gnus-uu-unmark-by-regexp t]
2745 ["Mark all" gnus-uu-mark-all t]
2746 ["Mark buffer" gnus-uu-mark-buffer t]
2747 ["Mark sparse" gnus-uu-mark-sparse t]
2748 ["Mark thread" gnus-uu-mark-thread t]
2749 ["Unmark thread" gnus-uu-unmark-thread t]
2750 ("Process Mark Sets"
2751 ["Kill" gnus-summary-kill-process-mark t]
2752 ["Yank" gnus-summary-yank-process-mark
2753 gnus-newsgroup-process-stack]
2754 ["Save" gnus-summary-save-process-mark t]
2755 ["Run command on marked..." gnus-summary-universal-argument t]))
2756 ("Registry Marks")
2757 ("Scroll article"
2758 ["Page forward" gnus-summary-next-page
2759 ,@(if (featurep 'xemacs) '(t)
2760 '(:help "Show next page of article"))]
2761 ["Page backward" gnus-summary-prev-page
2762 ,@(if (featurep 'xemacs) '(t)
2763 '(:help "Show previous page of article"))]
2764 ["Line forward" gnus-summary-scroll-up t])
2765 ("Move"
2766 ["Next unread article" gnus-summary-next-unread-article t]
2767 ["Previous unread article" gnus-summary-prev-unread-article t]
2768 ["Next article" gnus-summary-next-article t]
2769 ["Previous article" gnus-summary-prev-article t]
2770 ["Next unread subject" gnus-summary-next-unread-subject t]
2771 ["Previous unread subject" gnus-summary-prev-unread-subject t]
2772 ["Next article same subject" gnus-summary-next-same-subject t]
2773 ["Previous article same subject" gnus-summary-prev-same-subject t]
2774 ["First unread article" gnus-summary-first-unread-article t]
2775 ["Best unread article" gnus-summary-best-unread-article t]
2776 ["Go to subject number..." gnus-summary-goto-subject t]
2777 ["Go to article number..." gnus-summary-goto-article t]
2778 ["Go to the last article" gnus-summary-goto-last-article t]
2779 ["Pop article off history" gnus-summary-pop-article t])
2780 ("Sort"
2781 ["Sort by number" gnus-summary-sort-by-number t]
2782 ["Sort by most recent number" gnus-summary-sort-by-most-recent-number t]
2783 ["Sort by author" gnus-summary-sort-by-author t]
2784 ["Sort by recipient" gnus-summary-sort-by-recipient t]
2785 ["Sort by subject" gnus-summary-sort-by-subject t]
2786 ["Sort by date" gnus-summary-sort-by-date t]
2787 ["Sort by most recent date" gnus-summary-sort-by-most-recent-date t]
2788 ["Sort by score" gnus-summary-sort-by-score t]
2789 ["Sort by lines" gnus-summary-sort-by-lines t]
2790 ["Sort by characters" gnus-summary-sort-by-chars t]
2791 ["Randomize" gnus-summary-sort-by-random t]
2792 ["Original sort" gnus-summary-sort-by-original t])
2793 ("Help"
2794 ["Describe group" gnus-summary-describe-group t]
2795 ["Read manual" gnus-info-find-node t])
2796 ("Modes"
2797 ["Pick and read" gnus-pick-mode t]
2798 ["Binary" gnus-binary-mode t])
2799 ("Regeneration"
2800 ["Regenerate" gnus-summary-prepare t]
2801 ["Insert cached articles" gnus-summary-insert-cached-articles t]
2802 ["Insert dormant articles" gnus-summary-insert-dormant-articles t]
2803 ["Insert ticked articles" gnus-summary-insert-ticked-articles t]
2804 ["Toggle threading" gnus-summary-toggle-threads t])
2805 ["See old articles" gnus-summary-insert-old-articles t]
2806 ["See new articles" gnus-summary-insert-new-articles t]
2807 ["Filter articles..." gnus-summary-execute-command t]
2808 ["Run command on articles..." gnus-summary-universal-argument t]
2809 ["Search articles forward..." gnus-summary-search-article-forward t]
2810 ["Search articles backward..." gnus-summary-search-article-backward t]
2811 ["Toggle line truncation" gnus-summary-toggle-truncation t]
2812 ["Expand window" gnus-summary-expand-window t]
2813 ["Expire expirable articles" gnus-summary-expire-articles
2814 (gnus-check-backend-function
2815 'request-expire-articles gnus-newsgroup-name)]
2816 ["Edit local kill file" gnus-summary-edit-local-kill t]
2817 ["Edit main kill file" gnus-summary-edit-global-kill t]
2818 ["Edit group parameters" gnus-summary-edit-parameters t]
2819 ["Customize group parameters" gnus-summary-customize-parameters t]
2820 ["Send a bug report" gnus-bug t]
2821 ("Exit"
2822 ["Catchup and exit" gnus-summary-catchup-and-exit
2823 ,@(if (featurep 'xemacs) '(t)
2824 '(:help "Mark unread articles in this group as read, then exit"))]
2825 ["Catchup all and exit" gnus-summary-catchup-all-and-exit t]
2826 ["Catchup and goto next" gnus-summary-catchup-and-goto-next-group t]
2827 ["Catchup and goto prev" gnus-summary-catchup-and-goto-prev-group t]
2828 ["Exit group" gnus-summary-exit
2829 ,@(if (featurep 'xemacs) '(t)
2830 '(:help "Exit current group, return to group selection mode"))]
2831 ["Exit group without updating" gnus-summary-exit-no-update t]
2832 ["Exit and goto next group" gnus-summary-next-group t]
2833 ["Exit and goto prev group" gnus-summary-prev-group t]
2834 ["Reselect group" gnus-summary-reselect-current-group t]
2835 ["Rescan group" gnus-summary-rescan-group t]
2836 ["Update dribble" gnus-summary-save-newsrc t])))
2837
2838 (gnus-run-hooks 'gnus-summary-menu-hook)))
2839
2840 (defvar gnus-summary-tool-bar-map nil)
2841
2842 ;; Note: The :set function in the `gnus-summary-tool-bar*' variables will only
2843 ;; affect _new_ message buffers. We might add a function that walks thru all
2844 ;; summary-mode buffers and force the update.
2845 (defun gnus-summary-tool-bar-update (&optional symbol value)
2846 "Update summary mode toolbar.
2847 Setter function for custom variables."
2848 (setq-default gnus-summary-tool-bar-map nil)
2849 (when symbol
2850 ;; When used as ":set" function:
2851 (set-default symbol value))
2852 (when (gnus-buffer-live-p gnus-summary-buffer)
2853 (with-current-buffer gnus-summary-buffer
2854 (gnus-summary-make-tool-bar))))
2855
2856 (defcustom gnus-summary-tool-bar (if (eq gmm-tool-bar-style 'gnome)
2857 'gnus-summary-tool-bar-gnome
2858 'gnus-summary-tool-bar-retro)
2859 "Specifies the Gnus summary tool bar.
2860
2861 It can be either a list or a symbol referring to a list. See
2862 `gmm-tool-bar-from-list' for the format of the list. The
2863 default key map is `gnus-summary-mode-map'.
2864
2865 Pre-defined symbols include `gnus-summary-tool-bar-gnome' and
2866 `gnus-summary-tool-bar-retro'."
2867 :type '(choice (const :tag "GNOME style" gnus-summary-tool-bar-gnome)
2868 (const :tag "Retro look" gnus-summary-tool-bar-retro)
2869 (repeat :tag "User defined list" gmm-tool-bar-item)
2870 (symbol))
2871 :version "23.1" ;; No Gnus
2872 :initialize 'custom-initialize-default
2873 :set 'gnus-summary-tool-bar-update
2874 :group 'gnus-summary)
2875
2876 (defcustom gnus-summary-tool-bar-gnome
2877 '((gnus-summary-post-news "mail/compose" nil)
2878 (gnus-summary-insert-new-articles "mail/inbox" nil
2879 :visible (or (not gnus-agent)
2880 gnus-plugged))
2881 (gnus-summary-reply-with-original "mail/reply")
2882 (gnus-summary-reply "mail/reply" nil :visible nil)
2883 (gnus-summary-followup-with-original "mail/reply-all")
2884 (gnus-summary-followup "mail/reply-all" nil :visible nil)
2885 (gnus-summary-mail-forward "mail/forward")
2886 (gnus-summary-save-article "mail/save")
2887 (gnus-summary-search-article-forward "search" nil :visible nil)
2888 (gnus-summary-print-article "print")
2889 (gnus-summary-tick-article-forward "flag-followup" nil :visible nil)
2890 ;; Some new commands that may need more suitable icons:
2891 (gnus-summary-save-newsrc "save" nil :visible nil)
2892 ;; (gnus-summary-show-article "stock_message-display" nil :visible nil)
2893 (gnus-summary-prev-article "left-arrow")
2894 (gnus-summary-next-article "right-arrow")
2895 (gnus-summary-next-page "next-page")
2896 ;; (gnus-summary-enter-digest-group "right_arrow" nil :visible nil)
2897 ;;
2898 ;; Maybe some sort-by-... could be added:
2899 ;; (gnus-summary-sort-by-author "sort-a-z" nil :visible nil)
2900 ;; (gnus-summary-sort-by-date "sort-1-9" nil :visible nil)
2901 (gnus-summary-mark-as-expirable
2902 "delete" nil
2903 :visible (gnus-check-backend-function 'request-expire-articles
2904 gnus-newsgroup-name))
2905 (gnus-summary-mark-as-spam
2906 "mail/spam" t
2907 :visible (and (fboundp 'spam-group-ham-contents-p)
2908 (spam-group-ham-contents-p gnus-newsgroup-name))
2909 :help "Mark as spam")
2910 (gnus-summary-mark-as-read-forward
2911 "mail/not-spam" nil
2912 :visible (and (fboundp 'spam-group-spam-contents-p)
2913 (spam-group-spam-contents-p gnus-newsgroup-name)))
2914 ;;
2915 (gnus-summary-exit "exit")
2916 (gmm-customize-mode "preferences" t :help "Edit mode preferences")
2917 (gnus-info-find-node "help"))
2918 "List of functions for the summary tool bar (GNOME style).
2919
2920 See `gmm-tool-bar-from-list' for the format of the list."
2921 :type '(repeat gmm-tool-bar-item)
2922 :version "23.1" ;; No Gnus
2923 :initialize 'custom-initialize-default
2924 :set 'gnus-summary-tool-bar-update
2925 :group 'gnus-summary)
2926
2927 (defcustom gnus-summary-tool-bar-retro
2928 '((gnus-summary-prev-unread-article "gnus/prev-ur")
2929 (gnus-summary-next-unread-article "gnus/next-ur")
2930 (gnus-summary-post-news "gnus/post")
2931 (gnus-summary-followup-with-original "gnus/fuwo")
2932 (gnus-summary-followup "gnus/followup")
2933 (gnus-summary-reply-with-original "gnus/reply-wo")
2934 (gnus-summary-reply "gnus/reply")
2935 (gnus-summary-caesar-message "gnus/rot13")
2936 (gnus-uu-decode-uu "gnus/uu-decode")
2937 (gnus-summary-save-article-file "gnus/save-aif")
2938 (gnus-summary-save-article "gnus/save-art")
2939 (gnus-uu-post-news "gnus/uu-post")
2940 (gnus-summary-catchup "gnus/catchup")
2941 (gnus-summary-catchup-and-exit "gnus/cu-exit")
2942 (gnus-summary-exit "gnus/exit-summ")
2943 ;; Some new command that may need more suitable icons:
2944 (gnus-summary-print-article "gnus/print" nil :visible nil)
2945 (gnus-summary-mark-as-expirable "gnus/close" nil :visible nil)
2946 (gnus-summary-save-newsrc "gnus/save" nil :visible nil)
2947 ;; (gnus-summary-enter-digest-group "gnus/right_arrow" nil :visible nil)
2948 (gnus-summary-search-article-forward "gnus/search" nil :visible nil)
2949 ;; (gnus-summary-insert-new-articles "gnus/paste" nil :visible nil)
2950 ;; (gnus-summary-toggle-threads "gnus/open" nil :visible nil)
2951 ;;
2952 (gnus-info-find-node "gnus/help" nil :visible nil))
2953 "List of functions for the summary tool bar (retro look).
2954
2955 See `gmm-tool-bar-from-list' for the format of the list."
2956 :type '(repeat gmm-tool-bar-item)
2957 :version "23.1" ;; No Gnus
2958 :initialize 'custom-initialize-default
2959 :set 'gnus-summary-tool-bar-update
2960 :group 'gnus-summary)
2961
2962 (defcustom gnus-summary-tool-bar-zap-list t
2963 "List of icon items from the global tool bar.
2964 These items are not displayed in the Gnus summary mode tool bar.
2965
2966 See `gmm-tool-bar-from-list' for the format of the list."
2967 :type 'gmm-tool-bar-zap-list
2968 :version "23.1" ;; No Gnus
2969 :initialize 'custom-initialize-default
2970 :set 'gnus-summary-tool-bar-update
2971 :group 'gnus-summary)
2972
2973 (defvar image-load-path)
2974 (defvar tool-bar-map)
2975
2976 (defun gnus-summary-make-tool-bar (&optional force)
2977 "Make a summary mode tool bar from `gnus-summary-tool-bar'.
2978 When FORCE, rebuild the tool bar."
2979 (when (and (not (featurep 'xemacs))
2980 (boundp 'tool-bar-mode)
2981 tool-bar-mode
2982 (or (not gnus-summary-tool-bar-map) force))
2983 (let* ((load-path
2984 (gmm-image-load-path-for-library "gnus"
2985 "mail/save.xpm"
2986 nil t))
2987 (image-load-path (cons (car load-path)
2988 (when (boundp 'image-load-path)
2989 image-load-path)))
2990 (map (gmm-tool-bar-from-list gnus-summary-tool-bar
2991 gnus-summary-tool-bar-zap-list
2992 'gnus-summary-mode-map)))
2993 (when map
2994 ;; Need to set `gnus-summary-tool-bar-map' because `gnus-article-mode'
2995 ;; uses its value.
2996 (setq gnus-summary-tool-bar-map map))))
2997 (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map))
2998
2999 (defun gnus-make-score-map (type)
3000 "Make a summary score map of type TYPE."
3001 (if t
3002 nil
3003 (let ((headers '(("author" "from" string)
3004 ("subject" "subject" string)
3005 ("article body" "body" string)
3006 ("article head" "head" string)
3007 ("xref" "xref" string)
3008 ("extra header" "extra" string)
3009 ("lines" "lines" number)
3010 ("followups to author" "followup" string)))
3011 (types '((number ("less than" <)
3012 ("greater than" >)
3013 ("equal" =))
3014 (string ("substring" s)
3015 ("exact string" e)
3016 ("fuzzy string" f)
3017 ("regexp" r))))
3018 (perms '(("temporary" (current-time-string))
3019 ("permanent" nil)
3020 ("immediate" now)))
3021 header)
3022 (list
3023 (apply
3024 'nconc
3025 (list
3026 (if (eq type 'lower)
3027 "Lower score"
3028 "Increase score"))
3029 (let (outh)
3030 (while headers
3031 (setq header (car headers))
3032 (setq outh
3033 (cons
3034 (apply
3035 'nconc
3036 (list (car header))
3037 (let ((ts (cdr (assoc (nth 2 header) types)))
3038 outt)
3039 (while ts
3040 (setq outt
3041 (cons
3042 (apply
3043 'nconc
3044 (list (caar ts))
3045 (let ((ps perms)
3046 outp)
3047 (while ps
3048 (setq outp
3049 (cons
3050 (vector
3051 (caar ps)
3052 (list
3053 'gnus-summary-score-entry
3054 (nth 1 header)
3055 (if (or (string= (nth 1 header)
3056 "head")
3057 (string= (nth 1 header)
3058 "body"))
3059 ""
3060 (list 'gnus-summary-header
3061 (nth 1 header)))
3062 (list 'quote (nth 1 (car ts)))
3063 (list 'gnus-score-delta-default
3064 nil)
3065 (nth 1 (car ps))
3066 t)
3067 t)
3068 outp))
3069 (setq ps (cdr ps)))
3070 (list (nreverse outp))))
3071 outt))
3072 (setq ts (cdr ts)))
3073 (list (nreverse outt))))
3074 outh))
3075 (setq headers (cdr headers)))
3076 (list (nreverse outh))))))))
3077
3078
3079 (declare-function turn-on-gnus-mailing-list-mode "gnus-ml" ())
3080 (defvar bookmark-make-record-function)
3081 \f
3082 (defvar bidi-paragraph-direction)
3083
3084 (defun gnus-summary-mode (&optional group)
3085 "Major mode for reading articles.
3086
3087 All normal editing commands are switched off.
3088 \\<gnus-summary-mode-map>
3089 Each line in this buffer represents one article. To read an
3090 article, you can, for instance, type `\\[gnus-summary-next-page]'. To move forwards
3091 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
3092 respectively.
3093
3094 You can also post articles and send mail from this buffer. To
3095 follow up an article, type `\\[gnus-summary-followup]'. To mail a reply to the author
3096 of an article, type `\\[gnus-summary-reply]'.
3097
3098 There are approx. one gazillion commands you can execute in this
3099 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
3100
3101 The following commands are available:
3102
3103 \\{gnus-summary-mode-map}"
3104 ;; FIXME: Use define-derived-mode.
3105 (interactive)
3106 (kill-all-local-variables)
3107 (let ((gnus-summary-local-variables gnus-newsgroup-variables))
3108 (gnus-summary-make-local-variables))
3109 (gnus-summary-make-local-variables)
3110 (setq gnus-newsgroup-name group)
3111 (when (gnus-visual-p 'summary-menu 'menu)
3112 (gnus-summary-make-menu-bar)
3113 (gnus-summary-make-tool-bar))
3114 (gnus-make-thread-indent-array)
3115 (gnus-simplify-mode-line)
3116 (setq major-mode 'gnus-summary-mode)
3117 (setq mode-name "Summary")
3118 (use-local-map gnus-summary-mode-map)
3119 (buffer-disable-undo)
3120 (setq buffer-read-only t ;Disable modification
3121 show-trailing-whitespace nil)
3122 (setq truncate-lines t)
3123 ;; Force paragraph direction to be left-to-right. Don't make it
3124 ;; bound globally in old Emacsen and XEmacsen.
3125 (set (make-local-variable 'bidi-paragraph-direction) 'left-to-right)
3126 (add-to-invisibility-spec '(gnus-sum . t))
3127 (gnus-summary-set-display-table)
3128 (gnus-set-default-directory)
3129 (make-local-variable 'gnus-summary-line-format)
3130 (make-local-variable 'gnus-summary-line-format-spec)
3131 (make-local-variable 'gnus-summary-dummy-line-format)
3132 (make-local-variable 'gnus-summary-dummy-line-format-spec)
3133 (make-local-variable 'gnus-summary-mark-positions)
3134 (gnus-make-local-hook 'pre-command-hook)
3135 (add-hook 'pre-command-hook 'gnus-set-global-variables nil t)
3136 (gnus-run-mode-hooks 'gnus-summary-mode-hook)
3137 (turn-on-gnus-mailing-list-mode)
3138 (mm-enable-multibyte)
3139 (set (make-local-variable 'bookmark-make-record-function)
3140 'gnus-summary-bookmark-make-record)
3141 (gnus-update-format-specifications nil 'summary 'summary-mode 'summary-dummy)
3142 (gnus-update-summary-mark-positions))
3143
3144 (defun gnus-summary-make-local-variables ()
3145 "Make all the local summary buffer variables."
3146 (let (global)
3147 (dolist (local gnus-summary-local-variables)
3148 (if (consp local)
3149 (progn
3150 (if (eq (cdr local) 'global)
3151 ;; Copy the global value of the variable.
3152 (setq global (symbol-value (car local)))
3153 ;; Use the value from the list.
3154 (setq global (eval (cdr local))))
3155 (set (make-local-variable (car local)) global))
3156 ;; Simple nil-valued local variable.
3157 (set (make-local-variable local) nil)))))
3158
3159 ;; Summary data functions.
3160
3161 (defmacro gnus-data-number (data)
3162 `(car ,data))
3163
3164 (defmacro gnus-data-set-number (data number)
3165 `(setcar ,data ,number))
3166
3167 (defmacro gnus-data-mark (data)
3168 `(nth 1 ,data))
3169
3170 (defmacro gnus-data-set-mark (data mark)
3171 `(setcar (nthcdr 1 ,data) ,mark))
3172
3173 (defmacro gnus-data-pos (data)
3174 `(nth 2 ,data))
3175
3176 (defmacro gnus-data-set-pos (data pos)
3177 `(setcar (nthcdr 2 ,data) ,pos))
3178
3179 (defmacro gnus-data-header (data)
3180 `(nth 3 ,data))
3181
3182 (defmacro gnus-data-set-header (data header)
3183 `(setf (nth 3 ,data) ,header))
3184
3185 (defmacro gnus-data-level (data)
3186 `(nth 4 ,data))
3187
3188 (defmacro gnus-data-unread-p (data)
3189 `(= (nth 1 ,data) gnus-unread-mark))
3190
3191 (defmacro gnus-data-read-p (data)
3192 `(/= (nth 1 ,data) gnus-unread-mark))
3193
3194 (defmacro gnus-data-pseudo-p (data)
3195 `(consp (nth 3 ,data)))
3196
3197 (defmacro gnus-data-find (number)
3198 `(assq ,number gnus-newsgroup-data))
3199
3200 (defmacro gnus-data-find-list (number &optional data)
3201 `(let ((bdata ,(or data 'gnus-newsgroup-data)))
3202 (memq (assq ,number bdata)
3203 bdata)))
3204
3205 (defmacro gnus-data-make (number mark pos header level)
3206 `(list ,number ,mark ,pos ,header ,level))
3207
3208 (defun gnus-data-enter (after-article number mark pos header level offset)
3209 (let ((data (gnus-data-find-list after-article)))
3210 (unless data
3211 (error "No such article: %d" after-article))
3212 (setcdr data (cons (gnus-data-make number mark pos header level)
3213 (cdr data)))
3214 (setq gnus-newsgroup-data-reverse nil)
3215 (gnus-data-update-list (cddr data) offset)))
3216
3217 (defun gnus-data-enter-list (after-article list &optional offset)
3218 (when list
3219 (let ((data (and after-article (gnus-data-find-list after-article)))
3220 (ilist list))
3221 (if (not (or data
3222 after-article))
3223 (let ((odata gnus-newsgroup-data))
3224 (setq gnus-newsgroup-data (nconc list gnus-newsgroup-data))
3225 (when offset
3226 (gnus-data-update-list odata offset)))
3227 ;; Find the last element in the list to be spliced into the main
3228 ;; list.
3229 (setq list (last list))
3230 (if (not data)
3231 (progn
3232 (setcdr list gnus-newsgroup-data)
3233 (setq gnus-newsgroup-data ilist)
3234 (when offset
3235 (gnus-data-update-list (cdr list) offset)))
3236 (setcdr list (cdr data))
3237 (setcdr data ilist)
3238 (when offset
3239 (gnus-data-update-list (cdr list) offset))))
3240 (setq gnus-newsgroup-data-reverse nil))))
3241
3242 (defun gnus-data-remove (article &optional offset)
3243 (let ((data gnus-newsgroup-data))
3244 (if (= (gnus-data-number (car data)) article)
3245 (progn
3246 (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
3247 gnus-newsgroup-data-reverse nil)
3248 (when offset
3249 (gnus-data-update-list gnus-newsgroup-data offset)))
3250 (while (cdr data)
3251 (when (= (gnus-data-number (cadr data)) article)
3252 (setcdr data (cddr data))
3253 (when offset
3254 (gnus-data-update-list (cdr data) offset))
3255 (setq data nil
3256 gnus-newsgroup-data-reverse nil))
3257 (setq data (cdr data))))))
3258
3259 (defmacro gnus-data-list (backward)
3260 `(if ,backward
3261 (or gnus-newsgroup-data-reverse
3262 (setq gnus-newsgroup-data-reverse
3263 (reverse gnus-newsgroup-data)))
3264 gnus-newsgroup-data))
3265
3266 (defun gnus-data-update-list (data offset)
3267 "Add OFFSET to the POS of all data entries in DATA."
3268 (setq gnus-newsgroup-data-reverse nil)
3269 (while data
3270 (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
3271 (setq data (cdr data))))
3272
3273 (defun gnus-summary-article-pseudo-p (article)
3274 "Say whether this article is a pseudo article or not."
3275 (not (vectorp (gnus-data-header (gnus-data-find article)))))
3276
3277 (defmacro gnus-summary-article-sparse-p (article)
3278 "Say whether this article is a sparse article or not."
3279 `(memq ,article gnus-newsgroup-sparse))
3280
3281 (defmacro gnus-summary-article-ancient-p (article)
3282 "Say whether this article is a sparse article or not."
3283 `(memq ,article gnus-newsgroup-ancient))
3284
3285 (defun gnus-article-children (number)
3286 "Return a list of all children to NUMBER."
3287 (let* ((data (gnus-data-find-list number))
3288 (level (gnus-data-level (car data)))
3289 children)
3290 (setq data (cdr data))
3291 (while (and data
3292 (= (gnus-data-level (car data)) (1+ level)))
3293 (push (gnus-data-number (car data)) children)
3294 (setq data (cdr data)))
3295 children))
3296
3297 (defmacro gnus-summary-skip-intangible ()
3298 "If the current article is intangible, then jump to a different article."
3299 '(let ((to (get-text-property (point) 'gnus-intangible)))
3300 (and to (gnus-summary-goto-subject to))))
3301
3302 (defmacro gnus-summary-article-intangible-p ()
3303 "Say whether this article is intangible or not."
3304 '(get-text-property (point) 'gnus-intangible))
3305
3306 ;; Some summary mode macros.
3307
3308 (defmacro gnus-summary-article-number ()
3309 "The article number of the article on the current line.
3310 If there isn't an article number here, then we return the current
3311 article number."
3312 '(progn
3313 (gnus-summary-skip-intangible)
3314 (or (get-text-property (point) 'gnus-number)
3315 (gnus-summary-last-subject))))
3316
3317 (defmacro gnus-summary-article-header (&optional number)
3318 "Return the header of article NUMBER."
3319 `(gnus-data-header (gnus-data-find
3320 ,(or number '(gnus-summary-article-number)))))
3321
3322 (defmacro gnus-summary-thread-level (&optional number)
3323 "Return the level of thread that starts with article NUMBER."
3324 `(if (and (eq gnus-summary-make-false-root 'dummy)
3325 (get-text-property (point) 'gnus-intangible))
3326 0
3327 (gnus-data-level (gnus-data-find
3328 ,(or number '(gnus-summary-article-number))))))
3329
3330 (defmacro gnus-summary-article-mark (&optional number)
3331 "Return the mark of article NUMBER."
3332 `(gnus-data-mark (gnus-data-find
3333 ,(or number '(gnus-summary-article-number)))))
3334
3335 (defmacro gnus-summary-article-pos (&optional number)
3336 "Return the position of the line of article NUMBER."
3337 `(gnus-data-pos (gnus-data-find
3338 ,(or number '(gnus-summary-article-number)))))
3339
3340 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
3341 (defmacro gnus-summary-article-subject (&optional number)
3342 "Return current subject string or nil if nothing."
3343 `(let ((headers
3344 ,(if number
3345 `(gnus-data-header (assq ,number gnus-newsgroup-data))
3346 '(gnus-data-header (assq (gnus-summary-article-number)
3347 gnus-newsgroup-data)))))
3348 (and headers
3349 (vectorp headers)
3350 (mail-header-subject headers))))
3351
3352 (defmacro gnus-summary-article-score (&optional number)
3353 "Return current article score."
3354 `(or (cdr (assq ,(or number '(gnus-summary-article-number))
3355 gnus-newsgroup-scored))
3356 gnus-summary-default-score 0))
3357
3358 (defun gnus-summary-article-children (&optional number)
3359 "Return a list of article numbers that are children of article NUMBER."
3360 (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
3361 (level (gnus-data-level (car data)))
3362 l children)
3363 (while (and (setq data (cdr data))
3364 (> (setq l (gnus-data-level (car data))) level))
3365 (and (= (1+ level) l)
3366 (push (gnus-data-number (car data))
3367 children)))
3368 (nreverse children)))
3369
3370 (defun gnus-summary-article-parent (&optional number)
3371 "Return the article number of the parent of article NUMBER."
3372 (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
3373 (gnus-data-list t)))
3374 (level (gnus-data-level (car data))))
3375 (if (zerop level)
3376 () ; This is a root.
3377 ;; We search until we find an article with a level less than
3378 ;; this one. That function has to be the parent.
3379 (while (and (setq data (cdr data))
3380 (not (< (gnus-data-level (car data)) level))))
3381 (and data (gnus-data-number (car data))))))
3382
3383 (defun gnus-unread-mark-p (mark)
3384 "Say whether MARK is the unread mark."
3385 (= mark gnus-unread-mark))
3386
3387 (defun gnus-read-mark-p (mark)
3388 "Say whether MARK is one of the marks that mark as read.
3389 This is all marks except unread, ticked, dormant, and expirable."
3390 (not (or (= mark gnus-unread-mark)
3391 (= mark gnus-ticked-mark)
3392 (= mark gnus-spam-mark)
3393 (= mark gnus-dormant-mark)
3394 (= mark gnus-expirable-mark))))
3395
3396 (defmacro gnus-article-mark (number)
3397 "Return the MARK of article NUMBER.
3398 This macro should only be used when computing the mark the \"first\"
3399 time; i.e., when generating the summary lines. After that,
3400 `gnus-summary-article-mark' should be used to examine the
3401 marks of articles."
3402 `(cond
3403 ((memq ,number gnus-newsgroup-unsendable) gnus-unsendable-mark)
3404 ((memq ,number gnus-newsgroup-downloadable) gnus-downloadable-mark)
3405 ((memq ,number gnus-newsgroup-unreads) gnus-unread-mark)
3406 ((memq ,number gnus-newsgroup-marked) gnus-ticked-mark)
3407 ((memq ,number gnus-newsgroup-spam-marked) gnus-spam-mark)
3408 ((memq ,number gnus-newsgroup-dormant) gnus-dormant-mark)
3409 ((memq ,number gnus-newsgroup-expirable) gnus-expirable-mark)
3410 (t (or (cdr (assq ,number gnus-newsgroup-reads))
3411 gnus-ancient-mark))))
3412
3413 ;; Saving hidden threads.
3414
3415 (defmacro gnus-save-hidden-threads (&rest forms)
3416 "Save hidden threads, eval FORMS, and restore the hidden threads."
3417 (let ((config (make-symbol "config")))
3418 `(let ((,config (gnus-hidden-threads-configuration)))
3419 (unwind-protect
3420 (save-excursion
3421 ,@forms)
3422 (gnus-restore-hidden-threads-configuration ,config)))))
3423 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
3424 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
3425
3426 (defun gnus-data-compute-positions ()
3427 "Compute the positions of all articles."
3428 (setq gnus-newsgroup-data-reverse nil)
3429 (let ((data gnus-newsgroup-data))
3430 (save-excursion
3431 (gnus-save-hidden-threads
3432 (gnus-summary-show-all-threads)
3433 (goto-char (point-min))
3434 (while data
3435 (while (get-text-property (point) 'gnus-intangible)
3436 (forward-line 1))
3437 (gnus-data-set-pos (car data) (+ (point) 3))
3438 (setq data (cdr data))
3439 (forward-line 1))))))
3440
3441 (defun gnus-hidden-threads-configuration ()
3442 "Return the current hidden threads configuration."
3443 (save-excursion
3444 (let (config)
3445 (goto-char (point-min))
3446 (while (not (eobp))
3447 (when (eq (get-char-property (point-at-eol) 'invisible) 'gnus-sum)
3448 (push (save-excursion (forward-line 0) (point)) config))
3449 (forward-line 1))
3450 config)))
3451
3452 (defun gnus-restore-hidden-threads-configuration (config)
3453 "Restore hidden threads configuration from CONFIG."
3454 (save-excursion
3455 (let (point (inhibit-read-only t))
3456 (while (setq point (pop config))
3457 (goto-char point)
3458 (gnus-summary-hide-thread)))))
3459
3460 ;; Various summary mode internalish functions.
3461
3462 (defun gnus-mouse-pick-article (e)
3463 (interactive "e")
3464 (mouse-set-point e)
3465 (gnus-summary-next-page nil t))
3466
3467 (defun gnus-summary-set-display-table ()
3468 "Change the display table.
3469 Odd characters have a tendency to mess
3470 up nicely formatted displays - we make all possible glyphs
3471 display only a single character."
3472
3473 ;; We start from the standard display table, if any.
3474 (let ((table (or (copy-sequence standard-display-table)
3475 (make-display-table)))
3476 (i 32))
3477 ;; Nix out all the control chars...
3478 (while (>= (setq i (1- i)) 0)
3479 (gnus-put-display-table i [??] table))
3480 ;; ... but not newline and cr, of course. (cr is necessary for the
3481 ;; selective display).
3482 (gnus-put-display-table ?\n nil table)
3483 (gnus-put-display-table ?\r nil table)
3484 ;; We keep TAB as well.
3485 (gnus-put-display-table ?\t nil table)
3486 ;; We nix out any glyphs 127 through 255, or 127 through 159 in
3487 ;; Emacs 23 (unicode), that are not set already.
3488 (let ((i (if (ignore-errors (= (make-char 'latin-iso8859-1 160) 160))
3489 160
3490 256)))
3491 (while (>= (setq i (1- i)) 127)
3492 ;; Only modify if the entry is nil.
3493 (unless (gnus-get-display-table i table)
3494 (gnus-put-display-table i [??] table))))
3495 (setq buffer-display-table table)))
3496
3497 (defun gnus-summary-set-article-display-arrow (pos)
3498 "Update the overlay arrow to point to line at position POS."
3499 (when gnus-summary-display-arrow
3500 (make-local-variable 'overlay-arrow-position)
3501 (make-local-variable 'overlay-arrow-string)
3502 (save-excursion
3503 (goto-char pos)
3504 (beginning-of-line)
3505 (unless overlay-arrow-position
3506 (setq overlay-arrow-position (make-marker)))
3507 (setq overlay-arrow-string "=>"
3508 overlay-arrow-position (set-marker overlay-arrow-position
3509 (point)
3510 (current-buffer))))))
3511
3512 (defun gnus-summary-setup-buffer (group)
3513 "Initialize summary buffer.
3514 If the setup was successful, non-nil is returned."
3515 (let ((buffer (gnus-summary-buffer-name group))
3516 (dead-name (concat "*Dead Summary "
3517 (gnus-group-decoded-name group) "*")))
3518 ;; If a dead summary buffer exists, we kill it.
3519 (when (gnus-buffer-live-p dead-name)
3520 (gnus-kill-buffer dead-name))
3521 (if (get-buffer buffer)
3522 (progn
3523 (set-buffer buffer)
3524 (setq gnus-summary-buffer (current-buffer))
3525 (not gnus-newsgroup-prepared))
3526 (set-buffer (gnus-get-buffer-create buffer))
3527 (setq gnus-summary-buffer (current-buffer))
3528 (gnus-summary-mode group)
3529 (when (gnus-group-quit-config group)
3530 (set (make-local-variable 'gnus-single-article-buffer) nil))
3531 (make-local-variable 'gnus-article-buffer)
3532 (make-local-variable 'gnus-article-current)
3533 (make-local-variable 'gnus-original-article-buffer)
3534 (setq gnus-newsgroup-name group)
3535 ;; Set any local variables in the group parameters.
3536 (gnus-summary-set-local-parameters gnus-newsgroup-name)
3537 t)))
3538
3539 (defun gnus-set-global-variables ()
3540 "Set the global equivalents of the buffer-local variables.
3541 They are set to the latest values they had. These reflect the summary
3542 buffer that was in action when the last article was fetched."
3543 (when (derived-mode-p 'gnus-summary-mode)
3544 (setq gnus-summary-buffer (current-buffer))
3545 (let ((name gnus-newsgroup-name)
3546 (marked gnus-newsgroup-marked)
3547 (spam gnus-newsgroup-spam-marked)
3548 (unread gnus-newsgroup-unreads)
3549 (headers gnus-current-headers)
3550 (data gnus-newsgroup-data)
3551 (summary gnus-summary-buffer)
3552 (article-buffer gnus-article-buffer)
3553 (original gnus-original-article-buffer)
3554 (gac gnus-article-current)
3555 (reffed gnus-reffed-article-number)
3556 (score-file gnus-current-score-file)
3557 (default-charset gnus-newsgroup-charset)
3558 vlist)
3559 (let ((locals gnus-newsgroup-variables))
3560 (while locals
3561 (if (consp (car locals))
3562 (push (eval (caar locals)) vlist)
3563 (push (eval (car locals)) vlist))
3564 (setq locals (cdr locals)))
3565 (setq vlist (nreverse vlist)))
3566 (with-temp-buffer
3567 (setq gnus-newsgroup-name name
3568 gnus-newsgroup-marked marked
3569 gnus-newsgroup-spam-marked spam
3570 gnus-newsgroup-unreads unread
3571 gnus-current-headers headers
3572 gnus-newsgroup-data data
3573 gnus-article-current gac
3574 gnus-summary-buffer summary
3575 gnus-article-buffer article-buffer
3576 gnus-original-article-buffer original
3577 gnus-reffed-article-number reffed
3578 gnus-current-score-file score-file
3579 gnus-newsgroup-charset default-charset)
3580 (let ((locals gnus-newsgroup-variables))
3581 (while locals
3582 (if (consp (car locals))
3583 (set (caar locals) (pop vlist))
3584 (set (car locals) (pop vlist)))
3585 (setq locals (cdr locals))))))))
3586
3587 (defun gnus-summary-article-unread-p (article)
3588 "Say whether ARTICLE is unread or not."
3589 (memq article gnus-newsgroup-unreads))
3590
3591 (defun gnus-summary-first-article-p (&optional article)
3592 "Return whether ARTICLE is the first article in the buffer."
3593 (if (not (setq article (or article (gnus-summary-article-number))))
3594 nil
3595 (eq article (caar gnus-newsgroup-data))))
3596
3597 (defun gnus-summary-last-article-p (&optional article)
3598 "Return whether ARTICLE is the last article in the buffer."
3599 (if (not (setq article (or article (gnus-summary-article-number))))
3600 ;; All non-existent numbers are the last article. :-)
3601 t
3602 (not (cdr (gnus-data-find-list article)))))
3603
3604 (defun gnus-make-thread-indent-array (&optional n)
3605 (when (or n
3606 (progn (setq n 200) nil)
3607 (null gnus-thread-indent-array)
3608 (/= gnus-thread-indent-level gnus-thread-indent-array-level))
3609 (setq gnus-thread-indent-array (make-vector (1+ n) "")
3610 gnus-thread-indent-array-level gnus-thread-indent-level)
3611 (while (>= n 0)
3612 (aset gnus-thread-indent-array n
3613 (make-string (* n gnus-thread-indent-level) ? ))
3614 (setq n (1- n)))))
3615
3616 (defun gnus-update-summary-mark-positions ()
3617 "Compute where the summary marks are to go."
3618 (save-excursion
3619 (when (gnus-buffer-exists-p gnus-summary-buffer)
3620 (set-buffer gnus-summary-buffer))
3621 (let ((spec gnus-summary-line-format-spec)
3622 pos)
3623 (save-excursion
3624 (gnus-set-work-buffer)
3625 (let ((gnus-tmp-unread ?Z)
3626 (gnus-replied-mark ?Z)
3627 (gnus-score-below-mark ?Z)
3628 (gnus-score-over-mark ?Z)
3629 (gnus-undownloaded-mark ?Z)
3630 (gnus-summary-line-format-spec spec)
3631 (gnus-newsgroup-downloadable '(0))
3632 (header [0 "" "" "05 Apr 2001 23:33:09 +0400" "" "" 0 0 "" nil])
3633 case-fold-search ignores)
3634 ;; Here, all marks are bound to Z.
3635 (gnus-summary-insert-line header
3636 0 nil t gnus-tmp-unread t nil "" nil 1)
3637 (goto-char (point-min))
3638 ;; Memorize the positions of the same characters as dummy marks.
3639 (while (re-search-forward "[A-D]" nil t)
3640 (push (point) ignores))
3641 (erase-buffer)
3642 ;; We use A-D as dummy marks in order to know column positions
3643 ;; where marks should be inserted.
3644 (setq gnus-tmp-unread ?A
3645 gnus-replied-mark ?B
3646 gnus-score-below-mark ?C
3647 gnus-score-over-mark ?C
3648 gnus-undownloaded-mark ?D)
3649 (gnus-summary-insert-line header
3650 0 nil t gnus-tmp-unread t nil "" nil 1)
3651 ;; Ignore characters which aren't dummy marks.
3652 (dolist (p ignores)
3653 (delete-region (goto-char (1- p)) p)
3654 (insert ?Z))
3655 (goto-char (point-min))
3656 (setq pos (list (cons 'unread
3657 (and (search-forward "A" nil t)
3658 (- (point) (point-min) 1)))))
3659 (goto-char (point-min))
3660 (push (cons 'replied (and (search-forward "B" nil t)
3661 (- (point) (point-min) 1)))
3662 pos)
3663 (goto-char (point-min))
3664 (push (cons 'score (and (search-forward "C" nil t)
3665 (- (point) (point-min) 1)))
3666 pos)
3667 (goto-char (point-min))
3668 (push (cons 'download (and (search-forward "D" nil t)
3669 (- (point) (point-min) 1)))
3670 pos)))
3671 (setq gnus-summary-mark-positions pos))))
3672
3673 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
3674 "Insert a dummy root in the summary buffer."
3675 (beginning-of-line)
3676 (gnus-add-text-properties
3677 (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
3678 (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
3679
3680 (defun gnus-summary-extract-address-component (from)
3681 (or (car (funcall gnus-extract-address-components from))
3682 from))
3683
3684 (defun gnus-summary-from-or-to-or-newsgroups (header gnus-tmp-from)
3685 (let ((mail-parse-charset gnus-newsgroup-charset)
3686 (ignored-from-addresses (gnus-ignored-from-addresses))
3687 ;; Is it really necessary to do this next part for each summary line?
3688 ;; Luckily, doesn't seem to slow things down much.
3689 (mail-parse-ignored-charsets
3690 (with-current-buffer gnus-summary-buffer
3691 gnus-newsgroup-ignored-charsets)))
3692 (or
3693 (and ignored-from-addresses
3694 (string-match ignored-from-addresses gnus-tmp-from)
3695 (let ((extra-headers (mail-header-extra header))
3696 to
3697 newsgroups)
3698 (cond
3699 ((setq to (cdr (assq 'To extra-headers)))
3700 (concat gnus-summary-to-prefix
3701 (inline
3702 (gnus-summary-extract-address-component
3703 (funcall gnus-decode-encoded-address-function to)))))
3704 ((setq newsgroups
3705 (or
3706 (cdr (assq 'Newsgroups extra-headers))
3707 (and
3708 (memq 'Newsgroups gnus-extra-headers)
3709 (eq (car (gnus-find-method-for-group
3710 gnus-newsgroup-name)) 'nntp)
3711 (gnus-group-real-name gnus-newsgroup-name))))
3712 (concat gnus-summary-newsgroup-prefix newsgroups)))))
3713 (gnus-string-mark-left-to-right
3714 (inline
3715 (gnus-summary-extract-address-component gnus-tmp-from))))))
3716
3717 (defun gnus-summary-insert-line (gnus-tmp-header
3718 gnus-tmp-level gnus-tmp-current
3719 undownloaded gnus-tmp-unread gnus-tmp-replied
3720 gnus-tmp-expirable gnus-tmp-subject-or-nil
3721 &optional gnus-tmp-dummy gnus-tmp-score
3722 gnus-tmp-process)
3723 (if (>= gnus-tmp-level (length gnus-thread-indent-array))
3724 (gnus-make-thread-indent-array (max (* 2 (length gnus-thread-indent-array))
3725 gnus-tmp-level)))
3726 (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
3727 (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
3728 (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
3729 (gnus-tmp-score-char
3730 (if (or (null gnus-summary-default-score)
3731 (<= (abs (- gnus-tmp-score gnus-summary-default-score))
3732 gnus-summary-zcore-fuzz))
3733 ? ;Whitespace
3734 (if (< gnus-tmp-score gnus-summary-default-score)
3735 gnus-score-below-mark gnus-score-over-mark)))
3736 (gnus-tmp-number (mail-header-number gnus-tmp-header))
3737 (gnus-tmp-replied
3738 (cond (gnus-tmp-process gnus-process-mark)
3739 ((memq gnus-tmp-current gnus-newsgroup-cached)
3740 gnus-cached-mark)
3741 (gnus-tmp-replied gnus-replied-mark)
3742 ((memq gnus-tmp-current gnus-newsgroup-forwarded)
3743 gnus-forwarded-mark)
3744 ((memq gnus-tmp-current gnus-newsgroup-saved)
3745 gnus-saved-mark)
3746 ((memq gnus-tmp-number gnus-newsgroup-unseen)
3747 gnus-unseen-mark)
3748 (t gnus-no-mark)))
3749 (gnus-tmp-downloaded
3750 (cond (undownloaded
3751 gnus-undownloaded-mark)
3752 (gnus-newsgroup-agentized
3753 gnus-downloaded-mark)
3754 (t
3755 gnus-no-mark)))
3756 (gnus-tmp-from (mail-header-from gnus-tmp-header))
3757 (gnus-tmp-name
3758 (cond
3759 ((string-match "<[^>]+> *$" gnus-tmp-from)
3760 (let ((beg (match-beginning 0)))
3761 (or (and (string-match "^\".+\"" gnus-tmp-from)
3762 (substring gnus-tmp-from 1 (1- (match-end 0))))
3763 (substring gnus-tmp-from 0 beg))))
3764 ((string-match "(.+)" gnus-tmp-from)
3765 (substring gnus-tmp-from
3766 (1+ (match-beginning 0)) (1- (match-end 0))))
3767 (t gnus-tmp-from)))
3768 (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
3769 (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
3770 (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
3771 (inhibit-read-only t))
3772 (when (string= gnus-tmp-name "")
3773 (setq gnus-tmp-name gnus-tmp-from))
3774 (unless (numberp gnus-tmp-lines)
3775 (setq gnus-tmp-lines -1))
3776 (if (= gnus-tmp-lines -1)
3777 (setq gnus-tmp-lines "?")
3778 (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
3779 (condition-case ()
3780 (gnus-put-text-property
3781 (point)
3782 (progn (eval gnus-summary-line-format-spec) (point))
3783 'gnus-number gnus-tmp-number)
3784 (error (gnus-message 5 "Error updating the summary line")))
3785 (when (gnus-visual-p 'summary-highlight 'highlight)
3786 (forward-line -1)
3787 (gnus-summary-highlight-line)
3788 (gnus-run-hooks 'gnus-summary-update-hook)
3789 (forward-line 1))))
3790
3791 (defun gnus-summary-update-line (&optional dont-update)
3792 "Update summary line after change."
3793 (when (and gnus-summary-default-score
3794 (not gnus-summary-inhibit-highlight))
3795 (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
3796 (article (gnus-summary-article-number))
3797 (score (gnus-summary-article-score article)))
3798 (unless dont-update
3799 (if (and gnus-summary-mark-below
3800 (< (gnus-summary-article-score)
3801 gnus-summary-mark-below))
3802 ;; This article has a low score, so we mark it as read.
3803 (when (memq article gnus-newsgroup-unreads)
3804 (gnus-summary-mark-article-as-read gnus-low-score-mark))
3805 (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
3806 ;; This article was previously marked as read on account
3807 ;; of a low score, but now it has risen, so we mark it as
3808 ;; unread.
3809 (gnus-summary-mark-article-as-unread gnus-unread-mark)))
3810 (gnus-summary-update-mark
3811 (if (or (null gnus-summary-default-score)
3812 (<= (abs (- score gnus-summary-default-score))
3813 gnus-summary-zcore-fuzz))
3814 ? ;Whitespace
3815 (if (< score gnus-summary-default-score)
3816 gnus-score-below-mark gnus-score-over-mark))
3817 'score))
3818 ;; Do visual highlighting.
3819 (when (gnus-visual-p 'summary-highlight 'highlight)
3820 (gnus-summary-highlight-line)
3821 (gnus-run-hooks 'gnus-summary-update-hook)))))
3822
3823 (defvar gnus-tmp-new-adopts nil)
3824
3825 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
3826 "Return the number of articles in THREAD.
3827 This may be 0 in some cases -- if none of the articles in
3828 the thread are to be displayed."
3829 (let* ((number
3830 ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
3831 (cond
3832 ((not (listp thread))
3833 1)
3834 ((and (consp thread) (cdr thread))
3835 (apply
3836 '+ 1 (mapcar
3837 'gnus-summary-number-of-articles-in-thread (cdr thread))))
3838 ((null thread)
3839 1)
3840 ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
3841 1)
3842 (t 0))))
3843 (when (and level (zerop level) gnus-tmp-new-adopts)
3844 (incf number
3845 (apply '+ (mapcar
3846 'gnus-summary-number-of-articles-in-thread
3847 gnus-tmp-new-adopts))))
3848 (if char
3849 (if (> number 1) gnus-not-empty-thread-mark
3850 gnus-empty-thread-mark)
3851 number)))
3852
3853 (defsubst gnus-summary-line-message-size (head)
3854 "Return pretty-printed version of message size.
3855 This function is intended to be used in
3856 `gnus-summary-line-format-alist'."
3857 (let ((c (or (mail-header-chars head) -1)))
3858 (cond ((< c 0) "n/a") ; chars not available
3859 ((< c (* 1000 10)) (format "%1.1fk" (/ c 1024.0)))
3860 ((< c (* 1000 100)) (format "%dk" (/ c 1024.0)))
3861 ((< c (* 1000 10000)) (format "%1.1fM" (/ c (* 1024.0 1024))))
3862 (t (format "%dM" (/ c (* 1024.0 1024)))))))
3863
3864 (defcustom gnus-user-date-format-alist
3865 '(((gnus-seconds-today) . "Today, %H:%M")
3866 ((+ 86400 (gnus-seconds-today)) . "Yesterday, %H:%M")
3867 (604800 . "%A %H:%M") ; That's one week
3868 ((gnus-seconds-month) . "%A %d")
3869 ((gnus-seconds-year) . "%B %d")
3870 (t . "%b %d %Y")) ; This one is used when no other
3871 ; does match
3872 "Specifies date format depending on age of article.
3873 This is an alist of items (AGE . FORMAT). AGE can be a number (of
3874 seconds) or a Lisp expression evaluating to a number. When the age of
3875 the article is less than this number, then use `format-time-string'
3876 with the corresponding FORMAT for displaying the date of the article.
3877 If AGE is not a number or a Lisp expression evaluating to a
3878 non-number, then the corresponding FORMAT is used as a default value.
3879
3880 Note that the list is processed from the beginning, so it should be
3881 sorted by ascending AGE. Also note that items following the first
3882 non-number AGE will be ignored.
3883
3884 You can use the functions `gnus-seconds-today', `gnus-seconds-month'
3885 and `gnus-seconds-year' in the AGE spec. They return the number of
3886 seconds passed since the start of today, of this month, of this year,
3887 respectively."
3888 :version "24.1"
3889 :group 'gnus-summary-format
3890 :type '(alist :key-type sexp :value-type string))
3891
3892 (defun gnus-user-date (messy-date)
3893 "Format the messy-date according to `gnus-user-date-format-alist'.
3894 Returns \" ? \" if there's bad input or if another error occurs.
3895 Input should look like this: \"Sun, 14 Oct 2001 13:34:39 +0200\"."
3896 (condition-case ()
3897 (let* ((messy-date (gnus-float-time (gnus-date-get-time messy-date)))
3898 (now (gnus-float-time))
3899 ;;If we don't find something suitable we'll use this one
3900 (my-format "%b %d '%y"))
3901 (let* ((difference (- now messy-date))
3902 (templist gnus-user-date-format-alist)
3903 (top (eval (caar templist))))
3904 (while (if (numberp top) (< top difference) (not top))
3905 (progn
3906 (setq templist (cdr templist))
3907 (setq top (eval (caar templist)))))
3908 (if (stringp (cdr (car templist)))
3909 (setq my-format (cdr (car templist)))))
3910 (format-time-string (eval my-format) (seconds-to-time messy-date)))
3911 (error " ? ")))
3912
3913 (defun gnus-summary-set-local-parameters (group)
3914 "Go through the local params of GROUP and set all variable specs in that list."
3915 (let ((vars '(quit-config active))) ; Ignore things that aren't
3916 ; really variables.
3917 (dolist (elem (gnus-group-find-parameter group))
3918 (and (consp elem) ; Has to be a cons.
3919 (consp (cdr elem)) ; The cdr has to be a list.
3920 (symbolp (car elem)) ; Has to be a symbol in there.
3921 (not (memq (car elem) vars))
3922 (ignore-errors
3923 (push (car elem) vars)
3924 ;; Variables like `gnus-show-threads' that are globally
3925 ;; bound, if used as group parameters, need to get to be
3926 ;; buffer-local, whereas just parameters like `gcc-self',
3927 ;; `timestamp', etc. should not be bound as variables.
3928 (if (boundp (car elem))
3929 (set (make-local-variable (car elem)) (eval (nth 1 elem)))
3930 (eval (nth 1 elem))))))))
3931
3932 (defun gnus-summary-read-group (group &optional show-all no-article
3933 kill-buffer no-display backward
3934 select-articles)
3935 "Start reading news in newsgroup GROUP.
3936 If SHOW-ALL is non-nil, already read articles are also listed.
3937 If NO-ARTICLE is non-nil, no article is selected initially.
3938 If NO-DISPLAY, don't generate the summary buffer contents.
3939 If KILL-BUFFER, it should be a buffer that's killed once the new
3940 summary buffer has been generated.
3941 If BACKWARD, move point to the previous group in the group buffer
3942 If SELECT-ARTICLES, only select those articles from GROUP."
3943 (let (result)
3944 (while (and group
3945 (null (setq result
3946 (let ((gnus-auto-select-next nil))
3947 (or (gnus-summary-read-group-1
3948 group show-all no-article
3949 kill-buffer no-display
3950 select-articles)
3951 (setq show-all nil
3952 select-articles nil)))))
3953 (eq gnus-auto-select-next 'quietly))
3954 (set-buffer gnus-group-buffer)
3955 ;; The entry function called above goes to the next
3956 ;; group automatically, so we go two groups back
3957 ;; if we are searching for the previous group.
3958 (when backward
3959 (gnus-group-prev-unread-group 2))
3960 (if (not (equal group (gnus-group-group-name)))
3961 (setq group (gnus-group-group-name))
3962 (setq group nil)))
3963 result))
3964
3965 (defun gnus-summary-read-group-1 (group show-all no-article
3966 kill-buffer no-display
3967 &optional select-articles)
3968 ;; Killed foreign groups can't be entered.
3969 ;; (when (and (not (gnus-group-native-p group))
3970 ;; (not (gnus-gethash group gnus-newsrc-hashtb)))
3971 ;; (error "Dead non-native groups can't be entered"))
3972 (gnus-message 7 "Retrieving newsgroup: %s..."
3973 (gnus-group-decoded-name group))
3974 (let* ((new-group (gnus-summary-setup-buffer group))
3975 (quit-config (gnus-group-quit-config group))
3976 (did-select (and new-group (gnus-select-newsgroup
3977 group show-all select-articles))))
3978 (cond
3979 ;; This summary buffer exists already, so we just select it.
3980 ((not new-group)
3981 (gnus-set-global-variables)
3982 (when kill-buffer
3983 (gnus-kill-or-deaden-summary kill-buffer))
3984 (gnus-configure-windows 'summary 'force)
3985 (gnus-set-mode-line 'summary)
3986 (gnus-summary-position-point)
3987 (message "")
3988 t)
3989 ;; We couldn't select this group.
3990 ((null did-select)
3991 (when (and (derived-mode-p 'gnus-summary-mode)
3992 (not (equal (current-buffer) kill-buffer)))
3993 (kill-buffer (current-buffer))
3994 (if (not quit-config)
3995 (progn
3996 ;; Update the info -- marks might need to be removed,
3997 ;; for instance.
3998 (gnus-summary-update-info)
3999 (set-buffer gnus-group-buffer)
4000 (gnus-group-jump-to-group group)
4001 (gnus-group-next-unread-group 1))
4002 (gnus-handle-ephemeral-exit quit-config)))
4003 (if (null (gnus-list-of-unread-articles group))
4004 (gnus-message 3 "Group %s contains no messages" group)
4005 (gnus-message 3 "Can't select group"))
4006 nil)
4007 ;; The user did a `C-g' while prompting for number of articles,
4008 ;; so we exit this group.
4009 ((eq did-select 'quit)
4010 (and (derived-mode-p 'gnus-summary-mode)
4011 (not (equal (current-buffer) kill-buffer))
4012 (kill-buffer (current-buffer)))
4013 (when kill-buffer
4014 (gnus-kill-or-deaden-summary kill-buffer))
4015 (if (not quit-config)
4016 (progn
4017 (set-buffer gnus-group-buffer)
4018 (gnus-group-jump-to-group group)
4019 (gnus-configure-windows 'group 'force))
4020 (gnus-handle-ephemeral-exit quit-config))
4021 ;; Finally signal the quit.
4022 (signal 'quit nil))
4023 ;; The group was successfully selected.
4024 (t
4025 (gnus-set-global-variables)
4026 ;; Save the active value in effect when the group was entered.
4027 (setq gnus-newsgroup-active
4028 (gnus-copy-sequence
4029 (gnus-active gnus-newsgroup-name)))
4030 (setq gnus-newsgroup-highest (cdr gnus-newsgroup-active))
4031 ;; You can change the summary buffer in some way with this hook.
4032 (gnus-run-hooks 'gnus-select-group-hook)
4033 (when (memq 'summary (gnus-update-format-specifications
4034 nil 'summary 'summary-mode 'summary-dummy))
4035 ;; The format specification for the summary line was updated,
4036 ;; so we need to update the mark positions as well.
4037 (gnus-update-summary-mark-positions))
4038 ;; Do score processing.
4039 (when gnus-use-scoring
4040 (gnus-possibly-score-headers))
4041 ;; Check whether to fill in the gaps in the threads.
4042 (when gnus-build-sparse-threads
4043 (gnus-build-sparse-threads))
4044 ;; Find the initial limit.
4045 (if show-all
4046 (let ((gnus-newsgroup-dormant nil))
4047 (gnus-summary-initial-limit show-all))
4048 (gnus-summary-initial-limit show-all))
4049 ;; Generate the summary buffer.
4050 (unless no-display
4051 (gnus-summary-prepare))
4052 (when gnus-use-trees
4053 (gnus-tree-open)
4054 (setq gnus-summary-highlight-line-function
4055 'gnus-tree-highlight-article))
4056 ;; If the summary buffer is empty, but there are some low-scored
4057 ;; articles or some excluded dormants, we include these in the
4058 ;; buffer.
4059 (when (and (zerop (buffer-size))
4060 (not no-display))
4061 (cond (gnus-newsgroup-dormant
4062 (gnus-summary-limit-include-dormant))
4063 ((and gnus-newsgroup-scored show-all)
4064 (gnus-summary-limit-include-expunged t))))
4065 ;; Function `gnus-apply-kill-file' must be called in this hook.
4066 (gnus-run-hooks 'gnus-apply-kill-hook)
4067 (if (and (zerop (buffer-size))
4068 (not no-display))
4069 (progn
4070 ;; This newsgroup is empty.
4071 (gnus-summary-catchup-and-exit nil t)
4072 (gnus-message 6 "No unread news")
4073 (when kill-buffer
4074 (gnus-kill-or-deaden-summary kill-buffer))
4075 ;; Return nil from this function.
4076 nil)
4077 ;; Hide conversation thread subtrees. We cannot do this in
4078 ;; gnus-summary-prepare-hook since kill processing may not
4079 ;; work with hidden articles.
4080 (gnus-summary-maybe-hide-threads)
4081 (gnus-configure-windows 'summary)
4082 (when kill-buffer
4083 (gnus-kill-or-deaden-summary kill-buffer))
4084 (gnus-summary-auto-select-subject)
4085 ;; Show first unread article if requested.
4086 (if (and (not no-article)
4087 (not no-display)
4088 gnus-newsgroup-unreads
4089 gnus-auto-select-first)
4090 (progn
4091 (let ((art (gnus-summary-article-number)))
4092 (when (and art
4093 gnus-plugged
4094 (not (memq art gnus-newsgroup-undownloaded))
4095 (not (memq art gnus-newsgroup-downloadable)))
4096 (gnus-summary-goto-article art))))
4097 ;; Don't select any articles.
4098 (gnus-summary-position-point)
4099 (gnus-configure-windows 'summary 'force)
4100 (gnus-set-mode-line 'summary))
4101 (when (and gnus-auto-center-group
4102 (get-buffer-window gnus-group-buffer t))
4103 ;; Gotta use windows, because recenter does weird stuff if
4104 ;; the current buffer ain't the displayed window.
4105 (let ((owin (selected-window)))
4106 (select-window (get-buffer-window gnus-group-buffer t))
4107 (when (gnus-group-goto-group group)
4108 (recenter))
4109 (select-window owin)))
4110 ;; Mark this buffer as "prepared".
4111 (setq gnus-newsgroup-prepared t)
4112 (gnus-run-hooks 'gnus-summary-prepared-hook)
4113 (unless (gnus-ephemeral-group-p group)
4114 (gnus-group-update-group group nil t))
4115 t)))))
4116
4117 (defun gnus-summary-auto-select-subject ()
4118 "Select the subject line on initial group entry."
4119 (goto-char (point-min))
4120 (cond
4121 ((eq gnus-auto-select-subject 'best)
4122 (gnus-summary-best-unread-subject))
4123 ((eq gnus-auto-select-subject 'unread)
4124 (gnus-summary-first-unread-subject))
4125 ((eq gnus-auto-select-subject 'unseen)
4126 (gnus-summary-first-unseen-subject))
4127 ((eq gnus-auto-select-subject 'unseen-or-unread)
4128 (gnus-summary-first-unseen-or-unread-subject))
4129 ((eq gnus-auto-select-subject 'first)
4130 ;; Do nothing.
4131 )
4132 ((functionp gnus-auto-select-subject)
4133 (funcall gnus-auto-select-subject))))
4134
4135 (defun gnus-summary-prepare ()
4136 "Generate the summary buffer."
4137 (interactive)
4138 (let ((inhibit-read-only t))
4139 (erase-buffer)
4140 (setq gnus-newsgroup-data nil
4141 gnus-newsgroup-data-reverse nil)
4142 (gnus-run-hooks 'gnus-summary-generate-hook)
4143 ;; Generate the buffer, either with threads or without.
4144 (when gnus-newsgroup-headers
4145 (gnus-summary-prepare-threads
4146 (if gnus-show-threads
4147 (gnus-sort-gathered-threads
4148 (funcall gnus-summary-thread-gathering-function
4149 (gnus-sort-threads
4150 (gnus-cut-threads (gnus-make-threads)))))
4151 ;; Unthreaded display.
4152 (gnus-sort-articles gnus-newsgroup-headers))))
4153 (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
4154 ;; Call hooks for modifying summary buffer.
4155 (goto-char (point-min))
4156 (gnus-run-hooks 'gnus-summary-prepare-hook)))
4157
4158 (defsubst gnus-general-simplify-subject (subject)
4159 "Simplify subject by the same rules as `gnus-gather-threads-by-subject'."
4160 (setq subject
4161 (cond
4162 ;; Truncate the subject.
4163 (gnus-simplify-subject-functions
4164 (gnus-map-function gnus-simplify-subject-functions subject))
4165 ((numberp gnus-summary-gather-subject-limit)
4166 (setq subject (gnus-simplify-subject-re subject))
4167 (if (> (length subject) gnus-summary-gather-subject-limit)
4168 (substring subject 0 gnus-summary-gather-subject-limit)
4169 subject))
4170 ;; Fuzzily simplify it.
4171 ((eq 'fuzzy gnus-summary-gather-subject-limit)
4172 (gnus-simplify-subject-fuzzy subject))
4173 ;; Just remove the leading "Re:".
4174 (t
4175 (gnus-simplify-subject-re subject))))
4176
4177 (if (and gnus-summary-gather-exclude-subject
4178 (string-match gnus-summary-gather-exclude-subject subject))
4179 nil ; This article shouldn't be gathered
4180 subject))
4181
4182 (defun gnus-summary-simplify-subject-query ()
4183 "Query where the respool algorithm would put this article."
4184 (interactive)
4185 (gnus-summary-select-article)
4186 (message "%s" (gnus-general-simplify-subject (gnus-summary-article-subject))))
4187
4188 (defun gnus-gather-threads-by-subject (threads)
4189 "Gather threads by looking at Subject headers."
4190 (if (not gnus-summary-make-false-root)
4191 threads
4192 (let ((hashtb (gnus-make-hashtable 1024))
4193 (prev threads)
4194 (result threads)
4195 subject hthread whole-subject)
4196 (while threads
4197 (setq subject (gnus-general-simplify-subject
4198 (setq whole-subject (mail-header-subject
4199 (caar threads)))))
4200 (when subject
4201 (if (setq hthread (gnus-gethash subject hashtb))
4202 (progn
4203 ;; We enter a dummy root into the thread, if we
4204 ;; haven't done that already.
4205 (unless (stringp (caar hthread))
4206 (setcar hthread (list whole-subject (car hthread))))
4207 ;; We add this new gathered thread to this gathered
4208 ;; thread.
4209 (setcdr (car hthread)
4210 (nconc (cdar hthread) (list (car threads))))
4211 ;; Remove it from the list of threads.
4212 (setcdr prev (cdr threads))
4213 (setq threads prev))
4214 ;; Enter this thread into the hash table.
4215 (gnus-sethash subject
4216 (if gnus-summary-make-false-root-always
4217 (progn
4218 ;; If you want a dummy root above all
4219 ;; threads...
4220 (setcar threads (list whole-subject
4221 (car threads)))
4222 threads)
4223 threads)
4224 hashtb)))
4225 (setq prev threads)
4226 (setq threads (cdr threads)))
4227 result)))
4228
4229 (defun gnus-gather-threads-by-references (threads)
4230 "Gather threads by looking at References headers."
4231 (let ((idhashtb (gnus-make-hashtable 1024))
4232 (thhashtb (gnus-make-hashtable 1024))
4233 (prev threads)
4234 (result threads)
4235 ids references id gthread gid entered ref)
4236 (while threads
4237 (when (setq references (mail-header-references (caar threads)))
4238 (setq id (mail-header-id (caar threads))
4239 ids (inline (gnus-split-references references))
4240 entered nil)
4241 (while (setq ref (pop ids))
4242 (setq ids (delete ref ids))
4243 (if (not (setq gid (gnus-gethash ref idhashtb)))
4244 (progn
4245 (gnus-sethash ref id idhashtb)
4246 (gnus-sethash id threads thhashtb))
4247 (setq gthread (gnus-gethash gid thhashtb))
4248 (unless entered
4249 ;; We enter a dummy root into the thread, if we
4250 ;; haven't done that already.
4251 (unless (stringp (caar gthread))
4252 (setcar gthread (list (mail-header-subject (caar gthread))
4253 (car gthread))))
4254 ;; We add this new gathered thread to this gathered
4255 ;; thread.
4256 (setcdr (car gthread)
4257 (nconc (cdar gthread) (list (car threads)))))
4258 ;; Add it into the thread hash table.
4259 (gnus-sethash id gthread thhashtb)
4260 (setq entered t)
4261 ;; Remove it from the list of threads.
4262 (setcdr prev (cdr threads))
4263 (setq threads prev))))
4264 (setq prev threads)
4265 (setq threads (cdr threads)))
4266 result))
4267
4268 (defun gnus-sort-gathered-threads (threads)
4269 "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
4270 (let ((result threads))
4271 (while threads
4272 (when (stringp (caar threads))
4273 (setcdr (car threads)
4274 (sort (cdar threads) gnus-sort-gathered-threads-function)))
4275 (setq threads (cdr threads)))
4276 result))
4277
4278 (defun gnus-thread-loop-p (root thread)
4279 "Say whether ROOT is in THREAD."
4280 (let ((stack (list thread))
4281 (infloop 0)
4282 th)
4283 (while (setq thread (pop stack))
4284 (setq th (cdr thread))
4285 (while (and th
4286 (not (eq (caar th) root)))
4287 (pop th))
4288 (if th
4289 ;; We have found a loop.
4290 (let (ref-dep)
4291 (setcdr thread (delq (car th) (cdr thread)))
4292 (if (boundp (setq ref-dep (intern "none"
4293 gnus-newsgroup-dependencies)))
4294 (setcdr (symbol-value ref-dep)
4295 (nconc (cdr (symbol-value ref-dep))
4296 (list (car th))))
4297 (set ref-dep (list nil (car th))))
4298 (setq infloop 1
4299 stack nil))
4300 ;; Push all the subthreads onto the stack.
4301 (push (cdr thread) stack)))
4302 infloop))
4303
4304 (defun gnus-make-threads ()
4305 "Go through the dependency hashtb and find the roots. Return all threads."
4306 (let (threads)
4307 (while (catch 'infloop
4308 (mapatoms
4309 (lambda (refs)
4310 ;; Deal with self-referencing References loops.
4311 (when (and (car (symbol-value refs))
4312 (not (zerop
4313 (apply
4314 '+
4315 (mapcar
4316 (lambda (thread)
4317 (gnus-thread-loop-p
4318 (car (symbol-value refs)) thread))
4319 (cdr (symbol-value refs)))))))
4320 (setq threads nil)
4321 (throw 'infloop t))
4322 (unless (car (symbol-value refs))
4323 ;; These threads do not refer back to any other
4324 ;; articles, so they're roots.
4325 (setq threads (append (cdr (symbol-value refs)) threads))))
4326 gnus-newsgroup-dependencies)))
4327 threads))
4328
4329 ;; Build the thread tree.
4330 (defsubst gnus-dependencies-add-header (header dependencies force-new)
4331 "Enter HEADER into the DEPENDENCIES table if it is not already there.
4332
4333 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
4334 if it was already present.
4335
4336 If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
4337 will not be entered in the DEPENDENCIES table. Otherwise duplicate
4338 Message-IDs will be renamed to a unique Message-ID before being
4339 entered.
4340
4341 Returns HEADER if it was entered in the DEPENDENCIES. Returns nil otherwise."
4342 (let* ((id (mail-header-id header))
4343 (id-dep (and id (intern id dependencies)))
4344 parent-id ref ref-dep ref-header replaced)
4345 ;; Enter this `header' in the `dependencies' table.
4346 (cond
4347 ((not id-dep)
4348 (setq header nil))
4349 ;; The first two cases do the normal part: enter a new `header'
4350 ;; in the `dependencies' table.
4351 ((not (boundp id-dep))
4352 (set id-dep (list header)))
4353 ((null (car (symbol-value id-dep)))
4354 (setcar (symbol-value id-dep) header))
4355
4356 ;; From here the `header' was already present in the
4357 ;; `dependencies' table.
4358 (force-new
4359 ;; Overrides an existing entry;
4360 ;; just set the header part of the entry.
4361 (setcar (symbol-value id-dep) header)
4362 (setq replaced t))
4363
4364 ;; Renames the existing `header' to a unique Message-ID.
4365 ((not gnus-summary-ignore-duplicates)
4366 ;; An article with this Message-ID has already been seen.
4367 ;; We rename the Message-ID.
4368 (set (setq id-dep (intern (setq id (nnmail-message-id)) dependencies))
4369 (list header))
4370 (mail-header-set-id header id))
4371
4372 ;; The last case ignores an existing entry, except it adds any
4373 ;; additional Xrefs (in case the two articles came from different
4374 ;; servers.
4375 ;; Also sets `header' to `nil' meaning that the `dependencies'
4376 ;; table was *not* modified.
4377 (t
4378 (mail-header-set-xref
4379 (car (symbol-value id-dep))
4380 (concat (or (mail-header-xref (car (symbol-value id-dep)))
4381 "")
4382 (or (mail-header-xref header) "")))
4383 (setq header nil)))
4384
4385 (when (and header (not replaced))
4386 ;; First check that we are not creating a References loop.
4387 (setq parent-id (gnus-parent-id (mail-header-references header)))
4388 (setq ref parent-id)
4389 (while (and ref
4390 (setq ref-dep (intern-soft ref dependencies))
4391 (boundp ref-dep)
4392 (setq ref-header (car (symbol-value ref-dep))))
4393 (if (string= id ref)
4394 ;; Yuk! This is a reference loop. Make the article be a
4395 ;; root article.
4396 (progn
4397 (mail-header-set-references (car (symbol-value id-dep)) "none")
4398 (setq ref nil)
4399 (setq parent-id nil))
4400 (setq ref (gnus-parent-id (mail-header-references ref-header)))))
4401 (setq ref-dep (intern (or parent-id "none") dependencies))
4402 (if (boundp ref-dep)
4403 (setcdr (symbol-value ref-dep)
4404 (nconc (cdr (symbol-value ref-dep))
4405 (list (symbol-value id-dep))))
4406 (set ref-dep (list nil (symbol-value id-dep)))))
4407 header))
4408
4409 (defun gnus-extract-message-id-from-in-reply-to (string)
4410 (if (string-match "<[^>]+>" string)
4411 (substring string (match-beginning 0) (match-end 0))
4412 nil))
4413
4414 (defun gnus-build-sparse-threads ()
4415 (let ((headers gnus-newsgroup-headers)
4416 (mail-parse-charset gnus-newsgroup-charset)
4417 (gnus-summary-ignore-duplicates t)
4418 header references generation relations
4419 subject child end new-child date)
4420 ;; First we create an alist of generations/relations, where
4421 ;; generations is how much we trust the relation, and the relation
4422 ;; is parent/child.
4423 (gnus-message 7 "Making sparse threads...")
4424 (save-excursion
4425 (nnheader-set-temp-buffer " *gnus sparse threads*")
4426 (while (setq header (pop headers))
4427 (when (and (setq references (mail-header-references header))
4428 (not (string= references "")))
4429 (insert references)
4430 (setq child (mail-header-id header)
4431 subject (mail-header-subject header)
4432 date (mail-header-date header)
4433 generation 0)
4434 (while (search-backward ">" nil t)
4435 (setq end (1+ (point)))
4436 (when (search-backward "<" nil t)
4437 (setq new-child (buffer-substring (point) end))
4438 (push (list (incf generation)
4439 child (setq child new-child)
4440 subject date)
4441 relations)))
4442 (when child
4443 (push (list (1+ generation) child nil subject) relations))
4444 (erase-buffer)))
4445 (kill-buffer (current-buffer)))
4446 ;; Sort over trustworthiness.
4447 (dolist (relation (sort relations 'car-less-than-car))
4448 (when (gnus-dependencies-add-header
4449 (make-full-mail-header
4450 gnus-reffed-article-number
4451 (nth 3 relation) "" (or (nth 4 relation) "")
4452 (nth 1 relation)
4453 (or (nth 2 relation) "") 0 0 "")
4454 gnus-newsgroup-dependencies nil)
4455 (push gnus-reffed-article-number gnus-newsgroup-limit)
4456 (push gnus-reffed-article-number gnus-newsgroup-sparse)
4457 (push (cons gnus-reffed-article-number gnus-sparse-mark)
4458 gnus-newsgroup-reads)
4459 (decf gnus-reffed-article-number)))
4460 (gnus-message 7 "Making sparse threads...done")))
4461
4462 (defun gnus-build-old-threads ()
4463 ;; Look at all the articles that refer back to old articles, and
4464 ;; fetch the headers for the articles that aren't there. This will
4465 ;; build complete threads - if the roots haven't been expired by the
4466 ;; server, that is.
4467 (let ((mail-parse-charset gnus-newsgroup-charset)
4468 id heads)
4469 (mapatoms
4470 (lambda (refs)
4471 (when (not (car (symbol-value refs)))
4472 (setq heads (cdr (symbol-value refs)))
4473 (while heads
4474 (if (memq (mail-header-number (caar heads))
4475 gnus-newsgroup-dormant)
4476 (setq heads (cdr heads))
4477 (setq id (symbol-name refs))
4478 (while (and (setq id (gnus-build-get-header id))
4479 (not (car (gnus-id-to-thread id)))))
4480 (setq heads nil)))))
4481 gnus-newsgroup-dependencies)))
4482
4483 (defsubst gnus-remove-odd-characters (string)
4484 "Translate STRING into something that doesn't contain weird characters."
4485 (mm-subst-char-in-string
4486 ?\r ?\-
4487 (mm-subst-char-in-string ?\n ?\- string t) t))
4488
4489 ;; This function has to be called with point after the article number
4490 ;; on the beginning of the line.
4491 (defsubst gnus-nov-parse-line (number dependencies &optional force-new)
4492 (let ((eol (point-at-eol))
4493 (buffer (current-buffer))
4494 header references in-reply-to)
4495
4496 ;; overview: [num subject from date id refs chars lines misc]
4497 (unwind-protect
4498 (let (x)
4499 (narrow-to-region (point) eol)
4500 (unless (eobp)
4501 (forward-char))
4502
4503 (setq header
4504 (make-full-mail-header
4505 number ; number
4506 (condition-case () ; subject
4507 (gnus-remove-odd-characters
4508 (funcall gnus-decode-encoded-word-function
4509 (setq x (nnheader-nov-field))))
4510 (error x))
4511 (condition-case () ; from
4512 (gnus-remove-odd-characters
4513 (funcall gnus-decode-encoded-address-function
4514 (setq x (nnheader-nov-field))))
4515 (error x))
4516 (nnheader-nov-field) ; date
4517 (nnheader-nov-read-message-id number) ; id
4518 (setq references (nnheader-nov-field)) ; refs
4519 (nnheader-nov-read-integer) ; chars
4520 (nnheader-nov-read-integer) ; lines
4521 (unless (eobp)
4522 (if (looking-at "Xref: ")
4523 (goto-char (match-end 0)))
4524 (nnheader-nov-field)) ; Xref
4525 (nnheader-nov-parse-extra)))) ; extra
4526
4527 (widen))
4528
4529 (when (and (string= references "")
4530 (setq in-reply-to (mail-header-extra header))
4531 (setq in-reply-to (cdr (assq 'In-Reply-To in-reply-to))))
4532 (mail-header-set-references
4533 header (gnus-extract-message-id-from-in-reply-to in-reply-to)))
4534
4535 (when gnus-alter-header-function
4536 (funcall gnus-alter-header-function header))
4537 (gnus-dependencies-add-header header dependencies force-new)))
4538
4539 (defun gnus-build-get-header (id)
4540 "Look through the buffer of NOV lines and find the header to ID.
4541 Enter this line into the dependencies hash table, and return
4542 the id of the parent article (if any)."
4543 (let ((deps gnus-newsgroup-dependencies)
4544 found header)
4545 (prog1
4546 (with-current-buffer nntp-server-buffer
4547 (let ((case-fold-search nil))
4548 (goto-char (point-min))
4549 (while (and (not found)
4550 (search-forward id nil t))
4551 (beginning-of-line)
4552 (setq found (looking-at
4553 (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
4554 (regexp-quote id))))
4555 (or found (beginning-of-line 2)))
4556 (when found
4557 (beginning-of-line)
4558 (and
4559 (setq header (gnus-nov-parse-line
4560 (read (current-buffer)) deps))
4561 (gnus-parent-id (mail-header-references header))))))
4562 (when header
4563 (let ((number (mail-header-number header)))
4564 (push number gnus-newsgroup-limit)
4565 (push header gnus-newsgroup-headers)
4566 (if (memq number gnus-newsgroup-unselected)
4567 (progn
4568 (setq gnus-newsgroup-unreads
4569 (gnus-add-to-sorted-list gnus-newsgroup-unreads
4570 number))
4571 (setq gnus-newsgroup-unselected
4572 (delq number gnus-newsgroup-unselected)))
4573 (push number gnus-newsgroup-ancient)))))))
4574
4575 (defun gnus-build-all-threads ()
4576 "Read all the headers."
4577 (let ((gnus-summary-ignore-duplicates t)
4578 (mail-parse-charset gnus-newsgroup-charset)
4579 (dependencies gnus-newsgroup-dependencies)
4580 header article)
4581 (with-current-buffer nntp-server-buffer
4582 (let ((case-fold-search nil))
4583 (goto-char (point-min))
4584 (while (not (eobp))
4585 (ignore-errors
4586 (setq article (read (current-buffer))
4587 header (gnus-nov-parse-line article dependencies t)))
4588 (when header
4589 (with-current-buffer gnus-summary-buffer
4590 (push header gnus-newsgroup-headers)
4591 (if (memq (setq article (mail-header-number header))
4592 gnus-newsgroup-unselected)
4593 (progn
4594 (setq gnus-newsgroup-unreads
4595 (gnus-add-to-sorted-list
4596 gnus-newsgroup-unreads article))
4597 (setq gnus-newsgroup-unselected
4598 (delq article gnus-newsgroup-unselected)))
4599 (push article gnus-newsgroup-ancient)))
4600 (forward-line 1)))))))
4601
4602 (defun gnus-summary-update-article-line (article header)
4603 "Update the line for ARTICLE using HEADER."
4604 (let* ((id (mail-header-id header))
4605 (thread (gnus-id-to-thread id)))
4606 (unless thread
4607 (error "Article in no thread"))
4608 ;; Update the thread.
4609 (setcar thread header)
4610 (gnus-summary-goto-subject article)
4611 (let* ((datal (gnus-data-find-list article))
4612 (data (car datal))
4613 (inhibit-read-only t)
4614 (level (gnus-summary-thread-level)))
4615 (gnus-delete-line)
4616 (let ((inserted (- (point)
4617 (progn
4618 (gnus-summary-insert-line
4619 header level nil
4620 (memq article gnus-newsgroup-undownloaded)
4621 (gnus-article-mark article)
4622 (memq article gnus-newsgroup-replied)
4623 (memq article gnus-newsgroup-expirable)
4624 ;; Only insert the Subject string when it's different
4625 ;; from the previous Subject string.
4626 (if (and
4627 gnus-show-threads
4628 (gnus-subject-equal
4629 (condition-case ()
4630 (mail-header-subject
4631 (gnus-data-header
4632 (cadr
4633 (gnus-data-find-list
4634 article
4635 (gnus-data-list t)))))
4636 ;; Error on the side of excessive subjects.
4637 (error ""))
4638 (mail-header-subject header)))
4639 ""
4640 (mail-header-subject header))
4641 nil (cdr (assq article gnus-newsgroup-scored))
4642 (memq article gnus-newsgroup-processable))
4643 (point)))))
4644 (when (cdr datal)
4645 (gnus-data-update-list
4646 (cdr datal)
4647 (- (gnus-data-pos data) (gnus-data-pos (cadr datal)) inserted)))))))
4648
4649 (defun gnus-summary-update-article (article &optional iheader)
4650 "Update ARTICLE in the summary buffer."
4651 (set-buffer gnus-summary-buffer)
4652 (let* ((header (gnus-summary-article-header article))
4653 (id (mail-header-id header))
4654 (data (gnus-data-find article))
4655 (thread (gnus-id-to-thread id))
4656 (references (mail-header-references header))
4657 (parent
4658 (gnus-id-to-thread
4659 (or (gnus-parent-id
4660 (when (and references
4661 (not (equal "" references)))
4662 references))
4663 "none")))
4664 (inhibit-read-only t)
4665 (old (car thread)))
4666 (when thread
4667 (unless iheader
4668 (setcar thread nil)
4669 (when parent
4670 (delq thread parent)))
4671 (if (gnus-summary-insert-subject id header)
4672 ;; Set the (possibly) new article number in the data structure.
4673 (gnus-data-set-number data (gnus-id-to-article id))
4674 (setcar thread old)
4675 nil))))
4676
4677 (defun gnus-rebuild-thread (id &optional line)
4678 "Rebuild the thread containing ID.
4679 If LINE, insert the rebuilt thread starting on line LINE."
4680 (let ((inhibit-read-only t)
4681 old-pos current thread data)
4682 (if (not gnus-show-threads)
4683 (setq thread (list (car (gnus-id-to-thread id))))
4684 ;; Get the thread this article is part of.
4685 (setq thread (gnus-remove-thread id)))
4686 (setq old-pos (point-at-bol))
4687 (setq current (save-excursion
4688 (and (re-search-backward "[\r\n]" nil t)
4689 (gnus-summary-article-number))))
4690 ;; If this is a gathered thread, we have to go some re-gathering.
4691 (when (stringp (car thread))
4692 (let ((subject (car thread))
4693 roots thr)
4694 (setq thread (cdr thread))
4695 (while thread
4696 (unless (memq (setq thr (gnus-id-to-thread
4697 (gnus-root-id
4698 (mail-header-id (caar thread)))))
4699 roots)
4700 (push thr roots))
4701 (setq thread (cdr thread)))
4702 ;; We now have all (unique) roots.
4703 (if (= (length roots) 1)
4704 ;; All the loose roots are now one solid root.
4705 (setq thread (car roots))
4706 (setq thread (cons subject (gnus-sort-threads roots))))))
4707 (let (threads)
4708 ;; We then insert this thread into the summary buffer.
4709 (when line
4710 (goto-char (point-min))
4711 (forward-line (1- line)))
4712 (let (gnus-newsgroup-data gnus-newsgroup-threads)
4713 (if gnus-show-threads
4714 (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
4715 (gnus-summary-prepare-unthreaded thread))
4716 (setq data (nreverse gnus-newsgroup-data))
4717 (setq threads gnus-newsgroup-threads))
4718 ;; We splice the new data into the data structure.
4719 ;;!!! This is kinda bogus. We assume that in LINE is non-nil,
4720 ;;!!! then we want to insert at the beginning of the buffer.
4721 ;;!!! That happens to be true with Gnus now, but that may
4722 ;;!!! change in the future. Perhaps.
4723 (gnus-data-enter-list
4724 (if line nil current) data (- (point) old-pos))
4725 (setq gnus-newsgroup-threads
4726 (nconc threads gnus-newsgroup-threads))
4727 (gnus-data-compute-positions))))
4728
4729 (defun gnus-number-to-header (number)
4730 "Return the header for article NUMBER."
4731 (let ((headers gnus-newsgroup-headers))
4732 (while (and headers
4733 (not (= number (mail-header-number (car headers)))))
4734 (pop headers))
4735 (when headers
4736 (car headers))))
4737
4738 (defun gnus-parent-headers (in-headers &optional generation)
4739 "Return the headers of the GENERATIONth parent of HEADERS."
4740 (unless generation
4741 (setq generation 1))
4742 (let ((parent t)
4743 (headers in-headers)
4744 references)
4745 (while (and parent
4746 (not (zerop generation))
4747 (setq references (mail-header-references headers)))
4748 (setq headers (if (and references
4749 (setq parent (gnus-parent-id references)))
4750 (car (gnus-id-to-thread parent))
4751 nil))
4752 (decf generation))
4753 (and (not (eq headers in-headers))
4754 headers)))
4755
4756 (defun gnus-id-to-thread (id)
4757 "Return the (sub-)thread where ID appears."
4758 (gnus-gethash id gnus-newsgroup-dependencies))
4759
4760 (defun gnus-id-to-article (id)
4761 "Return the article number of ID."
4762 (let ((thread (gnus-id-to-thread id)))
4763 (when (and thread
4764 (car thread))
4765 (mail-header-number (car thread)))))
4766
4767 (defun gnus-id-to-header (id)
4768 "Return the article headers of ID."
4769 (car (gnus-id-to-thread id)))
4770
4771 (defun gnus-article-displayed-root-p (article)
4772 "Say whether ARTICLE is a root(ish) article."
4773 (let ((level (gnus-summary-thread-level article))
4774 (refs (mail-header-references (gnus-summary-article-header article)))
4775 particle)
4776 (cond
4777 ((null level) nil)
4778 ((zerop level) t)
4779 ((null refs) t)
4780 ((null (gnus-parent-id refs)) t)
4781 ((and (= 1 level)
4782 (null (setq particle (gnus-id-to-article
4783 (gnus-parent-id refs))))
4784 (null (gnus-summary-thread-level particle)))))))
4785
4786 (defun gnus-root-id (id)
4787 "Return the id of the root of the thread where ID appears."
4788 (let (last-id prev)
4789 (while (and id (setq prev (car (gnus-id-to-thread id))))
4790 (setq last-id id
4791 id (gnus-parent-id (mail-header-references prev))))
4792 last-id))
4793
4794 (defun gnus-articles-in-thread (thread)
4795 "Return the list of articles in THREAD."
4796 (cons (mail-header-number (car thread))
4797 (apply 'nconc (mapcar 'gnus-articles-in-thread (cdr thread)))))
4798
4799 (defun gnus-remove-thread (id &optional dont-remove)
4800 "Remove the thread that has ID in it."
4801 (let (headers thread last-id)
4802 ;; First go up in this thread until we find the root.
4803 (setq last-id (gnus-root-id id)
4804 headers (message-flatten-list (gnus-id-to-thread last-id)))
4805 ;; We have now found the real root of this thread. It might have
4806 ;; been gathered into some loose thread, so we have to search
4807 ;; through the threads to find the thread we wanted.
4808 (let ((threads gnus-newsgroup-threads)
4809 sub)
4810 (while threads
4811 (setq sub (car threads))
4812 (if (stringp (car sub))
4813 ;; This is a gathered thread, so we look at the roots
4814 ;; below it to find whether this article is in this
4815 ;; gathered root.
4816 (progn
4817 (setq sub (cdr sub))
4818 (while sub
4819 (when (member (caar sub) headers)
4820 (setq thread (car threads)
4821 threads nil
4822 sub nil))
4823 (setq sub (cdr sub))))
4824 ;; It's an ordinary thread, so we check it.
4825 (when (eq (car sub) (car headers))
4826 (setq thread sub
4827 threads nil)))
4828 (setq threads (cdr threads)))
4829 ;; If this article is in no thread, then it's a root.
4830 (if thread
4831 (unless dont-remove
4832 (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
4833 (setq thread (gnus-id-to-thread last-id)))
4834 (when thread
4835 (prog1
4836 thread ; We return this thread.
4837 (unless dont-remove
4838 (if (stringp (car thread))
4839 (progn
4840 ;; If we use dummy roots, then we have to remove the
4841 ;; dummy root as well.
4842 (when (eq gnus-summary-make-false-root 'dummy)
4843 ;; We go to the dummy root by going to
4844 ;; the first sub-"thread", and then one line up.
4845 (gnus-summary-goto-article
4846 (mail-header-number (caadr thread)))
4847 (forward-line -1)
4848 (gnus-delete-line)
4849 (gnus-data-compute-positions))
4850 (setq thread (cdr thread))
4851 (while thread
4852 (gnus-remove-thread-1 (car thread))
4853 (setq thread (cdr thread))))
4854 (gnus-remove-thread-1 thread))))))))
4855
4856 (defun gnus-remove-thread-1 (thread)
4857 "Remove the thread THREAD recursively."
4858 (let ((number (mail-header-number (pop thread)))
4859 d)
4860 (setq thread (reverse thread))
4861 (while thread
4862 (gnus-remove-thread-1 (pop thread)))
4863 (when (setq d (gnus-data-find number))
4864 (goto-char (gnus-data-pos d))
4865 (gnus-summary-show-thread)
4866 (gnus-data-remove
4867 number
4868 (- (point-at-bol)
4869 (prog1
4870 (1+ (point-at-eol))
4871 (gnus-delete-line)))))))
4872
4873 (defun gnus-sort-threads-recursive (threads func)
4874 ;; Responsible for sorting the root articles of threads.
4875 (let ((subthread-sort-func (if (eq gnus-subthread-sort-functions
4876 'gnus-thread-sort-functions)
4877 func
4878 (gnus-make-sort-function
4879 gnus-subthread-sort-functions))))
4880 (sort (mapcar (lambda (thread)
4881 (cons (car thread)
4882 (and (cdr thread)
4883 (gnus-sort-subthreads-recursive
4884 (cdr thread) subthread-sort-func))))
4885 threads) func)))
4886
4887 (defun gnus-sort-subthreads-recursive (threads func)
4888 ;; Responsible for sorting subthreads.
4889 (sort (mapcar (lambda (thread)
4890 (cons (car thread)
4891 (and (cdr thread)
4892 (gnus-sort-subthreads-recursive (cdr thread) func))))
4893 threads) func))
4894
4895 (defun gnus-sort-threads-loop (threads func)
4896 (let* ((superthread (cons nil threads))
4897 (stack (list (cons superthread threads)))
4898 remaining-threads thread)
4899 (while stack
4900 (setq remaining-threads (cdr (car stack)))
4901 (if remaining-threads
4902 (progn (setq thread (car remaining-threads))
4903 (setcdr (car stack) (cdr remaining-threads))
4904 (if (cdr thread)
4905 (push (cons thread (cdr thread)) stack)))
4906 (setq thread (caar stack))
4907 (setcdr thread (sort (cdr thread) func))
4908 (pop stack)))
4909 (cdr superthread)))
4910
4911 (defun gnus-sort-threads (threads)
4912 "Sort THREADS."
4913 (if (not gnus-thread-sort-functions)
4914 threads
4915 (gnus-message 8 "Sorting threads...")
4916 (prog1
4917 (condition-case nil
4918 (let ((max-lisp-eval-depth (max max-lisp-eval-depth 5000))
4919 (sort-func (gnus-make-sort-function gnus-thread-sort-functions)))
4920 (gnus-sort-threads-recursive threads sort-func))
4921 ;; Even after binding max-lisp-eval-depth, the recursive
4922 ;; sorter might fail for very long threads. In that case,
4923 ;; try using a (less well-tested) non-recursive sorter.
4924 (error (gnus-message 9 "Sorting threads with loop...")
4925 (gnus-sort-threads-loop
4926 threads (gnus-make-sort-function
4927 gnus-thread-sort-functions))))
4928 (gnus-message 8 "Sorting threads...done"))))
4929
4930 (defun gnus-sort-articles (articles)
4931 "Sort ARTICLES."
4932 (when gnus-article-sort-functions
4933 (gnus-message 7 "Sorting articles...")
4934 (prog1
4935 (setq gnus-newsgroup-headers
4936 (sort articles (gnus-make-sort-function
4937 gnus-article-sort-functions)))
4938 (gnus-message 7 "Sorting articles...done"))))
4939
4940 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
4941 (defmacro gnus-thread-header (thread)
4942 "Return header of first article in THREAD.
4943 Note that THREAD must never, ever be anything else than a variable -
4944 using some other form will lead to serious barfage."
4945 (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
4946 ;; (8% speedup to gnus-summary-prepare, just for fun :-)
4947 (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207"
4948 (vector thread) 2))
4949
4950 (defsubst gnus-article-sort-by-number (h1 h2)
4951 "Sort articles by article number."
4952 (< (mail-header-number h1)
4953 (mail-header-number h2)))
4954
4955 (defun gnus-thread-sort-by-number (h1 h2)
4956 "Sort threads by root article number."
4957 (gnus-article-sort-by-number
4958 (gnus-thread-header h1) (gnus-thread-header h2)))
4959
4960 (defsubst gnus-article-sort-by-random (h1 h2)
4961 "Sort articles randomly."
4962 (zerop (random 2)))
4963
4964 (defun gnus-thread-sort-by-random (h1 h2)
4965 "Sort threads randomly."
4966 (gnus-article-sort-by-random
4967 (gnus-thread-header h1) (gnus-thread-header h2)))
4968
4969 (defsubst gnus-article-sort-by-lines (h1 h2)
4970 "Sort articles by article Lines header."
4971 (< (mail-header-lines h1)
4972 (mail-header-lines h2)))
4973
4974 (defun gnus-thread-sort-by-lines (h1 h2)
4975 "Sort threads by root article Lines header."
4976 (gnus-article-sort-by-lines
4977 (gnus-thread-header h1) (gnus-thread-header h2)))
4978
4979 (defsubst gnus-article-sort-by-chars (h1 h2)
4980 "Sort articles by octet length."
4981 (< (mail-header-chars h1)
4982 (mail-header-chars h2)))
4983
4984 (defun gnus-thread-sort-by-chars (h1 h2)
4985 "Sort threads by root article octet length."
4986 (gnus-article-sort-by-chars
4987 (gnus-thread-header h1) (gnus-thread-header h2)))
4988
4989 (defsubst gnus-article-sort-by-author (h1 h2)
4990 "Sort articles by root author."
4991 (gnus-string<
4992 (let ((extract (funcall
4993 gnus-extract-address-components
4994 (mail-header-from h1))))
4995 (or (car extract) (cadr extract) ""))
4996 (let ((extract (funcall
4997 gnus-extract-address-components
4998 (mail-header-from h2))))
4999 (or (car extract) (cadr extract) ""))))
5000
5001 (defun gnus-thread-sort-by-author (h1 h2)
5002 "Sort threads by root author."
5003 (gnus-article-sort-by-author
5004 (gnus-thread-header h1) (gnus-thread-header h2)))
5005
5006 (defsubst gnus-article-sort-by-recipient (h1 h2)
5007 "Sort articles by recipient."
5008 (gnus-string<
5009 (let ((extract (funcall
5010 gnus-extract-address-components
5011 (or (cdr (assq 'To (mail-header-extra h1))) ""))))
5012 (or (car extract) (cadr extract)))
5013 (let ((extract (funcall
5014 gnus-extract-address-components
5015 (or (cdr (assq 'To (mail-header-extra h2))) ""))))
5016 (or (car extract) (cadr extract)))))
5017
5018 (defun gnus-thread-sort-by-recipient (h1 h2)
5019 "Sort threads by root recipient."
5020 (gnus-article-sort-by-recipient
5021 (gnus-thread-header h1) (gnus-thread-header h2)))
5022
5023 (defsubst gnus-article-sort-by-subject (h1 h2)
5024 "Sort articles by root subject."
5025 (gnus-string<
5026 (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
5027 (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
5028
5029 (defun gnus-thread-sort-by-subject (h1 h2)
5030 "Sort threads by root subject."
5031 (gnus-article-sort-by-subject
5032 (gnus-thread-header h1) (gnus-thread-header h2)))
5033
5034 (defsubst gnus-article-sort-by-date (h1 h2)
5035 "Sort articles by root article date."
5036 (time-less-p
5037 (gnus-date-get-time (mail-header-date h1))
5038 (gnus-date-get-time (mail-header-date h2))))
5039
5040 (defun gnus-thread-sort-by-date (h1 h2)
5041 "Sort threads by root article date."
5042 (gnus-article-sort-by-date
5043 (gnus-thread-header h1) (gnus-thread-header h2)))
5044
5045 (defsubst gnus-article-sort-by-score (h1 h2)
5046 "Sort articles by root article score.
5047 Unscored articles will be counted as having a score of zero."
5048 (> (or (cdr (assq (mail-header-number h1)
5049 gnus-newsgroup-scored))
5050 gnus-summary-default-score 0)
5051 (or (cdr (assq (mail-header-number h2)
5052 gnus-newsgroup-scored))
5053 gnus-summary-default-score 0)))
5054
5055 (defun gnus-thread-sort-by-score (h1 h2)
5056 "Sort threads by root article score."
5057 (gnus-article-sort-by-score
5058 (gnus-thread-header h1) (gnus-thread-header h2)))
5059
5060 (defun gnus-thread-sort-by-total-score (h1 h2)
5061 "Sort threads by the sum of all scores in the thread.
5062 Unscored articles will be counted as having a score of zero."
5063 (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
5064
5065 (defun gnus-thread-total-score (thread)
5066 ;; This function find the total score of THREAD.
5067 (cond
5068 ((null thread)
5069 0)
5070 ((consp thread)
5071 (if (stringp (car thread))
5072 (apply gnus-thread-score-function 0
5073 (mapcar 'gnus-thread-total-score-1 (cdr thread)))
5074 (gnus-thread-total-score-1 thread)))
5075 (t
5076 (gnus-thread-total-score-1 (list thread)))))
5077
5078 (defun gnus-article-sort-by-most-recent-number (h1 h2)
5079 "Sort articles by number."
5080 (gnus-article-sort-by-number h1 h2))
5081
5082 (defun gnus-thread-sort-by-most-recent-number (h1 h2)
5083 "Sort threads such that the thread with the most recently arrived article comes first."
5084 (> (gnus-thread-highest-number h1) (gnus-thread-highest-number h2)))
5085
5086 (defun gnus-thread-highest-number (thread)
5087 "Return the highest article number in THREAD."
5088 (apply 'max (mapcar (lambda (header)
5089 (mail-header-number header))
5090 (message-flatten-list thread))))
5091
5092 (defun gnus-article-sort-by-most-recent-date (h1 h2)
5093 "Sort articles by number."
5094 (gnus-article-sort-by-date h1 h2))
5095
5096 (defun gnus-thread-sort-by-most-recent-date (h1 h2)
5097 "Sort threads such that the thread with the most recently dated article comes first."
5098 (> (gnus-thread-latest-date h1) (gnus-thread-latest-date h2)))
5099
5100 ; Since this is called not only to sort the top-level threads, but
5101 ; also in recursive sorts to order the articles within a thread, each
5102 ; article will be processed many times. Thus it speeds things up
5103 ; quite a bit to use gnus-date-get-time, which caches the time value.
5104 (defun gnus-thread-latest-date (thread)
5105 "Return the highest article date in THREAD."
5106 (apply 'max
5107 (mapcar (lambda (header) (gnus-float-time
5108 (gnus-date-get-time
5109 (mail-header-date header))))
5110 (message-flatten-list thread))))
5111
5112 (defun gnus-thread-total-score-1 (root)
5113 ;; This function find the total score of the thread below ROOT.
5114 (setq root (car root))
5115 (apply gnus-thread-score-function
5116 (or (append
5117 (mapcar 'gnus-thread-total-score
5118 (cdr (gnus-id-to-thread (mail-header-id root))))
5119 (when (> (mail-header-number root) 0)
5120 (list (or (cdr (assq (mail-header-number root)
5121 gnus-newsgroup-scored))
5122 gnus-summary-default-score 0))))
5123 (list gnus-summary-default-score)
5124 '(0))))
5125
5126 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
5127 (defvar gnus-tmp-prev-subject nil)
5128 (defvar gnus-tmp-false-parent nil)
5129 (defvar gnus-tmp-root-expunged nil)
5130 (defvar gnus-tmp-dummy-line nil)
5131
5132 (defun gnus-extra-header (type &optional header)
5133 "Return the extra header of TYPE."
5134 (or (cdr (assq type (mail-header-extra (or header gnus-tmp-header))))
5135 ""))
5136
5137 (defvar gnus-tmp-thread-tree-header-string "")
5138
5139 (defcustom gnus-sum-thread-tree-root "> "
5140 "With %B spec, used for the root of a thread.
5141 If nil, use subject instead."
5142 :version "22.1"
5143 :type '(radio (const :format "%v " nil) string)
5144 :group 'gnus-thread)
5145
5146 (defcustom gnus-sum-thread-tree-false-root "> "
5147 "With %B spec, used for a false root of a thread.
5148 If nil, use subject instead."
5149 :version "22.1"
5150 :type '(radio (const :format "%v " nil) string)
5151 :group 'gnus-thread)
5152
5153 (defcustom gnus-sum-thread-tree-single-indent ""
5154 "With %B spec, used for a thread with just one message.
5155 If nil, use subject instead."
5156 :version "22.1"
5157 :type '(radio (const :format "%v " nil) string)
5158 :group 'gnus-thread)
5159
5160 (defcustom gnus-sum-thread-tree-vertical "| "
5161 "With %B spec, used for drawing a vertical line."
5162 :version "22.1"
5163 :type 'string
5164 :group 'gnus-thread)
5165
5166 (defcustom gnus-sum-thread-tree-indent " "
5167 "With %B spec, used for indenting."
5168 :version "22.1"
5169 :type 'string
5170 :group 'gnus-thread)
5171
5172 (defcustom gnus-sum-thread-tree-leaf-with-other "+-> "
5173 "With %B spec, used for a leaf with brothers."
5174 :version "22.1"
5175 :type 'string
5176 :group 'gnus-thread)
5177
5178 (defcustom gnus-sum-thread-tree-single-leaf "\\-> "
5179 "With %B spec, used for a leaf without brothers."
5180 :version "22.1"
5181 :type 'string
5182 :group 'gnus-thread)
5183
5184 (defcustom gnus-summary-display-while-building nil
5185 "If non-nil, show and update the summary buffer as it's being built.
5186 If the value is t, update the buffer after every line is inserted. If
5187 the value is an integer (N), update the display every N lines."
5188 :version "22.1"
5189 :group 'gnus-thread
5190 :type '(choice (const :tag "off" nil)
5191 number
5192 (const :tag "frequently" t)))
5193
5194 (defun gnus-summary-prepare-threads (threads)
5195 "Prepare summary buffer from THREADS and indentation LEVEL.
5196 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
5197 or a straight list of headers."
5198 (gnus-message 7 "Generating summary...")
5199
5200 (setq gnus-newsgroup-threads threads)
5201 (beginning-of-line)
5202
5203 (let ((gnus-tmp-level 0)
5204 (default-score (or gnus-summary-default-score 0))
5205 (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
5206 (building-line-count gnus-summary-display-while-building)
5207 (building-count (integerp gnus-summary-display-while-building))
5208 thread number subject stack state gnus-tmp-gathered beg-match
5209 new-roots gnus-tmp-new-adopts thread-end simp-subject
5210 gnus-tmp-header gnus-tmp-unread gnus-tmp-downloaded
5211 gnus-tmp-replied gnus-tmp-subject-or-nil
5212 gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
5213 gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
5214 gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket
5215 tree-stack)
5216
5217 (setq gnus-tmp-prev-subject nil
5218 gnus-tmp-thread-tree-header-string "")
5219
5220 (if (vectorp (car threads))
5221 ;; If this is a straight (sic) list of headers, then a
5222 ;; threaded summary display isn't required, so we just create
5223 ;; an unthreaded one.
5224 (gnus-summary-prepare-unthreaded threads)
5225
5226 ;; Do the threaded display.
5227
5228 (if gnus-summary-display-while-building
5229 (switch-to-buffer (buffer-name)))
5230 (while (or threads stack gnus-tmp-new-adopts new-roots)
5231
5232 (if (and (= gnus-tmp-level 0)
5233 (or (not stack)
5234 (= (caar stack) 0))
5235 (not gnus-tmp-false-parent)
5236 (or gnus-tmp-new-adopts new-roots))
5237 (if gnus-tmp-new-adopts
5238 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
5239 thread (list (car gnus-tmp-new-adopts))
5240 gnus-tmp-header (caar thread)
5241 gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
5242 (when new-roots
5243 (setq thread (list (car new-roots))
5244 gnus-tmp-header (caar thread)
5245 new-roots (cdr new-roots))))
5246
5247 (if threads
5248 ;; If there are some threads, we do them before the
5249 ;; threads on the stack.
5250 (setq thread threads
5251 gnus-tmp-header (caar thread))
5252 ;; There were no current threads, so we pop something off
5253 ;; the stack.
5254 (setq state (car stack)
5255 gnus-tmp-level (car state)
5256 tree-stack (cadr state)
5257 thread (caddr state)
5258 stack (cdr stack)
5259 gnus-tmp-header (caar thread))))
5260
5261 (setq gnus-tmp-false-parent nil)
5262 (setq gnus-tmp-root-expunged nil)
5263 (setq thread-end nil)
5264
5265 (if (stringp gnus-tmp-header)
5266 ;; The header is a dummy root.
5267 (cond
5268 ((eq gnus-summary-make-false-root 'adopt)
5269 ;; We let the first article adopt the rest.
5270 (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
5271 (cddar thread)))
5272 (setq gnus-tmp-gathered
5273 (nconc (mapcar
5274 (lambda (h) (mail-header-number (car h)))
5275 (cddar thread))
5276 gnus-tmp-gathered))
5277 (setq thread (cons (list (caar thread)
5278 (cadar thread))
5279 (cdr thread)))
5280 (setq gnus-tmp-level -1
5281 gnus-tmp-false-parent t))
5282 ((eq gnus-summary-make-false-root 'empty)
5283 ;; We print adopted articles with empty subject fields.
5284 (setq gnus-tmp-gathered
5285 (nconc (mapcar
5286 (lambda (h) (mail-header-number (car h)))
5287 (cddar thread))
5288 gnus-tmp-gathered))
5289 (setq gnus-tmp-level -1))
5290 ((eq gnus-summary-make-false-root 'dummy)
5291 ;; We remember that we probably want to output a dummy
5292 ;; root.
5293 (setq gnus-tmp-dummy-line gnus-tmp-header)
5294 (setq gnus-tmp-prev-subject gnus-tmp-header))
5295 (t
5296 ;; We do not make a root for the gathered
5297 ;; sub-threads at all.
5298 (setq gnus-tmp-level -1)))
5299
5300 (setq number (mail-header-number gnus-tmp-header)
5301 subject (mail-header-subject gnus-tmp-header)
5302 simp-subject (gnus-simplify-subject-fully subject))
5303
5304 (cond
5305 ;; If the thread has changed subject, we might want to make
5306 ;; this subthread into a root.
5307 ((and (null gnus-thread-ignore-subject)
5308 (not (zerop gnus-tmp-level))
5309 gnus-tmp-prev-subject
5310 (not (string= gnus-tmp-prev-subject simp-subject)))
5311 (setq new-roots (nconc new-roots (list (car thread)))
5312 thread-end t
5313 gnus-tmp-header nil))
5314 ;; If the article lies outside the current limit,
5315 ;; then we do not display it.
5316 ((not (memq number gnus-newsgroup-limit))
5317 (setq gnus-tmp-gathered
5318 (nconc (mapcar
5319 (lambda (h) (mail-header-number (car h)))
5320 (cdar thread))
5321 gnus-tmp-gathered))
5322 (setq gnus-tmp-new-adopts (if (cdar thread)
5323 (append gnus-tmp-new-adopts
5324 (cdar thread))
5325 gnus-tmp-new-adopts)
5326 thread-end t
5327 gnus-tmp-header nil)
5328 (when (zerop gnus-tmp-level)
5329 (setq gnus-tmp-root-expunged t)))
5330 ;; Perhaps this article is to be marked as read?
5331 ((and gnus-summary-mark-below
5332 (< (or (cdr (assq number gnus-newsgroup-scored))
5333 default-score)
5334 gnus-summary-mark-below)
5335 ;; Don't touch sparse articles.
5336 (not (gnus-summary-article-sparse-p number))
5337 (not (gnus-summary-article-ancient-p number)))
5338 (setq gnus-newsgroup-unreads
5339 (delq number gnus-newsgroup-unreads))
5340 (if gnus-newsgroup-auto-expire
5341 (setq gnus-newsgroup-expirable
5342 (gnus-add-to-sorted-list
5343 gnus-newsgroup-expirable number))
5344 (push (cons number gnus-low-score-mark)
5345 gnus-newsgroup-reads))))
5346
5347 (when gnus-tmp-header
5348 ;; We may have an old dummy line to output before this
5349 ;; article.
5350 (when (and gnus-tmp-dummy-line
5351 (gnus-subject-equal
5352 gnus-tmp-dummy-line
5353 (mail-header-subject gnus-tmp-header)))
5354 (gnus-summary-insert-dummy-line
5355 gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
5356 (setq gnus-tmp-dummy-line nil))
5357
5358 ;; Compute the mark.
5359 (setq gnus-tmp-unread (gnus-article-mark number))
5360
5361 (push (gnus-data-make number gnus-tmp-unread (1+ (point))
5362 gnus-tmp-header gnus-tmp-level)
5363 gnus-newsgroup-data)
5364
5365 ;; Actually insert the line.
5366 (setq
5367 gnus-tmp-subject-or-nil
5368 (cond
5369 ((and gnus-thread-ignore-subject
5370 gnus-tmp-prev-subject
5371 (not (string= gnus-tmp-prev-subject simp-subject)))
5372 subject)
5373 ((zerop gnus-tmp-level)
5374 (if (and (eq gnus-summary-make-false-root 'empty)
5375 (memq number gnus-tmp-gathered)
5376 gnus-tmp-prev-subject
5377 (string= gnus-tmp-prev-subject simp-subject))
5378 gnus-summary-same-subject
5379 subject))
5380 (t gnus-summary-same-subject)))
5381 (if (and (eq gnus-summary-make-false-root 'adopt)
5382 (= gnus-tmp-level 1)
5383 (memq number gnus-tmp-gathered))
5384 (setq gnus-tmp-opening-bracket ?\<
5385 gnus-tmp-closing-bracket ?\>)
5386 (setq gnus-tmp-opening-bracket ?\[
5387 gnus-tmp-closing-bracket ?\]))
5388 (if (>= gnus-tmp-level (length gnus-thread-indent-array))
5389 (gnus-make-thread-indent-array
5390 (max (* 2 (length gnus-thread-indent-array))
5391 gnus-tmp-level)))
5392 (setq
5393 gnus-tmp-indentation
5394 (aref gnus-thread-indent-array gnus-tmp-level)
5395 gnus-tmp-lines (mail-header-lines gnus-tmp-header)
5396 gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
5397 gnus-summary-default-score 0)
5398 gnus-tmp-score-char
5399 (if (or (null gnus-summary-default-score)
5400 (<= (abs (- gnus-tmp-score gnus-summary-default-score))
5401 gnus-summary-zcore-fuzz))
5402 ? ;Whitespace
5403 (if (< gnus-tmp-score gnus-summary-default-score)
5404 gnus-score-below-mark gnus-score-over-mark))
5405 gnus-tmp-replied
5406 (cond ((memq number gnus-newsgroup-processable)
5407 gnus-process-mark)
5408 ((memq number gnus-newsgroup-cached)
5409 gnus-cached-mark)
5410 ((memq number gnus-newsgroup-replied)
5411 gnus-replied-mark)
5412 ((memq number gnus-newsgroup-forwarded)
5413 gnus-forwarded-mark)
5414 ((memq number gnus-newsgroup-saved)
5415 gnus-saved-mark)
5416 ((memq number gnus-newsgroup-unseen)
5417 gnus-unseen-mark)
5418 (t gnus-no-mark))
5419 gnus-tmp-downloaded
5420 (cond ((memq number gnus-newsgroup-undownloaded)
5421 gnus-undownloaded-mark)
5422 (gnus-newsgroup-agentized
5423 gnus-downloaded-mark)
5424 (t
5425 gnus-no-mark))
5426 gnus-tmp-from (mail-header-from gnus-tmp-header)
5427 gnus-tmp-name
5428 (cond
5429 ((string-match "<[^>]+> *$" gnus-tmp-from)
5430 (setq beg-match (match-beginning 0))
5431 (or (and (string-match "^\".+\"" gnus-tmp-from)
5432 (substring gnus-tmp-from 1 (1- (match-end 0))))
5433 (substring gnus-tmp-from 0 beg-match)))
5434 ((string-match "(.+)" gnus-tmp-from)
5435 (substring gnus-tmp-from
5436 (1+ (match-beginning 0)) (1- (match-end 0))))
5437 (t gnus-tmp-from))
5438
5439 ;; Do the %B string
5440 gnus-tmp-thread-tree-header-string
5441 (cond
5442 ((not gnus-show-threads) "")
5443 ((zerop gnus-tmp-level)
5444 (cond ((cdar thread)
5445 (or gnus-sum-thread-tree-root subject))
5446 (gnus-tmp-new-adopts
5447 (or gnus-sum-thread-tree-false-root subject))
5448 (t
5449 (or gnus-sum-thread-tree-single-indent subject))))
5450 (t
5451 (concat (apply 'concat
5452 (mapcar (lambda (item)
5453 (if (= item 1)
5454 gnus-sum-thread-tree-vertical
5455 gnus-sum-thread-tree-indent))
5456 (cdr (reverse tree-stack))))
5457 (if (nth 1 thread)
5458 gnus-sum-thread-tree-leaf-with-other
5459 gnus-sum-thread-tree-single-leaf)))))
5460 (when (string= gnus-tmp-name "")
5461 (setq gnus-tmp-name gnus-tmp-from))
5462 (unless (numberp gnus-tmp-lines)
5463 (setq gnus-tmp-lines -1))
5464 (if (= gnus-tmp-lines -1)
5465 (setq gnus-tmp-lines "?")
5466 (setq gnus-tmp-lines (number-to-string gnus-tmp-lines)))
5467 (gnus-put-text-property
5468 (point)
5469 (progn (eval gnus-summary-line-format-spec) (point))
5470 'gnus-number number)
5471 (when gnus-visual-p
5472 (forward-line -1)
5473 (gnus-summary-highlight-line)
5474 (when gnus-summary-update-hook
5475 (gnus-run-hooks 'gnus-summary-update-hook))
5476 (forward-line 1))
5477
5478 (setq gnus-tmp-prev-subject simp-subject)))
5479
5480 (when (nth 1 thread)
5481 (push (list (max 0 gnus-tmp-level)
5482 (copy-sequence tree-stack)
5483 (nthcdr 1 thread))
5484 stack))
5485 (push (if (nth 1 thread) 1 0) tree-stack)
5486 (incf gnus-tmp-level)
5487 (setq threads (if thread-end nil (cdar thread)))
5488 (if gnus-summary-display-while-building
5489 (if building-count
5490 (progn
5491 ;; use a set frequency
5492 (setq building-line-count (1- building-line-count))
5493 (when (= building-line-count 0)
5494 (sit-for 0)
5495 (setq building-line-count
5496 gnus-summary-display-while-building)))
5497 ;; always
5498 (sit-for 0)))
5499 (unless threads
5500 (setq gnus-tmp-level 0)))))
5501 (gnus-message 7 "Generating summary...done"))
5502
5503 (defun gnus-summary-prepare-unthreaded (headers)
5504 "Generate an unthreaded summary buffer based on HEADERS."
5505 (let (header number mark)
5506
5507 (beginning-of-line)
5508
5509 (while headers
5510 ;; We may have to root out some bad articles...
5511 (when (memq (setq number (mail-header-number
5512 (setq header (pop headers))))
5513 gnus-newsgroup-limit)
5514 ;; Mark article as read when it has a low score.
5515 (when (and gnus-summary-mark-below
5516 (< (or (cdr (assq number gnus-newsgroup-scored))
5517 gnus-summary-default-score 0)
5518 gnus-summary-mark-below)
5519 (not (gnus-summary-article-ancient-p number)))
5520 (setq gnus-newsgroup-unreads
5521 (delq number gnus-newsgroup-unreads))
5522 (if gnus-newsgroup-auto-expire
5523 (push number gnus-newsgroup-expirable)
5524 (push (cons number gnus-low-score-mark)
5525 gnus-newsgroup-reads)))
5526
5527 (setq mark (gnus-article-mark number))
5528 (push (gnus-data-make number mark (1+ (point)) header 0)
5529 gnus-newsgroup-data)
5530 (gnus-summary-insert-line
5531 header 0 number
5532 (memq number gnus-newsgroup-undownloaded)
5533 mark (memq number gnus-newsgroup-replied)
5534 (memq number gnus-newsgroup-expirable)
5535 (mail-header-subject header) nil
5536 (cdr (assq number gnus-newsgroup-scored))
5537 (memq number gnus-newsgroup-processable))))))
5538
5539 (declare-function gnus-parameter-list-identifier "gnus-art" (name) t)
5540
5541 (defun gnus-group-get-list-identifiers (group)
5542 "Get list identifier regexp for GROUP."
5543 (or (gnus-parameter-list-identifier group)
5544 (if (consp gnus-list-identifiers)
5545 (mapconcat 'identity gnus-list-identifiers " *\\|")
5546 gnus-list-identifiers)))
5547
5548 (defun gnus-summary-remove-list-identifiers ()
5549 "Remove list identifiers in `gnus-list-identifiers' from articles in the current group."
5550 (let ((regexp (gnus-group-get-list-identifiers gnus-newsgroup-name))
5551 changed subject)
5552 (when regexp
5553 (setq regexp (concat "^\\(?:R[Ee]: +\\)*\\(" regexp " *\\)"))
5554 (dolist (header gnus-newsgroup-headers)
5555 (setq subject (mail-header-subject header)
5556 changed nil)
5557 (while (string-match regexp subject)
5558 (setq subject
5559 (concat (substring subject 0 (match-beginning 1))
5560 (substring subject (match-end 0)))
5561 changed t))
5562 (when changed
5563 (when (string-match "^\\(\\(?:R[Ee]: +\\)+\\)R[Ee]: +" subject)
5564 (setq subject
5565 (concat (substring subject 0 (match-beginning 1))
5566 (substring subject (match-end 1)))))
5567 (mail-header-set-subject header subject))))))
5568
5569 (defun gnus-fetch-headers (articles &optional limit force-new dependencies)
5570 "Fetch headers of ARTICLES."
5571 (let ((name (gnus-group-decoded-name gnus-newsgroup-name)))
5572 (gnus-message 7 "Fetching headers for %s..." name)
5573 (prog1
5574 (if (eq 'nov
5575 (setq gnus-headers-retrieved-by
5576 (gnus-retrieve-headers
5577 articles gnus-newsgroup-name
5578 (or limit
5579 ;; We might want to fetch old headers, but
5580 ;; not if there is only 1 article.
5581 (and (or (and
5582 (not (eq gnus-fetch-old-headers 'some))
5583 (not (numberp gnus-fetch-old-headers)))
5584 (> (length articles) 1))
5585 gnus-fetch-old-headers)))))
5586 (gnus-get-newsgroup-headers-xover
5587 articles force-new dependencies gnus-newsgroup-name t)
5588 (gnus-get-newsgroup-headers dependencies force-new))
5589 (gnus-message 7 "Fetching headers for %s...done" name))))
5590
5591 (defun gnus-select-newsgroup (group &optional read-all select-articles)
5592 "Select newsgroup GROUP.
5593 If READ-ALL is non-nil, all articles in the group are selected.
5594 If SELECT-ARTICLES, only select those articles from GROUP."
5595 (let* ((entry (gnus-group-entry group))
5596 ;;!!! Dirty hack; should be removed.
5597 (gnus-summary-ignore-duplicates
5598 (if (eq (car (gnus-find-method-for-group group)) 'nnvirtual)
5599 t
5600 gnus-summary-ignore-duplicates))
5601 (info (nth 2 entry))
5602 charset articles fetched-articles cached)
5603
5604 (unless (gnus-check-server
5605 (set (make-local-variable 'gnus-current-select-method)
5606 (gnus-find-method-for-group group)))
5607 (error "Couldn't open server"))
5608 (setq charset (gnus-group-name-charset gnus-current-select-method group))
5609
5610 (or (and entry (not (eq (car entry) t))) ; Either it's active...
5611 (gnus-activate-group group) ; Or we can activate it...
5612 (progn ; Or we bug out.
5613 (when (derived-mode-p 'gnus-summary-mode)
5614 (gnus-kill-buffer (current-buffer)))
5615 (error
5616 "Couldn't activate group %s: %s"
5617 (mm-decode-coding-string group charset)
5618 (mm-decode-coding-string (gnus-status-message group) charset))))
5619
5620 (unless (gnus-request-group group t)
5621 (when (derived-mode-p 'gnus-summary-mode)
5622 (gnus-kill-buffer (current-buffer)))
5623 (error "Couldn't request group %s: %s"
5624 (mm-decode-coding-string group charset)
5625 (mm-decode-coding-string (gnus-status-message group) charset)))
5626
5627 (when (and gnus-agent
5628 (gnus-active group))
5629 (gnus-agent-possibly-alter-active group (gnus-active group) info)
5630
5631 (setq gnus-summary-use-undownloaded-faces
5632 (gnus-agent-find-parameter
5633 group
5634 'agent-enable-undownloaded-faces)))
5635
5636 (setq gnus-newsgroup-name group
5637 gnus-newsgroup-unselected nil
5638 gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
5639
5640 (let ((display (gnus-group-find-parameter group 'display)))
5641 (setq gnus-newsgroup-display
5642 (cond
5643 ((not (zerop (or (car-safe read-all) 0)))
5644 ;; The user entered the group with C-u SPC/RET, let's show
5645 ;; all articles.
5646 'gnus-not-ignore)
5647 ((eq display 'all)
5648 'gnus-not-ignore)
5649 ((arrayp display)
5650 (gnus-summary-display-make-predicate (mapcar 'identity display)))
5651 ((numberp display)
5652 ;; The following is probably the "correct" solution, but
5653 ;; it makes Gnus fetch all headers and then limit the
5654 ;; articles (which is slow), so instead we hack the
5655 ;; select-articles parameter instead. -- Simon Josefsson
5656 ;; <jas@kth.se>
5657 ;;
5658 ;; (gnus-byte-compile
5659 ;; `(lambda () (> number ,(- (cdr (gnus-active group))
5660 ;; display)))))
5661 (setq select-articles
5662 (gnus-uncompress-range
5663 (cons (let ((tmp (- (cdr (gnus-active group)) display)))
5664 (if (> tmp 0)
5665 tmp
5666 1))
5667 (cdr (gnus-active group)))))
5668 nil)
5669 (t
5670 nil))))
5671
5672 (gnus-summary-setup-default-charset)
5673
5674 ;; Kludge to avoid having cached articles nixed out in virtual groups.
5675 (when (gnus-virtual-group-p group)
5676 (setq cached gnus-newsgroup-cached))
5677
5678 (setq gnus-newsgroup-unreads
5679 (gnus-sorted-ndifference
5680 (gnus-sorted-ndifference gnus-newsgroup-unreads
5681 gnus-newsgroup-marked)
5682 gnus-newsgroup-dormant))
5683
5684 (setq gnus-newsgroup-processable nil)
5685
5686 (gnus-update-read-articles group gnus-newsgroup-unreads t)
5687
5688 ;; Adjust and set lists of article marks.
5689 (when info
5690 (gnus-adjust-marked-articles info))
5691 (if (setq articles select-articles)
5692 (setq gnus-newsgroup-unselected
5693 (gnus-sorted-difference gnus-newsgroup-unreads articles))
5694 (setq articles (gnus-articles-to-read group read-all)))
5695
5696 (cond
5697 ((null articles)
5698 ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
5699 'quit)
5700 ((eq articles 0) nil)
5701 (t
5702 ;; Init the dependencies hash table.
5703 (setq gnus-newsgroup-dependencies
5704 (gnus-make-hashtable (length articles)))
5705 (if (gnus-buffer-live-p gnus-group-buffer)
5706 (gnus-set-global-variables)
5707 (set-default 'gnus-newsgroup-name gnus-newsgroup-name))
5708 ;; Retrieve the headers and read them in.
5709
5710 (setq gnus-newsgroup-headers (gnus-fetch-headers articles))
5711
5712 ;; Kludge to avoid having cached articles nixed out in virtual groups.
5713 (when cached
5714 (setq gnus-newsgroup-cached cached))
5715
5716 ;; Suppress duplicates?
5717 (when gnus-suppress-duplicates
5718 (gnus-dup-suppress-articles))
5719
5720 ;; Set the initial limit.
5721 (setq gnus-newsgroup-limit (copy-sequence articles))
5722 ;; Remove canceled articles from the list of unread articles.
5723 (setq fetched-articles
5724 (mapcar (lambda (headers) (mail-header-number headers))
5725 gnus-newsgroup-headers))
5726 (setq gnus-newsgroup-articles fetched-articles)
5727 (setq gnus-newsgroup-unreads
5728 (gnus-sorted-nintersection
5729 gnus-newsgroup-unreads fetched-articles))
5730 (gnus-compute-unseen-list)
5731
5732 ;; Removed marked articles that do not exist.
5733 (gnus-update-missing-marks
5734 (gnus-sorted-difference articles fetched-articles))
5735 ;; We might want to build some more threads first.
5736 (when (and gnus-fetch-old-headers
5737 (eq gnus-headers-retrieved-by 'nov))
5738 (if (eq gnus-fetch-old-headers 'invisible)
5739 (gnus-build-all-threads)
5740 (gnus-build-old-threads)))
5741 ;; Let the Gnus agent mark articles as read.
5742 (when gnus-agent
5743 (gnus-agent-get-undownloaded-list))
5744 ;; Remove list identifiers from subject
5745 (gnus-summary-remove-list-identifiers)
5746 ;; Check whether auto-expire is to be done in this group.
5747 (setq gnus-newsgroup-auto-expire
5748 (and (gnus-group-auto-expirable-p group)
5749 (not (gnus-group-read-only-p group))))
5750 ;; Set up the article buffer now, if necessary.
5751 (unless (and gnus-single-article-buffer
5752 (equal gnus-article-buffer "*Article*"))
5753 (gnus-article-setup-buffer))
5754 ;; First and last article in this newsgroup.
5755 (when gnus-newsgroup-headers
5756 (setq gnus-newsgroup-begin
5757 (mail-header-number (car gnus-newsgroup-headers))
5758 gnus-newsgroup-end
5759 (mail-header-number
5760 (gnus-last-element gnus-newsgroup-headers))))
5761 ;; GROUP is successfully selected.
5762 (or gnus-newsgroup-headers t)))))
5763
5764 (defun gnus-compute-unseen-list ()
5765 ;; The `seen' marks are treated specially.
5766 (if (not gnus-newsgroup-seen)
5767 (setq gnus-newsgroup-unseen gnus-newsgroup-articles)
5768 (setq gnus-newsgroup-unseen
5769 (gnus-inverse-list-range-intersection
5770 gnus-newsgroup-articles gnus-newsgroup-seen))))
5771
5772 (declare-function gnus-get-predicate "gnus-agent" (predicate))
5773
5774 (defun gnus-summary-display-make-predicate (display)
5775 (require 'gnus-agent)
5776 (when (= (length display) 1)
5777 (setq display (car display)))
5778 (unless gnus-summary-display-cache
5779 (dolist (elem (append '((unread . unread)
5780 (read . read)
5781 (unseen . unseen))
5782 gnus-article-mark-lists))
5783 (push (cons (cdr elem)
5784 (gnus-byte-compile ;Why bother?
5785 `(lambda () (gnus-article-marked-p ',(cdr elem)))))
5786 gnus-summary-display-cache)))
5787 (let ((gnus-category-predicate-alist gnus-summary-display-cache)
5788 (gnus-category-predicate-cache gnus-summary-display-cache))
5789 (gnus-get-predicate display)))
5790
5791 ;; Uses the dynamically bound `gnus-number' variable.
5792 (defvar gnus-number)
5793 (defun gnus-article-marked-p (type &optional article)
5794 (let ((article (or article gnus-number)))
5795 (cond
5796 ((eq type 'tick)
5797 (memq article gnus-newsgroup-marked))
5798 ((eq type 'spam)
5799 (memq article gnus-newsgroup-spam-marked))
5800 ((eq type 'unsend)
5801 (memq article gnus-newsgroup-unsendable))
5802 ((eq type 'undownload)
5803 (memq article gnus-newsgroup-undownloaded))
5804 ((eq type 'download)
5805 (memq article gnus-newsgroup-downloadable))
5806 ((eq type 'unread)
5807 (memq article gnus-newsgroup-unreads))
5808 ((eq type 'read)
5809 (memq article gnus-newsgroup-reads))
5810 ((eq type 'dormant)
5811 (memq article gnus-newsgroup-dormant) )
5812 ((eq type 'expire)
5813 (memq article gnus-newsgroup-expirable))
5814 ((eq type 'reply)
5815 (memq article gnus-newsgroup-replied))
5816 ((eq type 'killed)
5817 (memq article gnus-newsgroup-killed))
5818 ((eq type 'bookmark)
5819 (assq article gnus-newsgroup-bookmarks))
5820 ((eq type 'score)
5821 (assq article gnus-newsgroup-scored))
5822 ((eq type 'save)
5823 (memq article gnus-newsgroup-saved))
5824 ((eq type 'cache)
5825 (memq article gnus-newsgroup-cached))
5826 ((eq type 'forward)
5827 (memq article gnus-newsgroup-forwarded))
5828 ((eq type 'seen)
5829 (not (memq article gnus-newsgroup-unseen)))
5830 (t t))))
5831
5832 (defun gnus-articles-to-read (group &optional read-all)
5833 "Find out what articles the user wants to read."
5834 (let* ((only-read-p t)
5835 (articles
5836 (gnus-list-range-difference
5837 ;; Select all articles if `read-all' is non-nil, or if there
5838 ;; are no unread articles.
5839 (if (or read-all
5840 (and (zerop (length gnus-newsgroup-marked))
5841 (zerop (length gnus-newsgroup-unreads)))
5842 ;; Fetch all if the predicate is non-nil.
5843 gnus-newsgroup-display)
5844 ;; We want to select the headers for all the articles in
5845 ;; the group, so we select either all the active
5846 ;; articles in the group, or (if that's nil), the
5847 ;; articles in the cache.
5848 (or
5849 (if gnus-newsgroup-maximum-articles
5850 (let ((active (gnus-active group)))
5851 (gnus-uncompress-range
5852 (cons (max (car active)
5853 (- (cdr active)
5854 gnus-newsgroup-maximum-articles
5855 -1))
5856 (cdr active))))
5857 (gnus-uncompress-range (gnus-active group)))
5858 (gnus-cache-articles-in-group group))
5859 ;; Select only the "normal" subset of articles.
5860 (setq only-read-p nil)
5861 (gnus-sorted-nunion
5862 (gnus-sorted-union gnus-newsgroup-dormant gnus-newsgroup-marked)
5863 gnus-newsgroup-unreads))
5864 (cdr (assq 'unexist (gnus-info-marks (gnus-get-info group))))))
5865 (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
5866 (scored (length scored-list))
5867 (number (length articles))
5868 (marked (+ (length gnus-newsgroup-marked)
5869 (length gnus-newsgroup-dormant)))
5870 (select
5871 (cond
5872 ((numberp read-all)
5873 read-all)
5874 ((numberp gnus-newsgroup-display)
5875 gnus-newsgroup-display)
5876 (t
5877 (condition-case ()
5878 (cond
5879 ((and (or (<= scored marked) (= scored number))
5880 (numberp gnus-large-newsgroup)
5881 (> number gnus-large-newsgroup))
5882 (let* ((cursor-in-echo-area nil)
5883 (initial (gnus-parameter-large-newsgroup-initial
5884 gnus-newsgroup-name))
5885 (default (if only-read-p
5886 (or initial gnus-large-newsgroup)
5887 number))
5888 (input
5889 (read-string
5890 (if only-read-p
5891 (format
5892 "How many articles from %s (available %d, default %d): "
5893 (gnus-group-decoded-name
5894 (gnus-group-real-name gnus-newsgroup-name))
5895 number default)
5896 (format
5897 "How many articles from %s (%d default): "
5898 (gnus-group-decoded-name
5899 (gnus-group-real-name gnus-newsgroup-name))
5900 default))
5901 nil
5902 nil
5903 (number-to-string default))))
5904 (if (string-match "^[ \t]*$" input) number input)))
5905 ((and (> scored marked) (< scored number)
5906 (> (- scored number) 20))
5907 (let ((input
5908 (read-string
5909 (format "%s %s (%d scored, %d total): "
5910 "How many articles from"
5911 (gnus-group-decoded-name
5912 (gnus-group-real-name gnus-newsgroup-name))
5913 scored number))))
5914 (if (string-match "^[ \t]*$" input)
5915 number input)))
5916 (t number))
5917 (quit
5918 (message "Quit getting the articles to read")
5919 nil))))))
5920 (setq select (if (stringp select) (string-to-number select) select))
5921 (if (or (null select) (zerop select))
5922 select
5923 (if (and (not (zerop scored)) (<= (abs select) scored))
5924 (progn
5925 (setq articles (sort scored-list '<))
5926 (setq number (length articles)))
5927 (setq articles (copy-sequence articles)))
5928
5929 (when (< (abs select) number)
5930 (if (< select 0)
5931 ;; Select the N oldest articles.
5932 (setcdr (nthcdr (1- (abs select)) articles) nil)
5933 ;; Select the N most recent articles.
5934 (setq articles (nthcdr (- number select) articles))))
5935 (setq gnus-newsgroup-unselected
5936 (gnus-sorted-difference gnus-newsgroup-unreads articles))
5937 (when gnus-alter-articles-to-read-function
5938 (setq articles
5939 (sort
5940 (funcall gnus-alter-articles-to-read-function
5941 gnus-newsgroup-name articles)
5942 '<)))
5943 articles)))
5944
5945 (defun gnus-killed-articles (killed articles)
5946 (let (out)
5947 (while articles
5948 (when (inline (gnus-member-of-range (car articles) killed))
5949 (push (car articles) out))
5950 (setq articles (cdr articles)))
5951 out))
5952
5953 (defun gnus-article-mark-to-type (mark)
5954 "Return the type of MARK."
5955 (or (cadr (assq mark gnus-article-special-mark-lists))
5956 'list))
5957
5958 (defun gnus-article-unpropagatable-p (mark)
5959 "Return whether MARK should be propagated to back end."
5960 (memq mark gnus-article-unpropagated-mark-lists))
5961
5962 (defun gnus-adjust-marked-articles (info)
5963 "Set all article lists and remove all marks that are no longer valid."
5964 (let* ((marked-lists (gnus-info-marks info))
5965 (active (gnus-active (gnus-info-group info)))
5966 (min (car active))
5967 (max (cdr active))
5968 (types gnus-article-mark-lists)
5969 marks var articles article mark mark-type
5970 bgn end)
5971 ;; Hack to avoid adjusting marks for imap.
5972 (when (eq (car (gnus-find-method-for-group (gnus-info-group info)))
5973 'nnimap)
5974 (setq min 1))
5975
5976 (dolist (marks marked-lists)
5977 (setq mark (car marks)
5978 mark-type (gnus-article-mark-to-type mark)
5979 var (intern (format "gnus-newsgroup-%s" (car (rassq mark types)))))
5980 ;; We set the variable according to the type of the marks list,
5981 ;; and then adjust the marks to a subset of the active articles.
5982 (cond
5983 ;; Adjust "simple" lists - compressed yet unsorted
5984 ((eq mark-type 'list)
5985 ;; Simultaneously uncompress and clip to active range
5986 ;; See gnus-uncompress-range for a description of possible marks
5987 (let (l lh)
5988 (if (not (cadr marks))
5989 (set var nil)
5990 (setq articles (if (numberp (cddr marks))
5991 (list (cdr marks))
5992 (cdr marks))
5993 lh (cons nil nil)
5994 l lh)
5995
5996 (while (setq article (pop articles))
5997 (cond ((consp article)
5998 (setq bgn (max (car article) min)
5999 end (min (cdr article) max))
6000 (while (<= bgn end)
6001 (setq l (setcdr l (cons bgn nil))
6002 bgn (1+ bgn))))
6003 ((and (<= min article)
6004 (>= max article))
6005 (setq l (setcdr l (cons article nil))))))
6006 (set var (cdr lh)))))
6007 ;; Adjust assocs.
6008 ((eq mark-type 'tuple)
6009 (set var (setq articles (cdr marks)))
6010 (when (not (listp (cdr (symbol-value var))))
6011 (set var (list (symbol-value var))))
6012 (when (not (listp (cdr articles)))
6013 (setq articles (list articles)))
6014 (while articles
6015 (when (or (not (consp (setq article (pop articles))))
6016 (< (car article) min)
6017 (> (car article) max))
6018 (set var (delq article (symbol-value var))))))
6019 ;; Adjust ranges (sloppily).
6020 ((eq mark-type 'range)
6021 (cond
6022 ((eq mark 'seen)
6023 ;; Fix the record for `seen' if it looks like (seen NUM1 . NUM2).
6024 ;; It should be (seen (NUM1 . NUM2)).
6025 (when (numberp (cddr marks))
6026 (setcdr marks (list (cdr marks))))
6027 (setq articles (cdr marks))
6028 (while (and articles
6029 (or (and (consp (car articles))
6030 (> min (cdar articles)))
6031 (and (numberp (car articles))
6032 (> min (car articles)))))
6033 (pop articles))
6034 (set var articles))
6035 ((eq mark 'unexist)
6036 (set var (cdr marks)))))))))
6037
6038 (defun gnus-update-missing-marks (missing)
6039 "Go through the list of MISSING articles and remove them from the mark lists."
6040 (when missing
6041 (let (var m)
6042 ;; Go through all types.
6043 (dolist (elem gnus-article-mark-lists)
6044 (when (eq (gnus-article-mark-to-type (cdr elem)) 'list)
6045 (setq var (intern (format "gnus-newsgroup-%s" (car elem))))
6046 (when (symbol-value var)
6047 ;; This list has articles. So we delete all missing
6048 ;; articles from it.
6049 (setq m missing)
6050 (while m
6051 (set var (delq (pop m) (symbol-value var))))))))))
6052
6053 (defun gnus-update-marks ()
6054 "Enter the various lists of marked articles into the newsgroup info list."
6055 (let ((types gnus-article-mark-lists)
6056 (info (gnus-get-info gnus-newsgroup-name))
6057 type list newmarked symbol delta-marks)
6058 (when info
6059 ;; Add all marks lists to the list of marks lists.
6060 (while (setq type (pop types))
6061 (setq list (symbol-value
6062 (setq symbol
6063 (intern (format "gnus-newsgroup-%s" (car type))))))
6064
6065 (when list
6066 ;; Get rid of the entries of the articles that have the
6067 ;; default score.
6068 (when (and (eq (cdr type) 'score)
6069 gnus-save-score
6070 list)
6071 (let* ((arts list)
6072 (prev (cons nil list))
6073 (all prev))
6074 (while arts
6075 (if (or (not (consp (car arts)))
6076 (= (cdar arts) gnus-summary-default-score))
6077 (setcdr prev (cdr arts))
6078 (setq prev arts))
6079 (setq arts (cdr arts)))
6080 (setq list (cdr all)))))
6081
6082 (when (eq (cdr type) 'seen)
6083 (setq list (gnus-range-add list gnus-newsgroup-unseen)))
6084
6085 (when (eq (gnus-article-mark-to-type (cdr type)) 'list)
6086 (setq list (gnus-compress-sequence (set symbol (sort list '<)) t)))
6087
6088 (when (and (gnus-check-backend-function
6089 'request-set-mark gnus-newsgroup-name)
6090 (not (gnus-article-unpropagatable-p (cdr type))))
6091 (let* ((old (cdr (assq (cdr type) (gnus-info-marks info))))
6092 ;; Don't do anything about marks for articles we
6093 ;; didn't actually get any headers for.
6094 (del
6095 (gnus-list-range-intersection
6096 gnus-newsgroup-articles
6097 (gnus-remove-from-range (gnus-copy-sequence old) list)))
6098 (add
6099 (gnus-list-range-intersection
6100 gnus-newsgroup-articles
6101 (gnus-remove-from-range
6102 (gnus-copy-sequence list) old))))
6103 (when add
6104 (push (list add 'add (list (cdr type))) delta-marks))
6105 (when del
6106 ;; Don't delete marks from outside the active range.
6107 ;; This shouldn't happen, but is a sanity check.
6108 (setq del (gnus-sorted-range-intersection
6109 (gnus-active gnus-newsgroup-name) del))
6110 (push (list del 'del (list (cdr type))) delta-marks))))
6111
6112 (when (or list
6113 (eq (cdr type) 'unexist))
6114 (push (cons (cdr type) list) newmarked)))
6115
6116 (when delta-marks
6117 (unless (gnus-check-group gnus-newsgroup-name)
6118 (error "Can't open server for %s" gnus-newsgroup-name))
6119 (gnus-request-set-mark gnus-newsgroup-name delta-marks))
6120
6121 ;; Enter these new marks into the info of the group.
6122 (if (nthcdr 3 info)
6123 (setcar (nthcdr 3 info) newmarked)
6124 ;; Add the marks lists to the end of the info.
6125 (when newmarked
6126 (setcdr (nthcdr 2 info) (list newmarked))))
6127
6128 ;; Cut off the end of the info if there's nothing else there.
6129 (let ((i 5))
6130 (while (and (> i 2)
6131 (not (nth i info)))
6132 (when (nthcdr (decf i) info)
6133 (setcdr (nthcdr i info) nil)))))))
6134
6135 (defun gnus-set-mode-line (where)
6136 "Set the mode line of the article or summary buffers.
6137 If WHERE is `summary', the summary mode line format will be used."
6138 ;; Is this mode line one we keep updated?
6139 (when (and (memq where gnus-updated-mode-lines)
6140 (symbol-value
6141 (intern (format "gnus-%s-mode-line-format-spec" where))))
6142 (let (mode-string)
6143 ;; We evaluate this in the summary buffer since these
6144 ;; variables are buffer-local to that buffer.
6145 (with-current-buffer gnus-summary-buffer
6146 ;; We bind all these variables that are used in the `eval' form
6147 ;; below.
6148 (let* ((mformat (symbol-value
6149 (intern
6150 (format "gnus-%s-mode-line-format-spec" where))))
6151 (gnus-tmp-group-name (gnus-mode-string-quote
6152 (gnus-group-decoded-name
6153 gnus-newsgroup-name)))
6154 (gnus-tmp-article-number (or gnus-current-article 0))
6155 (gnus-tmp-unread gnus-newsgroup-unreads)
6156 (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
6157 (gnus-tmp-unselected (length gnus-newsgroup-unselected))
6158 (gnus-tmp-unread-and-unselected
6159 (cond ((and (zerop gnus-tmp-unread-and-unticked)
6160 (zerop gnus-tmp-unselected))
6161 "")
6162 ((zerop gnus-tmp-unselected)
6163 (format "{%d more}" gnus-tmp-unread-and-unticked))
6164 (t (format "{%d(+%d) more}"
6165 gnus-tmp-unread-and-unticked
6166 gnus-tmp-unselected))))
6167 (gnus-tmp-subject
6168 (if (and gnus-current-headers
6169 (vectorp gnus-current-headers))
6170 (gnus-mode-string-quote
6171 (mail-header-subject gnus-current-headers))
6172 ""))
6173 bufname-length max-len
6174 gnus-tmp-header) ;; passed as argument to any user-format-funcs
6175 (setq mode-string (eval mformat))
6176 (setq bufname-length (if (string-match "%b" mode-string)
6177 (- (length
6178 (buffer-name
6179 (if (eq where 'summary)
6180 nil
6181 (get-buffer gnus-article-buffer))))
6182 2)
6183 0))
6184 (setq max-len (max 4 (if gnus-mode-non-string-length
6185 (- (window-width)
6186 gnus-mode-non-string-length
6187 bufname-length)
6188 (length mode-string))))
6189 ;; We might have to chop a bit of the string off...
6190 (when (> (length mode-string) max-len)
6191 (setq mode-string
6192 (concat (truncate-string-to-width mode-string (- max-len 3))
6193 "...")))))
6194 ;; Update the mode line.
6195 (setq mode-line-buffer-identification
6196 (gnus-mode-line-buffer-identification (list mode-string)))
6197 (set-buffer-modified-p t))))
6198
6199 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
6200 "Go through the HEADERS list and add all Xrefs to a hash table.
6201 The resulting hash table is returned, or nil if no Xrefs were found."
6202 (let* ((virtual (gnus-virtual-group-p from-newsgroup))
6203 (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
6204 (xref-hashtb (gnus-make-hashtable))
6205 start group entry number xrefs header)
6206 (while headers
6207 (setq header (pop headers))
6208 (when (and (setq xrefs (mail-header-xref header))
6209 (not (memq (setq number (mail-header-number header))
6210 unreads)))
6211 (setq start 0)
6212 (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
6213 (setq start (match-end 0))
6214 (setq group (if prefix
6215 (concat prefix (substring xrefs (match-beginning 1)
6216 (match-end 1)))
6217 (substring xrefs (match-beginning 1) (match-end 1))))
6218 (setq number
6219 (string-to-number (substring xrefs (match-beginning 2)
6220 (match-end 2))))
6221 (if (setq entry (gnus-gethash group xref-hashtb))
6222 (setcdr entry (cons number (cdr entry)))
6223 (gnus-sethash group (cons number nil) xref-hashtb)))))
6224 (and start xref-hashtb)))
6225
6226 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
6227 "Look through all the headers and mark the Xrefs as read."
6228 (let ((virtual (gnus-virtual-group-p from-newsgroup))
6229 name info xref-hashtb idlist method nth4)
6230 (with-current-buffer gnus-group-buffer
6231 (when (setq xref-hashtb
6232 (gnus-create-xref-hashtb from-newsgroup headers unreads))
6233 (mapatoms
6234 (lambda (group)
6235 (unless (string= from-newsgroup (setq name (symbol-name group)))
6236 (setq idlist (symbol-value group))
6237 ;; Dead groups are not updated.
6238 (and (prog1
6239 (setq info (gnus-get-info name))
6240 (when (stringp (setq nth4 (gnus-info-method info)))
6241 (setq nth4 (gnus-server-to-method nth4))))
6242 ;; Only do the xrefs if the group has the same
6243 ;; select method as the group we have just read.
6244 (or (gnus-methods-equal-p
6245 nth4 (gnus-find-method-for-group from-newsgroup))
6246 virtual
6247 (equal nth4 (setq method (gnus-find-method-for-group
6248 from-newsgroup)))
6249 (and (equal (car nth4) (car method))
6250 (equal (nth 1 nth4) (nth 1 method))))
6251 gnus-use-cross-reference
6252 (or (not (eq gnus-use-cross-reference t))
6253 virtual
6254 ;; Only do cross-references on subscribed
6255 ;; groups, if that is what is wanted.
6256 (<= (gnus-info-level info) gnus-level-subscribed))
6257 (gnus-group-make-articles-read name idlist))))
6258 xref-hashtb)))))
6259
6260 (defun gnus-compute-read-articles (group articles)
6261 (let* ((entry (gnus-group-entry group))
6262 (info (nth 2 entry))
6263 (active (gnus-active group))
6264 ninfo)
6265 (when entry
6266 ;; First peel off all invalid article numbers.
6267 (when active
6268 (let ((ids articles)
6269 id first)
6270 (while (setq id (pop ids))
6271 (when (and first (> id (cdr active)))
6272 ;; We'll end up in this situation in one particular
6273 ;; obscure situation. If you re-scan a group and get
6274 ;; a new article that is cross-posted to a different
6275 ;; group that has not been re-scanned, you might get
6276 ;; crossposted article that has a higher number than
6277 ;; Gnus believes possible. So we re-activate this
6278 ;; group as well. This might mean doing the
6279 ;; crossposting thingy will *increase* the number
6280 ;; of articles in some groups. Tsk, tsk.
6281 (setq active (or (gnus-activate-group group) active)))
6282 (when (or (> id (cdr active))
6283 (< id (car active)))
6284 (setq articles (delq id articles))))))
6285 ;; If the read list is nil, we init it.
6286 (if (and active
6287 (null (gnus-info-read info))
6288 (> (car active) 1))
6289 (setq ninfo (cons 1 (1- (car active))))
6290 (setq ninfo (gnus-info-read info)))
6291 ;; Then we add the read articles to the range.
6292 (gnus-add-to-range
6293 ninfo (setq articles (sort articles '<))))))
6294
6295 (defun gnus-group-make-articles-read (group articles)
6296 "Update the info of GROUP to say that ARTICLES are read."
6297 (let* ((num 0)
6298 (entry (gnus-group-entry group))
6299 (info (nth 2 entry))
6300 (active (gnus-active group))
6301 (set-marks
6302 (gnus-method-option-p
6303 (gnus-find-method-for-group group)
6304 'server-marks))
6305 range)
6306 (if (not entry)
6307 ;; Group that Gnus doesn't know exists, but still allow the
6308 ;; backend to set marks.
6309 (when set-marks
6310 (gnus-request-set-mark
6311 group (list (list (gnus-compress-sequence (sort articles #'<))
6312 'add '(read)))))
6313 ;; Normal, subscribed groups.
6314 (setq range (gnus-compute-read-articles group articles))
6315 (with-current-buffer gnus-group-buffer
6316 (gnus-undo-register
6317 `(progn
6318 (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
6319 (gnus-info-set-read ',info ',(gnus-info-read info))
6320 (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
6321 (when ,set-marks
6322 (gnus-request-set-mark
6323 ,group (list (list ',range 'del '(read)))))
6324 (gnus-group-update-group ,group t))))
6325 ;; Add the read articles to the range.
6326 (gnus-info-set-read info range)
6327 (when set-marks
6328 (gnus-request-set-mark group (list (list range 'add '(read)))))
6329 ;; Then we have to re-compute how many unread
6330 ;; articles there are in this group.
6331 (when active
6332 (cond
6333 ((not range)
6334 (setq num (- (1+ (cdr active)) (car active))))
6335 ((not (listp (cdr range)))
6336 (setq num (- (cdr active) (- (1+ (cdr range))
6337 (car range)))))
6338 (t
6339 (while range
6340 (if (numberp (car range))
6341 (setq num (1+ num))
6342 (setq num (+ num (- (1+ (cdar range)) (caar range)))))
6343 (setq range (cdr range)))
6344 (setq num (- (cdr active) num))))
6345 ;; Update the number of unread articles.
6346 (setcar entry num)
6347 ;; Update the group buffer.
6348 (unless (gnus-ephemeral-group-p group)
6349 (gnus-group-update-group group t))))))
6350
6351 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
6352 (let ((cur nntp-server-buffer)
6353 (dependencies
6354 (or dependencies
6355 (with-current-buffer gnus-summary-buffer
6356 gnus-newsgroup-dependencies)))
6357 headers id end ref number
6358 (mail-parse-charset gnus-newsgroup-charset)
6359 (mail-parse-ignored-charsets
6360 (save-current-buffer (condition-case nil
6361 (set-buffer gnus-summary-buffer)
6362 (error))
6363 gnus-newsgroup-ignored-charsets)))
6364 (with-current-buffer nntp-server-buffer
6365 ;; Translate all TAB characters into SPACE characters.
6366 (subst-char-in-region (point-min) (point-max) ?\t ? t)
6367 (subst-char-in-region (point-min) (point-max) ?\r ? t)
6368 (ietf-drums-unfold-fws)
6369 (gnus-run-hooks 'gnus-parse-headers-hook)
6370 (let ((case-fold-search t)
6371 in-reply-to header p lines chars)
6372 (goto-char (point-min))
6373 ;; Search to the beginning of the next header. Error messages
6374 ;; do not begin with 2 or 3.
6375 (while (re-search-forward "^[23][0-9]+ " nil t)
6376 (setq id nil
6377 ref nil)
6378 ;; This implementation of this function, with nine
6379 ;; search-forwards instead of the one re-search-forward and
6380 ;; a case (which basically was the old function) is actually
6381 ;; about twice as fast, even though it looks messier. You
6382 ;; can't have everything, I guess. Speed and elegance
6383 ;; doesn't always go hand in hand.
6384 (setq
6385 header
6386 (vector
6387 ;; Number.
6388 (prog1
6389 (setq number (read cur))
6390 (end-of-line)
6391 (setq p (point))
6392 (narrow-to-region (point)
6393 (or (and (search-forward "\n.\n" nil t)
6394 (- (point) 2))
6395 (point))))
6396 ;; Subject.
6397 (progn
6398 (goto-char p)
6399 (if (search-forward "\nsubject:" nil t)
6400 (funcall gnus-decode-encoded-word-function
6401 (nnheader-header-value))
6402 "(none)"))
6403 ;; From.
6404 (progn
6405 (goto-char p)
6406 (if (search-forward "\nfrom:" nil t)
6407 (funcall gnus-decode-encoded-address-function
6408 (nnheader-header-value))
6409 "(nobody)"))
6410 ;; Date.
6411 (progn
6412 (goto-char p)
6413 (if (search-forward "\ndate:" nil t)
6414 (nnheader-header-value) ""))
6415 ;; Message-ID.
6416 (progn
6417 (goto-char p)
6418 (setq id (if (re-search-forward
6419 "^message-id: *\\(<[^\n\t> ]+>\\)" nil t)
6420 ;; We do it this way to make sure the Message-ID
6421 ;; is (somewhat) syntactically valid.
6422 (buffer-substring (match-beginning 1)
6423 (match-end 1))
6424 ;; If there was no message-id, we just fake one
6425 ;; to make subsequent routines simpler.
6426 (nnheader-generate-fake-message-id number))))
6427 ;; References.
6428 (progn
6429 (goto-char p)
6430 (if (search-forward "\nreferences:" nil t)
6431 (progn
6432 (setq end (point))
6433 (prog1
6434 (nnheader-header-value)
6435 (setq ref
6436 (buffer-substring
6437 (progn
6438 (end-of-line)
6439 (search-backward ">" end t)
6440 (1+ (point)))
6441 (progn
6442 (search-backward "<" end t)
6443 (point))))))
6444 ;; Get the references from the in-reply-to header if there
6445 ;; were no references and the in-reply-to header looks
6446 ;; promising.
6447 (if (and (search-forward "\nin-reply-to:" nil t)
6448 (setq in-reply-to (nnheader-header-value))
6449 (string-match "<[^>]+>" in-reply-to))
6450 (let (ref2)
6451 (setq ref (substring in-reply-to (match-beginning 0)
6452 (match-end 0)))
6453 (while (string-match "<[^>]+>" in-reply-to (match-end 0))
6454 (setq ref2 (substring in-reply-to (match-beginning 0)
6455 (match-end 0)))
6456 (when (> (length ref2) (length ref))
6457 (setq ref ref2)))
6458 ref)
6459 (setq ref nil))))
6460 ;; Chars.
6461 (progn
6462 (goto-char p)
6463 (if (search-forward "\nchars: " nil t)
6464 (if (numberp (setq chars (ignore-errors (read cur))))
6465 chars -1)
6466 -1))
6467 ;; Lines.
6468 (progn
6469 (goto-char p)
6470 (if (search-forward "\nlines: " nil t)
6471 (if (numberp (setq lines (ignore-errors (read cur))))
6472 lines -1)
6473 -1))
6474 ;; Xref.
6475 (progn
6476 (goto-char p)
6477 (and (search-forward "\nxref:" nil t)
6478 (nnheader-header-value)))
6479 ;; Extra.
6480 (when gnus-extra-headers
6481 (let ((extra gnus-extra-headers)
6482 out)
6483 (while extra
6484 (goto-char p)
6485 (when (search-forward
6486 (concat "\n" (symbol-name (car extra)) ":") nil t)
6487 (push (cons (car extra) (nnheader-header-value))
6488 out))
6489 (pop extra))
6490 out))))
6491 (when (equal id ref)
6492 (setq ref nil))
6493
6494 (when gnus-alter-header-function
6495 (funcall gnus-alter-header-function header)
6496 (setq id (mail-header-id header)
6497 ref (gnus-parent-id (mail-header-references header))))
6498
6499 (when (setq header
6500 (gnus-dependencies-add-header
6501 header dependencies force-new))
6502 (push header headers))
6503 (goto-char (point-max))
6504 (widen))
6505 (nreverse headers)))))
6506
6507 ;; Goes through the xover lines and returns a list of vectors
6508 (defun gnus-get-newsgroup-headers-xover (sequence &optional
6509 force-new dependencies
6510 group also-fetch-heads)
6511 "Parse the news overview data in the server buffer.
6512 Return a list of headers that match SEQUENCE (see
6513 `nntp-retrieve-headers')."
6514 ;; Get the Xref when the users reads the articles since most/some
6515 ;; NNTP servers do not include Xrefs when using XOVER.
6516 (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
6517 (let ((mail-parse-charset gnus-newsgroup-charset)
6518 (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
6519 (cur nntp-server-buffer)
6520 (dependencies (or dependencies gnus-newsgroup-dependencies))
6521 (allp (cond
6522 ((eq gnus-read-all-available-headers t)
6523 t)
6524 ((and (stringp gnus-read-all-available-headers)
6525 group)
6526 (string-match gnus-read-all-available-headers group))
6527 (t
6528 nil)))
6529 number headers header)
6530 (with-current-buffer nntp-server-buffer
6531 (subst-char-in-region (point-min) (point-max) ?\r ? t)
6532 ;; Allow the user to mangle the headers before parsing them.
6533 (gnus-run-hooks 'gnus-parse-headers-hook)
6534 (goto-char (point-min))
6535 (gnus-parse-without-error
6536 (while (and (or sequence allp)
6537 (not (eobp)))
6538 (setq number (read cur))
6539 (when (not allp)
6540 (while (and sequence
6541 (< (car sequence) number))
6542 (setq sequence (cdr sequence))))
6543 (when (and (or allp
6544 (and sequence
6545 (eq number (car sequence))))
6546 (progn
6547 (setq sequence (cdr sequence))
6548 (setq header (inline
6549 (gnus-nov-parse-line
6550 number dependencies force-new)))))
6551 (push header headers))
6552 (forward-line 1)))
6553 ;; A common bug in inn is that if you have posted an article and
6554 ;; then retrieves the active file, it will answer correctly --
6555 ;; the new article is included. However, a NOV entry for the
6556 ;; article may not have been generated yet, so this may fail.
6557 ;; We work around this problem by retrieving the last few
6558 ;; headers using HEAD.
6559 (if (or (not also-fetch-heads)
6560 (not sequence))
6561 ;; We (probably) got all the headers.
6562 (nreverse headers)
6563 (let ((gnus-nov-is-evil t))
6564 (nconc
6565 (nreverse headers)
6566 (when (eq (gnus-retrieve-headers sequence group) 'headers)
6567 (gnus-get-newsgroup-headers))))))))
6568
6569 (defun gnus-article-get-xrefs ()
6570 "Fill in the Xref value in `gnus-current-headers', if necessary.
6571 This is meant to be called in `gnus-article-internal-prepare-hook'."
6572 (let ((headers (with-current-buffer gnus-summary-buffer
6573 gnus-current-headers)))
6574 (or (not gnus-use-cross-reference)
6575 (not headers)
6576 (and (mail-header-xref headers)
6577 (not (string= (mail-header-xref headers) "")))
6578 (let ((case-fold-search t)
6579 xref)
6580 (save-restriction
6581 (nnheader-narrow-to-headers)
6582 (goto-char (point-min))
6583 (when (or (and (not (eobp))
6584 (eq (downcase (char-after)) ?x)
6585 (looking-at "Xref:"))
6586 (search-forward "\nXref:" nil t))
6587 (goto-char (1+ (match-end 0)))
6588 (setq xref (buffer-substring (point) (point-at-eol)))
6589 (mail-header-set-xref headers xref)))))))
6590
6591 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
6592 "Find article ID and insert the summary line for that article.
6593 OLD-HEADER can either be a header or a line number to insert
6594 the subject line on.
6595 If USE-OLD-HEADER is non-nil, then OLD-HEADER should be a header,
6596 and OLD-HEADER will be used when the summary line is inserted,
6597 too, instead of trying to fetch new headers."
6598 (let* ((line (and (numberp old-header) old-header))
6599 (old-header (and (vectorp old-header) old-header))
6600 (header (cond ((and old-header use-old-header)
6601 old-header)
6602 ((and (numberp id)
6603 (gnus-number-to-header id))
6604 (gnus-number-to-header id))
6605 (t
6606 (gnus-read-header id))))
6607 (number (and (numberp id) id))
6608 d)
6609 (when header
6610 ;; Rebuild the thread that this article is part of and go to the
6611 ;; article we have fetched.
6612 (when (and (not gnus-show-threads)
6613 old-header)
6614 (when (and number
6615 (setq d (gnus-data-find (mail-header-number old-header))))
6616 (goto-char (gnus-data-pos d))
6617 (gnus-data-remove
6618 number
6619 (- (point-at-bol)
6620 (prog1
6621 (1+ (point-at-eol))
6622 (gnus-delete-line))))))
6623 ;; Remove list identifiers from subject.
6624 (let ((gnus-newsgroup-headers (list header)))
6625 (gnus-summary-remove-list-identifiers))
6626 (when old-header
6627 (mail-header-set-number header (mail-header-number old-header)))
6628 (setq gnus-newsgroup-sparse
6629 (delq (setq number (mail-header-number header))
6630 gnus-newsgroup-sparse))
6631 (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
6632 (push number gnus-newsgroup-limit)
6633 (gnus-rebuild-thread (mail-header-id header) line)
6634 (gnus-summary-goto-subject number nil t))
6635 (when (and (numberp number)
6636 (> number 0))
6637 ;; We have to update the boundaries even if we can't fetch the
6638 ;; article if ID is a number -- so that the next `P' or `N'
6639 ;; command will fetch the previous (or next) article even
6640 ;; if the one we tried to fetch this time has been canceled.
6641 (unless (and gnus-newsgroup-end (< number gnus-newsgroup-end))
6642 (setq gnus-newsgroup-end number))
6643 (unless (and gnus-newsgroup-begin (> number gnus-newsgroup-begin))
6644 (setq gnus-newsgroup-begin number))
6645 (setq gnus-newsgroup-unselected
6646 (delq number gnus-newsgroup-unselected)))
6647 ;; Report back a success?
6648 (and header (mail-header-number header))))
6649
6650 ;;; Process/prefix in the summary buffer
6651
6652 (defun gnus-summary-work-articles (n)
6653 "Return a list of articles to be worked upon.
6654 The prefix argument, the list of process marked articles, and the
6655 current article will be taken into consideration."
6656 (with-current-buffer gnus-summary-buffer
6657 (cond
6658 (n
6659 ;; A numerical prefix has been given.
6660 (setq n (prefix-numeric-value n))
6661 (let ((backward (< n 0))
6662 (n (abs (prefix-numeric-value n)))
6663 articles article)
6664 (save-excursion
6665 (while
6666 (and (> n 0)
6667 (push (setq article (gnus-summary-article-number))
6668 articles)
6669 (if backward
6670 (gnus-summary-find-prev nil article)
6671 (gnus-summary-find-next nil article)))
6672 (decf n)))
6673 (nreverse articles)))
6674 ((and (gnus-region-active-p) (mark))
6675 (message "region active")
6676 ;; Work on the region between point and mark.
6677 (let ((max (max (point) (mark)))
6678 articles article)
6679 (save-excursion
6680 (goto-char (min (point) (mark)))
6681 (while
6682 (and
6683 (push (setq article (gnus-summary-article-number)) articles)
6684 (gnus-summary-find-next nil article)
6685 (< (point) max)))
6686 (nreverse articles))))
6687 (gnus-newsgroup-processable
6688 ;; There are process-marked articles present.
6689 ;; Save current state.
6690 (gnus-summary-save-process-mark)
6691 ;; Return the list.
6692 (reverse gnus-newsgroup-processable))
6693 (t
6694 ;; Just return the current article.
6695 (list (gnus-summary-article-number))))))
6696
6697 (defmacro gnus-summary-iterate (arg &rest forms)
6698 "Iterate over the process/prefixed articles and do FORMS.
6699 ARG is the interactive prefix given to the command. FORMS will be
6700 executed with point over the summary line of the articles."
6701 (let ((articles (make-symbol "gnus-summary-iterate-articles")))
6702 `(let ((,articles (gnus-summary-work-articles ,arg)))
6703 (while ,articles
6704 (gnus-summary-goto-subject (car ,articles))
6705 ,@forms
6706 (pop ,articles)))))
6707
6708 (put 'gnus-summary-iterate 'lisp-indent-function 1)
6709 (put 'gnus-summary-iterate 'edebug-form-spec '(form body))
6710
6711 (defun gnus-summary-save-process-mark ()
6712 "Push the current set of process marked articles on the stack."
6713 (interactive)
6714 (push (copy-sequence gnus-newsgroup-processable)
6715 gnus-newsgroup-process-stack))
6716
6717 (defun gnus-summary-kill-process-mark ()
6718 "Push the current set of process marked articles on the stack and unmark."
6719 (interactive)
6720 (gnus-summary-save-process-mark)
6721 (gnus-summary-unmark-all-processable))
6722
6723 (defun gnus-summary-yank-process-mark ()
6724 "Pop the last process mark state off the stack and restore it."
6725 (interactive)
6726 (unless gnus-newsgroup-process-stack
6727 (error "Empty mark stack"))
6728 (gnus-summary-process-mark-set (pop gnus-newsgroup-process-stack)))
6729
6730 (defun gnus-summary-process-mark-set (set)
6731 "Make SET into the current process marked articles."
6732 (gnus-summary-unmark-all-processable)
6733 (mapc 'gnus-summary-set-process-mark set))
6734
6735 ;;; Searching and stuff
6736
6737 (defun gnus-summary-search-group (&optional backward use-level)
6738 "Search for next unread newsgroup.
6739 If optional argument BACKWARD is non-nil, search backward instead."
6740 (with-current-buffer gnus-group-buffer
6741 (when (gnus-group-search-forward
6742 backward nil (if use-level (gnus-group-group-level) nil))
6743 (gnus-group-group-name))))
6744
6745 (defun gnus-summary-best-group (&optional exclude-group)
6746 "Find the name of the best unread group.
6747 If EXCLUDE-GROUP, do not go to this group."
6748 (with-current-buffer gnus-group-buffer
6749 (save-excursion
6750 (gnus-group-best-unread-group exclude-group))))
6751
6752 (defun gnus-summary-find-next (&optional unread article backward)
6753 (if backward
6754 (gnus-summary-find-prev unread article)
6755 (let* ((dummy (gnus-summary-article-intangible-p))
6756 (article (or article (gnus-summary-article-number)))
6757 (data (gnus-data-find-list article))
6758 result)
6759 (when (and (not dummy)
6760 (or (not gnus-summary-check-current)
6761 (not unread)
6762 (not (gnus-data-unread-p (car data)))))
6763 (setq data (cdr data)))
6764 (when (setq result
6765 (if unread
6766 (progn
6767 (while data
6768 (unless (memq (gnus-data-number (car data))
6769 (cond
6770 ((eq gnus-auto-goto-ignores
6771 'always-undownloaded)
6772 gnus-newsgroup-undownloaded)
6773 (gnus-plugged
6774 nil)
6775 ((eq gnus-auto-goto-ignores
6776 'unfetched)
6777 gnus-newsgroup-unfetched)
6778 ((eq gnus-auto-goto-ignores
6779 'undownloaded)
6780 gnus-newsgroup-undownloaded)))
6781 (when (gnus-data-unread-p (car data))
6782 (setq result (car data)
6783 data nil)))
6784 (setq data (cdr data)))
6785 result)
6786 (car data)))
6787 (goto-char (gnus-data-pos result))
6788 (gnus-data-number result)))))
6789
6790 (defun gnus-summary-find-prev (&optional unread article)
6791 (let* ((eobp (eobp))
6792 (article (or article (gnus-summary-article-number)))
6793 (data (gnus-data-find-list article (gnus-data-list 'rev)))
6794 result)
6795 (when (and (not eobp)
6796 (or (not gnus-summary-check-current)
6797 (not unread)
6798 (not (gnus-data-unread-p (car data)))))
6799 (setq data (cdr data)))
6800 (when (setq result
6801 (if unread
6802 (progn
6803 (while data
6804 (unless (memq (gnus-data-number (car data))
6805 (cond
6806 ((eq gnus-auto-goto-ignores
6807 'always-undownloaded)
6808 gnus-newsgroup-undownloaded)
6809 (gnus-plugged
6810 nil)
6811 ((eq gnus-auto-goto-ignores
6812 'unfetched)
6813 gnus-newsgroup-unfetched)
6814 ((eq gnus-auto-goto-ignores
6815 'undownloaded)
6816 gnus-newsgroup-undownloaded)))
6817 (when (gnus-data-unread-p (car data))
6818 (setq result (car data)
6819 data nil)))
6820 (setq data (cdr data)))
6821 result)
6822 (car data)))
6823 (goto-char (gnus-data-pos result))
6824 (gnus-data-number result))))
6825
6826 (defun gnus-summary-find-subject (subject &optional unread backward article)
6827 (let* ((simp-subject (gnus-simplify-subject-fully subject))
6828 (article (or article (gnus-summary-article-number)))
6829 (articles (gnus-data-list backward))
6830 (arts (gnus-data-find-list article articles))
6831 result)
6832 (when (or (not gnus-summary-check-current)
6833 (not unread)
6834 (not (gnus-data-unread-p (car arts))))
6835 (setq arts (cdr arts)))
6836 (while arts
6837 (and (or (not unread)
6838 (gnus-data-unread-p (car arts)))
6839 (vectorp (gnus-data-header (car arts)))
6840 (gnus-subject-equal
6841 simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
6842 (setq result (car arts)
6843 arts nil))
6844 (setq arts (cdr arts)))
6845 (and result
6846 (goto-char (gnus-data-pos result))
6847 (gnus-data-number result))))
6848
6849 (defun gnus-summary-search-forward (&optional unread subject backward)
6850 "Search forward for an article.
6851 If UNREAD, look for unread articles. If SUBJECT, look for
6852 articles with that subject. If BACKWARD, search backward instead."
6853 (cond (subject (gnus-summary-find-subject subject unread backward))
6854 (backward (gnus-summary-find-prev unread))
6855 (t (gnus-summary-find-next unread))))
6856
6857 (defun gnus-recenter (&optional n)
6858 "Center point in window and redisplay frame.
6859 Also do horizontal recentering."
6860 (interactive "P")
6861 (when (and gnus-auto-center-summary
6862 (not (eq gnus-auto-center-summary 'vertical)))
6863 (gnus-horizontal-recenter))
6864 (if (fboundp 'recenter-top-bottom)
6865 (recenter-top-bottom n)
6866 (recenter n)))
6867
6868 (put 'gnus-recenter 'isearch-scroll t)
6869
6870 (defun gnus-forward-line-ignore-invisible (n)
6871 "Move N lines forward (backward if N is negative).
6872 Like forward-line, but skip over (and don't count) invisible lines."
6873 (let (done)
6874 (while (and (> n 0) (not done))
6875 ;; If the following character is currently invisible,
6876 ;; skip all characters with that same `invisible' property value.
6877 (while (gnus-invisible-p (point))
6878 (goto-char (gnus-next-char-property-change (point))))
6879 (forward-line 1)
6880 (if (eobp)
6881 (setq done t)
6882 (setq n (1- n))))
6883 (while (and (< n 0) (not done))
6884 (forward-line -1)
6885 (if (bobp) (setq done t)
6886 (setq n (1+ n))
6887 (while (and (not (bobp)) (gnus-invisible-p (1- (point))))
6888 (goto-char (gnus-previous-char-property-change (point))))))))
6889
6890 (defun gnus-summary-recenter ()
6891 "Center point in the summary window.
6892 If `gnus-auto-center-summary' is nil, or the article buffer isn't
6893 displayed, no centering will be performed."
6894 ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
6895 ;; Recenter only when requested. Suggested by popovich@park.cs.columbia.edu.
6896 (interactive)
6897 ;; The user has to want it.
6898 (when gnus-auto-center-summary
6899 (let* ((top (cond ((< (window-height) 4) 0)
6900 ((< (window-height) 7) 1)
6901 (t (if (numberp gnus-auto-center-summary)
6902 gnus-auto-center-summary
6903 (/ (1- (window-height)) 2)))))
6904 (height (1- (window-height)))
6905 (bottom (save-excursion
6906 (goto-char (point-max))
6907 (gnus-forward-line-ignore-invisible (- height))
6908 (point)))
6909 (window (get-buffer-window (current-buffer))))
6910 (when (get-buffer-window gnus-article-buffer)
6911 ;; Only do recentering when the article buffer is displayed,
6912 ;; Set the window start to either `bottom', which is the biggest
6913 ;; possible valid number, or the second line from the top,
6914 ;; whichever is the least.
6915 (let ((top-pos (save-excursion
6916 (gnus-forward-line-ignore-invisible (- top))
6917 (point))))
6918 (if (> bottom top-pos)
6919 ;; Keep the second line from the top visible
6920 (set-window-start window top-pos)
6921 ;; Try to keep the bottom line visible; if it's partially
6922 ;; obscured, either scroll one more line to make it fully
6923 ;; visible, or revert to using TOP-POS.
6924 (save-excursion
6925 (goto-char (point-max))
6926 (gnus-forward-line-ignore-invisible -1)
6927 (let ((last-line-start (point)))
6928 (goto-char bottom)
6929 (set-window-start window (point) t)
6930 (when (not (pos-visible-in-window-p last-line-start window))
6931 (gnus-forward-line-ignore-invisible 1)
6932 (set-window-start window (min (point) top-pos) t)))))))
6933 ;; Do horizontal recentering while we're at it.
6934 (when (and (get-buffer-window (current-buffer) t)
6935 (not (eq gnus-auto-center-summary 'vertical)))
6936 (let ((selected (selected-window)))
6937 (select-window (get-buffer-window (current-buffer) t))
6938 (gnus-summary-position-point)
6939 (gnus-horizontal-recenter)
6940 (select-window selected))))))
6941
6942 (defun gnus-summary-jump-to-group (newsgroup)
6943 "Move point to NEWSGROUP in group mode buffer."
6944 ;; Keep update point of group mode buffer if visible.
6945 (if (eq (current-buffer) (get-buffer gnus-group-buffer))
6946 (save-window-excursion
6947 ;; Take care of tree window mode.
6948 (when (get-buffer-window gnus-group-buffer)
6949 (pop-to-buffer gnus-group-buffer))
6950 (gnus-group-jump-to-group newsgroup))
6951 (save-excursion
6952 ;; Take care of tree window mode.
6953 (if (get-buffer-window gnus-group-buffer 0)
6954 (pop-to-buffer gnus-group-buffer)
6955 (set-buffer gnus-group-buffer))
6956 (gnus-group-jump-to-group newsgroup))))
6957
6958 ;; This function returns a list of article numbers based on the
6959 ;; difference between the ranges of read articles in this group and
6960 ;; the range of active articles.
6961 (defun gnus-list-of-unread-articles (group)
6962 (let* ((read (gnus-info-read (gnus-get-info group)))
6963 (active (or (gnus-active group) (gnus-activate-group group)))
6964 (last (or (cdr active)
6965 (error "Group %s couldn't be activated " group)))
6966 (bottom (if gnus-newsgroup-maximum-articles
6967 (max (car active)
6968 (- last gnus-newsgroup-maximum-articles -1))
6969 (car active)))
6970 first nlast unread)
6971 ;; If none are read, then all are unread.
6972 (if (not read)
6973 (setq first bottom)
6974 ;; If the range of read articles is a single range, then the
6975 ;; first unread article is the article after the last read
6976 ;; article. Sounds logical, doesn't it?
6977 (if (and (not (listp (cdr read)))
6978 (or (< (car read) bottom)
6979 (progn (setq read (list read))
6980 nil)))
6981 (setq first (max bottom (1+ (cdr read))))
6982 ;; `read' is a list of ranges.
6983 (when (/= (setq nlast (or (and (numberp (car read)) (car read))
6984 (caar read)))
6985 1)
6986 (setq first bottom))
6987 (while read
6988 (when first
6989 (while (< first nlast)
6990 (setq unread (cons first unread)
6991 first (1+ first))))
6992 (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
6993 (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
6994 (setq read (cdr read)))))
6995 ;; And add the last unread articles.
6996 (while (<= first last)
6997 (setq unread (cons first unread)
6998 first (1+ first)))
6999 ;; Return the list of unread articles.
7000 (delq 0 (nreverse unread))))
7001
7002 (defun gnus-list-of-read-articles (group)
7003 "Return a list of unread, unticked and non-dormant articles."
7004 (let* ((info (gnus-get-info group))
7005 (marked (gnus-info-marks info))
7006 (active (gnus-active group)))
7007 (and info active
7008 (gnus-list-range-difference
7009 (gnus-list-range-difference
7010 (gnus-sorted-complement
7011 (gnus-uncompress-range
7012 (if gnus-newsgroup-maximum-articles
7013 (cons (max (car active)
7014 (- (cdr active)
7015 gnus-newsgroup-maximum-articles
7016 -1))
7017 (cdr active))
7018 active))
7019 (gnus-list-of-unread-articles group))
7020 (cdr (assq 'dormant marked)))
7021 (cdr (assq 'tick marked))))))
7022
7023 ;; This function returns a sequence of article numbers based on the
7024 ;; difference between the ranges of read articles in this group and
7025 ;; the range of active articles.
7026 (defun gnus-sequence-of-unread-articles (group)
7027 (let* ((read (gnus-info-read (gnus-get-info group)))
7028 (active (or (gnus-active group) (gnus-activate-group group)))
7029 (last (cdr active))
7030 (bottom (if gnus-newsgroup-maximum-articles
7031 (max (car active)
7032 (- last gnus-newsgroup-maximum-articles -1))
7033 (car active)))
7034 first nlast unread)
7035 ;; If none are read, then all are unread.
7036 (if (not read)
7037 (setq first bottom)
7038 ;; If the range of read articles is a single range, then the
7039 ;; first unread article is the article after the last read
7040 ;; article. Sounds logical, doesn't it?
7041 (if (and (not (listp (cdr read)))
7042 (or (< (car read) bottom)
7043 (progn (setq read (list read))
7044 nil)))
7045 (setq first (max bottom (1+ (cdr read))))
7046 ;; `read' is a list of ranges.
7047 (when (/= (setq nlast (or (and (numberp (car read)) (car read))
7048 (caar read)))
7049 1)
7050 (setq first bottom))
7051 (while read
7052 (when first
7053 (push (cons first nlast) unread))
7054 (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
7055 (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
7056 (setq read (cdr read)))))
7057 ;; And add the last unread articles.
7058 (cond ((not (and first last))
7059 nil)
7060 ((< first last)
7061 (push (cons first last) unread))
7062 ((= first last)
7063 (push first unread)))
7064 ;; Return the sequence of unread articles.
7065 (delq 0 (nreverse unread))))
7066
7067 ;; Various summary commands
7068
7069 (defun gnus-summary-select-article-buffer ()
7070 "Reconfigure windows to show the article buffer.
7071 If `gnus-widen-article-window' is set, show only the article
7072 buffer."
7073 (interactive)
7074 (if (not (gnus-buffer-live-p gnus-article-buffer))
7075 (error "There is no article buffer for this summary buffer")
7076 (unless (get-buffer-window gnus-article-buffer)
7077 (gnus-summary-show-article))
7078 (gnus-configure-windows
7079 (if gnus-widen-article-window
7080 'only-article
7081 'article)
7082 t)
7083 (select-window (get-buffer-window gnus-article-buffer))))
7084
7085 (defun gnus-summary-universal-argument (arg)
7086 "Perform any operation on all articles that are process/prefixed."
7087 (interactive "P")
7088 (let ((articles (gnus-summary-work-articles arg))
7089 func article)
7090 (if (eq
7091 (setq
7092 func
7093 (key-binding
7094 (read-key-sequence
7095 (substitute-command-keys
7096 "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"))))
7097 'undefined)
7098 (gnus-error 1 "Undefined key")
7099 (save-excursion
7100 (while articles
7101 (gnus-summary-goto-subject (setq article (pop articles)))
7102 (let (gnus-newsgroup-processable)
7103 (command-execute func))
7104 (gnus-summary-remove-process-mark article)))))
7105 (gnus-summary-position-point))
7106
7107 (defun gnus-summary-toggle-truncation (&optional arg)
7108 "Toggle truncation of summary lines.
7109 With ARG, turn line truncation on if ARG is positive."
7110 (interactive "P")
7111 (setq truncate-lines
7112 (if (null arg) (not truncate-lines)
7113 (> (prefix-numeric-value arg) 0)))
7114 (redraw-display))
7115
7116 (defun gnus-summary-find-for-reselect ()
7117 "Return the number of an article to stay on across a reselect.
7118 The current article is considered, then following articles, then previous
7119 articles. An article is sought which is not canceled and isn't a temporary
7120 insertion from another group. If there's no such then return a dummy 0."
7121 (let (found)
7122 (dolist (rev '(nil t))
7123 (unless found ; don't demand the reverse list if we don't need it
7124 (let ((data (gnus-data-find-list
7125 (gnus-summary-article-number) (gnus-data-list rev))))
7126 (while (and data (not found))
7127 (if (and (< 0 (gnus-data-number (car data)))
7128 (not (eq gnus-canceled-mark (gnus-data-mark (car data)))))
7129 (setq found (gnus-data-number (car data))))
7130 (setq data (cdr data))))))
7131 (or found 0)))
7132
7133 (defun gnus-summary-reselect-current-group (&optional all rescan)
7134 "Exit and then reselect the current newsgroup.
7135 The prefix argument ALL means to select all articles."
7136 (interactive "P")
7137 (when (gnus-ephemeral-group-p gnus-newsgroup-name)
7138 (error "Ephemeral groups can't be reselected"))
7139 (let ((current-subject (gnus-summary-find-for-reselect))
7140 (group gnus-newsgroup-name))
7141 (setq gnus-newsgroup-begin nil)
7142 (gnus-summary-exit nil 'leave-hidden)
7143 ;; We have to adjust the point of group mode buffer because
7144 ;; point was moved to the next unread newsgroup by exiting.
7145 (gnus-summary-jump-to-group group)
7146 (when rescan
7147 (save-excursion
7148 (gnus-group-get-new-news-this-group 1)))
7149 (gnus-group-read-group all t)
7150 (gnus-summary-goto-subject current-subject nil t)))
7151
7152 (defun gnus-summary-rescan-group (&optional all)
7153 "Exit the newsgroup, ask for new articles, and select the newsgroup."
7154 (interactive "P")
7155 (let ((config gnus-current-window-configuration))
7156 (gnus-summary-reselect-current-group all t)
7157 (gnus-configure-windows config)
7158 (when (eq config 'article)
7159 (gnus-summary-select-article))))
7160
7161 (defun gnus-summary-update-info (&optional non-destructive)
7162 (save-excursion
7163 (let ((group gnus-newsgroup-name))
7164 (when group
7165 (when gnus-newsgroup-kill-headers
7166 (setq gnus-newsgroup-killed
7167 (gnus-compress-sequence
7168 (gnus-sorted-union
7169 (gnus-list-range-intersection
7170 gnus-newsgroup-unselected gnus-newsgroup-killed)
7171 gnus-newsgroup-unreads)
7172 t)))
7173 (unless (listp (cdr gnus-newsgroup-killed))
7174 (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
7175 (let ((headers gnus-newsgroup-headers)
7176 (ephemeral-p (gnus-ephemeral-group-p group))
7177 info)
7178 (unless ephemeral-p
7179 (setq info (copy-sequence (gnus-get-info group))
7180 info (delq (gnus-info-params info) info)))
7181 ;; Set the new ranges of read articles.
7182 (with-current-buffer gnus-group-buffer
7183 (gnus-undo-force-boundary))
7184 (gnus-update-read-articles
7185 group (gnus-sorted-union
7186 gnus-newsgroup-unreads gnus-newsgroup-unselected))
7187 ;; Set the current article marks.
7188 (let ((gnus-newsgroup-scored
7189 (if (and (not gnus-save-score)
7190 (not non-destructive))
7191 nil
7192 gnus-newsgroup-scored)))
7193 (save-excursion
7194 (gnus-update-marks)))
7195 ;; Do the cross-ref thing.
7196 (when gnus-use-cross-reference
7197 (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
7198 ;; Do not switch windows but change the buffer to work.
7199 (set-buffer gnus-group-buffer)
7200 (unless ephemeral-p
7201 (gnus-group-update-group
7202 group nil
7203 (equal info
7204 (setq info (copy-sequence (gnus-get-info group))
7205 info (delq (gnus-info-params info) info))))))))))
7206
7207 (defun gnus-summary-save-newsrc (&optional force)
7208 "Save the current number of read/marked articles in the dribble buffer.
7209 The dribble buffer will then be saved.
7210 If FORCE (the prefix), also save the .newsrc file(s)."
7211 (interactive "P")
7212 (gnus-summary-update-info t)
7213 (if force
7214 (gnus-save-newsrc-file)
7215 (gnus-dribble-save)))
7216
7217 (declare-function gnus-cache-write-active "gnus-cache" (&optional force))
7218
7219 (defun gnus-summary-exit (&optional temporary leave-hidden)
7220 "Exit reading current newsgroup, and then return to group selection mode.
7221 `gnus-exit-group-hook' is called with no arguments if that value is non-nil."
7222 (interactive)
7223 (gnus-set-global-variables)
7224 (when (gnus-buffer-live-p gnus-article-buffer)
7225 (with-current-buffer gnus-article-buffer
7226 (mm-destroy-parts gnus-article-mime-handles)
7227 ;; Set it to nil for safety reason.
7228 (setq gnus-article-mime-handle-alist nil)
7229 (setq gnus-article-mime-handles nil)))
7230 (gnus-kill-save-kill-buffer)
7231 (gnus-async-halt-prefetch)
7232 (let* ((group gnus-newsgroup-name)
7233 (quit-config (gnus-group-quit-config gnus-newsgroup-name))
7234 (gnus-group-is-exiting-p t)
7235 (article-buffer gnus-article-buffer)
7236 (original-article-buffer gnus-original-article-buffer)
7237 (mode major-mode)
7238 (group-point nil)
7239 (buf (current-buffer))
7240 ;; `gnus-single-article-buffer' is nil buffer-locally in
7241 ;; ephemeral group of which summary buffer will be killed,
7242 ;; but the global value may be non-nil.
7243 (single-article-buffer gnus-single-article-buffer))
7244 (unless quit-config
7245 ;; Do adaptive scoring, and possibly save score files.
7246 (when gnus-newsgroup-adaptive
7247 (gnus-score-adaptive))
7248 (when gnus-use-scoring
7249 (gnus-score-save)))
7250 (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
7251 (when gnus-use-cache
7252 (gnus-cache-possibly-remove-articles)
7253 (gnus-cache-save-buffers))
7254 (gnus-async-prefetch-remove-group group)
7255 (when gnus-suppress-duplicates
7256 (gnus-dup-enter-articles))
7257 (when gnus-use-trees
7258 (gnus-tree-close))
7259 (when gnus-use-cache
7260 (gnus-cache-write-active))
7261 ;; Remove entries for this group.
7262 (nnmail-purge-split-history (gnus-group-real-name group))
7263 ;; Make all changes in this group permanent.
7264 (unless quit-config
7265 (gnus-run-hooks 'gnus-exit-group-hook)
7266 (gnus-summary-update-info))
7267 (gnus-close-group group)
7268 ;; Make sure where we were, and go to next newsgroup.
7269 (when (buffer-live-p (get-buffer gnus-group-buffer))
7270 (set-buffer gnus-group-buffer))
7271 (unless quit-config
7272 (gnus-group-jump-to-group group))
7273 (gnus-run-hooks 'gnus-summary-exit-hook)
7274 (unless (or quit-config
7275 (not gnus-summary-next-group-on-exit)
7276 ;; If this group has disappeared from the summary
7277 ;; buffer, don't skip forwards.
7278 (not (string= group (gnus-group-group-name))))
7279 (gnus-group-next-unread-group 1))
7280 (setq group-point (point))
7281 (if temporary
7282 nil ;Nothing to do.
7283 (set-buffer buf)
7284 (if (not gnus-kill-summary-on-exit)
7285 (progn
7286 (gnus-deaden-summary)
7287 (setq mode nil))
7288 (when (get-buffer gnus-article-buffer)
7289 (bury-buffer gnus-article-buffer))
7290 ;; Return to group mode buffer.
7291 (when (eq mode 'gnus-summary-mode)
7292 (gnus-kill-buffer buf)))
7293
7294 (setq gnus-current-select-method gnus-select-method)
7295 (when (gnus-buffer-live-p gnus-group-buffer)
7296 (set-buffer gnus-group-buffer))
7297 (if quit-config
7298 (gnus-handle-ephemeral-exit quit-config)
7299 (goto-char group-point)
7300 ;; If gnus-group-buffer is already displayed, make sure we also move
7301 ;; the cursor in the window that displays it.
7302 (let ((win (get-buffer-window (current-buffer) 0)))
7303 (if win (set-window-point win (point))))
7304 (unless leave-hidden
7305 (gnus-configure-windows 'group 'force)))
7306
7307 ;; If we have several article buffers, we kill them at exit.
7308 (unless single-article-buffer
7309 (when (gnus-buffer-live-p article-buffer)
7310 (with-current-buffer article-buffer
7311 ;; Don't kill sticky article buffers
7312 (unless (eq major-mode 'gnus-sticky-article-mode)
7313 (gnus-kill-buffer article-buffer)
7314 (setq gnus-article-current nil))))
7315 (gnus-kill-buffer original-article-buffer))
7316
7317 ;; Clear the current group name.
7318 (unless quit-config
7319 (setq gnus-newsgroup-name nil)))))
7320
7321 (declare-function gnus-article-stop-animations "gnus-art" ())
7322 (declare-function gnus-stop-downloads "gnus-art" ())
7323
7324 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
7325 (defun gnus-summary-exit-no-update (&optional no-questions)
7326 "Quit reading current newsgroup without updating read article info."
7327 (interactive)
7328 (let* ((group gnus-newsgroup-name)
7329 (gnus-group-is-exiting-p t)
7330 (gnus-group-is-exiting-without-update-p t)
7331 (quit-config (gnus-group-quit-config group)))
7332 (when (or no-questions
7333 gnus-expert-user
7334 (gnus-y-or-n-p "Discard changes to this group and exit? "))
7335 (gnus-async-halt-prefetch)
7336 (run-hooks 'gnus-summary-prepare-exit-hook)
7337 (when (gnus-buffer-live-p gnus-article-buffer)
7338 (with-current-buffer gnus-article-buffer
7339 (gnus-article-stop-animations)
7340 (gnus-stop-downloads)
7341 (mm-destroy-parts gnus-article-mime-handles)
7342 ;; Set it to nil for safety reason.
7343 (setq gnus-article-mime-handle-alist nil)
7344 (setq gnus-article-mime-handles nil)))
7345 ;; If we have several article buffers, we kill them at exit.
7346 (unless gnus-single-article-buffer
7347 (gnus-kill-buffer gnus-article-buffer)
7348 (gnus-kill-buffer gnus-original-article-buffer)
7349 (setq gnus-article-current nil))
7350 ;; Return to the group buffer.
7351 (if (not gnus-kill-summary-on-exit)
7352 (progn
7353 (gnus-deaden-summary)
7354 (gnus-configure-windows 'group 'force))
7355 (gnus-configure-windows 'group 'force)
7356 (gnus-close-group group)
7357 (gnus-kill-buffer gnus-summary-buffer))
7358 (unless gnus-single-article-buffer
7359 (setq gnus-article-current nil))
7360 (when gnus-use-trees
7361 (gnus-tree-close))
7362 (gnus-async-prefetch-remove-group group)
7363 (when (get-buffer gnus-article-buffer)
7364 (bury-buffer gnus-article-buffer))
7365 ;; Clear the current group name.
7366 (setq gnus-newsgroup-name nil)
7367 (unless (gnus-ephemeral-group-p group)
7368 (gnus-group-update-group group nil t))
7369 (when (equal (gnus-group-group-name) group)
7370 (gnus-group-next-unread-group 1))
7371 (when quit-config
7372 (gnus-handle-ephemeral-exit quit-config)))))
7373
7374 (defun gnus-handle-ephemeral-exit (quit-config)
7375 "Handle movement when leaving an ephemeral group.
7376 The state which existed when entering the ephemeral is reset."
7377 (if (not (buffer-live-p (car quit-config)))
7378 (when (gnus-buffer-live-p gnus-group-buffer)
7379 (gnus-configure-windows 'group 'force))
7380 (set-buffer (car quit-config))
7381 (unless (eq (cdr quit-config) 'group)
7382 (setq gnus-current-select-method
7383 (gnus-find-method-for-group gnus-newsgroup-name)))
7384 (cond ((derived-mode-p 'gnus-summary-mode)
7385 (gnus-set-global-variables))
7386 ((derived-mode-p 'gnus-article-mode)
7387 (save-current-buffer
7388 ;; The `gnus-summary-buffer' variable may point
7389 ;; to the old summary buffer when using a single
7390 ;; article buffer.
7391 (unless (gnus-buffer-live-p gnus-summary-buffer)
7392 (set-buffer gnus-group-buffer))
7393 (set-buffer gnus-summary-buffer)
7394 (gnus-set-global-variables))))
7395 (if (or (eq (cdr quit-config) 'article)
7396 (eq (cdr quit-config) 'pick))
7397 (if (and (boundp 'gnus-pick-mode) (symbol-value 'gnus-pick-mode))
7398 (gnus-configure-windows 'pick 'force)
7399 (gnus-configure-windows (cdr quit-config) 'force))
7400 (gnus-configure-windows (cdr quit-config) 'force))
7401 (when (derived-mode-p 'gnus-summary-mode)
7402 (if (memq gnus-auto-select-on-ephemeral-exit '(next-noselect
7403 next-unread-noselect))
7404 (when (zerop (cond ((eq gnus-auto-select-on-ephemeral-exit
7405 'next-noselect)
7406 (gnus-summary-next-subject 1 nil t))
7407 ((eq gnus-auto-select-on-ephemeral-exit
7408 'next-unread-noselect)
7409 (gnus-summary-next-subject 1 t t))))
7410 ;; Hide the article buffer which displays the article different
7411 ;; from the one that the cursor points to in the summary buffer.
7412 (gnus-configure-windows 'summary 'force))
7413 (cond ((eq gnus-auto-select-on-ephemeral-exit 'next)
7414 (gnus-summary-next-subject 1))
7415 ((eq gnus-auto-select-on-ephemeral-exit 'next-unread)
7416 (gnus-summary-next-subject 1 t))))
7417 (gnus-summary-recenter)
7418 (gnus-summary-position-point))))
7419
7420 ;;; Dead summaries.
7421
7422 (defvar gnus-dead-summary-mode-map
7423 (let ((map (make-keymap)))
7424 (suppress-keymap map)
7425 (substitute-key-definition 'undefined 'gnus-summary-wake-up-the-dead map)
7426 (dolist (key '("\C-d" "\r" "\177" [delete]))
7427 (define-key map key 'gnus-summary-wake-up-the-dead))
7428 (dolist (key '("q" "Q"))
7429 (define-key map key 'bury-buffer))
7430 map))
7431
7432 (define-minor-mode gnus-dead-summary-mode
7433 "Minor mode for Gnus summary buffers."
7434 :lighter " Dead" :keymap gnus-dead-summary-mode-map
7435 (unless (derived-mode-p 'gnus-summary-mode)
7436 (setq gnus-dead-summary-mode nil)))
7437
7438 (defun gnus-deaden-summary ()
7439 "Make the current summary buffer into a dead summary buffer."
7440 ;; Kill any previous dead summary buffer.
7441 (when (and gnus-dead-summary
7442 (buffer-name gnus-dead-summary))
7443 (with-current-buffer gnus-dead-summary
7444 (when gnus-dead-summary-mode
7445 (kill-buffer (current-buffer)))))
7446 ;; Make this the current dead summary.
7447 (setq gnus-dead-summary (current-buffer))
7448 (gnus-dead-summary-mode 1)
7449 (let ((name (buffer-name)))
7450 (when (string-match "Summary" name)
7451 (rename-buffer
7452 (concat (substring name 0 (match-beginning 0)) "Dead "
7453 (substring name (match-beginning 0)))
7454 t)
7455 (bury-buffer))))
7456
7457 (defun gnus-kill-or-deaden-summary (buffer)
7458 "Kill or deaden the summary BUFFER."
7459 (save-excursion
7460 (when (and (buffer-name buffer)
7461 (not gnus-single-article-buffer))
7462 (with-current-buffer buffer
7463 (gnus-kill-buffer gnus-article-buffer)
7464 (gnus-kill-buffer gnus-original-article-buffer)))
7465 (cond
7466 ;; Kill the buffer.
7467 (gnus-kill-summary-on-exit
7468 (when (and gnus-use-trees
7469 (gnus-buffer-exists-p buffer))
7470 (with-current-buffer buffer
7471 (gnus-tree-close)))
7472 (gnus-kill-buffer buffer))
7473 ;; Deaden the buffer.
7474 ((gnus-buffer-exists-p buffer)
7475 (with-current-buffer buffer
7476 (gnus-deaden-summary))))))
7477
7478 (defun gnus-summary-wake-up-the-dead (&rest args)
7479 "Wake up the dead summary buffer."
7480 (interactive)
7481 (gnus-dead-summary-mode -1)
7482 (let ((name (buffer-name)))
7483 (when (string-match "Dead " name)
7484 (rename-buffer
7485 (concat (substring name 0 (match-beginning 0))
7486 (substring name (match-end 0)))
7487 t)))
7488 (gnus-message 3 "This dead summary is now alive again"))
7489
7490 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
7491 (defun gnus-summary-describe-group (&optional force)
7492 "Describe the current newsgroup."
7493 (interactive "P")
7494 (gnus-group-describe-group force gnus-newsgroup-name))
7495
7496 (defun gnus-summary-describe-briefly ()
7497 "Describe summary mode commands briefly."
7498 (interactive)
7499 (gnus-message 6 "%s" (substitute-command-keys "\\<gnus-summary-mode-map>\\[gnus-summary-next-page]:Select \\[gnus-summary-next-unread-article]:Forward \\[gnus-summary-prev-unread-article]:Backward \\[gnus-summary-exit]:Exit \\[gnus-info-find-node]:Run Info \\[gnus-summary-describe-briefly]:This help")))
7500
7501 ;; Walking around group mode buffer from summary mode.
7502
7503 (defun gnus-summary-next-group (&optional no-article target-group backward)
7504 "Exit current newsgroup and then select next unread newsgroup.
7505 If prefix argument NO-ARTICLE is non-nil, no article is selected
7506 initially. If TARGET-GROUP, go to this group. If BACKWARD, go to
7507 previous group instead."
7508 (interactive "P")
7509 ;; Stop pre-fetching.
7510 (gnus-async-halt-prefetch)
7511 (let ((current-group gnus-newsgroup-name)
7512 (current-buffer (current-buffer))
7513 entered)
7514 ;; First we semi-exit this group to update Xrefs and all variables.
7515 ;; We can't do a real exit, because the window conf must remain
7516 ;; the same in case the user is prompted for info, and we don't
7517 ;; want the window conf to change before that...
7518 (gnus-summary-exit t)
7519 (while (not entered)
7520 ;; Then we find what group we are supposed to enter.
7521 (set-buffer gnus-group-buffer)
7522 (gnus-group-jump-to-group current-group)
7523 (setq target-group
7524 (or target-group
7525 (if (eq gnus-keep-same-level 'best)
7526 (gnus-summary-best-group gnus-newsgroup-name)
7527 (gnus-summary-search-group backward gnus-keep-same-level))))
7528 (if (not target-group)
7529 ;; There are no further groups, so we return to the group
7530 ;; buffer.
7531 (progn
7532 (gnus-message 5 "Returning to the group buffer")
7533 (setq entered t)
7534 (when (gnus-buffer-live-p current-buffer)
7535 (set-buffer current-buffer)
7536 (gnus-summary-exit))
7537 (gnus-run-hooks 'gnus-group-no-more-groups-hook))
7538 ;; We try to enter the target group.
7539 (gnus-group-jump-to-group target-group)
7540 (let ((unreads (gnus-group-group-unread)))
7541 (if (and (or (eq t unreads)
7542 (and unreads (not (zerop unreads))))
7543 (gnus-summary-read-group
7544 target-group nil no-article
7545 (and (buffer-name current-buffer) current-buffer)
7546 nil backward))
7547 (setq entered t)
7548 (setq current-group target-group
7549 target-group nil)))))))
7550
7551 (defun gnus-summary-prev-group (&optional no-article)
7552 "Exit current newsgroup and then select previous unread newsgroup.
7553 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
7554 (interactive "P")
7555 (gnus-summary-next-group no-article nil t))
7556
7557 ;; Walking around summary lines.
7558
7559 (defun gnus-summary-first-subject (&optional unread undownloaded unseen)
7560 "Go to the first subject satisfying any non-nil constraint.
7561 If UNREAD is non-nil, the article should be unread.
7562 If UNDOWNLOADED is non-nil, the article should be undownloaded.
7563 If UNSEEN is non-nil, the article should be unseen as well as unread.
7564 Returns the article selected or nil if there are no matching articles."
7565 (interactive "P")
7566 (cond
7567 ;; Empty summary.
7568 ((null gnus-newsgroup-data)
7569 (gnus-message 3 "No articles in the group")
7570 nil)
7571 ;; Pick the first article.
7572 ((not (or unread undownloaded unseen))
7573 (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
7574 (gnus-data-number (car gnus-newsgroup-data)))
7575 ;; Find the first unread article.
7576 (t
7577 (let ((data gnus-newsgroup-data))
7578 (while (and data
7579 (let ((num (gnus-data-number (car data))))
7580 (or (memq num gnus-newsgroup-unfetched)
7581 (not (or (and unread
7582 (memq num gnus-newsgroup-unreads))
7583 (and undownloaded
7584 (memq num gnus-newsgroup-undownloaded))
7585 (and unseen
7586 (memq num gnus-newsgroup-unseen)
7587 (memq num gnus-newsgroup-unreads)))))))
7588 (setq data (cdr data)))
7589 (prog1
7590 (if data
7591 (progn
7592 (goto-char (gnus-data-pos (car data)))
7593 (gnus-data-number (car data)))
7594 (gnus-message 3 "No more%s articles"
7595 (let* ((r (when unread " unread"))
7596 (d (when undownloaded " undownloaded"))
7597 (s (when unseen " unseen"))
7598 (l (delq nil (list r d s))))
7599 (cond ((= 3 (length l))
7600 (concat r "," d ", or" s))
7601 ((= 2 (length l))
7602 (concat (car l) ", or" (cadr l)))
7603 ((= 1 (length l))
7604 (car l))
7605 (t
7606 ""))))
7607 nil
7608 )
7609 (gnus-summary-position-point))))))
7610
7611 (defun gnus-summary-next-subject (n &optional unread dont-display)
7612 "Go to next N'th summary line.
7613 If N is negative, go to the previous N'th subject line.
7614 If UNREAD is non-nil, only unread articles are selected.
7615 The difference between N and the actual number of steps taken is
7616 returned."
7617 (interactive "p")
7618 (let ((backward (< n 0))
7619 (n (abs n)))
7620 (while (and (> n 0)
7621 (if backward
7622 (gnus-summary-find-prev unread)
7623 (gnus-summary-find-next unread)))
7624 (unless (zerop (setq n (1- n)))
7625 (gnus-summary-show-thread)))
7626 (when (/= 0 n)
7627 (gnus-message 7 "No more%s articles"
7628 (if unread " unread" "")))
7629 (unless dont-display
7630 (gnus-summary-recenter)
7631 (gnus-summary-position-point))
7632 n))
7633
7634 (defun gnus-summary-next-unread-subject (n)
7635 "Go to next N'th unread summary line."
7636 (interactive "p")
7637 (gnus-summary-next-subject n t))
7638
7639 (defun gnus-summary-prev-subject (n &optional unread)
7640 "Go to previous N'th summary line.
7641 If optional argument UNREAD is non-nil, only unread article is selected."
7642 (interactive "p")
7643 (gnus-summary-next-subject (- n) unread))
7644
7645 (defun gnus-summary-prev-unread-subject (n)
7646 "Go to previous N'th unread summary line."
7647 (interactive "p")
7648 (gnus-summary-next-subject (- n) t))
7649
7650 (defun gnus-summary-goto-subjects (articles)
7651 "Insert the subject header for ARTICLES in the current buffer."
7652 (save-excursion
7653 (dolist (article articles)
7654 (gnus-summary-goto-subject article t)))
7655 (gnus-summary-limit (append articles gnus-newsgroup-limit))
7656 (gnus-summary-position-point))
7657
7658 (defun gnus-summary-goto-subject (article &optional force silent)
7659 "Go to the subject line of ARTICLE.
7660 If FORCE, also allow jumping to articles not currently shown."
7661 (interactive "nArticle number: ")
7662 (unless (numberp article)
7663 (error "Article %s is not a number" article))
7664 (let ((b (point))
7665 (data (gnus-data-find article)))
7666 ;; We read in the article if we have to.
7667 (and (not data)
7668 force
7669 (gnus-summary-insert-subject
7670 article
7671 (if (or (numberp force) (vectorp force)) force)
7672 t)
7673 (setq data (gnus-data-find article)))
7674 (goto-char b)
7675 (if (not data)
7676 (progn
7677 (unless silent
7678 (gnus-message 3 "Can't find article %d" article))
7679 nil)
7680 (let ((pt (gnus-data-pos data)))
7681 (goto-char pt)
7682 (gnus-summary-set-article-display-arrow pt))
7683 (gnus-summary-position-point)
7684 article)))
7685
7686 ;; Walking around summary lines with displaying articles.
7687
7688 (defun gnus-summary-expand-window (&optional arg)
7689 "Make the summary buffer take up the entire Emacs frame.
7690 Given a prefix, will force an `article' buffer configuration."
7691 (interactive "P")
7692 (if arg
7693 (gnus-configure-windows 'article 'force)
7694 (gnus-configure-windows 'summary 'force)))
7695
7696 (defun gnus-summary-display-article (article &optional all-header)
7697 "Display ARTICLE in article buffer."
7698 (unless (and (gnus-buffer-live-p gnus-article-buffer)
7699 (with-current-buffer gnus-article-buffer
7700 (derived-mode-p 'gnus-article-mode)))
7701 (gnus-article-setup-buffer))
7702 (gnus-set-global-variables)
7703 (with-current-buffer gnus-article-buffer
7704 (setq gnus-article-charset gnus-newsgroup-charset)
7705 (setq gnus-article-ignored-charsets gnus-newsgroup-ignored-charsets)
7706 (mm-enable-multibyte))
7707 (if (null article)
7708 nil
7709 (prog1
7710 (if gnus-summary-display-article-function
7711 (funcall gnus-summary-display-article-function article all-header)
7712 (gnus-article-prepare article all-header))
7713 (gnus-run-hooks 'gnus-select-article-hook)
7714 (when (and gnus-current-article
7715 (not (zerop gnus-current-article)))
7716 (gnus-summary-goto-subject gnus-current-article))
7717 (gnus-summary-recenter)
7718 (when (and gnus-use-trees gnus-show-threads)
7719 (gnus-possibly-generate-tree article)
7720 (gnus-highlight-selected-tree article))
7721 ;; Successfully display article.
7722 (gnus-article-set-window-start
7723 (cdr (assq article gnus-newsgroup-bookmarks))))))
7724
7725 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
7726 "Select the current article.
7727 If ALL-HEADERS is non-nil, show all header fields. If FORCE is
7728 non-nil, the article will be re-fetched even if it already present in
7729 the article buffer. If PSEUDO is non-nil, pseudo-articles will also
7730 be displayed."
7731 ;; Make sure we are in the summary buffer to work around bbdb bug.
7732 (unless (derived-mode-p 'gnus-summary-mode)
7733 (set-buffer gnus-summary-buffer))
7734 (let ((article (or article (gnus-summary-article-number)))
7735 (all-headers (not (not all-headers))) ;Must be t or nil.
7736 gnus-summary-display-article-function)
7737 (and (not pseudo)
7738 (gnus-summary-article-pseudo-p article)
7739 (error "This is a pseudo-article"))
7740 (with-current-buffer gnus-summary-buffer
7741 (if (or (and gnus-single-article-buffer
7742 (or (null gnus-current-article)
7743 (null gnus-article-current)
7744 (null (get-buffer gnus-article-buffer))
7745 (not (eq article (cdr gnus-article-current)))
7746 (not (equal (car gnus-article-current)
7747 gnus-newsgroup-name))
7748 (not (get-buffer gnus-original-article-buffer))))
7749 (and (not gnus-single-article-buffer)
7750 (or (null gnus-current-article)
7751 (not (get-buffer gnus-original-article-buffer))
7752 (not (eq gnus-current-article article))))
7753 force)
7754 ;; The requested article is different from the current article.
7755 (progn
7756 (gnus-summary-display-article article all-headers)
7757 (when (gnus-buffer-live-p gnus-article-buffer)
7758 (with-current-buffer gnus-article-buffer
7759 (if (not gnus-article-decoded-p) ;; a local variable
7760 (mm-disable-multibyte))))
7761 (gnus-article-set-window-start
7762 (cdr (assq article gnus-newsgroup-bookmarks)))
7763 article)
7764 'old))))
7765
7766 (defun gnus-summary-force-verify-and-decrypt ()
7767 "Display buttons for signed/encrypted parts and verify/decrypt them."
7768 (interactive)
7769 (let ((mm-verify-option 'known)
7770 (mm-decrypt-option 'known)
7771 (gnus-article-emulate-mime t)
7772 (gnus-buttonized-mime-types (append (list "multipart/signed"
7773 "multipart/encrypted")
7774 gnus-buttonized-mime-types)))
7775 (gnus-summary-select-article nil 'force)))
7776
7777 (defun gnus-summary-next-article (&optional unread subject backward push)
7778 "Select the next article.
7779 If UNREAD, only unread articles are selected.
7780 If SUBJECT, only articles with SUBJECT are selected.
7781 If BACKWARD, the previous article is selected instead of the next."
7782 (interactive "P")
7783 ;; Make sure we are in the summary buffer.
7784 (unless (derived-mode-p 'gnus-summary-mode)
7785 (set-buffer gnus-summary-buffer))
7786 (cond
7787 ;; Is there such an article?
7788 ((and (gnus-summary-search-forward unread subject backward)
7789 (or (gnus-summary-display-article (gnus-summary-article-number))
7790 (eq (gnus-summary-article-mark) gnus-canceled-mark)))
7791 (gnus-summary-position-point))
7792 ;; If not, we try the first unread, if that is wanted.
7793 ((and subject
7794 gnus-auto-select-same
7795 (gnus-summary-first-unread-article))
7796 (gnus-summary-position-point)
7797 (gnus-message 6 "Wrapped"))
7798 ;; Try to get next/previous article not displayed in this group.
7799 ((and gnus-auto-extend-newsgroup
7800 (not unread) (not subject))
7801 (gnus-summary-goto-article
7802 (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
7803 nil (count-lines (point-min) (point))))
7804 ;; Go to next/previous group.
7805 (t
7806 (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
7807 (gnus-summary-jump-to-group gnus-newsgroup-name))
7808 (let ((cmd (if (featurep 'xemacs)
7809 last-command-char
7810 last-command-event))
7811 (point
7812 (with-current-buffer gnus-group-buffer
7813 (point)))
7814 (current-summary (current-buffer))
7815 (group
7816 (if (eq gnus-keep-same-level 'best)
7817 (gnus-summary-best-group gnus-newsgroup-name)
7818 (gnus-summary-search-group backward gnus-keep-same-level))))
7819 ;; Select next unread newsgroup automagically.
7820 (cond
7821 ((or (not gnus-auto-select-next)
7822 (not cmd))
7823 (gnus-message 7 "No more%s articles" (if unread " unread" "")))
7824 ((or (eq gnus-auto-select-next 'quietly)
7825 (and (eq gnus-auto-select-next 'slightly-quietly)
7826 push)
7827 (and (eq gnus-auto-select-next 'almost-quietly)
7828 (gnus-summary-last-article-p)))
7829 ;; Select quietly.
7830 (if (gnus-ephemeral-group-p gnus-newsgroup-name)
7831 (gnus-summary-exit)
7832 (gnus-message 7 "No more%s articles (%s)..."
7833 (if unread " unread" "")
7834 (if group (concat "selecting " group)
7835 "exiting"))
7836 (gnus-summary-next-group nil group backward)))
7837 (t
7838 (when (gnus-key-press-event-p last-input-event)
7839 ;; Somehow or other, we may now have selected a different
7840 ;; window. Make point go back to the summary buffer.
7841 (when (eq current-summary (current-buffer))
7842 ;; FIXME: This burps when get-buffer-window returns nil.
7843 (select-window (get-buffer-window current-summary 0)))
7844 (gnus-summary-walk-group-buffer
7845 gnus-newsgroup-name cmd unread backward point))))))))
7846
7847 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward start)
7848 (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
7849 (?\C-p (gnus-group-prev-unread-group 1))))
7850 (cursor-in-echo-area t)
7851 keve key group ended prompt)
7852 (with-current-buffer gnus-group-buffer
7853 (goto-char start)
7854 (setq group
7855 (if (eq gnus-keep-same-level 'best)
7856 (gnus-summary-best-group gnus-newsgroup-name)
7857 (gnus-summary-search-group backward gnus-keep-same-level))))
7858 (while (not ended)
7859 (setq prompt
7860 (format
7861 "No more%s articles%s " (if unread " unread" "")
7862 (if (and group
7863 (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
7864 (format " (Type %s for %s [%s])"
7865 (single-key-description cmd)
7866 (gnus-group-decoded-name group)
7867 (gnus-group-unread group))
7868 (format " (Type %s to exit %s)"
7869 (single-key-description cmd)
7870 (gnus-group-decoded-name gnus-newsgroup-name)))))
7871 ;; Confirm auto selection.
7872 (setq key (car (setq keve (gnus-read-event-char prompt)))
7873 ended t)
7874 (cond
7875 ((assq key keystrokes)
7876 (let ((obuf (current-buffer)))
7877 (switch-to-buffer gnus-group-buffer)
7878 (when group
7879 (gnus-group-jump-to-group group))
7880 (eval (cadr (assq key keystrokes)))
7881 (setq group (gnus-group-group-name))
7882 (switch-to-buffer obuf))
7883 (setq ended nil))
7884 ((equal key cmd)
7885 (if (or (not group)
7886 (gnus-ephemeral-group-p gnus-newsgroup-name))
7887 (gnus-summary-exit)
7888 (gnus-summary-next-group nil group backward)))
7889 (t
7890 (push (cdr keve) unread-command-events))))))
7891
7892 (defun gnus-summary-next-unread-article ()
7893 "Select unread article after current one."
7894 (interactive)
7895 (gnus-summary-next-article
7896 (or (not (eq gnus-summary-goto-unread 'never))
7897 (gnus-summary-last-article-p (gnus-summary-article-number)))
7898 (and gnus-auto-select-same
7899 (gnus-summary-article-subject))))
7900
7901 (defun gnus-summary-prev-article (&optional unread subject)
7902 "Select the article before the current one.
7903 If UNREAD is non-nil, only unread articles are selected."
7904 (interactive "P")
7905 (gnus-summary-next-article unread subject t))
7906
7907 (defun gnus-summary-prev-unread-article ()
7908 "Select unread article before current one."
7909 (interactive)
7910 (gnus-summary-prev-article
7911 (or (not (eq gnus-summary-goto-unread 'never))
7912 (gnus-summary-first-article-p (gnus-summary-article-number)))
7913 (and gnus-auto-select-same
7914 (gnus-summary-article-subject))))
7915
7916 (declare-function gnus-article-only-boring-p "gnus-art" ())
7917
7918 (defun gnus-summary-next-page (&optional lines circular stop)
7919 "Show next page of the selected article.
7920 If at the end of the current article, select the next article.
7921 LINES says how many lines should be scrolled up.
7922
7923 If CIRCULAR is non-nil, go to the start of the article instead of
7924 selecting the next article when reaching the end of the current
7925 article.
7926
7927 If STOP is non-nil, just stop when reaching the end of the message.
7928
7929 Also see the variable `gnus-article-skip-boring'."
7930 (interactive "P")
7931 (gnus-set-global-variables)
7932 (let ((article (gnus-summary-article-number))
7933 (article-window (get-buffer-window gnus-article-buffer t))
7934 endp)
7935 ;; If the buffer is empty, we have no article.
7936 (unless article
7937 (error "No article to select"))
7938 (gnus-configure-windows 'article)
7939 (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
7940 (if (and (eq gnus-summary-goto-unread 'never)
7941 (not (gnus-summary-last-article-p article)))
7942 (gnus-summary-next-article)
7943 (gnus-summary-next-unread-article))
7944 (if (or (null gnus-current-article)
7945 (null gnus-article-current)
7946 (/= article (cdr gnus-article-current))
7947 (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7948 ;; Selected subject is different from current article's.
7949 (gnus-summary-display-article article)
7950 (when article-window
7951 (gnus-eval-in-buffer-window gnus-article-buffer
7952 (setq endp (or (gnus-article-next-page lines)
7953 (gnus-article-only-boring-p))))
7954 (when endp
7955 (cond ((or stop gnus-summary-stop-at-end-of-message)
7956 (gnus-message 3 "End of message"))
7957 (circular
7958 (gnus-summary-beginning-of-article))
7959 (lines
7960 (gnus-message 3 "End of message"))
7961 ((null lines)
7962 (if (and (eq gnus-summary-goto-unread 'never)
7963 (not (gnus-summary-last-article-p article)))
7964 (gnus-summary-next-article)
7965 (gnus-summary-next-unread-article))))))))
7966 (gnus-summary-recenter)
7967 (gnus-summary-position-point)))
7968
7969 (defun gnus-summary-prev-page (&optional lines move)
7970 "Show previous page of selected article.
7971 Argument LINES specifies lines to be scrolled down.
7972 If MOVE, move to the previous unread article if point is at
7973 the beginning of the buffer."
7974 (interactive "P")
7975 (let ((article (gnus-summary-article-number))
7976 (article-window (get-buffer-window gnus-article-buffer t))
7977 endp)
7978 (gnus-configure-windows 'article)
7979 (if (or (null gnus-current-article)
7980 (null gnus-article-current)
7981 (/= article (cdr gnus-article-current))
7982 (not (equal (car gnus-article-current) gnus-newsgroup-name)))
7983 ;; Selected subject is different from current article's.
7984 (gnus-summary-display-article article)
7985 (gnus-summary-recenter)
7986 (when article-window
7987 (gnus-eval-in-buffer-window gnus-article-buffer
7988 (setq endp (gnus-article-prev-page lines)))
7989 (when (and move endp)
7990 (cond (lines
7991 (gnus-message 3 "Beginning of message"))
7992 ((null lines)
7993 (if (and (eq gnus-summary-goto-unread 'never)
7994 (not (gnus-summary-first-article-p article)))
7995 (gnus-summary-prev-article)
7996 (gnus-summary-prev-unread-article))))))))
7997 (gnus-summary-position-point))
7998
7999 (defun gnus-summary-prev-page-or-article (&optional lines)
8000 "Show previous page of selected article.
8001 Argument LINES specifies lines to be scrolled down.
8002 If at the beginning of the article, go to the next article."
8003 (interactive "P")
8004 (gnus-summary-prev-page lines t))
8005
8006 (defun gnus-summary-scroll-up (lines)
8007 "Scroll up (or down) one line current article.
8008 Argument LINES specifies lines to be scrolled up (or down if negative).
8009 If no article is selected, then the current article will be selected first."
8010 (interactive "p")
8011 (gnus-configure-windows 'article)
8012 (gnus-summary-show-thread)
8013 (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
8014 (gnus-eval-in-buffer-window gnus-article-buffer
8015 (cond ((> lines 0)
8016 (when (gnus-article-next-page lines)
8017 (gnus-message 3 "End of message")))
8018 ((< lines 0)
8019 (gnus-article-prev-page (- lines))))))
8020 (gnus-summary-recenter)
8021 (gnus-summary-position-point))
8022
8023 (defun gnus-summary-scroll-down (lines)
8024 "Scroll down (or up) one line current article.
8025 Argument LINES specifies lines to be scrolled down (or up if negative).
8026 If no article is selected, then the current article will be selected first."
8027 (interactive "p")
8028 (gnus-summary-scroll-up (- lines)))
8029
8030 (defun gnus-summary-next-same-subject ()
8031 "Select next article which has the same subject as current one."
8032 (interactive)
8033 (gnus-summary-next-article nil (gnus-summary-article-subject)))
8034
8035 (defun gnus-summary-prev-same-subject ()
8036 "Select previous article which has the same subject as current one."
8037 (interactive)
8038 (gnus-summary-prev-article nil (gnus-summary-article-subject)))
8039
8040 (defun gnus-summary-next-unread-same-subject ()
8041 "Select next unread article which has the same subject as current one."
8042 (interactive)
8043 (gnus-summary-next-article t (gnus-summary-article-subject)))
8044
8045 (defun gnus-summary-prev-unread-same-subject ()
8046 "Select previous unread article which has the same subject as current one."
8047 (interactive)
8048 (gnus-summary-prev-article t (gnus-summary-article-subject)))
8049
8050 (defun gnus-summary-first-unread-article ()
8051 "Select the first unread article.
8052 Return nil if there are no unread articles."
8053 (interactive)
8054 (prog1
8055 (when (gnus-summary-first-subject t)
8056 (gnus-summary-show-thread)
8057 (gnus-summary-first-subject t)
8058 (gnus-summary-display-article (gnus-summary-article-number)))
8059 (gnus-summary-position-point)))
8060
8061 (defun gnus-summary-first-unread-subject ()
8062 "Place the point on the subject line of the first unread article.
8063 Return nil if there are no unread articles."
8064 (interactive)
8065 (prog1
8066 (when (gnus-summary-first-subject t)
8067 (gnus-summary-show-thread)
8068 (gnus-summary-first-subject t))
8069 (gnus-summary-position-point)))
8070
8071 (defun gnus-summary-first-unseen-subject ()
8072 "Place the point on the subject line of the first unseen article.
8073 Return nil if there are no unseen articles."
8074 (interactive)
8075 (prog1
8076 (when (gnus-summary-first-subject nil nil t)
8077 (gnus-summary-show-thread)
8078 (gnus-summary-first-subject nil nil t))
8079 (gnus-summary-position-point)))
8080
8081 (defun gnus-summary-first-unseen-or-unread-subject ()
8082 "Place the point on the subject line of the first unseen and unread article.
8083 If all article have been seen, on the subject line of the first unread
8084 article."
8085 (interactive)
8086 (prog1
8087 (unless (when (gnus-summary-first-subject nil nil t)
8088 (gnus-summary-show-thread)
8089 (gnus-summary-first-subject nil nil t))
8090 (when (gnus-summary-first-subject t)
8091 (gnus-summary-show-thread)
8092 (gnus-summary-first-subject t)))
8093 (gnus-summary-position-point)))
8094
8095 (defun gnus-summary-first-article ()
8096 "Select the first article.
8097 Return nil if there are no articles."
8098 (interactive)
8099 (prog1
8100 (when (gnus-summary-first-subject)
8101 (gnus-summary-show-thread)
8102 (gnus-summary-first-subject)
8103 (gnus-summary-display-article (gnus-summary-article-number)))
8104 (gnus-summary-position-point)))
8105
8106 (defun gnus-summary-best-unread-article (&optional arg)
8107 "Select the unread article with the highest score.
8108 If given a prefix argument, select the next unread article that has a
8109 score higher than the default score."
8110 (interactive "P")
8111 (let ((article (if arg
8112 (gnus-summary-better-unread-subject)
8113 (gnus-summary-best-unread-subject))))
8114 (if article
8115 (gnus-summary-goto-article article)
8116 (error "No unread articles"))))
8117
8118 (defun gnus-summary-best-unread-subject ()
8119 "Select the unread subject with the highest score."
8120 (interactive)
8121 (let ((best -1000000)
8122 (data gnus-newsgroup-data)
8123 article score)
8124 (while data
8125 (and (gnus-data-unread-p (car data))
8126 (> (setq score
8127 (gnus-summary-article-score (gnus-data-number (car data))))
8128 best)
8129 (setq best score
8130 article (gnus-data-number (car data))))
8131 (setq data (cdr data)))
8132 (when article
8133 (gnus-summary-goto-subject article))
8134 (gnus-summary-position-point)
8135 article))
8136
8137 (defun gnus-summary-better-unread-subject ()
8138 "Select the first unread subject that has a score over the default score."
8139 (interactive)
8140 (let ((data gnus-newsgroup-data)
8141 article score)
8142 (while (and (setq article (gnus-data-number (car data)))
8143 (or (gnus-data-read-p (car data))
8144 (not (> (gnus-summary-article-score article)
8145 gnus-summary-default-score))))
8146 (setq data (cdr data)))
8147 (when article
8148 (gnus-summary-goto-subject article))
8149 (gnus-summary-position-point)
8150 article))
8151
8152 (defun gnus-summary-last-subject ()
8153 "Go to the last displayed subject line in the group."
8154 (let ((article (gnus-data-number (car (gnus-data-list t)))))
8155 (when article
8156 (gnus-summary-goto-subject article))))
8157
8158 (defun gnus-summary-goto-article (article &optional all-headers force)
8159 "Fetch ARTICLE (article number or Message-ID) and display it if it exists.
8160 If ALL-HEADERS is non-nil, no header lines are hidden.
8161 If FORCE, go to the article even if it isn't displayed. If FORCE
8162 is a number, it is the line the article is to be displayed on."
8163 (interactive
8164 (list
8165 (gnus-completing-read
8166 "Article number or Message-ID"
8167 (mapcar 'int-to-string gnus-newsgroup-limit))
8168 current-prefix-arg
8169 t))
8170 (prog1
8171 (if (and (stringp article)
8172 (string-match "@\\|%40" article))
8173 (gnus-summary-refer-article article)
8174 (when (stringp article)
8175 (setq article (string-to-number article)))
8176 (if (gnus-summary-goto-subject article force)
8177 (gnus-summary-display-article article all-headers)
8178 (gnus-message 4 "Couldn't go to article %s" article) nil))
8179 (gnus-summary-position-point)))
8180
8181 (defun gnus-summary-goto-last-article ()
8182 "Go to the previously read article."
8183 (interactive)
8184 (prog1
8185 (when gnus-last-article
8186 (gnus-summary-goto-article gnus-last-article nil t))
8187 (gnus-summary-position-point)))
8188
8189 (defun gnus-summary-pop-article (number)
8190 "Pop one article off the history and go to the previous.
8191 NUMBER articles will be popped off."
8192 (interactive "p")
8193 (let (to)
8194 (setq gnus-newsgroup-history
8195 (cdr (setq to (nthcdr number gnus-newsgroup-history))))
8196 (if to
8197 (gnus-summary-goto-article (car to) nil t)
8198 (error "Article history empty")))
8199 (gnus-summary-position-point))
8200
8201 ;; Summary commands and functions for limiting the summary buffer.
8202
8203 (defun gnus-summary-limit-to-articles (n)
8204 "Limit the summary buffer to the next N articles.
8205 If not given a prefix, use the process marked articles instead."
8206 (interactive "P")
8207 (prog1
8208 (let ((articles (gnus-summary-work-articles n)))
8209 (setq gnus-newsgroup-processable nil)
8210 (gnus-summary-limit articles))
8211 (gnus-summary-position-point)))
8212
8213 (defun gnus-summary-pop-limit (&optional total)
8214 "Restore the previous limit.
8215 If given a prefix, remove all limits."
8216 (interactive "P")
8217 (when total
8218 (setq gnus-newsgroup-limits
8219 (list (mapcar (lambda (h) (mail-header-number h))
8220 gnus-newsgroup-headers))))
8221 (unless gnus-newsgroup-limits
8222 (error "No limit to pop"))
8223 (prog1
8224 (gnus-summary-limit nil 'pop)
8225 (gnus-summary-position-point)))
8226
8227 (defun gnus-summary-limit-to-subject (subject &optional header not-matching)
8228 "Limit the summary buffer to articles that have subjects that match a regexp.
8229 If NOT-MATCHING, excluding articles that have subjects that match a regexp."
8230 (interactive
8231 (list (read-string (if current-prefix-arg
8232 "Exclude subject (regexp): "
8233 "Limit to subject (regexp): "))
8234 nil current-prefix-arg))
8235 (unless header
8236 (setq header "subject"))
8237 (when (not (equal "" subject))
8238 (prog1
8239 (let ((articles (gnus-summary-find-matching
8240 (or header "subject") subject 'all nil nil
8241 not-matching)))
8242 (unless articles
8243 (error "Found no matches for \"%s\"" subject))
8244 (gnus-summary-limit articles))
8245 (gnus-summary-position-point))))
8246
8247 (defun gnus-summary-limit-to-author (from &optional not-matching)
8248 "Limit the summary buffer to articles that have authors that match a regexp.
8249 If NOT-MATCHING, excluding articles that have authors that match a regexp."
8250 (interactive
8251 (list (let* ((header (gnus-summary-article-header))
8252 (default (and header (car (mail-header-parse-address
8253 (mail-header-from header))))))
8254 (read-string (concat (if current-prefix-arg
8255 "Exclude author (regexp"
8256 "Limit to author (regexp")
8257 (if default
8258 (concat ", default \"" default "\"): ")
8259 "): "))
8260 nil nil
8261 default))
8262 current-prefix-arg))
8263 (gnus-summary-limit-to-subject from "from" not-matching))
8264
8265 (defun gnus-summary-limit-to-recipient (recipient &optional not-matching)
8266 "Limit the summary buffer to articles with the given RECIPIENT.
8267
8268 If NOT-MATCHING, exclude RECIPIENT.
8269
8270 To and Cc headers are checked. You need to include them in
8271 `nnmail-extra-headers'."
8272 ;; Unlike `rmail-summary-by-recipients', doesn't include From.
8273 (interactive
8274 (list (read-string (format "%s recipient (regexp): "
8275 (if current-prefix-arg "Exclude" "Limit to")))
8276 current-prefix-arg))
8277 (when (not (equal "" recipient))
8278 (prog1 (let* ((to
8279 (if (memq 'To nnmail-extra-headers)
8280 (gnus-summary-find-matching
8281 (cons 'extra 'To) recipient 'all nil nil
8282 not-matching)
8283 (gnus-message
8284 1 "`To' isn't present in `nnmail-extra-headers'")
8285 (sit-for 1)
8286 nil))
8287 (cc
8288 (if (memq 'Cc nnmail-extra-headers)
8289 (gnus-summary-find-matching
8290 (cons 'extra 'Cc) recipient 'all nil nil
8291 not-matching)
8292 (gnus-message
8293 1 "`Cc' isn't present in `nnmail-extra-headers'")
8294 (sit-for 1)
8295 nil))
8296 (articles
8297 (if not-matching
8298 ;; We need the numbers that are in both lists:
8299 (mapcar (lambda (a)
8300 (and (memq a to) a))
8301 cc)
8302 (nconc to cc))))
8303 (unless articles
8304 (error "Found no matches for \"%s\"" recipient))
8305 (gnus-summary-limit articles))
8306 (gnus-summary-position-point))))
8307
8308 (defun gnus-summary-limit-to-address (address &optional not-matching)
8309 "Limit the summary buffer to articles with the given ADDRESS.
8310
8311 If NOT-MATCHING, exclude ADDRESS.
8312
8313 To, Cc and From headers are checked. You need to include `To' and `Cc'
8314 in `nnmail-extra-headers'."
8315 (interactive
8316 (list (read-string (format "%s address (regexp): "
8317 (if current-prefix-arg "Exclude" "Limit to")))
8318 current-prefix-arg))
8319 (when (not (equal "" address))
8320 (prog1 (let* ((to
8321 (if (memq 'To nnmail-extra-headers)
8322 (gnus-summary-find-matching
8323 (cons 'extra 'To) address 'all nil nil
8324 not-matching)
8325 (gnus-message
8326 1 "`To' isn't present in `nnmail-extra-headers'")
8327 (sit-for 1)
8328 t))
8329 (cc
8330 (if (memq 'Cc nnmail-extra-headers)
8331 (gnus-summary-find-matching
8332 (cons 'extra 'Cc) address 'all nil nil
8333 not-matching)
8334 (gnus-message
8335 1 "`Cc' isn't present in `nnmail-extra-headers'")
8336 (sit-for 1)
8337 t))
8338 (from
8339 (gnus-summary-find-matching "from" address
8340 'all nil nil not-matching))
8341 (articles
8342 (if not-matching
8343 ;; We need the numbers that are in all lists:
8344 (if (eq cc t)
8345 (if (eq to t)
8346 from
8347 (mapcar (lambda (a) (car (memq a from))) to))
8348 (if (eq to t)
8349 (mapcar (lambda (a) (car (memq a from))) cc)
8350 (mapcar (lambda (a) (car (memq a from)))
8351 (mapcar (lambda (a) (car (memq a to)))
8352 cc))))
8353 (nconc (if (eq to t) nil to)
8354 (if (eq cc t) nil cc)
8355 from))))
8356 (unless articles
8357 (error "Found no matches for \"%s\"" address))
8358 (gnus-summary-limit articles))
8359 (gnus-summary-position-point))))
8360
8361 (defun gnus-summary-limit-strange-charsets-predicate (header)
8362 (when (fboundp 'char-charset)
8363 (let ((string (concat (mail-header-subject header)
8364 (mail-header-from header)))
8365 charset found)
8366 (dotimes (i (1- (length string)))
8367 (setq charset (format "%s" (char-charset (aref string (1+ i)))))
8368 (when (string-match "unicode\\|big\\|japanese" charset)
8369 (setq found t)))
8370 found)))
8371
8372 (defun gnus-summary-limit-to-predicate (predicate)
8373 "Limit to articles where PREDICATE returns non-nil.
8374 PREDICATE will be called with the header structures of the
8375 articles."
8376 (let ((articles nil)
8377 (case-fold-search t))
8378 (dolist (header gnus-newsgroup-headers)
8379 (when (funcall predicate header)
8380 (push (mail-header-number header) articles)))
8381 (gnus-summary-limit (nreverse articles))))
8382
8383 (defun gnus-summary-limit-to-age (age &optional younger-p)
8384 "Limit the summary buffer to articles that are older than (or equal) AGE days.
8385 If YOUNGER-P (the prefix) is non-nil, limit the summary buffer to
8386 articles that are younger than AGE days."
8387 (interactive
8388 (let ((younger current-prefix-arg)
8389 (days-got nil)
8390 days)
8391 (while (not days-got)
8392 (setq days (if younger
8393 (read-string "Limit to articles younger than (in days, older when negative): ")
8394 (read-string
8395 "Limit to articles older than (in days, younger when negative): ")))
8396 (when (> (length days) 0)
8397 (setq days (read days)))
8398 (if (numberp days)
8399 (progn
8400 (setq days-got t)
8401 (when (< days 0)
8402 (setq younger (not younger))
8403 (setq days (* days -1))))
8404 (message "Please enter a number.")
8405 (sleep-for 1)))
8406 (list days younger)))
8407 (prog1
8408 (let ((data gnus-newsgroup-data)
8409 (cutoff (days-to-time age))
8410 articles d date is-younger)
8411 (while (setq d (pop data))
8412 (when (and (vectorp (gnus-data-header d))
8413 (setq date (mail-header-date (gnus-data-header d))))
8414 (setq is-younger (time-less-p
8415 (time-since (gnus-date-get-time date))
8416 cutoff))
8417 (when (if younger-p
8418 is-younger
8419 (not is-younger))
8420 (push (gnus-data-number d) articles))))
8421 (gnus-summary-limit (nreverse articles)))
8422 (gnus-summary-position-point)))
8423
8424 (defun gnus-summary-limit-to-extra (header regexp &optional not-matching)
8425 "Limit the summary buffer to articles that match an 'extra' header."
8426 (interactive
8427 (let ((header
8428 (intern
8429 (gnus-completing-read
8430 (if current-prefix-arg
8431 "Exclude extra header"
8432 "Limit extra header")
8433 (mapcar 'symbol-name gnus-extra-headers)
8434 t nil nil
8435 (symbol-name (car gnus-extra-headers))))))
8436 (list header
8437 (read-string (format "%s header %s (regexp): "
8438 (if current-prefix-arg "Exclude" "Limit to")
8439 header))
8440 current-prefix-arg)))
8441 (when (not (equal "" regexp))
8442 (prog1
8443 (let ((articles (gnus-summary-find-matching
8444 (cons 'extra header) regexp 'all nil nil
8445 not-matching)))
8446 (unless articles
8447 (error "Found no matches for \"%s\"" regexp))
8448 (gnus-summary-limit articles))
8449 (gnus-summary-position-point))))
8450
8451 (defun gnus-summary-limit-to-display-predicate ()
8452 "Limit the summary buffer to the predicated in the `display' group parameter."
8453 (interactive)
8454 (unless gnus-newsgroup-display
8455 (error "There is no `display' group parameter"))
8456 (let (articles)
8457 (dolist (gnus-number gnus-newsgroup-articles)
8458 (when (funcall gnus-newsgroup-display)
8459 (push gnus-number articles)))
8460 (gnus-summary-limit articles))
8461 (gnus-summary-position-point))
8462
8463 (defun gnus-summary-limit-to-unread (&optional all)
8464 "Limit the summary buffer to articles that are not marked as read.
8465 If ALL is non-nil, limit strictly to unread articles."
8466 (interactive "P")
8467 (if all
8468 (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
8469 (gnus-summary-limit-to-marks
8470 ;; Concat all the marks that say that an article is read and have
8471 ;; those removed.
8472 (list gnus-del-mark gnus-read-mark gnus-ancient-mark
8473 gnus-killed-mark gnus-spam-mark gnus-kill-file-mark
8474 gnus-low-score-mark gnus-expirable-mark
8475 gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark
8476 gnus-duplicate-mark)
8477 'reverse)))
8478
8479 (defun gnus-summary-limit-to-headers (match &optional reverse)
8480 "Limit the summary buffer to articles that have headers that match MATCH.
8481 If REVERSE (the prefix), limit to articles that don't match."
8482 (interactive "sMatch headers (regexp): \nP")
8483 (gnus-summary-limit-to-bodies match reverse t))
8484
8485 (declare-function article-goto-body "gnus-art" ())
8486
8487 (defun gnus-summary-limit-to-bodies (match &optional reverse headersp)
8488 "Limit the summary buffer to articles that have bodies that match MATCH.
8489 If REVERSE (the prefix), limit to articles that don't match."
8490 (interactive "sMatch body (regexp): \nP")
8491 (let ((articles nil)
8492 (gnus-select-article-hook nil) ;Disable hook.
8493 (gnus-article-prepare-hook nil)
8494 (gnus-use-article-prefetch nil)
8495 (gnus-keep-backlog nil)
8496 (gnus-break-pages nil)
8497 (gnus-summary-display-arrow nil)
8498 (gnus-updated-mode-lines nil)
8499 (gnus-auto-center-summary nil)
8500 (gnus-display-mime-function nil))
8501 (dolist (data gnus-newsgroup-data)
8502 (let (gnus-mark-article-hook)
8503 (gnus-summary-select-article t t nil (gnus-data-number data)))
8504 (with-current-buffer gnus-article-buffer
8505 (article-goto-body)
8506 (let* ((case-fold-search t)
8507 (found (if headersp
8508 (re-search-backward match nil t)
8509 (re-search-forward match nil t))))
8510 (when (or (and found
8511 (not reverse))
8512 (and (not found)
8513 reverse))
8514 (push (gnus-data-number data) articles)))))
8515 (if (not articles)
8516 (message "No messages matched")
8517 (gnus-summary-limit articles)))
8518 (gnus-summary-position-point))
8519
8520 (defun gnus-summary-limit-to-singletons (&optional threadsp)
8521 "Limit the summary buffer to articles that aren't part on any thread.
8522 If THREADSP (the prefix), limit to articles that are in threads."
8523 (interactive "P")
8524 (let ((articles nil)
8525 thread-articles
8526 threads)
8527 (dolist (thread gnus-newsgroup-threads)
8528 (if (stringp (car thread))
8529 (dolist (thread (cdr thread))
8530 (push thread threads))
8531 (push thread threads)))
8532 (dolist (thread threads)
8533 (setq thread-articles (gnus-articles-in-thread thread))
8534 (when (or (and threadsp
8535 (> (length thread-articles) 1))
8536 (and (not threadsp)
8537 (= (length thread-articles) 1)))
8538 (setq articles (nconc thread-articles articles))))
8539 (if (not articles)
8540 (message "No messages matched")
8541 (gnus-summary-limit articles))
8542 (gnus-summary-position-point)))
8543
8544 (defun gnus-summary-limit-to-replied (&optional unreplied)
8545 "Limit the summary buffer to replied articles.
8546 If UNREPLIED (the prefix), limit to unreplied articles."
8547 (interactive "P")
8548 (if unreplied
8549 (gnus-summary-limit
8550 (gnus-set-difference gnus-newsgroup-articles
8551 gnus-newsgroup-replied))
8552 (gnus-summary-limit gnus-newsgroup-replied))
8553 (gnus-summary-position-point))
8554
8555 (defun gnus-summary-limit-exclude-marks (marks &optional reverse)
8556 "Exclude articles that are marked with MARKS (e.g. \"DK\").
8557 If REVERSE, limit the summary buffer to articles that are marked
8558 with MARKS. MARKS can either be a string of marks or a list of marks.
8559 Returns how many articles were removed."
8560 (interactive "sMarks: ")
8561 (gnus-summary-limit-to-marks marks t))
8562
8563 (defun gnus-summary-limit-to-marks (marks &optional reverse)
8564 "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
8565 If REVERSE (the prefix), limit the summary buffer to articles that are
8566 not marked with MARKS. MARKS can either be a string of marks or a
8567 list of marks.
8568 Returns how many articles were removed."
8569 (interactive "sMarks: \nP")
8570 (prog1
8571 (let ((data gnus-newsgroup-data)
8572 (marks (if (listp marks) marks
8573 (append marks nil))) ; Transform to list.
8574 articles)
8575 (while data
8576 (when (if reverse (not (memq (gnus-data-mark (car data)) marks))
8577 (memq (gnus-data-mark (car data)) marks))
8578 (push (gnus-data-number (car data)) articles))
8579 (setq data (cdr data)))
8580 (gnus-summary-limit articles))
8581 (gnus-summary-position-point)))
8582
8583 (defun gnus-summary-limit-to-score (score)
8584 "Limit to articles with score at or above SCORE."
8585 (interactive "NLimit to articles with score of at least: ")
8586 (let ((data gnus-newsgroup-data)
8587 articles)
8588 (while data
8589 (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
8590 score)
8591 (push (gnus-data-number (car data)) articles))
8592 (setq data (cdr data)))
8593 (prog1
8594 (gnus-summary-limit articles)
8595 (gnus-summary-position-point))))
8596
8597 (defun gnus-summary-limit-to-unseen ()
8598 "Limit to unseen articles."
8599 (interactive)
8600 (prog1
8601 (gnus-summary-limit gnus-newsgroup-unseen)
8602 (gnus-summary-position-point)))
8603
8604 (defun gnus-summary-limit-include-thread (id)
8605 "Display all the hidden articles that is in the thread with ID in it.
8606 When called interactively, ID is the Message-ID of the current
8607 article."
8608 (interactive (list (mail-header-id (gnus-summary-article-header))))
8609 (let ((articles (gnus-articles-in-thread
8610 (gnus-id-to-thread (gnus-root-id id))))
8611 ;;we REALLY want the whole thread---this prevents cut-threads
8612 ;;from removing the thread we want to include.
8613 (gnus-fetch-old-headers nil)
8614 (gnus-build-sparse-threads nil))
8615 (prog1
8616 (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8617 (gnus-summary-limit-include-matching-articles
8618 "subject"
8619 (regexp-quote (gnus-simplify-subject-re
8620 (mail-header-subject (gnus-id-to-header id)))))
8621 (gnus-summary-position-point))))
8622
8623 (defun gnus-summary-limit-include-matching-articles (header regexp)
8624 "Display all the hidden articles that have HEADERs that match REGEXP."
8625 (interactive (list (read-string "Match on header: ")
8626 (read-string "Regexp: ")))
8627 (let ((articles (gnus-find-matching-articles header regexp)))
8628 (prog1
8629 (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
8630 (gnus-summary-position-point))))
8631
8632 (defun gnus-summary-insert-dormant-articles ()
8633 "Insert all the dormant articles for this group into the current buffer."
8634 (interactive)
8635 (let ((gnus-verbose (max 6 gnus-verbose)))
8636 (if (not gnus-newsgroup-dormant)
8637 (gnus-message 3 "No dormant articles for this group")
8638 (gnus-summary-goto-subjects gnus-newsgroup-dormant))))
8639
8640 (defun gnus-summary-insert-ticked-articles ()
8641 "Insert ticked articles for this group into the current buffer."
8642 (interactive)
8643 (let ((gnus-verbose (max 6 gnus-verbose)))
8644 (if (not gnus-newsgroup-marked)
8645 (gnus-message 3 "No ticked articles for this group")
8646 (gnus-summary-goto-subjects gnus-newsgroup-marked))))
8647
8648 (defun gnus-summary-limit-include-dormant ()
8649 "Display all the hidden articles that are marked as dormant.
8650 Note that this command only works on a subset of the articles currently
8651 fetched for this group."
8652 (interactive)
8653 (unless gnus-newsgroup-dormant
8654 (error "There are no dormant articles in this group"))
8655 (prog1
8656 (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
8657 (gnus-summary-position-point)))
8658
8659 (defun gnus-summary-include-articles (articles)
8660 "Fetch the headers for ARTICLES and then display the summary lines."
8661 (let ((gnus-inhibit-demon t)
8662 (gnus-agent nil)
8663 (gnus-read-all-available-headers t))
8664 (setq gnus-newsgroup-headers
8665 (gnus-merge
8666 'list gnus-newsgroup-headers
8667 (gnus-fetch-headers articles nil t)
8668 'gnus-article-sort-by-number))
8669 (setq gnus-newsgroup-articles
8670 (gnus-sorted-nunion gnus-newsgroup-articles articles))
8671 (gnus-summary-limit (append articles gnus-newsgroup-limit))))
8672
8673 (defun gnus-summary-limit-exclude-dormant ()
8674 "Hide all dormant articles."
8675 (interactive)
8676 (prog1
8677 (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
8678 (gnus-summary-position-point)))
8679
8680 (defun gnus-summary-limit-exclude-childless-dormant ()
8681 "Hide all dormant articles that have no children."
8682 (interactive)
8683 (let ((data (gnus-data-list t))
8684 articles d children)
8685 ;; Find all articles that are either not dormant or have
8686 ;; children.
8687 (while (setq d (pop data))
8688 (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
8689 (and (setq children
8690 (gnus-article-children (gnus-data-number d)))
8691 (let (found)
8692 (while children
8693 (when (memq (car children) articles)
8694 (setq children nil
8695 found t))
8696 (pop children))
8697 found)))
8698 (push (gnus-data-number d) articles)))
8699 ;; Do the limiting.
8700 (prog1
8701 (gnus-summary-limit articles)
8702 (gnus-summary-position-point))))
8703
8704 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
8705 "Mark all unread excluded articles as read.
8706 If ALL, mark even excluded ticked and dormants as read."
8707 (interactive "P")
8708 (setq gnus-newsgroup-limit (sort gnus-newsgroup-limit '<))
8709 (let ((articles (gnus-sorted-ndifference
8710 (sort
8711 (mapcar (lambda (h) (mail-header-number h))
8712 gnus-newsgroup-headers)
8713 '<)
8714 gnus-newsgroup-limit))
8715 article)
8716 (setq gnus-newsgroup-unreads
8717 (gnus-sorted-intersection gnus-newsgroup-unreads
8718 gnus-newsgroup-limit))
8719 (if all
8720 (setq gnus-newsgroup-dormant nil
8721 gnus-newsgroup-marked nil
8722 gnus-newsgroup-reads
8723 (nconc
8724 (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
8725 gnus-newsgroup-reads))
8726 (while (setq article (pop articles))
8727 (unless (or (memq article gnus-newsgroup-dormant)
8728 (memq article gnus-newsgroup-marked))
8729 (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
8730
8731 (defun gnus-summary-limit (articles &optional pop)
8732 (if pop
8733 ;; We pop the previous limit off the stack and use that.
8734 (setq articles (car gnus-newsgroup-limits)
8735 gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
8736 ;; We use the new limit, so we push the old limit on the stack.
8737 (push gnus-newsgroup-limit gnus-newsgroup-limits))
8738 ;; Set the limit.
8739 (setq gnus-newsgroup-limit articles)
8740 (let ((total (length gnus-newsgroup-data))
8741 (data (gnus-data-find-list (gnus-summary-article-number)))
8742 (gnus-summary-mark-below nil) ; Inhibit this.
8743 found)
8744 ;; This will do all the work of generating the new summary buffer
8745 ;; according to the new limit.
8746 (gnus-summary-prepare)
8747 ;; Hide any threads, possibly.
8748 (gnus-summary-maybe-hide-threads)
8749 ;; Try to return to the article you were at, or one in the
8750 ;; neighborhood.
8751 (when data
8752 ;; We try to find some article after the current one.
8753 (while data
8754 (when (gnus-summary-goto-subject (gnus-data-number (car data)) nil t)
8755 (setq data nil
8756 found t))
8757 (setq data (cdr data))))
8758 (unless found
8759 ;; If there is no data, that means that we were after the last
8760 ;; article. The same goes when we can't find any articles
8761 ;; after the current one.
8762 (goto-char (point-max))
8763 (gnus-summary-find-prev))
8764 (gnus-set-mode-line 'summary)
8765 ;; We return how many articles were removed from the summary
8766 ;; buffer as a result of the new limit.
8767 (- total (length gnus-newsgroup-data))))
8768
8769 (defsubst gnus-invisible-cut-children (threads)
8770 (let ((num 0))
8771 (while threads
8772 (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
8773 (incf num))
8774 (pop threads))
8775 (< num 2)))
8776
8777 (defsubst gnus-cut-thread (thread)
8778 "Go forwards in the thread until we find an article that we want to display."
8779 (when (or (eq gnus-fetch-old-headers 'some)
8780 (eq gnus-fetch-old-headers 'invisible)
8781 (numberp gnus-fetch-old-headers)
8782 (eq gnus-build-sparse-threads 'some)
8783 (eq gnus-build-sparse-threads 'more))
8784 ;; Deal with old-fetched headers and sparse threads.
8785 (while (and
8786 thread
8787 (or
8788 (gnus-summary-article-sparse-p (mail-header-number (car thread)))
8789 (gnus-summary-article-ancient-p
8790 (mail-header-number (car thread))))
8791 (if (or (<= (length (cdr thread)) 1)
8792 (eq gnus-fetch-old-headers 'invisible))
8793 (setq gnus-newsgroup-limit
8794 (delq (mail-header-number (car thread))
8795 gnus-newsgroup-limit)
8796 thread (cadr thread))
8797 (when (gnus-invisible-cut-children (cdr thread))
8798 (let ((th (cdr thread)))
8799 (while th
8800 (if (memq (mail-header-number (caar th))
8801 gnus-newsgroup-limit)
8802 (setq thread (car th)
8803 th nil)
8804 (setq th (cdr th))))))))))
8805 thread)
8806
8807 (defun gnus-cut-threads (threads)
8808 "Cut off all uninteresting articles from the beginning of THREADS."
8809 (when (or (eq gnus-fetch-old-headers 'some)
8810 (eq gnus-fetch-old-headers 'invisible)
8811 (numberp gnus-fetch-old-headers)
8812 (eq gnus-build-sparse-threads 'some)
8813 (eq gnus-build-sparse-threads 'more))
8814 (let ((th threads))
8815 (while th
8816 (setcar th (gnus-cut-thread (car th)))
8817 (setq th (cdr th)))))
8818 ;; Remove nixed out threads.
8819 (delq nil threads))
8820
8821 (defun gnus-summary-initial-limit (&optional show-if-empty)
8822 "Figure out what the initial limit is supposed to be on group entry.
8823 This entails weeding out unwanted dormants, low-scored articles,
8824 fetch-old-headers verbiage, and so on."
8825 ;; Most groups have nothing to remove.
8826 (unless (or gnus-inhibit-limiting
8827 (and (null gnus-newsgroup-dormant)
8828 (eq gnus-newsgroup-display 'gnus-not-ignore)
8829 (not (eq gnus-fetch-old-headers 'some))
8830 (not (numberp gnus-fetch-old-headers))
8831 (not (eq gnus-fetch-old-headers 'invisible))
8832 (null gnus-summary-expunge-below)
8833 (not (eq gnus-build-sparse-threads 'some))
8834 (not (eq gnus-build-sparse-threads 'more))
8835 (null gnus-thread-expunge-below)))
8836 (push gnus-newsgroup-limit gnus-newsgroup-limits)
8837 (setq gnus-newsgroup-limit nil)
8838 (mapatoms
8839 (lambda (node)
8840 (unless (car (symbol-value node))
8841 ;; These threads have no parents -- they are roots.
8842 (let ((nodes (cdr (symbol-value node)))
8843 thread)
8844 (while nodes
8845 (if (and gnus-thread-expunge-below
8846 (< (gnus-thread-total-score (car nodes))
8847 gnus-thread-expunge-below))
8848 (gnus-expunge-thread (pop nodes))
8849 (setq thread (pop nodes))
8850 (gnus-summary-limit-children thread))))))
8851 gnus-newsgroup-dependencies)
8852 ;; If this limitation resulted in an empty group, we might
8853 ;; pop the previous limit and use it instead.
8854 (when (and (not gnus-newsgroup-limit)
8855 show-if-empty)
8856 (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
8857 gnus-newsgroup-limit))
8858
8859 (defun gnus-summary-limit-children (thread)
8860 "Return 1 if this subthread is visible and 0 if it is not."
8861 ;; First we get the number of visible children to this thread. This
8862 ;; is done by recursing down the thread using this function, so this
8863 ;; will really go down to a leaf article first, before slowly
8864 ;; working its way up towards the root.
8865 (when thread
8866 (let* ((max-lisp-eval-depth (max 5000 max-lisp-eval-depth))
8867 (children
8868 (if (cdr thread)
8869 (apply '+ (mapcar 'gnus-summary-limit-children
8870 (cdr thread)))
8871 0))
8872 (number (mail-header-number (car thread)))
8873 score)
8874 (if (and
8875 (not (memq number gnus-newsgroup-marked))
8876 (or
8877 ;; If this article is dormant and has absolutely no visible
8878 ;; children, then this article isn't visible.
8879 (and (memq number gnus-newsgroup-dormant)
8880 (zerop children))
8881 ;; If this is "fetch-old-headered" and there is no
8882 ;; visible children, then we don't want this article.
8883 (and (or (eq gnus-fetch-old-headers 'some)
8884 (numberp gnus-fetch-old-headers))
8885 (gnus-summary-article-ancient-p number)
8886 (zerop children))
8887 ;; If this is "fetch-old-headered" and `invisible', then
8888 ;; we don't want this article.
8889 (and (eq gnus-fetch-old-headers 'invisible)
8890 (gnus-summary-article-ancient-p number))
8891 ;; If this is a sparsely inserted article with no children,
8892 ;; we don't want it.
8893 (and (eq gnus-build-sparse-threads 'some)
8894 (gnus-summary-article-sparse-p number)
8895 (zerop children))
8896 ;; If we use expunging, and this article is really
8897 ;; low-scored, then we don't want this article.
8898 (when (and gnus-summary-expunge-below
8899 (< (setq score
8900 (or (cdr (assq number gnus-newsgroup-scored))
8901 gnus-summary-default-score))
8902 gnus-summary-expunge-below))
8903 ;; We increase the expunge-tally here, but that has
8904 ;; nothing to do with the limits, really.
8905 (incf gnus-newsgroup-expunged-tally)
8906 ;; We also mark as read here, if that's wanted.
8907 (when (and gnus-summary-mark-below
8908 (< score gnus-summary-mark-below))
8909 (setq gnus-newsgroup-unreads
8910 (delq number gnus-newsgroup-unreads))
8911 (if gnus-newsgroup-auto-expire
8912 (push number gnus-newsgroup-expirable)
8913 (push (cons number gnus-low-score-mark)
8914 gnus-newsgroup-reads)))
8915 t)
8916 ;; Do the `display' group parameter.
8917 (and gnus-newsgroup-display
8918 (let ((gnus-number number))
8919 (not (funcall gnus-newsgroup-display))))))
8920 ;; Nope, invisible article.
8921 0
8922 ;; Ok, this article is to be visible, so we add it to the limit
8923 ;; and return 1.
8924 (push number gnus-newsgroup-limit)
8925 1))))
8926
8927 (defun gnus-expunge-thread (thread)
8928 "Mark all articles in THREAD as read."
8929 (let* ((number (mail-header-number (car thread))))
8930 (incf gnus-newsgroup-expunged-tally)
8931 ;; We also mark as read here, if that's wanted.
8932 (setq gnus-newsgroup-unreads
8933 (delq number gnus-newsgroup-unreads))
8934 (if gnus-newsgroup-auto-expire
8935 (push number gnus-newsgroup-expirable)
8936 (push (cons number gnus-low-score-mark)
8937 gnus-newsgroup-reads)))
8938 ;; Go recursively through all subthreads.
8939 (mapcar 'gnus-expunge-thread (cdr thread)))
8940
8941 ;; Summary article oriented commands
8942
8943 (defun gnus-summary-refer-parent-article (n)
8944 "Refer parent article N times.
8945 If N is negative, go to ancestor -N instead.
8946 The difference between N and the number of articles fetched is returned."
8947 (interactive "p")
8948 (let ((skip 1)
8949 error header ref)
8950 (when (not (natnump n))
8951 (setq skip (abs n)
8952 n 1))
8953 (while (and (> n 0)
8954 (not error))
8955 (setq header (gnus-summary-article-header))
8956 (if (and (eq (mail-header-number header)
8957 (cdr gnus-article-current))
8958 (equal gnus-newsgroup-name
8959 (car gnus-article-current)))
8960 ;; If we try to find the parent of the currently
8961 ;; displayed article, then we take a look at the actual
8962 ;; References header, since this is slightly more
8963 ;; reliable than the References field we got from the
8964 ;; server.
8965 (with-current-buffer gnus-original-article-buffer
8966 (nnheader-narrow-to-headers)
8967 (unless (setq ref (message-fetch-field "references"))
8968 (when (setq ref (message-fetch-field "in-reply-to"))
8969 (setq ref (gnus-extract-message-id-from-in-reply-to ref))))
8970 (widen))
8971 (setq ref
8972 ;; It's not the current article, so we take a bet on
8973 ;; the value we got from the server.
8974 (mail-header-references header)))
8975 (if (and ref
8976 (not (equal ref "")))
8977 (unless (gnus-summary-refer-article (gnus-parent-id ref skip))
8978 (gnus-message 1 "Couldn't find parent"))
8979 (gnus-message 1 "No references in article %d"
8980 (gnus-summary-article-number))
8981 (setq error t))
8982 (decf n))
8983 (gnus-summary-position-point)
8984 n))
8985
8986 (defun gnus-summary-refer-references ()
8987 "Fetch all articles mentioned in the References header.
8988 Return the number of articles fetched."
8989 (interactive)
8990 (let ((ref (mail-header-references (gnus-summary-article-header)))
8991 (current (gnus-summary-article-number))
8992 (n 0))
8993 (if (or (not ref)
8994 (equal ref ""))
8995 (error "No References in the current article")
8996 ;; For each Message-ID in the References header...
8997 (while (string-match "<[^>]*>" ref)
8998 (incf n)
8999 ;; ... fetch that article.
9000 (gnus-summary-refer-article
9001 (prog1 (match-string 0 ref)
9002 (setq ref (substring ref (match-end 0))))))
9003 (gnus-summary-goto-subject current)
9004 (gnus-summary-position-point)
9005 n)))
9006
9007 (defun gnus-delete-duplicate-headers (headers)
9008 ;; First remove leading duplicates.
9009 (while (and (> (length headers) 1)
9010 (= (mail-header-number (car headers))
9011 (mail-header-number (cadr headers))))
9012 (pop headers))
9013 ;; Then the rest.
9014 (let ((result headers))
9015 (while (> (length headers) 1)
9016 (if (= (mail-header-number (car headers))
9017 (mail-header-number (cadr headers)))
9018 (setcdr headers (cddr headers))
9019 (pop headers)))
9020 result))
9021
9022 (defun gnus-summary-refer-thread (&optional limit)
9023 "Fetch all articles in the current thread. For backends that
9024 know how to search for threads (currently only 'nnimap) a
9025 non-numeric prefix arg will use nnir to search the entire
9026 server; without a prefix arg only the current group is
9027 searched. If the variable `gnus-refer-thread-use-nnir' is
9028 non-nil the prefix arg has the reverse meaning. If no
9029 backend-specific 'request-thread function is available fetch
9030 LIMIT (the numerical prefix) old headers. If LIMIT is
9031 non-numeric or nil fetch the number specified by the
9032 `gnus-refer-thread-limit' variable."
9033 (interactive "P")
9034 (gnus-warp-to-article)
9035 (let* ((header (gnus-summary-article-header))
9036 (id (mail-header-id header))
9037 (gnus-inhibit-demon t)
9038 (gnus-summary-ignore-duplicates t)
9039 (gnus-read-all-available-headers t)
9040 (gnus-refer-thread-use-nnir
9041 (if (and (not (null limit)) (listp limit))
9042 (not gnus-refer-thread-use-nnir) gnus-refer-thread-use-nnir))
9043 (new-headers
9044 (if (gnus-check-backend-function
9045 'request-thread gnus-newsgroup-name)
9046 (gnus-request-thread header gnus-newsgroup-name)
9047 (let* ((limit (if (numberp limit) (prefix-numeric-value limit)
9048 gnus-refer-thread-limit))
9049 (last (if (numberp limit)
9050 (min (+ (mail-header-number header)
9051 limit)
9052 gnus-newsgroup-highest)
9053 gnus-newsgroup-highest))
9054 (subject (gnus-simplify-subject
9055 (mail-header-subject header)))
9056 (refs (split-string (or (mail-header-references header)
9057 "")))
9058 (gnus-parse-headers-hook
9059 `(lambda () (goto-char (point-min))
9060 (keep-lines
9061 (regexp-opt ',(append refs (list id subject)))))))
9062 (gnus-fetch-headers (list last) (if (numberp limit)
9063 (* 2 limit) limit) t))))
9064 article-ids)
9065 (when (listp new-headers)
9066 (dolist (header new-headers)
9067 (push (mail-header-number header) article-ids)
9068 (when (member (mail-header-number header) gnus-newsgroup-unselected)
9069 (push (mail-header-number header) gnus-newsgroup-unreads)
9070 (setq gnus-newsgroup-unselected
9071 (delete (mail-header-number header)
9072 gnus-newsgroup-unselected))))
9073 (setq gnus-newsgroup-headers
9074 (gnus-delete-duplicate-headers
9075 (gnus-merge
9076 'list gnus-newsgroup-headers new-headers
9077 'gnus-article-sort-by-number)))
9078 (setq gnus-newsgroup-articles
9079 (gnus-sorted-nunion gnus-newsgroup-articles (nreverse article-ids)))
9080 (gnus-summary-limit-include-thread id)))
9081 (gnus-summary-show-thread))
9082
9083 (defun gnus-summary-refer-article (message-id)
9084 "Fetch an article specified by MESSAGE-ID."
9085 (interactive "sMessage-ID: ")
9086 (gnus-warp-to-article)
9087 (when (and (stringp message-id)
9088 (not (zerop (length message-id))))
9089 (setq message-id (gnus-replace-in-string message-id " " ""))
9090 ;; Construct the correct Message-ID if necessary.
9091 ;; Suggested by tale@pawl.rpi.edu.
9092 (unless (string-match "^<" message-id)
9093 (setq message-id (concat "<" message-id)))
9094 (unless (string-match ">$" message-id)
9095 (setq message-id (concat message-id ">")))
9096 ;; People often post MIDs from URLs, so unhex it:
9097 (unless (string-match "@" message-id)
9098 (setq message-id (gnus-url-unhex-string message-id)))
9099 (let* ((header (gnus-id-to-header message-id))
9100 (sparse (and header
9101 (gnus-summary-article-sparse-p
9102 (mail-header-number header))
9103 (memq (mail-header-number header)
9104 gnus-newsgroup-limit)))
9105 number)
9106 (cond
9107 ;; If the article is present in the buffer we just go to it.
9108 ((and header
9109 (or (not (gnus-summary-article-sparse-p
9110 (mail-header-number header)))
9111 sparse))
9112 (prog1
9113 (gnus-summary-goto-article
9114 (mail-header-number header) nil t)
9115 (when sparse
9116 (gnus-summary-update-article (mail-header-number header)))))
9117 (t
9118 ;; We fetch the article.
9119 (catch 'found
9120 (dolist (gnus-override-method (gnus-refer-article-methods))
9121 (when (and (gnus-check-server gnus-override-method)
9122 ;; Fetch the header,
9123 (setq number (gnus-summary-insert-subject message-id)))
9124 ;; and display the article.
9125 (gnus-summary-select-article nil nil nil number)
9126 (throw 'found t)))
9127 (gnus-message 3 "Couldn't fetch article %s" message-id)))))))
9128
9129 (defun gnus-refer-article-methods ()
9130 "Return a list of referable methods."
9131 (cond
9132 ;; No method, so we default to current and native.
9133 ((null gnus-refer-article-method)
9134 (list gnus-current-select-method gnus-select-method))
9135 ;; Current.
9136 ((eq 'current gnus-refer-article-method)
9137 (list gnus-current-select-method))
9138 ;; List of select methods.
9139 ((not (and (symbolp (car gnus-refer-article-method))
9140 (assq (car gnus-refer-article-method) nnoo-definition-alist)))
9141 (let (out)
9142 (dolist (method gnus-refer-article-method)
9143 (push (if (eq 'current method)
9144 gnus-current-select-method
9145 (if (eq 'nnir (car method))
9146 (list
9147 'nnir
9148 (or (cadr method)
9149 (gnus-method-to-server gnus-current-select-method)))
9150 method))
9151 out))
9152 (nreverse out)))
9153 ;; One single select method.
9154 (t
9155 (list gnus-refer-article-method))))
9156
9157 (defun gnus-summary-edit-parameters ()
9158 "Edit the group parameters of the current group."
9159 (interactive)
9160 (gnus-group-edit-group gnus-newsgroup-name 'params))
9161
9162 (defun gnus-summary-customize-parameters ()
9163 "Customize the group parameters of the current group."
9164 (interactive)
9165 (gnus-group-customize gnus-newsgroup-name))
9166
9167 (defun gnus-summary-enter-digest-group (&optional force)
9168 "Enter an nndoc group based on the current article.
9169 If FORCE, force a digest interpretation. If not, try to guess
9170 what the document format is.
9171
9172 To control what happens when you exit the group, see the
9173 `gnus-auto-select-on-ephemeral-exit' variable."
9174 (interactive "P")
9175 (let ((conf gnus-current-window-configuration))
9176 (save-window-excursion
9177 (save-excursion
9178 (let (gnus-article-prepare-hook
9179 gnus-display-mime-function
9180 gnus-break-pages)
9181 (gnus-summary-select-article))))
9182 (setq gnus-current-window-configuration conf)
9183 (let* ((name (format "%s-%d"
9184 (gnus-group-prefixed-name
9185 gnus-newsgroup-name (list 'nndoc ""))
9186 (with-current-buffer gnus-summary-buffer
9187 gnus-current-article)))
9188 (ogroup gnus-newsgroup-name)
9189 (params (append (gnus-info-params (gnus-get-info ogroup))
9190 (list (cons 'to-group ogroup))
9191 (list (cons 'parent-group ogroup))
9192 (list (cons 'save-article-group ogroup))))
9193 (case-fold-search t)
9194 (buf (current-buffer))
9195 dig to-address charset)
9196 (with-current-buffer gnus-original-article-buffer
9197 ;; Have the digest group inherit the main mail address of
9198 ;; the parent article.
9199 (when (setq to-address (or (gnus-fetch-field "reply-to")
9200 (gnus-fetch-field "from")))
9201 (setq params
9202 (append
9203 (list (cons 'to-address
9204 (funcall gnus-decode-encoded-address-function
9205 to-address))))))
9206 (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
9207 (insert-buffer-substring gnus-original-article-buffer)
9208 (narrow-to-region
9209 (goto-char (point-min))
9210 (or (search-forward "\n\n" nil t) (point)))
9211 ;; Remove lines that may lead nndoc to misinterpret the
9212 ;; document type.
9213 (goto-char (point-min))
9214 (delete-matching-lines "^Path:\\|^From ")
9215 ;; Parse charset, and decode content transfer encoding.
9216 (setq charset (mail-content-type-get
9217 (mail-header-parse-content-type
9218 (or (gnus-fetch-field "content-type") ""))
9219 'charset))
9220 (let ((encoding (gnus-fetch-field "content-transfer-encoding")))
9221 (when encoding
9222 (message-remove-header "content-transfer-encoding")
9223 (goto-char (point-max))
9224 (widen)
9225 (narrow-to-region (point) (point-max))
9226 (mm-decode-content-transfer-encoding
9227 (intern (downcase (mail-header-strip encoding))))))
9228 (widen))
9229 (unwind-protect
9230 (if (let ((gnus-newsgroup-ephemeral-charset
9231 (if charset
9232 (intern (downcase (gnus-strip-whitespace charset)))
9233 gnus-newsgroup-charset))
9234 (gnus-newsgroup-ephemeral-ignored-charsets
9235 gnus-newsgroup-ignored-charsets))
9236 (gnus-group-read-ephemeral-group
9237 name `(nndoc ,name (nndoc-address ,(get-buffer dig))
9238 (nndoc-article-type
9239 ,(if force 'mbox 'guess)))
9240 t nil nil nil
9241 `((adapt-file . ,(gnus-score-file-name gnus-newsgroup-name
9242 "ADAPT")))))
9243 ;; Make all postings to this group go to the parent group.
9244 (nconc (gnus-info-params (gnus-get-info name))
9245 params)
9246 ;; Couldn't select this doc group.
9247 (switch-to-buffer buf)
9248 (gnus-set-global-variables)
9249 (gnus-configure-windows 'summary)
9250 (gnus-message 3 "Article couldn't be entered?"))
9251 (kill-buffer dig)))))
9252
9253 (defun gnus-summary-read-document (n)
9254 "Open a new group based on the current article(s).
9255 This will allow you to read digests and other similar
9256 documents as newsgroups.
9257 Obeys the standard process/prefix convention."
9258 (interactive "P")
9259 (let* ((ogroup gnus-newsgroup-name)
9260 (params (append (gnus-info-params (gnus-get-info ogroup))
9261 (list (cons 'to-group ogroup))))
9262 group egroup groups vgroup)
9263 (dolist (article (gnus-summary-work-articles n))
9264 (setq group (format "%s-%d" gnus-newsgroup-name article))
9265 (gnus-summary-remove-process-mark article)
9266 (when (gnus-summary-display-article article)
9267 (save-excursion ;;What for?
9268 (with-temp-buffer
9269 (insert-buffer-substring gnus-original-article-buffer)
9270 ;; Remove some headers that may lead nndoc to make
9271 ;; the wrong guess.
9272 (message-narrow-to-head)
9273 (goto-char (point-min))
9274 (delete-matching-lines "^Path:\\|^From ")
9275 (widen)
9276 (if (setq egroup
9277 (gnus-group-read-ephemeral-group
9278 group `(nndoc ,group (nndoc-address ,(current-buffer))
9279 (nndoc-article-type guess))
9280 t nil t))
9281 (progn
9282 ;; Make all postings to this group go to the parent group.
9283 (nconc (gnus-info-params (gnus-get-info egroup))
9284 params)
9285 (push egroup groups))
9286 ;; Couldn't select this doc group.
9287 (gnus-error 3 "Article couldn't be entered"))))))
9288 ;; Now we have selected all the documents.
9289 (cond
9290 ((not groups)
9291 (error "None of the articles could be interpreted as documents"))
9292 ((gnus-group-read-ephemeral-group
9293 (setq vgroup (format
9294 "nnvirtual:%s-%s" gnus-newsgroup-name
9295 (format-time-string "%Y%m%dT%H%M%S" (current-time))))
9296 `(nnvirtual ,vgroup (nnvirtual-component-groups ,groups))
9297 t
9298 (cons (current-buffer) 'summary)))
9299 (t
9300 (error "Couldn't select virtual nndoc group")))))
9301
9302 (defun gnus-summary-widget-forward (arg)
9303 "Move point to the next field or button in the article.
9304 With optional ARG, move across that many fields."
9305 (interactive "p")
9306 (gnus-summary-select-article)
9307 (gnus-configure-windows 'article)
9308 (select-window (gnus-get-buffer-window gnus-article-buffer))
9309 (widget-forward arg))
9310
9311 (defun gnus-summary-widget-backward (arg)
9312 "Move point to the previous field or button in the article.
9313 With optional ARG, move across that many fields."
9314 (interactive "p")
9315 (gnus-summary-select-article)
9316 (gnus-configure-windows 'article)
9317 (select-window (gnus-get-buffer-window gnus-article-buffer))
9318 (unless (widget-at (point))
9319 (goto-char (point-max)))
9320 (widget-backward arg))
9321
9322 (defun gnus-summary-isearch-article (&optional regexp-p)
9323 "Do incremental search forward on the current article.
9324 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
9325 (interactive "P")
9326 (gnus-summary-select-article)
9327 (gnus-configure-windows 'article)
9328 (gnus-eval-in-buffer-window gnus-article-buffer
9329 (save-restriction
9330 (widen)
9331 (isearch-forward regexp-p))))
9332
9333 (defun gnus-summary-repeat-search-article-forward ()
9334 "Repeat the previous search forwards."
9335 (interactive)
9336 (unless gnus-last-search-regexp
9337 (error "No previous search"))
9338 (gnus-summary-search-article-forward gnus-last-search-regexp))
9339
9340 (defun gnus-summary-repeat-search-article-backward ()
9341 "Repeat the previous search backwards."
9342 (interactive)
9343 (unless gnus-last-search-regexp
9344 (error "No previous search"))
9345 (gnus-summary-search-article-forward gnus-last-search-regexp t))
9346
9347 (defun gnus-summary-search-article-forward (regexp &optional backward)
9348 "Search for an article containing REGEXP forward.
9349 If BACKWARD, search backward instead."
9350 (interactive
9351 (list (read-string
9352 (format "Search article %s (regexp%s): "
9353 (if current-prefix-arg "backward" "forward")
9354 (if gnus-last-search-regexp
9355 (concat ", default " gnus-last-search-regexp)
9356 "")))
9357 current-prefix-arg))
9358 (if (string-equal regexp "")
9359 (setq regexp (or gnus-last-search-regexp ""))
9360 (setq gnus-last-search-regexp regexp)
9361 (setq gnus-article-before-search gnus-current-article))
9362 ;; Intentionally set gnus-last-article.
9363 (setq gnus-last-article gnus-article-before-search)
9364 (let ((gnus-last-article gnus-last-article))
9365 (if (gnus-summary-search-article regexp backward)
9366 (gnus-summary-show-thread)
9367 (signal 'search-failed (list regexp)))))
9368
9369 (defun gnus-summary-search-article-backward (regexp)
9370 "Search for an article containing REGEXP backward."
9371 (interactive
9372 (list (read-string
9373 (format "Search article backward (regexp%s): "
9374 (if gnus-last-search-regexp
9375 (concat ", default " gnus-last-search-regexp)
9376 "")))))
9377 (gnus-summary-search-article-forward regexp 'backward))
9378
9379 (defun gnus-summary-search-article (regexp &optional backward)
9380 "Search for an article containing REGEXP.
9381 Optional argument BACKWARD means do search for backward.
9382 `gnus-select-article-hook' is not called during the search."
9383 ;; We have to require this here to make sure that the following
9384 ;; dynamic binding isn't shadowed by autoloading.
9385 (require 'gnus-async)
9386 (require 'gnus-art)
9387 (let ((gnus-select-article-hook nil) ;Disable hook.
9388 (gnus-article-prepare-hook nil)
9389 (gnus-mark-article-hook nil) ;Inhibit marking as read.
9390 (gnus-use-article-prefetch nil)
9391 (gnus-xmas-force-redisplay nil) ;Inhibit XEmacs redisplay.
9392 (gnus-use-trees nil) ;Inhibit updating tree buffer.
9393 (gnus-visual nil)
9394 (gnus-keep-backlog nil)
9395 (gnus-break-pages nil)
9396 (gnus-summary-display-arrow nil)
9397 (gnus-updated-mode-lines nil)
9398 (gnus-auto-center-summary nil)
9399 (sum (current-buffer))
9400 (gnus-display-mime-function nil)
9401 (found nil)
9402 point)
9403 (gnus-save-hidden-threads
9404 (gnus-summary-select-article)
9405 (set-buffer gnus-article-buffer)
9406 (goto-char (window-point (get-buffer-window (current-buffer))))
9407 (when backward
9408 (forward-line -1))
9409 (while (not found)
9410 (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
9411 (if (if backward
9412 (re-search-backward regexp nil t)
9413 (re-search-forward regexp nil t))
9414 ;; We found the regexp.
9415 (progn
9416 (setq found 'found)
9417 (beginning-of-line)
9418 (set-window-start
9419 (get-buffer-window (current-buffer))
9420 (point))
9421 (forward-line 1)
9422 (set-window-point
9423 (get-buffer-window (current-buffer))
9424 (point))
9425 (set-buffer sum)
9426 (setq point (point)))
9427 ;; We didn't find it, so we go to the next article.
9428 (set-buffer sum)
9429 (setq found 'not)
9430 (while (eq found 'not)
9431 (if (not (if backward (gnus-summary-find-prev)
9432 (gnus-summary-find-next)))
9433 ;; No more articles.
9434 (setq found t)
9435 ;; Select the next article and adjust point.
9436 (unless (gnus-summary-article-sparse-p
9437 (gnus-summary-article-number))
9438 (setq found nil)
9439 (gnus-summary-select-article)
9440 (set-buffer gnus-article-buffer)
9441 (widen)
9442 (goto-char (if backward (point-max) (point-min))))))))
9443 (gnus-message 7 ""))
9444 ;; Return whether we found the regexp.
9445 (when (eq found 'found)
9446 (goto-char point)
9447 (gnus-summary-show-thread)
9448 (gnus-summary-goto-subject gnus-current-article)
9449 (gnus-summary-position-point)
9450 t)))
9451
9452 (defun gnus-find-matching-articles (header regexp)
9453 "Return a list of all articles that match REGEXP on HEADER.
9454 This search includes all articles in the current group that Gnus has
9455 fetched headers for, whether they are displayed or not."
9456 (let ((articles nil)
9457 ;; Can't eta-reduce because it's a macro.
9458 (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
9459 (case-fold-search t))
9460 (dolist (header gnus-newsgroup-headers)
9461 (when (string-match regexp (funcall func header))
9462 (push (mail-header-number header) articles)))
9463 (nreverse articles)))
9464
9465 (defun gnus-summary-find-matching (header regexp &optional backward unread
9466 not-case-fold not-matching)
9467 "Return a list of all articles that match REGEXP on HEADER.
9468 The search stars on the current article and goes forwards unless
9469 BACKWARD is non-nil. If BACKWARD is `all', do all articles.
9470 If UNREAD is non-nil, only unread articles will
9471 be taken into consideration. If NOT-CASE-FOLD, case won't be folded
9472 in the comparisons. If NOT-MATCHING, return a list of all articles that
9473 not match REGEXP on HEADER."
9474 (let ((case-fold-search (not not-case-fold))
9475 articles d func)
9476 (if (consp header)
9477 (if (eq (car header) 'extra)
9478 (setq func
9479 `(lambda (h)
9480 (or (cdr (assq ',(cdr header) (mail-header-extra h)))
9481 "")))
9482 (error "%s is an invalid header" header))
9483 (unless (fboundp (intern (concat "mail-header-" header)))
9484 (error "%s is not a valid header" header))
9485 (setq func `(lambda (h) (,(intern (concat "mail-header-" header)) h))))
9486 (dolist (d (if (eq backward 'all)
9487 gnus-newsgroup-data
9488 (gnus-data-find-list
9489 (gnus-summary-article-number)
9490 (gnus-data-list backward))))
9491 (when (and (or (not unread) ; We want all articles...
9492 (gnus-data-unread-p d)) ; Or just unreads.
9493 (vectorp (gnus-data-header d)) ; It's not a pseudo.
9494 (if not-matching
9495 (not (string-match
9496 regexp
9497 (funcall func (gnus-data-header d))))
9498 (string-match regexp
9499 (funcall func (gnus-data-header d)))))
9500 (push (gnus-data-number d) articles))) ; Success!
9501 (nreverse articles)))
9502
9503 (defun gnus-summary-execute-command (header regexp command &optional backward)
9504 "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
9505 If HEADER is an empty string (or nil), the match is done on the entire
9506 article. If BACKWARD (the prefix) is non-nil, search backward instead."
9507 (interactive
9508 (list (let ((completion-ignore-case t))
9509 (gnus-completing-read
9510 "Header name"
9511 (mapcar 'symbol-name
9512 (append
9513 '(Number Subject From Lines Date
9514 Message-ID Xref References Body)
9515 gnus-extra-headers))
9516 'require-match))
9517 (read-string "Regexp: ")
9518 (read-key-sequence "Command: ")
9519 current-prefix-arg))
9520 (when (equal header "Body")
9521 (setq header ""))
9522 ;; Hidden thread subtrees must be searched as well.
9523 (gnus-summary-show-all-threads)
9524 ;; We don't want to change current point nor window configuration.
9525 (save-excursion
9526 (save-window-excursion
9527 (let (gnus-visual
9528 gnus-treat-strip-trailing-blank-lines
9529 gnus-treat-strip-leading-blank-lines
9530 gnus-treat-strip-multiple-blank-lines
9531 gnus-treat-hide-boring-headers
9532 gnus-treat-fold-newsgroups
9533 gnus-article-prepare-hook)
9534 (gnus-message 6 "Executing %s..." (key-description command))
9535 ;; We'd like to execute COMMAND interactively so as to give arguments.
9536 (gnus-execute header regexp
9537 `(call-interactively ',(key-binding command))
9538 backward)
9539 (gnus-message 6 "Executing %s...done" (key-description command))))))
9540
9541 (defun gnus-summary-beginning-of-article ()
9542 "Scroll the article back to the beginning."
9543 (interactive)
9544 (gnus-summary-select-article)
9545 (gnus-configure-windows 'article)
9546 (gnus-eval-in-buffer-window gnus-article-buffer
9547 (widen)
9548 (goto-char (point-min))
9549 (when gnus-break-pages
9550 (gnus-narrow-to-page))))
9551
9552 (defun gnus-summary-end-of-article ()
9553 "Scroll to the end of the article."
9554 (interactive)
9555 (gnus-summary-select-article)
9556 (gnus-configure-windows 'article)
9557 (gnus-eval-in-buffer-window gnus-article-buffer
9558 (widen)
9559 (goto-char (point-max))
9560 (recenter -3)
9561 (when gnus-break-pages
9562 (gnus-narrow-to-page))))
9563
9564 (defun gnus-summary-print-truncate-and-quote (string &optional len)
9565 "Truncate to LEN and quote all \"(\"'s in STRING."
9566 (gnus-replace-in-string (if (and len (> (length string) len))
9567 (substring string 0 len)
9568 string)
9569 "[()]" "\\\\\\&"))
9570
9571 (defun gnus-summary-print-article (&optional filename n)
9572 "Generate and print a PostScript image of the process-marked (mail) articles.
9573
9574 If used interactively, print the current article if none are
9575 process-marked. With prefix arg, prompt the user for the name of the
9576 file to save in.
9577
9578 When used from Lisp, accept two optional args FILENAME and N. N means
9579 to print the next N articles. If N is negative, print the N previous
9580 articles. If N is nil and articles have been marked with the process
9581 mark, print these instead.
9582
9583 If the optional first argument FILENAME is nil, send the image to the
9584 printer. If FILENAME is a string, save the PostScript image in a file with
9585 that name. If FILENAME is a number, prompt the user for the name of the file
9586 to save in."
9587 (interactive (list (ps-print-preprint current-prefix-arg)))
9588 (dolist (article (gnus-summary-work-articles n))
9589 (gnus-summary-select-article nil nil 'pseudo article)
9590 (gnus-eval-in-buffer-window gnus-article-buffer
9591 (gnus-print-buffer))
9592 (gnus-summary-remove-process-mark article))
9593 (ps-despool filename))
9594
9595 (defun gnus-print-buffer ()
9596 (let ((ps-left-header
9597 (list
9598 (concat "("
9599 (gnus-summary-print-truncate-and-quote
9600 (mail-header-subject gnus-current-headers)
9601 66) ")")
9602 (concat "("
9603 (gnus-summary-print-truncate-and-quote
9604 (mail-header-from gnus-current-headers)
9605 45) ")")))
9606 (ps-right-header
9607 (list
9608 "/pagenumberstring load"
9609 (concat "("
9610 (mail-header-date gnus-current-headers) ")"))))
9611 (gnus-run-hooks 'gnus-ps-print-hook)
9612 (save-excursion
9613 (if ps-print-color-p
9614 (ps-spool-buffer-with-faces)
9615 (ps-spool-buffer)))))
9616
9617 (declare-function gnus-flush-original-article-buffer "gnus-art" ())
9618
9619 (defun gnus-summary-show-complete-article ()
9620 "Show a complete version of the current article.
9621 This is only useful if you're looking at a partial version of the
9622 article currently."
9623 (interactive)
9624 (let ((gnus-keep-backlog nil)
9625 (gnus-use-cache nil)
9626 (gnus-agent nil)
9627 (variable (intern
9628 (format "%s-fetch-partial-articles"
9629 (car (gnus-find-method-for-group
9630 gnus-newsgroup-name)))
9631 obarray))
9632 old-val)
9633 (unwind-protect
9634 (progn
9635 (setq old-val (symbol-value variable))
9636 (set variable nil)
9637 (gnus-flush-original-article-buffer)
9638 (gnus-summary-show-article))
9639 (set variable old-val))))
9640
9641 (defun gnus-summary-show-article (&optional arg)
9642 "Force redisplaying of the current article.
9643 If ARG (the prefix) is a number, show the article with the charset
9644 defined in `gnus-summary-show-article-charset-alist', or the charset
9645 input.
9646 If ARG (the prefix) is non-nil and not a number, show the article,
9647 but without running any of the article treatment functions
9648 article. Normally, the keystroke is `C-u g'. When using `C-u
9649 C-u g', show the raw article."
9650 (interactive "P")
9651 (cond
9652 ((numberp arg)
9653 (gnus-summary-show-article t)
9654 (let ((gnus-newsgroup-charset
9655 (or (cdr (assq arg gnus-summary-show-article-charset-alist))
9656 (mm-read-coding-system
9657 "View as charset: " ;; actually it is coding system.
9658 (with-current-buffer gnus-article-buffer
9659 (mm-detect-coding-region (point) (point-max))))))
9660 (gnus-newsgroup-ignored-charsets 'gnus-all))
9661 (gnus-summary-select-article nil 'force)
9662 (let ((deps gnus-newsgroup-dependencies)
9663 head header lines)
9664 (with-current-buffer gnus-original-article-buffer
9665 (save-restriction
9666 (message-narrow-to-head)
9667 (setq head (buffer-string))
9668 (goto-char (point-min))
9669 (unless (re-search-forward "^lines:[ \t]\\([0-9]+\\)" nil t)
9670 (goto-char (point-max))
9671 (widen)
9672 (setq lines (1- (count-lines (point) (point-max))))))
9673 (with-temp-buffer
9674 (insert (format "211 %d Article retrieved.\n"
9675 (cdr gnus-article-current)))
9676 (insert head)
9677 (if lines (insert (format "Lines: %d\n" lines)))
9678 (insert ".\n")
9679 (let ((nntp-server-buffer (current-buffer)))
9680 (setq header (car (gnus-get-newsgroup-headers deps t))))))
9681 (gnus-data-set-header
9682 (gnus-data-find (cdr gnus-article-current))
9683 header)
9684 (gnus-summary-update-article-line
9685 (cdr gnus-article-current) header)
9686 (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
9687 (gnus-summary-update-secondary-mark (cdr gnus-article-current))))))
9688 ((not arg)
9689 ;; Select the article the normal way.
9690 (if (eq mm-text-html-renderer 'shr)
9691 (progn
9692 (require 'shr)
9693 (let ((shr-ignore-cache t))
9694 (gnus-summary-select-article nil 'force)))
9695 (gnus-summary-select-article nil 'force)))
9696 ((equal arg '(16))
9697 ;; C-u C-u g
9698 (let ((gnus-inhibit-article-treatments t))
9699 (gnus-summary-select-article nil 'force)))
9700 (t
9701 ;; We have to require this here to make sure that the following
9702 ;; dynamic binding isn't shadowed by autoloading.
9703 (require 'gnus-async)
9704 (require 'gnus-art)
9705 ;; Bind the article treatment functions to nil.
9706 (let ((gnus-have-all-headers t)
9707 gnus-article-prepare-hook
9708 gnus-article-decode-hook
9709 gnus-display-mime-function
9710 gnus-break-pages)
9711 ;; Destroy any MIME parts.
9712 (when (gnus-buffer-live-p gnus-article-buffer)
9713 (with-current-buffer gnus-article-buffer
9714 (gnus-article-stop-animations)
9715 (gnus-stop-downloads)
9716 (mm-destroy-parts gnus-article-mime-handles)
9717 ;; Set it to nil for safety reason.
9718 (setq gnus-article-mime-handle-alist nil)
9719 (setq gnus-article-mime-handles nil)))
9720 (gnus-summary-select-article nil 'force))))
9721 (gnus-summary-goto-subject gnus-current-article)
9722 (gnus-summary-position-point))
9723
9724 (defun gnus-summary-show-raw-article ()
9725 "Show the raw article without any article massaging functions being run."
9726 (interactive)
9727 (gnus-summary-show-article t))
9728
9729 (defun gnus-summary-verbose-headers (&optional arg)
9730 "Toggle permanent full header display.
9731 If ARG is a positive number, turn header display on.
9732 If ARG is a negative number, turn header display off."
9733 (interactive "P")
9734 (setq gnus-show-all-headers
9735 (cond ((or (not (numberp arg))
9736 (zerop arg))
9737 (not gnus-show-all-headers))
9738 ((natnump arg)
9739 t)))
9740 (gnus-summary-show-article))
9741
9742 (declare-function article-narrow-to-head "gnus-art" ())
9743 (declare-function gnus-article-hidden-text-p "gnus-art" (type))
9744 (declare-function gnus-delete-wash-type "gnus-art" (type))
9745
9746 (defun gnus-summary-toggle-header (&optional arg)
9747 "Show the headers if they are hidden, or hide them if they are shown.
9748 If ARG is a positive number, show the entire header.
9749 If ARG is a negative number, hide the unwanted header lines."
9750 (interactive "P")
9751 (let ((window (and (gnus-buffer-live-p gnus-article-buffer)
9752 (get-buffer-window gnus-article-buffer t))))
9753 (with-current-buffer gnus-article-buffer
9754 (widen)
9755 (article-narrow-to-head)
9756 (let* ((inhibit-read-only t)
9757 (inhibit-point-motion-hooks t)
9758 (hidden (if (numberp arg)
9759 (>= arg 0)
9760 (or (not (looking-at "[^ \t\n]+:"))
9761 (gnus-article-hidden-text-p 'headers))))
9762 s e)
9763 (delete-region (point-min) (point-max))
9764 (with-current-buffer gnus-original-article-buffer
9765 (goto-char (setq s (point-min)))
9766 (setq e (if (search-forward "\n\n" nil t)
9767 (1- (point))
9768 (point-max))))
9769 (insert-buffer-substring gnus-original-article-buffer s e)
9770 (run-hooks 'gnus-article-decode-hook)
9771 (if hidden
9772 (let ((gnus-treat-hide-headers nil)
9773 (gnus-treat-hide-boring-headers nil))
9774 (gnus-delete-wash-type 'headers)
9775 (gnus-treat-article 'head))
9776 (gnus-treat-article 'head))
9777 (widen)
9778 (if window
9779 (set-window-start window (goto-char (point-min))))
9780 (if gnus-break-pages
9781 (gnus-narrow-to-page)
9782 (when (gnus-visual-p 'page-marker)
9783 (let ((inhibit-read-only t))
9784 (gnus-remove-text-with-property 'gnus-prev)
9785 (gnus-remove-text-with-property 'gnus-next))))
9786 (gnus-set-mode-line 'article)))))
9787
9788 (defun gnus-summary-show-all-headers ()
9789 "Make all header lines visible."
9790 (interactive)
9791 (gnus-summary-toggle-header 1))
9792
9793 (defun gnus-summary-caesar-message (&optional arg)
9794 "Caesar rotate the current article by 13.
9795 With a non-numerical prefix, also rotate headers. A numerical
9796 prefix specifies how many places to rotate each letter forward."
9797 (interactive "P")
9798 (gnus-summary-select-article)
9799 (let ((mail-header-separator ""))
9800 (gnus-eval-in-buffer-window gnus-article-buffer
9801 (save-restriction
9802 (widen)
9803 (let ((start (window-start))
9804 (inhibit-read-only t))
9805 (if (equal arg '(4))
9806 (message-caesar-buffer-body nil t)
9807 (message-caesar-buffer-body arg))
9808 (set-window-start (get-buffer-window (current-buffer)) start)))))
9809 ;; Create buttons and stuff...
9810 (gnus-treat-article nil))
9811
9812 (declare-function idna-to-unicode "ext:idna" (str))
9813
9814 (defun gnus-summary-idna-message (&optional arg)
9815 "Decode IDNA encoded domain names in the current articles.
9816 IDNA encoded domain names looks like `xn--bar'. If a string
9817 remain unencoded after running this function, it is likely an
9818 invalid IDNA string (`xn--bar' is invalid).
9819
9820 You must have GNU Libidn (URL `http://www.gnu.org/software/libidn/')
9821 installed for this command to work."
9822 (interactive "P")
9823 (if (not (and (condition-case nil (require 'idna)
9824 (file-error))
9825 (mm-coding-system-p 'utf-8)
9826 (executable-find (symbol-value 'idna-program))))
9827 (gnus-message
9828 5 "GNU Libidn not installed properly (`idn' or `idna.el' missing)")
9829 (gnus-summary-select-article)
9830 (let ((mail-header-separator ""))
9831 (gnus-eval-in-buffer-window gnus-article-buffer
9832 (save-restriction
9833 (widen)
9834 (let ((start (window-start))
9835 buffer-read-only)
9836 (while (re-search-forward "\\(xn--[-0-9a-z]+\\)" nil t)
9837 (replace-match (idna-to-unicode (match-string 1))))
9838 (set-window-start (get-buffer-window (current-buffer)) start)))))))
9839
9840 (defun gnus-summary-morse-message (&optional arg)
9841 "Morse decode the current article."
9842 (interactive "P")
9843 (gnus-summary-select-article)
9844 (let ((mail-header-separator ""))
9845 (gnus-eval-in-buffer-window gnus-article-buffer
9846 (save-excursion
9847 (save-restriction
9848 (widen)
9849 (let ((pos (window-start))
9850 (inhibit-read-only t))
9851 (goto-char (point-min))
9852 (when (message-goto-body)
9853 (gnus-narrow-to-body))
9854 (goto-char (point-min))
9855 (while (search-forward "·" (point-max) t)
9856 (replace-match "."))
9857 (unmorse-region (point-min) (point-max))
9858 (widen)
9859 (set-window-start (get-buffer-window (current-buffer)) pos)))))))
9860
9861 (defun gnus-summary-stop-page-breaking ()
9862 "Stop page breaking in the current article."
9863 (interactive)
9864 (gnus-summary-select-article)
9865 (gnus-eval-in-buffer-window gnus-article-buffer
9866 (widen)
9867 (when (gnus-visual-p 'page-marker)
9868 (let ((inhibit-read-only t))
9869 (gnus-remove-text-with-property 'gnus-prev)
9870 (gnus-remove-text-with-property 'gnus-next))
9871 (setq gnus-page-broken nil))))
9872
9873 (defun gnus-summary-move-article (&optional n to-newsgroup
9874 select-method action)
9875 "Move the current article to a different newsgroup.
9876 If N is a positive number, move the N next articles.
9877 If N is a negative number, move the N previous articles.
9878 If N is nil and any articles have been marked with the process mark,
9879 move those articles instead.
9880 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
9881 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
9882 re-spool using this method.
9883
9884 When called interactively with TO-NEWSGROUP being nil, the value of
9885 the variable `gnus-move-split-methods' is used for finding a default
9886 for the target newsgroup.
9887
9888 For this function to work, both the current newsgroup and the
9889 newsgroup that you want to move to have to support the `request-move'
9890 and `request-accept' functions.
9891
9892 ACTION can be either `move' (the default), `crosspost' or `copy'."
9893 (interactive "P")
9894 (unless action
9895 (setq action 'move))
9896 ;; Check whether the source group supports the required functions.
9897 (cond ((and (eq action 'move)
9898 (not (gnus-check-backend-function
9899 'request-move-article gnus-newsgroup-name)))
9900 (error "The current group does not support article moving"))
9901 ((and (eq action 'crosspost)
9902 (not (gnus-check-backend-function
9903 'request-replace-article gnus-newsgroup-name)))
9904 (error "The current group does not support article editing")))
9905 (let ((articles (gnus-summary-work-articles n))
9906 (prefix (if (gnus-check-backend-function
9907 'request-move-article gnus-newsgroup-name)
9908 (funcall gnus-move-group-prefix-function
9909 gnus-newsgroup-name)
9910 ""))
9911 (names '((move "Move" "Moving")
9912 (copy "Copy" "Copying")
9913 (crosspost "Crosspost" "Crossposting")))
9914 (copy-buf (save-excursion
9915 (nnheader-set-temp-buffer " *copy article*")))
9916 art-group to-method new-xref article to-groups
9917 articles-to-update-marks encoded)
9918 (unless (assq action names)
9919 (error "Unknown action %s" action))
9920 ;; Read the newsgroup name.
9921 (when (and (not to-newsgroup)
9922 (not select-method))
9923 (if (and gnus-move-split-methods
9924 (not
9925 (and (memq gnus-current-article articles)
9926 (gnus-buffer-live-p gnus-original-article-buffer))))
9927 ;; When `gnus-move-split-methods' is non-nil, we have to
9928 ;; select an article to give `gnus-read-move-group-name' an
9929 ;; opportunity to suggest an appropriate default. However,
9930 ;; we needn't render or mark the article.
9931 (let ((gnus-display-mime-function nil)
9932 (gnus-article-prepare-hook nil)
9933 (gnus-mark-article-hook nil))
9934 (gnus-summary-select-article nil nil nil (car articles))))
9935 (setq to-newsgroup (gnus-read-move-group-name
9936 (cadr (assq action names))
9937 (symbol-value
9938 (intern (format "gnus-current-%s-group" action)))
9939 articles prefix)
9940 encoded to-newsgroup
9941 to-method (gnus-server-to-method (gnus-group-method to-newsgroup)))
9942 (set (intern (format "gnus-current-%s-group" action))
9943 (mm-decode-coding-string
9944 to-newsgroup
9945 (gnus-group-name-charset to-method to-newsgroup))))
9946 (unless to-method
9947 (setq to-method (or select-method
9948 (gnus-server-to-method
9949 (gnus-group-method to-newsgroup)))))
9950 (setq to-newsgroup
9951 (or encoded
9952 (and to-newsgroup
9953 (mm-encode-coding-string
9954 to-newsgroup
9955 (gnus-group-name-charset to-method to-newsgroup)))))
9956 ;; Check the method we are to move this article to...
9957 (unless (gnus-check-backend-function
9958 'request-accept-article (car to-method))
9959 (error "%s does not support article copying" (car to-method)))
9960 (unless (gnus-check-server to-method)
9961 (error "Can't open server %s" (car to-method)))
9962 (gnus-message 6 "%s to %s: %s..."
9963 (caddr (assq action names))
9964 (or (car select-method)
9965 (gnus-group-decoded-name to-newsgroup))
9966 articles)
9967 (while articles
9968 (setq article (pop articles))
9969 ;; Set any marks that may have changed in the summary buffer.
9970 (when gnus-preserve-marks
9971 (gnus-summary-push-marks-to-backend article))
9972 (setq
9973 art-group
9974 (cond
9975 ;; Move the article.
9976 ((eq action 'move)
9977 ;; Remove this article from future suppression.
9978 (gnus-dup-unsuppress-article article)
9979 (let* ((from-method (gnus-find-method-for-group
9980 gnus-newsgroup-name))
9981 (to-method (or select-method
9982 (gnus-find-method-for-group to-newsgroup)))
9983 (move-is-internal (gnus-server-equal from-method to-method)))
9984 (gnus-request-move-article
9985 article ; Article to move
9986 gnus-newsgroup-name ; From newsgroup
9987 (nth 1 (gnus-find-method-for-group
9988 gnus-newsgroup-name)) ; Server
9989 (list 'gnus-request-accept-article
9990 to-newsgroup (list 'quote select-method)
9991 (not articles) t) ; Accept form
9992 (not articles) ; Only save nov last time
9993 (and move-is-internal
9994 to-newsgroup ; Not respooling
9995 ; Is this move internal?
9996 (gnus-group-real-name to-newsgroup)))))
9997 ;; Copy the article.
9998 ((eq action 'copy)
9999 (with-current-buffer copy-buf
10000 (when (gnus-request-article-this-buffer article
10001 gnus-newsgroup-name)
10002 (save-restriction
10003 (nnheader-narrow-to-headers)
10004 (dolist (hdr gnus-copy-article-ignored-headers)
10005 (message-remove-header hdr t)))
10006 (gnus-request-accept-article
10007 to-newsgroup select-method (not articles) t))))
10008 ;; Crosspost the article.
10009 ((eq action 'crosspost)
10010 (let ((xref (message-tokenize-header
10011 (mail-header-xref (gnus-summary-article-header
10012 article))
10013 " ")))
10014 (setq new-xref (concat (gnus-group-real-name gnus-newsgroup-name)
10015 ":" (number-to-string article)))
10016 (unless xref
10017 (setq xref (list (system-name))))
10018 (setq new-xref
10019 (concat
10020 (mapconcat 'identity
10021 (delete "Xref:" (delete new-xref xref))
10022 " ")
10023 " " new-xref))
10024 (with-current-buffer copy-buf
10025 ;; First put the article in the destination group.
10026 (gnus-request-article-this-buffer article gnus-newsgroup-name)
10027 (when (consp (setq art-group
10028 (gnus-request-accept-article
10029 to-newsgroup select-method (not articles)
10030 t)))
10031 (setq new-xref (concat new-xref " " (car art-group)
10032 ":"
10033 (number-to-string (cdr art-group))))
10034 ;; Now we have the new Xrefs header, so we insert
10035 ;; it and replace the new article.
10036 (nnheader-replace-header "Xref" new-xref)
10037 (gnus-request-replace-article
10038 (cdr art-group) to-newsgroup (current-buffer) t)
10039 art-group))))))
10040 (cond
10041 ((not art-group)
10042 (gnus-message 1 "Couldn't %s article %s: %s"
10043 (cadr (assq action names)) article
10044 (nnheader-get-report (car to-method))))
10045 ((eq art-group 'junk)
10046 (when (eq action 'move)
10047 (gnus-summary-mark-article article gnus-canceled-mark)
10048 (gnus-message 4 "Deleted article %s" article)
10049 ;; run the delete hook
10050 (run-hook-with-args 'gnus-summary-article-delete-hook
10051 action
10052 (gnus-data-header
10053 (assoc article (gnus-data-list nil)))
10054 gnus-newsgroup-name nil
10055 select-method)))
10056 (t
10057 (let* ((pto-group (gnus-group-prefixed-name
10058 (car art-group) to-method))
10059 (info (gnus-get-info pto-group))
10060 (to-group (gnus-info-group info))
10061 to-marks)
10062 ;; Update the group that has been moved to.
10063 (when (and info
10064 (memq action '(move copy)))
10065 (unless (member to-group to-groups)
10066 (push to-group to-groups))
10067
10068 (when (and (not (memq article gnus-newsgroup-unreads))
10069 (cdr art-group))
10070 (push 'read to-marks)
10071 (gnus-info-set-read
10072 info (gnus-add-to-range (gnus-info-read info)
10073 (list (cdr art-group)))))
10074
10075 ;; See whether the article is to be put in the cache.
10076 (let* ((expirable (gnus-group-auto-expirable-p to-group))
10077 (marks (if expirable
10078 gnus-article-mark-lists
10079 (delete '(expirable . expire)
10080 (copy-sequence
10081 gnus-article-mark-lists))))
10082 (to-article (cdr art-group)))
10083
10084 ;; Enter the article into the cache in the new group,
10085 ;; if that is required.
10086 (when (and to-article
10087 gnus-use-cache)
10088 (gnus-cache-possibly-enter-article
10089 to-group to-article
10090 (memq article gnus-newsgroup-marked)
10091 (memq article gnus-newsgroup-dormant)
10092 (memq article gnus-newsgroup-unreads)))
10093
10094 (when (and gnus-preserve-marks
10095 to-article)
10096 ;; Copy any marks over to the new group.
10097 (when (and (equal to-group gnus-newsgroup-name)
10098 (not (memq article gnus-newsgroup-unreads)))
10099 ;; Mark this article as read in this group.
10100 (push (cons to-article gnus-read-mark)
10101 gnus-newsgroup-reads)
10102 ;; Increase the active status of this group.
10103 (setcdr (gnus-active to-group) to-article)
10104 (setcdr gnus-newsgroup-active to-article))
10105
10106 (while marks
10107 (when (eq (gnus-article-mark-to-type (cdar marks)) 'list)
10108 (when (memq article (symbol-value
10109 (intern (format "gnus-newsgroup-%s"
10110 (caar marks)))))
10111 (push (cdar marks) to-marks)
10112 ;; If the other group is the same as this group,
10113 ;; then we have to add the mark to the list.
10114 (when (equal to-group gnus-newsgroup-name)
10115 (set (intern (format "gnus-newsgroup-%s"
10116 (caar marks)))
10117 (cons to-article
10118 (symbol-value
10119 (intern (format "gnus-newsgroup-%s"
10120 (caar marks)))))))
10121 ;; Copy the marks to other group.
10122 (gnus-add-marked-articles
10123 to-group (cdar marks) (list to-article) info)))
10124 (setq marks (cdr marks)))
10125
10126 (when (and expirable
10127 gnus-mark-copied-or-moved-articles-as-expirable
10128 (not (memq 'expire to-marks)))
10129 ;; Mark this article as expirable.
10130 (push 'expire to-marks)
10131 (when (equal to-group gnus-newsgroup-name)
10132 (push to-article gnus-newsgroup-expirable))
10133 ;; Copy the expirable mark to other group.
10134 (gnus-add-marked-articles
10135 to-group 'expire (list to-article) info))
10136
10137 (when (and to-marks
10138 (gnus-method-option-p
10139 (gnus-find-method-for-group to-group)
10140 'server-marks))
10141 (gnus-request-set-mark
10142 to-group (list (list (list to-article) 'add to-marks)))))
10143
10144 (gnus-dribble-enter
10145 (concat "(gnus-group-set-info '"
10146 (gnus-prin1-to-string (gnus-get-info to-group))
10147 ")")
10148 (concat "^(gnus-group-set-info '(\""
10149 (regexp-quote to-group) "\""))))
10150
10151 ;; Update the Xref header in this article to point to
10152 ;; the new crossposted article we have just created.
10153 (when (eq action 'crosspost)
10154 (with-current-buffer copy-buf
10155 (gnus-request-article-this-buffer article gnus-newsgroup-name)
10156 (nnheader-replace-header "Xref" new-xref)
10157 (gnus-request-replace-article
10158 article gnus-newsgroup-name (current-buffer) t)))
10159
10160 ;; run the move/copy/crosspost/respool hook
10161 (run-hook-with-args 'gnus-summary-article-move-hook
10162 action
10163 (gnus-data-header
10164 (assoc article (gnus-data-list nil)))
10165 gnus-newsgroup-name
10166 to-newsgroup
10167 select-method))
10168
10169 ;;;!!!Why is this necessary?
10170 (set-buffer gnus-summary-buffer)
10171
10172 (when (eq action 'move)
10173 (save-excursion
10174 (gnus-summary-goto-subject article)
10175 (gnus-summary-mark-article article gnus-canceled-mark)))))
10176 (push article articles-to-update-marks))
10177
10178 (save-excursion
10179 (apply 'gnus-summary-remove-process-mark articles-to-update-marks))
10180 ;; Re-activate all groups that have been moved to.
10181 (with-current-buffer gnus-group-buffer
10182 (let ((gnus-group-marked to-groups))
10183 (gnus-group-get-new-news-this-group nil t)))
10184
10185 (gnus-kill-buffer copy-buf)
10186 (gnus-summary-position-point)
10187 (gnus-set-mode-line 'summary)))
10188
10189 (defun gnus-summary-push-marks-to-backend (article)
10190 (let ((set nil)
10191 (del nil)
10192 (marks gnus-article-mark-lists))
10193 (unless (memq article gnus-newsgroup-unreads)
10194 (push 'read set))
10195 (while marks
10196 (if (and (eq (gnus-article-mark-to-type (cdar marks)) 'list)
10197 (memq article (symbol-value
10198 (intern (format "gnus-newsgroup-%s"
10199 (caar marks))))))
10200 (push (cdar marks) set)
10201 (push (cdar marks) del))
10202 (pop marks))
10203 (gnus-request-set-mark gnus-newsgroup-name `(((,article) set ,set)
10204 ((,article) del ,del)))))
10205
10206 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
10207 "Copy the current article to some other group.
10208 If TO-NEWSGROUP is string, do not prompt for a newsgroup to copy to.
10209 When called interactively, if TO-NEWSGROUP is nil, use the value of
10210 the variable `gnus-move-split-methods' for finding a default target
10211 newsgroup.
10212 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
10213 re-spool using this method."
10214 (interactive "P")
10215 (gnus-summary-move-article n to-newsgroup select-method 'copy))
10216
10217 (defun gnus-summary-crosspost-article (&optional n)
10218 "Crosspost the current article to some other group."
10219 (interactive "P")
10220 (gnus-summary-move-article n nil nil 'crosspost))
10221
10222 (defcustom gnus-summary-respool-default-method nil
10223 "Default method type for respooling an article.
10224 If nil, use to the current newsgroup method."
10225 :type 'symbol
10226 :group 'gnus-summary-mail)
10227
10228 (defun gnus-summary-respool-article (&optional n method)
10229 "Respool the current article.
10230 The article will be squeezed through the mail spooling process again,
10231 which means that it will be put in some mail newsgroup or other
10232 depending on `nnmail-split-methods'.
10233 If N is a positive number, respool the N next articles.
10234 If N is a negative number, respool the N previous articles.
10235 If N is nil and any articles have been marked with the process mark,
10236 respool those articles instead.
10237
10238 Respooling can be done both from mail groups and \"real\" newsgroups.
10239 In the former case, the articles in question will be moved from the
10240 current group into whatever groups they are destined to. In the
10241 latter case, they will be copied into the relevant groups."
10242 (interactive
10243 (list current-prefix-arg
10244 (let* ((methods (mapcar #'car (gnus-methods-using 'respool)))
10245 (methname
10246 (symbol-name (or gnus-summary-respool-default-method
10247 (car (gnus-find-method-for-group
10248 gnus-newsgroup-name)))))
10249 (method
10250 (gnus-completing-read
10251 "Backend to use when respooling"
10252 methods t nil 'gnus-mail-method-history methname))
10253 ms)
10254 (cond
10255 ((zerop (length (setq ms (gnus-servers-using-backend
10256 (intern method)))))
10257 (list (intern method) ""))
10258 ((= 1 (length ms))
10259 (car ms))
10260 (t
10261 (let ((ms-alist (mapcar (lambda (m) (cons (cadr m) m)) ms)))
10262 (cdr (assoc (gnus-completing-read "Server name" ms-alist t)
10263 ms-alist))))))))
10264 (unless method
10265 (error "No method given for respooling"))
10266 (if (assoc (symbol-name
10267 (car (gnus-find-method-for-group gnus-newsgroup-name)))
10268 (gnus-methods-using 'respool))
10269 (gnus-summary-move-article n nil method)
10270 (gnus-summary-copy-article n nil method)))
10271
10272 (defun gnus-summary-import-article (file &optional edit)
10273 "Import an arbitrary file into a mail newsgroup."
10274 (interactive "fImport file: \nP")
10275 (let ((group gnus-newsgroup-name)
10276 (now (current-time))
10277 atts lines group-art)
10278 (unless (gnus-check-backend-function 'request-accept-article group)
10279 (error "%s does not support article importing" group))
10280 (or (file-readable-p file)
10281 (not (file-regular-p file))
10282 (error "Can't read %s" file))
10283 (with-current-buffer (gnus-get-buffer-create " *import file*")
10284 (erase-buffer)
10285 (nnheader-insert-file-contents file)
10286 (goto-char (point-min))
10287 (if (nnheader-article-p)
10288 (save-restriction
10289 (goto-char (point-min))
10290 (search-forward "\n\n" nil t)
10291 (narrow-to-region (point-min) (1- (point)))
10292 (goto-char (point-min))
10293 (unless (re-search-forward "^date:" nil t)
10294 (goto-char (point-max))
10295 (insert "Date: " (message-make-date (nth 5 atts)) "\n")))
10296 ;; This doesn't look like an article, so we fudge some headers.
10297 (setq atts (file-attributes file)
10298 lines (count-lines (point-min) (point-max)))
10299 (insert "From: " (read-string "From: ") "\n"
10300 "Subject: " (read-string "Subject: ") "\n"
10301 "Date: " (message-make-date (nth 5 atts)) "\n"
10302 "Message-ID: " (message-make-message-id) "\n"
10303 "Lines: " (int-to-string lines) "\n"
10304 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
10305 (setq group-art (gnus-request-accept-article group nil t))
10306 (kill-buffer (current-buffer)))
10307 (setq gnus-newsgroup-active (gnus-activate-group group))
10308 (forward-line 1)
10309 (gnus-summary-goto-article (cdr group-art) nil t)
10310 (when edit
10311 (gnus-summary-edit-article))))
10312
10313 (defun gnus-summary-create-article ()
10314 "Create an article in a mail newsgroup."
10315 (interactive)
10316 (let ((group gnus-newsgroup-name)
10317 (now (current-time))
10318 group-art)
10319 (unless (gnus-check-backend-function 'request-accept-article group)
10320 (error "%s does not support article importing" group))
10321 (with-current-buffer (gnus-get-buffer-create " *import file*")
10322 (erase-buffer)
10323 (goto-char (point-min))
10324 ;; This doesn't look like an article, so we fudge some headers.
10325 (insert "From: " (read-string "From: ") "\n"
10326 "Subject: " (read-string "Subject: ") "\n"
10327 "Date: " (message-make-date now) "\n"
10328 "Message-ID: " (message-make-message-id) "\n")
10329 (setq group-art (gnus-request-accept-article group nil t))
10330 (kill-buffer (current-buffer)))
10331 (setq gnus-newsgroup-active (gnus-activate-group group))
10332 (forward-line 1)
10333 (gnus-summary-goto-article (cdr group-art) nil t)
10334 (gnus-summary-edit-article)))
10335
10336 (defun gnus-summary-article-posted-p ()
10337 "Say whether the current (mail) article is available from news as well.
10338 This will be the case if the article has both been mailed and posted."
10339 (interactive)
10340 (let ((id (mail-header-references (gnus-summary-article-header)))
10341 (gnus-override-method (car (gnus-refer-article-methods))))
10342 (if (gnus-request-head id "")
10343 (gnus-message 2 "The current message was found on %s"
10344 gnus-override-method)
10345 (gnus-message 2 "The current message couldn't be found on %s"
10346 gnus-override-method)
10347 nil)))
10348
10349 (defun gnus-summary-expire-articles (&optional now)
10350 "Expire all articles that are marked as expirable in the current group."
10351 (interactive)
10352 (when (and (not gnus-group-is-exiting-without-update-p)
10353 (gnus-check-backend-function
10354 'request-expire-articles gnus-newsgroup-name))
10355 ;; This backend supports expiry.
10356 (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
10357 (expirable
10358 (gnus-list-range-difference
10359 (if total
10360 (progn
10361 ;; We need to update the info for
10362 ;; this group for `gnus-list-of-read-articles'
10363 ;; to give us the right answer.
10364 (gnus-run-hooks 'gnus-exit-group-hook)
10365 (gnus-summary-update-info)
10366 (gnus-list-of-read-articles gnus-newsgroup-name))
10367 (setq gnus-newsgroup-expirable
10368 (sort gnus-newsgroup-expirable '<)))
10369 gnus-newsgroup-unexist))
10370 (expiry-wait (if now 'immediate
10371 (gnus-group-find-parameter
10372 gnus-newsgroup-name 'expiry-wait)))
10373 (nnmail-expiry-target
10374 (or (gnus-group-find-parameter gnus-newsgroup-name 'expiry-target)
10375 nnmail-expiry-target))
10376 es)
10377 (when expirable
10378 ;; There are expirable articles in this group, so we run them
10379 ;; through the expiry process.
10380 (gnus-message 6 "Expiring articles...")
10381 (when (gnus-check-group gnus-newsgroup-name)
10382 ;; The list of articles that weren't expired is returned.
10383 (save-excursion
10384 (if expiry-wait
10385 (let ((nnmail-expiry-wait-function nil)
10386 (nnmail-expiry-wait expiry-wait))
10387 (setq es (gnus-request-expire-articles
10388 expirable gnus-newsgroup-name)))
10389 (setq es (gnus-request-expire-articles
10390 expirable gnus-newsgroup-name)))
10391 (unless total
10392 (setq gnus-newsgroup-expirable es))
10393 ;; We go through the old list of expirable, and mark all
10394 ;; really expired articles as nonexistent.
10395 (unless (eq es expirable) ;If nothing was expired, we don't mark.
10396 (let ((gnus-use-cache nil))
10397 (dolist (article expirable)
10398 (when (and (not (memq article es))
10399 (gnus-data-find article))
10400 (gnus-summary-mark-article article gnus-canceled-mark)
10401 (run-hook-with-args 'gnus-summary-article-expire-hook
10402 'delete
10403 (gnus-data-header
10404 (assoc article (gnus-data-list nil)))
10405 gnus-newsgroup-name
10406 nil
10407 nil)))))))
10408 (gnus-message 6 "Expiring articles...done")))))
10409
10410 (defun gnus-summary-expire-articles-now ()
10411 "Expunge all expirable articles in the current group.
10412 This means that *all* articles that are marked as expirable will be
10413 deleted forever, right now."
10414 (interactive)
10415 (or gnus-expert-user
10416 (gnus-yes-or-no-p
10417 "Are you really, really sure you want to delete all expirable messages? ")
10418 (error "Phew!"))
10419 (gnus-summary-expire-articles t))
10420
10421 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
10422 (defun gnus-summary-delete-article (&optional n)
10423 "Delete the N next (mail) articles.
10424 This command actually deletes articles. This is not a marking
10425 command. The article will disappear forever from your life, never to
10426 return.
10427
10428 If N is negative, delete backwards.
10429 If N is nil and articles have been marked with the process mark,
10430 delete these instead.
10431
10432 If `gnus-novice-user' is non-nil you will be asked for
10433 confirmation before the articles are deleted."
10434 (interactive "P")
10435 (unless (gnus-check-backend-function 'request-expire-articles
10436 gnus-newsgroup-name)
10437 (error "The current newsgroup does not support article deletion"))
10438 (unless (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
10439 (error "Couldn't open server"))
10440 ;; Compute the list of articles to delete.
10441 (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
10442 (nnmail-expiry-target 'delete)
10443 not-deleted)
10444 (if (and gnus-novice-user
10445 (not (gnus-yes-or-no-p
10446 (format "Do you really want to delete %s forever? "
10447 (if (> (length articles) 1)
10448 (format "these %s articles" (length articles))
10449 "this article")))))
10450 ()
10451 ;; Delete the articles.
10452 (setq not-deleted (gnus-request-expire-articles
10453 articles gnus-newsgroup-name 'force))
10454 (save-excursion
10455 (while articles
10456 (gnus-summary-remove-process-mark (car articles))
10457 ;; The backend might not have been able to delete the article
10458 ;; after all.
10459 (unless (memq (car articles) not-deleted)
10460 (gnus-summary-mark-article (car articles) gnus-canceled-mark)
10461 (let* ((article (car articles))
10462 (ghead (gnus-data-header
10463 (assoc article (gnus-data-list nil)))))
10464 (run-hook-with-args 'gnus-summary-article-delete-hook
10465 'delete ghead gnus-newsgroup-name nil
10466 nil)))
10467 (setq articles (cdr articles))))
10468 (when not-deleted
10469 (gnus-message 4 "Couldn't delete articles %s" not-deleted)))
10470 (gnus-summary-position-point)
10471 (gnus-set-mode-line 'summary)
10472 not-deleted))
10473
10474 (defun gnus-summary-edit-article (&optional arg)
10475 "Edit the current article.
10476 This will have permanent effect only in mail groups.
10477 If ARG is nil, edit the decoded articles.
10478 If ARG is 1, edit the raw articles.
10479 If ARG is 2, edit the raw articles even in read-only groups.
10480 If ARG is 3, edit the articles with the current handles.
10481 Otherwise, allow editing of articles even in read-only
10482 groups."
10483 (interactive "P")
10484 (let (force raw current-handles)
10485 (cond
10486 ((null arg))
10487 ((eq arg 1)
10488 (setq raw t))
10489 ((eq arg 2)
10490 (setq raw t
10491 force t))
10492 ((eq arg 3)
10493 (setq current-handles
10494 (and (gnus-buffer-live-p gnus-article-buffer)
10495 (with-current-buffer gnus-article-buffer
10496 (prog1
10497 gnus-article-mime-handles
10498 (setq gnus-article-mime-handles nil))))))
10499 (t
10500 (setq force t)))
10501 (when (and raw (not force)
10502 (member gnus-newsgroup-name '("nndraft:delayed"
10503 "nndraft:drafts"
10504 "nndraft:queue")))
10505 (error "Can't edit the raw article in group %s"
10506 gnus-newsgroup-name))
10507 (with-current-buffer gnus-summary-buffer
10508 (let ((mail-parse-charset gnus-newsgroup-charset)
10509 (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets))
10510 (gnus-set-global-variables)
10511 (when (and (not force)
10512 (gnus-group-read-only-p))
10513 (error "The current newsgroup does not support article editing"))
10514 (gnus-summary-show-article t)
10515 (when (and (not raw) (gnus-buffer-live-p gnus-article-buffer))
10516 (with-current-buffer gnus-article-buffer
10517 (mm-enable-multibyte)))
10518 (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
10519 (setq raw t))
10520 (gnus-article-edit-article
10521 (if raw 'ignore
10522 `(lambda ()
10523 (let ((mbl mml-buffer-list))
10524 (setq mml-buffer-list nil)
10525 (let ((rfc2047-quote-decoded-words-containing-tspecials t))
10526 (mime-to-mml ,'current-handles))
10527 (let ((mbl1 mml-buffer-list))
10528 (setq mml-buffer-list mbl)
10529 (set (make-local-variable 'mml-buffer-list) mbl1))
10530 (gnus-make-local-hook 'kill-buffer-hook)
10531 (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t))))
10532 `(lambda (no-highlight)
10533 (let ((mail-parse-charset ',gnus-newsgroup-charset)
10534 (message-options message-options)
10535 (message-options-set-recipient)
10536 (mail-parse-ignored-charsets
10537 ',gnus-newsgroup-ignored-charsets)
10538 (rfc2047-header-encoding-alist
10539 ',(let ((charset (gnus-group-name-charset
10540 (gnus-find-method-for-group
10541 gnus-newsgroup-name)
10542 gnus-newsgroup-name)))
10543 (append (list (cons "Newsgroups" charset)
10544 (cons "Followup-To" charset)
10545 (cons "Xref" charset))
10546 rfc2047-header-encoding-alist))))
10547 ,(if (not raw) '(progn
10548 (mml-to-mime)
10549 (mml-destroy-buffers)
10550 (remove-hook 'kill-buffer-hook
10551 'mml-destroy-buffers t)
10552 (kill-local-variable 'mml-buffer-list)))
10553 (gnus-summary-edit-article-done
10554 ,(or (mail-header-references gnus-current-headers) "")
10555 ,(gnus-group-read-only-p)
10556 ,gnus-summary-buffer no-highlight))))))))
10557
10558 (defalias 'gnus-summary-edit-article-postpone 'gnus-article-edit-exit)
10559
10560 (defun gnus-summary-edit-article-done (&optional references read-only buffer
10561 no-highlight)
10562 "Make edits to the current article permanent."
10563 (interactive)
10564 (save-excursion
10565 ;; The buffer restriction contains the entire article if it exists.
10566 (when (article-goto-body)
10567 (let ((lines (count-lines (point) (point-max)))
10568 (length (- (point-max) (point)))
10569 (case-fold-search t)
10570 (body (copy-marker (point))))
10571 (goto-char (point-min))
10572 (when (re-search-forward "^content-length:[ \t]\\([0-9]+\\)" body t)
10573 (delete-region (match-beginning 1) (match-end 1))
10574 (insert (number-to-string length)))
10575 (goto-char (point-min))
10576 (when (re-search-forward
10577 "^x-content-length:[ \t]\\([0-9]+\\)" body t)
10578 (delete-region (match-beginning 1) (match-end 1))
10579 (insert (number-to-string length)))
10580 (goto-char (point-min))
10581 (when (re-search-forward "^lines:[ \t]\\([0-9]+\\)" body t)
10582 (delete-region (match-beginning 1) (match-end 1))
10583 (insert (number-to-string lines))))))
10584 ;; Replace the article.
10585 (let ((buf (current-buffer))
10586 (article (cdr gnus-article-current))
10587 replace-result)
10588 (with-temp-buffer
10589 (insert-buffer-substring buf)
10590 (if (and (not read-only)
10591 (not (setq replace-result
10592 (gnus-request-replace-article
10593 article (car gnus-article-current)
10594 (current-buffer) t))))
10595 (error "Couldn't replace article")
10596 ;; If we got a number back, then that's the new article number
10597 ;; for this article. Otherwise, the article number didn't change.
10598 (when (numberp replace-result)
10599 (with-current-buffer gnus-summary-buffer
10600 (setq gnus-newsgroup-limit (delq article gnus-newsgroup-limit))
10601 (gnus-summary-limit gnus-newsgroup-limit)
10602 (setq article replace-result)
10603 (gnus-summary-goto-subject article t)))
10604 ;; Update the summary buffer.
10605 (if (and references
10606 (equal (message-tokenize-header references " ")
10607 (message-tokenize-header
10608 (or (message-fetch-field "references") "") " ")))
10609 ;; We only have to update this line.
10610 (save-excursion
10611 (save-restriction
10612 (message-narrow-to-head)
10613 (let ((head (buffer-substring-no-properties
10614 (point-min) (point-max)))
10615 header)
10616 (with-temp-buffer
10617 (insert (format "211 %d Article retrieved.\n" article))
10618 (insert head)
10619 (insert ".\n")
10620 (let ((nntp-server-buffer (current-buffer)))
10621 (setq header (car (gnus-get-newsgroup-headers nil t))))
10622 (with-current-buffer gnus-summary-buffer
10623 (gnus-data-set-header (gnus-data-find article) header)
10624 (gnus-summary-update-article-line article header)
10625 (if (gnus-summary-goto-subject article nil t)
10626 (gnus-summary-update-secondary-mark article)))))))
10627 ;; Update threads.
10628 (set-buffer (or buffer gnus-summary-buffer))
10629 (gnus-summary-update-article article)
10630 (if (gnus-summary-goto-subject article nil t)
10631 (gnus-summary-update-secondary-mark article)))
10632 ;; Prettify the article buffer again.
10633 (unless no-highlight
10634 (with-current-buffer gnus-article-buffer
10635 ;;!!! Fix this -- article should be rehighlighted.
10636 ;;(gnus-run-hooks 'gnus-article-display-hook)
10637 (set-buffer gnus-original-article-buffer)
10638 (gnus-request-article
10639 article (car gnus-article-current) (current-buffer))))
10640 ;; Prettify the summary buffer line.
10641 (when (gnus-visual-p 'summary-highlight 'highlight)
10642 (gnus-run-hooks 'gnus-visual-mark-article-hook))))))
10643
10644 (defun gnus-summary-edit-wash (key)
10645 "Perform editing command KEY in the article buffer."
10646 (interactive
10647 (list
10648 (progn
10649 (message "%s" (concat (this-command-keys) "- "))
10650 (read-char))))
10651 (message "")
10652 (gnus-summary-edit-article)
10653 (execute-kbd-macro (concat (this-command-keys) key))
10654 (gnus-article-edit-done))
10655
10656 ;;; Respooling
10657
10658 (defun gnus-summary-respool-query (&optional silent trace)
10659 "Query where the respool algorithm would put this article."
10660 (interactive)
10661 (let (gnus-mark-article-hook)
10662 (gnus-summary-select-article)
10663 (with-current-buffer gnus-original-article-buffer
10664 (let ((groups (nnmail-article-group 'identity trace)))
10665 (unless silent
10666 (if groups
10667 (message "This message would go to %s"
10668 (mapconcat 'car groups ", "))
10669 (message "This message would go to no groups"))
10670 groups)))))
10671
10672 (defun gnus-summary-respool-trace ()
10673 "Trace where the respool algorithm would put this article.
10674 Display a buffer showing all fancy splitting patterns which matched."
10675 (interactive)
10676 (gnus-summary-respool-query nil t))
10677
10678 ;; Summary marking commands.
10679
10680 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
10681 "Mark articles which has the same subject as read, and then select the next.
10682 If UNMARK is positive, remove any kind of mark.
10683 If UNMARK is negative, tick articles."
10684 (interactive "P")
10685 (when unmark
10686 (setq unmark (prefix-numeric-value unmark)))
10687 (let ((count
10688 (gnus-summary-mark-same-subject
10689 (gnus-summary-article-subject) unmark)))
10690 ;; Select next unread article. If auto-select-same mode, should
10691 ;; select the first unread article.
10692 (gnus-summary-next-article t (and gnus-auto-select-same
10693 (gnus-summary-article-subject)))
10694 (gnus-message 7 "%d article%s marked as %s"
10695 count (if (= count 1) " is" "s are")
10696 (if unmark "unread" "read"))))
10697
10698 (defun gnus-summary-kill-same-subject (&optional unmark)
10699 "Mark articles which has the same subject as read.
10700 If UNMARK is positive, remove any kind of mark.
10701 If UNMARK is negative, tick articles."
10702 (interactive "P")
10703 (when unmark
10704 (setq unmark (prefix-numeric-value unmark)))
10705 (let ((count
10706 (gnus-summary-mark-same-subject
10707 (gnus-summary-article-subject) unmark)))
10708 ;; If marked as read, go to next unread subject.
10709 (when (null unmark)
10710 ;; Go to next unread subject.
10711 (gnus-summary-next-subject 1 t))
10712 (gnus-message 7 "%d articles are marked as %s"
10713 count (if unmark "unread" "read"))))
10714
10715 (defun gnus-summary-mark-same-subject (subject &optional unmark)
10716 "Mark articles with same SUBJECT as read, and return marked number.
10717 If optional argument UNMARK is positive, remove any kinds of marks.
10718 If optional argument UNMARK is negative, mark articles as unread instead."
10719 (let ((count 1))
10720 (save-excursion
10721 (cond
10722 ((null unmark) ; Mark as read.
10723 (while (and
10724 (progn
10725 (gnus-summary-mark-article-as-read gnus-killed-mark)
10726 (gnus-summary-show-thread) t)
10727 (gnus-summary-find-subject subject))
10728 (setq count (1+ count))))
10729 ((> unmark 0) ; Tick.
10730 (while (and
10731 (progn
10732 (gnus-summary-mark-article-as-unread gnus-ticked-mark)
10733 (gnus-summary-show-thread) t)
10734 (gnus-summary-find-subject subject))
10735 (setq count (1+ count))))
10736 (t ; Mark as unread.
10737 (while (and
10738 (progn
10739 (gnus-summary-mark-article-as-unread gnus-unread-mark)
10740 (gnus-summary-show-thread) t)
10741 (gnus-summary-find-subject subject))
10742 (setq count (1+ count)))))
10743 (gnus-set-mode-line 'summary)
10744 ;; Return the number of marked articles.
10745 count)))
10746
10747 (defun gnus-summary-mark-as-processable (n &optional unmark)
10748 "Set the process mark on the next N articles.
10749 If N is negative, mark backward instead. If UNMARK is non-nil, remove
10750 the process mark instead. The difference between N and the actual
10751 number of articles marked is returned."
10752 (interactive "P")
10753 (if (and (null n) (gnus-region-active-p))
10754 (gnus-uu-mark-region (region-beginning) (region-end) unmark)
10755 (setq n (prefix-numeric-value n))
10756 (let ((backward (< n 0))
10757 (n (abs n)))
10758 (while (and
10759 (> n 0)
10760 (if unmark
10761 (gnus-summary-remove-process-mark
10762 (gnus-summary-article-number))
10763 (gnus-summary-set-process-mark (gnus-summary-article-number)))
10764 (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
10765 (setq n (1- n)))
10766 (when (/= 0 n)
10767 (gnus-message 7 "No more articles"))
10768 (gnus-summary-recenter)
10769 (gnus-summary-position-point)
10770 n)))
10771
10772 (defun gnus-summary-unmark-as-processable (n)
10773 "Remove the process mark from the next N articles.
10774 If N is negative, unmark backward instead. The difference between N and
10775 the actual number of articles unmarked is returned."
10776 (interactive "P")
10777 (gnus-summary-mark-as-processable n t))
10778
10779 (defun gnus-summary-unmark-all-processable ()
10780 "Remove the process mark from all articles."
10781 (interactive)
10782 (save-excursion
10783 (while gnus-newsgroup-processable
10784 (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
10785 (gnus-summary-position-point))
10786
10787 (defun gnus-summary-add-mark (article type)
10788 "Mark ARTICLE with a mark of TYPE."
10789 (let ((vtype (car (assq type gnus-article-mark-lists)))
10790 var)
10791 (if (not vtype)
10792 (error "No such mark type: %s" type)
10793 (setq var (intern (format "gnus-newsgroup-%s" type)))
10794 (set var (cons article (symbol-value var)))
10795 (if (memq type '(processable cached replied forwarded recent saved))
10796 (gnus-summary-update-secondary-mark article)
10797 ;;; !!! This is bogus. We should find out what primary
10798 ;;; !!! mark we want to set.
10799 (gnus-summary-update-mark gnus-del-mark 'unread)))))
10800
10801 (defun gnus-summary-mark-as-expirable (n)
10802 "Mark N articles forward as expirable.
10803 If N is negative, mark backward instead. The difference between N and
10804 the actual number of articles marked is returned."
10805 (interactive "p")
10806 (gnus-summary-mark-forward n gnus-expirable-mark))
10807
10808 (defun gnus-summary-mark-as-spam (n)
10809 "Mark N articles forward as spam.
10810 If N is negative, mark backward instead. The difference between N and
10811 the actual number of articles marked is returned."
10812 (interactive "p")
10813 (gnus-summary-mark-forward n gnus-spam-mark))
10814
10815 (defun gnus-summary-mark-article-as-replied (article)
10816 "Mark ARTICLE as replied to and update the summary line.
10817 ARTICLE can also be a list of articles."
10818 (interactive (list (gnus-summary-article-number)))
10819 (let ((articles (if (listp article) article (list article))))
10820 (dolist (article articles)
10821 (unless (numberp article)
10822 (error "%s is not a number" article))
10823 (push article gnus-newsgroup-replied)
10824 (let ((inhibit-read-only t))
10825 (when (gnus-summary-goto-subject article nil t)
10826 (gnus-summary-update-secondary-mark article))))))
10827
10828 (defun gnus-summary-mark-article-as-forwarded (article)
10829 "Mark ARTICLE as forwarded and update the summary line.
10830 ARTICLE can also be a list of articles."
10831 (let ((articles (if (listp article) article (list article))))
10832 (dolist (article articles)
10833 (push article gnus-newsgroup-forwarded)
10834 (let ((inhibit-read-only t))
10835 (when (gnus-summary-goto-subject article nil t)
10836 (gnus-summary-update-secondary-mark article))))))
10837
10838 (defun gnus-summary-set-bookmark (article)
10839 "Set a bookmark in current article."
10840 (interactive (list (gnus-summary-article-number)))
10841 (when (or (not (get-buffer gnus-article-buffer))
10842 (not gnus-current-article)
10843 (not gnus-article-current)
10844 (not (equal gnus-newsgroup-name (car gnus-article-current))))
10845 (error "No current article selected"))
10846 ;; Remove old bookmark, if one exists.
10847 (gnus-alist-pull article gnus-newsgroup-bookmarks)
10848 ;; Set the new bookmark, which is on the form
10849 ;; (article-number . line-number-in-body).
10850 (push
10851 (cons article
10852 (with-current-buffer gnus-article-buffer
10853 (count-lines
10854 (min (point)
10855 (save-excursion
10856 (article-goto-body)
10857 (point)))
10858 (point))))
10859 gnus-newsgroup-bookmarks)
10860 (gnus-message 6 "A bookmark has been added to the current article."))
10861
10862 (defun gnus-summary-remove-bookmark (article)
10863 "Remove the bookmark from the current article."
10864 (interactive (list (gnus-summary-article-number)))
10865 ;; Remove old bookmark, if one exists.
10866 (if (not (assq article gnus-newsgroup-bookmarks))
10867 (gnus-message 6 "No bookmark in current article.")
10868 (gnus-alist-pull article gnus-newsgroup-bookmarks)
10869 (gnus-message 6 "Removed bookmark.")))
10870
10871 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
10872 (defun gnus-summary-mark-as-dormant (n)
10873 "Mark N articles forward as dormant.
10874 If N is negative, mark backward instead. The difference between N and
10875 the actual number of articles marked is returned."
10876 (interactive "p")
10877 (gnus-summary-mark-forward n gnus-dormant-mark))
10878
10879 (defun gnus-summary-set-process-mark (article)
10880 "Set the process mark on ARTICLE and update the summary line."
10881 (setq gnus-newsgroup-processable
10882 (cons article
10883 (delq article gnus-newsgroup-processable)))
10884 (when (gnus-summary-goto-subject article)
10885 (gnus-summary-show-thread)
10886 (gnus-summary-goto-subject article)
10887 (gnus-summary-update-secondary-mark article)))
10888
10889 (defun gnus-summary-remove-process-mark (&rest articles)
10890 "Remove the process mark from ARTICLES and update the summary line."
10891 (dolist (article articles)
10892 (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
10893 (when (gnus-summary-goto-subject article)
10894 (gnus-summary-show-thread)
10895 (gnus-summary-goto-subject article)
10896 (gnus-summary-update-secondary-mark article)))
10897 t)
10898
10899 (defun gnus-summary-set-saved-mark (article)
10900 "Set the process mark on ARTICLE and update the summary line."
10901 (push article gnus-newsgroup-saved)
10902 (when (gnus-summary-goto-subject article)
10903 (gnus-summary-update-secondary-mark article)))
10904
10905 (defun gnus-summary-mark-forward (n &optional mark no-expire)
10906 "Mark N articles as read forwards.
10907 If N is negative, mark backwards instead. Mark with MARK, ?r by default.
10908 The difference between N and the actual number of articles marked is
10909 returned.
10910 If NO-EXPIRE, auto-expiry will be inhibited."
10911 (interactive "p")
10912 (gnus-summary-show-thread)
10913 (let ((backward (< n 0))
10914 (gnus-summary-goto-unread
10915 (and gnus-summary-goto-unread
10916 (not (eq gnus-summary-goto-unread 'never))
10917 (not (memq mark (list gnus-unread-mark gnus-spam-mark
10918 gnus-ticked-mark gnus-dormant-mark)))))
10919 (n (abs n))
10920 (mark (or mark gnus-del-mark)))
10921 (while (and (> n 0)
10922 (gnus-summary-mark-article nil mark no-expire)
10923 (zerop (gnus-summary-next-subject
10924 (if backward -1 1)
10925 (and gnus-summary-goto-unread
10926 (not (eq gnus-summary-goto-unread 'never)))
10927 t)))
10928 (setq n (1- n)))
10929 (when (/= 0 n)
10930 (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
10931 (gnus-summary-recenter)
10932 (gnus-summary-position-point)
10933 (gnus-set-mode-line 'summary)
10934 n))
10935
10936 (defun gnus-summary-mark-article-as-read (mark)
10937 "Mark the current article quickly as read with MARK."
10938 (let ((article (gnus-summary-article-number)))
10939 (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10940 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10941 (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
10942 (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10943 (push (cons article mark) gnus-newsgroup-reads)
10944 ;; Possibly remove from cache, if that is used.
10945 (when gnus-use-cache
10946 (gnus-cache-enter-remove-article article))
10947 ;; Allow the backend to change the mark.
10948 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10949 ;; Check for auto-expiry.
10950 (when (and gnus-newsgroup-auto-expire
10951 (memq mark gnus-auto-expirable-marks))
10952 (setq mark gnus-expirable-mark)
10953 ;; Let the backend know about the mark change.
10954 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10955 (push article gnus-newsgroup-expirable))
10956 ;; Set the mark in the buffer.
10957 (gnus-summary-update-mark mark 'unread)
10958 t))
10959
10960 (defun gnus-summary-mark-article-as-unread (mark)
10961 "Mark the current article quickly as unread with MARK."
10962 (let* ((article (gnus-summary-article-number))
10963 (old-mark (gnus-summary-article-mark article)))
10964 ;; Allow the backend to change the mark.
10965 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
10966 (if (eq mark old-mark)
10967 t
10968 (if (<= article 0)
10969 (progn
10970 (gnus-error 1 "Can't mark negative article numbers")
10971 nil)
10972 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
10973 (setq gnus-newsgroup-spam-marked
10974 (delq article gnus-newsgroup-spam-marked))
10975 (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
10976 (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
10977 (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
10978 (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
10979 (cond ((= mark gnus-ticked-mark)
10980 (setq gnus-newsgroup-marked
10981 (gnus-add-to-sorted-list gnus-newsgroup-marked
10982 article)))
10983 ((= mark gnus-spam-mark)
10984 (setq gnus-newsgroup-spam-marked
10985 (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
10986 article)))
10987 ((= mark gnus-dormant-mark)
10988 (setq gnus-newsgroup-dormant
10989 (gnus-add-to-sorted-list gnus-newsgroup-dormant
10990 article)))
10991 (t
10992 (setq gnus-newsgroup-unreads
10993 (gnus-add-to-sorted-list gnus-newsgroup-unreads
10994 article))))
10995 (gnus-alist-pull article gnus-newsgroup-reads)
10996
10997 ;; See whether the article is to be put in the cache.
10998 (and gnus-use-cache
10999 (vectorp (gnus-summary-article-header article))
11000 (save-excursion
11001 (gnus-cache-possibly-enter-article
11002 gnus-newsgroup-name article
11003 (= mark gnus-ticked-mark)
11004 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
11005
11006 ;; Fix the mark.
11007 (gnus-summary-update-mark mark 'unread)
11008 t))))
11009
11010 (defun gnus-summary-mark-article (&optional article mark no-expire)
11011 "Mark ARTICLE with MARK. MARK can be any character.
11012 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
11013 `??' (dormant) and `?E' (expirable).
11014 If MARK is nil, then the default character `?r' is used.
11015 If ARTICLE is nil, then the article on the current line will be
11016 marked.
11017 If NO-EXPIRE, auto-expiry will be inhibited."
11018 ;; The mark might be a string.
11019 (when (stringp mark)
11020 (setq mark (aref mark 0)))
11021 ;; If no mark is given, then we check auto-expiring.
11022 (when (null mark)
11023 (setq mark gnus-del-mark))
11024 (when (and (not no-expire)
11025 gnus-newsgroup-auto-expire
11026 (memq mark gnus-auto-expirable-marks))
11027 (setq mark gnus-expirable-mark))
11028 (let ((article (or article (gnus-summary-article-number)))
11029 (old-mark (gnus-summary-article-mark article)))
11030 ;; Allow the backend to change the mark.
11031 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
11032 (if (eq mark old-mark)
11033 t
11034 (unless article
11035 (error "No article on current line"))
11036 (if (not (if (or (= mark gnus-unread-mark)
11037 (= mark gnus-ticked-mark)
11038 (= mark gnus-spam-mark)
11039 (= mark gnus-dormant-mark))
11040 (gnus-mark-article-as-unread article mark)
11041 (gnus-mark-article-as-read article mark)))
11042 t
11043 ;; See whether the article is to be put in the cache.
11044 (and gnus-use-cache
11045 (not (= mark gnus-canceled-mark))
11046 (vectorp (gnus-summary-article-header article))
11047 (save-excursion
11048 (gnus-cache-possibly-enter-article
11049 gnus-newsgroup-name article
11050 (= mark gnus-ticked-mark)
11051 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
11052
11053 (when (gnus-summary-goto-subject article nil t)
11054 (let ((inhibit-read-only t))
11055 (gnus-summary-show-thread)
11056 ;; Fix the mark.
11057 (gnus-summary-update-mark mark 'unread)
11058 t))))))
11059
11060 (defun gnus-summary-update-secondary-mark (article)
11061 "Update the secondary (read, process, cache) mark."
11062 (gnus-summary-update-mark
11063 (cond ((memq article gnus-newsgroup-processable)
11064 gnus-process-mark)
11065 ((memq article gnus-newsgroup-cached)
11066 gnus-cached-mark)
11067 ((memq article gnus-newsgroup-replied)
11068 gnus-replied-mark)
11069 ((memq article gnus-newsgroup-forwarded)
11070 gnus-forwarded-mark)
11071 ((memq article gnus-newsgroup-saved)
11072 gnus-saved-mark)
11073 ((memq article gnus-newsgroup-unseen)
11074 gnus-unseen-mark)
11075 (t gnus-no-mark))
11076 'replied)
11077 (when (gnus-visual-p 'summary-highlight 'highlight)
11078 (gnus-summary-highlight-line)
11079 (gnus-run-hooks 'gnus-summary-update-hook))
11080 t)
11081
11082 (defun gnus-summary-update-download-mark (article)
11083 "Update the download mark."
11084 (gnus-summary-update-mark
11085 (cond ((memq article gnus-newsgroup-undownloaded)
11086 gnus-undownloaded-mark)
11087 (gnus-newsgroup-agentized
11088 gnus-downloaded-mark)
11089 (t
11090 gnus-no-mark))
11091 'download)
11092 (gnus-summary-update-line t)
11093 t)
11094
11095 (defun gnus-summary-update-mark (mark type)
11096 (let ((forward (cdr (assq type gnus-summary-mark-positions)))
11097 (inhibit-read-only t))
11098 (re-search-backward "[\n\r]" (point-at-bol) 'move-to-limit)
11099 (when forward
11100 (when (looking-at "\r")
11101 (incf forward))
11102 (when (<= (+ forward (point)) (point-max))
11103 ;; Go to the right position on the line.
11104 (goto-char (+ forward (point)))
11105 ;; Replace the old mark with the new mark.
11106 (let ((to-insert
11107 (mm-subst-char-in-string
11108 (char-after) mark
11109 (buffer-substring (point) (1+ (point))))))
11110 (delete-region (point) (1+ (point)))
11111 (insert to-insert))
11112 ;; Optionally update the marks by some user rule.
11113 (when (eq type 'unread)
11114 (gnus-data-set-mark
11115 (gnus-data-find (gnus-summary-article-number)) mark)
11116 (gnus-summary-update-line (eq mark gnus-unread-mark)))))))
11117
11118 (defun gnus-mark-article-as-read (article &optional mark)
11119 "Enter ARTICLE in the pertinent lists and remove it from others."
11120 ;; Make the article expirable.
11121 (let ((mark (or mark gnus-del-mark)))
11122 (setq gnus-newsgroup-expirable
11123 (if (= mark gnus-expirable-mark)
11124 (gnus-add-to-sorted-list gnus-newsgroup-expirable article)
11125 (delq article gnus-newsgroup-expirable)))
11126 ;; Remove from unread and marked lists.
11127 (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
11128 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
11129 (setq gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked))
11130 (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
11131 (push (cons article mark) gnus-newsgroup-reads)
11132 ;; Possibly remove from cache, if that is used.
11133 (when gnus-use-cache
11134 (gnus-cache-enter-remove-article article))
11135 t))
11136
11137 (defun gnus-mark-article-as-unread (article &optional mark)
11138 "Enter ARTICLE in the pertinent lists and remove it from others."
11139 (let ((mark (or mark gnus-ticked-mark)))
11140 (if (<= article 0)
11141 (progn
11142 (gnus-error 1 "Can't mark negative article numbers")
11143 nil)
11144 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked)
11145 gnus-newsgroup-spam-marked (delq article gnus-newsgroup-spam-marked)
11146 gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant)
11147 gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)
11148 gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
11149
11150 ;; Unsuppress duplicates?
11151 (when gnus-suppress-duplicates
11152 (gnus-dup-unsuppress-article article))
11153
11154 (cond ((= mark gnus-ticked-mark)
11155 (setq gnus-newsgroup-marked
11156 (gnus-add-to-sorted-list gnus-newsgroup-marked article)))
11157 ((= mark gnus-spam-mark)
11158 (setq gnus-newsgroup-spam-marked
11159 (gnus-add-to-sorted-list gnus-newsgroup-spam-marked
11160 article)))
11161 ((= mark gnus-dormant-mark)
11162 (setq gnus-newsgroup-dormant
11163 (gnus-add-to-sorted-list gnus-newsgroup-dormant article)))
11164 (t
11165 (setq gnus-newsgroup-unreads
11166 (gnus-add-to-sorted-list gnus-newsgroup-unreads article))))
11167 (gnus-alist-pull article gnus-newsgroup-reads)
11168 t)))
11169
11170 (defun gnus-summary-tick-article-forward (n)
11171 "Tick N articles forwards.
11172 If N is negative, tick backwards instead.
11173 The difference between N and the number of articles ticked is returned."
11174 (interactive "p")
11175 (gnus-summary-mark-forward n gnus-ticked-mark))
11176
11177 (defun gnus-summary-tick-article-backward (n)
11178 "Tick N articles backwards.
11179 The difference between N and the number of articles ticked is returned."
11180 (interactive "p")
11181 (gnus-summary-mark-forward (- n) gnus-ticked-mark))
11182
11183 (defun gnus-summary-tick-article (&optional article clear-mark)
11184 "Mark current article as unread.
11185 Optional 1st argument ARTICLE specifies article number to be marked as unread.
11186 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
11187 (interactive)
11188 (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
11189 gnus-ticked-mark)))
11190
11191 (defun gnus-summary-mark-as-read-forward (n)
11192 "Mark N articles as read forwards.
11193 If N is negative, mark backwards instead.
11194 The difference between N and the actual number of articles marked is
11195 returned."
11196 (interactive "p")
11197 (gnus-summary-mark-forward n gnus-del-mark gnus-inhibit-user-auto-expire))
11198
11199 (defun gnus-summary-mark-as-read-backward (n)
11200 "Mark the N articles as read backwards.
11201 The difference between N and the actual number of articles marked is
11202 returned."
11203 (interactive "p")
11204 (gnus-summary-mark-forward
11205 (- n) gnus-del-mark gnus-inhibit-user-auto-expire))
11206
11207 (defun gnus-summary-mark-as-read (&optional article mark)
11208 "Mark current article as read.
11209 ARTICLE specifies the article to be marked as read.
11210 MARK specifies a string to be inserted at the beginning of the line."
11211 (gnus-summary-mark-article article mark))
11212
11213 (defun gnus-summary-clear-mark-forward (n)
11214 "Clear marks from N articles forward.
11215 If N is negative, clear backward instead.
11216 The difference between N and the number of marks cleared is returned."
11217 (interactive "p")
11218 (gnus-summary-mark-forward n gnus-unread-mark))
11219
11220 (defun gnus-summary-clear-mark-backward (n)
11221 "Clear marks from N articles backward.
11222 The difference between N and the number of marks cleared is returned."
11223 (interactive "p")
11224 (gnus-summary-mark-forward (- n) gnus-unread-mark))
11225
11226 (defun gnus-summary-mark-unread-as-read ()
11227 "Intended to be used by `gnus-mark-article-hook'."
11228 (when (memq gnus-current-article gnus-newsgroup-unreads)
11229 (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
11230
11231 (defun gnus-summary-mark-read-and-unread-as-read (&optional new-mark)
11232 "Intended to be used by `gnus-mark-article-hook'."
11233 (let ((mark (gnus-summary-article-mark)))
11234 (when (or (gnus-unread-mark-p mark)
11235 (gnus-read-mark-p mark))
11236 (gnus-summary-mark-article gnus-current-article
11237 (or new-mark gnus-read-mark)))))
11238
11239 (defun gnus-summary-mark-current-read-and-unread-as-read (&optional new-mark)
11240 "Intended to be used by `gnus-mark-article-hook'."
11241 (let ((mark (gnus-summary-article-mark)))
11242 (when (or (gnus-unread-mark-p mark)
11243 (gnus-read-mark-p mark))
11244 (gnus-summary-mark-article (gnus-summary-article-number)
11245 (or new-mark gnus-read-mark)))))
11246
11247 (defun gnus-summary-mark-unread-as-ticked ()
11248 "Intended to be used by `gnus-mark-article-hook'."
11249 (when (memq gnus-current-article gnus-newsgroup-unreads)
11250 (gnus-summary-mark-article gnus-current-article gnus-ticked-mark)))
11251
11252 (defun gnus-summary-mark-region-as-read (point mark all)
11253 "Mark all unread articles between point and mark as read.
11254 If given a prefix, mark all articles between point and mark as read,
11255 even ticked and dormant ones."
11256 (interactive "r\nP")
11257 (save-excursion
11258 (let (article)
11259 (goto-char point)
11260 (beginning-of-line)
11261 (while (and
11262 (< (point) mark)
11263 (progn
11264 (when (or all
11265 (memq (setq article (gnus-summary-article-number))
11266 gnus-newsgroup-unreads))
11267 (gnus-summary-mark-article article gnus-del-mark))
11268 t)
11269 (gnus-summary-find-next))))))
11270
11271 (defun gnus-summary-mark-below (score mark)
11272 "Mark articles with score less than SCORE with MARK."
11273 (interactive "P\ncMark: ")
11274 (setq score (if score
11275 (prefix-numeric-value score)
11276 (or gnus-summary-default-score 0)))
11277 (with-current-buffer gnus-summary-buffer
11278 (goto-char (point-min))
11279 (while
11280 (progn
11281 (and (< (gnus-summary-article-score) score)
11282 (gnus-summary-mark-article nil mark))
11283 (gnus-summary-find-next)))))
11284
11285 (defun gnus-summary-kill-below (&optional score)
11286 "Mark articles with score below SCORE as read."
11287 (interactive "P")
11288 (gnus-summary-mark-below score gnus-killed-mark))
11289
11290 (defun gnus-summary-clear-above (&optional score)
11291 "Clear all marks from articles with score above SCORE."
11292 (interactive "P")
11293 (gnus-summary-mark-above score gnus-unread-mark))
11294
11295 (defun gnus-summary-tick-above (&optional score)
11296 "Tick all articles with score above SCORE."
11297 (interactive "P")
11298 (gnus-summary-mark-above score gnus-ticked-mark))
11299
11300 (defun gnus-summary-mark-above (score mark)
11301 "Mark articles with score over SCORE with MARK."
11302 (interactive "P\ncMark: ")
11303 (setq score (if score
11304 (prefix-numeric-value score)
11305 (or gnus-summary-default-score 0)))
11306 (with-current-buffer gnus-summary-buffer
11307 (goto-char (point-min))
11308 (while (and (progn
11309 (when (> (gnus-summary-article-score) score)
11310 (gnus-summary-mark-article nil mark))
11311 t)
11312 (gnus-summary-find-next)))))
11313
11314 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
11315 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
11316 (defun gnus-summary-limit-include-expunged (&optional no-error)
11317 "Display all the hidden articles that were expunged for low scores."
11318 (interactive)
11319 (let ((inhibit-read-only t))
11320 (let ((scored gnus-newsgroup-scored)
11321 headers h)
11322 (while scored
11323 (unless (gnus-summary-article-header (caar scored))
11324 (and (setq h (gnus-number-to-header (caar scored)))
11325 (< (cdar scored) gnus-summary-expunge-below)
11326 (push h headers)))
11327 (setq scored (cdr scored)))
11328 (if (not headers)
11329 (when (not no-error)
11330 (error "No expunged articles hidden"))
11331 (goto-char (point-min))
11332 (push gnus-newsgroup-limit gnus-newsgroup-limits)
11333 (setq gnus-newsgroup-limit (copy-sequence gnus-newsgroup-limit))
11334 (dolist (x headers)
11335 (push (mail-header-number x) gnus-newsgroup-limit))
11336 (gnus-summary-prepare-unthreaded (nreverse headers))
11337 (goto-char (point-min))
11338 (gnus-summary-position-point)
11339 t))))
11340
11341 (defun gnus-summary-catchup (&optional all quietly to-here not-mark reverse)
11342 "Mark all unread articles in this newsgroup as read.
11343 If prefix argument ALL is non-nil, ticked and dormant articles will
11344 also be marked as read.
11345 If QUIETLY is non-nil, no questions will be asked.
11346
11347 If TO-HERE is non-nil, it should be a point in the buffer. All
11348 articles before (after, if REVERSE is set) this point will be marked
11349 as read.
11350
11351 Note that this function will only catch up the unread article
11352 in the current summary buffer limitation.
11353
11354 The number of articles marked as read is returned."
11355 (interactive "P")
11356 (prog1
11357 (save-excursion
11358 (when (or quietly
11359 (not gnus-interactive-catchup) ;Without confirmation?
11360 gnus-expert-user
11361 (gnus-y-or-n-p
11362 (if all
11363 "Mark absolutely all articles as read? "
11364 "Mark all unread articles as read? ")))
11365 (if (and not-mark
11366 (not gnus-newsgroup-adaptive)
11367 (not gnus-newsgroup-auto-expire)
11368 (not gnus-suppress-duplicates)
11369 (or (not gnus-use-cache)
11370 (eq gnus-use-cache 'passive)))
11371 (progn
11372 (when all
11373 (setq gnus-newsgroup-marked nil
11374 gnus-newsgroup-spam-marked nil
11375 gnus-newsgroup-dormant nil))
11376 (setq gnus-newsgroup-unreads
11377 (gnus-sorted-nunion
11378 (gnus-sorted-intersection gnus-newsgroup-unreads
11379 gnus-newsgroup-downloadable)
11380 (gnus-sorted-difference gnus-newsgroup-unfetched
11381 gnus-newsgroup-cached))))
11382 ;; We actually mark all articles as canceled, which we
11383 ;; have to do when using auto-expiry or adaptive scoring.
11384 (gnus-summary-show-all-threads)
11385 (if (and to-here reverse)
11386 (progn
11387 (goto-char to-here)
11388 (gnus-summary-mark-current-read-and-unread-as-read
11389 gnus-catchup-mark)
11390 (while (gnus-summary-find-next (not all))
11391 (gnus-summary-mark-article-as-read gnus-catchup-mark)))
11392 (when (gnus-summary-first-subject (not all))
11393 (while (and
11394 (if to-here (< (point) to-here) t)
11395 (gnus-summary-mark-article-as-read gnus-catchup-mark)
11396 (gnus-summary-find-next (not all))))))
11397 (gnus-set-mode-line 'summary))
11398 t))
11399 (gnus-summary-position-point)))
11400
11401 (defun gnus-summary-catchup-to-here (&optional all)
11402 "Mark all unticked articles before the current one as read.
11403 If ALL is non-nil, also mark ticked and dormant articles as read."
11404 (interactive "P")
11405 (save-excursion
11406 (gnus-save-hidden-threads
11407 (let ((beg (point)))
11408 ;; We check that there are unread articles.
11409 (when (or all (gnus-summary-find-prev))
11410 (gnus-summary-catchup all t beg)))))
11411 (gnus-summary-position-point))
11412
11413 (defun gnus-summary-catchup-from-here (&optional all)
11414 "Mark all unticked articles after (and including) the current one as read.
11415 If ALL is non-nil, also mark ticked and dormant articles as read."
11416 (interactive "P")
11417 (save-excursion
11418 (gnus-save-hidden-threads
11419 (let ((beg (point)))
11420 ;; We check that there are unread articles.
11421 (when (or all (gnus-summary-find-next))
11422 (gnus-summary-catchup all t beg nil t)))))
11423 (gnus-summary-position-point))
11424
11425 (defun gnus-summary-catchup-all (&optional quietly)
11426 "Mark all articles in this newsgroup as read.
11427 This command is dangerous. Normally, you want \\[gnus-summary-catchup]
11428 instead, which marks only unread articles as read."
11429 (interactive "P")
11430 (gnus-summary-catchup t quietly))
11431
11432 (defun gnus-summary-catchup-and-exit (&optional all quietly)
11433 "Mark all unread articles in this group as read, then exit.
11434 If prefix argument ALL is non-nil, all articles are marked as read.
11435 If QUIETLY is non-nil, no questions will be asked."
11436 (interactive "P")
11437 (when (gnus-summary-catchup all quietly nil 'fast)
11438 ;; Select next newsgroup or exit.
11439 (if (and (not (gnus-group-quit-config gnus-newsgroup-name))
11440 (eq gnus-auto-select-next 'quietly))
11441 (gnus-summary-next-group nil)
11442 (gnus-summary-exit))))
11443
11444 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
11445 "Mark all articles in this newsgroup as read, and then exit.
11446 This command is dangerous. Normally, you want \\[gnus-summary-catchup-and-exit]
11447 instead, which marks only unread articles as read."
11448 (interactive "P")
11449 (gnus-summary-catchup-and-exit t quietly))
11450
11451 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
11452 "Mark all articles in this group as read and select the next group.
11453 If given a prefix, mark all articles, unread as well as ticked, as
11454 read."
11455 (interactive "P")
11456 (save-excursion
11457 (gnus-summary-catchup all))
11458 (gnus-summary-next-group))
11459
11460 (defun gnus-summary-catchup-and-goto-prev-group (&optional all)
11461 "Mark all articles in this group as read and select the previous group.
11462 If given a prefix, mark all articles, unread as well as ticked, as
11463 read."
11464 (interactive "P")
11465 (save-excursion
11466 (gnus-summary-catchup all))
11467 (gnus-summary-next-group nil nil t))
11468
11469 ;;;
11470 ;;; with article
11471 ;;;
11472
11473 (defmacro gnus-with-article (article &rest forms)
11474 "Select ARTICLE and perform FORMS in the original article buffer.
11475 Then replace the article with the result."
11476 `(progn
11477 ;; We don't want the article to be marked as read.
11478 (let (gnus-mark-article-hook)
11479 (gnus-summary-select-article t t nil ,article))
11480 (set-buffer gnus-original-article-buffer)
11481 ,@forms
11482 (if (not (gnus-check-backend-function
11483 'request-replace-article (car gnus-article-current)))
11484 (gnus-message 5 "Read-only group; not replacing")
11485 (unless (gnus-request-replace-article
11486 ,article (car gnus-article-current)
11487 (current-buffer) t)
11488 (error "Couldn't replace article")))
11489 ;; The cache and backlog have to be flushed somewhat.
11490 (when gnus-keep-backlog
11491 (gnus-backlog-remove-article
11492 (car gnus-article-current) (cdr gnus-article-current)))
11493 (when gnus-use-cache
11494 (gnus-cache-update-article
11495 (car gnus-article-current) (cdr gnus-article-current)))))
11496
11497 (put 'gnus-with-article 'lisp-indent-function 1)
11498 (put 'gnus-with-article 'edebug-form-spec '(form body))
11499
11500 ;; Thread-based commands.
11501
11502 (defun gnus-summary-articles-in-thread (&optional article)
11503 "Return a list of all articles in the current thread.
11504 If ARTICLE is non-nil, return all articles in the thread that starts
11505 with that article."
11506 (let* ((article (or article (gnus-summary-article-number)))
11507 (data (gnus-data-find-list article))
11508 (top-level (gnus-data-level (car data)))
11509 (top-subject
11510 (cond ((null gnus-thread-operation-ignore-subject)
11511 (gnus-simplify-subject-re
11512 (mail-header-subject (gnus-data-header (car data)))))
11513 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
11514 (gnus-simplify-subject-fuzzy
11515 (mail-header-subject (gnus-data-header (car data)))))
11516 (t nil)))
11517 (end-point (save-excursion
11518 (goto-char (gnus-data-pos (car data)))
11519 (if (gnus-summary-go-to-next-thread)
11520 (point) (point-max))))
11521 articles)
11522 (while (and data
11523 (< (gnus-data-pos (car data)) end-point))
11524 (when (or (not top-subject)
11525 (string= top-subject
11526 (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
11527 (gnus-simplify-subject-fuzzy
11528 (mail-header-subject
11529 (gnus-data-header (car data))))
11530 (gnus-simplify-subject-re
11531 (mail-header-subject
11532 (gnus-data-header (car data)))))))
11533 (push (gnus-data-number (car data)) articles))
11534 (unless (and (setq data (cdr data))
11535 (> (gnus-data-level (car data)) top-level))
11536 (setq data nil)))
11537 ;; Return the list of articles.
11538 (nreverse articles)))
11539
11540 (defun gnus-summary-rethread-current ()
11541 "Rethread the thread the current article is part of."
11542 (interactive)
11543 (let* ((gnus-show-threads t)
11544 (article (gnus-summary-article-number))
11545 (id (mail-header-id (gnus-summary-article-header)))
11546 (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
11547 (unless id
11548 (error "No article on the current line"))
11549 (gnus-rebuild-thread id)
11550 (gnus-summary-goto-subject article)))
11551
11552 (defun gnus-summary-reparent-thread ()
11553 "Make the current article child of the marked (or previous) article.
11554
11555 Note that the re-threading will only work if `gnus-thread-ignore-subject'
11556 is non-nil or the Subject: of both articles are the same."
11557 (interactive)
11558 (unless (not (gnus-group-read-only-p))
11559 (error "The current newsgroup does not support article editing"))
11560 (unless (<= (length gnus-newsgroup-processable) 1)
11561 (error "No more than one article may be marked"))
11562 (let ((child (gnus-summary-article-number))
11563 ;; First grab the marked article, otherwise one line up.
11564 (parent (if (not (null gnus-newsgroup-processable))
11565 (car gnus-newsgroup-processable)
11566 (save-excursion
11567 (if (eq (forward-line -1) 0)
11568 (gnus-summary-article-number)
11569 (error "Beginning of summary buffer"))))))
11570 (gnus-summary-reparent-children parent (list child))))
11571
11572 (defun gnus-summary-reparent-children (parent children)
11573 "Make PARENT the parent of CHILDREN.
11574 When called interactively, PARENT is the current article and CHILDREN
11575 are the process-marked articles."
11576 (interactive
11577 (list (gnus-summary-article-number)
11578 (gnus-summary-work-articles nil)))
11579 (dolist (child children)
11580 (save-window-excursion
11581 (let ((gnus-article-buffer " *reparent*"))
11582 (unless (not (eq parent child))
11583 (error "An article may not be self-referential"))
11584 (let ((message-id (mail-header-id
11585 (gnus-summary-article-header parent))))
11586 (unless (and message-id (not (equal message-id "")))
11587 (error "No message-id in desired parent"))
11588 (gnus-with-article child
11589 (save-restriction
11590 (goto-char (point-min))
11591 (message-narrow-to-head)
11592 (if (re-search-forward "^References: " nil t)
11593 (progn
11594 (re-search-forward "^[^ \t]" nil t)
11595 (forward-line -1)
11596 (end-of-line)
11597 (insert " " message-id))
11598 (insert "References: " message-id "\n"))))
11599 (set-buffer gnus-summary-buffer)
11600 (gnus-summary-unmark-all-processable)
11601 (gnus-summary-update-article child)
11602 (when (gnus-summary-goto-subject (cdr gnus-article-current) nil t)
11603 (gnus-summary-update-secondary-mark (cdr gnus-article-current)))
11604 (gnus-summary-rethread-current)
11605 (gnus-message 3 "Article %d is now the child of article %d"
11606 child parent))))))
11607
11608 (defun gnus-summary-toggle-threads (&optional arg)
11609 "Toggle showing conversation threads.
11610 If ARG is positive number, turn showing conversation threads on."
11611 (interactive "P")
11612 (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
11613 (setq gnus-show-threads
11614 (if (null arg) (not gnus-show-threads)
11615 (> (prefix-numeric-value arg) 0)))
11616 (gnus-summary-prepare)
11617 (gnus-summary-goto-subject current)
11618 (gnus-message 6 "Threading is now %s" (if gnus-show-threads "on" "off"))
11619 (gnus-summary-position-point)))
11620
11621 (eval-and-compile
11622 (if (fboundp 'remove-overlays)
11623 (defalias 'gnus-remove-overlays 'remove-overlays)
11624 (defun gnus-remove-overlays (beg end name val)
11625 "Clear BEG and END of overlays whose property NAME has value VAL.
11626 For compatibility with XEmacs."
11627 (dolist (ov (gnus-overlays-in beg end))
11628 (when (eq (gnus-overlay-get ov name) val)
11629 (gnus-delete-overlay ov))))))
11630
11631 (defun gnus-summary-show-all-threads ()
11632 "Show all threads."
11633 (interactive)
11634 (gnus-remove-overlays (point-min) (point-max) 'invisible 'gnus-sum)
11635 (gnus-summary-position-point))
11636
11637 (defsubst gnus-summary--inv (p)
11638 (and (eq (get-char-property p 'invisible) 'gnus-sum) p))
11639
11640 (defun gnus-summary-show-thread ()
11641 "Show thread subtrees.
11642 Returns nil if no thread was there to be shown."
11643 (interactive)
11644 (let* ((orig (point))
11645 (end (point-at-eol))
11646 (end (or (gnus-summary--inv end) (gnus-summary--inv (1- end))))
11647 ;; Leave point at bol
11648 (beg (progn (beginning-of-line) (if (bobp) (point) (1- (point)))))
11649 (eoi (when end
11650 (if (fboundp 'next-single-char-property-change)
11651 ;; Note: XEmacs version of n-s-c-p-c may return nil
11652 (or (next-single-char-property-change end 'invisible)
11653 (point-max))
11654 (while (progn
11655 (end-of-line 2)
11656 (and (not (eobp))
11657 (eq (get-char-property (point) 'invisible)
11658 'gnus-sum))))
11659 (point)))))
11660 (when eoi
11661 (gnus-remove-overlays beg eoi 'invisible 'gnus-sum)
11662 (goto-char orig)
11663 (gnus-summary-position-point)
11664 eoi)))
11665
11666 (defun gnus-summary-maybe-hide-threads ()
11667 "If requested, hide the threads that should be hidden."
11668 (when (and gnus-show-threads
11669 gnus-thread-hide-subtree)
11670 (gnus-summary-hide-all-threads
11671 (if (or (consp gnus-thread-hide-subtree)
11672 (functionp gnus-thread-hide-subtree))
11673 (gnus-make-predicate gnus-thread-hide-subtree)
11674 nil))))
11675
11676 ;;; Hiding predicates.
11677
11678 (defun gnus-article-unread-p (header)
11679 (memq (mail-header-number header) gnus-newsgroup-unreads))
11680
11681 (defun gnus-article-unseen-p (header)
11682 (memq (mail-header-number header) gnus-newsgroup-unseen))
11683
11684 (defun gnus-map-articles (predicate articles)
11685 "Map PREDICATE over ARTICLES and return non-nil if any predicate is non-nil."
11686 (apply 'gnus-or (mapcar predicate
11687 (mapcar (lambda (number)
11688 (gnus-summary-article-header number))
11689 articles))))
11690
11691 (defun gnus-summary-hide-all-threads (&optional predicate)
11692 "Hide all thread subtrees.
11693 If PREDICATE is supplied, threads that satisfy this predicate
11694 will not be hidden."
11695 (interactive)
11696 (save-excursion
11697 (goto-char (point-min))
11698 (let ((end nil)
11699 (count 0))
11700 (while (not end)
11701 (incf count)
11702 (when (zerop (mod count 1000))
11703 (message "Hiding all threads... %d" count))
11704 (when (or (not predicate)
11705 (gnus-map-articles
11706 predicate (gnus-summary-article-children)))
11707 (gnus-summary-hide-thread))
11708 (setq end (not (zerop (gnus-summary-next-thread 1 t)))))))
11709 (gnus-summary-position-point))
11710
11711 (defun gnus-summary-hide-thread ()
11712 "Hide thread subtrees.
11713 If PREDICATE is supplied, threads that satisfy this predicate
11714 will not be hidden.
11715 Returns nil if no threads were there to be hidden."
11716 (interactive)
11717 (beginning-of-line)
11718 (let ((start (point))
11719 (starteol (line-end-position))
11720 (article (gnus-summary-article-number)))
11721 ;; Go forward until either the buffer ends or the subthread ends.
11722 (when (and (not (eobp))
11723 (or (zerop (gnus-summary-next-thread 1 t))
11724 (goto-char (point-max))))
11725 (if (and (> (point) start)
11726 ;; FIXME: this should actually search for a non-invisible \n.
11727 (search-backward "\n" start t))
11728 (progn
11729 (when (> (point) starteol)
11730 (gnus-remove-overlays starteol (point) 'invisible 'gnus-sum)
11731 (let ((ol (gnus-make-overlay starteol (point) nil t nil)))
11732 (gnus-overlay-put ol 'invisible 'gnus-sum)
11733 (gnus-overlay-put ol 'evaporate t)))
11734 (gnus-summary-goto-subject article)
11735 (when (> start (point))
11736 (message "Hiding the thread moved us backwards, aborting!")
11737 (goto-char (point-max))))
11738 (goto-char start)
11739 nil))))
11740
11741 (defun gnus-summary-go-to-next-thread (&optional previous)
11742 "Go to the same level (or less) next thread.
11743 If PREVIOUS is non-nil, go to previous thread instead.
11744 Return the article number moved to, or nil if moving was impossible."
11745 (let ((level (gnus-summary-thread-level))
11746 (way (if previous -1 1))
11747 (beg (point)))
11748 (forward-line way)
11749 (while (and (not (eobp))
11750 (< level (gnus-summary-thread-level)))
11751 (forward-line way))
11752 (if (eobp)
11753 (progn
11754 (goto-char beg)
11755 nil)
11756 (setq beg (point))
11757 (prog1
11758 (gnus-summary-article-number)
11759 (goto-char beg)))))
11760
11761 (defun gnus-summary-next-thread (n &optional silent)
11762 "Go to the same level next N'th thread.
11763 If N is negative, search backward instead.
11764 Returns the difference between N and the number of skips actually
11765 done.
11766
11767 If SILENT, don't output messages."
11768 (interactive "p")
11769 (let ((backward (< n 0))
11770 (n (abs n)))
11771 (while (and (> n 0)
11772 (gnus-summary-go-to-next-thread backward))
11773 (decf n))
11774 (unless silent
11775 (gnus-summary-position-point))
11776 (when (and (not silent) (/= 0 n))
11777 (gnus-message 7 "No more threads"))
11778 n))
11779
11780 (defun gnus-summary-prev-thread (n)
11781 "Go to the same level previous N'th thread.
11782 Returns the difference between N and the number of skips actually
11783 done."
11784 (interactive "p")
11785 (gnus-summary-next-thread (- n)))
11786
11787 (defun gnus-summary-go-down-thread ()
11788 "Go down one level in the current thread."
11789 (let ((children (gnus-summary-article-children)))
11790 (when children
11791 (gnus-summary-goto-subject (car children)))))
11792
11793 (defun gnus-summary-go-up-thread ()
11794 "Go up one level in the current thread."
11795 (let ((parent (gnus-summary-article-parent)))
11796 (when parent
11797 (gnus-summary-goto-subject parent))))
11798
11799 (defun gnus-summary-down-thread (n)
11800 "Go down thread N steps.
11801 If N is negative, go up instead.
11802 Returns the difference between N and how many steps down that were
11803 taken."
11804 (interactive "p")
11805 (let ((up (< n 0))
11806 (n (abs n)))
11807 (while (and (> n 0)
11808 (if up (gnus-summary-go-up-thread)
11809 (gnus-summary-go-down-thread)))
11810 (setq n (1- n)))
11811 (gnus-summary-position-point)
11812 (when (/= 0 n)
11813 (gnus-message 7 "Can't go further"))
11814 n))
11815
11816 (defun gnus-summary-up-thread (n)
11817 "Go up thread N steps.
11818 If N is negative, go down instead.
11819 Returns the difference between N and how many steps down that were
11820 taken."
11821 (interactive "p")
11822 (gnus-summary-down-thread (- n)))
11823
11824 (defun gnus-summary-top-thread ()
11825 "Go to the top of the thread."
11826 (interactive)
11827 (while (gnus-summary-go-up-thread))
11828 (gnus-summary-article-number))
11829
11830 (defun gnus-summary-expire-thread ()
11831 "Mark articles under current thread as expired."
11832 (interactive)
11833 (gnus-summary-kill-thread 0))
11834
11835 (defun gnus-summary-kill-thread (&optional unmark)
11836 "Mark articles under current thread as read.
11837 If the prefix argument is positive, remove any kinds of marks.
11838 If the prefix argument is zero, mark thread as expired.
11839 If the prefix argument is negative, tick articles instead."
11840 (interactive "P")
11841 (when unmark
11842 (setq unmark (prefix-numeric-value unmark)))
11843 (let ((articles (gnus-summary-articles-in-thread))
11844 (hide (or (null unmark) (= unmark 0))))
11845 (save-excursion
11846 ;; Expand the thread.
11847 (gnus-summary-show-thread)
11848 ;; Mark all the articles.
11849 (while articles
11850 (gnus-summary-goto-subject (car articles))
11851 (cond ((null unmark)
11852 (gnus-summary-mark-article-as-read gnus-killed-mark))
11853 ((> unmark 0)
11854 (gnus-summary-mark-article-as-unread gnus-unread-mark))
11855 ((= unmark 0)
11856 (gnus-summary-mark-article nil gnus-expirable-mark))
11857 (t
11858 (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
11859 (setq articles (cdr articles))))
11860 ;; Hide killed subtrees when hide is true.
11861 (and hide
11862 gnus-thread-hide-killed
11863 (gnus-summary-hide-thread))
11864 ;; If hide is t, go to next unread subject.
11865 (when hide
11866 ;; Go to next unread subject.
11867 (gnus-summary-next-subject 1 t)))
11868 (gnus-set-mode-line 'summary))
11869
11870 ;; Summary sorting commands
11871
11872 (defun gnus-summary-sort-by-number (&optional reverse)
11873 "Sort the summary buffer by article number.
11874 Argument REVERSE means reverse order."
11875 (interactive "P")
11876 (gnus-summary-sort 'number reverse))
11877
11878 (defun gnus-summary-sort-by-most-recent-number (&optional reverse)
11879 "Sort the summary buffer by most recent article number.
11880 Argument REVERSE means reverse order."
11881 (interactive "P")
11882 (gnus-summary-sort 'most-recent-number reverse))
11883
11884 (defun gnus-summary-sort-by-random (&optional reverse)
11885 "Randomize the order in the summary buffer.
11886 Argument REVERSE means to randomize in reverse order."
11887 (interactive "P")
11888 (gnus-summary-sort 'random reverse))
11889
11890 (defun gnus-summary-sort-by-author (&optional reverse)
11891 "Sort the summary buffer by author name alphabetically.
11892 If `case-fold-search' is non-nil, case of letters is ignored.
11893 Argument REVERSE means reverse order."
11894 (interactive "P")
11895 (gnus-summary-sort 'author reverse))
11896
11897 (defun gnus-summary-sort-by-recipient (&optional reverse)
11898 "Sort the summary buffer by recipient name alphabetically.
11899 If `case-fold-search' is non-nil, case of letters is ignored.
11900 Argument REVERSE means reverse order."
11901 (interactive "P")
11902 (gnus-summary-sort 'recipient reverse))
11903
11904 (defun gnus-summary-sort-by-subject (&optional reverse)
11905 "Sort the summary buffer by subject alphabetically. `Re:'s are ignored.
11906 If `case-fold-search' is non-nil, case of letters is ignored.
11907 Argument REVERSE means reverse order."
11908 (interactive "P")
11909 (gnus-summary-sort 'subject reverse))
11910
11911 (defun gnus-summary-sort-by-date (&optional reverse)
11912 "Sort the summary buffer by date.
11913 Argument REVERSE means reverse order."
11914 (interactive "P")
11915 (gnus-summary-sort 'date reverse))
11916
11917 (defun gnus-summary-sort-by-most-recent-date (&optional reverse)
11918 "Sort the summary buffer by most recent date.
11919 Argument REVERSE means reverse order."
11920 (interactive "P")
11921 (gnus-summary-sort 'most-recent-date reverse))
11922
11923 (defun gnus-summary-sort-by-score (&optional reverse)
11924 "Sort the summary buffer by score.
11925 Argument REVERSE means reverse order."
11926 (interactive "P")
11927 (gnus-summary-sort 'score reverse))
11928
11929 (defun gnus-summary-sort-by-lines (&optional reverse)
11930 "Sort the summary buffer by the number of lines.
11931 Argument REVERSE means reverse order."
11932 (interactive "P")
11933 (gnus-summary-sort 'lines reverse))
11934
11935 (defun gnus-summary-sort-by-chars (&optional reverse)
11936 "Sort the summary buffer by article length.
11937 Argument REVERSE means reverse order."
11938 (interactive "P")
11939 (gnus-summary-sort 'chars reverse))
11940
11941 (defun gnus-summary-sort-by-original (&optional reverse)
11942 "Sort the summary buffer using the default sorting method.
11943 Argument REVERSE means reverse order."
11944 (interactive "P")
11945 (let* ((inhibit-read-only t)
11946 (gnus-summary-prepare-hook nil))
11947 ;; We do the sorting by regenerating the threads.
11948 (gnus-summary-prepare)
11949 ;; Hide subthreads if needed.
11950 (gnus-summary-maybe-hide-threads)))
11951
11952 (defun gnus-summary-sort (predicate reverse)
11953 "Sort summary buffer by PREDICATE. REVERSE means reverse order."
11954 (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
11955 (article (intern (format "gnus-article-sort-by-%s" predicate)))
11956 (gnus-thread-sort-functions
11957 (if (not reverse)
11958 thread
11959 `(lambda (t1 t2)
11960 (,thread t2 t1))))
11961 (gnus-sort-gathered-threads-function
11962 gnus-thread-sort-functions)
11963 (gnus-article-sort-functions
11964 (if (not reverse)
11965 article
11966 `(lambda (t1 t2)
11967 (,article t2 t1))))
11968 (inhibit-read-only t)
11969 (gnus-summary-prepare-hook nil))
11970 ;; We do the sorting by regenerating the threads.
11971 (gnus-summary-prepare)
11972 ;; Hide subthreads if needed.
11973 (gnus-summary-maybe-hide-threads)))
11974
11975 ;; Summary saving commands.
11976
11977 (defun gnus-summary-save-article (&optional n not-saved)
11978 "Save the current article using the default saver function.
11979 If N is a positive number, save the N next articles.
11980 If N is a negative number, save the N previous articles.
11981 If N is nil and any articles have been marked with the process mark,
11982 save those articles instead.
11983 The variable `gnus-default-article-saver' specifies the saver function.
11984
11985 If the optional second argument NOT-SAVED is non-nil, articles saved
11986 will not be marked as saved."
11987 (interactive "P")
11988 (require 'gnus-art)
11989 (let* ((articles (gnus-summary-work-articles n))
11990 (save-buffer (save-excursion
11991 (nnheader-set-temp-buffer " *Gnus Save*")))
11992 (num (length articles))
11993 ;; Whether to save decoded articles or raw articles.
11994 (decode (when gnus-article-save-coding-system
11995 (get gnus-default-article-saver :decode)))
11996 ;; When saving many articles in a single file, use the other
11997 ;; function to save articles other than the first one.
11998 (saver2 (get gnus-default-article-saver :function))
11999 (gnus-prompt-before-saving (if saver2
12000 t
12001 gnus-prompt-before-saving))
12002 (gnus-default-article-saver gnus-default-article-saver)
12003 header file)
12004 (dolist (article articles)
12005 (setq header (gnus-summary-article-header article))
12006 (if (not (vectorp header))
12007 ;; This is a pseudo-article.
12008 (if (assq 'name header)
12009 (gnus-copy-file (cdr (assq 'name header)))
12010 (gnus-message 1 "Article %d is unsavable" article))
12011 ;; This is a real article.
12012 (save-window-excursion
12013 (gnus-summary-select-article decode decode nil article)
12014 (gnus-summary-goto-subject article))
12015 (with-current-buffer save-buffer
12016 (erase-buffer)
12017 (insert-buffer-substring (if decode
12018 gnus-article-buffer
12019 gnus-original-article-buffer)))
12020 (setq file (gnus-article-save save-buffer file num))
12021 (gnus-summary-remove-process-mark article)
12022 (unless not-saved
12023 (gnus-summary-set-saved-mark article)))
12024 (when saver2
12025 (setq gnus-default-article-saver saver2
12026 saver2 nil)))
12027 (gnus-kill-buffer save-buffer)
12028 (gnus-summary-position-point)
12029 (gnus-set-mode-line 'summary)
12030 n))
12031
12032 (declare-function gnus-summary-save-in-pipe "gnus-art" (&optional command raw))
12033
12034 (defun gnus-summary-pipe-output (&optional n sym)
12035 "Pipe the current article to a subprocess.
12036 If N is a positive number, pipe the N next articles.
12037 If N is a negative number, pipe the N previous articles.
12038 If N is nil and any articles have been marked with the process mark,
12039 pipe those articles instead.
12040 The default command to which articles are piped is specified by the
12041 variable `gnus-summary-pipe-output-default-command'; if it is nil, you
12042 will be prompted for the command.
12043
12044 The properties `:decode' and `:headers' that are put to the function
12045 symbol `gnus-summary-save-in-pipe' control whether this function
12046 decodes articles and what headers to keep (see the doc string for the
12047 `gnus-default-article-saver' variable). If SYM (the symbolic prefix)
12048 is neither omitted nor the symbol `r', force including all headers
12049 regardless of the `:headers' property. If it is the symbol `r',
12050 articles that are not decoded and include all headers will be piped
12051 no matter what the properties `:decode' and `:headers' are."
12052 (interactive (gnus-interactive "P\ny"))
12053 (require 'gnus-art)
12054 (let* ((articles (gnus-summary-work-articles n))
12055 (result-buffer "*Shell Command Output*")
12056 (all-headers (not (memq sym '(nil r))))
12057 (gnus-save-all-headers (or all-headers gnus-save-all-headers))
12058 (raw (eq sym 'r))
12059 (headers (get 'gnus-summary-save-in-pipe :headers))
12060 command result)
12061 (unless (numberp (car articles))
12062 (error "No article to pipe"))
12063 (setq command (gnus-read-shell-command
12064 (concat "Shell command on "
12065 (if (cdr articles)
12066 (format "these %d articles" (length articles))
12067 "this article")
12068 ": ")
12069 gnus-summary-pipe-output-default-command))
12070 (when (string-equal command "")
12071 (error "A command is required"))
12072 (when all-headers
12073 (put 'gnus-summary-save-in-pipe :headers nil))
12074 (unwind-protect
12075 (while articles
12076 (gnus-summary-goto-subject (pop articles))
12077 (save-window-excursion (gnus-summary-save-in-pipe command raw))
12078 (when (and (get-buffer result-buffer)
12079 (not (zerop (buffer-size (get-buffer result-buffer)))))
12080 (setq result (concat result (with-current-buffer result-buffer
12081 (buffer-string))))))
12082 (put 'gnus-summary-save-in-pipe :headers headers))
12083 (unless (zerop (length result))
12084 (if (with-current-buffer (get-buffer-create result-buffer)
12085 (erase-buffer)
12086 (insert result)
12087 (prog1
12088 (and (= (count-lines (point-min) (point)) 1)
12089 (progn
12090 (end-of-line 0)
12091 (<= (current-column)
12092 (window-width (minibuffer-window)))))
12093 (goto-char (point-min))))
12094 (message "%s" (substring result 0 -1))
12095 (message nil)
12096 (gnus-configure-windows 'pipe)))))
12097
12098 (defun gnus-summary-save-article-mail (&optional arg)
12099 "Append the current article to a Unix mail box file.
12100 If N is a positive number, save the N next articles.
12101 If N is a negative number, save the N previous articles.
12102 If N is nil and any articles have been marked with the process mark,
12103 save those articles instead."
12104 (interactive "P")
12105 (require 'gnus-art)
12106 (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
12107 (gnus-summary-save-article arg)))
12108
12109 (defun gnus-summary-save-article-rmail (&optional arg)
12110 "Append the current article to an rmail file.
12111 If N is a positive number, save the N next articles.
12112 If N is a negative number, save the N previous articles.
12113 If N is nil and any articles have been marked with the process mark,
12114 save those articles instead."
12115 (interactive "P")
12116 (require 'gnus-art)
12117 (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
12118 (gnus-summary-save-article arg)))
12119
12120 (defun gnus-summary-save-article-file (&optional arg)
12121 "Append the current article to a file.
12122 If N is a positive number, save the N next articles.
12123 If N is a negative number, save the N previous articles.
12124 If N is nil and any articles have been marked with the process mark,
12125 save those articles instead."
12126 (interactive "P")
12127 (require 'gnus-art)
12128 (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
12129 (gnus-summary-save-article arg)))
12130
12131 (defun gnus-summary-write-article-file (&optional arg)
12132 "Write the current article to a file, deleting the previous file.
12133 If N is a positive number, save the N next articles.
12134 If N is a negative number, save the N previous articles.
12135 If N is nil and any articles have been marked with the process mark,
12136 save those articles instead."
12137 (interactive "P")
12138 (require 'gnus-art)
12139 (let ((gnus-default-article-saver 'gnus-summary-write-to-file))
12140 (gnus-summary-save-article arg)))
12141
12142 (defun gnus-summary-save-article-body-file (&optional arg)
12143 "Append the current article body to a file.
12144 If N is a positive number, save the N next articles.
12145 If N is a negative number, save the N previous articles.
12146 If N is nil and any articles have been marked with the process mark,
12147 save those articles instead."
12148 (interactive "P")
12149 (require 'gnus-art)
12150 (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
12151 (gnus-summary-save-article arg)))
12152
12153 (defun gnus-summary-write-article-body-file (&optional arg)
12154 "Write the current article body to a file, deleting the previous file.
12155 If N is a positive number, save the N next articles.
12156 If N is a negative number, save the N previous articles.
12157 If N is nil and any articles have been marked with the process mark,
12158 save those articles instead."
12159 (interactive "P")
12160 (require 'gnus-art)
12161 (let ((gnus-default-article-saver 'gnus-summary-write-body-to-file))
12162 (gnus-summary-save-article arg)))
12163
12164 (defun gnus-summary-muttprint (&optional arg)
12165 "Print the current article using Muttprint.
12166 If N is a positive number, save the N next articles.
12167 If N is a negative number, save the N previous articles.
12168 If N is nil and any articles have been marked with the process mark,
12169 save those articles instead."
12170 (interactive "P")
12171 (require 'gnus-art)
12172 (let ((gnus-default-article-saver 'gnus-summary-pipe-to-muttprint))
12173 (gnus-summary-save-article arg t)))
12174
12175 (defun gnus-summary-pipe-message (program)
12176 "Pipe the current article through PROGRAM."
12177 (interactive "sProgram: ")
12178 (gnus-summary-select-article)
12179 (let ((mail-header-separator ""))
12180 (gnus-eval-in-buffer-window gnus-article-buffer
12181 (save-restriction
12182 (widen)
12183 (let ((start (window-start))
12184 (inhibit-read-only t))
12185 (message-pipe-buffer-body program)
12186 (set-window-start (get-buffer-window (current-buffer)) start))))))
12187
12188 (defun gnus-get-split-value (methods)
12189 "Return a value based on the split METHODS."
12190 (let (split-name method result match)
12191 (when methods
12192 (with-current-buffer gnus-original-article-buffer
12193 (save-restriction
12194 (nnheader-narrow-to-headers)
12195 (while (and methods (not split-name))
12196 (goto-char (point-min))
12197 (setq method (pop methods))
12198 (setq match (car method))
12199 (when (cond
12200 ((stringp match)
12201 ;; Regular expression.
12202 (ignore-errors
12203 (re-search-forward match nil t)))
12204 ((functionp match)
12205 ;; Function.
12206 (save-restriction
12207 (widen)
12208 (setq result (funcall match gnus-newsgroup-name))))
12209 ((consp match)
12210 ;; Form.
12211 (save-restriction
12212 (widen)
12213 (setq result (eval match)))))
12214 (setq split-name (cdr method))
12215 (cond ((stringp result)
12216 (push (expand-file-name
12217 result gnus-article-save-directory)
12218 split-name))
12219 ((consp result)
12220 (setq split-name (append result split-name)))))))))
12221 (nreverse split-name)))
12222
12223 (defun gnus-valid-move-group-p (group)
12224 (and (symbolp group)
12225 (boundp group)
12226 (symbol-name group)
12227 (symbol-value group)
12228 (gnus-get-function (gnus-find-method-for-group
12229 (symbol-name group)) 'request-accept-article t)))
12230
12231 (defun gnus-read-move-group-name (prompt default articles prefix)
12232 "Read a group name."
12233 (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
12234 (minibuffer-confirm-incomplete nil) ; XEmacs
12235 (prom
12236 (format "%s %s to"
12237 prompt
12238 (if (> (length articles) 1)
12239 (format "these %d articles" (length articles))
12240 "this article")))
12241 (to-newsgroup
12242 (cond
12243 ((null split-name)
12244 (gnus-group-completing-read
12245 prom
12246 (gnus-remove-if-not 'gnus-valid-move-group-p gnus-active-hashtb t)
12247 nil prefix nil default))
12248 ((= 1 (length split-name))
12249 (gnus-group-completing-read
12250 prom
12251 (gnus-remove-if-not 'gnus-valid-move-group-p gnus-active-hashtb t)
12252 nil prefix 'gnus-group-history (car split-name)))
12253 (t
12254 (gnus-completing-read
12255 prom (nreverse split-name) nil nil 'gnus-group-history))))
12256 (to-method (gnus-server-to-method (gnus-group-method to-newsgroup)))
12257 encoded)
12258 (when to-newsgroup
12259 (if (or (string= to-newsgroup "")
12260 (string= to-newsgroup prefix))
12261 (setq to-newsgroup default))
12262 (unless to-newsgroup
12263 (error "No group name entered"))
12264 (setq encoded (mm-encode-coding-string
12265 to-newsgroup
12266 (gnus-group-name-charset to-method to-newsgroup)))
12267 (or (gnus-active encoded)
12268 (gnus-activate-group encoded nil nil to-method)
12269 (if (gnus-y-or-n-p (format "No such group: %s. Create it? "
12270 to-newsgroup))
12271 (or (and (gnus-request-create-group encoded to-method)
12272 (gnus-activate-group encoded nil nil to-method)
12273 (gnus-subscribe-group encoded))
12274 (error "Couldn't create group %s" to-newsgroup)))
12275 (error "No such group: %s" to-newsgroup))
12276 encoded)))
12277
12278 (defvar gnus-summary-save-parts-counter)
12279 (declare-function mm-uu-dissect "mm-uu" (&optional noheader mime-type))
12280
12281 (defun gnus-summary-save-parts (type dir n &optional reverse)
12282 "Save parts matching TYPE to DIR.
12283 If REVERSE, save parts that do not match TYPE."
12284 (interactive
12285 (list (read-string "Save parts of type: "
12286 (or (car gnus-summary-save-parts-type-history)
12287 gnus-summary-save-parts-default-mime)
12288 'gnus-summary-save-parts-type-history)
12289 (setq gnus-summary-save-parts-last-directory
12290 (read-directory-name "Save to directory: "
12291 gnus-summary-save-parts-last-directory
12292 nil t))
12293 current-prefix-arg))
12294 (gnus-summary-iterate n
12295 (let ((gnus-display-mime-function nil)
12296 gnus-article-prepare-hook
12297 gnus-article-decode-hook
12298 gnus-display-mime-function
12299 gnus-break-pages
12300 (gnus-inhibit-treatment t))
12301 (gnus-summary-select-article))
12302 (with-current-buffer gnus-article-buffer
12303 (let ((handles (or gnus-article-mime-handles
12304 (mm-dissect-buffer nil gnus-article-loose-mime)
12305 (and gnus-article-emulate-mime
12306 (mm-uu-dissect))))
12307 (gnus-summary-save-parts-counter 1))
12308 (when handles
12309 (gnus-summary-save-parts-1 type dir handles reverse)
12310 (unless gnus-article-mime-handles ;; Don't destroy this case.
12311 (mm-destroy-parts handles)))))))
12312
12313 (defun gnus-summary-save-parts-1 (type dir handle reverse)
12314 (if (stringp (car handle))
12315 (mapcar (lambda (h) (gnus-summary-save-parts-1 type dir h reverse))
12316 (cdr handle))
12317 (when (if reverse
12318 (not (string-match type (mm-handle-media-type handle)))
12319 (string-match type (mm-handle-media-type handle)))
12320 (let ((file (expand-file-name
12321 (gnus-map-function
12322 mm-file-name-rewrite-functions
12323 (file-name-nondirectory
12324 (or
12325 (mm-handle-filename handle)
12326 (format "%s.%d.%d" gnus-newsgroup-name
12327 (cdr gnus-article-current)
12328 gnus-summary-save-parts-counter))))
12329 dir)))
12330 (incf gnus-summary-save-parts-counter)
12331 (unless (file-exists-p file)
12332 (mm-save-part-to-file handle file))))))
12333
12334 ;; Summary extract commands
12335
12336 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
12337 (let ((inhibit-read-only t)
12338 (article (gnus-summary-article-number))
12339 after-article b e)
12340 (unless (gnus-summary-goto-subject article)
12341 (error "No such article: %d" article))
12342 (gnus-summary-position-point)
12343 ;; If all commands are to be bunched up on one line, we collect
12344 ;; them here.
12345 (unless gnus-view-pseudos-separately
12346 (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
12347 files action)
12348 (while ps
12349 (setq action (cdr (assq 'action (car ps))))
12350 (setq files (list (cdr (assq 'name (car ps)))))
12351 (while (and ps (cdr ps)
12352 (string= (or action "1")
12353 (or (cdr (assq 'action (cadr ps))) "2")))
12354 (push (cdr (assq 'name (cadr ps))) files)
12355 (setcdr ps (cddr ps)))
12356 (when files
12357 (when (not (string-match "%s" action))
12358 (push " " files))
12359 (push " " files)
12360 (when (assq 'execute (car ps))
12361 (setcdr (assq 'execute (car ps))
12362 (funcall (if (string-match "%s" action)
12363 'format 'concat)
12364 action
12365 (mapconcat
12366 (lambda (f)
12367 (if (equal f " ")
12368 f
12369 (shell-quote-argument f)))
12370 files " ")))))
12371 (setq ps (cdr ps)))))
12372 (if (and gnus-view-pseudos (not not-view))
12373 (while pslist
12374 (when (assq 'execute (car pslist))
12375 (gnus-execute-command (cdr (assq 'execute (car pslist)))
12376 (eq gnus-view-pseudos 'not-confirm)))
12377 (setq pslist (cdr pslist)))
12378 (save-excursion
12379 (while pslist
12380 (setq after-article (or (cdr (assq 'article (car pslist)))
12381 (gnus-summary-article-number)))
12382 (gnus-summary-goto-subject after-article)
12383 (forward-line 1)
12384 (setq b (point))
12385 (insert " " (file-name-nondirectory
12386 (cdr (assq 'name (car pslist))))
12387 ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
12388 (setq e (point))
12389 (forward-line -1) ; back to `b'
12390 (gnus-add-text-properties
12391 b (1- e) (list 'gnus-number gnus-reffed-article-number
12392 gnus-mouse-face-prop gnus-mouse-face))
12393 (gnus-data-enter
12394 after-article gnus-reffed-article-number
12395 gnus-unread-mark b (car pslist) 0 (- e b))
12396 (setq gnus-newsgroup-unreads
12397 (gnus-add-to-sorted-list gnus-newsgroup-unreads
12398 gnus-reffed-article-number))
12399 (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
12400 (setq pslist (cdr pslist)))))))
12401
12402 (defun gnus-pseudos< (p1 p2)
12403 (let ((c1 (cdr (assq 'action p1)))
12404 (c2 (cdr (assq 'action p2))))
12405 (and c1 c2 (string< c1 c2))))
12406
12407 (defun gnus-request-pseudo-article (props)
12408 (cond ((assq 'execute props)
12409 (gnus-execute-command (cdr (assq 'execute props)))))
12410 (let ((gnus-current-article (gnus-summary-article-number)))
12411 (gnus-run-hooks 'gnus-mark-article-hook)))
12412
12413 (defun gnus-execute-command (command &optional automatic)
12414 (save-excursion
12415 (gnus-article-setup-buffer)
12416 (set-buffer gnus-article-buffer)
12417 (setq buffer-read-only nil)
12418 (let ((command (if automatic command
12419 (read-string "Command: " (cons command 0)))))
12420 (erase-buffer)
12421 (insert "$ " command "\n\n")
12422 (if gnus-view-pseudo-asynchronously
12423 (start-process "gnus-execute" (current-buffer) shell-file-name
12424 shell-command-switch command)
12425 (call-process shell-file-name nil t nil
12426 shell-command-switch command)))))
12427
12428 ;; Summary kill commands.
12429
12430 (defun gnus-summary-edit-global-kill (article)
12431 "Edit the \"global\" kill file."
12432 (interactive (list (gnus-summary-article-number)))
12433 (gnus-group-edit-global-kill article))
12434
12435 (defun gnus-summary-edit-local-kill ()
12436 "Edit a local kill file applied to the current newsgroup."
12437 (interactive)
12438 (setq gnus-current-headers (gnus-summary-article-header))
12439 (gnus-group-edit-local-kill
12440 (gnus-summary-article-number) gnus-newsgroup-name))
12441
12442 ;;; Header reading.
12443
12444 (defun gnus-read-header (id &optional header)
12445 "Read the headers of article ID and enter them into the Gnus system."
12446 (let ((group gnus-newsgroup-name)
12447 (gnus-override-method
12448 (or
12449 gnus-override-method
12450 (and (gnus-news-group-p gnus-newsgroup-name)
12451 (car (gnus-refer-article-methods)))))
12452 where)
12453 ;; First we check to see whether the header in question is already
12454 ;; fetched.
12455 (if (stringp id)
12456 ;; This is a Message-ID.
12457 (setq header (or header (gnus-id-to-header id)))
12458 ;; This is an article number.
12459 (setq header (or header (gnus-summary-article-header id))))
12460 (if (and header
12461 (not (gnus-summary-article-sparse-p (mail-header-number header))))
12462 ;; We have found the header.
12463 header
12464 ;; We have to really fetch the header to this article.
12465 (with-current-buffer nntp-server-buffer
12466 (when (setq where (gnus-request-head id group))
12467 (nnheader-fold-continuation-lines)
12468 (goto-char (point-max))
12469 (insert ".\n")
12470 (goto-char (point-min))
12471 (insert "211 ")
12472 (princ (cond
12473 ((numberp id) id)
12474 ((cdr where) (cdr where))
12475 (header (mail-header-number header))
12476 (t gnus-reffed-article-number))
12477 (current-buffer))
12478 (insert " Article retrieved.\n"))
12479 (if (or (not where)
12480 (not (setq header (car (gnus-get-newsgroup-headers nil t)))))
12481 () ; Malformed head.
12482 (unless (gnus-summary-article-sparse-p (mail-header-number header))
12483 (when (and (bound-and-true-p gnus-registry-enabled)
12484 (not (gnus-ephemeral-group-p (car where))))
12485 (gnus-registry-handle-action
12486 (mail-header-id header) nil
12487 (gnus-group-prefixed-name
12488 (car where)
12489 (or gnus-override-method (gnus-find-method-for-group group)))
12490 (mail-header-subject header)
12491 (mail-header-from header)))
12492 (when (and (stringp id)
12493 (or
12494 (not (string= (gnus-group-real-name group)
12495 (car where)))
12496 (not (gnus-server-equal gnus-override-method
12497 (gnus-group-method group)))))
12498 ;; If we fetched by Message-ID and the article came from
12499 ;; a different group (or server), we fudge some bogus
12500 ;; article numbers for this article.
12501 (mail-header-set-number header gnus-reffed-article-number))
12502 (with-current-buffer gnus-summary-buffer
12503 (decf gnus-reffed-article-number)
12504 (gnus-remove-header (mail-header-number header))
12505 (push header gnus-newsgroup-headers)
12506 (setq gnus-current-headers header)
12507 (push (mail-header-number header) gnus-newsgroup-limit)))
12508 header)))))
12509
12510 (defun gnus-remove-header (number)
12511 "Remove header NUMBER from `gnus-newsgroup-headers'."
12512 (if (and gnus-newsgroup-headers
12513 (= number (mail-header-number (car gnus-newsgroup-headers))))
12514 (pop gnus-newsgroup-headers)
12515 (let ((headers gnus-newsgroup-headers))
12516 (while (and (cdr headers)
12517 (not (= number (mail-header-number (cadr headers)))))
12518 (pop headers))
12519 (when (cdr headers)
12520 (setcdr headers (cddr headers))))))
12521
12522 ;;;
12523 ;;; summary highlights
12524 ;;;
12525
12526 (defun gnus-highlight-selected-summary ()
12527 "Highlight selected article in summary buffer."
12528 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
12529 (when gnus-summary-selected-face
12530 (save-excursion
12531 (let* ((beg (point-at-bol))
12532 (end (point-at-eol))
12533 ;; Fix by Mike Dugan <dugan@bucrf16.bu.edu>.
12534 (from (if (get-text-property beg gnus-mouse-face-prop)
12535 beg
12536 (or (next-single-property-change
12537 beg gnus-mouse-face-prop nil end)
12538 beg)))
12539 (to
12540 (if (= from end)
12541 (- from 2)
12542 (or (next-single-property-change
12543 from gnus-mouse-face-prop nil end)
12544 end))))
12545 ;; If no mouse-face prop on line we will have to = from = end,
12546 ;; so we highlight the entire line instead.
12547 (when (= (+ to 2) from)
12548 (setq from beg)
12549 (setq to end))
12550 (if gnus-newsgroup-selected-overlay
12551 ;; Move old overlay.
12552 (gnus-move-overlay
12553 gnus-newsgroup-selected-overlay from to (current-buffer))
12554 ;; Create new overlay.
12555 (gnus-overlay-put
12556 (setq gnus-newsgroup-selected-overlay (gnus-make-overlay from to))
12557 'face gnus-summary-selected-face))))))
12558
12559 (defvar gnus-summary-highlight-line-cached nil)
12560 (defvar gnus-summary-highlight-line-trigger nil)
12561
12562 (defun gnus-summary-highlight-line-0 ()
12563 (if (and (eq gnus-summary-highlight-line-trigger
12564 gnus-summary-highlight)
12565 gnus-summary-highlight-line-cached)
12566 gnus-summary-highlight-line-cached
12567 (setq gnus-summary-highlight-line-trigger gnus-summary-highlight
12568 gnus-summary-highlight-line-cached
12569 (let* ((cond (list 'cond))
12570 (c cond)
12571 (list gnus-summary-highlight))
12572 (while list
12573 (setcdr c (cons (list (caar list) (list 'quote (cdar list)))
12574 nil))
12575 (setq c (cdr c)
12576 list (cdr list)))
12577 (gnus-byte-compile (list 'lambda nil cond))))))
12578
12579 (defun gnus-summary-highlight-line ()
12580 "Highlight current line according to `gnus-summary-highlight'."
12581 (let* ((beg (point-at-bol))
12582 (article (or (gnus-summary-article-number) gnus-current-article))
12583 (score (or (cdr (assq article
12584 gnus-newsgroup-scored))
12585 gnus-summary-default-score 0))
12586 (mark (or (gnus-summary-article-mark) gnus-unread-mark))
12587 (inhibit-read-only t)
12588 (default gnus-summary-default-score)
12589 (default-high gnus-summary-default-high-score)
12590 (default-low gnus-summary-default-low-score)
12591 (uncached (and gnus-summary-use-undownloaded-faces
12592 (memq article gnus-newsgroup-undownloaded)
12593 (not (memq article gnus-newsgroup-cached)))))
12594 (let ((face (funcall (gnus-summary-highlight-line-0))))
12595 (unless (eq face (gnus-get-text-property-excluding-characters-with-faces beg 'face))
12596 (gnus-put-text-property-excluding-characters-with-faces
12597 beg (point-at-eol) 'face
12598 (setq face (if (boundp face) (symbol-value face) face)))
12599 (when gnus-summary-highlight-line-function
12600 (funcall gnus-summary-highlight-line-function article face))))))
12601
12602 (defun gnus-update-read-articles (group unread &optional compute)
12603 "Update the list of read articles in GROUP.
12604 UNREAD is a sorted list."
12605 (let ((active (or gnus-newsgroup-active (gnus-active group)))
12606 (info (gnus-get-info group))
12607 (prev 1)
12608 read)
12609 (if (or (not info) (not active))
12610 ;; There is no info on this group if it was, in fact,
12611 ;; killed. Gnus stores no information on killed groups, so
12612 ;; there's nothing to be done.
12613 ;; One could store the information somewhere temporarily,
12614 ;; perhaps... Hmmm...
12615 ()
12616 ;; Remove any negative articles numbers.
12617 (while (and unread (< (car unread) 0))
12618 (setq unread (cdr unread)))
12619 ;; Remove any expired article numbers
12620 (while (and unread (< (car unread) (car active)))
12621 (setq unread (cdr unread)))
12622 ;; Compute the ranges of read articles by looking at the list of
12623 ;; unread articles.
12624 (while unread
12625 (when (/= (car unread) prev)
12626 (push (if (= prev (1- (car unread))) prev
12627 (cons prev (1- (car unread))))
12628 read))
12629 (setq prev (1+ (car unread)))
12630 (setq unread (cdr unread)))
12631 (when (<= prev (cdr active))
12632 (push (cons prev (cdr active)) read))
12633 (setq read (if (> (length read) 1) (nreverse read) read))
12634 (if compute
12635 read
12636 (save-excursion
12637 (let (setmarkundo)
12638 ;; Propagate the read marks to the backend.
12639 (when (and (gnus-method-option-p
12640 (gnus-find-method-for-group group)
12641 'server-marks)
12642 (gnus-check-backend-function 'request-set-mark group))
12643 (let ((del (gnus-remove-from-range (gnus-info-read info) read))
12644 (add (gnus-remove-from-range read (gnus-info-read info))))
12645 (when (or add del)
12646 (unless (gnus-check-group group)
12647 (error "Can't open server for %s" group))
12648 (gnus-request-set-mark
12649 group (delq nil (list (if add (list add 'add '(read)))
12650 (if del (list del 'del '(read))))))
12651 (setq setmarkundo
12652 `(gnus-request-set-mark
12653 ,group
12654 ',(delq nil (list
12655 (if del (list del 'add '(read)))
12656 (if add (list add 'del '(read))))))))))
12657 (set-buffer gnus-group-buffer)
12658 (gnus-undo-register
12659 `(progn
12660 (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
12661 (gnus-info-set-read ',info ',(gnus-info-read info))
12662 (gnus-get-unread-articles-in-group ',info
12663 (gnus-active ,group))
12664 (gnus-group-update-group ,group t)
12665 ,setmarkundo))))
12666 ;; Enter this list into the group info.
12667 (gnus-info-set-read info read)
12668 ;; Set the number of unread articles in gnus-newsrc-hashtb.
12669 (gnus-get-unread-articles-in-group info (gnus-active group))
12670 t))))
12671
12672 (defun gnus-offer-save-summaries ()
12673 "Offer to save all active summary buffers."
12674 (let (buffers)
12675 ;; Go through all buffers and find all summaries.
12676 (dolist (buffer (buffer-list))
12677 (when (and (setq buffer (buffer-name buffer))
12678 (string-match "Summary" buffer)
12679 (with-current-buffer buffer
12680 ;; We check that this is, indeed, a summary buffer.
12681 (and (derived-mode-p 'gnus-summary-mode)
12682 ;; Also make sure this isn't bogus.
12683 gnus-newsgroup-prepared
12684 ;; Also make sure that this isn't a
12685 ;; dead summary buffer.
12686 (not gnus-dead-summary-mode))))
12687 (push buffer buffers)))
12688 ;; Go through all these summary buffers and offer to save them.
12689 (when buffers
12690 (save-excursion
12691 (if (eq gnus-interactive-exit 'quiet)
12692 (dolist (buffer buffers)
12693 (switch-to-buffer buffer)
12694 (gnus-summary-exit))
12695 (map-y-or-n-p
12696 "Update summary buffer %s? "
12697 (lambda (buf)
12698 (switch-to-buffer buf)
12699 (gnus-summary-exit))
12700 buffers))))))
12701
12702 (defun gnus-summary-setup-default-charset ()
12703 "Setup newsgroup default charset."
12704 (if (member gnus-newsgroup-name '("nndraft:delayed" "nndraft:drafts"))
12705 (setq gnus-newsgroup-charset nil)
12706 (let* ((ignored-charsets
12707 (or gnus-newsgroup-ephemeral-ignored-charsets
12708 (append
12709 (and gnus-newsgroup-name
12710 (gnus-parameter-ignored-charsets gnus-newsgroup-name))
12711 gnus-newsgroup-ignored-charsets))))
12712 (setq gnus-newsgroup-charset
12713 (or gnus-newsgroup-ephemeral-charset
12714 (and gnus-newsgroup-name
12715 (gnus-parameter-charset gnus-newsgroup-name))
12716 gnus-default-charset))
12717 (set (make-local-variable 'gnus-newsgroup-ignored-charsets)
12718 ignored-charsets))))
12719
12720 ;;;
12721 ;;; Mime Commands
12722 ;;;
12723
12724 (defun gnus-summary-display-buttonized (&optional show-all-parts)
12725 "Display the current article buffer fully MIME-buttonized.
12726 If SHOW-ALL-PARTS (the prefix) is non-nil, all multipart/* parts are
12727 treated as multipart/mixed."
12728 (interactive "P")
12729 (require 'gnus-art)
12730 (let ((gnus-unbuttonized-mime-types nil)
12731 (gnus-mime-display-multipart-as-mixed show-all-parts))
12732 (gnus-summary-show-article)))
12733
12734 (defun gnus-summary-repair-multipart (article)
12735 "Add a Content-Type header to a multipart article without one."
12736 (interactive (list (gnus-summary-article-number)))
12737 (gnus-with-article article
12738 (message-narrow-to-head)
12739 (message-remove-header "Mime-Version")
12740 (goto-char (point-max))
12741 (insert "Mime-Version: 1.0\n")
12742 (widen)
12743 (when (search-forward "\n--" nil t)
12744 (let ((separator (buffer-substring (point) (point-at-eol))))
12745 (message-narrow-to-head)
12746 (message-remove-header "Content-Type")
12747 (goto-char (point-max))
12748 (insert (format "Content-Type: multipart/mixed; boundary=\"%s\"\n"
12749 separator))
12750 (widen))))
12751 (let (gnus-mark-article-hook)
12752 (gnus-summary-select-article t t nil article)))
12753
12754 (defun gnus-summary-toggle-display-buttonized ()
12755 "Toggle the buttonizing of the article buffer."
12756 (interactive)
12757 (require 'gnus-art)
12758 (if (setq gnus-inhibit-mime-unbuttonizing
12759 (not gnus-inhibit-mime-unbuttonizing))
12760 (let ((gnus-unbuttonized-mime-types nil))
12761 (gnus-summary-show-article))
12762 (gnus-summary-show-article)))
12763
12764 ;;;
12765 ;;; Generic summary marking commands
12766 ;;;
12767
12768 (defvar gnus-summary-marking-alist
12769 '((read gnus-del-mark "d")
12770 (unread gnus-unread-mark "u")
12771 (ticked gnus-ticked-mark "!")
12772 (dormant gnus-dormant-mark "?")
12773 (expirable gnus-expirable-mark "e"))
12774 "An alist of names/marks/keystrokes.")
12775
12776 (defvar gnus-summary-generic-mark-map (make-sparse-keymap))
12777 (defvar gnus-summary-mark-map)
12778
12779 (defun gnus-summary-make-all-marking-commands ()
12780 (define-key gnus-summary-mark-map "M" gnus-summary-generic-mark-map)
12781 (dolist (elem gnus-summary-marking-alist)
12782 (apply 'gnus-summary-make-marking-command elem)))
12783
12784 (defun gnus-summary-make-marking-command (name mark keystroke)
12785 (let ((map (make-sparse-keymap)))
12786 (define-key gnus-summary-generic-mark-map keystroke map)
12787 (dolist (lway `((next "next" next nil "n")
12788 (next-unread "next unread" next t "N")
12789 (prev "previous" prev nil "p")
12790 (prev-unread "previous unread" prev t "P")
12791 (nomove "" nil nil ,keystroke)))
12792 (let ((func (gnus-summary-make-marking-command-1
12793 mark (car lway) lway name)))
12794 (setq func (eval func))
12795 (define-key map (nth 4 lway) func)))))
12796
12797 (defun gnus-summary-make-marking-command-1 (mark way lway name)
12798 `(defun ,(intern
12799 (format "gnus-summary-put-mark-as-%s%s"
12800 name (if (eq way 'nomove)
12801 ""
12802 (concat "-" (symbol-name way)))))
12803 (n)
12804 ,(format
12805 "Mark the current article as %s%s.
12806 If N, the prefix, then repeat N times.
12807 If N is negative, move in reverse order.
12808 The difference between N and the actual number of articles marked is
12809 returned."
12810 name (cadr lway))
12811 (interactive "p")
12812 (gnus-summary-generic-mark n ,mark ',(nth 2 lway) ,(nth 3 lway))))
12813
12814 (defun gnus-summary-generic-mark (n mark move unread)
12815 "Mark N articles with MARK."
12816 (unless (derived-mode-p 'gnus-summary-mode)
12817 (error "This command can only be used in the summary buffer"))
12818 (gnus-summary-show-thread)
12819 (let ((nummove
12820 (cond
12821 ((eq move 'next) 1)
12822 ((eq move 'prev) -1)
12823 (t 0))))
12824 (if (zerop nummove)
12825 (setq n 1)
12826 (when (< n 0)
12827 (setq n (abs n)
12828 nummove (* -1 nummove))))
12829 (while (and (> n 0)
12830 (gnus-summary-mark-article nil mark)
12831 (zerop (gnus-summary-next-subject nummove unread t)))
12832 (setq n (1- n)))
12833 (when (/= 0 n)
12834 (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
12835 (gnus-summary-recenter)
12836 (gnus-summary-position-point)
12837 (gnus-set-mode-line 'summary)
12838 n))
12839
12840 (defun gnus-summary-insert-articles (articles)
12841 (when (setq articles
12842 (gnus-sorted-difference articles
12843 (mapcar (lambda (h)
12844 (mail-header-number h))
12845 gnus-newsgroup-headers)))
12846 (setq gnus-newsgroup-headers
12847 (gnus-merge 'list
12848 gnus-newsgroup-headers
12849 (gnus-fetch-headers articles nil t)
12850 'gnus-article-sort-by-number))
12851 (setq gnus-newsgroup-articles
12852 (gnus-sorted-nunion gnus-newsgroup-articles articles))
12853 ;; Suppress duplicates?
12854 (when gnus-suppress-duplicates
12855 (gnus-dup-suppress-articles))
12856
12857 (if (and gnus-fetch-old-headers
12858 (eq gnus-headers-retrieved-by 'nov))
12859 ;; We might want to build some more threads first.
12860 (if (eq gnus-fetch-old-headers 'invisible)
12861 (gnus-build-all-threads)
12862 (gnus-build-old-threads))
12863 ;; Mark the inserted articles that are unread as unread.
12864 (setq gnus-newsgroup-unreads
12865 (gnus-sorted-nunion
12866 gnus-newsgroup-unreads
12867 (gnus-sorted-nintersection
12868 (gnus-list-of-unread-articles gnus-newsgroup-name)
12869 articles)))
12870 ;; Mark the inserted articles as selected so that the information
12871 ;; of the marks having been changed by a user may be updated when
12872 ;; exiting this group. See `gnus-summary-update-info'.
12873 (dolist (art articles)
12874 (setq gnus-newsgroup-unselected (delq art gnus-newsgroup-unselected))))
12875 ;; Let the Gnus agent mark articles as read.
12876 (when gnus-agent
12877 (gnus-agent-get-undownloaded-list))
12878 ;; Remove list identifiers from subject
12879 (gnus-summary-remove-list-identifiers)
12880 ;; First and last article in this newsgroup.
12881 (when gnus-newsgroup-headers
12882 (setq gnus-newsgroup-begin
12883 (mail-header-number (car gnus-newsgroup-headers))
12884 gnus-newsgroup-end
12885 (mail-header-number
12886 (gnus-last-element gnus-newsgroup-headers))))
12887 (when gnus-use-scoring
12888 (gnus-possibly-score-headers))))
12889
12890 (defun gnus-summary-insert-old-articles (&optional all)
12891 "Insert all old articles in this group.
12892 If ALL is non-nil, already read articles become readable.
12893 If ALL is a number, fetch this number of articles."
12894 (interactive "P")
12895 (prog1
12896 (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12897 older len)
12898 (setq older
12899 ;; Some nntp servers lie about their active range. When
12900 ;; this happens, the active range can be in the millions.
12901 ;; Use a compressed range to avoid creating a huge list.
12902 (gnus-range-difference
12903 (gnus-range-difference (list gnus-newsgroup-active) old)
12904 gnus-newsgroup-unexist))
12905 (setq len (gnus-range-length older))
12906 (cond
12907 ((null older) nil)
12908 ((numberp all)
12909 (if (< all len)
12910 (let ((older-range (nreverse older)))
12911 (setq older nil)
12912
12913 (while (> all 0)
12914 (let* ((r (pop older-range))
12915 (min (if (numberp r) r (car r)))
12916 (max (if (numberp r) r (cdr r))))
12917 (while (and (<= min max)
12918 (> all 0))
12919 (push max older)
12920 (setq all (1- all)
12921 max (1- max))))))
12922 (setq older (gnus-uncompress-range older))))
12923 (all
12924 (setq older (gnus-uncompress-range older)))
12925 (t
12926 (when (and (numberp gnus-large-newsgroup)
12927 (> len gnus-large-newsgroup))
12928 (let* ((cursor-in-echo-area nil)
12929 (initial (gnus-parameter-large-newsgroup-initial
12930 gnus-newsgroup-name))
12931 (input
12932 (read-string
12933 (format
12934 "How many articles from %s (%s %d): "
12935 (gnus-group-decoded-name gnus-newsgroup-name)
12936 (if initial "max" "default")
12937 len)
12938 nil nil
12939 (and initial
12940 (number-to-string initial)))))
12941 (unless (string-match "^[ \t]*$" input)
12942 (setq all (string-to-number input))
12943 (if (< all len)
12944 (let ((older-range (nreverse older)))
12945 (setq older nil)
12946
12947 (while (> all 0)
12948 (let* ((r (pop older-range))
12949 (min (if (numberp r) r (car r)))
12950 (max (if (numberp r) r (cdr r))))
12951 (while (and (<= min max)
12952 (> all 0))
12953 (push max older)
12954 (setq all (1- all)
12955 max (1- max))))))))))
12956 (setq older (gnus-uncompress-range older))))
12957 (if (not older)
12958 (message "No old news.")
12959 (gnus-summary-insert-articles older)
12960 (gnus-summary-limit (gnus-sorted-nunion old older))))
12961 (gnus-summary-position-point)))
12962
12963 (defun gnus-summary-insert-new-articles ()
12964 "Insert all new articles in this group."
12965 (interactive)
12966 (let ((old (sort (mapcar 'car gnus-newsgroup-data) '<))
12967 (old-high gnus-newsgroup-highest)
12968 (nnmail-fetched-sources (list t))
12969 (new-active (gnus-activate-group gnus-newsgroup-name 'scan))
12970 i new)
12971 (unless new-active
12972 (error "Couldn't fetch new data"))
12973 (setq gnus-newsgroup-active (gnus-copy-sequence new-active))
12974 (setq i (cdr gnus-newsgroup-active)
12975 gnus-newsgroup-highest i)
12976 (while (> i old-high)
12977 (push i new)
12978 (decf i))
12979 (if (not new)
12980 (message "No gnus is bad news")
12981 (gnus-summary-insert-articles new)
12982 (setq gnus-newsgroup-unreads
12983 (gnus-sorted-nunion gnus-newsgroup-unreads new))
12984 (gnus-summary-limit (gnus-sorted-nunion old new))))
12985 (gnus-summary-position-point))
12986
12987 ;;; Bookmark support for Gnus.
12988 (declare-function gnus-article-show-summary "gnus-art" ())
12989 (declare-function bookmark-make-record-default
12990 "bookmark" (&optional no-file no-context posn))
12991 (declare-function bookmark-prop-get "bookmark" (bookmark prop))
12992 (declare-function bookmark-default-handler "bookmark" (bmk))
12993 (declare-function bookmark-get-bookmark-record "bookmark" (bmk))
12994 (defvar bookmark-yank-point)
12995 (defvar bookmark-current-buffer)
12996
12997 (defun gnus-summary-bookmark-make-record ()
12998 "Make a bookmark entry for a Gnus summary buffer."
12999 (let (pos buf)
13000 (unless (and (derived-mode-p 'gnus-summary-mode) gnus-article-current)
13001 (save-restriction ; FIXME is it necessary to widen?
13002 (widen) (setq pos (point))) ; Set position in gnus-article buffer.
13003 (setq buf "art") ; We are recording bookmark from article buffer.
13004 (setq bookmark-yank-point (point))
13005 (setq bookmark-current-buffer (current-buffer))
13006 (gnus-article-show-summary)) ; Go back in summary buffer.
13007 ;; We are now recording bookmark from summary buffer.
13008 (unless buf (setq buf "sum"))
13009 (let* ((subject (elt (gnus-summary-article-header) 1))
13010 (grp (car gnus-article-current))
13011 (art (cdr gnus-article-current))
13012 (head (gnus-summary-article-header art))
13013 (id (mail-header-id head)))
13014 `(,subject
13015 ,@(condition-case nil
13016 (bookmark-make-record-default 'no-file 'no-context pos)
13017 (wrong-number-of-arguments
13018 (bookmark-make-record-default 'point-only)))
13019 (location . ,(format "Gnus-%s %s:%d:%s" buf grp art id))
13020 (group . ,grp) (article . ,art)
13021 (message-id . ,id) (handler . gnus-summary-bookmark-jump)))))
13022
13023 ;;;###autoload
13024 (defun gnus-summary-bookmark-jump (bookmark)
13025 "Handler function for record returned by `gnus-summary-bookmark-make-record'.
13026 BOOKMARK is a bookmark name or a bookmark record."
13027 (let ((group (bookmark-prop-get bookmark 'group))
13028 (article (bookmark-prop-get bookmark 'article))
13029 (id (bookmark-prop-get bookmark 'message-id))
13030 (buf (car (split-string (bookmark-prop-get bookmark 'location)))))
13031 (gnus-fetch-group group (list article))
13032 (gnus-summary-insert-cached-articles)
13033 (gnus-summary-goto-article id nil 'force)
13034 ;; FIXME we have to wait article buffer is ready (only large buffer)
13035 ;; Is there a better solution to know that?
13036 ;; If we don't wait `bookmark-default-handler' will have no chance
13037 ;; to set position. However there is no error, just wrong pos.
13038 (sit-for 1)
13039 (when (string= buf "Gnus-art")
13040 (other-window 1))
13041 (bookmark-default-handler
13042 `(""
13043 (buffer . ,(current-buffer))
13044 . ,(bookmark-get-bookmark-record bookmark)))))
13045
13046 (gnus-summary-make-all-marking-commands)
13047
13048 (gnus-ems-redefine)
13049
13050 (provide 'gnus-sum)
13051
13052 (run-hooks 'gnus-sum-load-hook)
13053
13054 ;; Local Variables:
13055 ;; coding: utf-8
13056 ;; End:
13057
13058 ;;; gnus-sum.el ends here