1 ;;; gnus-sum.el --- summary mode commands for Semi-gnus
2 ;; Copyright (C) 1996,97,98,99 Free Software Foundation, Inc.
4 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
5 ;; MORIOKA Tomohiko <morioka@jaist.ac.jp>
6 ;; Keywords: mail, news, MIME
8 ;; This file is part of GNU Emacs.
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
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.
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
29 (eval-when-compile (require 'cl))
40 ;; Avoid byte-compile warnings.
42 (defvar gnus-article-decoded-p)
43 (defvar gnus-decode-encoded-word-function)
46 (autoload 'gnus-summary-limit-include-cached "gnus-cache" nil t)
47 (autoload 'gnus-set-summary-default-charset "gnus-i18n" nil t)
49 (defcustom gnus-kill-summary-on-exit t
50 "*If non-nil, kill the summary buffer when you exit from it.
51 If nil, the summary will become a \"*Dead Summary*\" buffer, and
52 it will be killed sometime later."
53 :group 'gnus-summary-exit
56 (defcustom gnus-fetch-old-headers nil
57 "*Non-nil means that Gnus will try to build threads by grabbing old headers.
58 If an unread article in the group refers to an older, already read (or
59 just marked as read) article, the old article will not normally be
60 displayed in the Summary buffer. If this variable is non-nil, Gnus
61 will attempt to grab the headers to the old articles, and thereby
62 build complete threads. If it has the value `some', only enough
63 headers to connect otherwise loose threads will be displayed. This
64 variable can also be a number. In that case, no more than that number
65 of old headers will be fetched. If it has the value `invisible', all
66 old headers will be fetched, but none will be displayed.
68 The server has to support NOV for any of this to work."
70 :type '(choice (const :tag "off" nil)
73 (sexp :menu-tag "other" t)))
75 (defcustom gnus-refer-thread-limit 200
76 "*The number of old headers to fetch when doing \\<gnus-summary-mode-map>\\[gnus-summary-refer-thread].
77 If t, fetch all the available old headers."
80 (sexp :menu-tag "other" t)))
82 (defcustom gnus-summary-make-false-root 'adopt
83 "*nil means that Gnus won't gather loose threads.
84 If the root of a thread has expired or been read in a previous
85 session, the information necessary to build a complete thread has been
86 lost. Instead of having many small sub-threads from this original thread
87 scattered all over the summary buffer, Gnus can gather them.
89 If non-nil, Gnus will try to gather all loose sub-threads from an
90 original thread into one large thread.
92 If this variable is non-nil, it should be one of `none', `adopt',
95 If this variable is `none', Gnus will not make a false root, but just
96 present the sub-threads after another.
97 If this variable is `dummy', Gnus will create a dummy root that will
98 have all the sub-threads as children.
99 If this variable is `adopt', Gnus will make one of the \"children\"
100 the parent and mark all the step-children as such.
101 If this variable is `empty', the \"children\" are printed with empty
102 subject fields. (Or rather, they will be printed with a string
103 given by the `gnus-summary-same-subject' variable.)"
105 :type '(choice (const :tag "off" nil)
111 (defcustom gnus-summary-gather-exclude-subject "^ *$\\|^(none)$"
112 "*A regexp to match subjects to be excluded from loose thread gathering.
113 As loose thread gathering is done on subjects only, that means that
114 there can be many false gatherings performed. By rooting out certain
115 common subjects, gathering might become saner."
119 (defcustom gnus-summary-gather-subject-limit nil
120 "*Maximum length of subject comparisons when gathering loose threads.
121 Use nil to compare full subjects. Setting this variable to a low
122 number will help gather threads that have been corrupted by
123 newsreaders chopping off subject lines, but it might also mean that
124 unrelated articles that have subject that happen to begin with the
125 same few characters will be incorrectly gathered.
127 If this variable is `fuzzy', Gnus will use a fuzzy algorithm when
130 :type '(choice (const :tag "off" nil)
132 (sexp :menu-tag "on" t)))
134 (defcustom gnus-simplify-subject-functions nil
135 "List of functions taking a string argument that simplify subjects.
136 The functions are applied recursively.
138 Useful functions to put in this list include: `gnus-simplify-subject-re',
139 `gnus-simplify-subject-fuzzy' and `gnus-simplify-whitespace'."
141 :type '(repeat function))
143 (defcustom gnus-simplify-ignored-prefixes nil
144 "*Regexp, matches for which are removed from subject lines when simplifying fuzzily."
146 :type '(choice (const :tag "off" nil)
149 (defcustom gnus-build-sparse-threads nil
150 "*If non-nil, fill in the gaps in threads.
151 If `some', only fill in the gaps that are needed to tie loose threads
152 together. If `more', fill in all leaf nodes that Gnus can find. If
153 non-nil and non-`some', fill in all gaps that Gnus manages to guess."
155 :type '(choice (const :tag "off" nil)
158 (sexp :menu-tag "all" t)))
160 (defcustom gnus-summary-thread-gathering-function
161 'gnus-gather-threads-by-subject
162 "*Function used for gathering loose threads.
163 There are two pre-defined functions: `gnus-gather-threads-by-subject',
164 which only takes Subjects into consideration; and
165 `gnus-gather-threads-by-references', which compared the References
166 headers of the articles to find matches."
168 :type '(radio (function-item gnus-gather-threads-by-subject)
169 (function-item gnus-gather-threads-by-references)
170 (function :tag "other")))
172 (defcustom gnus-summary-same-subject ""
173 "*String indicating that the current article has the same subject as the previous.
174 This variable will only be used if the value of
175 `gnus-summary-make-false-root' is `empty'."
176 :group 'gnus-summary-format
179 (defcustom gnus-summary-goto-unread t
180 "*If t, marking commands will go to the next unread article.
181 If `never', commands that usually go to the next unread article, will
182 go to the next article, whether it is read or not.
183 If nil, only the marking commands will go to the next (un)read article."
184 :group 'gnus-summary-marks
185 :link '(custom-manual "(gnus)Setting Marks")
186 :type '(choice (const :tag "off" nil)
188 (sexp :menu-tag "on" t)))
190 (defcustom gnus-summary-default-score 0
191 "*Default article score level.
192 All scores generated by the score files will be added to this score.
193 If this variable is nil, scoring will be disabled."
194 :group 'gnus-score-default
195 :type '(choice (const :tag "disable")
198 (defcustom gnus-summary-zcore-fuzz 0
199 "*Fuzziness factor for the zcore in the summary buffer.
200 Articles with scores closer than this to `gnus-summary-default-score'
202 :group 'gnus-summary-format
205 (defcustom gnus-simplify-subject-fuzzy-regexp nil
206 "*Strings to be removed when doing fuzzy matches.
207 This can either be a regular expression or list of regular expressions
208 that will be removed from subject strings if fuzzy subject
209 simplification is selected."
211 :type '(repeat regexp))
213 (defcustom gnus-show-threads t
214 "*If non-nil, display threads in summary mode."
218 (defcustom gnus-thread-hide-subtree nil
219 "*If non-nil, hide all threads initially.
220 If threads are hidden, you have to run the command
221 `gnus-summary-show-thread' by hand or use `gnus-select-article-hook'
222 to expose hidden threads."
226 (defcustom gnus-thread-hide-killed t
227 "*If non-nil, hide killed threads automatically."
231 (defcustom gnus-thread-ignore-subject t
232 "*If non-nil, which is the default, ignore subjects and do all threading based on the Reference header.
233 If nil, articles that have different subjects from their parents will
234 start separate threads."
238 (defcustom gnus-thread-operation-ignore-subject t
239 "*If non-nil, subjects will be ignored when doing thread commands.
240 This affects commands like `gnus-summary-kill-thread' and
241 `gnus-summary-lower-thread'.
243 If this variable is nil, articles in the same thread with different
244 subjects will not be included in the operation in question. If this
245 variable is `fuzzy', only articles that have subjects that are fuzzily
246 equal will be included."
248 :type '(choice (const :tag "off" nil)
252 (defcustom gnus-thread-indent-level 4
253 "*Number that says how much each sub-thread should be indented."
257 (defcustom gnus-auto-extend-newsgroup t
258 "*If non-nil, extend newsgroup forward and backward when requested."
259 :group 'gnus-summary-choose
262 (defcustom gnus-auto-select-first t
263 "*If nil, don't select the first unread article when entering a group.
264 If this variable is `best', select the highest-scored unread article
265 in the group. If t, select the first unread article.
267 This variable can also be a function to place point on a likely
268 subject line. Useful values include `gnus-summary-first-unread-subject',
269 `gnus-summary-first-unread-article' and
270 `gnus-summary-best-unread-article'.
272 If you want to prevent automatic selection of the first unread article
273 in some newsgroups, set the variable to nil in
274 `gnus-select-group-hook'."
275 :group 'gnus-group-select
276 :type '(choice (const :tag "none" nil)
278 (sexp :menu-tag "first" t)
279 (function-item gnus-summary-first-unread-subject)
280 (function-item gnus-summary-first-unread-article)
281 (function-item gnus-summary-best-unread-article)))
283 (defcustom gnus-auto-select-next t
284 "*If non-nil, offer to go to the next group from the end of the previous.
285 If the value is t and the next newsgroup is empty, Gnus will exit
286 summary mode and go back to group mode. If the value is neither nil
287 nor t, Gnus will select the following unread newsgroup. In
288 particular, if the value is the symbol `quietly', the next unread
289 newsgroup will be selected without any confirmation, and if it is
290 `almost-quietly', the next group will be selected without any
291 confirmation if you are located on the last article in the group.
292 Finally, if this variable is `slightly-quietly', the `Z n' command
293 will go to the next group without confirmation."
294 :group 'gnus-summary-maneuvering
295 :type '(choice (const :tag "off" nil)
297 (const almost-quietly)
298 (const slightly-quietly)
299 (sexp :menu-tag "on" t)))
301 (defcustom gnus-auto-select-same nil
302 "*If non-nil, select the next article with the same subject.
303 If there are no more articles with the same subject, go to
304 the first unread article."
305 :group 'gnus-summary-maneuvering
308 (defcustom gnus-summary-check-current nil
309 "*If non-nil, consider the current article when moving.
310 The \"unread\" movement commands will stay on the same line if the
311 current article is unread."
312 :group 'gnus-summary-maneuvering
315 (defcustom gnus-auto-center-summary t
316 "*If non-nil, always center the current summary buffer.
317 In particular, if `vertical' do only vertical recentering. If non-nil
318 and non-`vertical', do both horizontal and vertical recentering."
319 :group 'gnus-summary-maneuvering
320 :type '(choice (const :tag "none" nil)
322 (integer :tag "height")
323 (sexp :menu-tag "both" t)))
325 (defcustom gnus-show-all-headers nil
326 "*If non-nil, don't hide any headers."
327 :group 'gnus-article-hiding
328 :group 'gnus-article-headers
331 (defcustom gnus-summary-ignore-duplicates nil
332 "*If non-nil, ignore articles with identical Message-ID headers."
336 (defcustom gnus-single-article-buffer t
337 "*If non-nil, display all articles in the same buffer.
338 If nil, each group will get its own article buffer."
339 :group 'gnus-article-various
342 (defcustom gnus-break-pages t
343 "*If non-nil, do page breaking on articles.
344 The page delimiter is specified by the `gnus-page-delimiter'
346 :group 'gnus-article-various
349 (defcustom gnus-show-mime t
350 "*If non-nil, do mime processing of articles.
351 The articles will simply be fed to the function given by
352 `gnus-article-display-method-for-mime'."
353 :group 'gnus-article-mime
356 (defcustom gnus-move-split-methods nil
357 "*Variable used to suggest where articles are to be moved to.
358 It uses the same syntax as the `gnus-split-methods' variable."
359 :group 'gnus-summary-mail
360 :type '(repeat (choice (list :value (fun) function)
361 (cons :value ("" "") regexp (repeat string))
364 (defcustom gnus-unread-mark ? ;Whitespace
365 "*Mark used for unread articles."
366 :group 'gnus-summary-marks
369 (defcustom gnus-ticked-mark ?!
370 "*Mark used for ticked articles."
371 :group 'gnus-summary-marks
374 (defcustom gnus-dormant-mark ??
375 "*Mark used for dormant articles."
376 :group 'gnus-summary-marks
379 (defcustom gnus-del-mark ?r
380 "*Mark used for del'd articles."
381 :group 'gnus-summary-marks
384 (defcustom gnus-read-mark ?R
385 "*Mark used for read articles."
386 :group 'gnus-summary-marks
389 (defcustom gnus-expirable-mark ?E
390 "*Mark used for expirable articles."
391 :group 'gnus-summary-marks
394 (defcustom gnus-killed-mark ?K
395 "*Mark used for killed articles."
396 :group 'gnus-summary-marks
399 (defcustom gnus-souped-mark ?F
400 "*Mark used for killed articles."
401 :group 'gnus-summary-marks
404 (defcustom gnus-kill-file-mark ?X
405 "*Mark used for articles killed by kill files."
406 :group 'gnus-summary-marks
409 (defcustom gnus-low-score-mark ?Y
410 "*Mark used for articles with a low score."
411 :group 'gnus-summary-marks
414 (defcustom gnus-catchup-mark ?C
415 "*Mark used for articles that are caught up."
416 :group 'gnus-summary-marks
419 (defcustom gnus-replied-mark ?A
420 "*Mark used for articles that have been replied to."
421 :group 'gnus-summary-marks
424 (defcustom gnus-cached-mark ?*
425 "*Mark used for articles that are in the cache."
426 :group 'gnus-summary-marks
429 (defcustom gnus-saved-mark ?S
430 "*Mark used for articles that have been saved to."
431 :group 'gnus-summary-marks
434 (defcustom gnus-ancient-mark ?O
435 "*Mark used for ancient articles."
436 :group 'gnus-summary-marks
439 (defcustom gnus-sparse-mark ?Q
440 "*Mark used for sparsely reffed articles."
441 :group 'gnus-summary-marks
444 (defcustom gnus-canceled-mark ?G
445 "*Mark used for canceled articles."
446 :group 'gnus-summary-marks
449 (defcustom gnus-duplicate-mark ?M
450 "*Mark used for duplicate articles."
451 :group 'gnus-summary-marks
454 (defcustom gnus-undownloaded-mark ?@
455 "*Mark used for articles that weren't downloaded."
456 :group 'gnus-summary-marks
459 (defcustom gnus-downloadable-mark ?%
460 "*Mark used for articles that are to be downloaded."
461 :group 'gnus-summary-marks
464 (defcustom gnus-unsendable-mark ?=
465 "*Mark used for articles that won't be sent."
466 :group 'gnus-summary-marks
469 (defcustom gnus-score-over-mark ?+
470 "*Score mark used for articles with high scores."
471 :group 'gnus-summary-marks
474 (defcustom gnus-score-below-mark ?-
475 "*Score mark used for articles with low scores."
476 :group 'gnus-summary-marks
479 (defcustom gnus-empty-thread-mark ? ;Whitespace
480 "*There is no thread under the article."
481 :group 'gnus-summary-marks
484 (defcustom gnus-not-empty-thread-mark ?=
485 "*There is a thread under the article."
486 :group 'gnus-summary-marks
489 (defcustom gnus-view-pseudo-asynchronously nil
490 "*If non-nil, Gnus will view pseudo-articles asynchronously."
491 :group 'gnus-extract-view
494 (defcustom gnus-auto-expirable-marks
495 (list gnus-killed-mark gnus-del-mark gnus-catchup-mark
496 gnus-low-score-mark gnus-ancient-mark gnus-read-mark
497 gnus-souped-mark gnus-duplicate-mark)
498 "*The list of marks converted into expiration if a group is auto-expirable."
500 :type '(repeat character))
502 (defcustom gnus-inhibit-user-auto-expire t
503 "*If non-nil, user marking commands will not mark an article as expirable, even if the group has auto-expire turned on."
507 (defcustom gnus-view-pseudos nil
508 "*If `automatic', pseudo-articles will be viewed automatically.
509 If `not-confirm', pseudos will be viewed automatically, and the user
510 will not be asked to confirm the command."
511 :group 'gnus-extract-view
512 :type '(choice (const :tag "off" nil)
514 (const not-confirm)))
516 (defcustom gnus-view-pseudos-separately t
517 "*If non-nil, one pseudo-article will be created for each file to be viewed.
518 If nil, all files that use the same viewing command will be given as a
519 list of parameters to that command."
520 :group 'gnus-extract-view
523 (defcustom gnus-insert-pseudo-articles t
524 "*If non-nil, insert pseudo-articles when decoding articles."
525 :group 'gnus-extract-view
528 (defcustom gnus-summary-dummy-line-format
530 "*The format specification for the dummy roots in the summary buffer.
531 It works along the same lines as a normal formatting string,
532 with some simple extensions.
535 :group 'gnus-threading
538 (defcustom gnus-summary-mode-line-format "Gnus: %g [%A] %Z"
539 "*The format specification for the summary mode line.
540 It works along the same lines as a normal formatting string,
541 with some simple extensions:
544 %p Unprefixed group name
545 %A Current article number
546 %z Current article score
548 %U Number of unread articles in the group
549 %e Number of unselected articles in the group
550 %Z A string with unread/unselected article counts
551 %g Shortish group name
552 %S Subject of the current article
554 %s Current score file name
555 %d Number of dormant articles
556 %r Number of articles that have been marked as read in this session
557 %E Number of articles expunged by the score files"
558 :group 'gnus-summary-format
561 (defcustom gnus-summary-mark-below 0
562 "*Mark all articles with a score below this variable as read.
563 This variable is local to each summary buffer and usually set by the
565 :group 'gnus-score-default
568 (defcustom gnus-article-sort-functions '(gnus-article-sort-by-number)
569 "*List of functions used for sorting articles in the summary buffer.
570 This variable is only used when not using a threaded display."
571 :group 'gnus-summary-sort
572 :type '(repeat (choice (function-item gnus-article-sort-by-number)
573 (function-item gnus-article-sort-by-author)
574 (function-item gnus-article-sort-by-subject)
575 (function-item gnus-article-sort-by-date)
576 (function-item gnus-article-sort-by-score)
577 (function :tag "other"))))
579 (defcustom gnus-thread-sort-functions '(gnus-thread-sort-by-number)
580 "*List of functions used for sorting threads in the summary buffer.
581 By default, threads are sorted by article number.
583 Each function takes two threads and return non-nil if the first thread
584 should be sorted before the other. If you use more than one function,
585 the primary sort function should be the last. You should probably
586 always include `gnus-thread-sort-by-number' in the list of sorting
587 functions -- preferably first.
589 Ready-made functions include `gnus-thread-sort-by-number',
590 `gnus-thread-sort-by-author', `gnus-thread-sort-by-subject',
591 `gnus-thread-sort-by-date', `gnus-thread-sort-by-score' and
592 `gnus-thread-sort-by-total-score' (see `gnus-thread-score-function')."
593 :group 'gnus-summary-sort
594 :type '(repeat (choice (function-item gnus-thread-sort-by-number)
595 (function-item gnus-thread-sort-by-author)
596 (function-item gnus-thread-sort-by-subject)
597 (function-item gnus-thread-sort-by-date)
598 (function-item gnus-thread-sort-by-score)
599 (function-item gnus-thread-sort-by-total-score)
600 (function :tag "other"))))
602 (defcustom gnus-thread-score-function '+
603 "*Function used for calculating the total score of a thread.
605 The function is called with the scores of the article and each
606 subthread and should then return the score of the thread.
608 Some functions you can use are `+', `max', or `min'."
609 :group 'gnus-summary-sort
612 (defcustom gnus-summary-expunge-below nil
613 "All articles that have a score less than this variable will be expunged.
614 This variable is local to the summary buffers."
615 :group 'gnus-score-default
616 :type '(choice (const :tag "off" nil)
619 (defcustom gnus-thread-expunge-below nil
620 "All threads that have a total score less than this variable will be expunged.
621 See `gnus-thread-score-function' for en explanation of what a
624 This variable is local to the summary buffers."
625 :group 'gnus-treading
626 :group 'gnus-score-default
627 :type '(choice (const :tag "off" nil)
630 (defcustom gnus-summary-mode-hook nil
631 "*A hook for Gnus summary mode.
632 This hook is run before any variables are set in the summary buffer."
633 :group 'gnus-summary-various
636 (defcustom gnus-summary-menu-hook nil
637 "*Hook run after the creation of the summary mode menu."
638 :group 'gnus-summary-visual
641 (defcustom gnus-summary-exit-hook nil
642 "*A hook called on exit from the summary buffer.
643 It will be called with point in the group buffer."
644 :group 'gnus-summary-exit
647 (defcustom gnus-summary-prepare-hook nil
648 "*A hook called after the summary buffer has been generated.
649 If you want to modify the summary buffer, you can use this hook."
650 :group 'gnus-summary-various
653 (defcustom gnus-summary-prepared-hook nil
654 "*A hook called as the last thing after the summary buffer has been generated."
655 :group 'gnus-summary-various
658 (defcustom gnus-summary-generate-hook nil
659 "*A hook run just before generating the summary buffer.
660 This hook is commonly used to customize threading variables and the
662 :group 'gnus-summary-various
665 (defcustom gnus-select-group-hook nil
666 "*A hook called when a newsgroup is selected.
668 If you'd like to simplify subjects like the
669 `gnus-summary-next-same-subject' command does, you can use the
672 (setq gnus-select-group-hook
675 (mapcar (lambda (header)
676 (mail-header-set-subject
678 (gnus-simplify-subject
679 (mail-header-subject header) 're-only)))
680 gnus-newsgroup-headers))))"
681 :group 'gnus-group-select
684 (defcustom gnus-select-article-hook nil
685 "*A hook called when an article is selected."
686 :group 'gnus-summary-choose
689 (defcustom gnus-visual-mark-article-hook
690 (list 'gnus-highlight-selected-summary)
691 "*Hook run after selecting an article in the summary buffer.
692 It is meant to be used for highlighting the article in some way. It
693 is not run if `gnus-visual' is nil."
694 :group 'gnus-summary-visual
697 (defcustom gnus-parse-headers-hook '(gnus-set-summary-default-charset)
698 "*A hook called before parsing the headers."
702 (defcustom gnus-exit-group-hook nil
703 "*A hook called when exiting (not quitting) summary mode."
707 (defcustom gnus-summary-update-hook
708 (list 'gnus-summary-highlight-line)
709 "*A hook called when a summary line is changed.
710 The hook will not be called if `gnus-visual' is nil.
712 The default function `gnus-summary-highlight-line' will
713 highlight the line according to the `gnus-summary-highlight'
715 :group 'gnus-summary-visual
718 (defcustom gnus-mark-article-hook '(gnus-summary-mark-read-and-unread-as-read)
719 "*A hook called when an article is selected for the first time.
720 The hook is intended to mark an article as read (or unread)
721 automatically when it is selected."
722 :group 'gnus-summary-choose
725 (defcustom gnus-group-no-more-groups-hook nil
726 "*A hook run when returning to group mode having no more (unread) groups."
727 :group 'gnus-group-select
730 (defcustom gnus-ps-print-hook nil
731 "*A hook run before ps-printing something from Gnus."
735 (defcustom gnus-summary-selected-face 'gnus-summary-selected-face
736 "Face used for highlighting the current article in the summary buffer."
737 :group 'gnus-summary-visual
740 (defcustom gnus-summary-highlight
741 '(((= mark gnus-canceled-mark)
742 . gnus-summary-cancelled-face)
743 ((and (> score default)
744 (or (= mark gnus-dormant-mark)
745 (= mark gnus-ticked-mark)))
746 . gnus-summary-high-ticked-face)
747 ((and (< score default)
748 (or (= mark gnus-dormant-mark)
749 (= mark gnus-ticked-mark)))
750 . gnus-summary-low-ticked-face)
751 ((or (= mark gnus-dormant-mark)
752 (= mark gnus-ticked-mark))
753 . gnus-summary-normal-ticked-face)
754 ((and (> score default) (= mark gnus-ancient-mark))
755 . gnus-summary-high-ancient-face)
756 ((and (< score default) (= mark gnus-ancient-mark))
757 . gnus-summary-low-ancient-face)
758 ((= mark gnus-ancient-mark)
759 . gnus-summary-normal-ancient-face)
760 ((and (> score default) (= mark gnus-unread-mark))
761 . gnus-summary-high-unread-face)
762 ((and (< score default) (= mark gnus-unread-mark))
763 . gnus-summary-low-unread-face)
764 ((= mark gnus-unread-mark)
765 . gnus-summary-normal-unread-face)
766 ((and (> score default) (memq mark (list gnus-downloadable-mark
767 gnus-undownloaded-mark)))
768 . gnus-summary-high-unread-face)
769 ((and (< score default) (memq mark (list gnus-downloadable-mark
770 gnus-undownloaded-mark)))
771 . gnus-summary-low-unread-face)
772 ((memq mark (list gnus-downloadable-mark gnus-undownloaded-mark))
773 . gnus-summary-normal-unread-face)
775 . gnus-summary-high-read-face)
777 . gnus-summary-low-read-face)
779 . gnus-summary-normal-read-face))
780 "*Controls the highlighting of summary buffer lines.
782 A list of (FORM . FACE) pairs. When deciding how a a particular
783 summary line should be displayed, each form is evaluated. The content
784 of the face field after the first true form is used. You can change
785 how those summary lines are displayed, by editing the face field.
787 You can use the following variables in the FORM field.
789 score: The articles score
790 default: The default article score.
791 below: The score below which articles are automatically marked as read.
792 mark: The articles mark."
793 :group 'gnus-summary-visual
794 :type '(repeat (cons (sexp :tag "Form" nil)
797 (defcustom gnus-alter-header-function nil
798 "Function called to allow alteration of article header structures.
799 The function is called with one parameter, the article header vector,
800 which it may alter in any way.")
802 (defcustom gnus-extra-headers nil
803 "*Extra headers to parse."
805 :type '(repeat symbol))
807 (defcustom gnus-ignored-from-addresses
808 (and user-mail-address (regexp-quote user-mail-address))
809 "*Regexp of From headers that may be suppressed in favor of To headers."
813 (defcustom gnus-group-charset-alist
814 '(("^hk\\>\\|^tw\\>\\|\\<big5\\>" cn-big5)
815 ("^cn\\>\\|\\<chinese\\>" cn-gb-2312)
816 ("^fj\\>\\|^japan\\>" iso-2022-jp-2)
817 ("^relcom\\>" koi8-r)
819 "Alist of regexps (to match group names) and default charsets to be used."
820 :type '(repeat (list (regexp :tag "Group")
821 (symbol :tag "Charset")))
822 :group 'gnus-charset)
824 ;;; Internal variables
826 (defvar gnus-scores-exclude-files nil)
827 (defvar gnus-page-broken nil)
828 (defvar gnus-inhibit-mime-unbuttonizing nil)
830 (defvar gnus-original-article nil)
831 (defvar gnus-article-internal-prepare-hook nil)
832 (defvar gnus-newsgroup-process-stack nil)
834 (defvar gnus-thread-indent-array nil)
835 (defvar gnus-thread-indent-array-level gnus-thread-indent-level)
837 ;; Avoid highlighting in kill files.
838 (defvar gnus-summary-inhibit-highlight nil)
839 (defvar gnus-newsgroup-selected-overlay nil)
840 (defvar gnus-inhibit-limiting nil)
841 (defvar gnus-newsgroup-adaptive-score-file nil)
842 (defvar gnus-current-score-file nil)
843 (defvar gnus-current-move-group nil)
844 (defvar gnus-current-copy-group nil)
845 (defvar gnus-current-crosspost-group nil)
847 (defvar gnus-newsgroup-dependencies nil)
848 (defvar gnus-newsgroup-adaptive nil)
849 (defvar gnus-summary-display-article-function nil)
850 (defvar gnus-summary-highlight-line-function nil
851 "Function called after highlighting a summary line.")
853 (defvar gnus-summary-line-format-alist
854 `((?N ,(macroexpand '(mail-header-number gnus-tmp-header)) ?d)
855 (?S ,(macroexpand '(mail-header-subject gnus-tmp-header)) ?s)
856 (?s gnus-tmp-subject-or-nil ?s)
857 (?n gnus-tmp-name ?s)
858 (?A (std11-address-string
859 (car (mime-read-field 'From gnus-tmp-header))) ?s)
860 (?a (or (std11-full-name-string
861 (car (mime-read-field 'From gnus-tmp-header)))
863 (?F gnus-tmp-from ?s)
864 (?x ,(macroexpand '(mail-header-xref gnus-tmp-header)) ?s)
865 (?D ,(macroexpand '(mail-header-date gnus-tmp-header)) ?s)
866 (?d (gnus-dd-mmm (mail-header-date gnus-tmp-header)) ?s)
867 (?o (gnus-date-iso8601 (mail-header-date gnus-tmp-header)) ?s)
868 (?M ,(macroexpand '(mail-header-id gnus-tmp-header)) ?s)
869 (?r ,(macroexpand '(mail-header-references gnus-tmp-header)) ?s)
870 (?c (or (mail-header-chars gnus-tmp-header) 0) ?d)
871 (?L gnus-tmp-lines ?d)
872 (?I gnus-tmp-indentation ?s)
873 (?T (if (= gnus-tmp-level 0) "" (make-string (frame-width) ? )) ?s)
874 (?R gnus-tmp-replied ?c)
875 (?\[ gnus-tmp-opening-bracket ?c)
876 (?\] gnus-tmp-closing-bracket ?c)
877 (?\> (make-string gnus-tmp-level ? ) ?s)
878 (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
879 (?i gnus-tmp-score ?d)
880 (?z gnus-tmp-score-char ?c)
881 (?l (bbb-grouplens-score gnus-tmp-header) ?s)
882 (?V (gnus-thread-total-score (and (boundp 'thread) (car thread))) ?d)
883 (?U gnus-tmp-unread ?c)
884 (?f (gnus-summary-from-or-to-or-newsgroups gnus-tmp-header) ?s)
885 (?t (gnus-summary-number-of-articles-in-thread
886 (and (boundp 'thread) (car thread)) gnus-tmp-level)
888 (?e (gnus-summary-number-of-articles-in-thread
889 (and (boundp 'thread) (car thread)) gnus-tmp-level t)
891 (?u gnus-tmp-user-defined ?s)
892 (?P (gnus-pick-line-number) ?d))
893 "An alist of format specifications that can appear in summary lines,
894 and what variables they correspond with, along with the type of the
895 variable (string, integer, character, etc).")
897 (defvar gnus-summary-dummy-line-format-alist
898 `((?S gnus-tmp-subject ?s)
899 (?N gnus-tmp-number ?d)
900 (?u gnus-tmp-user-defined ?s)))
902 (defvar gnus-summary-mode-line-format-alist
903 `((?G gnus-tmp-group-name ?s)
904 (?g (gnus-short-group-name gnus-tmp-group-name) ?s)
905 (?p (gnus-group-real-name gnus-tmp-group-name) ?s)
906 (?A gnus-tmp-article-number ?d)
907 (?Z gnus-tmp-unread-and-unselected ?s)
909 (?U gnus-tmp-unread-and-unticked ?d)
910 (?S gnus-tmp-subject ?s)
911 (?e gnus-tmp-unselected ?d)
912 (?u gnus-tmp-user-defined ?s)
913 (?d (length gnus-newsgroup-dormant) ?d)
914 (?t (length gnus-newsgroup-marked) ?d)
915 (?r (length gnus-newsgroup-reads) ?d)
916 (?z (gnus-summary-article-score gnus-tmp-article-number) ?d)
917 (?E gnus-newsgroup-expunged-tally ?d)
918 (?s (gnus-current-score-file-nondirectory) ?s)))
920 (defvar gnus-last-search-regexp nil
921 "Default regexp for article search command.")
923 (defvar gnus-last-shell-command nil
924 "Default shell command on article.")
926 (defvar gnus-newsgroup-begin nil)
927 (defvar gnus-newsgroup-end nil)
928 (defvar gnus-newsgroup-last-rmail nil)
929 (defvar gnus-newsgroup-last-mail nil)
930 (defvar gnus-newsgroup-last-folder nil)
931 (defvar gnus-newsgroup-last-file nil)
932 (defvar gnus-newsgroup-auto-expire nil)
933 (defvar gnus-newsgroup-active nil)
935 (defvar gnus-newsgroup-data nil)
936 (defvar gnus-newsgroup-data-reverse nil)
937 (defvar gnus-newsgroup-limit nil)
938 (defvar gnus-newsgroup-limits nil)
940 (defvar gnus-newsgroup-unreads nil
941 "List of unread articles in the current newsgroup.")
943 (defvar gnus-newsgroup-unselected nil
944 "List of unselected unread articles in the current newsgroup.")
946 (defvar gnus-newsgroup-reads nil
947 "Alist of read articles and article marks in the current newsgroup.")
949 (defvar gnus-newsgroup-expunged-tally nil)
951 (defvar gnus-newsgroup-marked nil
952 "List of ticked articles in the current newsgroup (a subset of unread art).")
954 (defvar gnus-newsgroup-killed nil
955 "List of ranges of articles that have been through the scoring process.")
957 (defvar gnus-newsgroup-cached nil
958 "List of articles that come from the article cache.")
960 (defvar gnus-newsgroup-saved nil
961 "List of articles that have been saved.")
963 (defvar gnus-newsgroup-kill-headers nil)
965 (defvar gnus-newsgroup-replied nil
966 "List of articles that have been replied to in the current newsgroup.")
968 (defvar gnus-newsgroup-expirable nil
969 "List of articles in the current newsgroup that can be expired.")
971 (defvar gnus-newsgroup-processable nil
972 "List of articles in the current newsgroup that can be processed.")
974 (defvar gnus-newsgroup-downloadable nil
975 "List of articles in the current newsgroup that can be processed.")
977 (defvar gnus-newsgroup-undownloaded nil
978 "List of articles in the current newsgroup that haven't been downloaded..")
980 (defvar gnus-newsgroup-unsendable nil
981 "List of articles in the current newsgroup that won't be sent.")
983 (defvar gnus-newsgroup-bookmarks nil
984 "List of articles in the current newsgroup that have bookmarks.")
986 (defvar gnus-newsgroup-dormant nil
987 "List of dormant articles in the current newsgroup.")
989 (defvar gnus-newsgroup-scored nil
990 "List of scored articles in the current newsgroup.")
992 (defvar gnus-newsgroup-headers nil
993 "List of article headers in the current newsgroup.")
995 (defvar gnus-newsgroup-threads nil)
997 (defvar gnus-newsgroup-prepared nil
998 "Whether the current group has been prepared properly.")
1000 (defvar gnus-newsgroup-ancient nil
1001 "List of `gnus-fetch-old-headers' articles in the current newsgroup.")
1003 (defvar gnus-newsgroup-sparse nil)
1005 (defvar gnus-current-article nil)
1006 (defvar gnus-article-current nil)
1007 (defvar gnus-current-headers nil)
1008 (defvar gnus-have-all-headers nil)
1009 (defvar gnus-last-article nil)
1010 (defvar gnus-newsgroup-history nil)
1011 (defvar gnus-newsgroup-charset nil)
1013 (defconst gnus-summary-local-variables
1014 '(gnus-newsgroup-name
1015 gnus-newsgroup-begin gnus-newsgroup-end
1016 gnus-newsgroup-last-rmail gnus-newsgroup-last-mail
1017 gnus-newsgroup-last-folder gnus-newsgroup-last-file
1018 gnus-newsgroup-auto-expire gnus-newsgroup-unreads
1019 gnus-newsgroup-unselected gnus-newsgroup-marked
1020 gnus-newsgroup-reads gnus-newsgroup-saved
1021 gnus-newsgroup-replied gnus-newsgroup-expirable
1022 gnus-newsgroup-processable gnus-newsgroup-killed
1023 gnus-newsgroup-downloadable gnus-newsgroup-undownloaded
1024 gnus-newsgroup-unsendable
1025 gnus-newsgroup-bookmarks gnus-newsgroup-dormant
1026 gnus-newsgroup-headers gnus-newsgroup-threads
1027 gnus-newsgroup-prepared gnus-summary-highlight-line-function
1028 gnus-current-article gnus-current-headers gnus-have-all-headers
1029 gnus-last-article gnus-article-internal-prepare-hook
1030 gnus-newsgroup-dependencies gnus-newsgroup-selected-overlay
1031 gnus-newsgroup-scored gnus-newsgroup-kill-headers
1032 gnus-thread-expunge-below
1033 gnus-score-alist gnus-current-score-file gnus-summary-expunge-below
1034 (gnus-summary-mark-below . global)
1035 gnus-newsgroup-active gnus-scores-exclude-files
1036 gnus-newsgroup-history gnus-newsgroup-ancient
1037 gnus-newsgroup-sparse gnus-newsgroup-process-stack
1038 (gnus-newsgroup-adaptive . gnus-use-adaptive-scoring)
1039 gnus-newsgroup-adaptive-score-file (gnus-reffed-article-number . -1)
1040 (gnus-newsgroup-expunged-tally . 0)
1041 gnus-cache-removable-articles gnus-newsgroup-cached
1042 gnus-newsgroup-data gnus-newsgroup-data-reverse
1043 gnus-newsgroup-limit gnus-newsgroup-limits
1044 gnus-newsgroup-charset)
1045 "Variables that are buffer-local to the summary buffers.")
1047 ;; Byte-compiler warning.
1048 (defvar gnus-article-mode-map)
1050 ;; Subject simplification.
1052 (defun gnus-simplify-whitespace (str)
1053 "Remove excessive whitespace."
1056 (while (string-match "[ \t][ \t]+" mystr)
1057 (setq mystr (concat (substring mystr 0 (match-beginning 0))
1059 (substring mystr (match-end 0)))))
1061 (when (string-match "^[ \t]+" mystr)
1062 (setq mystr (substring mystr (match-end 0))))
1064 (when (string-match "[ \t]+$" mystr)
1065 (setq mystr (substring mystr 0 (match-beginning 0))))
1068 (defsubst gnus-simplify-subject-re (subject)
1069 "Remove \"Re:\" from subject lines."
1070 (if (string-match "^[Rr][Ee]: *" subject)
1071 (substring subject (match-end 0))
1074 (defun gnus-simplify-subject (subject &optional re-only)
1075 "Remove `Re:' and words in parentheses.
1076 If RE-ONLY is non-nil, strip leading `Re:'s only."
1077 (let ((case-fold-search t)) ;Ignore case.
1078 ;; Remove `Re:', `Re^N:', `Re(n)', and `Re[n]:'.
1079 (when (string-match "\\`\\(re\\([[(^][0-9]+[])]?\\)?:[ \t]*\\)+" subject)
1080 (setq subject (substring subject (match-end 0))))
1081 ;; Remove uninteresting prefixes.
1082 (when (and (not re-only)
1083 gnus-simplify-ignored-prefixes
1084 (string-match gnus-simplify-ignored-prefixes subject))
1085 (setq subject (substring subject (match-end 0))))
1086 ;; Remove words in parentheses from end.
1088 (while (string-match "[ \t\n]*([^()]*)[ \t\n]*\\'" subject)
1089 (setq subject (substring subject 0 (match-beginning 0)))))
1090 ;; Return subject string.
1093 ;; Remove any leading "re:"s, any trailing paren phrases, and simplify
1095 (defsubst gnus-simplify-buffer-fuzzy-step (regexp &optional newtext)
1096 (goto-char (point-min))
1097 (while (re-search-forward regexp nil t)
1098 (replace-match (or newtext ""))))
1100 (defun gnus-simplify-buffer-fuzzy ()
1101 "Simplify string in the buffer fuzzily.
1102 The string in the accessible portion of the current buffer is simplified.
1103 It is assumed to be a single-line subject.
1104 Whitespace is generally cleaned up, and miscellaneous leading/trailing
1105 matter is removed. Additional things can be deleted by setting
1106 gnus-simplify-subject-fuzzy-regexp."
1107 (let ((case-fold-search t)
1109 (gnus-simplify-buffer-fuzzy-step "\t" " ")
1111 (while (not (eq modified-tick (buffer-modified-tick)))
1112 (setq modified-tick (buffer-modified-tick))
1114 ((listp gnus-simplify-subject-fuzzy-regexp)
1115 (mapcar 'gnus-simplify-buffer-fuzzy-step
1116 gnus-simplify-subject-fuzzy-regexp))
1117 (gnus-simplify-subject-fuzzy-regexp
1118 (gnus-simplify-buffer-fuzzy-step gnus-simplify-subject-fuzzy-regexp)))
1119 (gnus-simplify-buffer-fuzzy-step "^ *\\[[-+?*!][-+?*!]\\] *")
1120 (gnus-simplify-buffer-fuzzy-step
1121 "^ *\\(re\\|fw\\|fwd\\)[[{(^0-9]*[])}]?[:;] *")
1122 (gnus-simplify-buffer-fuzzy-step "^[[].*:\\( .*\\)[]]$" "\\1"))
1124 (gnus-simplify-buffer-fuzzy-step " *[[{(][^()\n]*[]})] *$")
1125 (gnus-simplify-buffer-fuzzy-step " +" " ")
1126 (gnus-simplify-buffer-fuzzy-step " $")
1127 (gnus-simplify-buffer-fuzzy-step "^ +")))
1129 (defun gnus-simplify-subject-fuzzy (subject)
1130 "Simplify a subject string fuzzily.
1131 See `gnus-simplify-buffer-fuzzy' for details."
1133 (gnus-set-work-buffer)
1134 (let ((case-fold-search t))
1135 ;; Remove uninteresting prefixes.
1136 (when (and gnus-simplify-ignored-prefixes
1137 (string-match gnus-simplify-ignored-prefixes subject))
1138 (setq subject (substring subject (match-end 0))))
1140 (inline (gnus-simplify-buffer-fuzzy))
1143 (defsubst gnus-simplify-subject-fully (subject)
1144 "Simplify a subject string according to gnus-summary-gather-subject-limit."
1146 (gnus-simplify-subject-functions
1147 (gnus-map-function gnus-simplify-subject-functions subject))
1148 ((null gnus-summary-gather-subject-limit)
1149 (gnus-simplify-subject-re subject))
1150 ((eq gnus-summary-gather-subject-limit 'fuzzy)
1151 (gnus-simplify-subject-fuzzy subject))
1152 ((numberp gnus-summary-gather-subject-limit)
1153 (gnus-limit-string (gnus-simplify-subject-re subject)
1154 gnus-summary-gather-subject-limit))
1158 (defsubst gnus-subject-equal (s1 s2 &optional simple-first)
1159 "Check whether two subjects are equal.
1160 If optional argument simple-first is t, first argument is already
1163 ((null simple-first)
1164 (equal (gnus-simplify-subject-fully s1)
1165 (gnus-simplify-subject-fully s2)))
1168 (gnus-simplify-subject-fully s2)))))
1170 (defun gnus-summary-bubble-group ()
1171 "Increase the score of the current group.
1172 This is a handy function to add to `gnus-summary-exit-hook' to
1173 increase the score of each group you read."
1174 (gnus-group-add-score gnus-newsgroup-name))
1178 ;;; Gnus summary mode
1181 (put 'gnus-summary-mode 'mode-class 'special)
1184 ;; Non-orthogonal keys
1186 (gnus-define-keys gnus-summary-mode-map
1187 " " gnus-summary-next-page
1188 "\177" gnus-summary-prev-page
1189 [delete] gnus-summary-prev-page
1190 [backspace] gnus-summary-prev-page
1191 "\r" gnus-summary-scroll-up
1192 "\M-\r" gnus-summary-scroll-down
1193 "n" gnus-summary-next-unread-article
1194 "p" gnus-summary-prev-unread-article
1195 "N" gnus-summary-next-article
1196 "P" gnus-summary-prev-article
1197 "\M-\C-n" gnus-summary-next-same-subject
1198 "\M-\C-p" gnus-summary-prev-same-subject
1199 "\M-n" gnus-summary-next-unread-subject
1200 "\M-p" gnus-summary-prev-unread-subject
1201 "." gnus-summary-first-unread-article
1202 "," gnus-summary-best-unread-article
1203 "\M-s" gnus-summary-search-article-forward
1204 "\M-r" gnus-summary-search-article-backward
1205 "<" gnus-summary-beginning-of-article
1206 ">" gnus-summary-end-of-article
1207 "j" gnus-summary-goto-article
1208 "^" gnus-summary-refer-parent-article
1209 "\M-^" gnus-summary-refer-article
1210 "u" gnus-summary-tick-article-forward
1211 "!" gnus-summary-tick-article-forward
1212 "U" gnus-summary-tick-article-backward
1213 "d" gnus-summary-mark-as-read-forward
1214 "D" gnus-summary-mark-as-read-backward
1215 "E" gnus-summary-mark-as-expirable
1216 "\M-u" gnus-summary-clear-mark-forward
1217 "\M-U" gnus-summary-clear-mark-backward
1218 "k" gnus-summary-kill-same-subject-and-select
1219 "\C-k" gnus-summary-kill-same-subject
1220 "\M-\C-k" gnus-summary-kill-thread
1221 "\M-\C-l" gnus-summary-lower-thread
1222 "e" gnus-summary-edit-article
1223 "#" gnus-summary-mark-as-processable
1224 "\M-#" gnus-summary-unmark-as-processable
1225 "\M-\C-t" gnus-summary-toggle-threads
1226 "\M-\C-s" gnus-summary-show-thread
1227 "\M-\C-h" gnus-summary-hide-thread
1228 "\M-\C-f" gnus-summary-next-thread
1229 "\M-\C-b" gnus-summary-prev-thread
1230 "\M-\C-u" gnus-summary-up-thread
1231 "\M-\C-d" gnus-summary-down-thread
1232 "&" gnus-summary-execute-command
1233 "c" gnus-summary-catchup-and-exit
1234 "\C-w" gnus-summary-mark-region-as-read
1235 "\C-t" gnus-summary-toggle-truncation
1236 "?" gnus-summary-mark-as-dormant
1237 "\C-c\M-\C-s" gnus-summary-limit-include-expunged
1238 "\C-c\C-s\C-n" gnus-summary-sort-by-number
1239 "\C-c\C-s\C-l" gnus-summary-sort-by-lines
1240 "\C-c\C-s\C-a" gnus-summary-sort-by-author
1241 "\C-c\C-s\C-s" gnus-summary-sort-by-subject
1242 "\C-c\C-s\C-d" gnus-summary-sort-by-date
1243 "\C-c\C-s\C-i" gnus-summary-sort-by-score
1244 "=" gnus-summary-expand-window
1245 "\C-x\C-s" gnus-summary-reselect-current-group
1246 "\M-g" gnus-summary-rescan-group
1247 "w" gnus-summary-stop-page-breaking
1248 "\C-c\C-r" gnus-summary-caesar-message
1249 "\M-t" gnus-summary-toggle-mime
1250 "f" gnus-summary-followup
1251 "F" gnus-summary-followup-with-original
1252 "C" gnus-summary-cancel-article
1253 "r" gnus-summary-reply
1254 "R" gnus-summary-reply-with-original
1255 "\C-c\C-f" gnus-summary-mail-forward
1256 "o" gnus-summary-save-article
1257 "\C-o" gnus-summary-save-article-mail
1258 "|" gnus-summary-pipe-output
1259 "\M-k" gnus-summary-edit-local-kill
1260 "\M-K" gnus-summary-edit-global-kill
1262 "\C-c\C-d" gnus-summary-describe-group
1263 "q" gnus-summary-exit
1264 "Q" gnus-summary-exit-no-update
1265 "\C-c\C-i" gnus-info-find-node
1266 gnus-mouse-2 gnus-mouse-pick-article
1267 "m" gnus-summary-mail-other-window
1268 "a" gnus-summary-post-news
1269 "x" gnus-summary-limit-to-unread
1270 "s" gnus-summary-isearch-article
1271 "t" gnus-article-hide-headers
1272 "g" gnus-summary-show-article
1273 "l" gnus-summary-goto-last-article
1274 "v" gnus-summary-preview-mime-message
1275 "\C-c\C-v\C-v" gnus-uu-decode-uu-view
1276 "\C-d" gnus-summary-enter-digest-group
1277 "\M-\C-d" gnus-summary-read-document
1278 "\M-\C-e" gnus-summary-edit-parameters
1279 "\M-\C-g" gnus-summary-customize-parameters
1281 "*" gnus-cache-enter-article
1282 "\M-*" gnus-cache-remove-article
1283 "\M-&" gnus-summary-universal-argument
1284 "\C-l" gnus-recenter
1285 "I" gnus-summary-increase-score
1286 "L" gnus-summary-lower-score
1287 "\M-i" gnus-symbolic-argument
1288 "h" gnus-summary-select-article-buffer
1290 "V" gnus-summary-score-map
1291 "X" gnus-uu-extract-map
1292 "S" gnus-summary-send-map)
1294 ;; Sort of orthogonal keymap
1295 (gnus-define-keys (gnus-summary-mark-map "M" gnus-summary-mode-map)
1296 "t" gnus-summary-tick-article-forward
1297 "!" gnus-summary-tick-article-forward
1298 "d" gnus-summary-mark-as-read-forward
1299 "r" gnus-summary-mark-as-read-forward
1300 "c" gnus-summary-clear-mark-forward
1301 " " gnus-summary-clear-mark-forward
1302 "e" gnus-summary-mark-as-expirable
1303 "x" gnus-summary-mark-as-expirable
1304 "?" gnus-summary-mark-as-dormant
1305 "b" gnus-summary-set-bookmark
1306 "B" gnus-summary-remove-bookmark
1307 "#" gnus-summary-mark-as-processable
1308 "\M-#" gnus-summary-unmark-as-processable
1309 "S" gnus-summary-limit-include-expunged
1310 "C" gnus-summary-catchup
1311 "H" gnus-summary-catchup-to-here
1312 "\C-c" gnus-summary-catchup-all
1313 "k" gnus-summary-kill-same-subject-and-select
1314 "K" gnus-summary-kill-same-subject
1315 "P" gnus-uu-mark-map)
1317 (gnus-define-keys (gnus-summary-mscore-map "V" gnus-summary-mark-map)
1318 "c" gnus-summary-clear-above
1319 "u" gnus-summary-tick-above
1320 "m" gnus-summary-mark-above
1321 "k" gnus-summary-kill-below)
1323 (gnus-define-keys (gnus-summary-limit-map "/" gnus-summary-mode-map)
1324 "/" gnus-summary-limit-to-subject
1325 "n" gnus-summary-limit-to-articles
1326 "w" gnus-summary-pop-limit
1327 "s" gnus-summary-limit-to-subject
1328 "a" gnus-summary-limit-to-author
1329 "u" gnus-summary-limit-to-unread
1330 "m" gnus-summary-limit-to-marks
1331 "v" gnus-summary-limit-to-score
1332 "*" gnus-summary-limit-include-cached
1333 "D" gnus-summary-limit-include-dormant
1334 "T" gnus-summary-limit-include-thread
1335 "d" gnus-summary-limit-exclude-dormant
1336 "t" gnus-summary-limit-to-age
1337 "E" gnus-summary-limit-include-expunged
1338 "c" gnus-summary-limit-exclude-childless-dormant
1339 "C" gnus-summary-limit-mark-excluded-as-read)
1341 (gnus-define-keys (gnus-summary-goto-map "G" gnus-summary-mode-map)
1342 "n" gnus-summary-next-unread-article
1343 "p" gnus-summary-prev-unread-article
1344 "N" gnus-summary-next-article
1345 "P" gnus-summary-prev-article
1346 "\C-n" gnus-summary-next-same-subject
1347 "\C-p" gnus-summary-prev-same-subject
1348 "\M-n" gnus-summary-next-unread-subject
1349 "\M-p" gnus-summary-prev-unread-subject
1350 "f" gnus-summary-first-unread-article
1351 "b" gnus-summary-best-unread-article
1352 "j" gnus-summary-goto-article
1353 "g" gnus-summary-goto-subject
1354 "l" gnus-summary-goto-last-article
1355 "o" gnus-summary-pop-article)
1357 (gnus-define-keys (gnus-summary-thread-map "T" gnus-summary-mode-map)
1358 "k" gnus-summary-kill-thread
1359 "l" gnus-summary-lower-thread
1360 "i" gnus-summary-raise-thread
1361 "T" gnus-summary-toggle-threads
1362 "t" gnus-summary-rethread-current
1363 "^" gnus-summary-reparent-thread
1364 "s" gnus-summary-show-thread
1365 "S" gnus-summary-show-all-threads
1366 "h" gnus-summary-hide-thread
1367 "H" gnus-summary-hide-all-threads
1368 "n" gnus-summary-next-thread
1369 "p" gnus-summary-prev-thread
1370 "u" gnus-summary-up-thread
1371 "o" gnus-summary-top-thread
1372 "d" gnus-summary-down-thread
1373 "#" gnus-uu-mark-thread
1374 "\M-#" gnus-uu-unmark-thread)
1376 (gnus-define-keys (gnus-summary-buffer-map "Y" gnus-summary-mode-map)
1377 "g" gnus-summary-prepare
1378 "c" gnus-summary-insert-cached-articles)
1380 (gnus-define-keys (gnus-summary-exit-map "Z" gnus-summary-mode-map)
1381 "c" gnus-summary-catchup-and-exit
1382 "C" gnus-summary-catchup-all-and-exit
1383 "E" gnus-summary-exit-no-update
1384 "Q" gnus-summary-exit
1385 "Z" gnus-summary-exit
1386 "n" gnus-summary-catchup-and-goto-next-group
1387 "R" gnus-summary-reselect-current-group
1388 "G" gnus-summary-rescan-group
1389 "N" gnus-summary-next-group
1390 "s" gnus-summary-save-newsrc
1391 "P" gnus-summary-prev-group)
1393 (gnus-define-keys (gnus-summary-article-map "A" gnus-summary-mode-map)
1394 " " gnus-summary-next-page
1395 "n" gnus-summary-next-page
1396 "\177" gnus-summary-prev-page
1397 [delete] gnus-summary-prev-page
1398 "p" gnus-summary-prev-page
1399 "\r" gnus-summary-scroll-up
1400 "\M-\r" gnus-summary-scroll-down
1401 "<" gnus-summary-beginning-of-article
1402 ">" gnus-summary-end-of-article
1403 "b" gnus-summary-beginning-of-article
1404 "e" gnus-summary-end-of-article
1405 "^" gnus-summary-refer-parent-article
1406 "r" gnus-summary-refer-parent-article
1407 "R" gnus-summary-refer-references
1408 "T" gnus-summary-refer-thread
1409 "g" gnus-summary-show-article
1410 "s" gnus-summary-isearch-article
1411 "P" gnus-summary-print-article)
1413 (gnus-define-keys (gnus-summary-wash-map "W" gnus-summary-mode-map)
1414 "b" gnus-article-add-buttons
1415 "B" gnus-article-add-buttons-to-head
1416 "o" gnus-article-treat-overstrike
1417 "e" gnus-article-emphasize
1418 "w" gnus-article-fill-cited-article
1419 "c" gnus-article-remove-cr
1420 "f" gnus-article-display-x-face
1421 "l" gnus-summary-stop-page-breaking
1422 "r" gnus-summary-caesar-message
1423 "t" gnus-article-hide-headers
1424 "v" gnus-summary-verbose-headers
1425 "m" gnus-summary-toggle-mime
1426 "h" gnus-article-treat-html
1427 "d" gnus-article-treat-dumbquotes)
1429 (gnus-define-keys (gnus-summary-wash-hide-map "W" gnus-summary-wash-map)
1430 "a" gnus-article-hide
1431 "h" gnus-article-hide-headers
1432 "b" gnus-article-hide-boring-headers
1433 "s" gnus-article-hide-signature
1434 "c" gnus-article-hide-citation
1435 "C" gnus-article-hide-citation-in-followups
1436 "p" gnus-article-hide-pgp
1437 "P" gnus-article-hide-pem
1438 "\C-c" gnus-article-hide-citation-maybe)
1440 (gnus-define-keys (gnus-summary-wash-highlight-map "H" gnus-summary-wash-map)
1441 "a" gnus-article-highlight
1442 "h" gnus-article-highlight-headers
1443 "c" gnus-article-highlight-citation
1444 "s" gnus-article-highlight-signature)
1446 (gnus-define-keys (gnus-summary-wash-time-map "T" gnus-summary-wash-map)
1447 "z" gnus-article-date-ut
1448 "u" gnus-article-date-ut
1449 "l" gnus-article-date-local
1450 "e" gnus-article-date-lapsed
1451 "o" gnus-article-date-original
1452 "i" gnus-article-date-iso8601
1453 "s" gnus-article-date-user)
1455 (gnus-define-keys (gnus-summary-wash-empty-map "E" gnus-summary-wash-map)
1456 "t" gnus-article-remove-trailing-blank-lines
1457 "l" gnus-article-strip-leading-blank-lines
1458 "m" gnus-article-strip-multiple-blank-lines
1459 "a" gnus-article-strip-blank-lines
1460 "A" gnus-article-strip-all-blank-lines
1461 "s" gnus-article-strip-leading-space
1462 "e" gnus-article-strip-trailing-space)
1464 (gnus-define-keys (gnus-summary-help-map "H" gnus-summary-mode-map)
1466 "f" gnus-summary-fetch-faq
1467 "d" gnus-summary-describe-group
1468 "h" gnus-summary-describe-briefly
1469 "i" gnus-info-find-node)
1471 (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
1472 "e" gnus-summary-expire-articles
1473 "\M-\C-e" gnus-summary-expire-articles-now
1474 "\177" gnus-summary-delete-article
1475 [delete] gnus-summary-delete-article
1476 "m" gnus-summary-move-article
1477 "r" gnus-summary-respool-article
1478 "w" gnus-summary-edit-article
1479 "c" gnus-summary-copy-article
1480 "B" gnus-summary-crosspost-article
1481 "q" gnus-summary-respool-query
1482 "t" gnus-summary-respool-trace
1483 "i" gnus-summary-import-article
1484 "p" gnus-summary-article-posted-p)
1486 (gnus-define-keys (gnus-summary-save-map "O" gnus-summary-mode-map)
1487 "o" gnus-summary-save-article
1488 "m" gnus-summary-save-article-mail
1489 "F" gnus-summary-write-article-file
1490 "r" gnus-summary-save-article-rmail
1491 "f" gnus-summary-save-article-file
1492 "b" gnus-summary-save-article-body-file
1493 "h" gnus-summary-save-article-folder
1494 "v" gnus-summary-save-article-vm
1495 "p" gnus-summary-pipe-output
1496 "s" gnus-soup-add-article)
1498 (gnus-define-keys (gnus-summary-mime-map "K" gnus-summary-mode-map)
1499 "b" gnus-summary-display-buttonized
1500 "m" gnus-summary-repair-multipart
1501 "v" gnus-article-view-part
1502 "o" gnus-article-save-part
1503 "c" gnus-article-copy-part
1504 "e" gnus-article-externalize-part
1505 "|" gnus-article-pipe-part)
1508 (defun gnus-summary-make-menu-bar ()
1509 (gnus-turn-off-edit-menu 'summary)
1511 (unless (boundp 'gnus-summary-misc-menu)
1514 gnus-summary-kill-menu gnus-summary-mode-map ""
1519 ["Enter score..." gnus-summary-score-entry t]
1520 ["Customize" gnus-score-customize t])
1521 (gnus-make-score-map 'increase)
1522 (gnus-make-score-map 'lower)
1524 ["Kill below" gnus-summary-kill-below t]
1525 ["Mark above" gnus-summary-mark-above t]
1526 ["Tick above" gnus-summary-tick-above t]
1527 ["Clear above" gnus-summary-clear-above t])
1528 ["Current score" gnus-summary-current-score t]
1529 ["Set score" gnus-summary-set-score t]
1530 ["Switch current score file..." gnus-score-change-score-file t]
1531 ["Set mark below..." gnus-score-set-mark-below t]
1532 ["Set expunge below..." gnus-score-set-expunge-below t]
1533 ["Edit current score file" gnus-score-edit-current-scores t]
1534 ["Edit score file" gnus-score-edit-file t]
1535 ["Trace score" gnus-score-find-trace t]
1536 ["Find words" gnus-score-find-favourite-words t]
1537 ["Rescore buffer" gnus-summary-rescore t]
1538 ["Increase score..." gnus-summary-increase-score t]
1539 ["Lower score..." gnus-summary-lower-score t]))))
1541 ;; Define both the Article menu in the summary buffer and the equivalent
1542 ;; Commands menu in the article buffer here for consistency.
1545 ["All" gnus-article-hide t]
1546 ["Headers" gnus-article-hide-headers t]
1547 ["Signature" gnus-article-hide-signature t]
1548 ["Citation" gnus-article-hide-citation t]
1549 ["PGP" gnus-article-hide-pgp t]
1550 ["Boring headers" gnus-article-hide-boring-headers t])
1552 ["All" gnus-article-highlight t]
1553 ["Headers" gnus-article-highlight-headers t]
1554 ["Signature" gnus-article-highlight-signature t]
1555 ["Citation" gnus-article-highlight-citation t])
1557 ["Local" gnus-article-date-local t]
1558 ["ISO8601" gnus-article-date-iso8601 t]
1559 ["UT" gnus-article-date-ut t]
1560 ["Original" gnus-article-date-original t]
1561 ["Lapsed" gnus-article-date-lapsed t]
1562 ["User-defined" gnus-article-date-user t])
1565 ["Leading" gnus-article-strip-leading-blank-lines t]
1566 ["Multiple" gnus-article-strip-multiple-blank-lines t]
1567 ["Trailing" gnus-article-remove-trailing-blank-lines t]
1568 ["All of the above" gnus-article-strip-blank-lines t]
1569 ["All" gnus-article-strip-all-blank-lines t]
1570 ["Leading space" gnus-article-strip-leading-space t]
1571 ["Trailing space" gnus-article-strip-trailing-space t])
1572 ["Overstrike" gnus-article-treat-overstrike t]
1573 ["Dumb quotes" gnus-article-treat-dumbquotes t]
1574 ["Emphasis" gnus-article-emphasize t]
1575 ["Word wrap" gnus-article-fill-cited-article t]
1576 ["CR" gnus-article-remove-cr t]
1577 ["Show X-Face" gnus-article-display-x-face t]
1578 ["UnHTMLize" gnus-article-treat-html t]
1579 ["Rot 13" gnus-summary-caesar-message t]
1580 ["Unix pipe" gnus-summary-pipe-message t]
1581 ["Add buttons" gnus-article-add-buttons t]
1582 ["Add buttons to head" gnus-article-add-buttons-to-head t]
1583 ["Stop page breaking" gnus-summary-stop-page-breaking t]
1584 ["Toggle MIME" gnus-summary-toggle-mime t]
1585 ["Verbose header" gnus-summary-verbose-headers t]
1586 ["Toggle header" gnus-summary-toggle-header t])
1588 ["Save in default format" gnus-summary-save-article t]
1589 ["Save in file" gnus-summary-save-article-file t]
1590 ["Save in Unix mail format" gnus-summary-save-article-mail t]
1591 ["Save in MH folder" gnus-summary-save-article-folder t]
1592 ["Save in VM folder" gnus-summary-save-article-vm t]
1593 ["Save in RMAIL mbox" gnus-summary-save-article-rmail t]
1594 ["Save body in file" gnus-summary-save-article-body-file t]
1595 ["Pipe through a filter" gnus-summary-pipe-output t]
1596 ["Add to SOUP packet" gnus-soup-add-article t]
1597 ["Print" gnus-summary-print-article t])
1599 ["Respool article..." gnus-summary-respool-article t]
1600 ["Move article..." gnus-summary-move-article
1601 (gnus-check-backend-function
1602 'request-move-article gnus-newsgroup-name)]
1603 ["Copy article..." gnus-summary-copy-article t]
1604 ["Crosspost article..." gnus-summary-crosspost-article
1605 (gnus-check-backend-function
1606 'request-replace-article gnus-newsgroup-name)]
1607 ["Import file..." gnus-summary-import-article t]
1608 ["Check if posted" gnus-summary-article-posted-p t]
1609 ["Edit article" gnus-summary-edit-article
1610 (not (gnus-group-read-only-p))]
1611 ["Delete article" gnus-summary-delete-article
1612 (gnus-check-backend-function
1613 'request-expire-articles gnus-newsgroup-name)]
1614 ["Query respool" gnus-summary-respool-query t]
1615 ["Trace respool" gnus-summary-respool-trace t]
1616 ["Delete expirable articles" gnus-summary-expire-articles-now
1617 (gnus-check-backend-function
1618 'request-expire-articles gnus-newsgroup-name)])
1620 ["Uudecode" gnus-uu-decode-uu t]
1621 ["Uudecode and save" gnus-uu-decode-uu-and-save t]
1622 ["Unshar" gnus-uu-decode-unshar t]
1623 ["Unshar and save" gnus-uu-decode-unshar-and-save t]
1624 ["Save" gnus-uu-decode-save t]
1625 ["Binhex" gnus-uu-decode-binhex t]
1626 ["Postscript" gnus-uu-decode-postscript t])
1628 ["Enter article" gnus-cache-enter-article t]
1629 ["Remove article" gnus-cache-remove-article t])
1630 ["Select article buffer" gnus-summary-select-article-buffer t]
1631 ["Enter digest buffer" gnus-summary-enter-digest-group t]
1632 ["Isearch article..." gnus-summary-isearch-article t]
1633 ["Beginning of the article" gnus-summary-beginning-of-article t]
1634 ["End of the article" gnus-summary-end-of-article t]
1635 ["Fetch parent of article" gnus-summary-refer-parent-article t]
1636 ["Fetch referenced articles" gnus-summary-refer-references t]
1637 ["Fetch current thread" gnus-summary-refer-thread t]
1638 ["Fetch article with id..." gnus-summary-refer-article t]
1639 ["Redisplay" gnus-summary-show-article t])))
1641 gnus-summary-article-menu gnus-summary-mode-map ""
1642 (cons "Article" innards))
1645 gnus-article-commands-menu gnus-article-mode-map ""
1646 (cons "Commands" innards)))
1649 gnus-summary-thread-menu gnus-summary-mode-map ""
1651 ["Toggle threading" gnus-summary-toggle-threads t]
1652 ["Hide threads" gnus-summary-hide-all-threads t]
1653 ["Show threads" gnus-summary-show-all-threads t]
1654 ["Hide thread" gnus-summary-hide-thread t]
1655 ["Show thread" gnus-summary-show-thread t]
1656 ["Go to next thread" gnus-summary-next-thread t]
1657 ["Go to previous thread" gnus-summary-prev-thread t]
1658 ["Go down thread" gnus-summary-down-thread t]
1659 ["Go up thread" gnus-summary-up-thread t]
1660 ["Top of thread" gnus-summary-top-thread t]
1661 ["Mark thread as read" gnus-summary-kill-thread t]
1662 ["Lower thread score" gnus-summary-lower-thread t]
1663 ["Raise thread score" gnus-summary-raise-thread t]
1664 ["Rethread current" gnus-summary-rethread-current t]
1668 gnus-summary-post-menu gnus-summary-mode-map ""
1670 ["Post an article" gnus-summary-post-news t]
1671 ["Followup" gnus-summary-followup t]
1672 ["Followup and yank" gnus-summary-followup-with-original t]
1673 ["Supersede article" gnus-summary-supersede-article t]
1674 ["Cancel article" gnus-summary-cancel-article t]
1675 ["Reply" gnus-summary-reply t]
1676 ["Reply and yank" gnus-summary-reply-with-original t]
1677 ["Wide reply" gnus-summary-wide-reply t]
1678 ["Wide reply and yank" gnus-summary-wide-reply-with-original t]
1679 ["Mail forward" gnus-summary-mail-forward t]
1680 ["Post forward" gnus-summary-post-forward t]
1681 ["Digest and mail" gnus-summary-mail-digest t]
1682 ["Digest and post" gnus-summary-post-digest t]
1683 ["Resend message" gnus-summary-resend-message t]
1684 ["Send bounced mail" gnus-summary-resend-bounced-mail t]
1685 ["Send a mail" gnus-summary-mail-other-window t]
1686 ["Uuencode and post" gnus-uu-post-news t]
1687 ["Followup via news" gnus-summary-followup-to-mail t]
1688 ["Followup via news and yank"
1689 gnus-summary-followup-to-mail-with-original t]
1691 ;;["Send" gnus-summary-send-draft t]
1692 ;;["Send bounced" gnus-resend-bounced-mail t])
1696 gnus-summary-misc-menu gnus-summary-mode-map ""
1699 ["Mark as read" gnus-summary-mark-as-read-forward t]
1700 ["Mark same subject and select"
1701 gnus-summary-kill-same-subject-and-select t]
1702 ["Mark same subject" gnus-summary-kill-same-subject t]
1703 ["Catchup" gnus-summary-catchup t]
1704 ["Catchup all" gnus-summary-catchup-all t]
1705 ["Catchup to here" gnus-summary-catchup-to-here t]
1706 ["Catchup region" gnus-summary-mark-region-as-read t]
1707 ["Mark excluded" gnus-summary-limit-mark-excluded-as-read t])
1709 ["Tick" gnus-summary-tick-article-forward t]
1710 ["Mark as dormant" gnus-summary-mark-as-dormant t]
1711 ["Remove marks" gnus-summary-clear-mark-forward t]
1712 ["Set expirable mark" gnus-summary-mark-as-expirable t]
1713 ["Set bookmark" gnus-summary-set-bookmark t]
1714 ["Remove bookmark" gnus-summary-remove-bookmark t])
1716 ["Marks..." gnus-summary-limit-to-marks t]
1717 ["Subject..." gnus-summary-limit-to-subject t]
1718 ["Author..." gnus-summary-limit-to-author t]
1719 ["Age..." gnus-summary-limit-to-age t]
1720 ["Score" gnus-summary-limit-to-score t]
1721 ["Unread" gnus-summary-limit-to-unread t]
1722 ["Non-dormant" gnus-summary-limit-exclude-dormant t]
1723 ["Articles" gnus-summary-limit-to-articles t]
1724 ["Pop limit" gnus-summary-pop-limit t]
1725 ["Show dormant" gnus-summary-limit-include-dormant t]
1726 ["Hide childless dormant"
1727 gnus-summary-limit-exclude-childless-dormant t]
1728 ;;["Hide thread" gnus-summary-limit-exclude-thread t]
1729 ["Show expunged" gnus-summary-show-all-expunged t])
1731 ["Set mark" gnus-summary-mark-as-processable t]
1732 ["Remove mark" gnus-summary-unmark-as-processable t]
1733 ["Remove all marks" gnus-summary-unmark-all-processable t]
1734 ["Mark above" gnus-uu-mark-over t]
1735 ["Mark series" gnus-uu-mark-series t]
1736 ["Mark region" gnus-uu-mark-region t]
1737 ["Unmark region" gnus-uu-unmark-region t]
1738 ["Mark by regexp..." gnus-uu-mark-by-regexp t]
1739 ["Unmark by regexp..." gnus-uu-unmark-by-regexp t]
1740 ["Mark all" gnus-uu-mark-all t]
1741 ["Mark buffer" gnus-uu-mark-buffer t]
1742 ["Mark sparse" gnus-uu-mark-sparse t]
1743 ["Mark thread" gnus-uu-mark-thread t]
1744 ["Unmark thread" gnus-uu-unmark-thread t]
1745 ("Process Mark Sets"
1746 ["Kill" gnus-summary-kill-process-mark t]
1747 ["Yank" gnus-summary-yank-process-mark
1748 gnus-newsgroup-process-stack]
1749 ["Save" gnus-summary-save-process-mark t]))
1751 ["Page forward" gnus-summary-next-page t]
1752 ["Page backward" gnus-summary-prev-page t]
1753 ["Line forward" gnus-summary-scroll-up t])
1755 ["Next unread article" gnus-summary-next-unread-article t]
1756 ["Previous unread article" gnus-summary-prev-unread-article t]
1757 ["Next article" gnus-summary-next-article t]
1758 ["Previous article" gnus-summary-prev-article t]
1759 ["Next unread subject" gnus-summary-next-unread-subject t]
1760 ["Previous unread subject" gnus-summary-prev-unread-subject t]
1761 ["Next article same subject" gnus-summary-next-same-subject t]
1762 ["Previous article same subject" gnus-summary-prev-same-subject t]
1763 ["First unread article" gnus-summary-first-unread-article t]
1764 ["Best unread article" gnus-summary-best-unread-article t]
1765 ["Go to subject number..." gnus-summary-goto-subject t]
1766 ["Go to article number..." gnus-summary-goto-article t]
1767 ["Go to the last article" gnus-summary-goto-last-article t]
1768 ["Pop article off history" gnus-summary-pop-article t])
1770 ["Sort by number" gnus-summary-sort-by-number t]
1771 ["Sort by author" gnus-summary-sort-by-author t]
1772 ["Sort by subject" gnus-summary-sort-by-subject t]
1773 ["Sort by date" gnus-summary-sort-by-date t]
1774 ["Sort by score" gnus-summary-sort-by-score t]
1775 ["Sort by lines" gnus-summary-sort-by-lines t])
1777 ["Fetch group FAQ" gnus-summary-fetch-faq t]
1778 ["Describe group" gnus-summary-describe-group t]
1779 ["Read manual" gnus-info-find-node t])
1781 ["Pick and read" gnus-pick-mode t]
1782 ["Binary" gnus-binary-mode t])
1784 ["Regenerate" gnus-summary-prepare t]
1785 ["Insert cached articles" gnus-summary-insert-cached-articles t]
1786 ["Toggle threading" gnus-summary-toggle-threads t])
1787 ["Filter articles..." gnus-summary-execute-command t]
1788 ["Run command on subjects..." gnus-summary-universal-argument t]
1789 ["Search articles forward..." gnus-summary-search-article-forward t]
1790 ["Search articles backward..." gnus-summary-search-article-backward t]
1791 ["Toggle line truncation" gnus-summary-toggle-truncation t]
1792 ["Expand window" gnus-summary-expand-window t]
1793 ["Expire expirable articles" gnus-summary-expire-articles
1794 (gnus-check-backend-function
1795 'request-expire-articles gnus-newsgroup-name)]
1796 ["Edit local kill file" gnus-summary-edit-local-kill t]
1797 ["Edit main kill file" gnus-summary-edit-global-kill t]
1798 ["Edit group parameters" gnus-summary-edit-parameters t]
1799 ["Customize group parameters" gnus-summary-customize-parameters t]
1800 ["Send a bug report" gnus-bug t]
1802 ["Catchup and exit" gnus-summary-catchup-and-exit t]
1803 ["Catchup all and exit" gnus-summary-catchup-all-and-exit t]
1804 ["Catchup and goto next" gnus-summary-catchup-and-goto-next-group t]
1805 ["Exit group" gnus-summary-exit t]
1806 ["Exit group without updating" gnus-summary-exit-no-update t]
1807 ["Exit and goto next group" gnus-summary-next-group t]
1808 ["Exit and goto prev group" gnus-summary-prev-group t]
1809 ["Reselect group" gnus-summary-reselect-current-group t]
1810 ["Rescan group" gnus-summary-rescan-group t]
1811 ["Update dribble" gnus-summary-save-newsrc t])))
1813 (gnus-run-hooks 'gnus-summary-menu-hook)))
1815 (defun gnus-score-set-default (var value)
1816 "A version of set that updates the GNU Emacs menu-bar."
1818 ;; It is the message that forces the active status to be updated.
1821 (defun gnus-make-score-map (type)
1822 "Make a summary score map of type TYPE."
1825 (let ((headers '(("author" "from" string)
1826 ("subject" "subject" string)
1827 ("article body" "body" string)
1828 ("article head" "head" string)
1829 ("xref" "xref" string)
1830 ("extra header" "extra" string)
1831 ("lines" "lines" number)
1832 ("followups to author" "followup" string)))
1833 (types '((number ("less than" <)
1836 (string ("substring" s)
1840 (perms '(("temporary" (current-time-string))
1848 (if (eq type 'lower)
1853 (setq header (car headers))
1859 (let ((ts (cdr (assoc (nth 2 header) types)))
1875 'gnus-summary-score-entry
1877 (if (or (string= (nth 1 header)
1879 (string= (nth 1 header)
1882 (list 'gnus-summary-header
1884 (list 'quote (nth 1 (car ts)))
1885 (list 'gnus-score-default nil)
1891 (list (nreverse outp))))
1894 (list (nreverse outt))))
1896 (setq headers (cdr headers)))
1897 (list (nreverse outh))))))))
1901 (defun gnus-summary-mode (&optional group)
1902 "Major mode for reading articles.
1904 All normal editing commands are switched off.
1905 \\<gnus-summary-mode-map>
1906 Each line in this buffer represents one article. To read an
1907 article, you can, for instance, type `\\[gnus-summary-next-page]'. To move forwards
1908 and backwards while displaying articles, type `\\[gnus-summary-next-unread-article]' and `\\[gnus-summary-prev-unread-article]',
1911 You can also post articles and send mail from this buffer. To
1912 follow up an article, type `\\[gnus-summary-followup]'. To mail a reply to the author
1913 of an article, type `\\[gnus-summary-reply]'.
1915 There are approx. one gazillion commands you can execute in this
1916 buffer; read the info pages for more information (`\\[gnus-info-find-node]').
1918 The following commands are available:
1920 \\{gnus-summary-mode-map}"
1922 (when (gnus-visual-p 'summary-menu 'menu)
1923 (gnus-summary-make-menu-bar))
1924 (kill-all-local-variables)
1925 (gnus-summary-make-local-variables)
1926 (gnus-make-thread-indent-array)
1927 (gnus-simplify-mode-line)
1928 (setq major-mode 'gnus-summary-mode)
1929 (setq mode-name "Summary")
1930 (make-local-variable 'minor-mode-alist)
1931 (use-local-map gnus-summary-mode-map)
1932 (buffer-disable-undo)
1933 (setq buffer-read-only t) ;Disable modification
1934 (setq truncate-lines t)
1935 (setq selective-display t)
1936 (setq selective-display-ellipses t) ;Display `...'
1937 (gnus-summary-set-display-table)
1938 (gnus-set-default-directory)
1939 (setq gnus-newsgroup-name group)
1940 (make-local-variable 'gnus-summary-line-format)
1941 (make-local-variable 'gnus-summary-line-format-spec)
1942 (make-local-variable 'gnus-summary-dummy-line-format)
1943 (make-local-variable 'gnus-summary-dummy-line-format-spec)
1944 (make-local-variable 'gnus-summary-mark-positions)
1945 (make-local-hook 'post-command-hook)
1946 (add-hook 'post-command-hook 'gnus-clear-inboxes-moved nil t)
1947 (make-local-hook 'pre-command-hook)
1948 (add-hook 'pre-command-hook 'gnus-set-global-variables nil t)
1949 (gnus-run-hooks 'gnus-summary-mode-hook)
1950 (gnus-update-format-specifications nil 'summary 'summary-mode 'summary-dummy)
1951 (gnus-update-summary-mark-positions))
1953 (defun gnus-summary-make-local-variables ()
1954 "Make all the local summary buffer variables."
1955 (let ((locals gnus-summary-local-variables)
1957 (while (setq local (pop locals))
1960 (if (eq (cdr local) 'global)
1961 ;; Copy the global value of the variable.
1962 (setq global (symbol-value (car local)))
1963 ;; Use the value from the list.
1964 (setq global (eval (cdr local))))
1965 (make-local-variable (car local))
1966 (set (car local) global))
1967 ;; Simple nil-valued local variable.
1968 (make-local-variable local)
1971 (defun gnus-summary-clear-local-variables ()
1972 (let ((locals gnus-summary-local-variables))
1974 (if (consp (car locals))
1975 (and (vectorp (caar locals))
1976 (set (caar locals) nil))
1977 (and (vectorp (car locals))
1978 (set (car locals) nil)))
1979 (setq locals (cdr locals)))))
1981 ;; Summary data functions.
1983 (defmacro gnus-data-number (data)
1986 (defmacro gnus-data-set-number (data number)
1987 `(setcar ,data ,number))
1989 (defmacro gnus-data-mark (data)
1992 (defmacro gnus-data-set-mark (data mark)
1993 `(setcar (nthcdr 1 ,data) ,mark))
1995 (defmacro gnus-data-pos (data)
1998 (defmacro gnus-data-set-pos (data pos)
1999 `(setcar (nthcdr 2 ,data) ,pos))
2001 (defmacro gnus-data-header (data)
2004 (defmacro gnus-data-set-header (data header)
2005 `(setf (nth 3 ,data) ,header))
2007 (defmacro gnus-data-level (data)
2010 (defmacro gnus-data-unread-p (data)
2011 `(= (nth 1 ,data) gnus-unread-mark))
2013 (defmacro gnus-data-read-p (data)
2014 `(/= (nth 1 ,data) gnus-unread-mark))
2016 (defmacro gnus-data-pseudo-p (data)
2017 `(consp (nth 3 ,data)))
2019 (defmacro gnus-data-find (number)
2020 `(assq ,number gnus-newsgroup-data))
2022 (defmacro gnus-data-find-list (number &optional data)
2023 `(let ((bdata ,(or data 'gnus-newsgroup-data)))
2024 (memq (assq ,number bdata)
2027 (defmacro gnus-data-make (number mark pos header level)
2028 `(list ,number ,mark ,pos ,header ,level))
2030 (defun gnus-data-enter (after-article number mark pos header level offset)
2031 (let ((data (gnus-data-find-list after-article)))
2033 (error "No such article: %d" after-article))
2034 (setcdr data (cons (gnus-data-make number mark pos header level)
2036 (setq gnus-newsgroup-data-reverse nil)
2037 (gnus-data-update-list (cddr data) offset)))
2039 (defun gnus-data-enter-list (after-article list &optional offset)
2041 (let ((data (and after-article (gnus-data-find-list after-article)))
2045 (let ((odata gnus-newsgroup-data))
2046 (setq gnus-newsgroup-data (nconc list gnus-newsgroup-data))
2048 (gnus-data-update-list odata offset)))
2049 ;; Find the last element in the list to be spliced into the main
2052 (setq list (cdr list)))
2055 (setcdr list gnus-newsgroup-data)
2056 (setq gnus-newsgroup-data ilist)
2058 (gnus-data-update-list (cdr list) offset)))
2059 (setcdr list (cdr data))
2062 (gnus-data-update-list (cdr list) offset))))
2063 (setq gnus-newsgroup-data-reverse nil))))
2065 (defun gnus-data-remove (article &optional offset)
2066 (let ((data gnus-newsgroup-data))
2067 (if (= (gnus-data-number (car data)) article)
2069 (setq gnus-newsgroup-data (cdr gnus-newsgroup-data)
2070 gnus-newsgroup-data-reverse nil)
2072 (gnus-data-update-list gnus-newsgroup-data offset)))
2074 (when (= (gnus-data-number (cadr data)) article)
2075 (setcdr data (cddr data))
2077 (gnus-data-update-list (cdr data) offset))
2079 gnus-newsgroup-data-reverse nil))
2080 (setq data (cdr data))))))
2082 (defmacro gnus-data-list (backward)
2084 (or gnus-newsgroup-data-reverse
2085 (setq gnus-newsgroup-data-reverse
2086 (reverse gnus-newsgroup-data)))
2087 gnus-newsgroup-data))
2089 (defun gnus-data-update-list (data offset)
2090 "Add OFFSET to the POS of all data entries in DATA."
2091 (setq gnus-newsgroup-data-reverse nil)
2093 (setcar (nthcdr 2 (car data)) (+ offset (nth 2 (car data))))
2094 (setq data (cdr data))))
2096 (defun gnus-summary-article-pseudo-p (article)
2097 "Say whether this article is a pseudo article or not."
2098 (not (vectorp (gnus-data-header (gnus-data-find article)))))
2100 (defmacro gnus-summary-article-sparse-p (article)
2101 "Say whether this article is a sparse article or not."
2102 `(memq ,article gnus-newsgroup-sparse))
2104 (defmacro gnus-summary-article-ancient-p (article)
2105 "Say whether this article is a sparse article or not."
2106 `(memq ,article gnus-newsgroup-ancient))
2108 (defun gnus-article-parent-p (number)
2109 "Say whether this article is a parent or not."
2110 (let ((data (gnus-data-find-list number)))
2111 (and (cdr data) ; There has to be an article after...
2112 (< (gnus-data-level (car data)) ; And it has to have a higher level.
2113 (gnus-data-level (nth 1 data))))))
2115 (defun gnus-article-children (number)
2116 "Return a list of all children to NUMBER."
2117 (let* ((data (gnus-data-find-list number))
2118 (level (gnus-data-level (car data)))
2120 (setq data (cdr data))
2122 (= (gnus-data-level (car data)) (1+ level)))
2123 (push (gnus-data-number (car data)) children)
2124 (setq data (cdr data)))
2127 (defmacro gnus-summary-skip-intangible ()
2128 "If the current article is intangible, then jump to a different article."
2129 '(let ((to (get-text-property (point) 'gnus-intangible)))
2130 (and to (gnus-summary-goto-subject to))))
2132 (defmacro gnus-summary-article-intangible-p ()
2133 "Say whether this article is intangible or not."
2134 '(get-text-property (point) 'gnus-intangible))
2136 (defun gnus-article-read-p (article)
2137 "Say whether ARTICLE is read or not."
2138 (not (or (memq article gnus-newsgroup-marked)
2139 (memq article gnus-newsgroup-unreads)
2140 (memq article gnus-newsgroup-unselected)
2141 (memq article gnus-newsgroup-dormant))))
2143 ;; Some summary mode macros.
2145 (defmacro gnus-summary-article-number ()
2146 "The article number of the article on the current line.
2147 If there isn's an article number here, then we return the current
2150 (gnus-summary-skip-intangible)
2151 (or (get-text-property (point) 'gnus-number)
2152 (gnus-summary-last-subject))))
2154 (defmacro gnus-summary-article-header (&optional number)
2155 "Return the header of article NUMBER."
2156 `(gnus-data-header (gnus-data-find
2157 ,(or number '(gnus-summary-article-number)))))
2159 (defmacro gnus-summary-thread-level (&optional number)
2160 "Return the level of thread that starts with article NUMBER."
2161 `(if (and (eq gnus-summary-make-false-root 'dummy)
2162 (get-text-property (point) 'gnus-intangible))
2164 (gnus-data-level (gnus-data-find
2165 ,(or number '(gnus-summary-article-number))))))
2167 (defmacro gnus-summary-article-mark (&optional number)
2168 "Return the mark of article NUMBER."
2169 `(gnus-data-mark (gnus-data-find
2170 ,(or number '(gnus-summary-article-number)))))
2172 (defmacro gnus-summary-article-pos (&optional number)
2173 "Return the position of the line of article NUMBER."
2174 `(gnus-data-pos (gnus-data-find
2175 ,(or number '(gnus-summary-article-number)))))
2177 (defalias 'gnus-summary-subject-string 'gnus-summary-article-subject)
2178 (defmacro gnus-summary-article-subject (&optional number)
2179 "Return current subject string or nil if nothing."
2182 `(gnus-data-header (assq ,number gnus-newsgroup-data))
2183 '(gnus-data-header (assq (gnus-summary-article-number)
2184 gnus-newsgroup-data)))))
2187 (mail-header-subject headers))))
2189 (defmacro gnus-summary-article-score (&optional number)
2190 "Return current article score."
2191 `(or (cdr (assq ,(or number '(gnus-summary-article-number))
2192 gnus-newsgroup-scored))
2193 gnus-summary-default-score 0))
2195 (defun gnus-summary-article-children (&optional number)
2196 "Return a list of article numbers that are children of article NUMBER."
2197 (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))))
2198 (level (gnus-data-level (car data)))
2200 (while (and (setq data (cdr data))
2201 (> (setq l (gnus-data-level (car data))) level))
2202 (and (= (1+ level) l)
2203 (push (gnus-data-number (car data))
2205 (nreverse children)))
2207 (defun gnus-summary-article-parent (&optional number)
2208 "Return the article number of the parent of article NUMBER."
2209 (let* ((data (gnus-data-find-list (or number (gnus-summary-article-number))
2210 (gnus-data-list t)))
2211 (level (gnus-data-level (car data))))
2213 () ; This is a root.
2214 ;; We search until we find an article with a level less than
2215 ;; this one. That function has to be the parent.
2216 (while (and (setq data (cdr data))
2217 (not (< (gnus-data-level (car data)) level))))
2218 (and data (gnus-data-number (car data))))))
2220 (defun gnus-unread-mark-p (mark)
2221 "Say whether MARK is the unread mark."
2222 (= mark gnus-unread-mark))
2224 (defun gnus-read-mark-p (mark)
2225 "Say whether MARK is one of the marks that mark as read.
2226 This is all marks except unread, ticked, dormant, and expirable."
2227 (not (or (= mark gnus-unread-mark)
2228 (= mark gnus-ticked-mark)
2229 (= mark gnus-dormant-mark)
2230 (= mark gnus-expirable-mark))))
2232 (defmacro gnus-article-mark (number)
2233 "Return the MARK of article NUMBER.
2234 This macro should only be used when computing the mark the \"first\"
2235 time; i.e., when generating the summary lines. After that,
2236 `gnus-summary-article-mark' should be used to examine the
2239 ((memq ,number gnus-newsgroup-unsendable) gnus-unsendable-mark)
2240 ((memq ,number gnus-newsgroup-undownloaded) gnus-undownloaded-mark)
2241 ((memq ,number gnus-newsgroup-downloadable) gnus-downloadable-mark)
2242 ((memq ,number gnus-newsgroup-unreads) gnus-unread-mark)
2243 ((memq ,number gnus-newsgroup-marked) gnus-ticked-mark)
2244 ((memq ,number gnus-newsgroup-dormant) gnus-dormant-mark)
2245 ((memq ,number gnus-newsgroup-expirable) gnus-expirable-mark)
2246 (t (or (cdr (assq ,number gnus-newsgroup-reads))
2247 gnus-ancient-mark))))
2249 ;; Saving hidden threads.
2251 (put 'gnus-save-hidden-threads 'lisp-indent-function 0)
2252 (put 'gnus-save-hidden-threads 'edebug-form-spec '(body))
2254 (defmacro gnus-save-hidden-threads (&rest forms)
2255 "Save hidden threads, eval FORMS, and restore the hidden threads."
2256 (let ((config (make-symbol "config")))
2257 `(let ((,config (gnus-hidden-threads-configuration)))
2261 (gnus-restore-hidden-threads-configuration ,config)))))
2263 (defun gnus-data-compute-positions ()
2264 "Compute the positions of all articles."
2265 (setq gnus-newsgroup-data-reverse nil)
2266 (let ((data gnus-newsgroup-data))
2268 (gnus-save-hidden-threads
2269 (gnus-summary-show-all-threads)
2270 (goto-char (point-min))
2272 (while (get-text-property (point) 'gnus-intangible)
2274 (gnus-data-set-pos (car data) (+ (point) 3))
2275 (setq data (cdr data))
2276 (forward-line 1))))))
2278 (defun gnus-hidden-threads-configuration ()
2279 "Return the current hidden threads configuration."
2282 (goto-char (point-min))
2283 (while (search-forward "\r" nil t)
2284 (push (1- (point)) config))
2287 (defun gnus-restore-hidden-threads-configuration (config)
2288 "Restore hidden threads configuration from CONFIG."
2289 (let (point buffer-read-only)
2290 (while (setq point (pop config))
2291 (when (and (< point (point-max))
2293 (eq (char-after) ?\n))
2294 (subst-char-in-region point (1+ point) ?\n ?\r)))))
2296 ;; Various summary mode internalish functions.
2298 (defun gnus-mouse-pick-article (e)
2301 (gnus-summary-next-page nil t))
2303 (defun gnus-summary-set-display-table ()
2304 ;; Change the display table. Odd characters have a tendency to mess
2305 ;; up nicely formatted displays - we make all possible glyphs
2306 ;; display only a single character.
2308 ;; We start from the standard display table, if any.
2309 (let ((table (or (copy-sequence standard-display-table)
2310 (make-display-table)))
2312 ;; Nix out all the control chars...
2313 (while (>= (setq i (1- i)) 0)
2314 (aset table i [??]))
2315 ;; ... but not newline and cr, of course. (cr is necessary for the
2316 ;; selective display).
2317 (aset table ?\n nil)
2318 (aset table ?\r nil)
2319 ;; We keep TAB as well.
2320 (aset table ?\t nil)
2321 ;; We nix out any glyphs over 126 that are not set already.
2323 (while (>= (setq i (1- i)) 127)
2324 ;; Only modify if the entry is nil.
2325 (unless (aref table i)
2326 (aset table i [??]))))
2327 (setq buffer-display-table table)))
2329 (defun gnus-summary-setup-buffer (group)
2330 "Initialize summary buffer."
2331 (let ((buffer (concat "*Summary " group "*")))
2332 (if (get-buffer buffer)
2335 (setq gnus-summary-buffer (current-buffer))
2336 (not gnus-newsgroup-prepared))
2337 ;; Fix by Sudish Joseph <joseph@cis.ohio-state.edu>
2338 (setq gnus-summary-buffer (set-buffer (gnus-get-buffer-create buffer)))
2339 (gnus-summary-mode group)
2341 (gnus-carpal-setup-buffer 'summary))
2342 (unless gnus-single-article-buffer
2343 (make-local-variable 'gnus-article-buffer)
2344 (make-local-variable 'gnus-article-current)
2345 (make-local-variable 'gnus-original-article-buffer))
2346 (setq gnus-newsgroup-name group)
2349 (defun gnus-set-global-variables ()
2350 ;; Set the global equivalents of the summary buffer-local variables
2351 ;; to the latest values they had. These reflect the summary buffer
2352 ;; that was in action when the last article was fetched.
2353 (when (eq major-mode 'gnus-summary-mode)
2354 (setq gnus-summary-buffer (current-buffer))
2355 (let ((name gnus-newsgroup-name)
2356 (marked gnus-newsgroup-marked)
2357 (unread gnus-newsgroup-unreads)
2358 (headers gnus-current-headers)
2359 (data gnus-newsgroup-data)
2360 (summary gnus-summary-buffer)
2361 (article-buffer gnus-article-buffer)
2362 (original gnus-original-article-buffer)
2363 (gac gnus-article-current)
2364 (reffed gnus-reffed-article-number)
2365 (score-file gnus-current-score-file)
2366 (default-charset gnus-newsgroup-charset))
2368 (set-buffer gnus-group-buffer)
2369 (setq gnus-newsgroup-name name
2370 gnus-newsgroup-marked marked
2371 gnus-newsgroup-unreads unread
2372 gnus-current-headers headers
2373 gnus-newsgroup-data data
2374 gnus-article-current gac
2375 gnus-summary-buffer summary
2376 gnus-article-buffer article-buffer
2377 gnus-original-article-buffer original
2378 gnus-reffed-article-number reffed
2379 gnus-current-score-file score-file
2380 gnus-newsgroup-charset default-charset)
2381 ;; The article buffer also has local variables.
2382 (when (gnus-buffer-live-p gnus-article-buffer)
2383 (set-buffer gnus-article-buffer)
2384 (setq gnus-summary-buffer summary))))))
2386 (defun gnus-summary-article-unread-p (article)
2387 "Say whether ARTICLE is unread or not."
2388 (memq article gnus-newsgroup-unreads))
2390 (defun gnus-summary-first-article-p (&optional article)
2391 "Return whether ARTICLE is the first article in the buffer."
2392 (if (not (setq article (or article (gnus-summary-article-number))))
2394 (eq article (caar gnus-newsgroup-data))))
2396 (defun gnus-summary-last-article-p (&optional article)
2397 "Return whether ARTICLE is the last article in the buffer."
2398 (if (not (setq article (or article (gnus-summary-article-number))))
2399 t ; All non-existent numbers are the last article. :-)
2400 (not (cdr (gnus-data-find-list article)))))
2402 (defun gnus-make-thread-indent-array ()
2404 (unless (and gnus-thread-indent-array
2405 (= gnus-thread-indent-level gnus-thread-indent-array-level))
2406 (setq gnus-thread-indent-array (make-vector 201 "")
2407 gnus-thread-indent-array-level gnus-thread-indent-level)
2409 (aset gnus-thread-indent-array n
2410 (make-string (* n gnus-thread-indent-level) ? ))
2413 (defun gnus-update-summary-mark-positions ()
2414 "Compute where the summary marks are to go."
2416 (when (gnus-buffer-exists-p gnus-summary-buffer)
2417 (set-buffer gnus-summary-buffer))
2418 (let ((gnus-replied-mark 129)
2419 (gnus-score-below-mark 130)
2420 (gnus-score-over-mark 130)
2421 (gnus-download-mark 131)
2422 (spec gnus-summary-line-format-spec)
2425 (gnus-set-work-buffer)
2426 (let ((gnus-summary-line-format-spec spec)
2427 (gnus-newsgroup-downloadable '((0 . t))))
2428 (gnus-summary-insert-line
2429 (make-full-mail-header 0 "" "" "" "" "" 0 0 "" nil)
2430 0 nil 128 t nil "" nil 1)
2431 (goto-char (point-min))
2432 (setq pos (list (cons 'unread (and (search-forward "\200" nil t)
2434 (goto-char (point-min))
2435 (push (cons 'replied (and (search-forward "\201" nil t)
2438 (goto-char (point-min))
2439 (push (cons 'score (and (search-forward "\202" nil t) (- (point) 2)))
2441 (goto-char (point-min))
2442 (push (cons 'download
2443 (and (search-forward "\203" nil t) (- (point) 2)))
2445 (setq gnus-summary-mark-positions pos))))
2447 (defun gnus-summary-insert-dummy-line (gnus-tmp-subject gnus-tmp-number)
2448 "Insert a dummy root in the summary buffer."
2450 (gnus-add-text-properties
2451 (point) (progn (eval gnus-summary-dummy-line-format-spec) (point))
2452 (list 'gnus-number gnus-tmp-number 'gnus-intangible gnus-tmp-number)))
2454 (defun gnus-summary-from-or-to-or-newsgroups (header)
2455 (let ((to (cdr (assq 'To (mail-header-extra header))))
2456 (newsgroups (cdr (assq 'Newsgroups (mail-header-extra header))))
2457 (mail-parse-charset gnus-newsgroup-charset))
2460 gnus-ignored-from-addresses
2461 (string-match gnus-ignored-from-addresses
2462 (mail-header-from header)))
2464 (or (car (funcall gnus-extract-address-components
2466 gnus-decode-encoded-word-function to)))
2467 (funcall gnus-decode-encoded-word-function to))))
2469 gnus-ignored-from-addresses
2470 (string-match gnus-ignored-from-addresses
2471 (mail-header-from header)))
2472 (concat "=> " newsgroups))
2474 (or (car (funcall gnus-extract-address-components
2475 (mail-header-from header)))
2476 (mail-header-from header))))))
2478 (defun gnus-summary-insert-line (gnus-tmp-header
2479 gnus-tmp-level gnus-tmp-current
2480 gnus-tmp-unread gnus-tmp-replied
2481 gnus-tmp-expirable gnus-tmp-subject-or-nil
2482 &optional gnus-tmp-dummy gnus-tmp-score
2484 (let* ((gnus-tmp-indentation (aref gnus-thread-indent-array gnus-tmp-level))
2485 (gnus-tmp-lines (mail-header-lines gnus-tmp-header))
2486 (gnus-tmp-score (or gnus-tmp-score gnus-summary-default-score 0))
2487 (gnus-tmp-score-char
2488 (if (or (null gnus-summary-default-score)
2489 (<= (abs (- gnus-tmp-score gnus-summary-default-score))
2490 gnus-summary-zcore-fuzz))
2492 (if (< gnus-tmp-score gnus-summary-default-score)
2493 gnus-score-below-mark gnus-score-over-mark)))
2495 (cond (gnus-tmp-process gnus-process-mark)
2496 ((memq gnus-tmp-current gnus-newsgroup-cached)
2498 (gnus-tmp-replied gnus-replied-mark)
2499 ((memq gnus-tmp-current gnus-newsgroup-saved)
2501 (t gnus-unread-mark)))
2502 (gnus-tmp-from (mail-header-from gnus-tmp-header))
2505 ((string-match "<[^>]+> *$" gnus-tmp-from)
2506 (let ((beg (match-beginning 0)))
2507 (or (and (string-match "^\"[^\"]*\"" gnus-tmp-from)
2508 (substring gnus-tmp-from (1+ (match-beginning 0))
2509 (1- (match-end 0))))
2510 (substring gnus-tmp-from 0 beg))))
2511 ((string-match "(.+)" gnus-tmp-from)
2512 (substring gnus-tmp-from
2513 (1+ (match-beginning 0)) (1- (match-end 0))))
2515 (gnus-tmp-subject (mail-header-subject gnus-tmp-header))
2516 (gnus-tmp-number (mail-header-number gnus-tmp-header))
2517 (gnus-tmp-opening-bracket (if gnus-tmp-dummy ?\< ?\[))
2518 (gnus-tmp-closing-bracket (if gnus-tmp-dummy ?\> ?\]))
2519 (buffer-read-only nil))
2520 (when (string= gnus-tmp-name "")
2521 (setq gnus-tmp-name gnus-tmp-from))
2522 (unless (numberp gnus-tmp-lines)
2523 (setq gnus-tmp-lines 0))
2524 (gnus-put-text-property-excluding-characters-with-faces
2526 (progn (eval gnus-summary-line-format-spec) (point))
2527 'gnus-number gnus-tmp-number)
2528 (when (gnus-visual-p 'summary-highlight 'highlight)
2530 (gnus-run-hooks 'gnus-summary-update-hook)
2533 (defun gnus-summary-update-line (&optional dont-update)
2534 ;; Update summary line after change.
2535 (when (and gnus-summary-default-score
2536 (not gnus-summary-inhibit-highlight))
2537 (let* ((gnus-summary-inhibit-highlight t) ; Prevent recursion.
2538 (article (gnus-summary-article-number))
2539 (score (gnus-summary-article-score article)))
2541 (if (and gnus-summary-mark-below
2542 (< (gnus-summary-article-score)
2543 gnus-summary-mark-below))
2544 ;; This article has a low score, so we mark it as read.
2545 (when (memq article gnus-newsgroup-unreads)
2546 (gnus-summary-mark-article-as-read gnus-low-score-mark))
2547 (when (eq (gnus-summary-article-mark) gnus-low-score-mark)
2548 ;; This article was previously marked as read on account
2549 ;; of a low score, but now it has risen, so we mark it as
2551 (gnus-summary-mark-article-as-unread gnus-unread-mark)))
2552 (gnus-summary-update-mark
2553 (if (or (null gnus-summary-default-score)
2554 (<= (abs (- score gnus-summary-default-score))
2555 gnus-summary-zcore-fuzz))
2557 (if (< score gnus-summary-default-score)
2558 gnus-score-below-mark gnus-score-over-mark))
2560 ;; Do visual highlighting.
2561 (when (gnus-visual-p 'summary-highlight 'highlight)
2562 (gnus-run-hooks 'gnus-summary-update-hook)))))
2564 (defvar gnus-tmp-new-adopts nil)
2566 (defun gnus-summary-number-of-articles-in-thread (thread &optional level char)
2567 "Return the number of articles in THREAD.
2568 This may be 0 in some cases -- if none of the articles in
2569 the thread are to be displayed."
2571 ;; Fix by Luc Van Eycken <Luc.VanEycken@esat.kuleuven.ac.be>.
2573 ((not (listp thread))
2575 ((and (consp thread) (cdr thread))
2578 'gnus-summary-number-of-articles-in-thread (cdr thread))))
2581 ((memq (mail-header-number (car thread)) gnus-newsgroup-limit)
2584 (when (and level (zerop level) gnus-tmp-new-adopts)
2587 'gnus-summary-number-of-articles-in-thread
2588 gnus-tmp-new-adopts))))
2590 (if (> number 1) gnus-not-empty-thread-mark
2591 gnus-empty-thread-mark)
2594 (defun gnus-summary-set-local-parameters (group)
2595 "Go through the local params of GROUP and set all variable specs in that list."
2596 (let ((params (gnus-group-find-parameter group))
2599 (setq elem (car params)
2600 params (cdr params))
2601 (and (consp elem) ; Has to be a cons.
2602 (consp (cdr elem)) ; The cdr has to be a list.
2603 (symbolp (car elem)) ; Has to be a symbol in there.
2604 (not (memq (car elem) '(quit-config))) ; Ignore quit-config.
2605 (ignore-errors ; So we set it.
2606 (make-local-variable (car elem))
2607 (set (car elem) (eval (nth 1 elem))))))))
2609 (defun gnus-summary-read-group (group &optional show-all no-article
2610 kill-buffer no-display backward
2612 "Start reading news in newsgroup GROUP.
2613 If SHOW-ALL is non-nil, already read articles are also listed.
2614 If NO-ARTICLE is non-nil, no article is selected initially.
2615 If NO-DISPLAY, don't generate a summary buffer."
2619 (let ((gnus-auto-select-next nil))
2620 (or (gnus-summary-read-group-1
2621 group show-all no-article
2622 kill-buffer no-display
2625 select-articles nil)))))
2626 (eq gnus-auto-select-next 'quietly))
2627 (set-buffer gnus-group-buffer)
2628 ;; The entry function called above goes to the next
2629 ;; group automatically, so we go two groups back
2630 ;; if we are searching for the previous group.
2632 (gnus-group-prev-unread-group 2))
2633 (if (not (equal group (gnus-group-group-name)))
2634 (setq group (gnus-group-group-name))
2638 (defun gnus-summary-read-group-1 (group show-all no-article
2639 kill-buffer no-display
2640 &optional select-articles)
2641 ;; Killed foreign groups can't be entered.
2642 (when (and (not (gnus-group-native-p group))
2643 (not (gnus-gethash group gnus-newsrc-hashtb)))
2644 (error "Dead non-native groups can't be entered"))
2645 (gnus-message 5 "Retrieving newsgroup: %s..." group)
2646 (let* ((new-group (gnus-summary-setup-buffer group))
2647 (quit-config (gnus-group-quit-config group))
2648 (did-select (and new-group (gnus-select-newsgroup
2649 group show-all select-articles))))
2651 ;; This summary buffer exists already, so we just select it.
2653 (gnus-set-global-variables)
2655 (gnus-kill-or-deaden-summary kill-buffer))
2656 (gnus-configure-windows 'summary 'force)
2657 (gnus-set-mode-line 'summary)
2658 (gnus-summary-position-point)
2661 ;; We couldn't select this group.
2663 (when (and (eq major-mode 'gnus-summary-mode)
2664 (not (equal (current-buffer) kill-buffer)))
2665 (kill-buffer (current-buffer))
2666 (if (not quit-config)
2668 ;; Update the info -- marks might need to be removed,
2670 (gnus-summary-update-info)
2671 (set-buffer gnus-group-buffer)
2672 (gnus-group-jump-to-group group)
2673 (gnus-group-next-unread-group 1))
2674 (gnus-handle-ephemeral-exit quit-config)))
2675 (gnus-message 3 "Can't select group")
2677 ;; The user did a `C-g' while prompting for number of articles,
2678 ;; so we exit this group.
2679 ((eq did-select 'quit)
2680 (and (eq major-mode 'gnus-summary-mode)
2681 (not (equal (current-buffer) kill-buffer))
2682 (kill-buffer (current-buffer)))
2684 (gnus-kill-or-deaden-summary kill-buffer))
2685 (if (not quit-config)
2687 (set-buffer gnus-group-buffer)
2688 (gnus-group-jump-to-group group)
2689 (gnus-group-next-unread-group 1)
2690 (gnus-configure-windows 'group 'force))
2691 (gnus-handle-ephemeral-exit quit-config))
2692 ;; Finally signal the quit.
2694 ;; The group was successfully selected.
2696 (gnus-set-global-variables)
2697 ;; Save the active value in effect when the group was entered.
2698 (setq gnus-newsgroup-active
2700 (gnus-active gnus-newsgroup-name)))
2701 ;; You can change the summary buffer in some way with this hook.
2702 (gnus-run-hooks 'gnus-select-group-hook)
2703 ;; Set any local variables in the group parameters.
2704 (gnus-summary-set-local-parameters gnus-newsgroup-name)
2705 (gnus-update-format-specifications
2706 nil 'summary 'summary-mode 'summary-dummy)
2707 ;; Do score processing.
2708 (when gnus-use-scoring
2709 (gnus-possibly-score-headers))
2710 ;; Check whether to fill in the gaps in the threads.
2711 (when gnus-build-sparse-threads
2712 (gnus-build-sparse-threads))
2713 ;; Find the initial limit.
2714 (if gnus-show-threads
2716 (let ((gnus-newsgroup-dormant nil))
2717 (gnus-summary-initial-limit show-all))
2718 (gnus-summary-initial-limit show-all))
2719 (setq gnus-newsgroup-limit
2721 (lambda (header) (mail-header-number header))
2722 gnus-newsgroup-headers)))
2723 ;; Generate the summary buffer.
2725 (gnus-summary-prepare))
2726 (when gnus-use-trees
2727 (gnus-tree-open group)
2728 (setq gnus-summary-highlight-line-function
2729 'gnus-tree-highlight-article))
2730 ;; If the summary buffer is empty, but there are some low-scored
2731 ;; articles or some excluded dormants, we include these in the
2733 (when (and (zerop (buffer-size))
2735 (cond (gnus-newsgroup-dormant
2736 (gnus-summary-limit-include-dormant))
2737 ((and gnus-newsgroup-scored show-all)
2738 (gnus-summary-limit-include-expunged t))))
2739 ;; Function `gnus-apply-kill-file' must be called in this hook.
2740 (gnus-run-hooks 'gnus-apply-kill-hook)
2741 (if (and (zerop (buffer-size))
2744 ;; This newsgroup is empty.
2745 (gnus-summary-catchup-and-exit nil t)
2746 (gnus-message 6 "No unread news")
2748 (gnus-kill-or-deaden-summary kill-buffer))
2749 ;; Return nil from this function.
2751 ;; Hide conversation thread subtrees. We cannot do this in
2752 ;; gnus-summary-prepare-hook since kill processing may not
2753 ;; work with hidden articles.
2754 (and gnus-show-threads
2755 gnus-thread-hide-subtree
2756 (gnus-summary-hide-all-threads))
2758 (gnus-kill-or-deaden-summary kill-buffer))
2759 ;; Show first unread article if requested.
2760 (if (and (not no-article)
2762 gnus-newsgroup-unreads
2763 gnus-auto-select-first)
2765 (gnus-configure-windows 'summary)
2767 ((eq gnus-auto-select-first 'best)
2768 (gnus-summary-best-unread-article))
2769 ((eq gnus-auto-select-first t)
2770 (gnus-summary-first-unread-article))
2771 ((gnus-functionp gnus-auto-select-first)
2772 (funcall gnus-auto-select-first))))
2773 ;; Don't select any articles, just move point to the first
2774 ;; article in the group.
2775 (goto-char (point-min))
2776 (gnus-summary-position-point)
2777 (gnus-configure-windows 'summary 'force)
2778 (gnus-set-mode-line 'summary))
2779 (when (get-buffer-window gnus-group-buffer t)
2780 ;; Gotta use windows, because recenter does weird stuff if
2781 ;; the current buffer ain't the displayed window.
2782 (let ((owin (selected-window)))
2783 (select-window (get-buffer-window gnus-group-buffer t))
2784 (when (gnus-group-goto-group group)
2786 (select-window owin)))
2787 ;; Mark this buffer as "prepared".
2788 (setq gnus-newsgroup-prepared t)
2789 (gnus-run-hooks 'gnus-summary-prepared-hook)
2792 (defun gnus-summary-prepare ()
2793 "Generate the summary buffer."
2795 (let ((buffer-read-only nil))
2797 (setq gnus-newsgroup-data nil
2798 gnus-newsgroup-data-reverse nil)
2799 (gnus-run-hooks 'gnus-summary-generate-hook)
2800 ;; Generate the buffer, either with threads or without.
2801 (when gnus-newsgroup-headers
2802 (gnus-summary-prepare-threads
2803 (if gnus-show-threads
2804 (gnus-sort-gathered-threads
2805 (funcall gnus-summary-thread-gathering-function
2807 (gnus-cut-threads (gnus-make-threads)))))
2808 ;; Unthreaded display.
2809 (gnus-sort-articles gnus-newsgroup-headers))))
2810 (setq gnus-newsgroup-data (nreverse gnus-newsgroup-data))
2811 ;; Call hooks for modifying summary buffer.
2812 (goto-char (point-min))
2813 (gnus-run-hooks 'gnus-summary-prepare-hook)))
2815 (defsubst gnus-general-simplify-subject (subject)
2816 "Simply subject by the same rules as gnus-gather-threads-by-subject."
2819 ;; Truncate the subject.
2820 (gnus-simplify-subject-functions
2821 (gnus-map-function gnus-simplify-subject-functions subject))
2822 ((numberp gnus-summary-gather-subject-limit)
2823 (setq subject (gnus-simplify-subject-re subject))
2824 (if (> (length subject) gnus-summary-gather-subject-limit)
2825 (substring subject 0 gnus-summary-gather-subject-limit)
2827 ;; Fuzzily simplify it.
2828 ((eq 'fuzzy gnus-summary-gather-subject-limit)
2829 (gnus-simplify-subject-fuzzy subject))
2830 ;; Just remove the leading "Re:".
2832 (gnus-simplify-subject-re subject))))
2834 (if (and gnus-summary-gather-exclude-subject
2835 (string-match gnus-summary-gather-exclude-subject subject))
2836 nil ; This article shouldn't be gathered
2839 (defun gnus-summary-simplify-subject-query ()
2840 "Query where the respool algorithm would put this article."
2842 (gnus-summary-select-article)
2843 (message (gnus-general-simplify-subject (gnus-summary-article-subject))))
2845 (defun gnus-gather-threads-by-subject (threads)
2846 "Gather threads by looking at Subject headers."
2847 (if (not gnus-summary-make-false-root)
2849 (let ((hashtb (gnus-make-hashtable 1024))
2852 subject hthread whole-subject)
2854 (setq subject (gnus-general-simplify-subject
2855 (setq whole-subject (mail-header-subject
2858 (if (setq hthread (gnus-gethash subject hashtb))
2860 ;; We enter a dummy root into the thread, if we
2861 ;; haven't done that already.
2862 (unless (stringp (caar hthread))
2863 (setcar hthread (list whole-subject (car hthread))))
2864 ;; We add this new gathered thread to this gathered
2866 (setcdr (car hthread)
2867 (nconc (cdar hthread) (list (car threads))))
2868 ;; Remove it from the list of threads.
2869 (setcdr prev (cdr threads))
2870 (setq threads prev))
2871 ;; Enter this thread into the hash table.
2872 (gnus-sethash subject threads hashtb)))
2874 (setq threads (cdr threads)))
2877 (defun gnus-gather-threads-by-references (threads)
2878 "Gather threads by looking at References headers."
2879 (let ((idhashtb (gnus-make-hashtable 1024))
2880 (thhashtb (gnus-make-hashtable 1024))
2883 ids references id gthread gid entered ref)
2885 (when (setq references (mail-header-references (caar threads)))
2886 (setq id (mail-header-id (caar threads))
2887 ids (gnus-split-references references)
2889 (while (setq ref (pop ids))
2890 (setq ids (delete ref ids))
2891 (if (not (setq gid (gnus-gethash ref idhashtb)))
2893 (gnus-sethash ref id idhashtb)
2894 (gnus-sethash id threads thhashtb))
2895 (setq gthread (gnus-gethash gid thhashtb))
2897 ;; We enter a dummy root into the thread, if we
2898 ;; haven't done that already.
2899 (unless (stringp (caar gthread))
2900 (setcar gthread (list (mail-header-subject (caar gthread))
2902 ;; We add this new gathered thread to this gathered
2904 (setcdr (car gthread)
2905 (nconc (cdar gthread) (list (car threads)))))
2906 ;; Add it into the thread hash table.
2907 (gnus-sethash id gthread thhashtb)
2909 ;; Remove it from the list of threads.
2910 (setcdr prev (cdr threads))
2911 (setq threads prev))))
2913 (setq threads (cdr threads)))
2916 (defun gnus-sort-gathered-threads (threads)
2917 "Sort subtreads inside each gathered thread by article number."
2918 (let ((result threads))
2920 (when (stringp (caar threads))
2921 (setcdr (car threads)
2922 (sort (cdar threads) 'gnus-thread-sort-by-number)))
2923 (setq threads (cdr threads)))
2926 (defun gnus-thread-loop-p (root thread)
2927 "Say whether ROOT is in THREAD."
2928 (let ((stack (list thread))
2931 (while (setq thread (pop stack))
2932 (setq th (cdr thread))
2934 (not (eq (caar th) root)))
2937 ;; We have found a loop.
2939 (setcdr thread (delq (car th) (cdr thread)))
2940 (if (boundp (setq ref-dep (intern "none"
2941 gnus-newsgroup-dependencies)))
2942 (setcdr (symbol-value ref-dep)
2943 (nconc (cdr (symbol-value ref-dep))
2945 (set ref-dep (list nil (car th))))
2948 ;; Push all the subthreads onto the stack.
2949 (push (cdr thread) stack)))
2952 (defun gnus-make-threads ()
2953 "Go through the dependency hashtb and find the roots. Return all threads."
2955 (while (catch 'infloop
2958 ;; Deal with self-referencing References loops.
2959 (when (and (car (symbol-value refs))
2966 (car (symbol-value refs)) thread))
2967 (cdr (symbol-value refs)))))))
2970 (unless (car (symbol-value refs))
2971 ;; These threads do not refer back to any other articles,
2972 ;; so they're roots.
2973 (setq threads (append (cdr (symbol-value refs)) threads))))
2974 gnus-newsgroup-dependencies)))
2977 ;; Build the thread tree.
2978 (defsubst gnus-dependencies-add-header (header dependencies force-new)
2979 "Enter HEADER into the DEPENDENCIES table if it is not already there.
2981 If FORCE-NEW is not nil, enter HEADER into the DEPENDENCIES table even
2982 if it was already present.
2984 If `gnus-summary-ignore-duplicates' is nil then duplicate Message-IDs
2985 will not be entered in the DEPENDENCIES table. Otherwise duplicate
2986 Message-IDs will be renamed be renamed to a unique Message-ID before
2989 Returns HEADER if it was entered in the DEPENDENCIES. Returns nil otherwise."
2990 (let* ((id (mail-header-id header))
2991 (id-dep (and id (intern id dependencies)))
2992 ref ref-dep ref-header)
2993 ;; Enter this `header' in the `dependencies' table.
2997 ;; The first two cases do the normal part: enter a new `header'
2998 ;; in the `dependencies' table.
2999 ((not (boundp id-dep))
3000 (set id-dep (list header)))
3001 ((null (car (symbol-value id-dep)))
3002 (setcar (symbol-value id-dep) header))
3004 ;; From here the `header' was already present in the
3005 ;; `dependencies' table.
3007 ;; Overrides an existing entry;
3008 ;; just set the header part of the entry.
3009 (setcar (symbol-value id-dep) header))
3011 ;; Renames the existing `header' to a unique Message-ID.
3012 ((not gnus-summary-ignore-duplicates)
3013 ;; An article with this Message-ID has already been seen.
3014 ;; We rename the Message-ID.
3015 (set (setq id-dep (intern (setq id (nnmail-message-id)) dependencies))
3017 (mail-header-set-id header id))
3019 ;; The last case ignores an existing entry, except it adds any
3020 ;; additional Xrefs (in case the two articles came from different
3022 ;; Also sets `header' to `nil' meaning that the `dependencies'
3023 ;; table was *not* modified.
3025 (mail-header-set-xref
3026 (car (symbol-value id-dep))
3027 (concat (or (mail-header-xref (car (symbol-value id-dep)))
3029 (or (mail-header-xref header) "")))
3033 ;; First check if that we are not creating a References loop.
3034 (setq ref (gnus-parent-id (mail-header-references header)))
3036 (setq ref-dep (intern-soft ref dependencies))
3038 (setq ref-header (car (symbol-value ref-dep))))
3039 (if (string= id ref)
3040 ;; Yuk! This is a reference loop. Make the article be a
3043 (mail-header-set-references (car (symbol-value id-dep)) "none")
3045 (setq ref (gnus-parent-id (mail-header-references ref-header)))))
3046 (setq ref (gnus-parent-id (mail-header-references header)))
3047 (setq ref-dep (intern (or ref "none") dependencies))
3048 (if (boundp ref-dep)
3049 (setcdr (symbol-value ref-dep)
3050 (nconc (cdr (symbol-value ref-dep))
3051 (list (symbol-value id-dep))))
3052 (set ref-dep (list nil (symbol-value id-dep)))))
3055 (defun gnus-build-sparse-threads ()
3056 (let ((headers gnus-newsgroup-headers)
3057 (gnus-summary-ignore-duplicates t)
3058 header references generation relations
3059 subject child end new-child date)
3060 ;; First we create an alist of generations/relations, where
3061 ;; generations is how much we trust the relation, and the relation
3063 (gnus-message 7 "Making sparse threads...")
3065 (nnheader-set-temp-buffer " *gnus sparse threads*")
3066 (while (setq header (pop headers))
3067 (when (and (setq references (mail-header-references header))
3068 (not (string= references "")))
3070 (setq child (mail-header-id header)
3071 subject (mail-header-subject header)
3072 date (mail-header-date header)
3074 (while (search-backward ">" nil t)
3075 (setq end (1+ (point)))
3076 (when (search-backward "<" nil t)
3077 (setq new-child (buffer-substring (point) end))
3078 (push (list (incf generation)
3079 child (setq child new-child)
3083 (push (list (1+ generation) child nil subject) relations))
3085 (kill-buffer (current-buffer)))
3086 ;; Sort over trustworthiness.
3089 (when (gnus-dependencies-add-header
3090 (make-full-mail-header
3091 gnus-reffed-article-number
3092 (nth 3 relation) "" (or (nth 4 relation) "")
3094 (or (nth 2 relation) "") 0 0 "")
3095 gnus-newsgroup-dependencies nil)
3096 (push gnus-reffed-article-number gnus-newsgroup-limit)
3097 (push gnus-reffed-article-number gnus-newsgroup-sparse)
3098 (push (cons gnus-reffed-article-number gnus-sparse-mark)
3099 gnus-newsgroup-reads)
3100 (decf gnus-reffed-article-number)))
3101 (sort relations 'car-less-than-car))
3102 (gnus-message 7 "Making sparse threads...done")))
3104 (defun gnus-build-old-threads ()
3105 ;; Look at all the articles that refer back to old articles, and
3106 ;; fetch the headers for the articles that aren't there. This will
3107 ;; build complete threads - if the roots haven't been expired by the
3112 (when (not (car (symbol-value refs)))
3113 (setq heads (cdr (symbol-value refs)))
3115 (if (memq (mail-header-number (caar heads))
3116 gnus-newsgroup-dormant)
3117 (setq heads (cdr heads))
3118 (setq id (symbol-name refs))
3119 (while (and (setq id (gnus-build-get-header id))
3120 (not (car (gnus-id-to-thread id)))))
3121 (setq heads nil)))))
3122 gnus-newsgroup-dependencies)))
3124 (defmacro gnus-nov-read-integer ()
3126 (if (eq (char-after) ?\t)
3128 (let ((num (ignore-errors (read buffer))))
3129 (if (numberp num) num 0)))
3131 (search-forward "\t" eol 'move))))
3133 (defmacro gnus-nov-skip-field ()
3134 '(search-forward "\t" eol 'move))
3136 (defmacro gnus-nov-field ()
3137 '(buffer-substring (point) (if (gnus-nov-skip-field) (1- (point)) eol)))
3139 (defmacro gnus-nov-parse-extra ()
3141 (while (not (memq (char-after) '(?\n nil)))
3142 (setq string (gnus-nov-field))
3143 (when (string-match "^\\([^ :]+\\): " string)
3144 (push (cons (intern (match-string 1 string))
3145 (substring string (match-end 0)))
3149 ;; This function has to be called with point after the article number
3150 ;; on the beginning of the line.
3151 (defsubst gnus-nov-parse-line (number dependencies &optional force-new)
3152 (let ((eol (gnus-point-at-eol))
3153 (buffer (current-buffer))
3156 ;; overview: [num subject from date id refs chars lines misc]
3159 (narrow-to-region (point) eol)
3164 (make-full-mail-header
3166 (gnus-nov-field) ; subject
3167 (gnus-nov-field) ; from
3168 (gnus-nov-field) ; date
3169 (or (gnus-nov-field)
3170 (nnheader-generate-fake-message-id)) ; id
3171 (gnus-nov-field) ; refs
3172 (gnus-nov-read-integer) ; chars
3173 (gnus-nov-read-integer) ; lines
3174 (unless (eq (char-after) ?\n)
3175 (gnus-nov-field)) ; misc
3176 (gnus-nov-parse-extra)))) ; extra
3180 (when gnus-alter-header-function
3181 (funcall gnus-alter-header-function header))
3182 (gnus-dependencies-add-header header dependencies force-new)))
3184 (defun gnus-build-get-header (id)
3185 ;; Look through the buffer of NOV lines and find the header to
3186 ;; ID. Enter this line into the dependencies hash table, and return
3187 ;; the id of the parent article (if any).
3188 (let ((deps gnus-newsgroup-dependencies)
3192 (set-buffer nntp-server-buffer)
3193 (let ((case-fold-search nil))
3194 (goto-char (point-min))
3195 (while (and (not found)
3196 (search-forward id nil t))
3198 (setq found (looking-at
3199 (format "^[^\t]*\t[^\t]*\t[^\t]*\t[^\t]*\t%s"
3200 (regexp-quote id))))
3201 (or found (beginning-of-line 2)))
3205 (setq header (gnus-nov-parse-line
3206 (read (current-buffer)) deps))
3207 (gnus-parent-id (mail-header-references header))))))
3209 (let ((number (mail-header-number header)))
3210 (push number gnus-newsgroup-limit)
3211 (push header gnus-newsgroup-headers)
3212 (if (memq number gnus-newsgroup-unselected)
3214 (push number gnus-newsgroup-unreads)
3215 (setq gnus-newsgroup-unselected
3216 (delq number gnus-newsgroup-unselected)))
3217 (push number gnus-newsgroup-ancient)))))))
3219 (defun gnus-build-all-threads ()
3220 "Read all the headers."
3221 (let ((gnus-summary-ignore-duplicates t)
3222 (dependencies gnus-newsgroup-dependencies)
3225 (set-buffer nntp-server-buffer)
3226 (let ((case-fold-search nil))
3227 (goto-char (point-min))
3230 (setq article (read (current-buffer))
3231 header (gnus-nov-parse-line
3232 article dependencies)))
3235 (set-buffer gnus-summary-buffer)
3236 (push header gnus-newsgroup-headers)
3237 (if (memq (setq article (mail-header-number header))
3238 gnus-newsgroup-unselected)
3240 (push article gnus-newsgroup-unreads)
3241 (setq gnus-newsgroup-unselected
3242 (delq article gnus-newsgroup-unselected)))
3243 (push article gnus-newsgroup-ancient)))
3244 (forward-line 1)))))))
3246 (defun gnus-summary-update-article-line (article header)
3247 "Update the line for ARTICLE using HEADERS."
3248 (let* ((id (mail-header-id header))
3249 (thread (gnus-id-to-thread id)))
3251 (error "Article in no thread"))
3252 ;; Update the thread.
3253 (setcar thread header)
3254 (gnus-summary-goto-subject article)
3255 (let* ((datal (gnus-data-find-list article))
3257 (length (when (cdr datal)
3258 (- (gnus-data-pos data)
3259 (gnus-data-pos (cadr datal)))))
3260 (buffer-read-only nil)
3261 (level (gnus-summary-thread-level)))
3263 (gnus-summary-insert-line
3264 header level nil (gnus-article-mark article)
3265 (memq article gnus-newsgroup-replied)
3266 (memq article gnus-newsgroup-expirable)
3267 ;; Only insert the Subject string when it's different
3268 ;; from the previous Subject string.
3269 (if (gnus-subject-equal
3271 (mail-header-subject
3274 (gnus-data-find-list
3276 (gnus-data-list t)))))
3277 ;; Error on the side of excessive subjects.
3279 (mail-header-subject header))
3281 (mail-header-subject header))
3282 nil (cdr (assq article gnus-newsgroup-scored))
3283 (memq article gnus-newsgroup-processable))
3285 (gnus-data-update-list
3286 (cdr datal) (- length (- (gnus-data-pos data) (point))))))))
3288 (defun gnus-summary-update-article (article &optional iheader)
3289 "Update ARTICLE in the summary buffer."
3290 (set-buffer gnus-summary-buffer)
3291 (let* ((header (gnus-summary-article-header article))
3292 (id (mail-header-id header))
3293 (data (gnus-data-find article))
3294 (thread (gnus-id-to-thread id))
3295 (references (mail-header-references header))
3299 (when (and references
3300 (not (equal "" references)))
3303 (buffer-read-only nil)
3309 (delq thread parent)))
3310 (if (gnus-summary-insert-subject id header)
3311 ;; Set the (possibly) new article number in the data structure.
3312 (gnus-data-set-number data (gnus-id-to-article id))
3316 (defun gnus-rebuild-thread (id &optional line)
3317 "Rebuild the thread containing ID.
3318 If LINE, insert the rebuilt thread starting on line LINE."
3319 (let ((buffer-read-only nil)
3320 old-pos current thread data)
3321 (if (not gnus-show-threads)
3322 (setq thread (list (car (gnus-id-to-thread id))))
3323 ;; Get the thread this article is part of.
3324 (setq thread (gnus-remove-thread id)))
3325 (setq old-pos (gnus-point-at-bol))
3326 (setq current (save-excursion
3327 (and (zerop (forward-line -1))
3328 (gnus-summary-article-number))))
3329 ;; If this is a gathered thread, we have to go some re-gathering.
3330 (when (stringp (car thread))
3331 (let ((subject (car thread))
3333 (setq thread (cdr thread))
3335 (unless (memq (setq thr (gnus-id-to-thread
3337 (mail-header-id (caar thread)))))
3340 (setq thread (cdr thread)))
3341 ;; We now have all (unique) roots.
3342 (if (= (length roots) 1)
3343 ;; All the loose roots are now one solid root.
3344 (setq thread (car roots))
3345 (setq thread (cons subject (gnus-sort-threads roots))))))
3347 ;; We then insert this thread into the summary buffer.
3349 (goto-char (point-min))
3350 (forward-line (1- line)))
3351 (let (gnus-newsgroup-data gnus-newsgroup-threads)
3352 (if gnus-show-threads
3353 (gnus-summary-prepare-threads (gnus-cut-threads (list thread)))
3354 (gnus-summary-prepare-unthreaded thread))
3355 (setq data (nreverse gnus-newsgroup-data))
3356 (setq threads gnus-newsgroup-threads))
3357 ;; We splice the new data into the data structure.
3358 ;;!!! This is kinda bogus. We assume that in LINE is non-nil,
3359 ;;!!! then we want to insert at the beginning of the buffer.
3360 ;;!!! That happens to be true with Gnus now, but that may
3361 ;;!!! change in the future. Perhaps.
3362 (gnus-data-enter-list
3363 (if line nil current) data (- (point) old-pos))
3364 (setq gnus-newsgroup-threads
3365 (nconc threads gnus-newsgroup-threads))
3366 (gnus-data-compute-positions))))
3368 (defun gnus-number-to-header (number)
3369 "Return the header for article NUMBER."
3370 (let ((headers gnus-newsgroup-headers))
3372 (not (= number (mail-header-number (car headers)))))
3377 (defun gnus-parent-headers (in-headers &optional generation)
3378 "Return the headers of the GENERATIONeth parent of HEADERS."
3380 (setq generation 1))
3382 (headers in-headers)
3385 (not (zerop generation))
3386 (setq references (mail-header-references headers)))
3387 (setq headers (if (and references
3388 (setq parent (gnus-parent-id references)))
3389 (car (gnus-id-to-thread parent))
3392 (and (not (eq headers in-headers))
3395 (defun gnus-id-to-thread (id)
3396 "Return the (sub-)thread where ID appears."
3397 (gnus-gethash id gnus-newsgroup-dependencies))
3399 (defun gnus-id-to-article (id)
3400 "Return the article number of ID."
3401 (let ((thread (gnus-id-to-thread id)))
3404 (mail-header-number (car thread)))))
3406 (defun gnus-id-to-header (id)
3407 "Return the article headers of ID."
3408 (car (gnus-id-to-thread id)))
3410 (defun gnus-article-displayed-root-p (article)
3411 "Say whether ARTICLE is a root(ish) article."
3412 (let ((level (gnus-summary-thread-level article))
3413 (refs (mail-header-references (gnus-summary-article-header article)))
3419 ((null (gnus-parent-id refs)) t)
3421 (null (setq particle (gnus-id-to-article
3422 (gnus-parent-id refs))))
3423 (null (gnus-summary-thread-level particle)))))))
3425 (defun gnus-root-id (id)
3426 "Return the id of the root of the thread where ID appears."
3428 (while (and id (setq prev (car (gnus-id-to-thread id))))
3430 id (gnus-parent-id (mail-header-references prev))))
3433 (defun gnus-articles-in-thread (thread)
3434 "Return the list of articles in THREAD."
3435 (cons (mail-header-number (car thread))
3436 (apply 'nconc (mapcar 'gnus-articles-in-thread (cdr thread)))))
3438 (defun gnus-remove-thread (id &optional dont-remove)
3439 "Remove the thread that has ID in it."
3440 (let (headers thread last-id)
3441 ;; First go up in this thread until we find the root.
3442 (setq last-id (gnus-root-id id)
3443 headers (message-flatten-list (gnus-id-to-thread last-id)))
3444 ;; We have now found the real root of this thread. It might have
3445 ;; been gathered into some loose thread, so we have to search
3446 ;; through the threads to find the thread we wanted.
3447 (let ((threads gnus-newsgroup-threads)
3450 (setq sub (car threads))
3451 (if (stringp (car sub))
3452 ;; This is a gathered thread, so we look at the roots
3453 ;; below it to find whether this article is in this
3456 (setq sub (cdr sub))
3458 (when (member (caar sub) headers)
3459 (setq thread (car threads)
3462 (setq sub (cdr sub))))
3463 ;; It's an ordinary thread, so we check it.
3464 (when (eq (car sub) (car headers))
3467 (setq threads (cdr threads)))
3468 ;; If this article is in no thread, then it's a root.
3471 (setq gnus-newsgroup-threads (delq thread gnus-newsgroup-threads)))
3472 (setq thread (gnus-id-to-thread last-id)))
3475 thread ; We return this thread.
3477 (if (stringp (car thread))
3479 ;; If we use dummy roots, then we have to remove the
3480 ;; dummy root as well.
3481 (when (eq gnus-summary-make-false-root 'dummy)
3482 ;; We go to the dummy root by going to
3483 ;; the first sub-"thread", and then one line up.
3484 (gnus-summary-goto-article
3485 (mail-header-number (caadr thread)))
3488 (gnus-data-compute-positions))
3489 (setq thread (cdr thread))
3491 (gnus-remove-thread-1 (car thread))
3492 (setq thread (cdr thread))))
3493 (gnus-summary-show-all-threads)
3494 (gnus-remove-thread-1 thread))))))))
3496 (defun gnus-remove-thread-1 (thread)
3497 "Remove the thread THREAD recursively."
3498 (let ((number (mail-header-number (pop thread)))
3500 (setq thread (reverse thread))
3502 (gnus-remove-thread-1 (pop thread)))
3503 (when (setq d (gnus-data-find number))
3504 (goto-char (gnus-data-pos d))
3507 (- (gnus-point-at-bol)
3509 (1+ (gnus-point-at-eol))
3510 (gnus-delete-line)))))))
3512 (defun gnus-sort-threads (threads)
3514 (if (not gnus-thread-sort-functions)
3516 (gnus-message 8 "Sorting threads...")
3518 (sort threads (gnus-make-sort-function gnus-thread-sort-functions))
3519 (gnus-message 8 "Sorting threads...done"))))
3521 (defun gnus-sort-articles (articles)
3523 (when gnus-article-sort-functions
3524 (gnus-message 7 "Sorting articles...")
3526 (setq gnus-newsgroup-headers
3527 (sort articles (gnus-make-sort-function
3528 gnus-article-sort-functions)))
3529 (gnus-message 7 "Sorting articles...done"))))
3531 ;; Written by Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
3532 (defmacro gnus-thread-header (thread)
3533 ;; Return header of first article in THREAD.
3534 ;; Note that THREAD must never, ever be anything else than a variable -
3535 ;; using some other form will lead to serious barfage.
3536 (or (symbolp thread) (signal 'wrong-type-argument '(symbolp thread)))
3537 ;; (8% speedup to gnus-summary-prepare, just for fun :-)
3538 (list 'byte-code "\10\211:\203\17\0\211@;\203\16\0A@@\207" ;
3541 (defsubst gnus-article-sort-by-number (h1 h2)
3542 "Sort articles by article number."
3543 (< (mail-header-number h1)
3544 (mail-header-number h2)))
3546 (defun gnus-thread-sort-by-number (h1 h2)
3547 "Sort threads by root article number."
3548 (gnus-article-sort-by-number
3549 (gnus-thread-header h1) (gnus-thread-header h2)))
3551 (defsubst gnus-article-sort-by-lines (h1 h2)
3552 "Sort articles by article Lines header."
3553 (< (mail-header-lines h1)
3554 (mail-header-lines h2)))
3556 (defun gnus-thread-sort-by-lines (h1 h2)
3557 "Sort threads by root article Lines header."
3558 (gnus-article-sort-by-lines
3559 (gnus-thread-header h1) (gnus-thread-header h2)))
3561 (defsubst gnus-article-sort-by-author (h1 h2)
3562 "Sort articles by root author."
3564 (let ((addr (mime-read-field 'From h1)))
3565 (or (std11-full-name-string addr)
3566 (std11-address-string addr)
3568 (let ((addr (mime-read-field 'From h2)))
3569 (or (std11-full-name-string addr)
3570 (std11-address-string addr)
3574 (defun gnus-thread-sort-by-author (h1 h2)
3575 "Sort threads by root author."
3576 (gnus-article-sort-by-author
3577 (gnus-thread-header h1) (gnus-thread-header h2)))
3579 (defsubst gnus-article-sort-by-subject (h1 h2)
3580 "Sort articles by root subject."
3582 (downcase (gnus-simplify-subject-re (mail-header-subject h1)))
3583 (downcase (gnus-simplify-subject-re (mail-header-subject h2)))))
3585 (defun gnus-thread-sort-by-subject (h1 h2)
3586 "Sort threads by root subject."
3587 (gnus-article-sort-by-subject
3588 (gnus-thread-header h1) (gnus-thread-header h2)))
3590 (defsubst gnus-article-sort-by-date (h1 h2)
3591 "Sort articles by root article date."
3593 (gnus-date-get-time (mail-header-date h1))
3594 (gnus-date-get-time (mail-header-date h2))))
3596 (defun gnus-thread-sort-by-date (h1 h2)
3597 "Sort threads by root article date."
3598 (gnus-article-sort-by-date
3599 (gnus-thread-header h1) (gnus-thread-header h2)))
3601 (defsubst gnus-article-sort-by-score (h1 h2)
3602 "Sort articles by root article score.
3603 Unscored articles will be counted as having a score of zero."
3604 (> (or (cdr (assq (mail-header-number h1)
3605 gnus-newsgroup-scored))
3606 gnus-summary-default-score 0)
3607 (or (cdr (assq (mail-header-number h2)
3608 gnus-newsgroup-scored))
3609 gnus-summary-default-score 0)))
3611 (defun gnus-thread-sort-by-score (h1 h2)
3612 "Sort threads by root article score."
3613 (gnus-article-sort-by-score
3614 (gnus-thread-header h1) (gnus-thread-header h2)))
3616 (defun gnus-thread-sort-by-total-score (h1 h2)
3617 "Sort threads by the sum of all scores in the thread.
3618 Unscored articles will be counted as having a score of zero."
3619 (> (gnus-thread-total-score h1) (gnus-thread-total-score h2)))
3621 (defun gnus-thread-total-score (thread)
3622 ;; This function find the total score of THREAD.
3623 (cond ((null thread)
3626 (if (stringp (car thread))
3627 (apply gnus-thread-score-function 0
3628 (mapcar 'gnus-thread-total-score-1 (cdr thread)))
3629 (gnus-thread-total-score-1 thread)))
3631 (gnus-thread-total-score-1 (list thread)))))
3633 (defun gnus-thread-total-score-1 (root)
3634 ;; This function find the total score of the thread below ROOT.
3635 (setq root (car root))
3636 (apply gnus-thread-score-function
3638 (mapcar 'gnus-thread-total-score
3639 (cdr (gnus-id-to-thread (mail-header-id root))))
3640 (when (> (mail-header-number root) 0)
3641 (list (or (cdr (assq (mail-header-number root)
3642 gnus-newsgroup-scored))
3643 gnus-summary-default-score 0))))
3644 (list gnus-summary-default-score)
3647 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
3648 (defvar gnus-tmp-prev-subject nil)
3649 (defvar gnus-tmp-false-parent nil)
3650 (defvar gnus-tmp-root-expunged nil)
3651 (defvar gnus-tmp-dummy-line nil)
3653 (defvar gnus-tmp-header)
3654 (defun gnus-extra-header (type &optional header)
3655 "Return the extra header of TYPE."
3656 (or (cdr (assq type (mail-header-extra (or header gnus-tmp-header))))
3659 (defun gnus-summary-prepare-threads (threads)
3660 "Prepare summary buffer from THREADS and indentation LEVEL.
3661 THREADS is either a list of `(PARENT [(CHILD1 [(GRANDCHILD ...]...) ...])'
3662 or a straight list of headers."
3663 (gnus-message 7 "Generating summary...")
3665 (setq gnus-newsgroup-threads threads)
3668 (let ((gnus-tmp-level 0)
3669 (default-score (or gnus-summary-default-score 0))
3670 (gnus-visual-p (gnus-visual-p 'summary-highlight 'highlight))
3671 thread number subject stack state gnus-tmp-gathered beg-match
3672 new-roots gnus-tmp-new-adopts thread-end
3673 gnus-tmp-header gnus-tmp-unread
3674 gnus-tmp-replied gnus-tmp-subject-or-nil
3675 gnus-tmp-dummy gnus-tmp-indentation gnus-tmp-lines gnus-tmp-score
3676 gnus-tmp-score-char gnus-tmp-from gnus-tmp-name
3677 gnus-tmp-number gnus-tmp-opening-bracket gnus-tmp-closing-bracket)
3679 (setq gnus-tmp-prev-subject nil)
3681 (if (vectorp (car threads))
3682 ;; If this is a straight (sic) list of headers, then a
3683 ;; threaded summary display isn't required, so we just create
3684 ;; an unthreaded one.
3685 (gnus-summary-prepare-unthreaded threads)
3687 ;; Do the threaded display.
3689 (while (or threads stack gnus-tmp-new-adopts new-roots)
3691 (if (and (= gnus-tmp-level 0)
3694 (not gnus-tmp-false-parent)
3695 (or gnus-tmp-new-adopts new-roots))
3696 (if gnus-tmp-new-adopts
3697 (setq gnus-tmp-level (if gnus-tmp-root-expunged 0 1)
3698 thread (list (car gnus-tmp-new-adopts))
3699 gnus-tmp-header (caar thread)
3700 gnus-tmp-new-adopts (cdr gnus-tmp-new-adopts))
3702 (setq thread (list (car new-roots))
3703 gnus-tmp-header (caar thread)
3704 new-roots (cdr new-roots))))
3707 ;; If there are some threads, we do them before the
3708 ;; threads on the stack.
3709 (setq thread threads
3710 gnus-tmp-header (caar thread))
3711 ;; There were no current threads, so we pop something off
3713 (setq state (car stack)
3714 gnus-tmp-level (car state)
3717 gnus-tmp-header (caar thread))))
3719 (setq gnus-tmp-false-parent nil)
3720 (setq gnus-tmp-root-expunged nil)
3721 (setq thread-end nil)
3723 (if (stringp gnus-tmp-header)
3724 ;; The header is a dummy root.
3726 ((eq gnus-summary-make-false-root 'adopt)
3727 ;; We let the first article adopt the rest.
3728 (setq gnus-tmp-new-adopts (nconc gnus-tmp-new-adopts
3730 (setq gnus-tmp-gathered
3732 (lambda (h) (mail-header-number (car h)))
3735 (setq thread (cons (list (caar thread)
3738 (setq gnus-tmp-level -1
3739 gnus-tmp-false-parent t))
3740 ((eq gnus-summary-make-false-root 'empty)
3741 ;; We print adopted articles with empty subject fields.
3742 (setq gnus-tmp-gathered
3744 (lambda (h) (mail-header-number (car h)))
3747 (setq gnus-tmp-level -1))
3748 ((eq gnus-summary-make-false-root 'dummy)
3749 ;; We remember that we probably want to output a dummy
3751 (setq gnus-tmp-dummy-line gnus-tmp-header)
3752 (setq gnus-tmp-prev-subject gnus-tmp-header))
3754 ;; We do not make a root for the gathered
3755 ;; sub-threads at all.
3756 (setq gnus-tmp-level -1)))
3758 (setq number (mail-header-number gnus-tmp-header)
3759 subject (mail-header-subject gnus-tmp-header))
3762 ;; If the thread has changed subject, we might want to make
3763 ;; this subthread into a root.
3764 ((and (null gnus-thread-ignore-subject)
3765 (not (zerop gnus-tmp-level))
3766 gnus-tmp-prev-subject
3768 (gnus-subject-equal gnus-tmp-prev-subject subject))))
3769 (setq new-roots (nconc new-roots (list (car thread)))
3771 gnus-tmp-header nil))
3772 ;; If the article lies outside the current limit,
3773 ;; then we do not display it.
3774 ((not (memq number gnus-newsgroup-limit))
3775 (setq gnus-tmp-gathered
3777 (lambda (h) (mail-header-number (car h)))
3780 (setq gnus-tmp-new-adopts (if (cdar thread)
3781 (append gnus-tmp-new-adopts
3783 gnus-tmp-new-adopts)
3785 gnus-tmp-header nil)
3786 (when (zerop gnus-tmp-level)
3787 (setq gnus-tmp-root-expunged t)))
3788 ;; Perhaps this article is to be marked as read?
3789 ((and gnus-summary-mark-below
3790 (< (or (cdr (assq number gnus-newsgroup-scored))
3792 gnus-summary-mark-below)
3793 ;; Don't touch sparse articles.
3794 (not (gnus-summary-article-sparse-p number))
3795 (not (gnus-summary-article-ancient-p number)))
3796 (setq gnus-newsgroup-unreads
3797 (delq number gnus-newsgroup-unreads))
3798 (if gnus-newsgroup-auto-expire
3799 (push number gnus-newsgroup-expirable)
3800 (push (cons number gnus-low-score-mark)
3801 gnus-newsgroup-reads))))
3803 (when gnus-tmp-header
3804 ;; We may have an old dummy line to output before this
3806 (when (and gnus-tmp-dummy-line
3809 (mail-header-subject gnus-tmp-header)))
3810 (gnus-summary-insert-dummy-line
3811 gnus-tmp-dummy-line (mail-header-number gnus-tmp-header))
3812 (setq gnus-tmp-dummy-line nil))
3814 ;; Compute the mark.
3815 (setq gnus-tmp-unread (gnus-article-mark number))
3817 (push (gnus-data-make number gnus-tmp-unread (1+ (point))
3818 gnus-tmp-header gnus-tmp-level)
3819 gnus-newsgroup-data)
3821 ;; Actually insert the line.
3823 gnus-tmp-subject-or-nil
3825 ((and gnus-thread-ignore-subject
3826 gnus-tmp-prev-subject
3827 (not (inline (gnus-subject-equal
3828 gnus-tmp-prev-subject subject))))
3830 ((zerop gnus-tmp-level)
3831 (if (and (eq gnus-summary-make-false-root 'empty)
3832 (memq number gnus-tmp-gathered)
3833 gnus-tmp-prev-subject
3834 (inline (gnus-subject-equal
3835 gnus-tmp-prev-subject subject)))
3836 gnus-summary-same-subject
3838 (t gnus-summary-same-subject)))
3839 (if (and (eq gnus-summary-make-false-root 'adopt)
3840 (= gnus-tmp-level 1)
3841 (memq number gnus-tmp-gathered))
3842 (setq gnus-tmp-opening-bracket ?\<
3843 gnus-tmp-closing-bracket ?\>)
3844 (setq gnus-tmp-opening-bracket ?\[
3845 gnus-tmp-closing-bracket ?\]))
3847 gnus-tmp-indentation
3848 (aref gnus-thread-indent-array gnus-tmp-level)
3849 gnus-tmp-lines (mail-header-lines gnus-tmp-header)
3850 gnus-tmp-score (or (cdr (assq number gnus-newsgroup-scored))
3851 gnus-summary-default-score 0)
3853 (if (or (null gnus-summary-default-score)
3854 (<= (abs (- gnus-tmp-score gnus-summary-default-score))
3855 gnus-summary-zcore-fuzz))
3857 (if (< gnus-tmp-score gnus-summary-default-score)
3858 gnus-score-below-mark gnus-score-over-mark))
3860 (cond ((memq number gnus-newsgroup-processable)
3862 ((memq number gnus-newsgroup-cached)
3864 ((memq number gnus-newsgroup-replied)
3866 ((memq number gnus-newsgroup-saved)
3868 (t gnus-unread-mark))
3869 gnus-tmp-from (mail-header-from gnus-tmp-header)
3872 ((string-match "<[^>]+> *$" gnus-tmp-from)
3873 (setq beg-match (match-beginning 0))
3874 (or (and (string-match "^\"[^\"]*\"" gnus-tmp-from)
3875 (substring gnus-tmp-from (1+ (match-beginning 0))
3876 (1- (match-end 0))))
3877 (substring gnus-tmp-from 0 beg-match)))
3878 ((string-match "(.+)" gnus-tmp-from)
3879 (substring gnus-tmp-from
3880 (1+ (match-beginning 0)) (1- (match-end 0))))
3882 (when (string= gnus-tmp-name "")
3883 (setq gnus-tmp-name gnus-tmp-from))
3884 (unless (numberp gnus-tmp-lines)
3885 (setq gnus-tmp-lines 0))
3886 (gnus-put-text-property
3888 (progn (eval gnus-summary-line-format-spec) (point))
3889 'gnus-number number)
3892 (gnus-run-hooks 'gnus-summary-update-hook)
3895 (setq gnus-tmp-prev-subject subject)))
3897 (when (nth 1 thread)
3898 (push (cons (max 0 gnus-tmp-level) (nthcdr 1 thread)) stack))
3899 (incf gnus-tmp-level)
3900 (setq threads (if thread-end nil (cdar thread)))
3902 (setq gnus-tmp-level 0)))))
3903 (gnus-message 7 "Generating summary...done"))
3905 (defun gnus-summary-prepare-unthreaded (headers)
3906 "Generate an unthreaded summary buffer based on HEADERS."
3907 (let (header number mark)
3912 ;; We may have to root out some bad articles...
3913 (when (memq (setq number (mail-header-number
3914 (setq header (pop headers))))
3915 gnus-newsgroup-limit)
3916 ;; Mark article as read when it has a low score.
3917 (when (and gnus-summary-mark-below
3918 (< (or (cdr (assq number gnus-newsgroup-scored))
3919 gnus-summary-default-score 0)
3920 gnus-summary-mark-below)
3921 (not (gnus-summary-article-ancient-p number)))
3922 (setq gnus-newsgroup-unreads
3923 (delq number gnus-newsgroup-unreads))
3924 (if gnus-newsgroup-auto-expire
3925 (push number gnus-newsgroup-expirable)
3926 (push (cons number gnus-low-score-mark)
3927 gnus-newsgroup-reads)))
3929 (setq mark (gnus-article-mark number))
3930 (push (gnus-data-make number mark (1+ (point)) header 0)
3931 gnus-newsgroup-data)
3932 (gnus-summary-insert-line
3934 mark (memq number gnus-newsgroup-replied)
3935 (memq number gnus-newsgroup-expirable)
3936 (mail-header-subject header) nil
3937 (cdr (assq number gnus-newsgroup-scored))
3938 (memq number gnus-newsgroup-processable))))))
3940 (defun gnus-select-newsgroup (group &optional read-all select-articles)
3941 "Select newsgroup GROUP.
3942 If READ-ALL is non-nil, all articles in the group are selected.
3943 If SELECT-ARTICLES, only select those articles from GROUP."
3944 (let* ((entry (gnus-gethash group gnus-newsrc-hashtb))
3945 ;;!!! Dirty hack; should be removed.
3946 (gnus-summary-ignore-duplicates
3947 (if (eq (car (gnus-find-method-for-group group)) 'nnvirtual)
3949 gnus-summary-ignore-duplicates))
3950 (info (nth 2 entry))
3951 articles fetched-articles cached)
3953 (unless (gnus-check-server
3954 (setq gnus-current-select-method
3955 (gnus-find-method-for-group group)))
3956 (error "Couldn't open server"))
3958 (or (and entry (not (eq (car entry) t))) ; Either it's active...
3959 (gnus-activate-group group) ; Or we can activate it...
3960 (progn ; Or we bug out.
3961 (when (equal major-mode 'gnus-summary-mode)
3962 (kill-buffer (current-buffer)))
3963 (error "Couldn't request group %s: %s"
3964 group (gnus-status-message group))))
3966 (unless (gnus-request-group group t)
3967 (when (equal major-mode 'gnus-summary-mode)
3968 (kill-buffer (current-buffer)))
3969 (error "Couldn't request group %s: %s"
3970 group (gnus-status-message group)))
3972 (setq gnus-newsgroup-name group)
3973 (setq gnus-newsgroup-unselected nil)
3974 (setq gnus-newsgroup-unreads (gnus-list-of-unread-articles group))
3975 (gnus-summary-setup-default-charset)
3977 ;; Adjust and set lists of article marks.
3979 (gnus-adjust-marked-articles info))
3981 ;; Kludge to avoid having cached articles nixed out in virtual groups.
3982 (when (gnus-virtual-group-p group)
3983 (setq cached gnus-newsgroup-cached))
3985 (setq gnus-newsgroup-unreads
3986 (gnus-set-difference
3987 (gnus-set-difference gnus-newsgroup-unreads gnus-newsgroup-marked)
3988 gnus-newsgroup-dormant))
3990 (setq gnus-newsgroup-processable nil)
3992 (gnus-update-read-articles group gnus-newsgroup-unreads)
3994 (if (setq articles select-articles)
3995 (setq gnus-newsgroup-unselected
3996 (gnus-sorted-intersection
3997 gnus-newsgroup-unreads
3998 (gnus-sorted-complement gnus-newsgroup-unreads articles)))
3999 (setq articles (gnus-articles-to-read group read-all)))
4003 ;;(gnus-message 3 "Couldn't select newsgroup -- no articles to display")
4005 ((eq articles 0) nil)
4007 ;; Init the dependencies hash table.
4008 (setq gnus-newsgroup-dependencies
4009 (gnus-make-hashtable (length articles)))
4010 (gnus-set-global-variables)
4011 ;; Retrieve the headers and read them in.
4012 (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
4013 (setq gnus-newsgroup-headers
4014 (gnus-retrieve-parsed-headers
4015 articles gnus-newsgroup-name
4016 ;; We might want to fetch old headers, but
4017 ;; not if there is only 1 article.
4018 (and (or (and (not (eq gnus-fetch-old-headers 'some))
4019 (not (numberp gnus-fetch-old-headers)))
4020 (> (length articles) 1))
4021 gnus-fetch-old-headers)))
4022 (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name)
4024 ;; Kludge to avoid having cached articles nixed out in virtual groups.
4026 (setq gnus-newsgroup-cached cached))
4028 ;; Suppress duplicates?
4029 (when gnus-suppress-duplicates
4030 (gnus-dup-suppress-articles))
4032 ;; Set the initial limit.
4033 (setq gnus-newsgroup-limit (copy-sequence articles))
4034 ;; Remove canceled articles from the list of unread articles.
4035 (setq gnus-newsgroup-unreads
4036 (gnus-set-sorted-intersection
4037 gnus-newsgroup-unreads
4038 (setq fetched-articles
4039 (mapcar (lambda (headers) (mail-header-number headers))
4040 gnus-newsgroup-headers))))
4041 ;; Removed marked articles that do not exist.
4042 (gnus-update-missing-marks
4043 (gnus-sorted-complement fetched-articles articles))
4044 ;; We might want to build some more threads first.
4045 (when (and gnus-fetch-old-headers
4046 (eq gnus-headers-retrieved-by 'nov))
4047 (if (eq gnus-fetch-old-headers 'invisible)
4048 (gnus-build-all-threads)
4049 (gnus-build-old-threads)))
4050 ;; Let the Gnus agent mark articles as read.
4052 (gnus-agent-get-undownloaded-list))
4053 ;; Check whether auto-expire is to be done in this group.
4054 (setq gnus-newsgroup-auto-expire
4055 (gnus-group-auto-expirable-p group))
4056 ;; Set up the article buffer now, if necessary.
4057 (unless gnus-single-article-buffer
4058 (gnus-article-setup-buffer))
4059 ;; First and last article in this newsgroup.
4060 (when gnus-newsgroup-headers
4061 (setq gnus-newsgroup-begin
4062 (mail-header-number (car gnus-newsgroup-headers))
4065 (gnus-last-element gnus-newsgroup-headers))))
4066 ;; GROUP is successfully selected.
4067 (or gnus-newsgroup-headers t)))))
4069 (defun gnus-articles-to-read (group &optional read-all)
4070 ;; Find out what articles the user wants to read.
4072 ;; Select all articles if `read-all' is non-nil, or if there
4073 ;; are no unread articles.
4075 (and (zerop (length gnus-newsgroup-marked))
4076 (zerop (length gnus-newsgroup-unreads)))
4077 (eq (gnus-group-find-parameter group 'display)
4079 (gnus-uncompress-range (gnus-active group))
4080 (sort (append gnus-newsgroup-dormant gnus-newsgroup-marked
4081 (copy-sequence gnus-newsgroup-unreads))
4083 (scored-list (gnus-killed-articles gnus-newsgroup-killed articles))
4084 (scored (length scored-list))
4085 (number (length articles))
4086 (marked (+ (length gnus-newsgroup-marked)
4087 (length gnus-newsgroup-dormant)))
4095 ((and (or (<= scored marked) (= scored number))
4096 (numberp gnus-large-newsgroup)
4097 (> number gnus-large-newsgroup))
4101 "How many articles from %s (default %d): "
4102 (gnus-limit-string gnus-newsgroup-name 35)
4104 (if (string-match "^[ \t]*$" input) number input)))
4105 ((and (> scored marked) (< scored number)
4106 (> (- scored number) 20))
4109 (format "%s %s (%d scored, %d total): "
4110 "How many articles from"
4111 group scored number))))
4112 (if (string-match "^[ \t]*$" input)
4116 (setq select (if (stringp select) (string-to-number select) select))
4117 (if (or (null select) (zerop select))
4119 (if (and (not (zerop scored)) (<= (abs select) scored))
4121 (setq articles (sort scored-list '<))
4122 (setq number (length articles)))
4123 (setq articles (copy-sequence articles)))
4125 (when (< (abs select) number)
4127 ;; Select the N oldest articles.
4128 (setcdr (nthcdr (1- (abs select)) articles) nil)
4129 ;; Select the N most recent articles.
4130 (setq articles (nthcdr (- number select) articles))))
4131 (setq gnus-newsgroup-unselected
4132 (gnus-sorted-intersection
4133 gnus-newsgroup-unreads
4134 (gnus-sorted-complement gnus-newsgroup-unreads articles)))
4137 (defun gnus-killed-articles (killed articles)
4140 (when (inline (gnus-member-of-range (car articles) killed))
4141 (push (car articles) out))
4142 (setq articles (cdr articles)))
4145 (defun gnus-uncompress-marks (marks)
4146 "Uncompress the mark ranges in MARKS."
4147 (let ((uncompressed '(score bookmark))
4150 (if (memq (caar marks) uncompressed)
4151 (push (car marks) out)
4152 (push (cons (caar marks) (gnus-uncompress-range (cdar marks))) out))
4153 (setq marks (cdr marks)))
4156 (defun gnus-adjust-marked-articles (info)
4157 "Set all article lists and remove all marks that are no longer legal."
4158 (let* ((marked-lists (gnus-info-marks info))
4159 (active (gnus-active (gnus-info-group info)))
4162 (types gnus-article-mark-lists)
4163 (uncompressed '(score bookmark killed))
4164 marks var articles article mark)
4167 (setq marks (pop marked-lists))
4168 (set (setq var (intern (format "gnus-newsgroup-%s"
4169 (car (rassq (setq mark (car marks))
4171 (if (memq (car marks) uncompressed) (cdr marks)
4172 (gnus-uncompress-range (cdr marks))))
4174 (setq articles (symbol-value var))
4176 ;; All articles have to be subsets of the active articles.
4178 ;; Adjust "simple" lists.
4179 ((memq mark '(tick dormant expire reply save))
4181 (when (or (< (setq article (pop articles)) min) (> article max))
4182 (set var (delq article (symbol-value var))))))
4184 ((memq mark uncompressed)
4185 (when (not (listp (cdr (symbol-value var))))
4186 (set var (list (symbol-value var))))
4187 (when (not (listp (cdr articles)))
4188 (setq articles (list articles)))
4190 (when (or (not (consp (setq article (pop articles))))
4191 (< (car article) min)
4192 (> (car article) max))
4193 (set var (delq article (symbol-value var))))))))))
4195 (defun gnus-update-missing-marks (missing)
4196 "Go through the list of MISSING articles and remove them from the mark lists."
4198 (let ((types gnus-article-mark-lists)
4200 ;; Go through all types.
4202 (setq var (intern (format "gnus-newsgroup-%s" (car (pop types)))))
4203 (when (symbol-value var)
4204 ;; This list has articles. So we delete all missing articles
4208 (set var (delq (pop m) (symbol-value var)))))))))
4210 (defun gnus-update-marks ()
4211 "Enter the various lists of marked articles into the newsgroup info list."
4212 (let ((types gnus-article-mark-lists)
4213 (info (gnus-get-info gnus-newsgroup-name))
4214 (uncompressed '(score bookmark killed))
4215 type list newmarked symbol delta-marks)
4217 ;; Add all marks lists that are non-nil to the list of marks lists.
4218 (while (setq type (pop types))
4219 (when (setq list (symbol-value
4221 (intern (format "gnus-newsgroup-%s"
4224 ;; Get rid of the entries of the articles that have the
4226 (when (and (eq (cdr type) 'score)
4230 (prev (cons nil list))
4233 (if (or (not (consp (car arts)))
4234 (= (cdar arts) gnus-summary-default-score))
4235 (setcdr prev (cdr arts))
4237 (setq arts (cdr arts)))
4238 (setq list (cdr all))))
4240 (when (gnus-check-backend-function 'request-set-mark
4241 gnus-newsgroup-name)
4242 ;; score & bookmark are not proper flags (they are cons cells)
4243 ;; cache is a internal gnus flag
4244 (unless (memq (cdr type) '(cache score bookmark))
4245 (let* ((old (cdr (assq (cdr type) (gnus-info-marks info))))
4246 (del (gnus-remove-from-range old list))
4247 (add (gnus-remove-from-range list old)))
4249 (push (list add 'add (list (cdr type))) delta-marks))
4251 (push (list del 'del (list (cdr type))) delta-marks)))))
4253 (push (cons (cdr type)
4254 (if (memq (cdr type) uncompressed) list
4255 (gnus-compress-sequence
4256 (set symbol (sort list '<)) t)))
4260 (gnus-request-set-mark gnus-newsgroup-name delta-marks))
4262 ;; Enter these new marks into the info of the group.
4264 (setcar (nthcdr 3 info) newmarked)
4265 ;; Add the marks lists to the end of the info.
4267 (setcdr (nthcdr 2 info) (list newmarked))))
4269 ;; Cut off the end of the info if there's nothing else there.
4273 (when (nthcdr (decf i) info)
4274 (setcdr (nthcdr i info) nil)))))))
4276 (defun gnus-set-mode-line (where)
4277 "This function sets the mode line of the article or summary buffers.
4278 If WHERE is `summary', the summary mode line format will be used."
4279 ;; Is this mode line one we keep updated?
4280 (when (and (memq where gnus-updated-mode-lines)
4282 (intern (format "gnus-%s-mode-line-format-spec" where))))
4285 ;; We evaluate this in the summary buffer since these
4286 ;; variables are buffer-local to that buffer.
4287 (set-buffer gnus-summary-buffer)
4288 ;; We bind all these variables that are used in the `eval' form
4290 (let* ((mformat (symbol-value
4292 (format "gnus-%s-mode-line-format-spec" where))))
4293 (gnus-tmp-group-name gnus-newsgroup-name)
4294 (gnus-tmp-article-number (or gnus-current-article 0))
4295 (gnus-tmp-unread gnus-newsgroup-unreads)
4296 (gnus-tmp-unread-and-unticked (length gnus-newsgroup-unreads))
4297 (gnus-tmp-unselected (length gnus-newsgroup-unselected))
4298 (gnus-tmp-unread-and-unselected
4299 (cond ((and (zerop gnus-tmp-unread-and-unticked)
4300 (zerop gnus-tmp-unselected))
4302 ((zerop gnus-tmp-unselected)
4303 (format "{%d more}" gnus-tmp-unread-and-unticked))
4304 (t (format "{%d(+%d) more}"
4305 gnus-tmp-unread-and-unticked
4306 gnus-tmp-unselected))))
4308 (if (and gnus-current-headers
4309 (vectorp gnus-current-headers))
4310 (gnus-mode-string-quote
4311 (mail-header-subject gnus-current-headers))
4313 bufname-length max-len
4314 gnus-tmp-header);; passed as argument to any user-format-funcs
4315 (setq mode-string (eval mformat))
4316 (setq bufname-length (if (string-match "%b" mode-string)
4319 (if (eq where 'summary)
4321 (get-buffer gnus-article-buffer))))
4324 (setq max-len (max 4 (if gnus-mode-non-string-length
4326 gnus-mode-non-string-length
4328 (length mode-string))))
4329 ;; We might have to chop a bit of the string off...
4330 (when (> (length mode-string) max-len)
4332 (concat (gnus-truncate-string mode-string (- max-len 3))
4334 ;; Pad the mode string a bit.
4335 (setq mode-string (format (format "%%-%ds" max-len) mode-string))))
4336 ;; Update the mode line.
4337 (setq mode-line-buffer-identification
4338 (gnus-mode-line-buffer-identification (list mode-string)))
4339 (set-buffer-modified-p t))))
4341 (defun gnus-create-xref-hashtb (from-newsgroup headers unreads)
4342 "Go through the HEADERS list and add all Xrefs to a hash table.
4343 The resulting hash table is returned, or nil if no Xrefs were found."
4344 (let* ((virtual (gnus-virtual-group-p from-newsgroup))
4345 (prefix (if virtual "" (gnus-group-real-prefix from-newsgroup)))
4346 (xref-hashtb (gnus-make-hashtable))
4347 start group entry number xrefs header)
4349 (setq header (pop headers))
4350 (when (and (setq xrefs (mail-header-xref header))
4351 (not (memq (setq number (mail-header-number header))
4354 (while (string-match "\\([^ ]+\\)[:/]\\([0-9]+\\)" xrefs start)
4355 (setq start (match-end 0))
4356 (setq group (if prefix
4357 (concat prefix (substring xrefs (match-beginning 1)
4359 (substring xrefs (match-beginning 1) (match-end 1))))
4361 (string-to-int (substring xrefs (match-beginning 2)
4363 (if (setq entry (gnus-gethash group xref-hashtb))
4364 (setcdr entry (cons number (cdr entry)))
4365 (gnus-sethash group (cons number nil) xref-hashtb)))))
4366 (and start xref-hashtb)))
4368 (defun gnus-mark-xrefs-as-read (from-newsgroup headers unreads)
4369 "Look through all the headers and mark the Xrefs as read."
4370 (let ((virtual (gnus-virtual-group-p from-newsgroup))
4371 name entry info xref-hashtb idlist method nth4)
4373 (set-buffer gnus-group-buffer)
4374 (when (setq xref-hashtb
4375 (gnus-create-xref-hashtb from-newsgroup headers unreads))
4378 (unless (string= from-newsgroup (setq name (symbol-name group)))
4379 (setq idlist (symbol-value group))
4380 ;; Dead groups are not updated.
4382 (setq entry (gnus-gethash name gnus-newsrc-hashtb)
4384 (when (stringp (setq nth4 (gnus-info-method info)))
4385 (setq nth4 (gnus-server-to-method nth4))))
4386 ;; Only do the xrefs if the group has the same
4387 ;; select method as the group we have just read.
4388 (or (gnus-methods-equal-p
4389 nth4 (gnus-find-method-for-group from-newsgroup))
4391 (equal nth4 (setq method (gnus-find-method-for-group
4393 (and (equal (car nth4) (car method))
4394 (equal (nth 1 nth4) (nth 1 method))))
4395 gnus-use-cross-reference
4396 (or (not (eq gnus-use-cross-reference t))
4398 ;; Only do cross-references on subscribed
4399 ;; groups, if that is what is wanted.
4400 (<= (gnus-info-level info) gnus-level-subscribed))
4401 (gnus-group-make-articles-read name idlist))))
4404 (defun gnus-compute-read-articles (group articles)
4405 (let* ((entry (gnus-gethash group gnus-newsrc-hashtb))
4406 (info (nth 2 entry))
4407 (active (gnus-active group))
4410 ;; First peel off all illegal article numbers.
4412 (let ((ids articles)
4414 (while (setq id (pop ids))
4415 (when (and first (> id (cdr active)))
4416 ;; We'll end up in this situation in one particular
4417 ;; obscure situation. If you re-scan a group and get
4418 ;; a new article that is cross-posted to a different
4419 ;; group that has not been re-scanned, you might get
4420 ;; crossposted article that has a higher number than
4421 ;; Gnus believes possible. So we re-activate this
4422 ;; group as well. This might mean doing the
4423 ;; crossposting thingy will *increase* the number
4424 ;; of articles in some groups. Tsk, tsk.
4425 (setq active (or (gnus-activate-group group) active)))
4426 (when (or (> id (cdr active))
4427 (< id (car active)))
4428 (setq articles (delq id articles))))))
4429 ;; If the read list is nil, we init it.
4431 (null (gnus-info-read info))
4433 (setq ninfo (cons 1 (1- (car active))))
4434 (setq ninfo (gnus-info-read info)))
4435 ;; Then we add the read articles to the range.
4437 ninfo (setq articles (sort articles '<))))))
4439 (defun gnus-group-make-articles-read (group articles)
4440 "Update the info of GROUP to say that ARTICLES are read."
4442 (entry (gnus-gethash group gnus-newsrc-hashtb))
4443 (info (nth 2 entry))
4444 (active (gnus-active group))
4447 (setq range (gnus-compute-read-articles group articles))
4449 (set-buffer gnus-group-buffer)
4452 (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
4453 (gnus-info-set-read ',info ',(gnus-info-read info))
4454 (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
4455 (gnus-group-update-group ,group t))))
4456 ;; Add the read articles to the range.
4457 (gnus-info-set-read info range)
4458 ;; Then we have to re-compute how many unread
4459 ;; articles there are in this group.
4463 (setq num (- (1+ (cdr active)) (car active))))
4464 ((not (listp (cdr range)))
4465 (setq num (- (cdr active) (- (1+ (cdr range))
4469 (if (numberp (car range))
4471 (setq num (+ num (- (1+ (cdar range)) (caar range)))))
4472 (setq range (cdr range)))
4473 (setq num (- (cdr active) num))))
4474 ;; Update the number of unread articles.
4476 ;; Update the group buffer.
4477 (gnus-group-update-group group t)))))
4479 (defun gnus-methods-equal-p (m1 m2)
4480 (let ((m1 (or m1 gnus-select-method))
4481 (m2 (or m2 gnus-select-method)))
4483 (and (eq (car m1) (car m2))
4484 (or (not (memq 'address (assoc (symbol-name (car m1))
4485 gnus-valid-select-methods)))
4486 (equal (nth 1 m1) (nth 1 m2)))))))
4488 (defvar gnus-newsgroup-none-id 0)
4490 (defun gnus-get-newsgroup-headers (&optional dependencies force-new)
4491 (let ((cur nntp-server-buffer)
4494 (save-excursion (set-buffer gnus-summary-buffer)
4495 gnus-newsgroup-dependencies)))
4497 (mail-parse-charset gnus-newsgroup-charset))
4499 (set-buffer nntp-server-buffer)
4500 ;; Translate all TAB characters into SPACE characters.
4501 (subst-char-in-region (point-min) (point-max) ?\t ? t)
4502 (subst-char-in-region (point-min) (point-max) ?\r ? t)
4503 (gnus-run-hooks 'gnus-parse-headers-hook)
4504 (let ((case-fold-search t)
4505 in-reply-to header p lines chars ctype)
4506 (goto-char (point-min))
4507 ;; Search to the beginning of the next header. Error messages
4508 ;; do not begin with 2 or 3.
4509 (while (re-search-forward "^[23][0-9]+ " nil t)
4512 ;; This implementation of this function, with nine
4513 ;; search-forwards instead of the one re-search-forward and
4514 ;; a case (which basically was the old function) is actually
4515 ;; about twice as fast, even though it looks messier. You
4516 ;; can't have everything, I guess. Speed and elegance
4517 ;; doesn't always go hand in hand.
4520 (make-full-mail-header
4526 (narrow-to-region (point)
4527 (or (and (search-forward "\n.\n" nil t)
4533 (if (search-forward "\nsubject: " nil t)
4534 (buffer-substring (match-end 0) (std11-field-end))
4539 (if (search-forward "\nfrom: " nil t)
4540 (buffer-substring (match-end 0) (std11-field-end))
4545 (if (search-forward "\ndate: " nil t)
4546 (buffer-substring (match-end 0) (std11-field-end))
4551 (setq id (if (re-search-forward
4552 "^message-id: *\\(<[^\n\t> ]+>\\)" nil t)
4553 ;; We do it this way to make sure the Message-ID
4554 ;; is (somewhat) syntactically valid.
4555 (buffer-substring (match-beginning 1)
4557 ;; If there was no message-id, we just fake one
4558 ;; to make subsequent routines simpler.
4559 (nnheader-generate-fake-message-id))))
4563 (if (search-forward "\nreferences: " nil t)
4567 (buffer-substring (match-end 0) (std11-field-end))
4572 (search-backward ">" end t)
4575 (search-backward "<" end t)
4577 ;; Get the references from the in-reply-to header if there
4578 ;; were no references and the in-reply-to header looks
4580 (if (and (search-forward "\nin-reply-to: " nil t)
4582 (buffer-substring (match-end 0)
4584 (string-match "<[^>]+>" in-reply-to))
4586 (setq ref (substring in-reply-to (match-beginning 0)
4588 (while (string-match "<[^>]+>" in-reply-to (match-end 0))
4589 (setq ref2 (substring in-reply-to (match-beginning 0)
4591 (when (> (length ref2) (length ref))
4598 (if (search-forward "\nchars: " nil t)
4599 (if (numberp (setq chars (ignore-errors (read cur))))
4605 (if (search-forward "\nlines: " nil t)
4606 (if (numberp (setq lines (ignore-errors (read cur))))
4612 (and (search-forward "\nxref: " nil t)
4613 (buffer-substring (match-end 0) (std11-field-end))))
4615 (when gnus-extra-headers
4616 (let ((extra gnus-extra-headers)
4620 (when (search-forward
4621 (concat "\n" (symbol-name (car extra)) ": ") nil t)
4622 (push (cons (car extra)
4623 (buffer-substring (match-end 0)
4629 (if (and (search-forward "\ncontent-type: " nil t)
4631 (buffer-substring (match-end 0) (std11-field-end))))
4632 (mime-entity-set-content-type-internal
4633 header (mime-parse-Content-Type ctype)))
4634 (when (equal id ref)
4637 (when gnus-alter-header-function
4638 (funcall gnus-alter-header-function header)
4639 (setq id (mail-header-id header)
4640 ref (gnus-parent-id (mail-header-references header))))
4643 (gnus-dependencies-add-header
4644 header dependencies force-new))
4645 (push header headers))
4646 (goto-char (point-max))
4648 (nreverse headers)))))
4650 ;; Goes through the xover lines and returns a list of vectors
4651 (defun gnus-get-newsgroup-headers-xover (sequence &optional
4652 force-new dependencies
4653 group also-fetch-heads)
4654 "Parse the news overview data in the server buffer, and return a
4655 list of headers that match SEQUENCE (see `nntp-retrieve-headers')."
4656 ;; Get the Xref when the users reads the articles since most/some
4657 ;; NNTP servers do not include Xrefs when using XOVER.
4658 (setq gnus-article-internal-prepare-hook '(gnus-article-get-xrefs))
4659 (let ((mail-parse-charset gnus-newsgroup-charset)
4660 (cur nntp-server-buffer)
4661 (dependencies (or dependencies gnus-newsgroup-dependencies))
4662 number headers header)
4664 (set-buffer nntp-server-buffer)
4665 (subst-char-in-region (point-min) (point-max) ?\r ? t)
4666 ;; Allow the user to mangle the headers before parsing them.
4667 (gnus-run-hooks 'gnus-parse-headers-hook)
4668 (goto-char (point-min))
4671 (while (and sequence (not (eobp)))
4672 (setq number (read cur))
4673 (while (and sequence
4674 (< (car sequence) number))
4675 (setq sequence (cdr sequence)))
4677 (eq number (car sequence))
4679 (setq sequence (cdr sequence))
4680 (setq header (inline
4681 (gnus-nov-parse-line
4682 number dependencies force-new))))
4683 (push header headers))
4686 (gnus-error 4 "Strange nov line (%d)"
4687 (count-lines (point-min) (point)))))
4689 ;; A common bug in inn is that if you have posted an article and
4690 ;; then retrieves the active file, it will answer correctly --
4691 ;; the new article is included. However, a NOV entry for the
4692 ;; article may not have been generated yet, so this may fail.
4693 ;; We work around this problem by retrieving the last few
4694 ;; headers using HEAD.
4695 (if (or (not also-fetch-heads)
4697 ;; We (probably) got all the headers.
4699 (let ((gnus-nov-is-evil t))
4702 (when (gnus-retrieve-headers sequence group)
4703 (gnus-get-newsgroup-headers))))))))
4705 (defun gnus-article-get-xrefs ()
4706 "Fill in the Xref value in `gnus-current-headers', if necessary.
4707 This is meant to be called in `gnus-article-internal-prepare-hook'."
4708 (let ((headers (save-excursion (set-buffer gnus-summary-buffer)
4709 gnus-current-headers)))
4710 (or (not gnus-use-cross-reference)
4712 (and (mail-header-xref headers)
4713 (not (string= (mail-header-xref headers) "")))
4714 (let ((case-fold-search t)
4717 (nnheader-narrow-to-headers)
4718 (goto-char (point-min))
4719 (when (or (and (eq (downcase (char-after)) ?x)
4720 (looking-at "Xref:"))
4721 (search-forward "\nXref:" nil t))
4722 (goto-char (1+ (match-end 0)))
4723 (setq xref (buffer-substring (point)
4724 (progn (end-of-line) (point))))
4725 (mail-header-set-xref headers xref)))))))
4727 (defun gnus-summary-insert-subject (id &optional old-header use-old-header)
4728 "Find article ID and insert the summary line for that article.
4729 OLD-HEADER can either be a header or a line number to insert
4730 the subject line on."
4731 (let* ((line (and (numberp old-header) old-header))
4732 (old-header (and (vectorp old-header) old-header))
4733 (header (cond ((and old-header use-old-header)
4736 (gnus-number-to-header id))
4737 (gnus-number-to-header id))
4739 (gnus-read-header id))))
4740 (number (and (numberp id) id))
4743 ;; Rebuild the thread that this article is part of and go to the
4744 ;; article we have fetched.
4745 (when (and (not gnus-show-threads)
4748 (setq d (gnus-data-find (mail-header-number old-header))))
4749 (goto-char (gnus-data-pos d))
4752 (- (gnus-point-at-bol)
4754 (1+ (gnus-point-at-eol))
4755 (gnus-delete-line))))))
4757 (mail-header-set-number header (mail-header-number old-header)))
4758 (setq gnus-newsgroup-sparse
4759 (delq (setq number (mail-header-number header))
4760 gnus-newsgroup-sparse))
4761 (setq gnus-newsgroup-ancient (delq number gnus-newsgroup-ancient))
4762 (push number gnus-newsgroup-limit)
4763 (gnus-rebuild-thread (mail-header-id header) line)
4764 (gnus-summary-goto-subject number nil t))
4765 (when (and (numberp number)
4767 ;; We have to update the boundaries even if we can't fetch the
4768 ;; article if ID is a number -- so that the next `P' or `N'
4769 ;; command will fetch the previous (or next) article even
4770 ;; if the one we tried to fetch this time has been canceled.
4771 (when (> number gnus-newsgroup-end)
4772 (setq gnus-newsgroup-end number))
4773 (when (< number gnus-newsgroup-begin)
4774 (setq gnus-newsgroup-begin number))
4775 (setq gnus-newsgroup-unselected
4776 (delq number gnus-newsgroup-unselected)))
4777 ;; Report back a success?
4778 (and header (mail-header-number header))))
4780 ;;; Process/prefix in the summary buffer
4782 (defun gnus-summary-work-articles (n)
4783 "Return a list of articles to be worked upon.
4784 The prefix argument, the list of process marked articles, and the
4785 current article will be taken into consideration."
4787 (set-buffer gnus-summary-buffer)
4790 ;; A numerical prefix has been given.
4791 (setq n (prefix-numeric-value n))
4792 (let ((backward (< n 0))
4793 (n (abs (prefix-numeric-value n)))
4798 (push (setq article (gnus-summary-article-number))
4801 (gnus-summary-find-prev nil article)
4802 (gnus-summary-find-next nil article)))
4804 (nreverse articles)))
4805 ((and (gnus-region-active-p) (mark))
4806 (message "region active")
4807 ;; Work on the region between point and mark.
4808 (let ((max (max (point) (mark)))
4811 (goto-char (min (point) (mark)))
4814 (push (setq article (gnus-summary-article-number)) articles)
4815 (gnus-summary-find-next nil article)
4817 (nreverse articles))))
4818 (gnus-newsgroup-processable
4819 ;; There are process-marked articles present.
4820 ;; Save current state.
4821 (gnus-summary-save-process-mark)
4823 (reverse gnus-newsgroup-processable))
4825 ;; Just return the current article.
4826 (list (gnus-summary-article-number))))))
4828 (defmacro gnus-summary-iterate (arg &rest forms)
4829 "Iterate over the process/prefixed articles and do FORMS.
4830 ARG is the interactive prefix given to the command. FORMS will be
4831 executed with point over the summary line of the articles."
4832 (let ((articles (make-symbol "gnus-summary-iterate-articles")))
4833 `(let ((,articles (gnus-summary-work-articles ,arg)))
4835 (gnus-summary-goto-subject (car ,articles))
4838 (put 'gnus-summary-iterate 'lisp-indent-function 1)
4839 (put 'gnus-summary-iterate 'edebug-form-spec '(form body))
4841 (defun gnus-summary-save-process-mark ()
4842 "Push the current set of process marked articles on the stack."
4844 (push (copy-sequence gnus-newsgroup-processable)
4845 gnus-newsgroup-process-stack))
4847 (defun gnus-summary-kill-process-mark ()
4848 "Push the current set of process marked articles on the stack and unmark."
4850 (gnus-summary-save-process-mark)
4851 (gnus-summary-unmark-all-processable))
4853 (defun gnus-summary-yank-process-mark ()
4854 "Pop the last process mark state off the stack and restore it."
4856 (unless gnus-newsgroup-process-stack
4857 (error "Empty mark stack"))
4858 (gnus-summary-process-mark-set (pop gnus-newsgroup-process-stack)))
4860 (defun gnus-summary-process-mark-set (set)
4861 "Make SET into the current process marked articles."
4862 (gnus-summary-unmark-all-processable)
4864 (gnus-summary-set-process-mark (pop set))))
4866 ;;; Searching and stuff
4868 (defun gnus-summary-search-group (&optional backward use-level)
4869 "Search for next unread newsgroup.
4870 If optional argument BACKWARD is non-nil, search backward instead."
4872 (set-buffer gnus-group-buffer)
4873 (when (gnus-group-search-forward
4874 backward nil (if use-level (gnus-group-group-level) nil))
4875 (gnus-group-group-name))))
4877 (defun gnus-summary-best-group (&optional exclude-group)
4878 "Find the name of the best unread group.
4879 If EXCLUDE-GROUP, do not go to this group."
4881 (set-buffer gnus-group-buffer)
4883 (gnus-group-best-unread-group exclude-group))))
4885 (defun gnus-summary-find-next (&optional unread article backward undownloaded)
4886 (if backward (gnus-summary-find-prev)
4887 (let* ((dummy (gnus-summary-article-intangible-p))
4888 (article (or article (gnus-summary-article-number)))
4889 (arts (gnus-data-find-list article))
4891 (when (and (not dummy)
4892 (or (not gnus-summary-check-current)
4894 (not (gnus-data-unread-p (car arts)))))
4895 (setq arts (cdr arts)))
4900 (when (or (and undownloaded
4901 (eq gnus-undownloaded-mark
4902 (gnus-data-mark (car arts))))
4903 (gnus-data-unread-p (car arts)))
4904 (setq result (car arts)
4906 (setq arts (cdr arts)))
4909 (goto-char (gnus-data-pos result))
4910 (gnus-data-number result)))))
4912 (defun gnus-summary-find-prev (&optional unread article)
4913 (let* ((eobp (eobp))
4914 (article (or article (gnus-summary-article-number)))
4915 (arts (gnus-data-find-list article (gnus-data-list 'rev)))
4917 (when (and (not eobp)
4918 (or (not gnus-summary-check-current)
4920 (not (gnus-data-unread-p (car arts)))))
4921 (setq arts (cdr arts)))
4926 (when (gnus-data-unread-p (car arts))
4927 (setq result (car arts)
4929 (setq arts (cdr arts)))
4932 (goto-char (gnus-data-pos result))
4933 (gnus-data-number result))))
4935 (defun gnus-summary-find-subject (subject &optional unread backward article)
4936 (let* ((simp-subject (gnus-simplify-subject-fully subject))
4937 (article (or article (gnus-summary-article-number)))
4938 (articles (gnus-data-list backward))
4939 (arts (gnus-data-find-list article articles))
4941 (when (or (not gnus-summary-check-current)
4943 (not (gnus-data-unread-p (car arts))))
4944 (setq arts (cdr arts)))
4946 (and (or (not unread)
4947 (gnus-data-unread-p (car arts)))
4948 (vectorp (gnus-data-header (car arts)))
4950 simp-subject (mail-header-subject (gnus-data-header (car arts))) t)
4951 (setq result (car arts)
4953 (setq arts (cdr arts)))
4955 (goto-char (gnus-data-pos result))
4956 (gnus-data-number result))))
4958 (defun gnus-summary-search-forward (&optional unread subject backward)
4959 "Search forward for an article.
4960 If UNREAD, look for unread articles. If SUBJECT, look for
4961 articles with that subject. If BACKWARD, search backward instead."
4962 (cond (subject (gnus-summary-find-subject subject unread backward))
4963 (backward (gnus-summary-find-prev unread))
4964 (t (gnus-summary-find-next unread))))
4966 (defun gnus-recenter (&optional n)
4967 "Center point in window and redisplay frame.
4968 Also do horizontal recentering."
4970 (when (and gnus-auto-center-summary
4971 (not (eq gnus-auto-center-summary 'vertical)))
4972 (gnus-horizontal-recenter))
4975 (defun gnus-summary-recenter ()
4976 "Center point in the summary window.
4977 If `gnus-auto-center-summary' is nil, or the article buffer isn't
4978 displayed, no centering will be performed."
4979 ;; Suggested by earle@mahendo.JPL.NASA.GOV (Greg Earle).
4980 ;; Recenter only when requested. Suggested by popovich@park.cs.columbia.edu.
4981 (let* ((top (cond ((< (window-height) 4) 0)
4982 ((< (window-height) 7) 1)
4983 (t (if (numberp gnus-auto-center-summary)
4984 gnus-auto-center-summary
4986 (height (1- (window-height)))
4987 (bottom (save-excursion (goto-char (point-max))
4988 (forward-line (- height))
4990 (window (get-buffer-window (current-buffer))))
4991 ;; The user has to want it.
4992 (when gnus-auto-center-summary
4993 (when (get-buffer-window gnus-article-buffer)
4994 ;; Only do recentering when the article buffer is displayed,
4995 ;; Set the window start to either `bottom', which is the biggest
4996 ;; possible valid number, or the second line from the top,
4997 ;; whichever is the least.
4999 window (min bottom (save-excursion
5000 (forward-line (- top)) (point)))))
5001 ;; Do horizontal recentering while we're at it.
5002 (when (and (get-buffer-window (current-buffer) t)
5003 (not (eq gnus-auto-center-summary 'vertical)))
5004 (let ((selected (selected-window)))
5005 (select-window (get-buffer-window (current-buffer) t))
5006 (gnus-summary-position-point)
5007 (gnus-horizontal-recenter)
5008 (select-window selected))))))
5010 (defun gnus-summary-jump-to-group (newsgroup)
5011 "Move point to NEWSGROUP in group mode buffer."
5012 ;; Keep update point of group mode buffer if visible.
5013 (if (eq (current-buffer) (get-buffer gnus-group-buffer))
5014 (save-window-excursion
5015 ;; Take care of tree window mode.
5016 (when (get-buffer-window gnus-group-buffer)
5017 (pop-to-buffer gnus-group-buffer))
5018 (gnus-group-jump-to-group newsgroup))
5020 ;; Take care of tree window mode.
5021 (if (get-buffer-window gnus-group-buffer)
5022 (pop-to-buffer gnus-group-buffer)
5023 (set-buffer gnus-group-buffer))
5024 (gnus-group-jump-to-group newsgroup))))
5026 ;; This function returns a list of article numbers based on the
5027 ;; difference between the ranges of read articles in this group and
5028 ;; the range of active articles.
5029 (defun gnus-list-of-unread-articles (group)
5030 (let* ((read (gnus-info-read (gnus-get-info group)))
5031 (active (or (gnus-active group) (gnus-activate-group group)))
5034 ;; If none are read, then all are unread.
5036 (setq first (car active))
5037 ;; If the range of read articles is a single range, then the
5038 ;; first unread article is the article after the last read
5039 ;; article. Sounds logical, doesn't it?
5040 (if (not (listp (cdr read)))
5041 (setq first (max (car active) (1+ (cdr read))))
5042 ;; `read' is a list of ranges.
5043 (when (/= (setq nlast (or (and (numberp (car read)) (car read))
5046 (setq first (car active)))
5049 (while (< first nlast)
5051 (setq first (1+ first))))
5052 (setq first (1+ (if (atom (car read)) (car read) (cdar read))))
5053 (setq nlast (if (atom (cadr read)) (cadr read) (caadr read)))
5054 (setq read (cdr read)))))
5055 ;; And add the last unread articles.
5056 (while (<= first last)
5058 (setq first (1+ first)))
5059 ;; Return the list of unread articles.
5060 (delq 0 (nreverse unread))))
5062 (defun gnus-list-of-read-articles (group)
5063 "Return a list of unread, unticked and non-dormant articles."
5064 (let* ((info (gnus-get-info group))
5065 (marked (gnus-info-marks info))
5066 (active (gnus-active group)))
5068 (gnus-set-difference
5069 (gnus-sorted-complement
5070 (gnus-uncompress-range active)
5071 (gnus-list-of-unread-articles group))
5073 (gnus-uncompress-range (cdr (assq 'dormant marked)))
5074 (gnus-uncompress-range (cdr (assq 'tick marked))))))))
5076 ;; Various summary commands
5078 (defun gnus-summary-select-article-buffer ()
5079 "Reconfigure windows to show article buffer."
5081 (if (not (gnus-buffer-live-p gnus-article-buffer))
5082 (error "There is no article buffer for this summary buffer")
5083 (gnus-configure-windows 'article)
5084 (select-window (get-buffer-window gnus-article-buffer))))
5086 (defun gnus-summary-universal-argument (arg)
5087 "Perform any operation on all articles that are process/prefixed."
5089 (let ((articles (gnus-summary-work-articles arg))
5096 (substitute-command-keys
5097 "\\<gnus-summary-mode-map>\\[gnus-summary-universal-argument]"
5100 (gnus-error 1 "Undefined key")
5103 (gnus-summary-goto-subject (setq article (pop articles)))
5104 (let (gnus-newsgroup-processable)
5105 (command-execute func))
5106 (gnus-summary-remove-process-mark article)))))
5107 (gnus-summary-position-point))
5109 (defun gnus-summary-toggle-truncation (&optional arg)
5110 "Toggle truncation of summary lines.
5111 With arg, turn line truncation on iff arg is positive."
5113 (setq truncate-lines
5114 (if (null arg) (not truncate-lines)
5115 (> (prefix-numeric-value arg) 0)))
5118 (defun gnus-summary-reselect-current-group (&optional all rescan)
5119 "Exit and then reselect the current newsgroup.
5120 The prefix argument ALL means to select all articles."
5122 (when (gnus-ephemeral-group-p gnus-newsgroup-name)
5123 (error "Ephemeral groups can't be reselected"))
5124 (let ((current-subject (gnus-summary-article-number))
5125 (group gnus-newsgroup-name))
5126 (setq gnus-newsgroup-begin nil)
5128 ;; We have to adjust the point of group mode buffer because
5129 ;; point was moved to the next unread newsgroup by exiting.
5130 (gnus-summary-jump-to-group group)
5133 (gnus-group-get-new-news-this-group 1)))
5134 (gnus-group-read-group all t)
5135 (gnus-summary-goto-subject current-subject nil t)))
5137 (defun gnus-summary-rescan-group (&optional all)
5138 "Exit the newsgroup, ask for new articles, and select the newsgroup."
5140 (gnus-summary-reselect-current-group all t))
5142 (defun gnus-summary-update-info (&optional non-destructive)
5144 (let ((group gnus-newsgroup-name))
5146 (when gnus-newsgroup-kill-headers
5147 (setq gnus-newsgroup-killed
5148 (gnus-compress-sequence
5150 (gnus-set-sorted-intersection
5151 (gnus-uncompress-range gnus-newsgroup-killed)
5152 (setq gnus-newsgroup-unselected
5153 (sort gnus-newsgroup-unselected '<)))
5154 (setq gnus-newsgroup-unreads
5155 (sort gnus-newsgroup-unreads '<)))
5157 (unless (listp (cdr gnus-newsgroup-killed))
5158 (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
5159 (let ((headers gnus-newsgroup-headers))
5160 ;; Set the new ranges of read articles.
5162 (set-buffer gnus-group-buffer)
5163 (gnus-undo-force-boundary))
5164 (gnus-update-read-articles
5165 group (append gnus-newsgroup-unreads gnus-newsgroup-unselected))
5166 ;; Set the current article marks.
5167 (let ((gnus-newsgroup-scored
5168 (if (and (not gnus-save-score)
5169 (not non-destructive))
5171 gnus-newsgroup-scored)))
5173 (gnus-update-marks)))
5174 ;; Do the cross-ref thing.
5175 (when gnus-use-cross-reference
5176 (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
5177 ;; Do not switch windows but change the buffer to work.
5178 (set-buffer gnus-group-buffer)
5179 (unless (gnus-ephemeral-group-p group)
5180 (gnus-group-update-group group)))))))
5182 (defun gnus-summary-save-newsrc (&optional force)
5183 "Save the current number of read/marked articles in the dribble buffer.
5184 The dribble buffer will then be saved.
5185 If FORCE (the prefix), also save the .newsrc file(s)."
5187 (gnus-summary-update-info t)
5189 (gnus-save-newsrc-file)
5190 (gnus-dribble-save)))
5192 (defun gnus-summary-exit (&optional temporary)
5193 "Exit reading current newsgroup, and then return to group selection mode.
5194 gnus-exit-group-hook is called with no arguments if that value is non-nil."
5196 (gnus-set-global-variables)
5197 (gnus-kill-save-kill-buffer)
5198 (gnus-async-halt-prefetch)
5199 (let* ((group gnus-newsgroup-name)
5200 (quit-config (gnus-group-quit-config gnus-newsgroup-name))
5203 (buf (current-buffer)))
5205 ;; Do adaptive scoring, and possibly save score files.
5206 (when gnus-newsgroup-adaptive
5207 (gnus-score-adaptive))
5208 (when gnus-use-scoring
5210 (gnus-run-hooks 'gnus-summary-prepare-exit-hook)
5211 ;; If we have several article buffers, we kill them at exit.
5212 (unless gnus-single-article-buffer
5213 (gnus-kill-buffer gnus-original-article-buffer)
5214 (setq gnus-article-current nil))
5215 (when gnus-use-cache
5216 (gnus-cache-possibly-remove-articles)
5217 (gnus-cache-save-buffers))
5218 (gnus-async-prefetch-remove-group group)
5219 (when gnus-suppress-duplicates
5220 (gnus-dup-enter-articles))
5221 (when gnus-use-trees
5222 (gnus-tree-close group))
5223 ;; Remove entries for this group.
5224 (nnmail-purge-split-history (gnus-group-real-name group))
5225 ;; Make all changes in this group permanent.
5227 (gnus-run-hooks 'gnus-exit-group-hook)
5228 (gnus-summary-update-info))
5229 (gnus-close-group group)
5230 ;; Make sure where we were, and go to next newsgroup.
5231 (set-buffer gnus-group-buffer)
5233 (gnus-group-jump-to-group group))
5234 (gnus-run-hooks 'gnus-summary-exit-hook)
5235 (unless (or quit-config
5236 ;; If this group has disappeared from the summary
5237 ;; buffer, don't skip forwards.
5238 (not (string= group (gnus-group-group-name))))
5239 (gnus-group-next-unread-group 1))
5240 (setq group-point (point))
5243 ;; If we have several article buffers, we kill them at exit.
5244 (unless gnus-single-article-buffer
5245 (gnus-kill-buffer gnus-article-buffer)
5246 (gnus-kill-buffer gnus-original-article-buffer)
5247 (setq gnus-article-current nil))
5249 (if (not gnus-kill-summary-on-exit)
5250 (gnus-deaden-summary)
5251 ;; We set all buffer-local variables to nil. It is unclear why
5252 ;; this is needed, but if we don't, buffer-local variables are
5253 ;; not garbage-collected, it seems. This would the lead to en
5254 ;; ever-growing Emacs.
5255 (gnus-summary-clear-local-variables)
5256 (when (get-buffer gnus-article-buffer)
5257 (bury-buffer gnus-article-buffer))
5258 ;; We clear the global counterparts of the buffer-local
5259 ;; variables as well, just to be on the safe side.
5260 (set-buffer gnus-group-buffer)
5261 (gnus-summary-clear-local-variables)
5262 ;; Return to group mode buffer.
5263 (when (eq mode 'gnus-summary-mode)
5264 (gnus-kill-buffer buf)))
5265 (setq gnus-current-select-method gnus-select-method)
5266 (pop-to-buffer gnus-group-buffer)
5267 (if (not quit-config)
5269 (goto-char group-point)
5270 (gnus-configure-windows 'group 'force))
5271 (gnus-handle-ephemeral-exit quit-config))
5272 ;; Clear the current group name.
5274 (setq gnus-newsgroup-name nil)))))
5276 (defalias 'gnus-summary-quit 'gnus-summary-exit-no-update)
5277 (defun gnus-summary-exit-no-update (&optional no-questions)
5278 "Quit reading current newsgroup without updating read article info."
5280 (let* ((group gnus-newsgroup-name)
5281 (quit-config (gnus-group-quit-config group)))
5282 (when (or no-questions
5284 (gnus-y-or-n-p "Discard changes to this group and exit? "))
5285 (gnus-async-halt-prefetch)
5287 (delq 'gnus-summary-expire-articles
5288 (copy-list gnus-summary-prepare-exit-hook)))
5289 ;; If we have several article buffers, we kill them at exit.
5290 (unless gnus-single-article-buffer
5291 (gnus-kill-buffer gnus-article-buffer)
5292 (gnus-kill-buffer gnus-original-article-buffer)
5293 (setq gnus-article-current nil))
5294 (if (not gnus-kill-summary-on-exit)
5295 (gnus-deaden-summary)
5296 (gnus-close-group group)
5297 (gnus-summary-clear-local-variables)
5298 (set-buffer gnus-group-buffer)
5299 (gnus-summary-clear-local-variables)
5300 (when (get-buffer gnus-summary-buffer)
5301 (kill-buffer gnus-summary-buffer)))
5302 (unless gnus-single-article-buffer
5303 (setq gnus-article-current nil))
5304 (when gnus-use-trees
5305 (gnus-tree-close group))
5306 (gnus-async-prefetch-remove-group group)
5307 (when (get-buffer gnus-article-buffer)
5308 (bury-buffer gnus-article-buffer))
5309 ;; Return to the group buffer.
5310 (gnus-configure-windows 'group 'force)
5311 ;; Clear the current group name.
5312 (setq gnus-newsgroup-name nil)
5313 (when (equal (gnus-group-group-name) group)
5314 (gnus-group-next-unread-group 1))
5316 (gnus-handle-ephemeral-exit quit-config)))))
5318 (defun gnus-handle-ephemeral-exit (quit-config)
5319 "Handle movement when leaving an ephemeral group.
5320 The state which existed when entering the ephemeral is reset."
5321 (if (not (buffer-name (car quit-config)))
5322 (gnus-configure-windows 'group 'force)
5323 (set-buffer (car quit-config))
5324 (cond ((eq major-mode 'gnus-summary-mode)
5325 (gnus-set-global-variables))
5326 ((eq major-mode 'gnus-article-mode)
5328 ;; The `gnus-summary-buffer' variable may point
5329 ;; to the old summary buffer when using a single
5331 (unless (gnus-buffer-live-p gnus-summary-buffer)
5332 (set-buffer gnus-group-buffer))
5333 (set-buffer gnus-summary-buffer)
5334 (gnus-set-global-variables))))
5335 (if (or (eq (cdr quit-config) 'article)
5336 (eq (cdr quit-config) 'pick))
5338 ;; The current article may be from the ephemeral group
5339 ;; thus it is best that we reload this article
5340 (gnus-summary-show-article)
5341 (if (and (boundp 'gnus-pick-mode) (symbol-value 'gnus-pick-mode))
5342 (gnus-configure-windows 'pick 'force)
5343 (gnus-configure-windows (cdr quit-config) 'force)))
5344 (gnus-configure-windows (cdr quit-config) 'force))
5345 (when (eq major-mode 'gnus-summary-mode)
5346 (gnus-summary-next-subject 1 nil t)
5347 (gnus-summary-recenter)
5348 (gnus-summary-position-point))))
5350 (defun gnus-summary-preview-mime-message ()
5351 "MIME decode and play this message."
5353 (let ((gnus-break-pages nil)
5355 (gnus-summary-select-article gnus-show-all-headers t))
5356 (select-window (get-buffer-window gnus-article-buffer)))
5360 (defvar gnus-dead-summary-mode-map nil)
5362 (unless gnus-dead-summary-mode-map
5363 (setq gnus-dead-summary-mode-map (make-keymap))
5364 (suppress-keymap gnus-dead-summary-mode-map)
5365 (substitute-key-definition
5366 'undefined 'gnus-summary-wake-up-the-dead gnus-dead-summary-mode-map)
5367 (let ((keys '("\C-d" "\r" "\177" [delete])))
5369 (define-key gnus-dead-summary-mode-map
5370 (pop keys) 'gnus-summary-wake-up-the-dead))))
5372 (defvar gnus-dead-summary-mode nil
5373 "Minor mode for Gnus summary buffers.")
5375 (defun gnus-dead-summary-mode (&optional arg)
5376 "Minor mode for Gnus summary buffers."
5378 (when (eq major-mode 'gnus-summary-mode)
5379 (make-local-variable 'gnus-dead-summary-mode)
5380 (setq gnus-dead-summary-mode
5381 (if (null arg) (not gnus-dead-summary-mode)
5382 (> (prefix-numeric-value arg) 0)))
5383 (when gnus-dead-summary-mode
5384 (gnus-add-minor-mode
5385 'gnus-dead-summary-mode " Dead" gnus-dead-summary-mode-map))))
5387 (defun gnus-deaden-summary ()
5388 "Make the current summary buffer into a dead summary buffer."
5389 ;; Kill any previous dead summary buffer.
5390 (when (and gnus-dead-summary
5391 (buffer-name gnus-dead-summary))
5393 (set-buffer gnus-dead-summary)
5394 (when gnus-dead-summary-mode
5395 (kill-buffer (current-buffer)))))
5396 ;; Make this the current dead summary.
5397 (setq gnus-dead-summary (current-buffer))
5398 (gnus-dead-summary-mode 1)
5399 (let ((name (buffer-name)))
5400 (when (string-match "Summary" name)
5402 (concat (substring name 0 (match-beginning 0)) "Dead "
5403 (substring name (match-beginning 0)))
5406 (defun gnus-kill-or-deaden-summary (buffer)
5407 "Kill or deaden the summary BUFFER."
5409 (when (and (buffer-name buffer)
5410 (not gnus-single-article-buffer))
5413 (gnus-kill-buffer gnus-article-buffer)
5414 (gnus-kill-buffer gnus-original-article-buffer)))
5415 (cond (gnus-kill-summary-on-exit
5416 (when (and gnus-use-trees
5417 (gnus-buffer-exists-p buffer))
5420 (gnus-tree-close gnus-newsgroup-name)))
5421 (gnus-kill-buffer buffer))
5422 ((gnus-buffer-exists-p buffer)
5425 (gnus-deaden-summary))))))
5427 (defun gnus-summary-wake-up-the-dead (&rest args)
5428 "Wake up the dead summary buffer."
5430 (gnus-dead-summary-mode -1)
5431 (let ((name (buffer-name)))
5432 (when (string-match "Dead " name)
5434 (concat (substring name 0 (match-beginning 0))
5435 (substring name (match-end 0)))
5437 (gnus-message 3 "This dead summary is now alive again"))
5439 ;; Suggested by Andrew Eskilsson <pi92ae@pt.hk-r.se>.
5440 (defun gnus-summary-fetch-faq (&optional faq-dir)
5441 "Fetch the FAQ for the current group.
5442 If FAQ-DIR (the prefix), prompt for a directory to search for the faq
5446 (when current-prefix-arg
5448 "Faq dir: " (and (listp gnus-group-faq-directory)
5449 (mapcar (lambda (file) (list file))
5450 gnus-group-faq-directory))))))
5451 (let (gnus-faq-buffer)
5452 (when (setq gnus-faq-buffer
5453 (gnus-group-fetch-faq gnus-newsgroup-name faq-dir))
5454 (gnus-configure-windows 'summary-faq))))
5456 ;; Suggested by Per Abrahamsen <amanda@iesd.auc.dk>.
5457 (defun gnus-summary-describe-group (&optional force)
5458 "Describe the current newsgroup."
5460 (gnus-group-describe-group force gnus-newsgroup-name))
5462 (defun gnus-summary-describe-briefly ()
5463 "Describe summary mode commands briefly."
5465 (gnus-message 6 (substitute-command-keys "\\<gnus-summary-mode-map>\\[gnus-summary-next-page]:Select \\[gnus-summary-next-unread-article]:Forward \\[gnus-summary-prev-unread-article]:Backward \\[gnus-summary-exit]:Exit \\[gnus-info-find-node]:Run Info \\[gnus-summary-describe-briefly]:This help")))
5467 ;; Walking around group mode buffer from summary mode.
5469 (defun gnus-summary-next-group (&optional no-article target-group backward)
5470 "Exit current newsgroup and then select next unread newsgroup.
5471 If prefix argument NO-ARTICLE is non-nil, no article is selected
5472 initially. If NEXT-GROUP, go to this group. If BACKWARD, go to
5473 previous group instead."
5475 ;; Stop pre-fetching.
5476 (gnus-async-halt-prefetch)
5477 (let ((current-group gnus-newsgroup-name)
5478 (current-buffer (current-buffer))
5480 ;; First we semi-exit this group to update Xrefs and all variables.
5481 ;; We can't do a real exit, because the window conf must remain
5482 ;; the same in case the user is prompted for info, and we don't
5483 ;; want the window conf to change before that...
5484 (gnus-summary-exit t)
5485 (while (not entered)
5486 ;; Then we find what group we are supposed to enter.
5487 (set-buffer gnus-group-buffer)
5488 (gnus-group-jump-to-group current-group)
5491 (if (eq gnus-keep-same-level 'best)
5492 (gnus-summary-best-group gnus-newsgroup-name)
5493 (gnus-summary-search-group backward gnus-keep-same-level))))
5494 (if (not target-group)
5495 ;; There are no further groups, so we return to the group
5498 (gnus-message 5 "Returning to the group buffer")
5500 (when (gnus-buffer-live-p current-buffer)
5501 (set-buffer current-buffer)
5502 (gnus-summary-exit))
5503 (gnus-run-hooks 'gnus-group-no-more-groups-hook))
5504 ;; We try to enter the target group.
5505 (gnus-group-jump-to-group target-group)
5506 (let ((unreads (gnus-group-group-unread)))
5507 (if (and (or (eq t unreads)
5508 (and unreads (not (zerop unreads))))
5509 (gnus-summary-read-group
5510 target-group nil no-article
5511 (and (buffer-name current-buffer) current-buffer)
5514 (setq current-group target-group
5515 target-group nil)))))))
5517 (defun gnus-summary-prev-group (&optional no-article)
5518 "Exit current newsgroup and then select previous unread newsgroup.
5519 If prefix argument NO-ARTICLE is non-nil, no article is selected initially."
5521 (gnus-summary-next-group no-article nil t))
5523 ;; Walking around summary lines.
5525 (defun gnus-summary-first-subject (&optional unread undownloaded)
5526 "Go to the first unread subject.
5527 If UNREAD is non-nil, go to the first unread article.
5528 Returns the article selected or nil if there are no unread articles."
5533 ((null gnus-newsgroup-data)
5534 (gnus-message 3 "No articles in the group")
5536 ;; Pick the first article.
5538 (goto-char (gnus-data-pos (car gnus-newsgroup-data)))
5539 (gnus-data-number (car gnus-newsgroup-data)))
5540 ;; No unread articles.
5541 ((null gnus-newsgroup-unreads)
5542 (gnus-message 3 "No more unread articles")
5544 ;; Find the first unread article.
5546 (let ((data gnus-newsgroup-data))
5548 (and (not (and undownloaded
5549 (eq gnus-undownloaded-mark
5550 (gnus-data-mark (car data)))))
5551 (not (gnus-data-unread-p (car data)))))
5552 (setq data (cdr data)))
5554 (goto-char (gnus-data-pos (car data)))
5555 (gnus-data-number (car data))))))
5556 (gnus-summary-position-point)))
5558 (defun gnus-summary-next-subject (n &optional unread dont-display)
5559 "Go to next N'th summary line.
5560 If N is negative, go to the previous N'th subject line.
5561 If UNREAD is non-nil, only unread articles are selected.
5562 The difference between N and the actual number of steps taken is
5565 (let ((backward (< n 0))
5569 (gnus-summary-find-prev unread)
5570 (gnus-summary-find-next unread)))
5571 (gnus-summary-show-thread)
5574 (gnus-message 7 "No more%s articles"
5575 (if unread " unread" "")))
5576 (unless dont-display
5577 (gnus-summary-recenter)
5578 (gnus-summary-position-point))
5581 (defun gnus-summary-next-unread-subject (n)
5582 "Go to next N'th unread summary line."
5584 (gnus-summary-next-subject n t))
5586 (defun gnus-summary-prev-subject (n &optional unread)
5587 "Go to previous N'th summary line.
5588 If optional argument UNREAD is non-nil, only unread article is selected."
5590 (gnus-summary-next-subject (- n) unread))
5592 (defun gnus-summary-prev-unread-subject (n)
5593 "Go to previous N'th unread summary line."
5595 (gnus-summary-next-subject (- n) t))
5597 (defun gnus-summary-goto-subject (article &optional force silent)
5598 "Go the subject line of ARTICLE.
5599 If FORCE, also allow jumping to articles not currently shown."
5600 (interactive "nArticle number: ")
5602 (data (gnus-data-find article)))
5603 ;; We read in the article if we have to.
5606 (gnus-summary-insert-subject
5608 (if (or (numberp force) (vectorp force)) force)
5610 (setq data (gnus-data-find article)))
5615 (gnus-message 3 "Can't find article %d" article))
5617 (goto-char (gnus-data-pos data))
5618 (gnus-summary-position-point)
5621 ;; Walking around summary lines with displaying articles.
5623 (defun gnus-summary-expand-window (&optional arg)
5624 "Make the summary buffer take up the entire Emacs frame.
5625 Given a prefix, will force an `article' buffer configuration."
5628 (gnus-configure-windows 'article 'force)
5629 (gnus-configure-windows 'summary 'force)))
5631 (defun gnus-summary-display-article (article &optional all-header)
5632 "Display ARTICLE in article buffer."
5633 (gnus-set-global-variables)
5637 (if gnus-summary-display-article-function
5638 (funcall gnus-summary-display-article-function article all-header)
5639 (gnus-article-prepare article all-header))
5640 (gnus-run-hooks 'gnus-select-article-hook)
5641 (when (and gnus-current-article
5642 (not (zerop gnus-current-article)))
5643 (gnus-summary-goto-subject gnus-current-article))
5644 (gnus-summary-recenter)
5645 (when (and gnus-use-trees gnus-show-threads)
5646 (gnus-possibly-generate-tree article)
5647 (gnus-highlight-selected-tree article))
5648 ;; Successfully display article.
5649 (gnus-article-set-window-start
5650 (cdr (assq article gnus-newsgroup-bookmarks))))))
5652 (defun gnus-summary-select-article (&optional all-headers force pseudo article)
5653 "Select the current article.
5654 If ALL-HEADERS is non-nil, show all header fields. If FORCE is
5655 non-nil, the article will be re-fetched even if it already present in
5656 the article buffer. If PSEUDO is non-nil, pseudo-articles will also
5658 ;; Make sure we are in the summary buffer to work around bbdb bug.
5659 (unless (eq major-mode 'gnus-summary-mode)
5660 (set-buffer gnus-summary-buffer))
5661 (let ((article (or article (gnus-summary-article-number)))
5662 (all-headers (not (not all-headers))) ;Must be T or NIL.
5663 gnus-summary-display-article-function
5666 (gnus-summary-article-pseudo-p article)
5667 (error "This is a pseudo-article"))
5670 (set-buffer gnus-summary-buffer)
5671 (if (or (and gnus-single-article-buffer
5672 (or (null gnus-current-article)
5673 (null gnus-article-current)
5674 (null (get-buffer gnus-article-buffer))
5675 (not (eq article (cdr gnus-article-current)))
5676 (not (equal (car gnus-article-current)
5677 gnus-newsgroup-name))))
5678 (and (not gnus-single-article-buffer)
5679 (or (null gnus-current-article)
5680 (not (eq gnus-current-article article))))
5682 ;; The requested article is different from the current article.
5684 (gnus-summary-display-article article all-headers)
5686 (when (or all-headers gnus-show-all-headers)
5687 (gnus-article-show-all-headers))
5690 (gnus-article-set-window-start
5691 (cdr (assq article gnus-newsgroup-bookmarks)))))))
5693 (defun gnus-summary-set-current-mark (&optional current-mark)
5694 "Obsolete function."
5697 (defun gnus-summary-next-article (&optional unread subject backward push)
5698 "Select the next article.
5699 If UNREAD, only unread articles are selected.
5700 If SUBJECT, only articles with SUBJECT are selected.
5701 If BACKWARD, the previous article is selected instead of the next."
5704 ;; Is there such an article?
5705 ((and (gnus-summary-search-forward unread subject backward)
5706 (or (gnus-summary-display-article (gnus-summary-article-number))
5707 (eq (gnus-summary-article-mark) gnus-canceled-mark)))
5708 (gnus-summary-position-point))
5709 ;; If not, we try the first unread, if that is wanted.
5711 gnus-auto-select-same
5712 (gnus-summary-first-unread-article))
5713 (gnus-summary-position-point)
5714 (gnus-message 6 "Wrapped"))
5715 ;; Try to get next/previous article not displayed in this group.
5716 ((and gnus-auto-extend-newsgroup
5717 (not unread) (not subject))
5718 (gnus-summary-goto-article
5719 (if backward (1- gnus-newsgroup-begin) (1+ gnus-newsgroup-end))
5720 nil (count-lines (point-min) (point))))
5721 ;; Go to next/previous group.
5723 (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
5724 (gnus-summary-jump-to-group gnus-newsgroup-name))
5725 (let ((cmd last-command-char)
5728 (set-buffer gnus-group-buffer)
5731 (if (eq gnus-keep-same-level 'best)
5732 (gnus-summary-best-group gnus-newsgroup-name)
5733 (gnus-summary-search-group backward gnus-keep-same-level))))
5734 ;; For some reason, the group window gets selected. We change
5736 (select-window (get-buffer-window (current-buffer)))
5737 ;; Select next unread newsgroup automagically.
5739 ((or (not gnus-auto-select-next)
5741 (gnus-message 7 "No more%s articles" (if unread " unread" "")))
5742 ((or (eq gnus-auto-select-next 'quietly)
5743 (and (eq gnus-auto-select-next 'slightly-quietly)
5745 (and (eq gnus-auto-select-next 'almost-quietly)
5746 (gnus-summary-last-article-p)))
5748 (if (gnus-ephemeral-group-p gnus-newsgroup-name)
5750 (gnus-message 7 "No more%s articles (%s)..."
5751 (if unread " unread" "")
5752 (if group (concat "selecting " group)
5754 (gnus-summary-next-group nil group backward)))
5756 (when (gnus-key-press-event-p last-input-event)
5757 (gnus-summary-walk-group-buffer
5758 gnus-newsgroup-name cmd unread backward point))))))))
5760 (defun gnus-summary-walk-group-buffer (from-group cmd unread backward start)
5761 (let ((keystrokes '((?\C-n (gnus-group-next-unread-group 1))
5762 (?\C-p (gnus-group-prev-unread-group 1))))
5763 (cursor-in-echo-area t)
5764 keve key group ended)
5766 (set-buffer gnus-group-buffer)
5769 (if (eq gnus-keep-same-level 'best)
5770 (gnus-summary-best-group gnus-newsgroup-name)
5771 (gnus-summary-search-group backward gnus-keep-same-level))))
5774 5 "No more%s articles%s" (if unread " unread" "")
5776 (not (gnus-ephemeral-group-p gnus-newsgroup-name)))
5777 (format " (Type %s for %s [%s])"
5778 (single-key-description cmd) group
5779 (car (gnus-gethash group gnus-newsrc-hashtb)))
5780 (format " (Type %s to exit %s)"
5781 (single-key-description cmd)
5782 gnus-newsgroup-name)))
5783 ;; Confirm auto selection.
5784 (setq key (car (setq keve (gnus-read-event-char))))
5787 ((assq key keystrokes)
5788 (let ((obuf (current-buffer)))
5789 (switch-to-buffer gnus-group-buffer)
5791 (gnus-group-jump-to-group group))
5792 (eval (cadr (assq key keystrokes)))
5793 (setq group (gnus-group-group-name))
5794 (switch-to-buffer obuf))
5798 (gnus-ephemeral-group-p gnus-newsgroup-name))
5800 (gnus-summary-next-group nil group backward)))
5802 (push (cdr keve) unread-command-events))))))
5804 (defun gnus-summary-next-unread-article ()
5805 "Select unread article after current one."
5807 (gnus-summary-next-article
5808 (or (not (eq gnus-summary-goto-unread 'never))
5809 (gnus-summary-last-article-p (gnus-summary-article-number)))
5810 (and gnus-auto-select-same
5811 (gnus-summary-article-subject))))
5813 (defun gnus-summary-prev-article (&optional unread subject)
5814 "Select the article after the current one.
5815 If UNREAD is non-nil, only unread articles are selected."
5817 (gnus-summary-next-article unread subject t))
5819 (defun gnus-summary-prev-unread-article ()
5820 "Select unread article before current one."
5822 (gnus-summary-prev-article
5823 (or (not (eq gnus-summary-goto-unread 'never))
5824 (gnus-summary-first-article-p (gnus-summary-article-number)))
5825 (and gnus-auto-select-same
5826 (gnus-summary-article-subject))))
5828 (defun gnus-summary-next-page (&optional lines circular)
5829 "Show next page of the selected article.
5830 If at the end of the current article, select the next article.
5831 LINES says how many lines should be scrolled up.
5833 If CIRCULAR is non-nil, go to the start of the article instead of
5834 selecting the next article when reaching the end of the current
5837 (setq gnus-summary-buffer (current-buffer))
5838 (gnus-set-global-variables)
5839 (let ((article (gnus-summary-article-number))
5840 (article-window (get-buffer-window gnus-article-buffer t))
5842 ;; If the buffer is empty, we have no article.
5844 (error "No article to select"))
5845 (gnus-configure-windows 'article)
5846 (if (eq (cdr (assq article gnus-newsgroup-reads)) gnus-canceled-mark)
5847 (if (and (eq gnus-summary-goto-unread 'never)
5848 (not (gnus-summary-last-article-p article)))
5849 (gnus-summary-next-article)
5850 (gnus-summary-next-unread-article))
5851 (if (or (null gnus-current-article)
5852 (null gnus-article-current)
5853 (/= article (cdr gnus-article-current))
5854 (not (equal (car gnus-article-current) gnus-newsgroup-name)))
5855 ;; Selected subject is different from current article's.
5856 (gnus-summary-display-article article)
5857 (when article-window
5858 (gnus-eval-in-buffer-window gnus-article-buffer
5859 (setq endp (gnus-article-next-page lines)))
5862 (gnus-summary-beginning-of-article))
5864 (gnus-message 3 "End of message"))
5866 (if (and (eq gnus-summary-goto-unread 'never)
5867 (not (gnus-summary-last-article-p article)))
5868 (gnus-summary-next-article)
5869 (gnus-summary-next-unread-article))))))))
5870 (gnus-summary-recenter)
5871 (gnus-summary-position-point)))
5873 (defun gnus-summary-prev-page (&optional lines move)
5874 "Show previous page of selected article.
5875 Argument LINES specifies lines to be scrolled down.
5876 If MOVE, move to the previous unread article if point is at
5877 the beginning of the buffer."
5879 (let ((article (gnus-summary-article-number))
5880 (article-window (get-buffer-window gnus-article-buffer t))
5882 (gnus-configure-windows 'article)
5883 (if (or (null gnus-current-article)
5884 (null gnus-article-current)
5885 (/= article (cdr gnus-article-current))
5886 (not (equal (car gnus-article-current) gnus-newsgroup-name)))
5887 ;; Selected subject is different from current article's.
5888 (gnus-summary-display-article article)
5889 (gnus-summary-recenter)
5890 (when article-window
5891 (gnus-eval-in-buffer-window gnus-article-buffer
5892 (setq endp (gnus-article-prev-page lines)))
5893 (when (and move endp)
5895 (gnus-message 3 "Beginning of message"))
5897 (if (and (eq gnus-summary-goto-unread 'never)
5898 (not (gnus-summary-first-article-p article)))
5899 (gnus-summary-prev-article)
5900 (gnus-summary-prev-unread-article))))))))
5901 (gnus-summary-position-point))
5903 (defun gnus-summary-prev-page-or-article (&optional lines)
5904 "Show previous page of selected article.
5905 Argument LINES specifies lines to be scrolled down.
5906 If at the beginning of the article, go to the next article."
5908 (gnus-summary-prev-page lines t))
5910 (defun gnus-summary-scroll-up (lines)
5911 "Scroll up (or down) one line current article.
5912 Argument LINES specifies lines to be scrolled up (or down if negative)."
5914 (gnus-configure-windows 'article)
5915 (gnus-summary-show-thread)
5916 (when (eq (gnus-summary-select-article nil nil 'pseudo) 'old)
5917 (gnus-eval-in-buffer-window gnus-article-buffer
5919 (when (gnus-article-next-page lines)
5920 (gnus-message 3 "End of message")))
5922 (gnus-article-prev-page (- lines))))))
5923 (gnus-summary-recenter)
5924 (gnus-summary-position-point))
5926 (defun gnus-summary-scroll-down (lines)
5927 "Scroll down (or up) one line current article.
5928 Argument LINES specifies lines to be scrolled down (or up if negative)."
5930 (gnus-summary-scroll-up (- lines)))
5932 (defun gnus-summary-next-same-subject ()
5933 "Select next article which has the same subject as current one."
5935 (gnus-summary-next-article nil (gnus-summary-article-subject)))
5937 (defun gnus-summary-prev-same-subject ()
5938 "Select previous article which has the same subject as current one."
5940 (gnus-summary-prev-article nil (gnus-summary-article-subject)))
5942 (defun gnus-summary-next-unread-same-subject ()
5943 "Select next unread article which has the same subject as current one."
5945 (gnus-summary-next-article t (gnus-summary-article-subject)))
5947 (defun gnus-summary-prev-unread-same-subject ()
5948 "Select previous unread article which has the same subject as current one."
5950 (gnus-summary-prev-article t (gnus-summary-article-subject)))
5952 (defun gnus-summary-first-unread-article ()
5953 "Select the first unread article.
5954 Return nil if there are no unread articles."
5957 (when (gnus-summary-first-subject t)
5958 (gnus-summary-show-thread)
5959 (gnus-summary-first-subject t)
5960 (gnus-summary-display-article (gnus-summary-article-number)))
5961 (gnus-summary-position-point)))
5963 (defun gnus-summary-first-unread-subject ()
5964 "Place the point on the subject line of the first unread article.
5965 Return nil if there are no unread articles."
5968 (when (gnus-summary-first-subject t)
5969 (gnus-summary-show-thread)
5970 (gnus-summary-first-subject t))
5971 (gnus-summary-position-point)))
5973 (defun gnus-summary-first-article ()
5974 "Select the first article.
5975 Return nil if there are no articles."
5978 (when (gnus-summary-first-subject)
5979 (gnus-summary-show-thread)
5980 (gnus-summary-first-subject)
5981 (gnus-summary-display-article (gnus-summary-article-number)))
5982 (gnus-summary-position-point)))
5984 (defun gnus-summary-best-unread-article ()
5985 "Select the unread article with the highest score."
5987 (let ((best -1000000)
5988 (data gnus-newsgroup-data)
5991 (and (gnus-data-unread-p (car data))
5993 (gnus-summary-article-score (gnus-data-number (car data))))
5996 article (gnus-data-number (car data))))
5997 (setq data (cdr data)))
6000 (gnus-summary-goto-article article)
6001 (error "No unread articles"))
6002 (gnus-summary-position-point))))
6004 (defun gnus-summary-last-subject ()
6005 "Go to the last displayed subject line in the group."
6006 (let ((article (gnus-data-number (car (gnus-data-list t)))))
6008 (gnus-summary-goto-subject article))))
6010 (defun gnus-summary-goto-article (article &optional all-headers force)
6011 "Fetch ARTICLE (article number or Message-ID) and display it if it exists.
6012 If ALL-HEADERS is non-nil, no header lines are hidden.
6013 If FORCE, go to the article even if it isn't displayed. If FORCE
6014 is a number, it is the line the article is to be displayed on."
6018 "Article number or Message-ID: "
6019 (mapcar (lambda (number) (list (int-to-string number)))
6020 gnus-newsgroup-limit))
6024 (if (and (stringp article)
6025 (string-match "@" article))
6026 (gnus-summary-refer-article article)
6027 (when (stringp article)
6028 (setq article (string-to-number article)))
6029 (if (gnus-summary-goto-subject article force)
6030 (gnus-summary-display-article article all-headers)
6031 (gnus-message 4 "Couldn't go to article %s" article) nil))
6032 (gnus-summary-position-point)))
6034 (defun gnus-summary-goto-last-article ()
6035 "Go to the previously read article."
6038 (when gnus-last-article
6039 (gnus-summary-goto-article gnus-last-article nil t))
6040 (gnus-summary-position-point)))
6042 (defun gnus-summary-pop-article (number)
6043 "Pop one article off the history and go to the previous.
6044 NUMBER articles will be popped off."
6047 (setq gnus-newsgroup-history
6048 (cdr (setq to (nthcdr number gnus-newsgroup-history))))
6050 (gnus-summary-goto-article (car to) nil t)
6051 (error "Article history empty")))
6052 (gnus-summary-position-point))
6054 ;; Summary commands and functions for limiting the summary buffer.
6056 (defun gnus-summary-limit-to-articles (n)
6057 "Limit the summary buffer to the next N articles.
6058 If not given a prefix, use the process marked articles instead."
6061 (let ((articles (gnus-summary-work-articles n)))
6062 (setq gnus-newsgroup-processable nil)
6063 (gnus-summary-limit articles))
6064 (gnus-summary-position-point)))
6066 (defun gnus-summary-pop-limit (&optional total)
6067 "Restore the previous limit.
6068 If given a prefix, remove all limits."
6071 (setq gnus-newsgroup-limits
6072 (list (mapcar (lambda (h) (mail-header-number h))
6073 gnus-newsgroup-headers))))
6074 (unless gnus-newsgroup-limits
6075 (error "No limit to pop"))
6077 (gnus-summary-limit nil 'pop)
6078 (gnus-summary-position-point)))
6080 (defun gnus-summary-limit-to-subject (subject &optional header)
6081 "Limit the summary buffer to articles that have subjects that match a regexp."
6082 (interactive "sLimit to subject (regexp): ")
6084 (setq header "subject"))
6085 (when (not (equal "" subject))
6087 (let ((articles (gnus-summary-find-matching
6088 (or header "subject") subject 'all)))
6090 (error "Found no matches for \"%s\"" subject))
6091 (gnus-summary-limit articles))
6092 (gnus-summary-position-point))))
6094 (defun gnus-summary-limit-to-author (from)
6095 "Limit the summary buffer to articles that have authors that match a regexp."
6096 (interactive "sLimit to author (regexp): ")
6097 (gnus-summary-limit-to-subject from "from"))
6099 (defun gnus-summary-limit-to-age (age &optional younger-p)
6100 "Limit the summary buffer to articles that are older than (or equal) AGE days.
6101 If YOUNGER-P (the prefix) is non-nil, limit the summary buffer to
6102 articles that are younger than AGE days."
6103 (interactive "nTime in days: \nP")
6105 (let ((data gnus-newsgroup-data)
6106 (cutoff (days-to-time age))
6107 articles d date is-younger)
6108 (while (setq d (pop data))
6109 (when (and (vectorp (gnus-data-header d))
6110 (setq date (mail-header-date (gnus-data-header d))))
6111 (setq is-younger (time-less-p
6112 (time-since (date-to-time date))
6117 (push (gnus-data-number d) articles))))
6118 (gnus-summary-limit (nreverse articles)))
6119 (gnus-summary-position-point)))
6121 (defalias 'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
6123 'gnus-summary-delete-marked-as-read 'gnus-summary-limit-to-unread)
6125 (defun gnus-summary-limit-to-unread (&optional all)
6126 "Limit the summary buffer to articles that are not marked as read.
6127 If ALL is non-nil, limit strictly to unread articles."
6130 (gnus-summary-limit-to-marks (char-to-string gnus-unread-mark))
6131 (gnus-summary-limit-to-marks
6132 ;; Concat all the marks that say that an article is read and have
6134 (list gnus-del-mark gnus-read-mark gnus-ancient-mark
6135 gnus-killed-mark gnus-kill-file-mark
6136 gnus-low-score-mark gnus-expirable-mark
6137 gnus-canceled-mark gnus-catchup-mark gnus-sparse-mark
6138 gnus-duplicate-mark gnus-souped-mark)
6141 (defalias 'gnus-summary-delete-marked-with 'gnus-summary-limit-exclude-marks)
6142 (make-obsolete 'gnus-summary-delete-marked-with
6143 'gnus-summary-limit-exlude-marks)
6145 (defun gnus-summary-limit-exclude-marks (marks &optional reverse)
6146 "Exclude articles that are marked with MARKS (e.g. \"DK\").
6147 If REVERSE, limit the summary buffer to articles that are marked
6148 with MARKS. MARKS can either be a string of marks or a list of marks.
6149 Returns how many articles were removed."
6150 (interactive "sMarks: ")
6151 (gnus-summary-limit-to-marks marks t))
6153 (defun gnus-summary-limit-to-marks (marks &optional reverse)
6154 "Limit the summary buffer to articles that are marked with MARKS (e.g. \"DK\").
6155 If REVERSE (the prefix), limit the summary buffer to articles that are
6156 not marked with MARKS. MARKS can either be a string of marks or a
6158 Returns how many articles were removed."
6159 (interactive "sMarks: \nP")
6161 (let ((data gnus-newsgroup-data)
6162 (marks (if (listp marks) marks
6163 (append marks nil))) ; Transform to list.
6166 (when (if reverse (not (memq (gnus-data-mark (car data)) marks))
6167 (memq (gnus-data-mark (car data)) marks))
6168 (push (gnus-data-number (car data)) articles))
6169 (setq data (cdr data)))
6170 (gnus-summary-limit articles))
6171 (gnus-summary-position-point)))
6173 (defun gnus-summary-limit-to-score (&optional score)
6174 "Limit to articles with score at or above SCORE."
6176 (setq score (if score
6177 (prefix-numeric-value score)
6178 (or gnus-summary-default-score 0)))
6179 (let ((data gnus-newsgroup-data)
6182 (when (>= (gnus-summary-article-score (gnus-data-number (car data)))
6184 (push (gnus-data-number (car data)) articles))
6185 (setq data (cdr data)))
6187 (gnus-summary-limit articles)
6188 (gnus-summary-position-point))))
6190 (defun gnus-summary-limit-include-thread (id)
6191 "Display all the hidden articles that in the current thread."
6192 (interactive (list (mail-header-id (gnus-summary-article-header))))
6193 (let ((articles (gnus-articles-in-thread
6194 (gnus-id-to-thread (gnus-root-id id)))))
6196 (gnus-summary-limit (nconc articles gnus-newsgroup-limit))
6197 (gnus-summary-position-point))))
6199 (defun gnus-summary-limit-include-dormant ()
6200 "Display all the hidden articles that are marked as dormant.
6201 Note that this command only works on a subset of the articles currently
6202 fetched for this group."
6204 (unless gnus-newsgroup-dormant
6205 (error "There are no dormant articles in this group"))
6207 (gnus-summary-limit (append gnus-newsgroup-dormant gnus-newsgroup-limit))
6208 (gnus-summary-position-point)))
6210 (defun gnus-summary-limit-exclude-dormant ()
6211 "Hide all dormant articles."
6214 (gnus-summary-limit-to-marks (list gnus-dormant-mark) 'reverse)
6215 (gnus-summary-position-point)))
6217 (defun gnus-summary-limit-exclude-childless-dormant ()
6218 "Hide all dormant articles that have no children."
6220 (let ((data (gnus-data-list t))
6221 articles d children)
6222 ;; Find all articles that are either not dormant or have
6224 (while (setq d (pop data))
6225 (when (or (not (= (gnus-data-mark d) gnus-dormant-mark))
6227 (gnus-article-children (gnus-data-number d)))
6230 (when (memq (car children) articles)
6235 (push (gnus-data-number d) articles)))
6238 (gnus-summary-limit articles)
6239 (gnus-summary-position-point))))
6241 (defun gnus-summary-limit-mark-excluded-as-read (&optional all)
6242 "Mark all unread excluded articles as read.
6243 If ALL, mark even excluded ticked and dormants as read."
6245 (let ((articles (gnus-sorted-complement
6247 (mapcar (lambda (h) (mail-header-number h))
6248 gnus-newsgroup-headers)
6250 (sort gnus-newsgroup-limit '<)))
6252 (setq gnus-newsgroup-unreads
6253 (gnus-intersection gnus-newsgroup-unreads gnus-newsgroup-limit))
6255 (setq gnus-newsgroup-dormant nil
6256 gnus-newsgroup-marked nil
6257 gnus-newsgroup-reads
6259 (mapcar (lambda (n) (cons n gnus-catchup-mark)) articles)
6260 gnus-newsgroup-reads))
6261 (while (setq article (pop articles))
6262 (unless (or (memq article gnus-newsgroup-dormant)
6263 (memq article gnus-newsgroup-marked))
6264 (push (cons article gnus-catchup-mark) gnus-newsgroup-reads))))))
6266 (defun gnus-summary-limit (articles &optional pop)
6268 ;; We pop the previous limit off the stack and use that.
6269 (setq articles (car gnus-newsgroup-limits)
6270 gnus-newsgroup-limits (cdr gnus-newsgroup-limits))
6271 ;; We use the new limit, so we push the old limit on the stack.
6272 (push gnus-newsgroup-limit gnus-newsgroup-limits))
6274 (setq gnus-newsgroup-limit articles)
6275 (let ((total (length gnus-newsgroup-data))
6276 (data (gnus-data-find-list (gnus-summary-article-number)))
6277 (gnus-summary-mark-below nil) ; Inhibit this.
6279 ;; This will do all the work of generating the new summary buffer
6280 ;; according to the new limit.
6281 (gnus-summary-prepare)
6282 ;; Hide any threads, possibly.
6283 (and gnus-show-threads
6284 gnus-thread-hide-subtree
6285 (gnus-summary-hide-all-threads))
6286 ;; Try to return to the article you were at, or one in the
6289 ;; We try to find some article after the current one.
6291 (when (gnus-summary-goto-subject (gnus-data-number (car data)) nil t)
6294 (setq data (cdr data))))
6296 ;; If there is no data, that means that we were after the last
6297 ;; article. The same goes when we can't find any articles
6298 ;; after the current one.
6299 (goto-char (point-max))
6300 (gnus-summary-find-prev))
6301 (gnus-set-mode-line 'summary)
6302 ;; We return how many articles were removed from the summary
6303 ;; buffer as a result of the new limit.
6304 (- total (length gnus-newsgroup-data))))
6306 (defsubst gnus-invisible-cut-children (threads)
6309 (when (memq (mail-header-number (caar threads)) gnus-newsgroup-limit)
6314 (defsubst gnus-cut-thread (thread)
6315 "Go forwards in the thread until we find an article that we want to display."
6316 (when (or (eq gnus-fetch-old-headers 'some)
6317 (eq gnus-fetch-old-headers 'invisible)
6318 (eq gnus-build-sparse-threads 'some)
6319 (eq gnus-build-sparse-threads 'more))
6320 ;; Deal with old-fetched headers and sparse threads.
6324 (gnus-summary-article-sparse-p (mail-header-number (car thread)))
6325 (gnus-summary-article-ancient-p
6326 (mail-header-number (car thread))))
6327 (if (or (<= (length (cdr thread)) 1)
6328 (eq gnus-fetch-old-headers 'invisible))
6329 (setq gnus-newsgroup-limit
6330 (delq (mail-header-number (car thread))
6331 gnus-newsgroup-limit)
6332 thread (cadr thread))
6333 (when (gnus-invisible-cut-children (cdr thread))
6334 (let ((th (cdr thread)))
6336 (if (memq (mail-header-number (caar th))
6337 gnus-newsgroup-limit)
6338 (setq thread (car th)
6340 (setq th (cdr th))))))))))
6343 (defun gnus-cut-threads (threads)
6344 "Cut off all uninteresting articles from the beginning of threads."
6345 (when (or (eq gnus-fetch-old-headers 'some)
6346 (eq gnus-fetch-old-headers 'invisible)
6347 (eq gnus-build-sparse-threads 'some)
6348 (eq gnus-build-sparse-threads 'more))
6351 (setcar th (gnus-cut-thread (car th)))
6352 (setq th (cdr th)))))
6353 ;; Remove nixed out threads.
6356 (defun gnus-summary-initial-limit (&optional show-if-empty)
6357 "Figure out what the initial limit is supposed to be on group entry.
6358 This entails weeding out unwanted dormants, low-scored articles,
6359 fetch-old-headers verbiage, and so on."
6360 ;; Most groups have nothing to remove.
6361 (if (or gnus-inhibit-limiting
6362 (and (null gnus-newsgroup-dormant)
6363 (not (eq gnus-fetch-old-headers 'some))
6364 (not (eq gnus-fetch-old-headers 'invisible))
6365 (null gnus-summary-expunge-below)
6366 (not (eq gnus-build-sparse-threads 'some))
6367 (not (eq gnus-build-sparse-threads 'more))
6368 (null gnus-thread-expunge-below)
6369 (not gnus-use-nocem)))
6371 (push gnus-newsgroup-limit gnus-newsgroup-limits)
6372 (setq gnus-newsgroup-limit nil)
6375 (unless (car (symbol-value node))
6376 ;; These threads have no parents -- they are roots.
6377 (let ((nodes (cdr (symbol-value node)))
6380 (if (and gnus-thread-expunge-below
6381 (< (gnus-thread-total-score (car nodes))
6382 gnus-thread-expunge-below))
6383 (gnus-expunge-thread (pop nodes))
6384 (setq thread (pop nodes))
6385 (gnus-summary-limit-children thread))))))
6386 gnus-newsgroup-dependencies)
6387 ;; If this limitation resulted in an empty group, we might
6388 ;; pop the previous limit and use it instead.
6389 (when (and (not gnus-newsgroup-limit)
6391 (setq gnus-newsgroup-limit (pop gnus-newsgroup-limits)))
6392 gnus-newsgroup-limit))
6394 (defun gnus-summary-limit-children (thread)
6395 "Return 1 if this subthread is visible and 0 if it is not."
6396 ;; First we get the number of visible children to this thread. This
6397 ;; is done by recursing down the thread using this function, so this
6398 ;; will really go down to a leaf article first, before slowly
6399 ;; working its way up towards the root.
6403 (apply '+ (mapcar 'gnus-summary-limit-children
6406 (number (mail-header-number (car thread)))
6409 (not (memq number gnus-newsgroup-marked))
6411 ;; If this article is dormant and has absolutely no visible
6412 ;; children, then this article isn't visible.
6413 (and (memq number gnus-newsgroup-dormant)
6415 ;; If this is "fetch-old-headered" and there is no
6416 ;; visible children, then we don't want this article.
6417 (and (eq gnus-fetch-old-headers 'some)
6418 (gnus-summary-article-ancient-p number)
6420 ;; If this is "fetch-old-headered" and `invisible', then
6421 ;; we don't want this article.
6422 (and (eq gnus-fetch-old-headers 'invisible)
6423 (gnus-summary-article-ancient-p number))
6424 ;; If this is a sparsely inserted article with no children,
6425 ;; we don't want it.
6426 (and (eq gnus-build-sparse-threads 'some)
6427 (gnus-summary-article-sparse-p number)
6429 ;; If we use expunging, and this article is really
6430 ;; low-scored, then we don't want this article.
6431 (when (and gnus-summary-expunge-below
6433 (or (cdr (assq number gnus-newsgroup-scored))
6434 gnus-summary-default-score))
6435 gnus-summary-expunge-below))
6436 ;; We increase the expunge-tally here, but that has
6437 ;; nothing to do with the limits, really.
6438 (incf gnus-newsgroup-expunged-tally)
6439 ;; We also mark as read here, if that's wanted.
6440 (when (and gnus-summary-mark-below
6441 (< score gnus-summary-mark-below))
6442 (setq gnus-newsgroup-unreads
6443 (delq number gnus-newsgroup-unreads))
6444 (if gnus-newsgroup-auto-expire
6445 (push number gnus-newsgroup-expirable)
6446 (push (cons number gnus-low-score-mark)
6447 gnus-newsgroup-reads)))
6449 ;; Check NoCeM things.
6450 (if (and gnus-use-nocem
6451 (gnus-nocem-unwanted-article-p
6452 (mail-header-id (car thread))))
6454 (setq gnus-newsgroup-unreads
6455 (delq number gnus-newsgroup-unreads))
6457 ;; Nope, invisible article.
6459 ;; Ok, this article is to be visible, so we add it to the limit
6461 (push number gnus-newsgroup-limit)
6464 (defun gnus-expunge-thread (thread)
6465 "Mark all articles in THREAD as read."
6466 (let* ((number (mail-header-number (car thread))))
6467 (incf gnus-newsgroup-expunged-tally)
6468 ;; We also mark as read here, if that's wanted.
6469 (setq gnus-newsgroup-unreads
6470 (delq number gnus-newsgroup-unreads))
6471 (if gnus-newsgroup-auto-expire
6472 (push number gnus-newsgroup-expirable)
6473 (push (cons number gnus-low-score-mark)
6474 gnus-newsgroup-reads)))
6475 ;; Go recursively through all subthreads.
6476 (mapcar 'gnus-expunge-thread (cdr thread)))
6478 ;; Summary article oriented commands
6480 (defun gnus-summary-refer-parent-article (n)
6481 "Refer parent article N times.
6482 If N is negative, go to ancestor -N instead.
6483 The difference between N and the number of articles fetched is returned."
6487 (when (not (natnump n))
6492 (setq header (gnus-summary-article-header))
6493 (if (and (eq (mail-header-number header)
6494 (cdr gnus-article-current))
6495 (equal gnus-newsgroup-name
6496 (car gnus-article-current)))
6497 ;; If we try to find the parent of the currently
6498 ;; displayed article, then we take a look at the actual
6499 ;; References header, since this is slightly more
6500 ;; reliable than the References field we got from the
6503 (set-buffer gnus-original-article-buffer)
6504 (nnheader-narrow-to-headers)
6505 (unless (setq ref (message-fetch-field "references"))
6506 (setq ref (message-fetch-field "in-reply-to")))
6509 ;; It's not the current article, so we take a bet on
6510 ;; the value we got from the server.
6511 (mail-header-references header)))
6513 (not (equal ref "")))
6514 (unless (gnus-summary-refer-article (gnus-parent-id ref skip))
6515 (gnus-message 1 "Couldn't find parent"))
6516 (gnus-message 1 "No references in article %d"
6517 (gnus-summary-article-number))
6520 (gnus-summary-position-point)
6523 (defun gnus-summary-refer-references ()
6524 "Fetch all articles mentioned in the References header.
6525 Return the number of articles fetched."
6527 (let ((ref (mail-header-references (gnus-summary-article-header)))
6528 (current (gnus-summary-article-number))
6532 (error "No References in the current article")
6533 ;; For each Message-ID in the References header...
6534 (while (string-match "<[^>]*>" ref)
6536 ;; ... fetch that article.
6537 (gnus-summary-refer-article
6538 (prog1 (match-string 0 ref)
6539 (setq ref (substring ref (match-end 0))))))
6540 (gnus-summary-goto-subject current)
6541 (gnus-summary-position-point)
6544 (defun gnus-summary-refer-thread (&optional limit)
6545 "Fetch all articles in the current thread.
6546 If LIMIT (the numerical prefix), fetch that many old headers instead
6547 of what's specified by the `gnus-refer-thread-limit' variable."
6549 (let ((id (mail-header-id (gnus-summary-article-header)))
6550 (limit (if limit (prefix-numeric-value limit)
6551 gnus-refer-thread-limit)))
6552 ;; We want to fetch LIMIT *old* headers, but we also have to
6553 ;; re-fetch all the headers in the current buffer, because many of
6554 ;; them may be undisplayed. So we adjust LIMIT.
6555 (when (numberp limit)
6556 (incf limit (- gnus-newsgroup-end gnus-newsgroup-begin)))
6557 (unless (eq gnus-fetch-old-headers 'invisible)
6558 (gnus-message 5 "Fetching headers for %s..." gnus-newsgroup-name)
6559 ;; Retrieve the headers and read them in.
6560 (if (eq (gnus-retrieve-headers
6561 (list gnus-newsgroup-end) gnus-newsgroup-name limit)
6563 (gnus-build-all-threads)
6564 (error "Can't fetch thread from backends that don't support NOV"))
6565 (gnus-message 5 "Fetching headers for %s...done" gnus-newsgroup-name))
6566 (gnus-summary-limit-include-thread id)))
6568 (defun gnus-summary-refer-article (message-id &optional arg)
6569 "Fetch an article specified by MESSAGE-ID.
6570 If ARG (the prefix), fetch the article using `gnus-refer-article-method'
6571 or `gnus-select-method', no matter what backend the article comes from."
6572 (interactive "sMessage-ID: \nP")
6573 (when (and (stringp message-id)
6574 (not (zerop (length message-id))))
6575 ;; Construct the correct Message-ID if necessary.
6576 ;; Suggested by tale@pawl.rpi.edu.
6577 (unless (string-match "^<" message-id)
6578 (setq message-id (concat "<" message-id)))
6579 (unless (string-match ">$" message-id)
6580 (setq message-id (concat message-id ">")))
6581 (let* ((header (gnus-id-to-header message-id))
6583 (gnus-summary-article-sparse-p
6584 (mail-header-number header))
6585 (memq (mail-header-number header)
6586 gnus-newsgroup-limit))))
6588 ;; If the article is present in the buffer we just go to it.
6590 (or (not (gnus-summary-article-sparse-p
6591 (mail-header-number header)))
6594 (gnus-summary-goto-article
6595 (mail-header-number header) nil t)
6597 (gnus-summary-update-article (mail-header-number header)))))
6599 ;; We fetch the article
6600 (let ((gnus-override-method
6601 (cond ((gnus-news-group-p gnus-newsgroup-name)
6602 gnus-refer-article-method)
6604 (or gnus-refer-article-method gnus-select-method))
6607 ;; Start the special refer-article method, if necessary.
6608 (when (and gnus-refer-article-method
6609 (gnus-news-group-p gnus-newsgroup-name))
6610 (gnus-check-server gnus-refer-article-method))
6611 ;; Fetch the header, and display the article.
6612 (if (setq number (gnus-summary-insert-subject message-id))
6613 (gnus-summary-select-article nil nil nil number)
6614 (gnus-message 3 "Couldn't fetch article %s" message-id))))))))
6616 (defun gnus-summary-edit-parameters ()
6617 "Edit the group parameters of the current group."
6619 (gnus-group-edit-group gnus-newsgroup-name 'params))
6621 (defun gnus-summary-customize-parameters ()
6622 "Customize the group parameters of the current group."
6624 (gnus-group-customize gnus-newsgroup-name))
6626 (defun gnus-summary-enter-digest-group (&optional force)
6627 "Enter an nndoc group based on the current article.
6628 If FORCE, force a digest interpretation. If not, try
6629 to guess what the document format is."
6631 (let ((conf gnus-current-window-configuration))
6633 (gnus-summary-select-article))
6634 (setq gnus-current-window-configuration conf)
6635 (let* ((name (format "%s-%d"
6636 (gnus-group-prefixed-name
6637 gnus-newsgroup-name (list 'nndoc ""))
6639 (set-buffer gnus-summary-buffer)
6640 gnus-current-article)))
6641 (ogroup gnus-newsgroup-name)
6642 (params (append (gnus-info-params (gnus-get-info ogroup))
6643 (list (cons 'to-group ogroup))
6644 (list (cons 'save-article-group ogroup))))
6645 (case-fold-search t)
6646 (buf (current-buffer))
6649 (setq dig (nnheader-set-temp-buffer " *gnus digest buffer*"))
6650 (insert-buffer-substring gnus-original-article-buffer)
6651 ;; Remove lines that may lead nndoc to misinterpret the
6654 (goto-char (point-min))
6655 (or (search-forward "\n\n" nil t) (point)))
6656 (goto-char (point-min))
6657 (delete-matching-lines "^\\(Path\\):\\|^From ")
6660 (if (gnus-group-read-ephemeral-group
6661 name `(nndoc ,name (nndoc-address ,(get-buffer dig))
6663 ,(if force 'digest 'guess))) t)
6664 ;; Make all postings to this group go to the parent group.
6665 (nconc (gnus-info-params (gnus-get-info name))
6667 ;; Couldn't select this doc group.
6668 (switch-to-buffer buf)
6669 (gnus-set-global-variables)
6670 (gnus-configure-windows 'summary)
6671 (gnus-message 3 "Article couldn't be entered?"))
6672 (kill-buffer dig)))))
6674 (defun gnus-summary-read-document (n)
6675 "Open a new group based on the current article(s).
6676 This will allow you to read digests and other similar
6677 documents as newsgroups.
6678 Obeys the standard process/prefix convention."
6680 (let* ((articles (gnus-summary-work-articles n))
6681 (ogroup gnus-newsgroup-name)
6682 (params (append (gnus-info-params (gnus-get-info ogroup))
6683 (list (cons 'to-group ogroup))))
6684 article group egroup groups vgroup)
6685 (while (setq article (pop articles))
6686 (setq group (format "%s-%d" gnus-newsgroup-name article))
6687 (gnus-summary-remove-process-mark article)
6688 (when (gnus-summary-display-article article)
6691 (insert-buffer-substring gnus-original-article-buffer)
6692 ;; Remove some headers that may lead nndoc to make
6694 (message-narrow-to-head)
6695 (goto-char (point-min))
6696 (delete-matching-lines "^\\(Path\\):\\|^From ")
6699 (gnus-group-read-ephemeral-group
6700 group `(nndoc ,group (nndoc-address ,(current-buffer))
6701 (nndoc-article-type guess))
6704 ;; Make all postings to this group go to the parent group.
6705 (nconc (gnus-info-params (gnus-get-info egroup))
6707 (push egroup groups))
6708 ;; Couldn't select this doc group.
6709 (gnus-error 3 "Article couldn't be entered"))))))
6710 ;; Now we have selected all the documents.
6713 (error "None of the articles could be interpreted as documents"))
6714 ((gnus-group-read-ephemeral-group
6715 (setq vgroup (format
6716 "nnvirtual:%s-%s" gnus-newsgroup-name
6717 (format-time-string "%Y%m%dT%H%M%S" (current-time))))
6718 `(nnvirtual ,vgroup (nnvirtual-component-groups ,groups))
6720 (cons (current-buffer) 'summary)))
6722 (error "Couldn't select virtual nndoc group")))))
6724 (defun gnus-summary-isearch-article (&optional regexp-p)
6725 "Do incremental search forward on the current article.
6726 If REGEXP-P (the prefix) is non-nil, do regexp isearch."
6728 (gnus-summary-select-article)
6729 (gnus-configure-windows 'article)
6730 (gnus-eval-in-buffer-window gnus-article-buffer
6733 (isearch-forward regexp-p))))
6735 (defun gnus-summary-search-article-forward (regexp &optional backward)
6736 "Search for an article containing REGEXP forward.
6737 If BACKWARD, search backward instead."
6740 (format "Search article %s (regexp%s): "
6741 (if current-prefix-arg "backward" "forward")
6742 (if gnus-last-search-regexp
6743 (concat ", default " gnus-last-search-regexp)
6745 current-prefix-arg))
6746 (if (string-equal regexp "")
6747 (setq regexp (or gnus-last-search-regexp ""))
6748 (setq gnus-last-search-regexp regexp))
6749 (if (gnus-summary-search-article regexp backward)
6750 (gnus-summary-show-thread)
6751 (error "Search failed: \"%s\"" regexp)))
6753 (defun gnus-summary-search-article-backward (regexp)
6754 "Search for an article containing REGEXP backward."
6757 (format "Search article backward (regexp%s): "
6758 (if gnus-last-search-regexp
6759 (concat ", default " gnus-last-search-regexp)
6761 (gnus-summary-search-article-forward regexp 'backward))
6763 (defun gnus-summary-search-article (regexp &optional backward)
6764 "Search for an article containing REGEXP.
6765 Optional argument BACKWARD means do search for backward.
6766 `gnus-select-article-hook' is not called during the search."
6767 ;; We have to require this here to make sure that the following
6768 ;; dynamic binding isn't shadowed by autoloading.
6769 (require 'gnus-async)
6771 (let ((gnus-select-article-hook nil) ;Disable hook.
6772 (gnus-article-display-hook nil)
6773 (gnus-mark-article-hook nil) ;Inhibit marking as read.
6774 (gnus-use-article-prefetch nil)
6775 (gnus-xmas-force-redisplay nil) ;Inhibit XEmacs redisplay.
6776 (gnus-use-trees nil) ;Inhibit updating tree buffer.
6777 (sum (current-buffer))
6780 (gnus-save-hidden-threads
6781 (gnus-summary-select-article)
6782 (set-buffer gnus-article-buffer)
6786 (gnus-message 7 "Searching article: %d..." (cdr gnus-article-current))
6788 (re-search-backward regexp nil t)
6789 (re-search-forward regexp nil t))
6790 ;; We found the regexp.
6795 (get-buffer-window (current-buffer))
6799 (setq point (point)))
6800 ;; We didn't find it, so we go to the next article.
6803 (while (eq found 'not)
6804 (if (not (if backward (gnus-summary-find-prev)
6805 (gnus-summary-find-next)))
6806 ;; No more articles.
6808 ;; Select the next article and adjust point.
6809 (unless (gnus-summary-article-sparse-p
6810 (gnus-summary-article-number))
6812 (gnus-summary-select-article)
6813 (set-buffer gnus-article-buffer)
6815 (goto-char (if backward (point-max) (point-min))))))))
6816 (gnus-message 7 ""))
6817 ;; Return whether we found the regexp.
6818 (when (eq found 'found)
6820 (gnus-summary-show-thread)
6821 (gnus-summary-goto-subject gnus-current-article)
6822 (gnus-summary-position-point)
6825 (defun gnus-summary-find-matching (header regexp &optional backward unread
6827 "Return a list of all articles that match REGEXP on HEADER.
6828 The search stars on the current article and goes forwards unless
6829 BACKWARD is non-nil. If BACKWARD is `all', do all articles.
6830 If UNREAD is non-nil, only unread articles will
6831 be taken into consideration. If NOT-CASE-FOLD, case won't be folded
6832 in the comparisons."
6833 (let ((data (if (eq backward 'all) gnus-newsgroup-data
6834 (gnus-data-find-list
6835 (gnus-summary-article-number) (gnus-data-list backward))))
6836 (func `(lambda (h) (,(intern (concat "mail-header-" header)) h)))
6837 (case-fold-search (not not-case-fold))
6839 (unless (fboundp (intern (concat "mail-header-" header)))
6840 (error "%s is not a valid header" header))
6843 (and (or (not unread) ; We want all articles...
6844 (gnus-data-unread-p d)) ; Or just unreads.
6845 (vectorp (gnus-data-header d)) ; It's not a pseudo.
6846 (string-match regexp (funcall func (gnus-data-header d))) ; Match.
6847 (push (gnus-data-number d) articles)) ; Success!
6848 (setq data (cdr data)))
6849 (nreverse articles)))
6851 (defun gnus-summary-execute-command (header regexp command &optional backward)
6852 "Search forward for an article whose HEADER matches REGEXP and execute COMMAND.
6853 If HEADER is an empty string (or nil), the match is done on the entire
6854 article. If BACKWARD (the prefix) is non-nil, search backward instead."
6856 (list (let ((completion-ignore-case t))
6859 (mapcar (lambda (string) (list string))
6860 '("Number" "Subject" "From" "Lines" "Date"
6861 "Message-ID" "Xref" "References" "Body"))
6862 nil 'require-match))
6863 (read-string "Regexp: ")
6864 (read-key-sequence "Command: ")
6865 current-prefix-arg))
6866 (when (equal header "Body")
6868 ;; Hidden thread subtrees must be searched as well.
6869 (gnus-summary-show-all-threads)
6870 ;; We don't want to change current point nor window configuration.
6872 (save-window-excursion
6873 (gnus-message 6 "Executing %s..." (key-description command))
6874 ;; We'd like to execute COMMAND interactively so as to give arguments.
6875 (gnus-execute header regexp
6876 `(call-interactively ',(key-binding command))
6878 (gnus-message 6 "Executing %s...done" (key-description command)))))
6880 (defun gnus-summary-beginning-of-article ()
6881 "Scroll the article back to the beginning."
6883 (gnus-summary-select-article)
6884 (gnus-configure-windows 'article)
6885 (gnus-eval-in-buffer-window gnus-article-buffer
6887 (goto-char (point-min))
6888 (when gnus-page-broken
6889 (gnus-narrow-to-page))))
6891 (defun gnus-summary-end-of-article ()
6892 "Scroll to the end of the article."
6894 (gnus-summary-select-article)
6895 (gnus-configure-windows 'article)
6896 (gnus-eval-in-buffer-window gnus-article-buffer
6898 (goto-char (point-max))
6900 (when gnus-page-broken
6901 (gnus-narrow-to-page))))
6903 (defun gnus-summary-print-article (&optional filename n)
6904 "Generate and print a PostScript image of the N next (mail) articles.
6906 If N is negative, print the N previous articles. If N is nil and articles
6907 have been marked with the process mark, print these instead.
6909 If the optional second argument FILENAME is nil, send the image to the
6910 printer. If FILENAME is a string, save the PostScript image in a file with
6911 that name. If FILENAME is a number, prompt the user for the name of the file
6913 (interactive (list (ps-print-preprint current-prefix-arg)
6914 current-prefix-arg))
6915 (dolist (article (gnus-summary-work-articles n))
6916 (gnus-summary-select-article nil nil 'pseudo article)
6917 (gnus-eval-in-buffer-window gnus-article-buffer
6918 (let ((buffer (generate-new-buffer " *print*")))
6921 (copy-to-buffer buffer (point-min) (point-max))
6923 (gnus-article-delete-invisible-text)
6924 (let ((ps-left-header
6927 (mail-header-subject gnus-current-headers) ")")
6929 (mail-header-from gnus-current-headers) ")")))
6932 "/pagenumberstring load"
6934 (mail-header-date gnus-current-headers) ")"))))
6935 (gnus-run-hooks 'gnus-ps-print-hook)
6937 (ps-print-buffer-with-faces filename))))
6938 (kill-buffer buffer))))))
6940 (defun gnus-summary-show-article (&optional arg)
6941 "Force re-fetching of the current article.
6942 If ARG (the prefix) is non-nil, show the raw article without any
6943 article massaging functions being run."
6946 ;; Select the article the normal way.
6947 (gnus-summary-select-article nil 'force)
6948 ;; We have to require this here to make sure that the following
6949 ;; dynamic binding isn't shadowed by autoloading.
6950 (require 'gnus-async)
6952 ;; Bind the article treatment functions to nil.
6953 (let ((gnus-have-all-headers t)
6954 gnus-article-display-hook
6955 gnus-article-prepare-hook
6956 gnus-article-decode-hook
6960 (gnus-summary-select-article nil 'force)))
6961 (gnus-summary-goto-subject gnus-current-article)
6962 (gnus-summary-position-point))
6964 (defun gnus-summary-verbose-headers (&optional arg)
6965 "Toggle permanent full header display.
6966 If ARG is a positive number, turn header display on.
6967 If ARG is a negative number, turn header display off."
6969 (setq gnus-show-all-headers
6970 (cond ((or (not (numberp arg))
6972 (not gnus-show-all-headers))
6975 (gnus-summary-show-article))
6977 (defun gnus-summary-toggle-header (&optional arg)
6978 "Show the headers if they are hidden, or hide them if they are shown.
6979 If ARG is a positive number, show the entire header.
6980 If ARG is a negative number, hide the unwanted header lines."
6983 (set-buffer gnus-article-buffer)
6984 (let* ((buffer-read-only nil)
6985 (inhibit-point-motion-hooks t)
6986 (hidden (text-property-any
6987 (goto-char (point-min)) (search-forward "\n\n")
6990 (goto-char (point-min))
6991 (when (search-forward "\n\n" nil t)
6992 (delete-region (point-min) (1- (point))))
6993 (goto-char (point-min))
6995 (set-buffer gnus-original-article-buffer)
6996 (goto-char (point-min))
6997 (setq e (1- (or (search-forward "\n\n" nil t) (point-max)))))
6998 (insert-buffer-substring gnus-original-article-buffer 1 e)
6999 (let ((article-inhibit-hiding t))
7000 (gnus-run-hooks 'gnus-article-display-hook))
7001 (if (or (not hidden) (and (numberp arg) (< arg 0)))
7002 (let ((gnus-treat-hide-headers nil)
7003 (gnus-treat-hide-boring-headers nil))
7004 (gnus-treat-article 'head))
7005 (gnus-treat-article 'head)))))
7007 (defun gnus-summary-show-all-headers ()
7008 "Make all header lines visible."
7010 (gnus-article-show-all-headers))
7012 (defun gnus-summary-toggle-mime (&optional arg)
7013 "Toggle MIME processing.
7014 If ARG is a positive number, turn MIME processing on."
7016 (setq gnus-show-mime
7018 (not gnus-show-mime)
7019 (> (prefix-numeric-value arg) 0)))
7020 (gnus-summary-select-article t 'force))
7022 (defun gnus-summary-caesar-message (&optional arg)
7023 "Caesar rotate the current article by 13.
7024 The numerical prefix specifies how many places to rotate each letter
7027 (gnus-summary-select-article)
7028 (let ((mail-header-separator ""))
7029 (gnus-eval-in-buffer-window gnus-article-buffer
7032 (let ((start (window-start))
7034 (message-caesar-buffer-body arg)
7035 (set-window-start (get-buffer-window (current-buffer)) start))))))
7037 (defun gnus-summary-stop-page-breaking ()
7038 "Stop page breaking in the current article."
7040 (gnus-summary-select-article)
7041 (gnus-eval-in-buffer-window gnus-article-buffer
7043 (when (gnus-visual-p 'page-marker)
7044 (let ((buffer-read-only nil))
7045 (gnus-remove-text-with-property 'gnus-prev)
7046 (gnus-remove-text-with-property 'gnus-next))
7047 (setq gnus-page-broken nil))))
7049 (defun gnus-summary-move-article (&optional n to-newsgroup
7050 select-method action)
7051 "Move the current article to a different newsgroup.
7052 If N is a positive number, move the N next articles.
7053 If N is a negative number, move the N previous articles.
7054 If N is nil and any articles have been marked with the process mark,
7055 move those articles instead.
7056 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
7057 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
7058 re-spool using this method.
7060 For this function to work, both the current newsgroup and the
7061 newsgroup that you want to move to have to support the `request-move'
7062 and `request-accept' functions."
7065 (setq action 'move))
7066 ;; Disable marking as read.
7067 (let (gnus-mark-article-hook)
7068 (save-window-excursion
7069 (gnus-summary-select-article)))
7070 ;; Check whether the source group supports the required functions.
7071 (cond ((and (eq action 'move)
7072 (not (gnus-check-backend-function
7073 'request-move-article gnus-newsgroup-name)))
7074 (error "The current group does not support article moving"))
7075 ((and (eq action 'crosspost)
7076 (not (gnus-check-backend-function
7077 'request-replace-article gnus-newsgroup-name)))
7078 (error "The current group does not support article editing")))
7079 (let ((articles (gnus-summary-work-articles n))
7080 (prefix (gnus-group-real-prefix gnus-newsgroup-name))
7081 (names '((move "Move" "Moving")
7082 (copy "Copy" "Copying")
7083 (crosspost "Crosspost" "Crossposting")))
7084 (copy-buf (save-excursion
7085 (nnheader-set-temp-buffer " *copy article*")))
7086 art-group to-method new-xref article to-groups)
7087 (unless (assq action names)
7088 (error "Unknown action %s" action))
7089 ;; Read the newsgroup name.
7090 (when (and (not to-newsgroup)
7091 (not select-method))
7093 (gnus-read-move-group-name
7094 (cadr (assq action names))
7095 (symbol-value (intern (format "gnus-current-%s-group" action)))
7097 (set (intern (format "gnus-current-%s-group" action)) to-newsgroup))
7098 (setq to-method (or select-method
7099 (gnus-group-name-to-method to-newsgroup)))
7100 ;; Check the method we are to move this article to...
7101 (unless (gnus-check-backend-function
7102 'request-accept-article (car to-method))
7103 (error "%s does not support article copying" (car to-method)))
7104 (unless (gnus-check-server to-method)
7105 (error "Can't open server %s" (car to-method)))
7106 (gnus-message 6 "%s to %s: %s..."
7107 (caddr (assq action names))
7108 (or (car select-method) to-newsgroup) articles)
7110 (setq article (pop articles))
7114 ;; Move the article.
7116 ;; Remove this article from future suppression.
7117 (gnus-dup-unsuppress-article article)
7118 (gnus-request-move-article
7119 article ; Article to move
7120 gnus-newsgroup-name ; From newsgroup
7121 (nth 1 (gnus-find-method-for-group
7122 gnus-newsgroup-name)) ; Server
7123 (list 'gnus-request-accept-article
7124 to-newsgroup (list 'quote select-method)
7125 (not articles) t) ; Accept form
7126 (not articles))) ; Only save nov last time
7127 ;; Copy the article.
7130 (set-buffer copy-buf)
7131 (when (gnus-request-article-this-buffer article gnus-newsgroup-name)
7132 (gnus-request-accept-article
7133 to-newsgroup select-method (not articles) t))))
7134 ;; Crosspost the article.
7135 ((eq action 'crosspost)
7136 (let ((xref (message-tokenize-header
7137 (mail-header-xref (gnus-summary-article-header article))
7139 (setq new-xref (concat (gnus-group-real-name gnus-newsgroup-name)
7142 (setq xref (list (system-name))))
7145 (mapconcat 'identity
7146 (delete "Xref:" (delete new-xref xref))
7150 (set-buffer copy-buf)
7151 ;; First put the article in the destination group.
7152 (gnus-request-article-this-buffer article gnus-newsgroup-name)
7153 (when (consp (setq art-group
7154 (gnus-request-accept-article
7155 to-newsgroup select-method (not articles))))
7156 (setq new-xref (concat new-xref " " (car art-group)
7157 ":" (cdr art-group)))
7158 ;; Now we have the new Xrefs header, so we insert
7159 ;; it and replace the new article.
7160 (nnheader-replace-header "Xref" new-xref)
7161 (gnus-request-replace-article
7162 (cdr art-group) to-newsgroup (current-buffer))
7166 (gnus-message 1 "Couldn't %s article %s"
7167 (cadr (assq action names)) article))
7168 ((and (eq art-group 'junk)
7170 (gnus-summary-mark-article article gnus-canceled-mark)
7171 (gnus-message 4 "Deleted article %s" article))
7173 (let* ((pto-group (gnus-group-prefixed-name
7174 (car art-group) to-method))
7176 (gnus-gethash pto-group gnus-newsrc-hashtb))
7177 (info (nth 2 entry))
7178 (to-group (gnus-info-group info)))
7179 ;; Update the group that has been moved to.
7181 (memq action '(move copy)))
7182 (unless (member to-group to-groups)
7183 (push to-group to-groups))
7185 (unless (memq article gnus-newsgroup-unreads)
7187 info (gnus-add-to-range (gnus-info-read info)
7188 (list (cdr art-group)))))
7190 ;; Copy any marks over to the new group.
7191 (let ((marks gnus-article-mark-lists)
7192 (to-article (cdr art-group)))
7193 (unless (gnus-group-auto-expirable-p to-group)
7194 (setq marks (delete '(expirable . expire) marks)))
7196 ;; See whether the article is to be put in the cache.
7197 (when gnus-use-cache
7198 (gnus-cache-possibly-enter-article
7200 (let ((header (copy-sequence
7201 (gnus-summary-article-header article))))
7202 (mail-header-set-number header to-article)
7204 (memq article gnus-newsgroup-marked)
7205 (memq article gnus-newsgroup-dormant)
7206 (memq article gnus-newsgroup-unreads)))
7208 (when (and (equal to-group gnus-newsgroup-name)
7209 (not (memq article gnus-newsgroup-unreads)))
7210 ;; Mark this article as read in this group.
7211 (push (cons to-article gnus-read-mark) gnus-newsgroup-reads)
7212 (setcdr (gnus-active to-group) to-article)
7213 (setcdr gnus-newsgroup-active to-article))
7216 (when (memq article (symbol-value
7217 (intern (format "gnus-newsgroup-%s"
7219 ;; If the other group is the same as this group,
7220 ;; then we have to add the mark to the list.
7221 (when (equal to-group gnus-newsgroup-name)
7222 (set (intern (format "gnus-newsgroup-%s" (caar marks)))
7225 (intern (format "gnus-newsgroup-%s"
7227 ;; Copy the marks to other group.
7228 (gnus-add-marked-articles
7229 to-group (cdar marks) (list to-article) info))
7230 (setq marks (cdr marks)))
7233 (concat "(gnus-group-set-info '"
7234 (gnus-prin1-to-string (gnus-get-info to-group))
7237 ;; Update the Xref header in this article to point to
7238 ;; the new crossposted article we have just created.
7239 (when (eq action 'crosspost)
7241 (set-buffer copy-buf)
7242 (gnus-request-article-this-buffer article gnus-newsgroup-name)
7243 (nnheader-replace-header "Xref" new-xref)
7244 (gnus-request-replace-article
7245 article gnus-newsgroup-name (current-buffer)))))
7247 ;;;!!!Why is this necessary?
7248 (set-buffer gnus-summary-buffer)
7250 (gnus-summary-goto-subject article)
7251 (when (eq action 'move)
7252 (gnus-summary-mark-article article gnus-canceled-mark))))
7253 (gnus-summary-remove-process-mark article))
7254 ;; Re-activate all groups that have been moved to.
7257 (set-buffer gnus-group-buffer)
7258 (when (gnus-group-goto-group (car to-groups) t)
7259 (gnus-group-get-new-news-this-group 1 t))
7262 (gnus-kill-buffer copy-buf)
7263 (gnus-summary-position-point)
7264 (gnus-set-mode-line 'summary)))
7266 (defun gnus-summary-copy-article (&optional n to-newsgroup select-method)
7267 "Move the current article to a different newsgroup.
7268 If TO-NEWSGROUP is string, do not prompt for a newsgroup to move to.
7269 If SELECT-METHOD is non-nil, do not move to a specific newsgroup, but
7270 re-spool using this method."
7272 (gnus-summary-move-article n to-newsgroup select-method 'copy))
7274 (defun gnus-summary-crosspost-article (&optional n)
7275 "Crosspost the current article to some other group."
7277 (gnus-summary-move-article n nil nil 'crosspost))
7279 (defcustom gnus-summary-respool-default-method nil
7280 "Default method for respooling an article.
7281 If nil, use to the current newsgroup method."
7282 :type '(choice (gnus-select-method :value (nnml ""))
7284 :group 'gnus-summary-mail)
7286 (defun gnus-summary-respool-article (&optional n method)
7287 "Respool the current article.
7288 The article will be squeezed through the mail spooling process again,
7289 which means that it will be put in some mail newsgroup or other
7290 depending on `nnmail-split-methods'.
7291 If N is a positive number, respool the N next articles.
7292 If N is a negative number, respool the N previous articles.
7293 If N is nil and any articles have been marked with the process mark,
7294 respool those articles instead.
7296 Respooling can be done both from mail groups and \"real\" newsgroups.
7297 In the former case, the articles in question will be moved from the
7298 current group into whatever groups they are destined to. In the
7299 latter case, they will be copied into the relevant groups."
7301 (list current-prefix-arg
7302 (let* ((methods (gnus-methods-using 'respool))
7304 (symbol-name (or gnus-summary-respool-default-method
7305 (car (gnus-find-method-for-group
7306 gnus-newsgroup-name)))))
7308 (gnus-completing-read
7309 methname "What backend do you want to use when respooling?"
7310 methods nil t nil 'gnus-mail-method-history))
7313 ((zerop (length (setq ms (gnus-servers-using-backend
7315 (list (intern method) ""))
7319 (let ((ms-alist (mapcar (lambda (m) (cons (cadr m) m)) ms)))
7320 (cdr (assoc (completing-read "Server name: " ms-alist nil t)
7323 (error "No method given for respooling"))
7324 (if (assoc (symbol-name
7325 (car (gnus-find-method-for-group gnus-newsgroup-name)))
7326 (gnus-methods-using 'respool))
7327 (gnus-summary-move-article n nil method)
7328 (gnus-summary-copy-article n nil method)))
7330 (defun gnus-summary-import-article (file)
7331 "Import an arbitrary file into a mail newsgroup."
7332 (interactive "fImport file: ")
7333 (let ((group gnus-newsgroup-name)
7334 (now (current-time))
7336 (unless (gnus-check-backend-function 'request-accept-article group)
7337 (error "%s does not support article importing" group))
7338 (or (file-readable-p file)
7339 (not (file-regular-p file))
7340 (error "Can't read %s" file))
7342 (set-buffer (gnus-get-buffer-create " *import file*"))
7344 (nnheader-insert-file-contents file)
7345 (goto-char (point-min))
7346 (unless (nnheader-article-p)
7347 ;; This doesn't look like an article, so we fudge some headers.
7348 (setq atts (file-attributes file)
7349 lines (count-lines (point-min) (point-max)))
7350 (insert "From: " (read-string "From: ") "\n"
7351 "Subject: " (read-string "Subject: ") "\n"
7352 "Date: " (message-make-date (nth 5 atts))
7354 "Message-ID: " (message-make-message-id) "\n"
7355 "Lines: " (int-to-string lines) "\n"
7356 "Chars: " (int-to-string (nth 7 atts)) "\n\n"))
7357 (gnus-request-accept-article group nil t)
7358 (kill-buffer (current-buffer)))))
7360 (defun gnus-summary-article-posted-p ()
7361 "Say whether the current (mail) article is available from `gnus-select-method' as well.
7362 This will be the case if the article has both been mailed and posted."
7364 (let ((id (mail-header-references (gnus-summary-article-header)))
7365 (gnus-override-method
7366 (or gnus-refer-article-method gnus-select-method)))
7367 (if (gnus-request-head id "")
7368 (gnus-message 2 "The current message was found on %s"
7369 gnus-override-method)
7370 (gnus-message 2 "The current message couldn't be found on %s"
7371 gnus-override-method)
7374 (defun gnus-summary-expire-articles (&optional now)
7375 "Expire all articles that are marked as expirable in the current group."
7377 (when (gnus-check-backend-function
7378 'request-expire-articles gnus-newsgroup-name)
7379 ;; This backend supports expiry.
7380 (let* ((total (gnus-group-total-expirable-p gnus-newsgroup-name))
7381 (expirable (if total
7383 ;; We need to update the info for
7384 ;; this group for `gnus-list-of-read-articles'
7385 ;; to give us the right answer.
7386 (gnus-run-hooks 'gnus-exit-group-hook)
7387 (gnus-summary-update-info)
7388 (gnus-list-of-read-articles gnus-newsgroup-name))
7389 (setq gnus-newsgroup-expirable
7390 (sort gnus-newsgroup-expirable '<))))
7391 (expiry-wait (if now 'immediate
7392 (gnus-group-find-parameter
7393 gnus-newsgroup-name 'expiry-wait)))
7396 ;; There are expirable articles in this group, so we run them
7397 ;; through the expiry process.
7398 (gnus-message 6 "Expiring articles...")
7399 ;; The list of articles that weren't expired is returned.
7402 (let ((nnmail-expiry-wait-function nil)
7403 (nnmail-expiry-wait expiry-wait))
7404 (setq es (gnus-request-expire-articles
7405 expirable gnus-newsgroup-name)))
7406 (setq es (gnus-request-expire-articles
7407 expirable gnus-newsgroup-name))))
7409 (setq gnus-newsgroup-expirable es))
7410 ;; We go through the old list of expirable, and mark all
7411 ;; really expired articles as nonexistent.
7412 (unless (eq es expirable) ;If nothing was expired, we don't mark.
7413 (let ((gnus-use-cache nil))
7415 (unless (memq (car expirable) es)
7416 (when (gnus-data-find (car expirable))
7417 (gnus-summary-mark-article
7418 (car expirable) gnus-canceled-mark)))
7419 (setq expirable (cdr expirable)))))
7420 (gnus-message 6 "Expiring articles...done")))))
7422 (defun gnus-summary-expire-articles-now ()
7423 "Expunge all expirable articles in the current group.
7424 This means that *all* articles that are marked as expirable will be
7425 deleted forever, right now."
7427 (or gnus-expert-user
7429 "Are you really, really, really sure you want to delete all these messages? ")
7431 (gnus-summary-expire-articles t))
7433 ;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
7434 (defun gnus-summary-delete-article (&optional n)
7435 "Delete the N next (mail) articles.
7436 This command actually deletes articles. This is not a marking
7437 command. The article will disappear forever from your life, never to
7439 If N is negative, delete backwards.
7440 If N is nil and articles have been marked with the process mark,
7441 delete these instead."
7443 (unless (gnus-check-backend-function 'request-expire-articles
7444 gnus-newsgroup-name)
7445 (error "The current newsgroup does not support article deletion"))
7446 ;; Compute the list of articles to delete.
7447 (let ((articles (sort (copy-sequence (gnus-summary-work-articles n)) '<))
7449 (if (and gnus-novice-user
7450 (not (gnus-yes-or-no-p
7451 (format "Do you really want to delete %s forever? "
7452 (if (> (length articles) 1)
7453 (format "these %s articles" (length articles))
7456 ;; Delete the articles.
7457 (setq not-deleted (gnus-request-expire-articles
7458 articles gnus-newsgroup-name 'force))
7460 (gnus-summary-remove-process-mark (car articles))
7461 ;; The backend might not have been able to delete the article
7463 (unless (memq (car articles) not-deleted)
7464 (gnus-summary-mark-article (car articles) gnus-canceled-mark))
7465 (setq articles (cdr articles)))
7467 (gnus-message 4 "Couldn't delete articles %s" not-deleted)))
7468 (gnus-summary-position-point)
7469 (gnus-set-mode-line 'summary)
7472 (defun gnus-summary-edit-article (&optional force)
7473 "Edit the current article.
7474 This will have permanent effect only in mail groups.
7475 If FORCE is non-nil, allow editing of articles even in read-only
7479 (set-buffer gnus-summary-buffer)
7480 (gnus-set-global-variables)
7481 (when (and (not force)
7482 (gnus-group-read-only-p))
7483 (error "The current newsgroup does not support article editing"))
7484 ;; Select article if needed.
7485 (unless (eq (gnus-summary-article-number)
7486 gnus-current-article)
7487 (gnus-summary-select-article t))
7488 (gnus-article-date-original)
7489 (gnus-article-edit-article
7490 `(lambda (no-highlight)
7491 (gnus-summary-edit-article-done
7492 ,(or (mail-header-references gnus-current-headers) "")
7493 ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight)))))
7495 (defalias 'gnus-summary-edit-article-postpone 'gnus-article-edit-exit)
7497 (defun gnus-summary-edit-article-done (&optional references read-only buffer
7499 "Make edits to the current article permanent."
7501 ;; Replace the article.
7502 (let ((buf (current-buffer)))
7504 (insert-buffer-substring buf)
7505 (if (and (not read-only)
7506 (not (gnus-request-replace-article
7507 (cdr gnus-article-current) (car gnus-article-current)
7509 (error "Couldn't replace article")
7510 ;; Update the summary buffer.
7512 (equal (message-tokenize-header references " ")
7513 (message-tokenize-header
7514 (or (message-fetch-field "references") "") " ")))
7515 ;; We only have to update this line.
7518 (message-narrow-to-head)
7519 (let ((head (buffer-string))
7522 (insert (format "211 %d Article retrieved.\n"
7523 (cdr gnus-article-current)))
7526 (let ((nntp-server-buffer (current-buffer)))
7527 (setq header (car (gnus-get-newsgroup-headers
7529 (set-buffer gnus-summary-buffer)
7530 gnus-newsgroup-dependencies)
7533 (set-buffer gnus-summary-buffer)
7534 (gnus-data-set-header
7535 (gnus-data-find (cdr gnus-article-current))
7537 (gnus-summary-update-article-line
7538 (cdr gnus-article-current) header))))))
7540 (set-buffer (or buffer gnus-summary-buffer))
7541 (gnus-summary-update-article (cdr gnus-article-current)))
7542 ;; Prettify the article buffer again.
7543 (unless no-highlight
7545 (set-buffer gnus-article-buffer)
7546 ;;;!!! Fix this -- article should be rehighlighted.
7547 ;;;(gnus-run-hooks 'gnus-article-display-hook)
7548 (set-buffer gnus-original-article-buffer)
7549 (gnus-request-article
7550 (cdr gnus-article-current)
7551 (car gnus-article-current) (current-buffer))))
7552 ;; Prettify the summary buffer line.
7553 (when (gnus-visual-p 'summary-highlight 'highlight)
7554 (gnus-run-hooks 'gnus-visual-mark-article-hook))))))
7556 (defun gnus-summary-edit-wash (key)
7557 "Perform editing command KEY in the article buffer."
7561 (message "%s" (concat (this-command-keys) "- "))
7564 (gnus-summary-edit-article)
7565 (execute-kbd-macro (concat (this-command-keys) key))
7566 (gnus-article-edit-done))
7570 (defun gnus-summary-respool-query (&optional silent trace)
7571 "Query where the respool algorithm would put this article."
7573 (let (gnus-mark-article-hook)
7574 (gnus-summary-select-article)
7576 (set-buffer gnus-original-article-buffer)
7578 (message-narrow-to-head)
7579 (let ((groups (nnmail-article-group 'identity trace)))
7582 (message "This message would go to %s"
7583 (mapconcat 'car groups ", "))
7584 (message "This message would go to no groups"))
7587 (defun gnus-summary-respool-trace ()
7588 "Trace where the respool algorithm would put this article.
7589 Display a buffer showing all fancy splitting patterns which matched."
7591 (gnus-summary-respool-query nil t))
7593 ;; Summary marking commands.
7595 (defun gnus-summary-kill-same-subject-and-select (&optional unmark)
7596 "Mark articles which has the same subject as read, and then select the next.
7597 If UNMARK is positive, remove any kind of mark.
7598 If UNMARK is negative, tick articles."
7601 (setq unmark (prefix-numeric-value unmark)))
7603 (gnus-summary-mark-same-subject
7604 (gnus-summary-article-subject) unmark)))
7605 ;; Select next unread article. If auto-select-same mode, should
7606 ;; select the first unread article.
7607 (gnus-summary-next-article t (and gnus-auto-select-same
7608 (gnus-summary-article-subject)))
7609 (gnus-message 7 "%d article%s marked as %s"
7610 count (if (= count 1) " is" "s are")
7611 (if unmark "unread" "read"))))
7613 (defun gnus-summary-kill-same-subject (&optional unmark)
7614 "Mark articles which has the same subject as read.
7615 If UNMARK is positive, remove any kind of mark.
7616 If UNMARK is negative, tick articles."
7619 (setq unmark (prefix-numeric-value unmark)))
7621 (gnus-summary-mark-same-subject
7622 (gnus-summary-article-subject) unmark)))
7623 ;; If marked as read, go to next unread subject.
7625 ;; Go to next unread subject.
7626 (gnus-summary-next-subject 1 t))
7627 (gnus-message 7 "%d articles are marked as %s"
7628 count (if unmark "unread" "read"))))
7630 (defun gnus-summary-mark-same-subject (subject &optional unmark)
7631 "Mark articles with same SUBJECT as read, and return marked number.
7632 If optional argument UNMARK is positive, remove any kinds of marks.
7633 If optional argument UNMARK is negative, mark articles as unread instead."
7637 ((null unmark) ; Mark as read.
7640 (gnus-summary-mark-article-as-read gnus-killed-mark)
7641 (gnus-summary-show-thread) t)
7642 (gnus-summary-find-subject subject))
7643 (setq count (1+ count))))
7644 ((> unmark 0) ; Tick.
7647 (gnus-summary-mark-article-as-unread gnus-ticked-mark)
7648 (gnus-summary-show-thread) t)
7649 (gnus-summary-find-subject subject))
7650 (setq count (1+ count))))
7651 (t ; Mark as unread.
7654 (gnus-summary-mark-article-as-unread gnus-unread-mark)
7655 (gnus-summary-show-thread) t)
7656 (gnus-summary-find-subject subject))
7657 (setq count (1+ count)))))
7658 (gnus-set-mode-line 'summary)
7659 ;; Return the number of marked articles.
7662 (defun gnus-summary-mark-as-processable (n &optional unmark)
7663 "Set the process mark on the next N articles.
7664 If N is negative, mark backward instead. If UNMARK is non-nil, remove
7665 the process mark instead. The difference between N and the actual
7666 number of articles marked is returned."
7668 (let ((backward (< n 0))
7673 (gnus-summary-remove-process-mark
7674 (gnus-summary-article-number))
7675 (gnus-summary-set-process-mark (gnus-summary-article-number)))
7676 (zerop (gnus-summary-next-subject (if backward -1 1) nil t)))
7679 (gnus-message 7 "No more articles"))
7680 (gnus-summary-recenter)
7681 (gnus-summary-position-point)
7684 (defun gnus-summary-unmark-as-processable (n)
7685 "Remove the process mark from the next N articles.
7686 If N is negative, unmark backward instead. The difference between N and
7687 the actual number of articles unmarked is returned."
7689 (gnus-summary-mark-as-processable n t))
7691 (defun gnus-summary-unmark-all-processable ()
7692 "Remove the process mark from all articles."
7695 (while gnus-newsgroup-processable
7696 (gnus-summary-remove-process-mark (car gnus-newsgroup-processable))))
7697 (gnus-summary-position-point))
7699 (defun gnus-summary-mark-as-expirable (n)
7700 "Mark N articles forward as expirable.
7701 If N is negative, mark backward instead. The difference between N and
7702 the actual number of articles marked is returned."
7704 (gnus-summary-mark-forward n gnus-expirable-mark))
7706 (defun gnus-summary-mark-article-as-replied (article)
7707 "Mark ARTICLE replied and update the summary line."
7708 (push article gnus-newsgroup-replied)
7709 (let ((buffer-read-only nil))
7710 (when (gnus-summary-goto-subject article nil t)
7711 (gnus-summary-update-secondary-mark article))))
7713 (defun gnus-summary-set-bookmark (article)
7714 "Set a bookmark in current article."
7715 (interactive (list (gnus-summary-article-number)))
7716 (when (or (not (get-buffer gnus-article-buffer))
7717 (not gnus-current-article)
7718 (not gnus-article-current)
7719 (not (equal gnus-newsgroup-name (car gnus-article-current))))
7720 (error "No current article selected"))
7721 ;; Remove old bookmark, if one exists.
7722 (let ((old (assq article gnus-newsgroup-bookmarks)))
7724 (setq gnus-newsgroup-bookmarks
7725 (delq old gnus-newsgroup-bookmarks))))
7726 ;; Set the new bookmark, which is on the form
7727 ;; (article-number . line-number-in-body).
7731 (set-buffer gnus-article-buffer)
7735 (goto-char (point-min))
7736 (search-forward "\n\n" nil t)
7739 gnus-newsgroup-bookmarks)
7740 (gnus-message 6 "A bookmark has been added to the current article."))
7742 (defun gnus-summary-remove-bookmark (article)
7743 "Remove the bookmark from the current article."
7744 (interactive (list (gnus-summary-article-number)))
7745 ;; Remove old bookmark, if one exists.
7746 (let ((old (assq article gnus-newsgroup-bookmarks)))
7749 (setq gnus-newsgroup-bookmarks
7750 (delq old gnus-newsgroup-bookmarks))
7751 (gnus-message 6 "Removed bookmark."))
7752 (gnus-message 6 "No bookmark in current article."))))
7754 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
7755 (defun gnus-summary-mark-as-dormant (n)
7756 "Mark N articles forward as dormant.
7757 If N is negative, mark backward instead. The difference between N and
7758 the actual number of articles marked is returned."
7760 (gnus-summary-mark-forward n gnus-dormant-mark))
7762 (defun gnus-summary-set-process-mark (article)
7763 "Set the process mark on ARTICLE and update the summary line."
7764 (setq gnus-newsgroup-processable
7766 (delq article gnus-newsgroup-processable)))
7767 (when (gnus-summary-goto-subject article)
7768 (gnus-summary-show-thread)
7769 (gnus-summary-goto-subject article)
7770 (gnus-summary-update-secondary-mark article)))
7772 (defun gnus-summary-remove-process-mark (article)
7773 "Remove the process mark from ARTICLE and update the summary line."
7774 (setq gnus-newsgroup-processable (delq article gnus-newsgroup-processable))
7775 (when (gnus-summary-goto-subject article)
7776 (gnus-summary-show-thread)
7777 (gnus-summary-goto-subject article)
7778 (gnus-summary-update-secondary-mark article)))
7780 (defun gnus-summary-set-saved-mark (article)
7781 "Set the process mark on ARTICLE and update the summary line."
7782 (push article gnus-newsgroup-saved)
7783 (when (gnus-summary-goto-subject article)
7784 (gnus-summary-update-secondary-mark article)))
7786 (defun gnus-summary-mark-forward (n &optional mark no-expire)
7787 "Mark N articles as read forwards.
7788 If N is negative, mark backwards instead. Mark with MARK, ?r by default.
7789 The difference between N and the actual number of articles marked is
7792 (gnus-summary-show-thread)
7793 (let ((backward (< n 0))
7794 (gnus-summary-goto-unread
7795 (and gnus-summary-goto-unread
7796 (not (eq gnus-summary-goto-unread 'never))
7797 (not (memq mark (list gnus-unread-mark
7798 gnus-ticked-mark gnus-dormant-mark)))))
7800 (mark (or mark gnus-del-mark)))
7802 (gnus-summary-mark-article nil mark no-expire)
7803 (zerop (gnus-summary-next-subject
7805 (and gnus-summary-goto-unread
7806 (not (eq gnus-summary-goto-unread 'never)))
7810 (gnus-message 7 "No more %sarticles" (if mark "" "unread ")))
7811 (gnus-summary-recenter)
7812 (gnus-summary-position-point)
7813 (gnus-set-mode-line 'summary)
7816 (defun gnus-summary-mark-article-as-read (mark)
7817 "Mark the current article quickly as read with MARK."
7818 (let ((article (gnus-summary-article-number)))
7819 (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
7820 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
7821 (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
7822 (push (cons article mark) gnus-newsgroup-reads)
7823 ;; Possibly remove from cache, if that is used.
7824 (when gnus-use-cache
7825 (gnus-cache-enter-remove-article article))
7826 ;; Allow the backend to change the mark.
7827 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
7828 ;; Check for auto-expiry.
7829 (when (and gnus-newsgroup-auto-expire
7830 (memq mark gnus-auto-expirable-marks))
7831 (setq mark gnus-expirable-mark)
7832 ;; Let the backend know about the mark change.
7833 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
7834 (push article gnus-newsgroup-expirable))
7835 ;; Set the mark in the buffer.
7836 (gnus-summary-update-mark mark 'unread)
7839 (defun gnus-summary-mark-article-as-unread (mark)
7840 "Mark the current article quickly as unread with MARK."
7841 (let* ((article (gnus-summary-article-number))
7842 (old-mark (gnus-summary-article-mark article)))
7843 ;; Allow the backend to change the mark.
7844 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
7845 (if (eq mark old-mark)
7849 (gnus-error 1 "Can't mark negative article numbers")
7851 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
7852 (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
7853 (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable))
7854 (setq gnus-newsgroup-reads (delq article gnus-newsgroup-reads))
7855 (cond ((= mark gnus-ticked-mark)
7856 (push article gnus-newsgroup-marked))
7857 ((= mark gnus-dormant-mark)
7858 (push article gnus-newsgroup-dormant))
7860 (push article gnus-newsgroup-unreads)))
7861 (gnus-pull article gnus-newsgroup-reads)
7863 ;; See whether the article is to be put in the cache.
7865 (vectorp (gnus-summary-article-header article))
7867 (gnus-cache-possibly-enter-article
7868 gnus-newsgroup-name article
7869 (gnus-summary-article-header article)
7870 (= mark gnus-ticked-mark)
7871 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
7874 (gnus-summary-update-mark mark 'unread)
7877 (defun gnus-summary-mark-article (&optional article mark no-expire)
7878 "Mark ARTICLE with MARK. MARK can be any character.
7879 Four MARK strings are reserved: `? ' (unread), `?!' (ticked),
7880 `??' (dormant) and `?E' (expirable).
7881 If MARK is nil, then the default character `?r' is used.
7882 If ARTICLE is nil, then the article on the current line will be
7884 ;; The mark might be a string.
7885 (when (stringp mark)
7886 (setq mark (aref mark 0)))
7887 ;; If no mark is given, then we check auto-expiring.
7889 (setq mark gnus-del-mark))
7890 (when (and (not no-expire)
7891 gnus-newsgroup-auto-expire
7892 (memq mark gnus-auto-expirable-marks))
7893 (setq mark gnus-expirable-mark))
7894 (let ((article (or article (gnus-summary-article-number)))
7895 (old-mark (gnus-summary-article-mark article)))
7896 ;; Allow the backend to change the mark.
7897 (setq mark (gnus-request-update-mark gnus-newsgroup-name article mark))
7898 (if (eq mark old-mark)
7901 (error "No article on current line"))
7902 (if (not (if (or (= mark gnus-unread-mark)
7903 (= mark gnus-ticked-mark)
7904 (= mark gnus-dormant-mark))
7905 (gnus-mark-article-as-unread article mark)
7906 (gnus-mark-article-as-read article mark)))
7908 ;; See whether the article is to be put in the cache.
7910 (not (= mark gnus-canceled-mark))
7911 (vectorp (gnus-summary-article-header article))
7913 (gnus-cache-possibly-enter-article
7914 gnus-newsgroup-name article
7915 (gnus-summary-article-header article)
7916 (= mark gnus-ticked-mark)
7917 (= mark gnus-dormant-mark) (= mark gnus-unread-mark))))
7919 (when (gnus-summary-goto-subject article nil t)
7920 (let ((buffer-read-only nil))
7921 (gnus-summary-show-thread)
7923 (gnus-summary-update-mark mark 'unread)
7926 (defun gnus-summary-update-secondary-mark (article)
7927 "Update the secondary (read, process, cache) mark."
7928 (gnus-summary-update-mark
7929 (cond ((memq article gnus-newsgroup-processable)
7931 ((memq article gnus-newsgroup-cached)
7933 ((memq article gnus-newsgroup-replied)
7935 ((memq article gnus-newsgroup-saved)
7937 (t gnus-unread-mark))
7939 (when (gnus-visual-p 'summary-highlight 'highlight)
7940 (gnus-run-hooks 'gnus-summary-update-hook))
7943 (defun gnus-summary-update-mark (mark type)
7944 (let ((forward (cdr (assq type gnus-summary-mark-positions)))
7945 (buffer-read-only nil))
7946 (re-search-backward "[\n\r]" (gnus-point-at-bol) 'move-to-limit)
7948 (when (looking-at "\r")
7950 (when (<= (+ forward (point)) (point-max))
7951 ;; Go to the right position on the line.
7952 (goto-char (+ forward (point)))
7953 ;; Replace the old mark with the new mark.
7954 (subst-char-in-region (point) (1+ (point)) (char-after) mark)
7955 ;; Optionally update the marks by some user rule.
7956 (when (eq type 'unread)
7958 (gnus-data-find (gnus-summary-article-number)) mark)
7959 (gnus-summary-update-line (eq mark gnus-unread-mark)))))))
7961 (defun gnus-mark-article-as-read (article &optional mark)
7962 "Enter ARTICLE in the pertinent lists and remove it from others."
7963 ;; Make the article expirable.
7964 (let ((mark (or mark gnus-del-mark)))
7965 (if (= mark gnus-expirable-mark)
7966 (push article gnus-newsgroup-expirable)
7967 (setq gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)))
7968 ;; Remove from unread and marked lists.
7969 (setq gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
7970 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked))
7971 (setq gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant))
7972 (push (cons article mark) gnus-newsgroup-reads)
7973 ;; Possibly remove from cache, if that is used.
7974 (when gnus-use-cache
7975 (gnus-cache-enter-remove-article article))
7978 (defun gnus-mark-article-as-unread (article &optional mark)
7979 "Enter ARTICLE in the pertinent lists and remove it from others."
7980 (let ((mark (or mark gnus-ticked-mark)))
7983 (gnus-error 1 "Can't mark negative article numbers")
7985 (setq gnus-newsgroup-marked (delq article gnus-newsgroup-marked)
7986 gnus-newsgroup-dormant (delq article gnus-newsgroup-dormant)
7987 gnus-newsgroup-expirable (delq article gnus-newsgroup-expirable)
7988 gnus-newsgroup-unreads (delq article gnus-newsgroup-unreads))
7990 ;; Unsuppress duplicates?
7991 (when gnus-suppress-duplicates
7992 (gnus-dup-unsuppress-article article))
7994 (cond ((= mark gnus-ticked-mark)
7995 (push article gnus-newsgroup-marked))
7996 ((= mark gnus-dormant-mark)
7997 (push article gnus-newsgroup-dormant))
7999 (push article gnus-newsgroup-unreads)))
8000 (gnus-pull article gnus-newsgroup-reads)
8003 (defalias 'gnus-summary-mark-as-unread-forward
8004 'gnus-summary-tick-article-forward)
8005 (make-obsolete 'gnus-summary-mark-as-unread-forward
8006 'gnus-summary-tick-article-forward)
8007 (defun gnus-summary-tick-article-forward (n)
8008 "Tick N articles forwards.
8009 If N is negative, tick backwards instead.
8010 The difference between N and the number of articles ticked is returned."
8012 (gnus-summary-mark-forward n gnus-ticked-mark))
8014 (defalias 'gnus-summary-mark-as-unread-backward
8015 'gnus-summary-tick-article-backward)
8016 (make-obsolete 'gnus-summary-mark-as-unread-backward
8017 'gnus-summary-tick-article-backward)
8018 (defun gnus-summary-tick-article-backward (n)
8019 "Tick N articles backwards.
8020 The difference between N and the number of articles ticked is returned."
8022 (gnus-summary-mark-forward (- n) gnus-ticked-mark))
8024 (defalias 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
8025 (make-obsolete 'gnus-summary-mark-as-unread 'gnus-summary-tick-article)
8026 (defun gnus-summary-tick-article (&optional article clear-mark)
8027 "Mark current article as unread.
8028 Optional 1st argument ARTICLE specifies article number to be marked as unread.
8029 Optional 2nd argument CLEAR-MARK remove any kinds of mark."
8031 (gnus-summary-mark-article article (if clear-mark gnus-unread-mark
8034 (defun gnus-summary-mark-as-read-forward (n)
8035 "Mark N articles as read forwards.
8036 If N is negative, mark backwards instead.
8037 The difference between N and the actual number of articles marked is
8040 (gnus-summary-mark-forward n gnus-del-mark gnus-inhibit-user-auto-expire))
8042 (defun gnus-summary-mark-as-read-backward (n)
8043 "Mark the N articles as read backwards.
8044 The difference between N and the actual number of articles marked is
8047 (gnus-summary-mark-forward (- n) gnus-del-mark gnus-inhibit-user-auto-expire))
8049 (defun gnus-summary-mark-as-read (&optional article mark)
8050 "Mark current article as read.
8051 ARTICLE specifies the article to be marked as read.
8052 MARK specifies a string to be inserted at the beginning of the line."
8053 (gnus-summary-mark-article article mark))
8055 (defun gnus-summary-clear-mark-forward (n)
8056 "Clear marks from N articles forward.
8057 If N is negative, clear backward instead.
8058 The difference between N and the number of marks cleared is returned."
8060 (gnus-summary-mark-forward n gnus-unread-mark))
8062 (defun gnus-summary-clear-mark-backward (n)
8063 "Clear marks from N articles backward.
8064 The difference between N and the number of marks cleared is returned."
8066 (gnus-summary-mark-forward (- n) gnus-unread-mark))
8068 (defun gnus-summary-mark-unread-as-read ()
8069 "Intended to be used by `gnus-summary-mark-article-hook'."
8070 (when (memq gnus-current-article gnus-newsgroup-unreads)
8071 (gnus-summary-mark-article gnus-current-article gnus-read-mark)))
8073 (defun gnus-summary-mark-read-and-unread-as-read ()
8074 "Intended to be used by `gnus-summary-mark-article-hook'."
8075 (let ((mark (gnus-summary-article-mark)))
8076 (when (or (gnus-unread-mark-p mark)
8077 (gnus-read-mark-p mark))
8078 (gnus-summary-mark-article gnus-current-article gnus-read-mark))))
8080 (defun gnus-summary-mark-region-as-read (point mark all)
8081 "Mark all unread articles between point and mark as read.
8082 If given a prefix, mark all articles between point and mark as read,
8083 even ticked and dormant ones."
8084 (interactive "r\nP")
8093 (memq (setq article (gnus-summary-article-number))
8094 gnus-newsgroup-unreads))
8095 (gnus-summary-mark-article article gnus-del-mark))
8097 (gnus-summary-find-next))))))
8099 (defun gnus-summary-mark-below (score mark)
8100 "Mark articles with score less than SCORE with MARK."
8101 (interactive "P\ncMark: ")
8102 (setq score (if score
8103 (prefix-numeric-value score)
8104 (or gnus-summary-default-score 0)))
8106 (set-buffer gnus-summary-buffer)
8107 (goto-char (point-min))
8110 (and (< (gnus-summary-article-score) score)
8111 (gnus-summary-mark-article nil mark))
8112 (gnus-summary-find-next)))))
8114 (defun gnus-summary-kill-below (&optional score)
8115 "Mark articles with score below SCORE as read."
8117 (gnus-summary-mark-below score gnus-killed-mark))
8119 (defun gnus-summary-clear-above (&optional score)
8120 "Clear all marks from articles with score above SCORE."
8122 (gnus-summary-mark-above score gnus-unread-mark))
8124 (defun gnus-summary-tick-above (&optional score)
8125 "Tick all articles with score above SCORE."
8127 (gnus-summary-mark-above score gnus-ticked-mark))
8129 (defun gnus-summary-mark-above (score mark)
8130 "Mark articles with score over SCORE with MARK."
8131 (interactive "P\ncMark: ")
8132 (setq score (if score
8133 (prefix-numeric-value score)
8134 (or gnus-summary-default-score 0)))
8136 (set-buffer gnus-summary-buffer)
8137 (goto-char (point-min))
8139 (when (> (gnus-summary-article-score) score)
8140 (gnus-summary-mark-article nil mark))
8142 (gnus-summary-find-next)))))
8144 ;; Suggested by Daniel Quinlan <quinlan@best.com>.
8145 (defalias 'gnus-summary-show-all-expunged 'gnus-summary-limit-include-expunged)
8146 (defun gnus-summary-limit-include-expunged (&optional no-error)
8147 "Display all the hidden articles that were expunged for low scores."
8149 (let ((buffer-read-only nil))
8150 (let ((scored gnus-newsgroup-scored)
8153 (unless (gnus-summary-goto-subject (caar scored))
8154 (and (setq h (gnus-summary-article-header (caar scored)))
8155 (< (cdar scored) gnus-summary-expunge-below)
8157 (setq scored (cdr scored)))
8159 (when (not no-error)
8160 (error "No expunged articles hidden"))
8161 (goto-char (point-min))
8162 (gnus-summary-prepare-unthreaded (nreverse headers))
8163 (goto-char (point-min))
8164 (gnus-summary-position-point)
8167 (defun gnus-summary-catchup (&optional all quietly to-here not-mark)
8168 "Mark all unread articles in this newsgroup as read.
8169 If prefix argument ALL is non-nil, ticked and dormant articles will
8170 also be marked as read.
8171 If QUIETLY is non-nil, no questions will be asked.
8172 If TO-HERE is non-nil, it should be a point in the buffer. All
8173 articles before this point will be marked as read.
8174 Note that this function will only catch up the unread article
8175 in the current summary buffer limitation.
8176 The number of articles marked as read is returned."
8181 (not gnus-interactive-catchup) ;Without confirmation?
8185 "Mark absolutely all articles as read? "
8186 "Mark all unread articles as read? ")))
8188 (not gnus-newsgroup-adaptive)
8189 (not gnus-newsgroup-auto-expire)
8190 (not gnus-suppress-duplicates)
8191 (or (not gnus-use-cache)
8192 (eq gnus-use-cache 'passive)))
8195 (setq gnus-newsgroup-marked nil
8196 gnus-newsgroup-dormant nil))
8197 (setq gnus-newsgroup-unreads gnus-newsgroup-downloadable))
8198 ;; We actually mark all articles as canceled, which we
8199 ;; have to do when using auto-expiry or adaptive scoring.
8200 (gnus-summary-show-all-threads)
8201 (when (gnus-summary-first-subject (not all) t)
8203 (if to-here (< (point) to-here) t)
8204 (gnus-summary-mark-article-as-read gnus-catchup-mark)
8205 (gnus-summary-find-next (not all) nil nil t))))
8206 (gnus-set-mode-line 'summary))
8208 (gnus-summary-position-point)))
8210 (defun gnus-summary-catchup-to-here (&optional all)
8211 "Mark all unticked articles before the current one as read.
8212 If ALL is non-nil, also mark ticked and dormant articles as read."
8215 (gnus-save-hidden-threads
8216 (let ((beg (point)))
8217 ;; We check that there are unread articles.
8218 (when (or all (gnus-summary-find-prev))
8219 (gnus-summary-catchup all t beg)))))
8220 (gnus-summary-position-point))
8222 (defun gnus-summary-catchup-all (&optional quietly)
8223 "Mark all articles in this newsgroup as read."
8225 (gnus-summary-catchup t quietly))
8227 (defun gnus-summary-catchup-and-exit (&optional all quietly)
8228 "Mark all articles not marked as unread in this newsgroup as read, then exit.
8229 If prefix argument ALL is non-nil, all articles are marked as read."
8231 (when (gnus-summary-catchup all quietly nil 'fast)
8232 ;; Select next newsgroup or exit.
8233 (if (and (not (gnus-group-quit-config gnus-newsgroup-name))
8234 (eq gnus-auto-select-next 'quietly))
8235 (gnus-summary-next-group nil)
8236 (gnus-summary-exit))))
8238 (defun gnus-summary-catchup-all-and-exit (&optional quietly)
8239 "Mark all articles in this newsgroup as read, and then exit."
8241 (gnus-summary-catchup-and-exit t quietly))
8243 ;; Suggested by "Arne Eofsson" <arne@hodgkin.mbi.ucla.edu>.
8244 (defun gnus-summary-catchup-and-goto-next-group (&optional all)
8245 "Mark all articles in this group as read and select the next group.
8246 If given a prefix, mark all articles, unread as well as ticked, as
8250 (gnus-summary-catchup all))
8251 (gnus-summary-next-article t nil nil t))
8253 ;; Thread-based commands.
8255 (defun gnus-summary-articles-in-thread (&optional article)
8256 "Return a list of all articles in the current thread.
8257 If ARTICLE is non-nil, return all articles in the thread that starts
8259 (let* ((article (or article (gnus-summary-article-number)))
8260 (data (gnus-data-find-list article))
8261 (top-level (gnus-data-level (car data)))
8263 (cond ((null gnus-thread-operation-ignore-subject)
8264 (gnus-simplify-subject-re
8265 (mail-header-subject (gnus-data-header (car data)))))
8266 ((eq gnus-thread-operation-ignore-subject 'fuzzy)
8267 (gnus-simplify-subject-fuzzy
8268 (mail-header-subject (gnus-data-header (car data)))))
8270 (end-point (save-excursion
8271 (if (gnus-summary-go-to-next-thread)
8272 (point) (point-max))))
8275 (< (gnus-data-pos (car data)) end-point))
8276 (when (or (not top-subject)
8277 (string= top-subject
8278 (if (eq gnus-thread-operation-ignore-subject 'fuzzy)
8279 (gnus-simplify-subject-fuzzy
8280 (mail-header-subject
8281 (gnus-data-header (car data))))
8282 (gnus-simplify-subject-re
8283 (mail-header-subject
8284 (gnus-data-header (car data)))))))
8285 (push (gnus-data-number (car data)) articles))
8286 (unless (and (setq data (cdr data))
8287 (> (gnus-data-level (car data)) top-level))
8289 ;; Return the list of articles.
8290 (nreverse articles)))
8292 (defun gnus-summary-rethread-current ()
8293 "Rethread the thread the current article is part of."
8295 (let* ((gnus-show-threads t)
8296 (article (gnus-summary-article-number))
8297 (id (mail-header-id (gnus-summary-article-header)))
8298 (gnus-newsgroup-threads (list (gnus-id-to-thread (gnus-root-id id)))))
8300 (error "No article on the current line"))
8301 (gnus-rebuild-thread id)
8302 (gnus-summary-goto-subject article)))
8304 (defun gnus-summary-reparent-thread ()
8305 "Make the current article child of the marked (or previous) article.
8307 Note that the re-threading will only work if `gnus-thread-ignore-subject'
8308 is non-nil or the Subject: of both articles are the same."
8310 (unless (not (gnus-group-read-only-p))
8311 (error "The current newsgroup does not support article editing"))
8312 (unless (<= (length gnus-newsgroup-processable) 1)
8313 (error "No more than one article may be marked"))
8314 (save-window-excursion
8315 (let ((gnus-article-buffer " *reparent*")
8316 (current-article (gnus-summary-article-number))
8317 ;; First grab the marked article, otherwise one line up.
8318 (parent-article (if (not (null gnus-newsgroup-processable))
8319 (car gnus-newsgroup-processable)
8321 (if (eq (forward-line -1) 0)
8322 (gnus-summary-article-number)
8323 (error "Beginning of summary buffer"))))))
8324 (unless (not (eq current-article parent-article))
8325 (error "An article may not be self-referential"))
8326 (let ((message-id (mail-header-id
8327 (gnus-summary-article-header parent-article))))
8328 (unless (and message-id (not (equal message-id "")))
8329 (error "No message-id in desired parent"))
8330 (gnus-with-article current-article
8331 (goto-char (point-min))
8332 (if (re-search-forward "^References: " nil t)
8334 (re-search-forward "^[^ \t]" nil t)
8337 (insert " " message-id))
8338 (insert "References: " message-id "\n")))
8339 (set-buffer gnus-summary-buffer)
8340 (gnus-summary-unmark-all-processable)
8341 (gnus-summary-update-article current-article)
8342 (gnus-summary-rethread-current)
8343 (gnus-message 3 "Article %d is now the child of article %d"
8344 current-article parent-article)))))
8346 (defun gnus-summary-toggle-threads (&optional arg)
8347 "Toggle showing conversation threads.
8348 If ARG is positive number, turn showing conversation threads on."
8350 (let ((current (or (gnus-summary-article-number) gnus-newsgroup-end)))
8351 (setq gnus-show-threads
8352 (if (null arg) (not gnus-show-threads)
8353 (> (prefix-numeric-value arg) 0)))
8354 (gnus-summary-prepare)
8355 (gnus-summary-goto-subject current)
8356 (gnus-message 6 "Threading is now %s" (if gnus-show-threads "on" "off"))
8357 (gnus-summary-position-point)))
8359 (defun gnus-summary-show-all-threads ()
8363 (let ((buffer-read-only nil))
8364 (subst-char-in-region (point-min) (point-max) ?\^M ?\n t)))
8365 (gnus-summary-position-point))
8367 (defun gnus-summary-show-thread ()
8368 "Show thread subtrees.
8369 Returns nil if no thread was there to be shown."
8371 (let ((buffer-read-only nil)
8373 ;; first goto end then to beg, to have point at beg after let
8374 (end (progn (end-of-line) (point)))
8375 (beg (progn (beginning-of-line) (point))))
8377 ;; Any hidden lines here?
8378 (search-forward "\r" end t)
8379 (subst-char-in-region beg end ?\^M ?\n t)
8381 (gnus-summary-position-point))))
8383 (defun gnus-summary-hide-all-threads ()
8384 "Hide all thread subtrees."
8387 (goto-char (point-min))
8388 (gnus-summary-hide-thread)
8389 (while (zerop (gnus-summary-next-thread 1 t))
8390 (gnus-summary-hide-thread)))
8391 (gnus-summary-position-point))
8393 (defun gnus-summary-hide-thread ()
8394 "Hide thread subtrees.
8395 Returns nil if no threads were there to be hidden."
8397 (let ((buffer-read-only nil)
8399 (article (gnus-summary-article-number)))
8401 ;; Go forward until either the buffer ends or the subthread
8403 (when (and (not (eobp))
8404 (or (zerop (gnus-summary-next-thread 1 t))
8405 (goto-char (point-max))))
8407 (if (and (> (point) start)
8408 (search-backward "\n" start t))
8410 (subst-char-in-region start (point) ?\n ?\^M)
8411 (gnus-summary-goto-subject article))
8414 ;;(gnus-summary-position-point)
8417 (defun gnus-summary-go-to-next-thread (&optional previous)
8418 "Go to the same level (or less) next thread.
8419 If PREVIOUS is non-nil, go to previous thread instead.
8420 Return the article number moved to, or nil if moving was impossible."
8421 (let ((level (gnus-summary-thread-level))
8422 (way (if previous -1 1))
8425 (while (and (not (eobp))
8426 (< level (gnus-summary-thread-level)))
8434 (gnus-summary-article-number)
8437 (defun gnus-summary-next-thread (n &optional silent)
8438 "Go to the same level next N'th thread.
8439 If N is negative, search backward instead.
8440 Returns the difference between N and the number of skips actually
8443 If SILENT, don't output messages."
8445 (let ((backward (< n 0))
8448 (gnus-summary-go-to-next-thread backward))
8451 (gnus-summary-position-point))
8452 (when (and (not silent) (/= 0 n))
8453 (gnus-message 7 "No more threads"))
8456 (defun gnus-summary-prev-thread (n)
8457 "Go to the same level previous N'th thread.
8458 Returns the difference between N and the number of skips actually
8461 (gnus-summary-next-thread (- n)))
8463 (defun gnus-summary-go-down-thread ()
8464 "Go down one level in the current thread."
8465 (let ((children (gnus-summary-article-children)))
8467 (gnus-summary-goto-subject (car children)))))
8469 (defun gnus-summary-go-up-thread ()
8470 "Go up one level in the current thread."
8471 (let ((parent (gnus-summary-article-parent)))
8473 (gnus-summary-goto-subject parent))))
8475 (defun gnus-summary-down-thread (n)
8476 "Go down thread N steps.
8477 If N is negative, go up instead.
8478 Returns the difference between N and how many steps down that were
8484 (if up (gnus-summary-go-up-thread)
8485 (gnus-summary-go-down-thread)))
8487 (gnus-summary-position-point)
8489 (gnus-message 7 "Can't go further"))
8492 (defun gnus-summary-up-thread (n)
8493 "Go up thread N steps.
8494 If N is negative, go up instead.
8495 Returns the difference between N and how many steps down that were
8498 (gnus-summary-down-thread (- n)))
8500 (defun gnus-summary-top-thread ()
8501 "Go to the top of the thread."
8503 (while (gnus-summary-go-up-thread))
8504 (gnus-summary-article-number))
8506 (defun gnus-summary-kill-thread (&optional unmark)
8507 "Mark articles under current thread as read.
8508 If the prefix argument is positive, remove any kinds of marks.
8509 If the prefix argument is negative, tick articles instead."
8512 (setq unmark (prefix-numeric-value unmark)))
8513 (let ((articles (gnus-summary-articles-in-thread)))
8515 ;; Expand the thread.
8516 (gnus-summary-show-thread)
8517 ;; Mark all the articles.
8519 (gnus-summary-goto-subject (car articles))
8520 (cond ((null unmark)
8521 (gnus-summary-mark-article-as-read gnus-killed-mark))
8523 (gnus-summary-mark-article-as-unread gnus-unread-mark))
8525 (gnus-summary-mark-article-as-unread gnus-ticked-mark)))
8526 (setq articles (cdr articles))))
8527 ;; Hide killed subtrees.
8529 gnus-thread-hide-killed
8530 (gnus-summary-hide-thread))
8531 ;; If marked as read, go to next unread subject.
8533 ;; Go to next unread subject.
8534 (gnus-summary-next-subject 1 t)))
8535 (gnus-set-mode-line 'summary))
8537 ;; Summary sorting commands
8539 (defun gnus-summary-sort-by-number (&optional reverse)
8540 "Sort the summary buffer by article number.
8541 Argument REVERSE means reverse order."
8543 (gnus-summary-sort 'number reverse))
8545 (defun gnus-summary-sort-by-author (&optional reverse)
8546 "Sort the summary buffer by author name alphabetically.
8547 If case-fold-search is non-nil, case of letters is ignored.
8548 Argument REVERSE means reverse order."
8550 (gnus-summary-sort 'author reverse))
8552 (defun gnus-summary-sort-by-subject (&optional reverse)
8553 "Sort the summary buffer by subject alphabetically. `Re:'s are ignored.
8554 If case-fold-search is non-nil, case of letters is ignored.
8555 Argument REVERSE means reverse order."
8557 (gnus-summary-sort 'subject reverse))
8559 (defun gnus-summary-sort-by-date (&optional reverse)
8560 "Sort the summary buffer by date.
8561 Argument REVERSE means reverse order."
8563 (gnus-summary-sort 'date reverse))
8565 (defun gnus-summary-sort-by-score (&optional reverse)
8566 "Sort the summary buffer by score.
8567 Argument REVERSE means reverse order."
8569 (gnus-summary-sort 'score reverse))
8571 (defun gnus-summary-sort-by-lines (&optional reverse)
8572 "Sort the summary buffer by article length.
8573 Argument REVERSE means reverse order."
8575 (gnus-summary-sort 'lines reverse))
8577 (defun gnus-summary-sort (predicate reverse)
8578 "Sort summary buffer by PREDICATE. REVERSE means reverse order."
8579 (let* ((thread (intern (format "gnus-thread-sort-by-%s" predicate)))
8580 (article (intern (format "gnus-article-sort-by-%s" predicate)))
8581 (gnus-thread-sort-functions
8586 (gnus-article-sort-functions
8592 (gnus-summary-prepare-hook nil))
8593 ;; We do the sorting by regenerating the threads.
8594 (gnus-summary-prepare)
8595 ;; Hide subthreads if needed.
8596 (when (and gnus-show-threads gnus-thread-hide-subtree)
8597 (gnus-summary-hide-all-threads))))
8599 ;; Summary saving commands.
8601 (defun gnus-summary-save-article (&optional n not-saved)
8602 "Save the current article using the default saver function.
8603 If N is a positive number, save the N next articles.
8604 If N is a negative number, save the N previous articles.
8605 If N is nil and any articles have been marked with the process mark,
8606 save those articles instead.
8607 The variable `gnus-default-article-saver' specifies the saver function."
8609 (let* ((articles (gnus-summary-work-articles n))
8610 (save-buffer (save-excursion
8611 (nnheader-set-temp-buffer " *Gnus Save*")))
8612 (num (length articles))
8613 header article file)
8615 (setq header (gnus-summary-article-header
8616 (setq article (pop articles))))
8617 (if (not (vectorp header))
8618 ;; This is a pseudo-article.
8619 (if (assq 'name header)
8620 (gnus-copy-file (cdr (assq 'name header)))
8621 (gnus-message 1 "Article %d is unsaveable" article))
8622 ;; This is a real article.
8623 (save-window-excursion
8624 (gnus-summary-select-article t nil nil article))
8626 (set-buffer save-buffer)
8628 (insert-buffer-substring gnus-original-article-buffer))
8629 (setq file (gnus-article-save save-buffer file num))
8630 (gnus-summary-remove-process-mark article)
8632 (gnus-summary-set-saved-mark article))))
8633 (gnus-kill-buffer save-buffer)
8634 (gnus-summary-position-point)
8635 (gnus-set-mode-line 'summary)
8638 (defun gnus-summary-pipe-output (&optional arg)
8639 "Pipe the current article to a subprocess.
8640 If N is a positive number, pipe the N next articles.
8641 If N is a negative number, pipe the N previous articles.
8642 If N is nil and any articles have been marked with the process mark,
8643 pipe those articles instead."
8645 (let ((gnus-default-article-saver 'gnus-summary-save-in-pipe))
8646 (gnus-summary-save-article arg t))
8647 (gnus-configure-windows 'pipe))
8649 (defun gnus-summary-save-article-mail (&optional arg)
8650 "Append the current article to an mail file.
8651 If N is a positive number, save the N next articles.
8652 If N is a negative number, save the N previous articles.
8653 If N is nil and any articles have been marked with the process mark,
8654 save those articles instead."
8656 (let ((gnus-default-article-saver 'gnus-summary-save-in-mail))
8657 (gnus-summary-save-article arg)))
8659 (defun gnus-summary-save-article-rmail (&optional arg)
8660 "Append the current article to an rmail file.
8661 If N is a positive number, save the N next articles.
8662 If N is a negative number, save the N previous articles.
8663 If N is nil and any articles have been marked with the process mark,
8664 save those articles instead."
8666 (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
8667 (gnus-summary-save-article arg)))
8669 (defun gnus-summary-save-article-file (&optional arg)
8670 "Append the current article to a file.
8671 If N is a positive number, save the N next articles.
8672 If N is a negative number, save the N previous articles.
8673 If N is nil and any articles have been marked with the process mark,
8674 save those articles instead."
8676 (let ((gnus-default-article-saver 'gnus-summary-save-in-file))
8677 (gnus-summary-save-article arg)))
8679 (defun gnus-summary-write-article-file (&optional arg)
8680 "Write the current article to a file, deleting the previous file.
8681 If N is a positive number, save the N next articles.
8682 If N is a negative number, save the N previous articles.
8683 If N is nil and any articles have been marked with the process mark,
8684 save those articles instead."
8686 (let ((gnus-default-article-saver 'gnus-summary-write-to-file))
8687 (gnus-summary-save-article arg)))
8689 (defun gnus-summary-save-article-body-file (&optional arg)
8690 "Append the current article body to a file.
8691 If N is a positive number, save the N next articles.
8692 If N is a negative number, save the N previous articles.
8693 If N is nil and any articles have been marked with the process mark,
8694 save those articles instead."
8696 (let ((gnus-default-article-saver 'gnus-summary-save-body-in-file))
8697 (gnus-summary-save-article arg)))
8699 (defun gnus-summary-pipe-message (program)
8700 "Pipe the current article through PROGRAM."
8701 (interactive "sProgram: ")
8702 (gnus-summary-select-article)
8703 (let ((mail-header-separator ""))
8704 (gnus-eval-in-buffer-window gnus-article-buffer
8707 (let ((start (window-start))
8709 (message-pipe-buffer-body program)
8710 (set-window-start (get-buffer-window (current-buffer)) start))))))
8712 (defun gnus-get-split-value (methods)
8713 "Return a value based on the split METHODS."
8714 (let (split-name method result match)
8717 (set-buffer gnus-original-article-buffer)
8719 (nnheader-narrow-to-headers)
8721 (goto-char (point-min))
8722 (setq method (pop methods))
8723 (setq match (car method))
8726 ;; Regular expression.
8728 (re-search-forward match nil t)))
8729 ((gnus-functionp match)
8733 (setq result (funcall match gnus-newsgroup-name))))
8738 (setq result (eval match)))))
8739 (setq split-name (append (cdr method) split-name))
8740 (cond ((stringp result)
8741 (push (expand-file-name
8742 result gnus-article-save-directory)
8745 (setq split-name (append result split-name)))))))))
8748 (defun gnus-valid-move-group-p (group)
8751 (symbol-value group)
8754 (car (gnus-find-method-for-group
8755 (symbol-name group))))
8756 gnus-valid-select-methods))))
8758 (defun gnus-read-move-group-name (prompt default articles prefix)
8759 "Read a group name."
8760 (let* ((split-name (gnus-get-split-value gnus-move-split-methods))
8761 (minibuffer-confirm-incomplete nil) ; XEmacs
8765 (if (> (length articles) 1)
8766 (format "these %d articles" (length articles))
8771 (gnus-completing-read default prom
8773 'gnus-valid-move-group-p
8775 'gnus-group-history))
8776 ((= 1 (length split-name))
8777 (gnus-completing-read (car split-name) prom
8779 'gnus-valid-move-group-p
8781 'gnus-group-history))
8783 (gnus-completing-read nil prom
8784 (mapcar (lambda (el) (list el))
8785 (nreverse split-name))
8787 'gnus-group-history)))))
8789 (if (or (string= to-newsgroup "")
8790 (string= to-newsgroup prefix))
8791 (setq to-newsgroup default))
8792 (unless to-newsgroup
8793 (error "No group name entered"))
8794 (or (gnus-active to-newsgroup)
8795 (gnus-activate-group to-newsgroup)
8796 (if (gnus-y-or-n-p (format "No such group: %s. Create it? "
8798 (or (and (gnus-request-create-group
8799 to-newsgroup (gnus-group-name-to-method to-newsgroup))
8800 (gnus-activate-group to-newsgroup nil nil
8801 (gnus-group-name-to-method
8803 (error "Couldn't create group %s" to-newsgroup)))
8804 (error "No such group: %s" to-newsgroup)))
8807 ;; Summary extract commands
8809 (defun gnus-summary-insert-pseudos (pslist &optional not-view)
8810 (let ((buffer-read-only nil)
8811 (article (gnus-summary-article-number))
8813 (unless (gnus-summary-goto-subject article)
8814 (error "No such article: %d" article))
8815 (gnus-summary-position-point)
8816 ;; If all commands are to be bunched up on one line, we collect
8818 (unless gnus-view-pseudos-separately
8819 (let ((ps (setq pslist (sort pslist 'gnus-pseudos<)))
8822 (setq action (cdr (assq 'action (car ps))))
8823 (setq files (list (cdr (assq 'name (car ps)))))
8824 (while (and ps (cdr ps)
8825 (string= (or action "1")
8826 (or (cdr (assq 'action (cadr ps))) "2")))
8827 (push (cdr (assq 'name (cadr ps))) files)
8828 (setcdr ps (cddr ps)))
8830 (when (not (string-match "%s" action))
8833 (when (assq 'execute (car ps))
8834 (setcdr (assq 'execute (car ps))
8835 (funcall (if (string-match "%s" action)
8842 (gnus-quote-arg-for-sh-or-csh f)))
8844 (setq ps (cdr ps)))))
8845 (if (and gnus-view-pseudos (not not-view))
8847 (when (assq 'execute (car pslist))
8848 (gnus-execute-command (cdr (assq 'execute (car pslist)))
8849 (eq gnus-view-pseudos 'not-confirm)))
8850 (setq pslist (cdr pslist)))
8853 (setq after-article (or (cdr (assq 'article (car pslist)))
8854 (gnus-summary-article-number)))
8855 (gnus-summary-goto-subject after-article)
8858 (insert " " (file-name-nondirectory
8859 (cdr (assq 'name (car pslist))))
8860 ": " (or (cdr (assq 'execute (car pslist))) "") "\n")
8862 (forward-line -1) ; back to `b'
8863 (gnus-add-text-properties
8864 b (1- e) (list 'gnus-number gnus-reffed-article-number
8865 gnus-mouse-face-prop gnus-mouse-face))
8867 after-article gnus-reffed-article-number
8868 gnus-unread-mark b (car pslist) 0 (- e b))
8869 (push gnus-reffed-article-number gnus-newsgroup-unreads)
8870 (setq gnus-reffed-article-number (1- gnus-reffed-article-number))
8871 (setq pslist (cdr pslist)))))))
8873 (defun gnus-pseudos< (p1 p2)
8874 (let ((c1 (cdr (assq 'action p1)))
8875 (c2 (cdr (assq 'action p2))))
8876 (and c1 c2 (string< c1 c2))))
8878 (defun gnus-request-pseudo-article (props)
8879 (cond ((assq 'execute props)
8880 (gnus-execute-command (cdr (assq 'execute props)))))
8881 (let ((gnus-current-article (gnus-summary-article-number)))
8882 (gnus-run-hooks 'gnus-mark-article-hook)))
8884 (defun gnus-execute-command (command &optional automatic)
8886 (gnus-article-setup-buffer)
8887 (set-buffer gnus-article-buffer)
8888 (setq buffer-read-only nil)
8889 (let ((command (if automatic command
8890 (read-string "Command: " (cons command 0)))))
8892 (insert "$ " command "\n\n")
8893 (if gnus-view-pseudo-asynchronously
8894 (start-process "gnus-execute" (current-buffer) shell-file-name
8895 shell-command-switch command)
8896 (call-process shell-file-name nil t nil
8897 shell-command-switch command)))))
8899 ;; Summary kill commands.
8901 (defun gnus-summary-edit-global-kill (article)
8902 "Edit the \"global\" kill file."
8903 (interactive (list (gnus-summary-article-number)))
8904 (gnus-group-edit-global-kill article))
8906 (defun gnus-summary-edit-local-kill ()
8907 "Edit a local kill file applied to the current newsgroup."
8909 (setq gnus-current-headers (gnus-summary-article-header))
8910 (gnus-group-edit-local-kill
8911 (gnus-summary-article-number) gnus-newsgroup-name))
8915 (defun gnus-read-header (id &optional header)
8916 "Read the headers of article ID and enter them into the Gnus system."
8917 (let ((group gnus-newsgroup-name)
8918 (gnus-override-method
8919 (and (gnus-news-group-p gnus-newsgroup-name)
8920 gnus-refer-article-method))
8922 ;; First we check to see whether the header in question is already
8925 ;; This is a Message-ID.
8926 (setq header (or header (gnus-id-to-header id)))
8927 ;; This is an article number.
8928 (setq header (or header (gnus-summary-article-header id))))
8930 (not (gnus-summary-article-sparse-p (mail-header-number header))))
8931 ;; We have found the header.
8933 ;; If this is a sparse article, we have to nix out its
8934 ;; previous entry in the thread hashtb.
8936 (gnus-summary-article-sparse-p (mail-header-number header)))
8937 (let* ((parent (gnus-parent-id (mail-header-references header)))
8938 (thread (and parent (gnus-id-to-thread parent))))
8940 (delq (assq header thread) thread))))
8941 ;; We have to really fetch the header to this article.
8943 (set-buffer nntp-server-buffer)
8944 (when (setq where (gnus-request-head id group))
8945 (nnheader-fold-continuation-lines)
8946 (goto-char (point-max))
8948 (goto-char (point-min))
8952 ((cdr where) (cdr where))
8953 (header (mail-header-number header))
8954 (t gnus-reffed-article-number))
8956 (insert " Article retrieved.\n"))
8958 (not (setq header (car (gnus-get-newsgroup-headers nil t)))))
8959 () ; Malformed head.
8960 (unless (gnus-summary-article-sparse-p (mail-header-number header))
8961 (when (and (stringp id)
8962 (not (string= (gnus-group-real-name group)
8964 ;; If we fetched by Message-ID and the article came
8965 ;; from a different group, we fudge some bogus article
8966 ;; numbers for this article.
8967 (mail-header-set-number header gnus-reffed-article-number))
8969 (set-buffer gnus-summary-buffer)
8970 (decf gnus-reffed-article-number)
8971 (gnus-remove-header (mail-header-number header))
8972 (push header gnus-newsgroup-headers)
8973 (setq gnus-current-headers header)
8974 (push (mail-header-number header) gnus-newsgroup-limit)))
8977 (defun gnus-remove-header (number)
8978 "Remove header NUMBER from `gnus-newsgroup-headers'."
8979 (if (and gnus-newsgroup-headers
8980 (= number (mail-header-number (car gnus-newsgroup-headers))))
8981 (pop gnus-newsgroup-headers)
8982 (let ((headers gnus-newsgroup-headers))
8983 (while (and (cdr headers)
8984 (not (= number (mail-header-number (cadr headers)))))
8987 (setcdr headers (cddr headers))))))
8990 ;;; summary highlights
8993 (defun gnus-highlight-selected-summary ()
8994 ;; Added by Per Abrahamsen <amanda@iesd.auc.dk>.
8995 ;; Highlight selected article in summary buffer
8996 (when gnus-summary-selected-face
8998 (let* ((beg (progn (beginning-of-line) (point)))
8999 (end (progn (end-of-line) (point)))
9000 ;; Fix by Mike Dugan <dugan@bucrf16.bu.edu>.
9001 (from (if (get-text-property beg gnus-mouse-face-prop)
9003 (or (next-single-property-change
9004 beg gnus-mouse-face-prop nil end)
9009 (or (next-single-property-change
9010 from gnus-mouse-face-prop nil end)
9012 ;; If no mouse-face prop on line we will have to = from = end,
9013 ;; so we highlight the entire line instead.
9014 (when (= (+ to 2) from)
9017 (if gnus-newsgroup-selected-overlay
9018 ;; Move old overlay.
9020 gnus-newsgroup-selected-overlay from to (current-buffer))
9021 ;; Create new overlay.
9023 (setq gnus-newsgroup-selected-overlay (gnus-make-overlay from to))
9024 'face gnus-summary-selected-face))))))
9026 ;; New implementation by Christian Limpach <Christian.Limpach@nice.ch>.
9027 (defun gnus-summary-highlight-line ()
9028 "Highlight current line according to `gnus-summary-highlight'."
9029 (let* ((list gnus-summary-highlight)
9031 (end (progn (end-of-line) (point)))
9032 ;; now find out where the line starts and leave point there.
9033 (beg (progn (beginning-of-line) (point)))
9034 (article (gnus-summary-article-number))
9035 (score (or (cdr (assq (or article gnus-current-article)
9036 gnus-newsgroup-scored))
9037 gnus-summary-default-score 0))
9038 (mark (or (gnus-summary-article-mark) gnus-unread-mark))
9039 (inhibit-read-only t))
9040 ;; Eval the cars of the lists until we find a match.
9041 (let ((default gnus-summary-default-score))
9043 (not (eval (caar list))))
9044 (setq list (cdr list))))
9045 (let ((face (cdar list)))
9046 (unless (eq face (get-text-property beg 'face))
9047 (gnus-put-text-property-excluding-characters-with-faces
9049 (setq face (if (boundp face) (symbol-value face) face)))
9050 (when gnus-summary-highlight-line-function
9051 (funcall gnus-summary-highlight-line-function article face))))
9054 (defun gnus-update-read-articles (group unread &optional compute)
9055 "Update the list of read articles in GROUP."
9056 (let* ((active (or gnus-newsgroup-active (gnus-active group)))
9057 (entry (gnus-gethash group gnus-newsrc-hashtb))
9058 (info (nth 2 entry))
9060 (unread (sort (copy-sequence unread) '<))
9062 (if (or (not info) (not active))
9063 ;; There is no info on this group if it was, in fact,
9064 ;; killed. Gnus stores no information on killed groups, so
9065 ;; there's nothing to be done.
9066 ;; One could store the information somewhere temporarily,
9067 ;; perhaps... Hmmm...
9069 ;; Remove any negative articles numbers.
9070 (while (and unread (< (car unread) 0))
9071 (setq unread (cdr unread)))
9072 ;; Remove any expired article numbers
9073 (while (and unread (< (car unread) (car active)))
9074 (setq unread (cdr unread)))
9075 ;; Compute the ranges of read articles by looking at the list of
9078 (when (/= (car unread) prev)
9079 (push (if (= prev (1- (car unread))) prev
9080 (cons prev (1- (car unread))))
9082 (setq prev (1+ (car unread)))
9083 (setq unread (cdr unread)))
9084 (when (<= prev (cdr active))
9085 (push (cons prev (cdr active)) read))
9086 (setq read (if (> (length read) 1) (nreverse read) read))
9090 (set-buffer gnus-group-buffer)
9093 (gnus-info-set-marks ',info ',(gnus-info-marks info) t)
9094 (gnus-info-set-read ',info ',(gnus-info-read info))
9095 (gnus-get-unread-articles-in-group ',info (gnus-active ,group))
9096 (gnus-group-update-group ,group t))))
9097 ;; Propagate the read marks to the backend.
9098 (if (gnus-check-backend-function 'request-set-mark group)
9099 (let ((del (gnus-remove-from-range (gnus-info-read info) read))
9100 (add (gnus-remove-from-range read (gnus-info-read info))))
9102 (gnus-request-set-mark
9103 group (delq nil (list (if add (list add 'add '(read)))
9104 (if del (list del 'del '(read)))))))))
9105 ;; Enter this list into the group info.
9106 (gnus-info-set-read info read)
9107 ;; Set the number of unread articles in gnus-newsrc-hashtb.
9108 (gnus-get-unread-articles-in-group info (gnus-active group))
9111 (defun gnus-offer-save-summaries ()
9112 "Offer to save all active summary buffers."
9114 (let ((buflist (buffer-list))
9116 ;; Go through all buffers and find all summaries.
9118 (and (setq bufname (buffer-name (car buflist)))
9119 (string-match "Summary" bufname)
9121 (set-buffer bufname)
9122 ;; We check that this is, indeed, a summary buffer.
9123 (and (eq major-mode 'gnus-summary-mode)
9124 ;; Also make sure this isn't bogus.
9125 gnus-newsgroup-prepared
9126 ;; Also make sure that this isn't a dead summary buffer.
9127 (not gnus-dead-summary-mode)))
9128 (push bufname buffers))
9129 (setq buflist (cdr buflist)))
9130 ;; Go through all these summary buffers and offer to save them.
9133 "Update summary buffer %s? "
9135 (switch-to-buffer buf)
9136 (gnus-summary-exit))
9140 ;;; @ for mime-partial
9143 (defun gnus-request-partial-message ()
9145 (let ((number (gnus-summary-article-number))
9146 (group gnus-newsgroup-name)
9147 (mother gnus-article-buffer))
9148 (set-buffer (get-buffer-create " *Partial Article*"))
9150 (setq mime-preview-buffer mother)
9151 (gnus-request-article-this-buffer number group)
9155 (autoload 'mime-combine-message/partial-pieces-automatically
9157 "Internal method to combine message/partial messages automatically.")
9160 'action '((type . message)(subtype . partial)
9161 (major-mode . gnus-original-article-mode)
9162 (method . mime-combine-message/partial-pieces-automatically)
9163 (summary-buffer-exp . gnus-summary-buffer)
9164 (request-partial-message-method . gnus-request-partial-message)
9171 (defun gnus-summary-setup-default-charset ()
9172 "Setup newsgroup default charset."
9173 (let ((name (and gnus-newsgroup-name
9174 (gnus-group-real-name gnus-newsgroup-name))))
9175 (setq gnus-newsgroup-charset
9176 (or (and gnus-newsgroup-name
9177 (or (gnus-group-find-parameter gnus-newsgroup-name 'charset)
9178 (let ((alist gnus-group-charset-alist)
9180 (while (setq elem (pop alist))
9182 (string-match (car elem) name))
9184 charset (cadr elem))))
9186 gnus-default-charset))))
9192 (defun gnus-summary-display-buttonized (&optional show-all-parts)
9193 "Display the current article buffer fully MIME-buttonized.
9194 If SHOW-ALL-PARTS (the prefix) is non-nil, all multipart/* parts are
9195 treated as multipart/mixed."
9198 (let ((gnus-unbuttonized-mime-types nil)
9199 (gnus-mime-display-multipart-as-mixed show-all-parts))
9200 (gnus-summary-show-article)))
9202 (defun gnus-summary-repair-multipart (article)
9203 "Add a Content-Type header to a multipart article without one."
9204 (interactive (list (gnus-summary-article-number)))
9205 (gnus-with-article article
9206 (message-narrow-to-head)
9207 (goto-char (point-max))
9209 (when (search-forward "\n--" nil t)
9210 (let ((separator (buffer-substring (point) (gnus-point-at-eol))))
9211 (message-narrow-to-head)
9212 (message-remove-header "Mime-Version")
9213 (message-remove-header "Content-Type")
9214 (goto-char (point-max))
9215 (insert (format "Content-Type: multipart/mixed; boundary=\"%s\"\n"
9217 (insert "Mime-Version: 1.0\n")
9219 (let (gnus-mark-article-hook)
9220 (gnus-summary-select-article t t nil article)))
9222 (defun gnus-summary-toggle-display-buttonized ()
9223 "Toggle the buttonizing of the article buffer."
9226 (if (setq gnus-inhibit-mime-unbuttonizing
9227 (not gnus-inhibit-mime-unbuttonizing))
9228 (let ((gnus-unbuttonized-mime-types nil))
9229 (gnus-summary-show-article))
9230 (gnus-summary-show-article)))
9236 (run-hooks 'gnus-sum-load-hook)
9238 ;;; gnus-sum.el ends here