Have shr switch buffer truncation on if there are big tables.
[gnus] / lisp / gnus-art.el
1 ;;; gnus-art.el --- article mode commands for Gnus
2
3 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 ;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
5
6 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
7 ;; Keywords: news
8
9 ;; This file is part of GNU Emacs.
10
11 ;; GNU Emacs is free software: you can redistribute it and/or modify
12 ;; it under the terms of the GNU General Public License as published by
13 ;; the Free Software Foundation, either version 3 of the License, or
14 ;; (at your option) any later version.
15
16 ;; GNU Emacs is distributed in the hope that it will be useful,
17 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
18 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 ;; GNU General Public License for more details.
20
21 ;; You should have received a copy of the GNU General Public License
22 ;; along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
23
24 ;;; Commentary:
25
26 ;;; Code:
27
28 ;; For Emacs <22.2 and XEmacs.
29 (eval-and-compile
30   (unless (fboundp 'declare-function) (defmacro declare-function (&rest r))))
31 (eval-when-compile
32   (require 'cl))
33 (defvar tool-bar-map)
34 (defvar w3m-minor-mode-map)
35
36 (require 'gnus)
37 (require 'gnus-sum)
38 (require 'gnus-spec)
39 (require 'gnus-int)
40 (require 'gnus-win)
41 (require 'mm-bodies)
42 (require 'mail-parse)
43 (require 'mm-decode)
44 (require 'mm-view)
45 (require 'wid-edit)
46 (require 'mm-uu)
47 (require 'message)
48
49 (autoload 'gnus-msg-mail "gnus-msg" nil t)
50 (autoload 'gnus-button-mailto "gnus-msg")
51 (autoload 'gnus-button-reply "gnus-msg" nil t)
52 (autoload 'parse-time-string "parse-time" nil nil)
53 (autoload 'ansi-color-apply-on-region "ansi-color")
54 (autoload 'mm-url-insert-file-contents-external "mm-url")
55 (autoload 'mm-extern-cache-contents "mm-extern")
56
57 (defgroup gnus-article nil
58   "Article display."
59   :link '(custom-manual "(gnus)Article Buffer")
60   :group 'gnus)
61
62 (defgroup gnus-article-treat nil
63   "Treating article parts."
64   :link '(custom-manual "(gnus)Article Hiding")
65   :group 'gnus-article)
66
67 (defgroup gnus-article-hiding nil
68   "Hiding article parts."
69   :link '(custom-manual "(gnus)Article Hiding")
70   :group 'gnus-article)
71
72 (defgroup gnus-article-highlight nil
73   "Article highlighting."
74   :link '(custom-manual "(gnus)Article Highlighting")
75   :group 'gnus-article
76   :group 'gnus-visual)
77
78 (defgroup gnus-article-signature nil
79   "Article signatures."
80   :link '(custom-manual "(gnus)Article Signature")
81   :group 'gnus-article)
82
83 (defgroup gnus-article-headers nil
84   "Article headers."
85   :link '(custom-manual "(gnus)Hiding Headers")
86   :group 'gnus-article)
87
88 (defgroup gnus-article-washing nil
89   "Special commands on articles."
90   :link '(custom-manual "(gnus)Article Washing")
91   :group 'gnus-article)
92
93 (defgroup gnus-article-emphasis nil
94   "Fontisizing articles."
95   :link '(custom-manual "(gnus)Article Fontisizing")
96   :group 'gnus-article)
97
98 (defgroup gnus-article-saving nil
99   "Saving articles."
100   :link '(custom-manual "(gnus)Saving Articles")
101   :group 'gnus-article)
102
103 (defgroup gnus-article-mime nil
104   "Worshiping the MIME wonder."
105   :link '(custom-manual "(gnus)Using MIME")
106   :group 'gnus-article)
107
108 (defgroup gnus-article-buttons nil
109   "Pushable buttons in the article buffer."
110   :link '(custom-manual "(gnus)Article Buttons")
111   :group 'gnus-article)
112
113 (defgroup gnus-article-various nil
114   "Other article options."
115   :link '(custom-manual "(gnus)Misc Article")
116   :group 'gnus-article)
117
118 (defcustom gnus-ignored-headers
119   (mapcar
120    (lambda (header)
121      (concat "^" header ":"))
122    '("Path" "Expires" "Date-Received" "References" "Xref" "Lines"
123      "Relay-Version" "Message-ID" "Approved" "Sender" "Received"
124      "X-UIDL" "MIME-Version" "Return-Path" "In-Reply-To"
125      "Content-Type" "Content-Transfer-Encoding" "X-WebTV-Signature"
126      "X-MimeOLE" "X-MSMail-Priority" "X-Priority" "X-Loop"
127      "X-Authentication-Warning" "X-MIME-Autoconverted" "X-Face"
128      "X-Attribution" "X-Originating-IP" "Delivered-To"
129      "NNTP-[-A-Za-z]+" "Distribution" "X-no-archive" "X-Trace"
130      "X-Complaints-To" "X-NNTP-Posting-Host" "X-Orig.*"
131      "Abuse-Reports-To" "Cache-Post-Path" "X-Article-Creation-Date"
132      "X-Poster" "X-Mail2News-Path" "X-Server-Date" "X-Cache"
133      "Originator" "X-Problems-To" "X-Auth-User" "X-Post-Time"
134      "X-Admin" "X-UID" "Resent-[-A-Za-z]+" "X-Mailing-List"
135      "Precedence" "Original-[-A-Za-z]+" "X-filename" "X-Orcpt"
136      "Old-Received" "X-Pgp" "X-Auth" "X-From-Line"
137      "X-Gnus-Article-Number" "X-Majordomo" "X-Url" "X-Sender"
138      "MBOX-Line" "Priority" "X400-[-A-Za-z]+"
139      "Status" "X-Gnus-Mail-Source" "Cancel-Lock"
140      "X-FTN" "X-EXP32-SerialNo" "Encoding" "Importance"
141      "Autoforwarded" "Original-Encoded-Information-Types" "X-Ya-Pop3"
142      "X-Face-Version" "X-Vms-To" "X-ML-NAME" "X-ML-COUNT"
143      "Mailing-List" "X-finfo" "X-md5sum" "X-md5sum-Origin"
144      "X-Sun-Charset" "X-Accept-Language" "X-Envelope-Sender"
145      "List-[A-Za-z]+" "X-Listprocessor-Version"
146      "X-Received" "X-Distribute" "X-Sequence" "X-Juno-Line-Breaks"
147      "X-Notes-Item" "X-MS-TNEF-Correlator" "x-uunet-gateway"
148      "X-Received" "Content-length" "X-precedence"
149      "X-Authenticated-User" "X-Comment" "X-Report" "X-Abuse-Info"
150      "X-HTTP-Proxy" "X-Mydeja-Info" "X-Copyright" "X-No-Markup"
151      "X-Abuse-Info" "X-From_" "X-Accept-Language" "Errors-To"
152      "X-BeenThere" "X-Mailman-Version" "List-Help" "List-Post"
153      "List-Subscribe" "List-Id" "List-Unsubscribe" "List-Archive"
154      "X-Content-length" "X-Posting-Agent" "Original-Received"
155      "X-Request-PGP" "X-Fingerprint" "X-WRIEnvto" "X-WRIEnvfrom"
156      "X-Virus-Scanned" "X-Delivery-Agent" "Posted-Date" "X-Gateway"
157      "X-Local-Origin" "X-Local-Destination" "X-UserInfo1"
158      "X-Received-Date" "X-Hashcash" "Face" "X-DMCA-Notifications"
159      "X-Abuse-and-DMCA-Info" "X-Postfilter" "X-Gpg-.*" "X-Disclaimer"
160      "Envelope-To" "X-Spam-Score" "System-Type" "X-Injected-Via-Gmane"
161      "X-Gmane-NNTP-Posting-Host" "Jabber-ID" "Archived-At"
162      "Envelope-Sender" "Envelope-Recipients"))
163   "*All headers that start with this regexp will be hidden.
164 This variable can also be a list of regexps of headers to be ignored.
165 If `gnus-visible-headers' is non-nil, this variable will be ignored."
166   :type '(choice :custom-show nil
167                  regexp
168                  (repeat regexp))
169   :group 'gnus-article-hiding)
170
171 (defcustom gnus-visible-headers
172   "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^Followup-To:\\|^Reply-To:\\|^Organization:\\|^Summary:\\|^Keywords:\\|^To:\\|^[BGF]?Cc:\\|^Posted-To:\\|^Mail-Copies-To:\\|^Mail-Followup-To:\\|^Apparently-To:\\|^Gnus-Warning:\\|^Resent-From:\\|^X-Sent:"
173   "*All headers that do not match this regexp will be hidden.
174 This variable can also be a list of regexp of headers to remain visible.
175 If this variable is non-nil, `gnus-ignored-headers' will be ignored."
176   :type '(choice
177           (repeat :value-to-internal (lambda (widget value)
178                                        (custom-split-regexp-maybe value))
179                   :match (lambda (widget value)
180                            (or (stringp value)
181                                (widget-editable-list-match widget value)))
182                   regexp)
183           (const :tag "Use gnus-ignored-headers" nil)
184           regexp)
185   :group 'gnus-article-hiding)
186
187 (defcustom gnus-sorted-header-list
188   '("^From:" "^Subject:" "^Summary:" "^Keywords:" "^Newsgroups:"
189     "^Followup-To:" "^To:" "^Cc:" "^Date:" "^Organization:")
190   "*This variable is a list of regular expressions.
191 If it is non-nil, headers that match the regular expressions will
192 be placed first in the article buffer in the sequence specified by
193 this list."
194   :type '(repeat regexp)
195   :group 'gnus-article-hiding)
196
197 (defcustom gnus-boring-article-headers '(empty followup-to reply-to)
198   "Headers that are only to be displayed if they have interesting data.
199 Possible values in this list are:
200
201   'empty       Headers with no content.
202   'newsgroups  Newsgroup identical to Gnus group.
203   'to-address  To identical to To-address.
204   'to-list     To identical to To-list.
205   'cc-list     CC identical to To-list.
206   'followup-to Followup-to identical to Newsgroups.
207   'reply-to    Reply-to identical to From.
208   'date        Date less than four days old.
209   'long-to     To and/or Cc longer than 1024 characters.
210   'many-to     Multiple To and/or Cc."
211   :type '(set (const :tag "Headers with no content." empty)
212               (const :tag "Newsgroups identical to Gnus group." newsgroups)
213               (const :tag "To identical to To-address." to-address)
214               (const :tag "To identical to To-list." to-list)
215               (const :tag "CC identical to To-list." cc-list)
216               (const :tag "Followup-to identical to Newsgroups." followup-to)
217               (const :tag "Reply-to identical to From." reply-to)
218               (const :tag "Date less than four days old." date)
219               (const :tag "To and/or Cc longer than 1024 characters." long-to)
220               (const :tag "Multiple To and/or Cc headers." many-to))
221   :group 'gnus-article-hiding)
222
223 (defcustom gnus-article-skip-boring nil
224   "Skip over text that is not worth reading.
225 By default, if you set this t, then Gnus will display citations and
226 signatures, but will never scroll down to show you a page consisting
227 only of boring text.  Boring text is controlled by
228 `gnus-article-boring-faces'."
229   :version "22.1"
230   :type 'boolean
231   :group 'gnus-article-hiding)
232
233 (defcustom gnus-signature-separator '("^-- $" "^-- *$")
234   "Regexp matching signature separator.
235 This can also be a list of regexps.  In that case, it will be checked
236 from head to tail looking for a separator.  Searches will be done from
237 the end of the buffer."
238   :type '(choice :format "%{%t%}: %[Value Menu%]\n%v"
239                  (regexp)
240                  (repeat :tag "List of regexp" regexp))
241   :group 'gnus-article-signature)
242
243 (defcustom gnus-signature-limit nil
244   "Provide a limit to what is considered a signature.
245 If it is a number, no signature may not be longer (in characters) than
246 that number.  If it is a floating point number, no signature may be
247 longer (in lines) than that number.  If it is a function, the function
248 will be called without any parameters, and if it returns nil, there is
249 no signature in the buffer.  If it is a string, it will be used as a
250 regexp.  If it matches, the text in question is not a signature.
251
252 This can also be a list of the above values."
253   :type '(choice (const nil)
254                  (integer :value 200)
255                  (number :value 4.0)
256                  function
257                  (regexp :value ".*"))
258   :group 'gnus-article-signature)
259
260 (defcustom gnus-hidden-properties '(invisible t intangible t)
261   "Property list to use for hiding text."
262   :type 'sexp
263   :group 'gnus-article-hiding)
264
265 ;; Fixme: This isn't the right thing for mixed graphical and non-graphical
266 ;; frames in a session.
267 (defcustom gnus-article-x-face-command
268   (if (featurep 'xemacs)
269       (if (or (gnus-image-type-available-p 'xface)
270               (gnus-image-type-available-p 'pbm))
271           'gnus-display-x-face-in-from
272         "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | ee -")
273     (if (gnus-image-type-available-p 'pbm)
274         'gnus-display-x-face-in-from
275       "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | \
276 display -"))
277   "*String or function to be executed to display an X-Face header.
278 If it is a string, the command will be executed in a sub-shell
279 asynchronously.  The compressed face will be piped to this command."
280   :type `(choice string
281                  (function-item gnus-display-x-face-in-from)
282                  function)
283   :version "21.1"
284   :group 'gnus-picon
285   :group 'gnus-article-washing)
286
287 (defcustom gnus-article-x-face-too-ugly nil
288   "Regexp matching posters whose face shouldn't be shown automatically."
289   :type '(choice regexp (const nil))
290   :group 'gnus-article-washing)
291
292 (defcustom gnus-article-banner-alist nil
293   "Banner alist for stripping.
294 For example,
295      ((egroups . \"^[ \\t\\n]*-------------------+\\\\( \\\\(e\\\\|Yahoo! \\\\)Groups Sponsor -+\\\\)?....\\n\\\\(.+\\n\\\\)+\"))"
296   :version "21.1"
297   :type '(repeat (cons symbol regexp))
298   :group 'gnus-article-washing)
299
300 (gnus-define-group-parameter
301  banner
302  :variable-document
303  "Alist of regexps (to match group names) and banner."
304  :variable-group gnus-article-washing
305  :parameter-type
306  '(choice :tag "Banner"
307           :value nil
308           (const :tag "Remove signature" signature)
309           (symbol :tag "Item in `gnus-article-banner-alist'" none)
310           regexp
311           (const :tag "None" nil))
312  :parameter-document
313  "If non-nil, specify how to remove `banners' from articles.
314
315 Symbol `signature' means to remove signatures delimited by
316 `gnus-signature-separator'.  Any other symbol is used to look up a
317 regular expression to match the banner in `gnus-article-banner-alist'.
318 A string is used as a regular expression to match the banner
319 directly.")
320
321 (defcustom gnus-article-address-banner-alist nil
322   "Alist of mail addresses and banners.
323 Each element has the form (ADDRESS . BANNER), where ADDRESS is a regexp
324 to match a mail address in the From: header, BANNER is one of a symbol
325 `signature', an item in `gnus-article-banner-alist', a regexp and nil.
326 If ADDRESS matches author's mail address, it will remove things like
327 advertisements.  For example:
328
329 \((\"@yoo-hoo\\\\.co\\\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
330 "
331   :type '(repeat
332           (cons
333            (regexp :tag "Address")
334            (choice :tag "Banner" :value nil
335                    (const :tag "Remove signature" signature)
336                    (symbol :tag "Item in `gnus-article-banner-alist'" none)
337                    regexp
338                    (const :tag "None" nil))))
339   :version "22.1"
340   :group 'gnus-article-washing)
341
342 (defmacro gnus-emphasis-custom-with-format (&rest body)
343   `(let ((format "\
344 \\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\
345 \\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)"))
346      ,@body))
347
348 (defun gnus-emphasis-custom-value-to-external (value)
349   (gnus-emphasis-custom-with-format
350    (if (consp (car value))
351        (list (format format (car (car value)) (cdr (car value)))
352              2
353              (if (nth 1 value) 2 3)
354              (nth 2 value))
355      value)))
356
357 (defun gnus-emphasis-custom-value-to-internal (value)
358   (gnus-emphasis-custom-with-format
359    (let ((regexp (concat "\\`"
360                          (format (regexp-quote format)
361                                  "\\([^()]+\\)" "\\([^()]+\\)")
362                          "\\'"))
363          pattern)
364      (if (string-match regexp (setq pattern (car value)))
365          (list (cons (match-string 1 pattern) (match-string 2 pattern))
366                (= (nth 2 value) 2)
367                (nth 3 value))
368        value))))
369
370 (defcustom gnus-emphasis-alist
371   (let ((types
372          '(("\\*" "\\*" bold nil 2)
373            ("_" "_" underline)
374            ("/" "/" italic)
375            ("_/" "/_" underline-italic)
376            ("_\\*" "\\*_" underline-bold)
377            ("\\*/" "/\\*" bold-italic)
378            ("_\\*/" "/\\*_" underline-bold-italic))))
379     (nconc
380      (gnus-emphasis-custom-with-format
381       (mapcar (lambda (spec)
382                 (list (format format (car spec) (cadr spec))
383                       (or (nth 3 spec) 2)
384                       (or (nth 4 spec) 3)
385                       (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
386               types))
387      '(;; I've never seen anyone use this strikethru convention whereas I've
388        ;; several times seen it triggered by normal text.  --Stef
389        ;; Miles suggests that this form is sometimes used but for italics,
390        ;; so maybe we should map it to `italic'.
391        ;; ("\\(\\s-\\|^\\)\\(-\\(\\(\\w\\|-[^-]\\)+\\)-\\)\\(\\s-\\|[?!.,;]\\)"
392        ;; 2 3 gnus-emphasis-strikethru)
393        ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
394         2 3 gnus-emphasis-underline))))
395   "*Alist that says how to fontify certain phrases.
396 Each item looks like this:
397
398   (\"_\\\\(\\\\w+\\\\)_\" 0 1 'underline)
399
400 The first element is a regular expression to be matched.  The second
401 is a number that says what regular expression grouping used to find
402 the entire emphasized word.  The third is a number that says what
403 regexp grouping should be displayed and highlighted.  The fourth
404 is the face used for highlighting."
405   :type
406   '(repeat
407     (menu-choice
408      :format "%[Customizing Style%]\n%v"
409      :indent 2
410      (group :tag "Default"
411             :value ("" 0 0 default)
412             :value-create
413             (lambda (widget)
414               (let ((value (widget-get
415                             (cadr (widget-get (widget-get widget :parent)
416                                               :args))
417                             :value)))
418                 (if (not (eq (nth 2 value) 'default))
419                     (widget-put
420                      widget
421                      :value
422                      (gnus-emphasis-custom-value-to-external value))))
423               (widget-group-value-create widget))
424             regexp
425             (integer :format "Match group: %v")
426             (integer :format "Emphasize group: %v")
427             face)
428      (group :tag "Simple"
429             :value (("_" . "_") nil default)
430             (cons :format "%v"
431                   (regexp :format "Start regexp: %v")
432                   (regexp :format "End regexp: %v"))
433             (boolean :format "Show start and end patterns: %[%v%]\n"
434                      :on " On " :off " Off ")
435             face)))
436   :get (lambda (symbol)
437          (mapcar 'gnus-emphasis-custom-value-to-internal
438                  (default-value symbol)))
439   :set (lambda (symbol value)
440          (set-default symbol (mapcar 'gnus-emphasis-custom-value-to-external
441                                      value)))
442   :group 'gnus-article-emphasis)
443
444 (defcustom gnus-emphasize-whitespace-regexp "^[ \t]+\\|[ \t]*\n"
445   "A regexp to describe whitespace which should not be emphasized.
446 Typical values are \"^[ \\t]+\\\\|[ \\t]*\\n\" and \"[ \\t]+\\\\|[ \\t]*\\n\".
447 The former avoids underlining of leading and trailing whitespace,
448 and the latter avoids underlining any whitespace at all."
449   :version "21.1"
450   :group 'gnus-article-emphasis
451   :type 'regexp)
452
453 (defface gnus-emphasis-bold '((t (:bold t)))
454   "Face used for displaying strong emphasized text (*word*)."
455   :group 'gnus-article-emphasis)
456
457 (defface gnus-emphasis-italic '((t (:italic t)))
458   "Face used for displaying italic emphasized text (/word/)."
459   :group 'gnus-article-emphasis)
460
461 (defface gnus-emphasis-underline '((t (:underline t)))
462   "Face used for displaying underlined emphasized text (_word_)."
463   :group 'gnus-article-emphasis)
464
465 (defface gnus-emphasis-underline-bold '((t (:bold t :underline t)))
466   "Face used for displaying underlined bold emphasized text (_*word*_)."
467   :group 'gnus-article-emphasis)
468
469 (defface gnus-emphasis-underline-italic '((t (:italic t :underline t)))
470   "Face used for displaying underlined italic emphasized text (_/word/_)."
471   :group 'gnus-article-emphasis)
472
473 (defface gnus-emphasis-bold-italic '((t (:bold t :italic t)))
474   "Face used for displaying bold italic emphasized text (/*word*/)."
475   :group 'gnus-article-emphasis)
476
477 (defface gnus-emphasis-underline-bold-italic
478   '((t (:bold t :italic t :underline t)))
479   "Face used for displaying underlined bold italic emphasized text.
480 Example: (_/*word*/_)."
481   :group 'gnus-article-emphasis)
482
483 (defface gnus-emphasis-strikethru (if (featurep 'xemacs)
484                                       '((t (:strikethru t)))
485                                     '((t (:strike-through t))))
486   "Face used for displaying strike-through text (-word-)."
487   :group 'gnus-article-emphasis)
488
489 (defface gnus-emphasis-highlight-words
490   '((t (:background "black" :foreground "yellow")))
491   "Face used for displaying highlighted words."
492   :group 'gnus-article-emphasis)
493
494 (defcustom gnus-article-time-format "%a, %d %b %Y %T %Z"
495   "Format for display of Date headers in article bodies.
496 See `format-time-string' for the possible values.
497
498 The variable can also be function, which should return a complete Date
499 header.  The function is called with one argument, the time, which can
500 be fed to `format-time-string'."
501   :type '(choice string function)
502   :link '(custom-manual "(gnus)Article Date")
503   :group 'gnus-article-washing)
504
505 (defcustom gnus-save-all-headers t
506   "*If non-nil, don't remove any headers before saving.
507 This will be overridden by the `:headers' property that the symbol of
508 the saver function, which is specified by `gnus-default-article-saver',
509 might have."
510   :group 'gnus-article-saving
511   :type 'boolean)
512
513 (defcustom gnus-prompt-before-saving 'always
514   "*This variable says how much prompting is to be done when saving articles.
515 If it is nil, no prompting will be done, and the articles will be
516 saved to the default files.  If this variable is `always', each and
517 every article that is saved will be preceded by a prompt, even when
518 saving large batches of articles.  If this variable is neither nil not
519 `always', there the user will be prompted once for a file name for
520 each invocation of the saving commands."
521   :group 'gnus-article-saving
522   :type '(choice (item always)
523                  (item :tag "never" nil)
524                  (sexp :tag "once" :format "%t\n" :value t)))
525
526 (defcustom gnus-saved-headers gnus-visible-headers
527   "Headers to keep if `gnus-save-all-headers' is nil.
528 If `gnus-save-all-headers' is non-nil, this variable will be ignored.
529 If that variable is nil, however, all headers that match this regexp
530 will be kept while the rest will be deleted before saving.  This and
531 `gnus-save-all-headers' will be overridden by the `:headers' property
532 that the symbol of the saver function, which is specified by
533 `gnus-default-article-saver', might have."
534   :group 'gnus-article-saving
535   :type 'regexp)
536
537 ;; Note that "Rmail format" is mbox since Emacs 23, but Babyl before.
538 (defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail
539   "A function to save articles in your favourite format.
540 The function will be called by way of the `gnus-summary-save-article'
541 command, and friends such as `gnus-summary-save-article-rmail'.
542
543 Gnus provides the following functions:
544
545 * gnus-summary-save-in-rmail (Rmail format)
546 * gnus-summary-save-in-mail (Unix mail format)
547 * gnus-summary-save-in-folder (MH folder)
548 * gnus-summary-save-in-file (article format)
549 * gnus-summary-save-body-in-file (article body)
550 * gnus-summary-save-in-vm (use VM's folder format)
551 * gnus-summary-write-to-file (article format -- overwrite)
552 * gnus-summary-write-body-to-file (article body -- overwrite)
553 * gnus-summary-save-in-pipe (article format)
554
555 The symbol of each function may have the following properties:
556
557 * :decode
558 The value non-nil means save decoded articles.  This is meaningful
559 only with `gnus-summary-save-in-file', `gnus-summary-save-body-in-file',
560 `gnus-summary-write-to-file', `gnus-summary-write-body-to-file', and
561 `gnus-summary-save-in-pipe'.
562
563 * :function
564 The value specifies an alternative function which appends, not
565 overwrites, articles to a file.  This implies that when saving many
566 articles at a time, `gnus-prompt-before-saving' is bound to t and all
567 articles are saved in a single file.  This is meaningful only with
568 `gnus-summary-write-to-file' and `gnus-summary-write-body-to-file'.
569
570 * :headers
571 The value specifies the symbol of a variable of which the value
572 specifies headers to be saved.  If it is omitted,
573 `gnus-save-all-headers' and `gnus-saved-headers' control what
574 headers should be saved."
575   :group 'gnus-article-saving
576   :type '(radio (function-item gnus-summary-save-in-rmail)
577                 (function-item gnus-summary-save-in-mail)
578                 (function-item gnus-summary-save-in-folder)
579                 (function-item gnus-summary-save-in-file)
580                 (function-item gnus-summary-save-body-in-file)
581                 (function-item gnus-summary-save-in-vm)
582                 (function-item gnus-summary-write-to-file)
583                 (function-item gnus-summary-write-body-to-file)
584                 (function-item gnus-summary-save-in-pipe)
585                 (function)))
586
587 (defcustom gnus-article-save-coding-system
588   (or (and (mm-coding-system-p 'utf-8) 'utf-8)
589       (and (mm-coding-system-p 'iso-2022-7bit) 'iso-2022-7bit)
590       (and (mm-coding-system-p 'emacs-mule) 'emacs-mule)
591       (and (mm-coding-system-p 'escape-quoted) 'escape-quoted))
592   "Coding system used to save decoded articles to a file.
593
594 The recommended coding systems are `utf-8', `iso-2022-7bit' and so on,
595 which can safely encode any characters in text.  This is used by the
596 commands including:
597
598 * gnus-summary-save-article-file
599 * gnus-summary-save-article-body-file
600 * gnus-summary-write-article-file
601 * gnus-summary-write-article-body-file
602
603 and the functions to which you may set `gnus-default-article-saver':
604
605 * gnus-summary-save-in-file
606 * gnus-summary-save-body-in-file
607 * gnus-summary-write-to-file
608 * gnus-summary-write-body-to-file
609
610 Those commands and functions save just text displayed in the article
611 buffer to a file if the value of this variable is non-nil.  Note that
612 buttonized MIME parts will be lost in a saved file in that case.
613 Otherwise, raw articles will be saved."
614   :group 'gnus-article-saving
615   :type `(choice
616           :format "%{%t%}:\n %[Value Menu%] %v"
617           (const :tag "Save raw articles" nil)
618           ,@(delq nil
619                   (mapcar
620                    (lambda (arg) (if (mm-coding-system-p (nth 3 arg)) arg))
621                    '((const :tag "UTF-8" utf-8)
622                      (const :tag "iso-2022-7bit" iso-2022-7bit)
623                      (const :tag "Emacs internal" emacs-mule)
624                      (const :tag "escape-quoted" escape-quoted))))
625           (symbol :tag "Coding system")))
626
627 (defcustom gnus-rmail-save-name 'gnus-plain-save-name
628   "A function generating a file name to save articles in Rmail format.
629 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
630   :group 'gnus-article-saving
631   :type 'function)
632
633 (defcustom gnus-mail-save-name 'gnus-plain-save-name
634   "A function generating a file name to save articles in Unix mail format.
635 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
636   :group 'gnus-article-saving
637   :type 'function)
638
639 (defcustom gnus-folder-save-name 'gnus-folder-save-name
640   "A function generating a file name to save articles in MH folder.
641 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER."
642   :group 'gnus-article-saving
643   :type 'function)
644
645 (defcustom gnus-file-save-name 'gnus-numeric-save-name
646   "A function generating a file name to save articles in article format.
647 The function is called with NEWSGROUP, HEADERS, and optional
648 LAST-FILE."
649   :group 'gnus-article-saving
650   :type 'function)
651
652 (defcustom gnus-split-methods
653   '((gnus-article-archive-name)
654     (gnus-article-nndoc-name))
655   "*Variable used to suggest where articles are to be saved.
656 For instance, if you would like to save articles related to Gnus in
657 the file \"gnus-stuff\", and articles related to VM in \"vm-stuff\",
658 you could set this variable to something like:
659
660  '((\"^Subject:.*gnus\\|^Newsgroups:.*gnus\" \"gnus-stuff\")
661    (\"^Subject:.*vm\\|^Xref:.*vm\" \"vm-stuff\"))
662
663 This variable is an alist where the key is the match and the
664 value is a list of possible files to save in if the match is
665 non-nil.
666
667 If the match is a string, it is used as a regexp match on the
668 article.  If the match is a symbol, that symbol will be funcalled
669 from the buffer of the article to be saved with the newsgroup as the
670 parameter.  If it is a list, it will be evaled in the same buffer.
671
672 If this form or function returns a string, this string will be used as a
673 possible file name; and if it returns a non-nil list, that list will be
674 used as possible file names."
675   :group 'gnus-article-saving
676   :type '(repeat (choice (list :value (fun) function)
677                          (cons :value ("" "") regexp (repeat string))
678                          (sexp :value nil))))
679
680 (defcustom gnus-page-delimiter "^\^L"
681   "*Regexp describing what to use as article page delimiters.
682 The default value is \"^\^L\", which is a form linefeed at the
683 beginning of a line."
684   :type 'regexp
685   :group 'gnus-article-various)
686
687 (defcustom gnus-article-mode-line-format "Gnus: %g [%w] %S%m"
688   "*The format specification for the article mode line.
689 See `gnus-summary-mode-line-format' for a closer description.
690
691 The following additional specs are available:
692
693 %w  The article washing status.
694 %m  The number of MIME parts in the article."
695   :type 'string
696   :group 'gnus-article-various)
697
698 (defcustom gnus-article-mode-hook nil
699   "*A hook for Gnus article mode."
700   :type 'hook
701   :group 'gnus-article-various)
702
703 (when (featurep 'xemacs)
704   ;; Extracted from gnus-xmas-define in order to preserve user settings
705   (when (fboundp 'turn-off-scroll-in-place)
706     (add-hook 'gnus-article-mode-hook 'turn-off-scroll-in-place))
707   ;; Extracted from gnus-xmas-redefine in order to preserve user settings
708   (add-hook 'gnus-article-mode-hook 'gnus-xmas-article-menu-add))
709
710 (defcustom gnus-article-menu-hook nil
711   "*Hook run after the creation of the article mode menu."
712   :type 'hook
713   :group 'gnus-article-various)
714
715 (defcustom gnus-article-prepare-hook nil
716   "*A hook called after an article has been prepared in the article buffer."
717   :type 'hook
718   :group 'gnus-article-various)
719
720 (defcustom gnus-copy-article-ignored-headers nil
721   "List of headers to be removed when copying an article.
722 Each element is a regular expression."
723   :version "23.1" ;; No Gnus
724   :type '(repeat regexp)
725   :group 'gnus-article-various)
726
727 (make-obsolete-variable 'gnus-article-hide-pgp-hook nil
728                         "Gnus 5.10 (Emacs 22.1)")
729
730 (defface gnus-button
731   '((t (:weight bold)))
732   "Face used for highlighting a button in the article buffer."
733   :group 'gnus-article-buttons)
734
735 (defcustom gnus-article-button-face 'gnus-button
736   "Face used for highlighting buttons in the article buffer.
737
738 An article button is a piece of text that you can activate by pressing
739 `RET' or `mouse-2' above it."
740   :type 'face
741   :group 'gnus-article-buttons)
742
743 (defcustom gnus-article-mouse-face 'highlight
744   "Face used for mouse highlighting in the article buffer.
745
746 Article buttons will be displayed in this face when the cursor is
747 above them."
748   :type 'face
749   :group 'gnus-article-buttons)
750
751 (defcustom gnus-signature-face 'gnus-signature
752   "Face used for highlighting a signature in the article buffer.
753 Obsolete; use the face `gnus-signature' for customizations instead."
754   :type 'face
755   :group 'gnus-article-highlight
756   :group 'gnus-article-signature)
757
758 (defface gnus-signature
759   '((t
760      (:italic t)))
761   "Face used for highlighting a signature in the article buffer."
762   :group 'gnus-article-highlight
763   :group 'gnus-article-signature)
764 ;; backward-compatibility alias
765 (put 'gnus-signature-face 'face-alias 'gnus-signature)
766 (put 'gnus-signature-face 'obsolete-face "22.1")
767
768 (defface gnus-header-from
769   '((((class color)
770       (background dark))
771      (:foreground "PaleGreen1"))
772     (((class color)
773       (background light))
774      (:foreground "red3"))
775     (t
776      (:italic t)))
777   "Face used for displaying from headers."
778   :group 'gnus-article-headers
779   :group 'gnus-article-highlight)
780 ;; backward-compatibility alias
781 (put 'gnus-header-from-face 'face-alias 'gnus-header-from)
782 (put 'gnus-header-from-face 'obsolete-face "22.1")
783
784 (defface gnus-header-subject
785   '((((class color)
786       (background dark))
787      (:foreground "SeaGreen1"))
788     (((class color)
789       (background light))
790      (:foreground "red4"))
791     (t
792      (:bold t :italic t)))
793   "Face used for displaying subject headers."
794   :group 'gnus-article-headers
795   :group 'gnus-article-highlight)
796 ;; backward-compatibility alias
797 (put 'gnus-header-subject-face 'face-alias 'gnus-header-subject)
798 (put 'gnus-header-subject-face 'obsolete-face "22.1")
799
800 (defface gnus-header-newsgroups
801   '((((class color)
802       (background dark))
803      (:foreground "yellow" :italic t))
804     (((class color)
805       (background light))
806      (:foreground "MidnightBlue" :italic t))
807     (t
808      (:italic t)))
809   "Face used for displaying newsgroups headers.
810 In the default setup this face is only used for crossposted
811 articles."
812   :group 'gnus-article-headers
813   :group 'gnus-article-highlight)
814 ;; backward-compatibility alias
815 (put 'gnus-header-newsgroups-face 'face-alias 'gnus-header-newsgroups)
816 (put 'gnus-header-newsgroups-face 'obsolete-face "22.1")
817
818 (defface gnus-header-name
819   '((((class color)
820       (background dark))
821      (:foreground "SpringGreen2"))
822     (((class color)
823       (background light))
824      (:foreground "maroon"))
825     (t
826      (:bold t)))
827   "Face used for displaying header names."
828   :group 'gnus-article-headers
829   :group 'gnus-article-highlight)
830 ;; backward-compatibility alias
831 (put 'gnus-header-name-face 'face-alias 'gnus-header-name)
832 (put 'gnus-header-name-face 'obsolete-face "22.1")
833
834 (defface gnus-header-content
835   '((((class color)
836       (background dark))
837      (:foreground "SpringGreen1" :italic t))
838     (((class color)
839       (background light))
840      (:foreground "indianred4" :italic t))
841     (t
842      (:italic t)))  "Face used for displaying header content."
843   :group 'gnus-article-headers
844   :group 'gnus-article-highlight)
845 ;; backward-compatibility alias
846 (put 'gnus-header-content-face 'face-alias 'gnus-header-content)
847 (put 'gnus-header-content-face 'obsolete-face "22.1")
848
849 (defcustom gnus-header-face-alist
850   '(("From" nil gnus-header-from)
851     ("Subject" nil gnus-header-subject)
852     ("Newsgroups:.*," nil gnus-header-newsgroups)
853     ("" gnus-header-name gnus-header-content))
854   "*Controls highlighting of article headers.
855
856 An alist of the form (HEADER NAME CONTENT).
857
858 HEADER is a regular expression which should match the name of a
859 header and NAME and CONTENT are either face names or nil.
860
861 The name of each header field will be displayed using the face
862 specified by the first element in the list where HEADER matches
863 the header name and NAME is non-nil.  Similarly, the content will
864 be displayed by the first non-nil matching CONTENT face."
865   :group 'gnus-article-headers
866   :group 'gnus-article-highlight
867   :type '(repeat (list (regexp :tag "Header")
868                        (choice :tag "Name"
869                                (item :tag "skip" nil)
870                                (face :value default))
871                        (choice :tag "Content"
872                                (item :tag "skip" nil)
873                                (face :value default)))))
874
875 (defcustom gnus-face-properties-alist (if (featurep 'xemacs)
876                                           '((xface . (:face gnus-x-face)))
877                                         '((pbm . (:face gnus-x-face))
878                                           (png . nil)))
879   "Alist of image types and properties applied to Face and X-Face images.
880 Here are examples:
881
882 ;; Specify the altitude of Face images in the From header.
883 \(setq gnus-face-properties-alist
884       '((pbm . (:face gnus-x-face :ascent 80))
885         (png . (:ascent 80))))
886
887 ;; Show Face images as pressed buttons.
888 \(setq gnus-face-properties-alist
889       '((pbm . (:face gnus-x-face :relief -2))
890         (png . (:relief -2))))
891
892 See the manual for the valid properties for various image types.
893 Currently, `pbm' is used for X-Face images and `png' is used for Face
894 images in Emacs.  Only the `:face' property is effective on the `xface'
895 image type in XEmacs if it is built with the libcompface library."
896   :version "23.1" ;; No Gnus
897   :group 'gnus-article-headers
898   :type '(repeat (cons :format "%v" (symbol :tag "Image type") plist)))
899
900 (defcustom gnus-article-decode-hook
901   '(article-decode-charset article-decode-encoded-words
902                            article-decode-group-name article-decode-idna-rhs)
903   "*Hook run to decode charsets in articles."
904   :group 'gnus-article-headers
905   :type 'hook)
906
907 (defcustom gnus-display-mime-function 'gnus-display-mime
908   "Function to display MIME articles."
909   :group 'gnus-article-mime
910   :type 'function)
911
912 (defvar gnus-decode-header-function 'mail-decode-encoded-word-region
913   "Function used to decode headers.")
914
915 (defvar gnus-decode-address-function 'mail-decode-encoded-address-region
916   "Function used to decode addresses.")
917
918 (defvar gnus-article-dumbquotes-map
919   '(("\200" "EUR")
920     ("\202" ",")
921     ("\203" "f")
922     ("\204" ",,")
923     ("\205" "...")
924     ("\213" "<")
925     ("\214" "OE")
926     ("\221" "`")
927     ("\222" "'")
928     ("\223" "``")
929     ("\224" "\"")
930     ("\225" "*")
931     ("\226" "-")
932     ("\227" "--")
933     ("\230" "~")
934     ("\231" "(TM)")
935     ("\233" ">")
936     ("\234" "oe")
937     ("\264" "'"))
938   "Table for MS-to-Latin1 translation.")
939
940 (defcustom gnus-ignored-mime-types nil
941   "List of MIME types that should be ignored by Gnus."
942   :version "21.1"
943   :group 'gnus-article-mime
944   :type '(repeat regexp))
945
946 (defcustom gnus-unbuttonized-mime-types '(".*/.*")
947   "List of MIME types that should not be given buttons when rendered inline.
948 See also `gnus-buttonized-mime-types' which may override this variable.
949 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
950   :version "21.1"
951   :group 'gnus-article-mime
952   :type '(repeat regexp))
953
954 (defcustom gnus-buttonized-mime-types nil
955   "List of MIME types that should be given buttons when rendered inline.
956 If set, this variable overrides `gnus-unbuttonized-mime-types'.
957 To see e.g. security buttons you could set this to
958 `(\"multipart/signed\")'.  You could also add \"multipart/alternative\" to
959 this list to display radio buttons that allow you to choose one of two
960 media types those mails include.  See also `mm-discouraged-alternatives'.
961 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
962   :version "22.1"
963   :group 'gnus-article-mime
964   :type '(repeat regexp))
965
966 (defcustom gnus-inhibit-mime-unbuttonizing nil
967   "If non-nil, all MIME parts get buttons.
968 When nil (the default value), then some MIME parts do not get buttons,
969 as described by the variables `gnus-buttonized-mime-types' and
970 `gnus-unbuttonized-mime-types'."
971   :version "22.1"
972   :group 'gnus-article-mime
973   :type 'boolean)
974
975 (defcustom gnus-body-boundary-delimiter "_"
976   "String used to delimit header and body.
977 This variable is used by `gnus-article-treat-body-boundary' which can
978 be controlled by `gnus-treat-body-boundary'."
979   :version "22.1"
980   :group 'gnus-article-various
981   :type '(choice (item :tag "None" :value nil)
982                  string))
983
984 (defcustom gnus-picon-databases '("/usr/lib/picon" "/usr/local/faces"
985                                   "/usr/share/picons")
986   "Defines the location of the faces database.
987 For information on obtaining this database of pretty pictures, please
988 see http://www.cs.indiana.edu/picons/ftp/index.html"
989   :version "22.1"
990   :type '(repeat directory)
991   :link '(url-link :tag "download"
992                    "http://www.cs.indiana.edu/picons/ftp/index.html")
993   :link '(custom-manual "(gnus)Picons")
994   :group 'gnus-picon)
995
996 (defun gnus-picons-installed-p ()
997   "Say whether picons are installed on your machine."
998   (let ((installed nil))
999     (dolist (database gnus-picon-databases)
1000       (when (file-exists-p database)
1001         (setq installed t)))
1002     installed))
1003
1004 (defcustom gnus-article-mime-part-function nil
1005   "Function called with a MIME handle as the argument.
1006 This is meant for people who want to do something automatic based
1007 on parts -- for instance, adding Vcard info to a database."
1008   :group 'gnus-article-mime
1009   :type '(choice (const nil)
1010                  function))
1011
1012 (defcustom gnus-mime-multipart-functions nil
1013   "An alist of MIME types to functions to display them."
1014   :version "21.1"
1015   :group 'gnus-article-mime
1016   :type '(repeat (cons :format "%v" (string :tag "MIME type") function)))
1017
1018 (defcustom gnus-article-date-lapsed-new-header nil
1019   "Whether the X-Sent and Date headers can coexist.
1020 When using `gnus-treat-date-lapsed', the \"X-Sent:\" header will
1021 either replace the old \"Date:\" header (if this variable is nil), or
1022 be added below it (otherwise)."
1023   :version "21.1"
1024   :group 'gnus-article-headers
1025   :type 'boolean)
1026
1027 (defcustom gnus-article-mime-match-handle-function 'undisplayed-alternative
1028   "Function called with a MIME handle as the argument.
1029 This is meant for people who want to view first matched part.
1030 For `undisplayed-alternative' (default), the first undisplayed
1031 part or alternative part is used.  For `undisplayed', the first
1032 undisplayed part is used.  For a function, the first part which
1033 the function return t is used.  For nil, the first part is
1034 used."
1035   :version "21.1"
1036   :group 'gnus-article-mime
1037   :type '(choice
1038           (item :tag "first" :value nil)
1039           (item :tag "undisplayed" :value undisplayed)
1040           (item :tag "undisplayed or alternative"
1041                 :value undisplayed-alternative)
1042           (function)))
1043
1044 (defcustom gnus-mime-action-alist
1045   '(("save to file" . gnus-mime-save-part)
1046     ("save and strip" . gnus-mime-save-part-and-strip)
1047     ("replace with file" . gnus-mime-replace-part)
1048     ("delete part" . gnus-mime-delete-part)
1049     ("display as text" . gnus-mime-inline-part)
1050     ("view the part" . gnus-mime-view-part)
1051     ("pipe to command" . gnus-mime-pipe-part)
1052     ("toggle display" . gnus-article-press-button)
1053     ("toggle display" . gnus-article-view-part-as-charset)
1054     ("view as type" . gnus-mime-view-part-as-type)
1055     ("view internally" . gnus-mime-view-part-internally)
1056     ("view externally" . gnus-mime-view-part-externally))
1057   "An alist of actions that run on the MIME attachment."
1058   :group 'gnus-article-mime
1059   :type '(repeat (cons (string :tag "name")
1060                        (function))))
1061
1062 (defcustom gnus-auto-select-part 1
1063   "Advance to next MIME part when deleting or stripping parts.
1064
1065 When 0, point will be placed on the same part as before.  When
1066 positive (negative), move point forward (backwards) this many
1067 parts.  When nil, redisplay article."
1068   :version "23.1" ;; No Gnus
1069   :group 'gnus-article-mime
1070   :type '(choice (const nil :tag "Redisplay article.")
1071                  (const 1 :tag "Next part.")
1072                  (const 0 :tag "Current part.")
1073                  integer))
1074
1075 ;;;
1076 ;;; The treatment variables
1077 ;;;
1078
1079 (defvar gnus-part-display-hook nil
1080   "Hook called on parts that are to receive treatment.")
1081
1082 (defvar gnus-article-treat-custom
1083   '(choice (const :tag "Off" nil)
1084            (const :tag "On" t)
1085            (const :tag "Header" head)
1086            (const :tag "First" first)
1087            (const :tag "Last" last)
1088            (integer :tag "Less")
1089            (repeat :tag "Groups" regexp)
1090            (sexp :tag "Predicate")))
1091
1092 (defvar gnus-article-treat-head-custom
1093   '(choice (const :tag "Off" nil)
1094            (const :tag "Header" head)))
1095
1096 (defvar gnus-article-treat-types '("text/plain" "text/x-verbatim"
1097                                    "text/x-patch")
1098   "Parts to treat.")
1099
1100 (defvar gnus-inhibit-treatment nil
1101   "Whether to inhibit treatment.")
1102
1103 (defcustom gnus-treat-highlight-signature '(or t (typep "text/x-vcard"))
1104   "Highlight the signature.
1105 Valid values are nil, t, `head', `first', `last', an integer or a
1106 predicate.  See Info node `(gnus)Customizing Articles'."
1107   :group 'gnus-article-treat
1108   :link '(custom-manual "(gnus)Customizing Articles")
1109   :type gnus-article-treat-custom)
1110 (put 'gnus-treat-highlight-signature 'highlight t)
1111
1112 (defcustom gnus-treat-buttonize 100000
1113   "Add buttons.
1114 Valid values are nil, t, `head', `first', `last', an integer or a
1115 predicate.  See Info node `(gnus)Customizing Articles'."
1116   :group 'gnus-article-treat
1117   :link '(custom-manual "(gnus)Customizing Articles")
1118   :type gnus-article-treat-custom)
1119 (put 'gnus-treat-buttonize 'highlight t)
1120
1121 (defcustom gnus-treat-buttonize-head 'head
1122   "Add buttons to the head.
1123 Valid values are nil, t, `head', `first', `last', an integer or a
1124 predicate.  See Info node `(gnus)Customizing Articles'."
1125   :group 'gnus-article-treat
1126   :link '(custom-manual "(gnus)Customizing Articles")
1127   :type gnus-article-treat-head-custom)
1128 (put 'gnus-treat-buttonize-head 'highlight t)
1129
1130 (defcustom gnus-treat-emphasize 50000
1131   "Emphasize text.
1132 Valid values are nil, t, `head', `first', `last', an integer or a
1133 predicate.  See Info node `(gnus)Customizing Articles'."
1134   :group 'gnus-article-treat
1135   :link '(custom-manual "(gnus)Customizing Articles")
1136   :type gnus-article-treat-custom)
1137 (put 'gnus-treat-emphasize 'highlight t)
1138
1139 (defcustom gnus-treat-strip-cr nil
1140   "Remove carriage returns.
1141 Valid values are nil, t, `head', `first', `last', an integer or a
1142 predicate.  See Info node `(gnus)Customizing Articles'."
1143   :version "22.1"
1144   :group 'gnus-article-treat
1145   :link '(custom-manual "(gnus)Customizing Articles")
1146   :type gnus-article-treat-custom)
1147
1148 (defcustom gnus-treat-unsplit-urls nil
1149   "Remove newlines from within URLs.
1150 Valid values are nil, t, `head', `first', `last', an integer or a
1151 predicate.  See Info node `(gnus)Customizing Articles'."
1152   :version "22.1"
1153   :group 'gnus-article-treat
1154   :link '(custom-manual "(gnus)Customizing Articles")
1155   :type gnus-article-treat-custom)
1156
1157 (defcustom gnus-treat-leading-whitespace nil
1158   "Remove leading whitespace in headers.
1159 Valid values are nil, t, `head', `first', `last', an integer or a
1160 predicate.  See Info node `(gnus)Customizing Articles'."
1161   :version "22.1"
1162   :group 'gnus-article-treat
1163   :link '(custom-manual "(gnus)Customizing Articles")
1164   :type gnus-article-treat-custom)
1165
1166 (defcustom gnus-treat-hide-headers 'head
1167   "Hide headers.
1168 Valid values are nil, t, `head', `first', `last', an integer or a
1169 predicate.  See Info node `(gnus)Customizing Articles'."
1170   :group 'gnus-article-treat
1171   :link '(custom-manual "(gnus)Customizing Articles")
1172   :type gnus-article-treat-head-custom)
1173
1174 (defcustom gnus-treat-hide-boring-headers nil
1175   "Hide boring headers.
1176 Valid values are nil, t, `head', `first', `last', an integer or a
1177 predicate.  See Info node `(gnus)Customizing Articles'."
1178   :group 'gnus-article-treat
1179   :link '(custom-manual "(gnus)Customizing Articles")
1180   :type gnus-article-treat-head-custom)
1181
1182 (defcustom gnus-treat-hide-signature nil
1183   "Hide the signature.
1184 Valid values are nil, t, `head', `first', `last', an integer or a
1185 predicate.  See Info node `(gnus)Customizing Articles'."
1186   :group 'gnus-article-treat
1187   :link '(custom-manual "(gnus)Customizing Articles")
1188   :type gnus-article-treat-custom)
1189
1190 (defcustom gnus-treat-fill-article nil
1191   "Fill the article.
1192 Valid values are nil, t, `head', `first', `last', an integer or a
1193 predicate.  See Info node `(gnus)Customizing Articles'."
1194   :group 'gnus-article-treat
1195   :link '(custom-manual "(gnus)Customizing Articles")
1196   :type gnus-article-treat-custom)
1197
1198 (defcustom gnus-treat-hide-citation nil
1199   "Hide cited text.
1200 Valid values are nil, t, `head', `first', `last', an integer or a
1201 predicate.  See Info node `(gnus)Customizing Articles'."
1202   :group 'gnus-article-treat
1203   :link '(custom-manual "(gnus)Customizing Articles")
1204   :type gnus-article-treat-custom)
1205
1206 (defcustom gnus-treat-hide-citation-maybe nil
1207   "Hide cited text.
1208 Valid values are nil, t, `head', `first', `last', an integer or a
1209 predicate.  See Info node `(gnus)Customizing Articles'."
1210   :group 'gnus-article-treat
1211   :link '(custom-manual "(gnus)Customizing Articles")
1212   :type gnus-article-treat-custom)
1213
1214 (defcustom gnus-treat-strip-list-identifiers 'head
1215   "Strip list identifiers from `gnus-list-identifiers`.
1216 Valid values are nil, t, `head', `first', `last', an integer or a
1217 predicate.  See Info node `(gnus)Customizing Articles'."
1218   :version "21.1"
1219   :group 'gnus-article-treat
1220   :link '(custom-manual "(gnus)Customizing Articles")
1221   :type gnus-article-treat-custom)
1222
1223 (make-obsolete-variable 'gnus-treat-strip-pgp nil
1224                         "Gnus 5.10 (Emacs 22.1)")
1225
1226 (defcustom gnus-treat-strip-pem nil
1227   "Strip PEM signatures.
1228 Valid values are nil, t, `head', `first', `last', an integer or a
1229 predicate.  See Info node `(gnus)Customizing Articles'."
1230   :group 'gnus-article-treat
1231   :link '(custom-manual "(gnus)Customizing Articles")
1232   :type gnus-article-treat-custom)
1233
1234 (defcustom gnus-treat-strip-banner t
1235   "Strip banners from articles.
1236 The banner to be stripped is specified in the `banner' group parameter.
1237 Valid values are nil, t, `head', `first', `last', an integer or a
1238 predicate.  See Info node `(gnus)Customizing Articles'."
1239   :group 'gnus-article-treat
1240   :link '(custom-manual "(gnus)Customizing Articles")
1241   :type gnus-article-treat-custom)
1242
1243 (defcustom gnus-treat-highlight-headers 'head
1244   "Highlight the headers.
1245 Valid values are nil, t, `head', `first', `last', an integer or a
1246 predicate.  See Info node `(gnus)Customizing Articles'."
1247   :group 'gnus-article-treat
1248   :link '(custom-manual "(gnus)Customizing Articles")
1249   :type gnus-article-treat-head-custom)
1250 (put 'gnus-treat-highlight-headers 'highlight t)
1251
1252 (defcustom gnus-treat-highlight-citation t
1253   "Highlight cited text.
1254 Valid values are nil, t, `head', `first', `last', an integer or a
1255 predicate.  See Info node `(gnus)Customizing Articles'."
1256   :group 'gnus-article-treat
1257   :link '(custom-manual "(gnus)Customizing Articles")
1258   :type gnus-article-treat-custom)
1259 (put 'gnus-treat-highlight-citation 'highlight t)
1260
1261 (defcustom gnus-treat-date-ut nil
1262   "Display the Date in UT (GMT).
1263 Valid values are nil, t, `head', `first', `last', an integer or a
1264 predicate.  See Info node `(gnus)Customizing Articles'."
1265   :group 'gnus-article-treat
1266   :link '(custom-manual "(gnus)Customizing Articles")
1267   :type gnus-article-treat-head-custom)
1268
1269 (defcustom gnus-treat-date-local nil
1270   "Display the Date in the local timezone.
1271 Valid values are nil, t, `head', `first', `last', an integer or a
1272 predicate.  See Info node `(gnus)Customizing Articles'."
1273   :group 'gnus-article-treat
1274   :link '(custom-manual "(gnus)Customizing Articles")
1275   :type gnus-article-treat-head-custom)
1276
1277 (defcustom gnus-treat-date-english nil
1278   "Display the Date in a format that can be read aloud in English.
1279 Valid values are nil, t, `head', `first', `last', an integer or a
1280 predicate.  See Info node `(gnus)Customizing Articles'."
1281   :version "22.1"
1282   :group 'gnus-article-treat
1283   :link '(custom-manual "(gnus)Customizing Articles")
1284   :type gnus-article-treat-head-custom)
1285
1286 (defcustom gnus-treat-date-lapsed nil
1287   "Display the Date header in a way that says how much time has elapsed.
1288 Valid values are nil, t, `head', `first', `last', an integer or a
1289 predicate.  See Info node `(gnus)Customizing Articles'."
1290   :group 'gnus-article-treat
1291   :link '(custom-manual "(gnus)Customizing Articles")
1292   :type gnus-article-treat-head-custom)
1293
1294 (defcustom gnus-treat-date-original nil
1295   "Display the date in the original timezone.
1296 Valid values are nil, t, `head', `first', `last', an integer or a
1297 predicate.  See Info node `(gnus)Customizing Articles'."
1298   :group 'gnus-article-treat
1299   :link '(custom-manual "(gnus)Customizing Articles")
1300   :type gnus-article-treat-head-custom)
1301
1302 (defcustom gnus-treat-date-iso8601 nil
1303   "Display the date in the ISO8601 format.
1304 Valid values are nil, t, `head', `first', `last', an integer or a
1305 predicate.  See Info node `(gnus)Customizing Articles'."
1306   :version "21.1"
1307   :group 'gnus-article-treat
1308   :link '(custom-manual "(gnus)Customizing Articles")
1309   :type gnus-article-treat-head-custom)
1310
1311 (defcustom gnus-treat-date-user-defined nil
1312   "Display the date in a user-defined format.
1313 The format is defined by the `gnus-article-time-format' variable.
1314 Valid values are nil, t, `head', `first', `last', an integer or a
1315 predicate.  See Info node `(gnus)Customizing Articles'."
1316   :group 'gnus-article-treat
1317   :link '(custom-manual "(gnus)Customizing Articles")
1318   :type gnus-article-treat-head-custom)
1319
1320 (defcustom gnus-treat-strip-headers-in-body t
1321   "Strip the X-No-Archive header line from the beginning of the body.
1322 Valid values are nil, t, `head', `first', `last', an integer or a
1323 predicate.  See Info node `(gnus)Customizing Articles'."
1324   :version "21.1"
1325   :group 'gnus-article-treat
1326   :link '(custom-manual "(gnus)Customizing Articles")
1327   :type gnus-article-treat-custom)
1328
1329 (defcustom gnus-treat-strip-trailing-blank-lines nil
1330   "Strip trailing blank lines.
1331 Valid values are nil, t, `head', `first', `last', an integer or a
1332 predicate.  See Info node `(gnus)Customizing Articles'.
1333
1334 When set to t, it also strips trailing blanks in all MIME parts.
1335 Consider to use `last' instead."
1336   :group 'gnus-article-treat
1337   :link '(custom-manual "(gnus)Customizing Articles")
1338   :type gnus-article-treat-custom)
1339
1340 (defcustom gnus-treat-strip-leading-blank-lines nil
1341   "Strip leading blank lines.
1342 Valid values are nil, t, `head', `first', `last', an integer or a
1343 predicate.  See Info node `(gnus)Customizing Articles'.
1344
1345 When set to t, it also strips trailing blanks in all MIME parts."
1346   :group 'gnus-article-treat
1347   :link '(custom-manual "(gnus)Customizing Articles")
1348   :type gnus-article-treat-custom)
1349
1350 (defcustom gnus-treat-strip-multiple-blank-lines nil
1351   "Strip multiple blank lines.
1352 Valid values are nil, t, `head', `first', `last', an integer or a
1353 predicate.  See Info node `(gnus)Customizing Articles'."
1354   :group 'gnus-article-treat
1355   :link '(custom-manual "(gnus)Customizing Articles")
1356   :type gnus-article-treat-custom)
1357
1358 (defcustom gnus-treat-unfold-headers 'head
1359   "Unfold folded header lines.
1360 Valid values are nil, t, `head', `first', `last', an integer or a
1361 predicate.  See Info node `(gnus)Customizing Articles'."
1362   :version "22.1"
1363   :group 'gnus-article-treat
1364   :link '(custom-manual "(gnus)Customizing Articles")
1365   :type gnus-article-treat-custom)
1366
1367 (defcustom gnus-article-unfold-long-headers nil
1368   "If non-nil, allow unfolding headers even if the header is long.
1369 If it is a regexp, only long headers matching this regexp are unfolded.
1370 If it is t, all long headers are unfolded.
1371
1372 This variable has no effect if `gnus-treat-unfold-headers' is nil."
1373   :version "23.1" ;; No Gnus
1374   :group 'gnus-article-treat
1375   :type '(choice (const nil)
1376                  (const :tag "all" t)
1377                  (regexp)))
1378
1379 (defcustom gnus-treat-fold-headers nil
1380   "Fold headers.
1381 Valid values are nil, t, `head', `first', `last', an integer or a
1382 predicate.  See Info node `(gnus)Customizing Articles'."
1383   :version "22.1"
1384   :group 'gnus-article-treat
1385   :link '(custom-manual "(gnus)Customizing Articles")
1386   :type gnus-article-treat-custom)
1387
1388 (defcustom gnus-treat-fold-newsgroups 'head
1389   "Fold the Newsgroups and Followup-To headers.
1390 Valid values are nil, t, `head', `first', `last', an integer or a
1391 predicate.  See Info node `(gnus)Customizing Articles'."
1392   :version "22.1"
1393   :group 'gnus-article-treat
1394   :link '(custom-manual "(gnus)Customizing Articles")
1395   :type gnus-article-treat-custom)
1396
1397 (defcustom gnus-treat-overstrike t
1398   "Treat overstrike highlighting.
1399 Valid values are nil, t, `head', `first', `last', an integer or a
1400 predicate.  See Info node `(gnus)Customizing Articles'."
1401   :group 'gnus-article-treat
1402   :link '(custom-manual "(gnus)Customizing Articles")
1403   :type gnus-article-treat-custom)
1404 (put 'gnus-treat-overstrike 'highlight t)
1405
1406 (defcustom gnus-treat-ansi-sequences (if (locate-library "ansi-color") t)
1407   "Treat ANSI SGR control sequences.
1408 Valid values are nil, t, `head', `first', `last', an integer or a
1409 predicate.  See Info node `(gnus)Customizing Articles'."
1410   :group 'gnus-article-treat
1411   :link '(custom-manual "(gnus)Customizing Articles")
1412   :type gnus-article-treat-custom)
1413
1414 (make-obsolete-variable 'gnus-treat-display-xface
1415                         'gnus-treat-display-x-face "Emacs 22.1")
1416
1417 (defcustom gnus-treat-display-x-face
1418   (and (not noninteractive)
1419        (gnus-image-type-available-p 'xbm)
1420        (if (featurep 'xemacs)
1421            (featurep 'xface)
1422          (condition-case nil
1423              (and (string-match "^0x" (shell-command-to-string "uncompface"))
1424                   (executable-find "icontopbm"))
1425            ;; shell-command-to-string may signal an error, e.g. if
1426            ;; shell-file-name is not found.
1427            (error nil)))
1428        'head)
1429   "Display X-Face headers.
1430 Valid values are nil and `head'.
1431 See Info node `(gnus)Customizing Articles' and Info node
1432 `(gnus)X-Face' for details."
1433   :group 'gnus-article-treat
1434   :version "21.1"
1435   :link '(custom-manual "(gnus)Customizing Articles")
1436   :link '(custom-manual "(gnus)X-Face")
1437   :type gnus-article-treat-head-custom
1438   :set (lambda (symbol value)
1439          (set-default
1440           symbol
1441           (cond ((or (boundp symbol) (get symbol 'saved-value))
1442                  value)
1443                 ((boundp 'gnus-treat-display-xface)
1444                  (message "\
1445 ** gnus-treat-display-xface is an obsolete variable;\
1446  use gnus-treat-display-x-face instead")
1447                  (default-value 'gnus-treat-display-xface))
1448                 ((get 'gnus-treat-display-xface 'saved-value)
1449                  (message "\
1450 ** gnus-treat-display-xface is an obsolete variable;\
1451  use gnus-treat-display-x-face instead")
1452                  (eval (car (get 'gnus-treat-display-xface 'saved-value))))
1453                 (t
1454                  value)))))
1455 (put 'gnus-treat-display-x-face 'highlight t)
1456
1457 (defcustom gnus-treat-display-face
1458   (and (not noninteractive)
1459        (gnus-image-type-available-p 'png)
1460        'head)
1461   "Display Face headers.
1462 Valid values are nil, t, `head', `first', `last', an integer or a
1463 predicate.  See Info node `(gnus)Customizing Articles' and Info
1464 node `(gnus)Face' for details."
1465   :group 'gnus-article-treat
1466   :version "22.1"
1467   :link '(custom-manual "(gnus)Customizing Articles")
1468   :link '(custom-manual "(gnus)X-Face")
1469   :type gnus-article-treat-head-custom)
1470 (put 'gnus-treat-display-face 'highlight t)
1471
1472 (defcustom gnus-treat-display-smileys (gnus-image-type-available-p 'xpm)
1473   "Display smileys.
1474 Valid values are nil, t, `head', `first', `last', an integer or a
1475 predicate.  See Info node `(gnus)Customizing Articles' and Info
1476 node `(gnus)Smileys' for details."
1477   :group 'gnus-article-treat
1478   :version "21.1"
1479   :link '(custom-manual "(gnus)Customizing Articles")
1480   :link '(custom-manual "(gnus)Smileys")
1481   :type gnus-article-treat-custom)
1482 (put 'gnus-treat-display-smileys 'highlight t)
1483
1484 (defcustom gnus-treat-from-picon
1485   (if (and (gnus-image-type-available-p 'xpm)
1486            (gnus-picons-installed-p))
1487       'head nil)
1488   "Display picons in the From header.
1489 Valid values are nil, t, `head', `first', `last', an integer or a
1490 predicate.  See Info node `(gnus)Customizing Articles' and Info
1491 node `(gnus)Picons' for details."
1492   :version "22.1"
1493   :group 'gnus-article-treat
1494   :group 'gnus-picon
1495   :link '(custom-manual "(gnus)Customizing Articles")
1496   :link '(custom-manual "(gnus)Picons")
1497   :type gnus-article-treat-head-custom)
1498 (put 'gnus-treat-from-picon 'highlight t)
1499
1500 (defcustom gnus-treat-mail-picon
1501   (if (and (gnus-image-type-available-p 'xpm)
1502            (gnus-picons-installed-p))
1503       'head nil)
1504   "Display picons in To and Cc headers.
1505 Valid values are nil, t, `head', `first', `last', an integer or a
1506 predicate.  See Info node `(gnus)Customizing Articles' and Info
1507 node `(gnus)Picons' for details."
1508   :version "22.1"
1509   :group 'gnus-article-treat
1510   :group 'gnus-picon
1511   :link '(custom-manual "(gnus)Customizing Articles")
1512   :link '(custom-manual "(gnus)Picons")
1513   :type gnus-article-treat-head-custom)
1514 (put 'gnus-treat-mail-picon 'highlight t)
1515
1516 (defcustom gnus-treat-newsgroups-picon
1517   (if (and (gnus-image-type-available-p 'xpm)
1518            (gnus-picons-installed-p))
1519       'head nil)
1520   "Display picons in the Newsgroups and Followup-To headers.
1521 Valid values are nil, t, `head', `first', `last', an integer or a
1522 predicate.  See Info node `(gnus)Customizing Articles' and Info
1523 node `(gnus)Picons' for details."
1524   :version "22.1"
1525   :group 'gnus-article-treat
1526   :group 'gnus-picon
1527   :link '(custom-manual "(gnus)Customizing Articles")
1528   :link '(custom-manual "(gnus)Picons")
1529   :type gnus-article-treat-head-custom)
1530 (put 'gnus-treat-newsgroups-picon 'highlight t)
1531
1532 (defcustom gnus-treat-from-gravatar nil
1533   "Display gravatars in the From header.
1534 Valid values are nil, t, `head', `first', `last', an integer or a
1535 predicate.  See Info node `(gnus)Customizing Articles' and Info
1536 node `(gnus)Gravatars' for details."
1537   :version "24.1"
1538   :group 'gnus-article-treat
1539   :group 'gnus-gravatar
1540   :link '(custom-manual "(gnus)Customizing Articles")
1541   :link '(custom-manual "(gnus)Gravatars")
1542   :type gnus-article-treat-head-custom)
1543 (put 'gnus-treat-from-gravatar 'highlight t)
1544
1545 (defcustom gnus-treat-mail-gravatar nil
1546   "Display gravatars in To and Cc headers.
1547 Valid values are nil, t, `head', `first', `last', an integer or a
1548 predicate.  See Info node `(gnus)Customizing Articles' and Info
1549 node `(gnus)Gravatars' for details."
1550   :version "24.1"
1551   :group 'gnus-article-treat
1552   :group 'gnus-gravatar
1553   :link '(custom-manual "(gnus)Customizing Articles")
1554   :link '(custom-manual "(gnus)Gravatars")
1555   :type gnus-article-treat-head-custom)
1556 (put 'gnus-treat-mail-gravatar 'highlight t)
1557
1558 (defcustom gnus-treat-body-boundary
1559   (if (or gnus-treat-newsgroups-picon
1560           gnus-treat-mail-picon
1561           gnus-treat-from-picon
1562           gnus-treat-from-gravatar
1563           gnus-treat-mail-gravatar)
1564       ;; If there's much decoration, the user might prefer a boundery.
1565       'head
1566     nil)
1567   "Draw a boundary at the end of the headers.
1568 Valid values are nil and `head'.
1569 See Info node `(gnus)Customizing Articles' for details."
1570   :version "22.1"
1571   :group 'gnus-article-treat
1572   :link '(custom-manual "(gnus)Customizing Articles")
1573   :type gnus-article-treat-head-custom)
1574
1575 (defcustom gnus-treat-capitalize-sentences nil
1576   "Capitalize sentence-starting words.
1577 Valid values are nil, t, `head', `first', `last', an integer or a
1578 predicate.  See Info node `(gnus)Customizing Articles'."
1579   :version "21.1"
1580   :group 'gnus-article-treat
1581   :link '(custom-manual "(gnus)Customizing Articles")
1582   :type gnus-article-treat-custom)
1583
1584 (defcustom gnus-treat-wash-html nil
1585   "Format as HTML.
1586 Valid values are nil, t, `head', `first', `last', an integer or a
1587 predicate.  See Info node `(gnus)Customizing Articles'."
1588   :version "22.1"
1589   :group 'gnus-article-treat
1590   :link '(custom-manual "(gnus)Customizing Articles")
1591   :type gnus-article-treat-custom)
1592
1593 (defcustom gnus-treat-fill-long-lines nil
1594   "Fill long lines.
1595 Valid values are nil, t, `head', `first', `last', an integer or a
1596 predicate.  See Info node `(gnus)Customizing Articles'."
1597   :group 'gnus-article-treat
1598   :link '(custom-manual "(gnus)Customizing Articles")
1599   :type gnus-article-treat-custom)
1600
1601 (defcustom gnus-treat-x-pgp-sig nil
1602   "Verify X-PGP-Sig.
1603 To automatically treat X-PGP-Sig, set it to head.
1604 Valid values are nil, t, `head', `first', `last', an integer or a
1605 predicate.  See Info node `(gnus)Customizing Articles'."
1606   :version "22.1"
1607   :group 'gnus-article-treat
1608   :group 'mime-security
1609   :link '(custom-manual "(gnus)Customizing Articles")
1610   :type gnus-article-treat-custom)
1611
1612 (defvar gnus-article-encrypt-protocol-alist
1613   '(("PGP" . mml2015-self-encrypt)))
1614
1615 ;; Set to nil if more than one protocol added to
1616 ;; gnus-article-encrypt-protocol-alist.
1617 (defcustom gnus-article-encrypt-protocol "PGP"
1618   "The protocol used for encrypt articles.
1619 It is a string, such as \"PGP\". If nil, ask user."
1620   :version "22.1"
1621   :type 'string
1622   :group 'mime-security)
1623
1624 (defvar gnus-article-wash-function nil
1625   "Function used for converting HTML into text.")
1626
1627 (defcustom gnus-use-idna (and (condition-case nil (require 'idna) (file-error))
1628                               (mm-coding-system-p 'utf-8)
1629                               (executable-find idna-program))
1630   "Whether IDNA decoding of headers is used when viewing messages.
1631 This requires GNU Libidn, and by default only enabled if it is found."
1632   :version "22.1"
1633   :group 'gnus-article-headers
1634   :type 'boolean)
1635
1636 (defcustom gnus-article-over-scroll nil
1637   "If non-nil, allow scrolling the article buffer even when there no more text."
1638   :version "22.1"
1639   :group 'gnus-article
1640   :type 'boolean)
1641
1642 (defcustom gnus-blocked-images "."
1643   "Images that have URLs matching this regexp will be blocked."
1644   :version "24.1"
1645   :group 'gnus-art
1646   :type 'regexp)
1647
1648 ;;; Internal variables
1649
1650 (defvar gnus-english-month-names
1651   '("January" "February" "March" "April" "May" "June" "July" "August"
1652     "September" "October" "November" "December"))
1653
1654 (defvar article-goto-body-goes-to-point-min-p nil)
1655 (defvar gnus-article-wash-types nil)
1656 (defvar gnus-article-emphasis-alist nil)
1657 (defvar gnus-article-image-alist nil)
1658
1659 (defvar gnus-article-mime-handle-alist-1 nil)
1660 (defvar gnus-treatment-function-alist
1661   '((gnus-treat-x-pgp-sig gnus-article-verify-x-pgp-sig)
1662     (gnus-treat-strip-banner gnus-article-strip-banner)
1663     (gnus-treat-strip-headers-in-body gnus-article-strip-headers-in-body)
1664     (gnus-treat-highlight-signature gnus-article-highlight-signature)
1665     (gnus-treat-buttonize gnus-article-add-buttons)
1666     (gnus-treat-fill-article gnus-article-fill-cited-article)
1667     (gnus-treat-fill-long-lines gnus-article-fill-long-lines)
1668     (gnus-treat-strip-cr gnus-article-remove-cr)
1669     (gnus-treat-unsplit-urls gnus-article-unsplit-urls)
1670     (gnus-treat-date-ut gnus-article-date-ut)
1671     (gnus-treat-date-local gnus-article-date-local)
1672     (gnus-treat-date-english gnus-article-date-english)
1673     (gnus-treat-date-original gnus-article-date-original)
1674     (gnus-treat-date-user-defined gnus-article-date-user)
1675     (gnus-treat-date-iso8601 gnus-article-date-iso8601)
1676     (gnus-treat-date-lapsed gnus-article-date-lapsed)
1677     (gnus-treat-display-x-face gnus-article-display-x-face)
1678     (gnus-treat-display-face gnus-article-display-face)
1679     (gnus-treat-hide-headers gnus-article-maybe-hide-headers)
1680     (gnus-treat-hide-boring-headers gnus-article-hide-boring-headers)
1681     (gnus-treat-hide-signature gnus-article-hide-signature)
1682     (gnus-treat-strip-list-identifiers gnus-article-hide-list-identifiers)
1683     (gnus-treat-leading-whitespace gnus-article-remove-leading-whitespace)
1684     (gnus-treat-from-picon gnus-treat-from-picon)
1685     (gnus-treat-mail-picon gnus-treat-mail-picon)
1686     (gnus-treat-newsgroups-picon gnus-treat-newsgroups-picon)
1687     (gnus-treat-strip-pem gnus-article-hide-pem)
1688     (gnus-treat-from-gravatar gnus-treat-from-gravatar)
1689     (gnus-treat-mail-gravatar gnus-treat-mail-gravatar)
1690     (gnus-treat-highlight-headers gnus-article-highlight-headers)
1691     (gnus-treat-highlight-signature gnus-article-highlight-signature)
1692     (gnus-treat-strip-trailing-blank-lines
1693      gnus-article-remove-trailing-blank-lines)
1694     (gnus-treat-strip-leading-blank-lines
1695      gnus-article-strip-leading-blank-lines)
1696     (gnus-treat-strip-multiple-blank-lines
1697      gnus-article-strip-multiple-blank-lines)
1698     (gnus-treat-overstrike gnus-article-treat-overstrike)
1699     (gnus-treat-ansi-sequences gnus-article-treat-ansi-sequences)
1700     (gnus-treat-unfold-headers gnus-article-treat-unfold-headers)
1701     (gnus-treat-fold-newsgroups gnus-article-treat-fold-newsgroups)
1702     (gnus-treat-fold-headers gnus-article-treat-fold-headers)
1703     (gnus-treat-buttonize-head gnus-article-add-buttons-to-head)
1704     (gnus-treat-display-smileys gnus-treat-smiley)
1705     (gnus-treat-capitalize-sentences gnus-article-capitalize-sentences)
1706     (gnus-treat-wash-html gnus-article-wash-html)
1707     (gnus-treat-emphasize gnus-article-emphasize)
1708     (gnus-treat-hide-citation gnus-article-hide-citation)
1709     (gnus-treat-hide-citation-maybe gnus-article-hide-citation-maybe)
1710     (gnus-treat-highlight-citation gnus-article-highlight-citation)
1711     (gnus-treat-body-boundary gnus-article-treat-body-boundary)))
1712
1713 (defvar gnus-article-mime-handle-alist nil)
1714 (defvar article-lapsed-timer nil)
1715 (defvar gnus-article-current-summary nil)
1716
1717 (defvar gnus-article-mode-syntax-table
1718   (let ((table (copy-syntax-table text-mode-syntax-table)))
1719     ;; This causes the citation match run O(2^n).
1720     ;; (modify-syntax-entry ?- "w" table)
1721     (modify-syntax-entry ?> ")<" table)
1722     (modify-syntax-entry ?< "(>" table)
1723     ;; make M-. in article buffers work for `foo' strings
1724     (modify-syntax-entry ?' " " table)
1725     (modify-syntax-entry ?` " " table)
1726     table)
1727   "Syntax table used in article mode buffers.
1728 Initialized from `text-mode-syntax-table.")
1729
1730 (defvar gnus-save-article-buffer nil)
1731
1732 (defvar gnus-number-of-articles-to-be-saved nil)
1733
1734 (defvar gnus-inhibit-hiding nil)
1735
1736 (defvar gnus-article-edit-mode nil)
1737
1738 ;;; Macros for dealing with the article buffer.
1739
1740 (defmacro gnus-with-article-headers (&rest forms)
1741   `(with-current-buffer gnus-article-buffer
1742      (save-restriction
1743        (let ((inhibit-read-only t)
1744              (inhibit-point-motion-hooks t)
1745              (case-fold-search t))
1746          (article-narrow-to-head)
1747          ,@forms))))
1748
1749 (put 'gnus-with-article-headers 'lisp-indent-function 0)
1750 (put 'gnus-with-article-headers 'edebug-form-spec '(body))
1751
1752 (defmacro gnus-with-article-buffer (&rest forms)
1753   `(with-current-buffer gnus-article-buffer
1754      (let ((inhibit-read-only t))
1755        ,@forms)))
1756
1757 (put 'gnus-with-article-buffer 'lisp-indent-function 0)
1758 (put 'gnus-with-article-buffer 'edebug-form-spec '(body))
1759
1760 (defun gnus-article-goto-header (header)
1761   "Go to HEADER, which is a regular expression."
1762   (re-search-forward (concat "^\\(" header "\\):") nil t))
1763
1764 (defsubst gnus-article-hide-text (b e props)
1765   "Set text PROPS on the B to E region, extending `intangible' 1 past B."
1766   (gnus-add-text-properties-when 'article-type nil b e props)
1767   (when (memq 'intangible props)
1768     (put-text-property
1769      (max (1- b) (point-min))
1770      b 'intangible (cddr (memq 'intangible props)))))
1771
1772 (defsubst gnus-article-unhide-text (b e)
1773   "Remove hidden text properties from region between B and E."
1774   (remove-text-properties b e gnus-hidden-properties)
1775   (when (memq 'intangible gnus-hidden-properties)
1776     (put-text-property (max (1- b) (point-min))
1777                        b 'intangible nil)))
1778
1779 (defun gnus-article-hide-text-type (b e type)
1780   "Hide text of TYPE between B and E."
1781   (gnus-add-wash-type type)
1782   (gnus-article-hide-text
1783    b e (cons 'article-type (cons type gnus-hidden-properties))))
1784
1785 (defun gnus-article-unhide-text-type (b e type)
1786   "Unhide text of TYPE between B and E."
1787   (gnus-delete-wash-type type)
1788   (remove-text-properties
1789    b e (cons 'article-type (cons type gnus-hidden-properties)))
1790   (when (memq 'intangible gnus-hidden-properties)
1791     (put-text-property (max (1- b) (point-min))
1792                        b 'intangible nil)))
1793
1794 (defun gnus-article-hide-text-of-type (type)
1795   "Hide text of TYPE in the current buffer."
1796   (save-excursion
1797     (let ((b (point-min))
1798           (e (point-max)))
1799       (while (setq b (text-property-any b e 'article-type type))
1800         (add-text-properties b (incf b) gnus-hidden-properties)))))
1801
1802 (defun gnus-article-delete-text-of-type (type)
1803   "Delete text of TYPE in the current buffer."
1804   (save-excursion
1805     (let ((b (point-min)))
1806       (if (eq type 'multipart)
1807           ;; Remove MIME buttons associated with multipart/alternative parts.
1808           (progn
1809             (goto-char b)
1810             (while (if (get-text-property (point) 'gnus-part)
1811                        (setq b (point))
1812                      (when (setq b (next-single-property-change (point)
1813                                                                 'gnus-part))
1814                        (goto-char b)
1815                        t))
1816               (end-of-line)
1817               (skip-chars-forward "\n")
1818               (when (eq (get-text-property b 'article-type) 'multipart)
1819                 (delete-region b (point)))))
1820         (while (setq b (text-property-any b (point-max) 'article-type type))
1821           (delete-region
1822            b (or (text-property-not-all b (point-max) 'article-type type)
1823                  (point-max))))))))
1824
1825 (defun gnus-article-delete-invisible-text ()
1826   "Delete all invisible text in the current buffer."
1827   (save-excursion
1828     (let ((b (point-min)))
1829       (while (setq b (text-property-any b (point-max) 'invisible t))
1830         (delete-region
1831          b (or (text-property-not-all b (point-max) 'invisible t)
1832                (point-max)))))))
1833
1834 (defun gnus-article-text-type-exists-p (type)
1835   "Say whether any text of type TYPE exists in the buffer."
1836   (text-property-any (point-min) (point-max) 'article-type type))
1837
1838 (defsubst gnus-article-header-rank ()
1839   "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
1840   (let ((list gnus-sorted-header-list)
1841         (i 1))
1842     (while list
1843       (if (looking-at (car list))
1844           (setq list nil)
1845         (setq list (cdr list))
1846         (incf i)))
1847       i))
1848
1849 (defun article-hide-headers (&optional arg delete)
1850   "Hide unwanted headers and possibly sort them as well."
1851   (interactive)
1852   ;; This function might be inhibited.
1853   (unless gnus-inhibit-hiding
1854     (let ((inhibit-read-only t)
1855           (case-fold-search t)
1856           (max (1+ (length gnus-sorted-header-list)))
1857           (inhibit-point-motion-hooks t)
1858           (cur (current-buffer))
1859           ignored visible beg)
1860       (save-excursion
1861         ;; `gnus-ignored-headers' and `gnus-visible-headers' may be
1862         ;; group parameters, so we should go to the summary buffer.
1863         (when (prog1
1864                   (condition-case nil
1865                       (progn (set-buffer gnus-summary-buffer) t)
1866                     (error nil))
1867                 (setq ignored (when (not gnus-visible-headers)
1868                                 (cond ((stringp gnus-ignored-headers)
1869                                        gnus-ignored-headers)
1870                                       ((listp gnus-ignored-headers)
1871                                        (mapconcat 'identity
1872                                                   gnus-ignored-headers
1873                                                   "\\|"))))
1874                       visible (cond ((stringp gnus-visible-headers)
1875                                      gnus-visible-headers)
1876                                     ((and gnus-visible-headers
1877                                           (listp gnus-visible-headers))
1878                                      (mapconcat 'identity
1879                                                 gnus-visible-headers
1880                                                 "\\|")))))
1881           (set-buffer cur))
1882         (save-restriction
1883           ;; First we narrow to just the headers.
1884           (article-narrow-to-head)
1885           ;; Hide any "From " lines at the beginning of (mail) articles.
1886           (while (looking-at "From ")
1887             (forward-line 1))
1888           (unless (bobp)
1889             (delete-region (point-min) (point)))
1890           ;; Then treat the rest of the header lines.
1891           ;; Then we use the two regular expressions
1892           ;; `gnus-ignored-headers' and `gnus-visible-headers' to
1893           ;; select which header lines is to remain visible in the
1894           ;; article buffer.
1895           (while (re-search-forward "^[^ \t:]*:" nil t)
1896             (beginning-of-line)
1897             ;; Mark the rank of the header.
1898             (put-text-property
1899              (point) (1+ (point)) 'message-rank
1900              (if (or (and visible (looking-at visible))
1901                      (and ignored
1902                           (not (looking-at ignored))))
1903                  (gnus-article-header-rank)
1904                (+ 2 max)))
1905             (forward-line 1))
1906           (message-sort-headers-1)
1907           (when (setq beg (text-property-any
1908                            (point-min) (point-max) 'message-rank (+ 2 max)))
1909             ;; We delete the unwanted headers.
1910             (gnus-add-wash-type 'headers)
1911             (add-text-properties (point-min) (+ 5 (point-min))
1912                                  '(article-type headers dummy-invisible t))
1913             (delete-region beg (point-max))))))))
1914
1915 (defun article-hide-boring-headers (&optional arg)
1916   "Toggle hiding of headers that aren't very interesting.
1917 If given a negative prefix, always show; if given a positive prefix,
1918 always hide."
1919   (interactive (gnus-article-hidden-arg))
1920   (when (and (not (gnus-article-check-hidden-text 'boring-headers arg))
1921              (not gnus-show-all-headers))
1922     (save-excursion
1923       (save-restriction
1924         (let ((inhibit-read-only t)
1925               (inhibit-point-motion-hooks t))
1926           (article-narrow-to-head)
1927           (dolist (elem gnus-boring-article-headers)
1928             (goto-char (point-min))
1929             (cond
1930              ;; Hide empty headers.
1931              ((eq elem 'empty)
1932               (while (re-search-forward "^[^: \t]+:[ \t]*\n[^ \t]" nil t)
1933                 (forward-line -1)
1934                 (gnus-article-hide-text-type
1935                  (point-at-bol)
1936                  (progn
1937                    (end-of-line)
1938                    (if (re-search-forward "^[^ \t]" nil t)
1939                        (match-beginning 0)
1940                      (point-max)))
1941                  'boring-headers)))
1942              ;; Hide boring Newsgroups header.
1943              ((eq elem 'newsgroups)
1944               (when (gnus-string-equal
1945                      (gnus-fetch-field "newsgroups")
1946                      (gnus-group-real-name
1947                       (if (boundp 'gnus-newsgroup-name)
1948                           gnus-newsgroup-name
1949                         "")))
1950                 (gnus-article-hide-header "newsgroups")))
1951              ((eq elem 'to-address)
1952               (let ((to (message-fetch-field "to"))
1953                     (to-address
1954                      (gnus-parameter-to-address
1955                       (if (boundp 'gnus-newsgroup-name)
1956                           gnus-newsgroup-name ""))))
1957                 (when (and to to-address
1958                            (ignore-errors
1959                              (gnus-string-equal
1960                               ;; only one address in To
1961                               (nth 1 (mail-extract-address-components to))
1962                               to-address)))
1963                   (gnus-article-hide-header "to"))))
1964              ((eq elem 'to-list)
1965               (let ((to (message-fetch-field "to"))
1966                     (to-list
1967                      (gnus-parameter-to-list
1968                       (if (boundp 'gnus-newsgroup-name)
1969                           gnus-newsgroup-name ""))))
1970                 (when (and to to-list
1971                            (ignore-errors
1972                              (gnus-string-equal
1973                               ;; only one address in To
1974                               (nth 1 (mail-extract-address-components to))
1975                               to-list)))
1976                   (gnus-article-hide-header "to"))))
1977              ((eq elem 'cc-list)
1978               (let ((cc (message-fetch-field "cc"))
1979                     (to-list
1980                      (gnus-parameter-to-list
1981                       (if (boundp 'gnus-newsgroup-name)
1982                           gnus-newsgroup-name ""))))
1983                 (when (and cc to-list
1984                            (ignore-errors
1985                              (gnus-string-equal
1986                               ;; only one address in CC
1987                               (nth 1 (mail-extract-address-components cc))
1988                               to-list)))
1989                   (gnus-article-hide-header "cc"))))
1990              ((eq elem 'followup-to)
1991               (when (gnus-string-equal
1992                      (message-fetch-field "followup-to")
1993                      (message-fetch-field "newsgroups"))
1994                 (gnus-article-hide-header "followup-to")))
1995              ((eq elem 'reply-to)
1996               (if (gnus-group-find-parameter
1997                    gnus-newsgroup-name 'broken-reply-to)
1998                   (gnus-article-hide-header "reply-to")
1999                 (let ((from (message-fetch-field "from"))
2000                       (reply-to (message-fetch-field "reply-to")))
2001                   (when
2002                       (and
2003                        from reply-to
2004                        (ignore-errors
2005                          (equal
2006                           (sort (mapcar
2007                                  (lambda (x) (downcase (cadr x)))
2008                                  (mail-extract-address-components from t))
2009                                 'string<)
2010                           (sort (mapcar
2011                                  (lambda (x) (downcase (cadr x)))
2012                                  (mail-extract-address-components reply-to t))
2013                                 'string<))))
2014                     (gnus-article-hide-header "reply-to")))))
2015              ((eq elem 'date)
2016               (let ((date (with-current-buffer gnus-original-article-buffer
2017                             ;; If date in `gnus-article-buffer' is localized
2018                             ;; (`gnus-treat-date-user-defined'),
2019                             ;; `days-between' might fail.
2020                             (message-fetch-field "date"))))
2021                 (when (and date
2022                            (< (days-between (current-time-string) date)
2023                               4))
2024                   (gnus-article-hide-header "date"))))
2025              ((eq elem 'long-to)
2026               (let ((to (message-fetch-field "to"))
2027                     (cc (message-fetch-field "cc")))
2028                 (when (> (length to) 1024)
2029                   (gnus-article-hide-header "to"))
2030                 (when (> (length cc) 1024)
2031                   (gnus-article-hide-header "cc"))))
2032              ((eq elem 'many-to)
2033               (let ((to-count 0)
2034                     (cc-count 0))
2035                 (goto-char (point-min))
2036                 (while (re-search-forward "^to:" nil t)
2037                   (setq to-count (1+ to-count)))
2038                 (when (> to-count 1)
2039                   (while (> to-count 0)
2040                     (goto-char (point-min))
2041                     (save-restriction
2042                       (re-search-forward "^to:" nil nil to-count)
2043                       (forward-line -1)
2044                       (narrow-to-region (point) (point-max))
2045                       (gnus-article-hide-header "to"))
2046                     (setq to-count (1- to-count))))
2047                 (goto-char (point-min))
2048                 (while (re-search-forward "^cc:" nil t)
2049                   (setq cc-count (1+ cc-count)))
2050                 (when (> cc-count 1)
2051                   (while (> cc-count 0)
2052                     (goto-char (point-min))
2053                     (save-restriction
2054                       (re-search-forward "^cc:" nil nil cc-count)
2055                       (forward-line -1)
2056                       (narrow-to-region (point) (point-max))
2057                       (gnus-article-hide-header "cc"))
2058                     (setq cc-count (1- cc-count)))))))))))))
2059
2060 (defun gnus-article-hide-header (header)
2061   (save-excursion
2062     (goto-char (point-min))
2063     (when (re-search-forward (concat "^" header ":") nil t)
2064       (gnus-article-hide-text-type
2065        (point-at-bol)
2066        (progn
2067          (end-of-line)
2068          (if (re-search-forward "^[^ \t]" nil t)
2069              (match-beginning 0)
2070            (point-max)))
2071        'boring-headers))))
2072
2073 (defvar gnus-article-normalized-header-length 40
2074   "Length of normalized headers.")
2075
2076 (defun article-normalize-headers ()
2077   "Make all header lines 40 characters long."
2078   (interactive)
2079   (let ((inhibit-read-only t)
2080         column)
2081     (save-excursion
2082       (save-restriction
2083         (article-narrow-to-head)
2084         (while (not (eobp))
2085           (cond
2086            ((< (setq column (- (point-at-eol) (point)))
2087                gnus-article-normalized-header-length)
2088             (end-of-line)
2089             (insert (make-string
2090                      (- gnus-article-normalized-header-length column)
2091                      ? )))
2092            ((> column gnus-article-normalized-header-length)
2093             (gnus-put-text-property
2094              (progn
2095                (forward-char gnus-article-normalized-header-length)
2096                (point))
2097              (point-at-eol)
2098              'invisible t))
2099            (t
2100             ;; Do nothing.
2101             ))
2102           (forward-line 1))))))
2103
2104 (defun article-treat-dumbquotes ()
2105   "Translate M****s*** sm*rtq**t*s and other symbols into proper text.
2106 Note that this function guesses whether a character is a sm*rtq**t* or
2107 not, so it should only be used interactively.
2108
2109 Sm*rtq**t*s are M****s***'s unilateral extension to the
2110 iso-8859-1 character map in an attempt to provide more quoting
2111 characters.  If you see something like \\222 or \\264 where
2112 you're expecting some kind of apostrophe or quotation mark, then
2113 try this wash."
2114   (interactive)
2115   (article-translate-strings gnus-article-dumbquotes-map))
2116
2117 (defun article-translate-characters (from to)
2118   "Translate all characters in the body of the article according to FROM and TO.
2119 FROM is a string of characters to translate from; to is a string of
2120 characters to translate to."
2121   (save-excursion
2122     (when (article-goto-body)
2123       (let ((inhibit-read-only t)
2124             (x (make-string 225 ?x))
2125             (i -1))
2126         (while (< (incf i) (length x))
2127           (aset x i i))
2128         (setq i 0)
2129         (while (< i (length from))
2130           (aset x (aref from i) (aref to i))
2131           (incf i))
2132         (translate-region (point) (point-max) x)))))
2133
2134 (defun article-translate-strings (map)
2135   "Translate all string in the body of the article according to MAP.
2136 MAP is an alist where the elements are on the form (\"from\" \"to\")."
2137   (save-excursion
2138     (when (article-goto-body)
2139       (let ((inhibit-read-only t))
2140         (dolist (elem map)
2141           (save-excursion
2142             (while (search-forward (car elem) nil t)
2143               (replace-match (cadr elem)))))))))
2144
2145 (defun article-treat-overstrike ()
2146   "Translate overstrikes into bold text."
2147   (interactive)
2148   (save-excursion
2149     (when (article-goto-body)
2150       (let ((inhibit-read-only t))
2151         (while (search-forward "\b" nil t)
2152           (let ((next (char-after))
2153                 (previous (char-after (- (point) 2))))
2154             ;; We do the boldification/underlining by hiding the
2155             ;; overstrikes and putting the proper text property
2156             ;; on the letters.
2157             (cond
2158              ((eq next previous)
2159               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
2160               (put-text-property (point) (1+ (point)) 'face 'bold))
2161              ((eq next ?_)
2162               (gnus-article-hide-text-type
2163                (1- (point)) (1+ (point)) 'overstrike)
2164               (put-text-property
2165                (- (point) 2) (1- (point)) 'face 'underline))
2166              ((eq previous ?_)
2167               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
2168               (put-text-property
2169                (point) (1+ (point)) 'face 'underline)))))))))
2170
2171 (defun article-treat-ansi-sequences ()
2172   "Translate ANSI SGR control sequences into overlays or extents."
2173   (interactive)
2174   (save-excursion
2175     (when (article-goto-body)
2176       (let ((inhibit-read-only t))
2177         (ansi-color-apply-on-region (point) (point-max))))))
2178
2179 (defun gnus-article-treat-unfold-headers ()
2180   "Unfold folded message headers.
2181 Only the headers that fit into the current window width will be
2182 unfolded."
2183   (interactive)
2184   (gnus-with-article-headers
2185     (let (length)
2186       (while (not (eobp))
2187         (save-restriction
2188           (mail-header-narrow-to-field)
2189           (let* ((header (buffer-string))
2190                  (unfoldable
2191                   (or (equal gnus-article-unfold-long-headers t)
2192                       (and (stringp gnus-article-unfold-long-headers)
2193                            (string-match gnus-article-unfold-long-headers header)))))
2194             (with-temp-buffer
2195               (insert header)
2196               (goto-char (point-min))
2197               (while (re-search-forward "\n[\t ]" nil t)
2198                 (replace-match " " t t)))
2199             (setq length (- (point-max) (point-min) 1))
2200             (when (or unfoldable
2201                       (< length (window-width)))
2202               (while (re-search-forward "\n[\t ]" nil t)
2203                 (replace-match " " t t))))
2204           (goto-char (point-max)))))))
2205
2206 (defun gnus-article-treat-fold-headers ()
2207   "Fold message headers."
2208   (interactive)
2209   (gnus-with-article-headers
2210     (while (not (eobp))
2211       (save-restriction
2212         (mail-header-narrow-to-field)
2213         (mail-header-fold-field)
2214         (goto-char (point-max))))))
2215
2216 (defun gnus-treat-smiley ()
2217   "Toggle display of textual emoticons (\"smileys\") as small graphical icons."
2218   (interactive)
2219   (gnus-with-article-buffer
2220     (if (memq 'smiley gnus-article-wash-types)
2221         (gnus-delete-images 'smiley)
2222       (article-goto-body)
2223       (let ((images (smiley-region (point) (point-max))))
2224         (when images
2225           (gnus-add-wash-type 'smiley)
2226           (dolist (image images)
2227             (gnus-add-image 'smiley image)))))))
2228
2229 (defun gnus-article-remove-images ()
2230   "Remove all images from the article buffer."
2231   (interactive)
2232   (gnus-with-article-buffer
2233     (dolist (elem gnus-article-image-alist)
2234       (gnus-delete-images (car elem)))))
2235
2236 (defun gnus-article-treat-fold-newsgroups ()
2237   "Unfold folded message headers.
2238 Only the headers that fit into the current window width will be
2239 unfolded."
2240   (interactive)
2241   (gnus-with-article-headers
2242     (while (gnus-article-goto-header "newsgroups\\|followup-to")
2243       (save-restriction
2244         (mail-header-narrow-to-field)
2245         (while (re-search-forward ", *" nil t)
2246           (replace-match ", " t t))
2247         (mail-header-fold-field)
2248         (goto-char (point-max))))))
2249
2250 (defcustom gnus-article-truncate-lines (default-value 'truncate-lines)
2251   "Value of `truncate-lines' in Gnus Article buffer.
2252 Valid values are nil, t, `head', `first', `last', an integer or a
2253 predicate.  See Info node `(gnus)Customizing Articles'."
2254   :version "23.1" ;; No Gnus
2255   :group 'gnus-article
2256   ;; :link '(custom-manual "(gnus)Customizing Articles")
2257   :type 'boolean)
2258
2259 (defun gnus-article-toggle-truncate-lines (&optional arg)
2260   "Toggle whether to fold or truncate long lines in article the buffer.
2261 If ARG is non-nil and not a number, toggle
2262 `gnus-article-truncate-lines' too.  If ARG is a number, truncate
2263 long lines if and only if arg is positive."
2264   (interactive "P")
2265   (cond
2266    ((and (numberp arg) (> arg 0))
2267     (setq gnus-article-truncate-lines t))
2268    ((numberp arg)
2269     (setq gnus-article-truncate-lines nil))
2270    (arg
2271     (setq gnus-article-truncate-lines
2272           (not gnus-article-truncate-lines))))
2273   (gnus-with-article-buffer
2274     (cond
2275      ((and (numberp arg) (> arg 0))
2276       (setq truncate-lines nil))
2277      ((numberp arg)
2278       (setq truncate-lines t)))
2279     ;; In versions of Emacs 22 (CVS) before 2006-05-26,
2280     ;; `toggle-truncate-lines' needs an argument.
2281     (toggle-truncate-lines)))
2282
2283 (defun gnus-article-treat-body-boundary ()
2284   "Place a boundary line at the end of the headers."
2285   (interactive)
2286   (when (and gnus-body-boundary-delimiter
2287              (> (length gnus-body-boundary-delimiter) 0))
2288     (gnus-with-article-headers
2289       (goto-char (point-max))
2290       (let ((start (point)))
2291         (insert "X-Boundary: ")
2292         (gnus-add-text-properties start (point) '(invisible t intangible t))
2293         (insert (let (str)
2294                   (while (>= (window-width) (length str))
2295                     (setq str (concat str gnus-body-boundary-delimiter)))
2296                   (substring str 0 (window-width)))
2297                 "\n")
2298         (gnus-put-text-property start (point) 'gnus-decoration 'header)))))
2299
2300 (defun article-fill-long-lines ()
2301   "Fill lines that are wider than the window width."
2302   (interactive)
2303   (save-excursion
2304     (let ((inhibit-read-only t)
2305           (width (window-width (get-buffer-window (current-buffer)))))
2306       (save-restriction
2307         (article-goto-body)
2308         (let ((adaptive-fill-mode nil)) ;Why?  -sm
2309           (while (not (eobp))
2310             (end-of-line)
2311             (when (>= (current-column) (min fill-column width))
2312               (narrow-to-region (min (1+ (point)) (point-max))
2313                                 (point-at-bol))
2314               (let ((goback (point-marker)))
2315                 (fill-paragraph nil)
2316                 (goto-char (marker-position goback)))
2317               (widen))
2318             (forward-line 1)))))))
2319
2320 (defun article-capitalize-sentences ()
2321   "Capitalize the first word in each sentence."
2322   (interactive)
2323   (save-excursion
2324     (let ((inhibit-read-only t)
2325           (paragraph-start "^[\n\^L]"))
2326       (article-goto-body)
2327       (while (not (eobp))
2328         (capitalize-word 1)
2329         (forward-sentence)))))
2330
2331 (defun article-remove-cr ()
2332   "Remove trailing CRs and then translate remaining CRs into LFs."
2333   (interactive)
2334   (save-excursion
2335     (let ((inhibit-read-only t))
2336       (goto-char (point-min))
2337       (while (re-search-forward "\r+$" nil t)
2338         (replace-match "" t t))
2339       (goto-char (point-min))
2340       (while (search-forward "\r" nil t)
2341         (replace-match "\n" t t)))))
2342
2343 (defun article-remove-trailing-blank-lines ()
2344   "Remove all trailing blank lines from the article."
2345   (interactive)
2346   (save-excursion
2347     (let ((inhibit-read-only t))
2348       (goto-char (point-max))
2349       (delete-region
2350        (point)
2351        (progn
2352          (while (and (not (bobp))
2353                      (looking-at "^[ \t]*$")
2354                      (not (gnus-annotation-in-region-p
2355                            (point) (point-at-eol))))
2356            (forward-line -1))
2357          (forward-line 1)
2358          (point))))))
2359
2360 (defvar gnus-face-properties-alist)
2361
2362 (defun article-display-face (&optional force)
2363   "Display any Face headers in the header."
2364   (interactive (list 'force))
2365   (let ((wash-face-p buffer-read-only))
2366     (gnus-with-article-headers
2367       ;; When displaying parts, this function can be called several times on
2368       ;; the same article, without any intended toggle semantic (as typing `W
2369       ;; D d' would have). So face deletion must occur only when we come from
2370       ;; an interactive command, that is when the *Article* buffer is
2371       ;; read-only.
2372       (if (and wash-face-p (memq 'face gnus-article-wash-types))
2373           (gnus-delete-images 'face)
2374         (let ((from (message-fetch-field "from"))
2375               face faces)
2376           (save-current-buffer
2377             (when (and wash-face-p
2378                        (gnus-buffer-live-p gnus-original-article-buffer)
2379                        (not (re-search-forward "^Face:[\t ]*" nil t)))
2380               (set-buffer gnus-original-article-buffer))
2381             (save-restriction
2382               (mail-narrow-to-head)
2383               (when (or force
2384                         ;; Check whether this face is censored.
2385                         (not (and gnus-article-x-face-too-ugly
2386                                   (or from
2387                                       (setq from (message-fetch-field "from")))
2388                                   (string-match gnus-article-x-face-too-ugly
2389                                                 from))))
2390                 (while (gnus-article-goto-header "Face")
2391                   (push (mail-header-field-value) faces)))))
2392           (when faces
2393             (goto-char (point-min))
2394             (let (png image)
2395               (unless (setq from (gnus-article-goto-header "from"))
2396                 (insert "From:")
2397                 (setq from (point))
2398                 (insert " [no `from' set]\n"))
2399               (while faces
2400                 (when (setq png (gnus-convert-face-to-png (pop faces)))
2401                   (setq image
2402                         (apply 'gnus-create-image png 'png t
2403                                (cdr (assq 'png gnus-face-properties-alist))))
2404                   (goto-char from)
2405                   (gnus-add-wash-type 'face)
2406                   (gnus-add-image 'face image)
2407                   (gnus-put-image image nil 'face))))))))))
2408
2409 (defun article-display-x-face (&optional force)
2410   "Look for an X-Face header and display it if present."
2411   (interactive (list 'force))
2412   (let ((wash-face-p buffer-read-only)) ;; When type `W f'
2413     (gnus-with-article-headers
2414       ;; Delete the old process, if any.
2415       (when (process-status "article-x-face")
2416         (delete-process "article-x-face"))
2417       ;; See the comment in `article-display-face'.
2418       (if (and wash-face-p (memq 'xface gnus-article-wash-types))
2419           ;; We have already displayed X-Faces, so we remove them
2420           ;; instead.
2421           (gnus-delete-images 'xface)
2422         ;; Display X-Faces.
2423         (let ((from (message-fetch-field "from"))
2424               x-faces face)
2425           (save-current-buffer
2426             (when (and wash-face-p
2427                        (gnus-buffer-live-p gnus-original-article-buffer)
2428                        (not (re-search-forward "^X-Face:[\t ]*" nil t)))
2429               ;; If type `W f', use gnus-original-article-buffer,
2430               ;; otherwise use the current buffer because displaying
2431               ;; RFC822 parts calls this function too.
2432               (set-buffer gnus-original-article-buffer))
2433             (save-restriction
2434               (mail-narrow-to-head)
2435               (and gnus-article-x-face-command
2436                    (or force
2437                        ;; Check whether this face is censored.
2438                        (not (and gnus-article-x-face-too-ugly
2439                                  (or from
2440                                      (setq from (message-fetch-field "from")))
2441                                  (string-match gnus-article-x-face-too-ugly
2442                                                from))))
2443                    (while (gnus-article-goto-header "X-Face")
2444                      (push (mail-header-field-value) x-faces)))))
2445           (when x-faces
2446             ;; We display the face.
2447             (cond ((functionp gnus-article-x-face-command)
2448                    ;; The command is a lisp function, so we call it.
2449                    (mapc gnus-article-x-face-command x-faces))
2450                   ((stringp gnus-article-x-face-command)
2451                    ;; The command is a string, so we interpret the command
2452                    ;; as a, well, command, and fork it off.
2453                    (let ((process-connection-type nil))
2454                      (gnus-set-process-query-on-exit-flag
2455                       (start-process
2456                        "article-x-face" nil shell-file-name
2457                        shell-command-switch gnus-article-x-face-command)
2458                       nil)
2459                      ;; Sending multiple EOFs to xv doesn't work,
2460                      ;; so we only do a single external face.
2461                      (with-temp-buffer
2462                        (insert (car x-faces))
2463                        (process-send-region "article-x-face"
2464                                             (point-min) (point-max)))
2465                      (process-send-eof "article-x-face")))
2466                   (t
2467                    (error "`%s' set to `%s' is not a function"
2468                           gnus-article-x-face-command
2469                           'gnus-article-x-face-command)))))))))
2470
2471 (defun article-decode-mime-words ()
2472   "Decode all MIME-encoded words in the article."
2473   (interactive)
2474   (gnus-with-article-buffer
2475     (let ((inhibit-point-motion-hooks t)
2476           (mail-parse-charset gnus-newsgroup-charset)
2477           (mail-parse-ignored-charsets
2478            (with-current-buffer gnus-summary-buffer
2479              gnus-newsgroup-ignored-charsets)))
2480       (mail-decode-encoded-word-region (point-min) (point-max)))))
2481
2482 (defun article-decode-charset (&optional prompt)
2483   "Decode charset-encoded text in the article.
2484 If PROMPT (the prefix), prompt for a coding system to use."
2485   (interactive "P")
2486   (let ((inhibit-point-motion-hooks t) (case-fold-search t)
2487         (inhibit-read-only t)
2488         (mail-parse-charset gnus-newsgroup-charset)
2489         (mail-parse-ignored-charsets
2490          (save-excursion (condition-case nil
2491                              (set-buffer gnus-summary-buffer)
2492                            (error))
2493                          gnus-newsgroup-ignored-charsets))
2494         ct cte ctl charset format)
2495     (save-excursion
2496       (save-restriction
2497         (article-narrow-to-head)
2498         (setq ct (message-fetch-field "Content-Type" t)
2499               cte (message-fetch-field "Content-Transfer-Encoding" t)
2500               ctl (and ct (mail-header-parse-content-type ct))
2501               charset (cond
2502                        (prompt
2503                         (mm-read-coding-system "Charset to decode: "))
2504                        (ctl
2505                         (mail-content-type-get ctl 'charset)))
2506               format (and ctl (mail-content-type-get ctl 'format)))
2507         (when cte
2508           (setq cte (mail-header-strip cte)))
2509         (if (and ctl (not (string-match "/" (car ctl))))
2510             (setq ctl nil))
2511         (goto-char (point-max)))
2512       (forward-line 1)
2513       (save-restriction
2514         (narrow-to-region (point) (point-max))
2515         (when (and (eq mail-parse-charset 'gnus-decoded)
2516                    (eq (mm-body-7-or-8) '8bit))
2517           ;; The text code could have been decoded.
2518           (setq charset mail-parse-charset))
2519         (when (and (or (not ctl)
2520                        (equal (car ctl) "text/plain"))
2521                    (not format)) ;; article with format will decode later.
2522           (mm-decode-body
2523            charset (and cte (intern (downcase
2524                                      (gnus-strip-whitespace cte))))
2525            (car ctl)))))))
2526
2527 (defun article-decode-encoded-words ()
2528   "Remove encoded-word encoding from headers."
2529   (let ((inhibit-point-motion-hooks t)
2530         (mail-parse-charset gnus-newsgroup-charset)
2531         (mail-parse-ignored-charsets
2532          (save-excursion (condition-case nil
2533                              (set-buffer gnus-summary-buffer)
2534                            (error))
2535                          gnus-newsgroup-ignored-charsets))
2536         (inhibit-read-only t)
2537         end start)
2538     (goto-char (point-min))
2539     (when (search-forward "\n\n" nil 'move)
2540       (forward-line -1))
2541     (setq end (point))
2542     (while (not (bobp))
2543       (while (progn
2544                (forward-line -1)
2545                (and (not (bobp))
2546                     (memq (char-after) '(?\t ? )))))
2547       (setq start (point))
2548       (if (looking-at "\
2549 \\(?:Resent-\\)?\\(?:From\\|Cc\\|To\\|Bcc\\|\\(?:In-\\)?Reply-To\\|Sender\
2550 \\|Mail-Followup-To\\|Mail-Copies-To\\|Approved\\):")
2551           (funcall gnus-decode-address-function start end)
2552         (funcall gnus-decode-header-function start end))
2553       (goto-char (setq end start)))))
2554
2555 (defun article-decode-group-name ()
2556   "Decode group names in Newsgroups, Followup-To and Xref headers."
2557   (let ((inhibit-point-motion-hooks t)
2558         (inhibit-read-only t)
2559         (method (gnus-find-method-for-group gnus-newsgroup-name))
2560         regexp)
2561     (when (and (or gnus-group-name-charset-method-alist
2562                    gnus-group-name-charset-group-alist)
2563                (gnus-buffer-live-p gnus-original-article-buffer))
2564       (save-restriction
2565         (article-narrow-to-head)
2566         (dolist (header '("Newsgroups" "Followup-To" "Xref"))
2567           (with-current-buffer gnus-original-article-buffer
2568             (goto-char (point-min)))
2569           (setq regexp (concat "^" header
2570                                ":\\([^\n]*\\(?:\n[\t ]+[^\n]+\\)*\\)\n"))
2571           (while (re-search-forward regexp nil t)
2572             (replace-match (save-match-data
2573                              (gnus-decode-newsgroups
2574                               ;; XXX how to use data in article buffer?
2575                               (with-current-buffer gnus-original-article-buffer
2576                                 (re-search-forward regexp nil t)
2577                                 (match-string 1))
2578                               gnus-newsgroup-name method))
2579                            t t nil 1))
2580           (goto-char (point-min)))))))
2581
2582 (autoload 'idna-to-unicode "idna")
2583
2584 (defun article-decode-idna-rhs ()
2585   "Decode IDNA strings in RHS in various headers in current buffer.
2586 The following headers are decoded: From:, To:, Cc:, Reply-To:,
2587 Mail-Reply-To: and Mail-Followup-To:."
2588   (when gnus-use-idna
2589     (save-restriction
2590       (let ((inhibit-point-motion-hooks t)
2591             (inhibit-read-only t))
2592         (article-narrow-to-head)
2593         (goto-char (point-min))
2594         (while (re-search-forward "@[^ \t\n\r,>]*\\(xn--[-A-Za-z0-9.]*\\)[ \t\n\r,>]" nil t)
2595           (let (ace unicode)
2596             (when (save-match-data
2597                     (and (setq ace (match-string 1))
2598                          (save-excursion
2599                            (and (re-search-backward "^[^ \t]" nil t)
2600                                 (looking-at "From\\|To\\|Cc\\|Reply-To\\|Mail-Reply-To\\|Mail-Followup-To")))
2601                          (setq unicode (idna-to-unicode ace))))
2602               (unless (string= ace unicode)
2603                 (replace-match unicode nil nil nil 1)))))))))
2604
2605 (defun article-de-quoted-unreadable (&optional force read-charset)
2606   "Translate a quoted-printable-encoded article.
2607 If FORCE, decode the article whether it is marked as quoted-printable
2608 or not.
2609 If READ-CHARSET, ask for a coding system."
2610   (interactive (list 'force current-prefix-arg))
2611   (save-excursion
2612     (let ((inhibit-read-only t) type charset)
2613       (if (gnus-buffer-live-p gnus-original-article-buffer)
2614           (with-current-buffer gnus-original-article-buffer
2615             (setq type
2616                   (gnus-fetch-field "content-transfer-encoding"))
2617             (let* ((ct (gnus-fetch-field "content-type"))
2618                    (ctl (and ct (mail-header-parse-content-type ct))))
2619               (setq charset (and ctl
2620                                  (mail-content-type-get ctl 'charset)))
2621               (if (stringp charset)
2622                   (setq charset (intern (downcase charset)))))))
2623       (if read-charset
2624           (setq charset (mm-read-coding-system "Charset: " charset)))
2625       (unless charset
2626         (setq charset gnus-newsgroup-charset))
2627       (when (or force
2628                 (and type (let ((case-fold-search t))
2629                             (string-match "quoted-printable" type))))
2630         (article-goto-body)
2631         (quoted-printable-decode-region
2632          (point) (point-max) (mm-charset-to-coding-system charset))))))
2633
2634 (defun article-de-base64-unreadable (&optional force read-charset)
2635   "Translate a base64 article.
2636 If FORCE, decode the article whether it is marked as base64 not.
2637 If READ-CHARSET, ask for a coding system."
2638   (interactive (list 'force current-prefix-arg))
2639   (save-excursion
2640     (let ((inhibit-read-only t) type charset)
2641       (if (gnus-buffer-live-p gnus-original-article-buffer)
2642           (with-current-buffer gnus-original-article-buffer
2643             (setq type
2644                   (gnus-fetch-field "content-transfer-encoding"))
2645             (let* ((ct (gnus-fetch-field "content-type"))
2646                    (ctl (and ct (mail-header-parse-content-type ct))))
2647               (setq charset (and ctl
2648                                  (mail-content-type-get ctl 'charset)))
2649               (if (stringp charset)
2650                   (setq charset (intern (downcase charset)))))))
2651       (if read-charset
2652           (setq charset (mm-read-coding-system "Charset: " charset)))
2653       (unless charset
2654         (setq charset gnus-newsgroup-charset))
2655       (when (or force
2656                 (and type (let ((case-fold-search t))
2657                             (string-match "base64" type))))
2658         (article-goto-body)
2659         (save-restriction
2660           (narrow-to-region (point) (point-max))
2661           (base64-decode-region (point-min) (point-max))
2662           (mm-decode-coding-region
2663            (point-min) (point-max) (mm-charset-to-coding-system charset)))))))
2664
2665 (eval-when-compile
2666   (require 'rfc1843))
2667
2668 (defun article-decode-HZ ()
2669   "Translate a HZ-encoded article."
2670   (interactive)
2671   (require 'rfc1843)
2672   (save-excursion
2673     (let ((inhibit-read-only t))
2674       (rfc1843-decode-region (point-min) (point-max)))))
2675
2676 (defun article-unsplit-urls ()
2677   "Remove the newlines that some other mailers insert into URLs."
2678   (interactive)
2679   (save-excursion
2680     (let ((inhibit-read-only t))
2681       (goto-char (point-min))
2682       (while (re-search-forward
2683               "\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
2684         (replace-match "\\1\\3" t)))
2685     (when (interactive-p)
2686       (gnus-treat-article nil))))
2687
2688
2689 (defun article-wash-html (&optional read-charset)
2690   "Format an HTML article.
2691 If READ-CHARSET, ask for a coding system.  If it is a number, the
2692 charset defined in `gnus-summary-show-article-charset-alist' is used."
2693   (interactive "P")
2694   (save-excursion
2695     (let ((inhibit-read-only t)
2696           charset)
2697       (if read-charset
2698           (if (or (and (numberp read-charset)
2699                        (setq charset
2700                              (cdr
2701                               (assq read-charset
2702                                     gnus-summary-show-article-charset-alist))))
2703                   (setq charset (mm-read-coding-system "Charset: ")))
2704               (let ((gnus-summary-show-article-charset-alist
2705                      (list (cons 1 charset))))
2706                 (with-current-buffer gnus-summary-buffer
2707                   (gnus-summary-show-article 1)))
2708             (error "No charset is given"))
2709         (when (gnus-buffer-live-p gnus-original-article-buffer)
2710           (with-current-buffer gnus-original-article-buffer
2711             (let* ((ct (gnus-fetch-field "content-type"))
2712                    (ctl (and ct (mail-header-parse-content-type ct))))
2713               (setq charset (and ctl
2714                                  (mail-content-type-get ctl 'charset)))
2715               (when (stringp charset)
2716                 (setq charset (intern (downcase charset)))))))
2717         (unless charset
2718           (setq charset gnus-newsgroup-charset)))
2719       (article-goto-body)
2720       (save-window-excursion
2721         (save-restriction
2722           (narrow-to-region (point) (point-max))
2723           (let* ((func (or gnus-article-wash-function mm-text-html-renderer))
2724                  (entry (assq func mm-text-html-washer-alist)))
2725             (when entry
2726               (setq func (cdr entry)))
2727             (cond
2728              ((functionp func)
2729               (funcall func))
2730              (t
2731               (apply (car func) (cdr func))))))))))
2732
2733 ;; External.
2734 (declare-function w3-region "ext:w3-display" (st nd))
2735
2736 (defun gnus-article-wash-html-with-w3 ()
2737   "Wash the current buffer with w3."
2738   (mm-setup-w3)
2739   (let ((w3-strict-width (window-width))
2740         (url-standalone-mode t)
2741         (url-gateway-unplugged t)
2742         (w3-honor-stylesheets nil))
2743     (condition-case ()
2744         (w3-region (point-min) (point-max))
2745       (error))))
2746
2747 ;; External.
2748 (declare-function w3m-region "ext:w3m" (start end &optional url charset))
2749
2750 (defun gnus-article-wash-html-with-w3m ()
2751   "Wash the current buffer with emacs-w3m."
2752   (mm-setup-w3m)
2753   (let ((w3m-safe-url-regexp mm-w3m-safe-url-regexp)
2754         w3m-force-redisplay)
2755     (w3m-region (point-min) (point-max)))
2756   ;; Put the mark meaning this part was rendered by emacs-w3m.
2757   (put-text-property (point-min) (point-max) 'mm-inline-text-html-with-w3m t)
2758   (when (and mm-inline-text-html-with-w3m-keymap
2759              (boundp 'w3m-minor-mode-map)
2760              w3m-minor-mode-map)
2761     (if (and (boundp 'w3m-link-map)
2762              w3m-link-map)
2763         (let* ((start (point-min))
2764                (end (point-max))
2765                (on (get-text-property start 'w3m-href-anchor))
2766                (map (copy-keymap w3m-link-map))
2767                next)
2768           (set-keymap-parent map w3m-minor-mode-map)
2769           (while (< start end)
2770             (if on
2771                 (progn
2772                   (setq next (or (text-property-any start end
2773                                                     'w3m-href-anchor nil)
2774                                  end))
2775                   (put-text-property start next 'keymap map))
2776               (setq next (or (text-property-not-all start end
2777                                                     'w3m-href-anchor nil)
2778                              end))
2779               (put-text-property start next 'keymap w3m-minor-mode-map))
2780             (setq start next
2781                   on (not on))))
2782       (put-text-property (point-min) (point-max) 'keymap w3m-minor-mode-map))))
2783
2784 (defvar charset) ;; Bound by `article-wash-html'.
2785
2786 (defun gnus-article-wash-html-with-w3m-standalone ()
2787   "Wash the current buffer with w3m."
2788   (if (mm-w3m-standalone-supports-m17n-p)
2789       (progn
2790         (unless (mm-coding-system-p charset) ;; Bound by `article-wash-html'.
2791           ;; The default.
2792           (setq charset 'iso-8859-1))
2793         (let ((coding-system-for-write charset)
2794               (coding-system-for-read charset))
2795           (call-process-region
2796            (point-min) (point-max)
2797            "w3m" t t nil "-dump" "-T" "text/html"
2798            "-I" (symbol-name charset) "-O" (symbol-name charset))))
2799     (mm-inline-wash-with-stdin nil "w3m" "-dump" "-T" "text/html")))
2800
2801 (defvar gnus-article-browse-html-temp-list nil
2802   "List of temporary files created by `gnus-article-browse-html-parts'.
2803 Internal variable.")
2804
2805 (defcustom gnus-article-browse-delete-temp 'ask
2806   "What to do with temporary files from `gnus-article-browse-html-parts'.
2807 If nil, don't delete temporary files.  If it is t, delete them on
2808 exit from the summary buffer.  If it is the symbol `file', query
2809 on each file, if it is `ask' ask once when exiting from the
2810 summary buffer."
2811   :group 'gnus-article
2812   :version "23.1" ;; No Gnus
2813   :type '(choice (const :tag "Don't delete" nil)
2814                  (const :tag "Don't ask" t)
2815                  (const :tag "Ask" ask)
2816                  (const :tag "Ask for each file" file)))
2817
2818 ;; Cf. mm-postponed-undisplay-list / mm-destroy-postponed-undisplay-list.
2819
2820 (defun gnus-article-browse-delete-temp-files (&optional how)
2821   "Delete temp-files created by `gnus-article-browse-html-parts'."
2822   (when (and gnus-article-browse-html-temp-list
2823              (progn
2824                (or how (setq how gnus-article-browse-delete-temp))
2825                (if (eq how 'ask)
2826                    (let ((files (length gnus-article-browse-html-temp-list)))
2827                      (gnus-y-or-n-p (format
2828                                      "Delete all %s temporary HTML file%s? "
2829                                      files
2830                                      (if (> files 1) "s" ""))))
2831                  how)))
2832     (dolist (file gnus-article-browse-html-temp-list)
2833       (cond ((file-directory-p file)
2834              (when (or (not (eq how 'file))
2835                        (gnus-y-or-n-p
2836                         (format
2837                          "Delete temporary HTML file(s) in directory `%s'? "
2838                          (file-name-as-directory file))))
2839                (gnus-delete-directory file)))
2840             ((file-exists-p file)
2841              (when (or (not (eq how 'file))
2842                        (gnus-y-or-n-p
2843                         (format "Delete temporary HTML file `%s'? " file)))
2844                (delete-file file)))))
2845     ;; Also remove file from the list when not deleted or if file doesn't
2846     ;; exist anymore.
2847     (setq gnus-article-browse-html-temp-list nil))
2848   gnus-article-browse-html-temp-list)
2849
2850 (defun gnus-article-browse-html-save-cid-content (cid handles directory)
2851   "Find CID content in HANDLES and save it in a file in DIRECTORY.
2852 Return file name."
2853   (save-match-data
2854     (let (file type)
2855       (catch 'found
2856         (dolist (handle handles)
2857           (cond
2858            ((not (listp handle)))
2859            ((equal (mm-handle-media-supertype handle) "multipart")
2860             (when (setq file (gnus-article-browse-html-save-cid-content
2861                               cid handle directory))
2862               (throw 'found file)))
2863            ((equal (concat "<" cid ">") (mm-handle-id handle))
2864             (setq file
2865                   (expand-file-name
2866                    (or (mail-content-type-get
2867                         (mm-handle-disposition handle) 'filename)
2868                        (mail-content-type-get
2869                         (setq type (mm-handle-type handle)) 'name)
2870                        (concat
2871                         (make-temp-name "cid")
2872                         (car (rassoc (car type) mailcap-mime-extensions))))
2873                    directory))
2874             (mm-save-part-to-file handle file)
2875             (throw 'found file))))))))
2876
2877 (defun gnus-article-browse-html-parts (list &optional header)
2878   "View all \"text/html\" parts from LIST.
2879 Recurse into multiparts.  The optional HEADER that should be a decoded
2880 message header will be added to the bodies of the \"text/html\" parts."
2881   ;; Internal function used by `gnus-article-browse-html-article'.
2882   (let (type file charset content cid-dir tmp-file showed)
2883     ;; Find and show the html-parts.
2884     (dolist (handle list)
2885       ;; If HTML, show it:
2886       (cond ((not (listp handle)))
2887             ((or (equal (car (setq type (mm-handle-type handle))) "text/html")
2888                  (and (equal (car type) "message/external-body")
2889                       (or header
2890                           (setq file (or (mail-content-type-get type 'name)
2891                                          (mail-content-type-get
2892                                           (mm-handle-disposition handle)
2893                                           'filename))))
2894                       (or (mm-handle-cache handle)
2895                           (condition-case code
2896                               (progn (mm-extern-cache-contents handle) t)
2897                             (error
2898                              (gnus-message 3 "%s" (error-message-string code))
2899                              (when (>= gnus-verbose 3) (sit-for 2))
2900                              nil)))
2901                       (progn
2902                         (setq handle (mm-handle-cache handle)
2903                               type (mm-handle-type handle))
2904                         (equal (car type) "text/html"))))
2905              (setq charset (mail-content-type-get type 'charset)
2906                    content (mm-get-part handle))
2907              (with-temp-buffer
2908                (if (eq charset 'gnus-decoded)
2909                    (mm-enable-multibyte)
2910                  (mm-disable-multibyte))
2911                (insert content)
2912                ;; resolve cid contents
2913                (let ((case-fold-search t)
2914                      cid-file)
2915                  (goto-char (point-min))
2916                  (while (re-search-forward "\
2917 <img[\t\n ]+\\(?:[^\t\n >]+[\t\n ]+\\)*src=\"\\(cid:\\([^\"]+\\)\\)\""
2918                                            nil t)
2919                    (unless cid-dir
2920                      (setq cid-dir (mm-make-temp-file "cid" t))
2921                      (add-to-list 'gnus-article-browse-html-temp-list cid-dir))
2922                    (setq file nil
2923                          content nil)
2924                    (when (setq cid-file
2925                                (gnus-article-browse-html-save-cid-content
2926                                 (match-string 2)
2927                                 (with-current-buffer gnus-article-buffer
2928                                   gnus-article-mime-handles)
2929                                 cid-dir))
2930                      (replace-match (concat "file://" cid-file)
2931                                     nil nil nil 1))))
2932                (unless content (setq content (buffer-string))))
2933              (when (or charset header (not file))
2934                (setq tmp-file (mm-make-temp-file
2935                                ;; Do we need to care for 8.3 filenames?
2936                                "mm-" nil ".html")))
2937              ;; Add a meta html tag to specify charset and a header.
2938              (cond
2939               (header
2940                (let (title eheader body hcharset coding force-charset)
2941                  (with-temp-buffer
2942                    (mm-enable-multibyte)
2943                    (setq case-fold-search t)
2944                    (insert header "\n")
2945                    (setq title (message-fetch-field "subject"))
2946                    (goto-char (point-min))
2947                    (while (re-search-forward "\\(<\\)\\|\\(>\\)\\|&" nil t)
2948                      (replace-match (cond ((match-beginning 1) "&lt;")
2949                                           ((match-beginning 2) "&gt;")
2950                                           (t "&amp;"))))
2951                    (goto-char (point-min))
2952                    (insert "<pre>\n")
2953                    (goto-char (point-max))
2954                    (insert "</pre>\n<hr>\n")
2955                    ;; We have to examine charset one by one since
2956                    ;; charset specified in parts might be different.
2957                    (if (eq charset 'gnus-decoded)
2958                        (setq charset 'utf-8
2959                              eheader (mm-encode-coding-string (buffer-string)
2960                                                               charset)
2961                              title (when title
2962                                      (mm-encode-coding-string title charset))
2963                              body (mm-encode-coding-string content charset)
2964                              force-charset t)
2965                      (setq hcharset (mm-find-mime-charset-region (point-min)
2966                                                                  (point-max)))
2967                      (cond ((= (length hcharset) 1)
2968                             (setq hcharset (car hcharset)
2969                                   coding (mm-charset-to-coding-system
2970                                           hcharset)))
2971                            ((> (length hcharset) 1)
2972                             (setq hcharset 'utf-8
2973                                   coding hcharset)))
2974                      (if coding
2975                          (if charset
2976                              (progn
2977                                (setq body
2978                                      (mm-charset-to-coding-system charset))
2979                                (if (eq coding body)
2980                                    (setq eheader (mm-encode-coding-string
2981                                                   (buffer-string) coding)
2982                                          title (when title
2983                                                  (mm-encode-coding-string
2984                                                   title coding))
2985                                          body content)
2986                                  (setq charset 'utf-8
2987                                        eheader (mm-encode-coding-string
2988                                                 (buffer-string) charset)
2989                                        title (when title
2990                                                (mm-encode-coding-string
2991                                                 title charset))
2992                                        body (mm-encode-coding-string
2993                                              (mm-decode-coding-string
2994                                               content body)
2995                                              charset)
2996                                        force-charset t)))
2997                            (setq charset hcharset
2998                                  eheader (mm-encode-coding-string
2999                                           (buffer-string) coding)
3000                                  title (when title
3001                                          (mm-encode-coding-string
3002                                           title coding))
3003                                  body content))
3004                        (setq eheader (mm-string-as-unibyte (buffer-string))
3005                              body content)))
3006                    (erase-buffer)
3007                    (mm-disable-multibyte)
3008                    (insert body)
3009                    (when charset
3010                      (mm-add-meta-html-tag handle charset force-charset))
3011                    (when title
3012                      (goto-char (point-min))
3013                      (unless (search-forward "<title>" nil t)
3014                        (re-search-forward "<head>\\s-*" nil t)
3015                        (insert "<title>" title "</title>\n")))
3016                    (goto-char (point-min))
3017                    (or (re-search-forward
3018                         "<body\\(?:\\s-+[^>]+\\|\\s-*\\)>\\s-*" nil t)
3019                        (re-search-forward
3020                         "</head\\(?:\\s-+[^>]+\\|\\s-*\\)>\\s-*" nil t))
3021                    (insert eheader)
3022                    (mm-write-region (point-min) (point-max)
3023                                     tmp-file nil nil nil 'binary t))))
3024               (charset
3025                (mm-with-unibyte-buffer
3026                  (insert (if (eq charset 'gnus-decoded)
3027                              (mm-encode-coding-string content
3028                                                       (setq charset 'utf-8))
3029                            content))
3030                  (if (or (mm-add-meta-html-tag handle charset)
3031                          (not file))
3032                      (mm-write-region (point-min) (point-max)
3033                                       tmp-file nil nil nil 'binary t)
3034                    (setq tmp-file nil))))
3035               (tmp-file
3036                (mm-save-part-to-file handle tmp-file)))
3037              (when tmp-file
3038                (add-to-list 'gnus-article-browse-html-temp-list tmp-file))
3039              (add-hook 'gnus-summary-prepare-exit-hook
3040                        'gnus-article-browse-delete-temp-files)
3041              (add-hook 'gnus-exit-gnus-hook
3042                        (lambda  ()
3043                          (gnus-article-browse-delete-temp-files t)))
3044              ;; FIXME: Warn if there's an <img> tag?
3045              (browse-url-of-file (or tmp-file (expand-file-name file)))
3046              (setq showed t))
3047             ;; If multipart, recurse
3048             ((equal (mm-handle-media-supertype handle) "multipart")
3049              (when (gnus-article-browse-html-parts handle header)
3050                (setq showed t)))
3051             ((equal (mm-handle-media-type handle) "message/rfc822")
3052              (mm-with-multibyte-buffer
3053                (mm-insert-part handle)
3054                (setq handle (mm-dissect-buffer t t))
3055                (when (and (bufferp (car handle))
3056                           (stringp (car (mm-handle-type handle))))
3057                  (setq handle (list handle)))
3058                (when header
3059                  (article-decode-encoded-words)
3060                  (let ((gnus-visible-headers
3061                         (or (get 'gnus-visible-headers 'standard-value)
3062                             gnus-visible-headers)))
3063                    (article-hide-headers))
3064                  (goto-char (point-min))
3065                  (search-forward "\n\n" nil 'move)
3066                  (skip-chars-backward "\t\n ")
3067                  (setq header (buffer-substring (point-min) (point)))))
3068              (when (prog1
3069                        (gnus-article-browse-html-parts handle header)
3070                      (mm-destroy-parts handle))
3071                (setq showed t)))))
3072     showed))
3073
3074 (defun gnus-article-browse-html-article (&optional arg)
3075   "View \"text/html\" parts of the current article with a WWW browser.
3076 Inline images embedded in a message using the cid scheme, as they are
3077 generally considered to be safe, will be processed properly.
3078 The message header is added to the beginning of every html part unless
3079 the prefix argument ARG is given.
3080
3081 Warning: Spammers use links to images (using the http scheme) in HTML
3082 articles to verify whether you have read the message.  As
3083 `gnus-article-browse-html-article' passes the HTML content to the
3084 browser without eliminating these \"web bugs\" you should only
3085 use it for mails from trusted senders.
3086
3087 If you always want to display HTML parts in the browser, set
3088 `mm-text-html-renderer' to nil.
3089
3090 This command creates temporary files to pass HTML contents including
3091 images if any to the browser, and deletes them when exiting the group
3092 \(if you want)."
3093   ;; Cf. `mm-w3m-safe-url-regexp'
3094   (interactive "P")
3095   (if arg
3096       (gnus-summary-show-article)
3097     (let ((gnus-visible-headers (or (get 'gnus-visible-headers 'standard-value)
3098                                     gnus-visible-headers))
3099           ;; As we insert a <hr>, there's no need for the body boundary.
3100           (gnus-treat-body-boundary nil))
3101       (gnus-summary-show-article)))
3102   (with-current-buffer gnus-article-buffer
3103     (let ((header (unless arg
3104                     (save-restriction
3105                       (widen)
3106                       (buffer-substring-no-properties
3107                        (goto-char (point-min))
3108                        (if (search-forward "\n\n" nil t)
3109                            (match-beginning 0)
3110                          (goto-char (point-max))
3111                          (skip-chars-backward "\t\n ")
3112                          (point))))))
3113           parts)
3114       (set-buffer gnus-original-article-buffer)
3115       (setq parts (mm-dissect-buffer t t))
3116       ;; If singlepart, enforce a list.
3117       (when (and (bufferp (car parts))
3118                  (stringp (car (mm-handle-type parts))))
3119         (setq parts (list parts)))
3120       ;; Process the list
3121       (unless (gnus-article-browse-html-parts parts header)
3122         (gnus-error 3 "Mail doesn't contain a \"text/html\" part!"))
3123       (mm-destroy-parts parts)
3124       (unless arg
3125         (gnus-summary-show-article)))))
3126
3127 (defun article-hide-list-identifiers ()
3128   "Remove list identifies from the Subject header.
3129 The `gnus-list-identifiers' variable specifies what to do."
3130   (interactive)
3131   (let ((inhibit-point-motion-hooks t)
3132         (regexp (if (consp gnus-list-identifiers)
3133                     (mapconcat 'identity gnus-list-identifiers " *\\|")
3134                   gnus-list-identifiers))
3135         (inhibit-read-only t))
3136     (when regexp
3137       (save-excursion
3138         (save-restriction
3139           (article-narrow-to-head)
3140           (goto-char (point-min))
3141           (while (re-search-forward
3142                   (concat "^Subject: +\\(R[Ee]: +\\)*\\(" regexp " *\\)")
3143                   nil t)
3144             (delete-region (match-beginning 2) (match-end 0))
3145             (beginning-of-line))
3146           (when (re-search-forward
3147                  "^Subject: +\\(\\(R[Ee]: +\\)+\\)R[Ee]: +" nil t)
3148             (delete-region (match-beginning 1) (match-end 1))))))))
3149
3150 (defun article-hide-pem (&optional arg)
3151   "Toggle hiding of any PEM headers and signatures in the current article.
3152 If given a negative prefix, always show; if given a positive prefix,
3153 always hide."
3154   (interactive (gnus-article-hidden-arg))
3155   (unless (gnus-article-check-hidden-text 'pem arg)
3156     (save-excursion
3157       (let ((inhibit-read-only t) end)
3158         (goto-char (point-min))
3159         ;; Hide the horrendously ugly "header".
3160         (when (and (search-forward
3161                     "\n-----BEGIN PRIVACY-ENHANCED MESSAGE-----\n"
3162                     nil t)
3163                    (setq end (1+ (match-beginning 0))))
3164           (gnus-add-wash-type 'pem)
3165           (gnus-article-hide-text-type
3166            end
3167            (if (search-forward "\n\n" nil t)
3168                (match-end 0)
3169              (point-max))
3170            'pem)
3171           ;; Hide the trailer as well
3172           (when (search-forward "\n-----END PRIVACY-ENHANCED MESSAGE-----\n"
3173                                 nil t)
3174             (gnus-article-hide-text-type
3175              (match-beginning 0) (match-end 0) 'pem)))))))
3176
3177 (defun article-strip-banner ()
3178   "Strip the banners specified by the `banner' group parameter and by
3179 `gnus-article-address-banner-alist'."
3180   (interactive)
3181   (save-excursion
3182     (save-restriction
3183       (let ((inhibit-point-motion-hooks t))
3184         (when (gnus-parameter-banner gnus-newsgroup-name)
3185           (article-really-strip-banner
3186            (gnus-parameter-banner gnus-newsgroup-name)))
3187         (when gnus-article-address-banner-alist
3188           ;; Note that the From header is decoded here, so it is
3189           ;; required that the *-extract-address-components function
3190           ;; supports non-ASCII text.
3191           (let ((from (save-restriction
3192                         (widen)
3193                         (article-narrow-to-head)
3194                         (mail-fetch-field "from"))))
3195             (when (and from
3196                        (setq from
3197                              (cadr (funcall gnus-extract-address-components
3198                                             from))))
3199               (catch 'found
3200                 (dolist (pair gnus-article-address-banner-alist)
3201                   (when (string-match (car pair) from)
3202                     (throw 'found
3203                            (article-really-strip-banner (cdr pair)))))))))))))
3204
3205 (defun article-really-strip-banner (banner)
3206   "Strip the banner specified by the argument."
3207   (save-excursion
3208     (save-restriction
3209       (let ((inhibit-point-motion-hooks t)
3210             (gnus-signature-limit nil)
3211             (inhibit-read-only t))
3212         (article-goto-body)
3213         (cond
3214          ((eq banner 'signature)
3215           (when (gnus-article-narrow-to-signature)
3216             (widen)
3217             (forward-line -1)
3218             (delete-region (point) (point-max))))
3219          ((symbolp banner)
3220           (if (setq banner (cdr (assq banner gnus-article-banner-alist)))
3221               (while (re-search-forward banner nil t)
3222                 (delete-region (match-beginning 0) (match-end 0)))))
3223          ((stringp banner)
3224           (while (re-search-forward banner nil t)
3225             (delete-region (match-beginning 0) (match-end 0)))))))))
3226
3227 (defun article-babel ()
3228   "Translate article using an online translation service."
3229   (interactive)
3230   (require 'babel)
3231   (gnus-with-article-buffer
3232     (when (article-goto-body)
3233       (let* ((start (point))
3234              (end (point-max))
3235              (orig (buffer-substring start end))
3236              (trans (babel-as-string orig)))
3237         (save-restriction
3238           (narrow-to-region start end)
3239           (delete-region start end)
3240           (insert trans))))))
3241
3242 (defun article-hide-signature (&optional arg)
3243   "Hide the signature in the current article.
3244 If given a negative prefix, always show; if given a positive prefix,
3245 always hide."
3246   (interactive (gnus-article-hidden-arg))
3247   (unless (gnus-article-check-hidden-text 'signature arg)
3248     (save-excursion
3249       (save-restriction
3250         (let ((inhibit-read-only t))
3251           (when (gnus-article-narrow-to-signature)
3252             (gnus-article-hide-text-type
3253              (point-min) (point-max) 'signature))))))
3254   (gnus-set-mode-line 'article))
3255
3256 (defun article-strip-headers-in-body ()
3257   "Strip offensive headers from bodies."
3258   (interactive)
3259   (save-excursion
3260     (article-goto-body)
3261     (let ((case-fold-search t))
3262       (when (looking-at "x-no-archive:")
3263         (gnus-delete-line)))))
3264
3265 (defun article-strip-leading-blank-lines ()
3266   "Remove all blank lines from the beginning of the article."
3267   (interactive)
3268   (save-excursion
3269     (let ((inhibit-point-motion-hooks t)
3270           (inhibit-read-only t))
3271       (when (article-goto-body)
3272         (while (and (not (eobp))
3273                     (looking-at "[ \t]*$"))
3274           (gnus-delete-line))))))
3275
3276 (defun article-narrow-to-head ()
3277   "Narrow the buffer to the head of the message.
3278 Point is left at the beginning of the narrowed-to region."
3279   (narrow-to-region
3280    (goto-char (point-min))
3281    (if (search-forward "\n\n" nil 1)
3282        (1- (point))
3283      (point-max)))
3284   (goto-char (point-min)))
3285
3286 (defun article-goto-body ()
3287   "Place point at the start of the body."
3288   (goto-char (point-min))
3289   (cond
3290    ;; This variable is only bound when dealing with separate
3291    ;; MIME body parts.
3292    (article-goto-body-goes-to-point-min-p
3293     t)
3294    ((search-forward "\n\n" nil t)
3295     t)
3296    (t
3297     (goto-char (point-max))
3298     nil)))
3299
3300 (defun article-strip-multiple-blank-lines ()
3301   "Replace consecutive blank lines with one empty line."
3302   (interactive)
3303   (save-excursion
3304     (let ((inhibit-point-motion-hooks t)
3305           (inhibit-read-only t))
3306       ;; First make all blank lines empty.
3307       (article-goto-body)
3308       (while (re-search-forward "^[ \t]+$" nil t)
3309         (unless (gnus-annotation-in-region-p
3310                  (match-beginning 0) (match-end 0))
3311           (replace-match "" nil t)))
3312       ;; Then replace multiple empty lines with a single empty line.
3313       (article-goto-body)
3314       (while (re-search-forward "\n\n\\(\n+\\)" nil t)
3315         (unless (gnus-annotation-in-region-p
3316                  (match-beginning 0) (match-end 0))
3317           (delete-region (match-beginning 1) (match-end 1)))))))
3318
3319 (defun article-strip-leading-space ()
3320   "Remove all white space from the beginning of the lines in the article."
3321   (interactive)
3322   (save-excursion
3323     (let ((inhibit-point-motion-hooks t)
3324           (inhibit-read-only t))
3325       (article-goto-body)
3326       (while (re-search-forward "^[ \t]+" nil t)
3327         (replace-match "" t t)))))
3328
3329 (defun article-strip-trailing-space ()
3330   "Remove all white space from the end of the lines in the article."
3331   (interactive)
3332   (save-excursion
3333     (let ((inhibit-point-motion-hooks t)
3334           (inhibit-read-only t))
3335       (article-goto-body)
3336       (while (re-search-forward "[ \t]+$" nil t)
3337         (replace-match "" t t)))))
3338
3339 (defun article-strip-blank-lines ()
3340   "Strip leading, trailing and multiple blank lines."
3341   (interactive)
3342   (article-strip-leading-blank-lines)
3343   (article-remove-trailing-blank-lines)
3344   (article-strip-multiple-blank-lines))
3345
3346 (defun article-strip-all-blank-lines ()
3347   "Strip all blank lines."
3348   (interactive)
3349   (save-excursion
3350     (let ((inhibit-point-motion-hooks t)
3351           (inhibit-read-only t))
3352       (article-goto-body)
3353       (while (re-search-forward "^[ \t]*\n" nil t)
3354         (replace-match "" t t)))))
3355
3356 (defun gnus-article-narrow-to-signature ()
3357   "Narrow to the signature; return t if a signature is found, else nil."
3358   (let ((inhibit-point-motion-hooks t))
3359     (when (gnus-article-search-signature)
3360       (forward-line 1)
3361       ;; Check whether we have some limits to what we consider
3362       ;; to be a signature.
3363       (let ((limits (if (listp gnus-signature-limit) gnus-signature-limit
3364                       (list gnus-signature-limit)))
3365             limit limited)
3366         (while (setq limit (pop limits))
3367           (if (or (and (integerp limit)
3368                        (< (- (point-max) (point)) limit))
3369                   (and (floatp limit)
3370                        (< (count-lines (point) (point-max)) limit))
3371                   (and (functionp limit)
3372                        (funcall limit))
3373                   (and (stringp limit)
3374                        (not (re-search-forward limit nil t))))
3375               ()                        ; This limit did not succeed.
3376             (setq limited t
3377                   limits nil)))
3378         (unless limited
3379           (narrow-to-region (point) (point-max))
3380           t)))))
3381
3382 (defun gnus-article-search-signature ()
3383   "Search the current buffer for the signature separator.
3384 Put point at the beginning of the signature separator."
3385   (let ((cur (point)))
3386     (goto-char (point-max))
3387     (if (if (stringp gnus-signature-separator)
3388             (re-search-backward gnus-signature-separator nil t)
3389           (let ((seps gnus-signature-separator))
3390             (while (and seps
3391                         (not (re-search-backward (car seps) nil t)))
3392               (pop seps))
3393             seps))
3394         t
3395       (goto-char cur)
3396       nil)))
3397
3398 (defun gnus-article-hidden-arg ()
3399   "Return the current prefix arg as a number, or 0 if no prefix."
3400   (list (if current-prefix-arg
3401             (prefix-numeric-value current-prefix-arg)
3402           0)))
3403
3404 (defun gnus-article-check-hidden-text (type arg)
3405   "Return nil if hiding is necessary.
3406 Arg can be nil or a number.  nil and positive means hide, negative
3407 means show, 0 means toggle."
3408   (save-excursion
3409     (save-restriction
3410       (let ((hide (gnus-article-hidden-text-p type)))
3411         (cond
3412          ((or (null arg)
3413               (> arg 0))
3414           nil)
3415          ((< arg 0)
3416           (gnus-article-show-hidden-text type)
3417           t)
3418          (t
3419           (if (eq hide 'hidden)
3420               (progn
3421                 (gnus-article-show-hidden-text type)
3422                 t)
3423             nil)))))))
3424
3425 (defun gnus-article-hidden-text-p (type)
3426   "Say whether the current buffer contains hidden text of type TYPE."
3427   (let ((pos (text-property-any (point-min) (point-max) 'article-type type)))
3428     (while (and pos
3429                 (not (get-text-property pos 'invisible))
3430                 (not (get-text-property pos 'dummy-invisible)))
3431       (setq pos
3432             (text-property-any (1+ pos) (point-max) 'article-type type)))
3433     (if pos
3434         'hidden
3435       nil)))
3436
3437 (defun gnus-article-show-hidden-text (type &optional dummy)
3438   "Show all hidden text of type TYPE.
3439 Originally it is hide instead of DUMMY."
3440   (let ((inhibit-read-only t)
3441         (inhibit-point-motion-hooks t))
3442     (gnus-remove-text-properties-when
3443      'article-type type
3444      (point-min) (point-max)
3445      (cons 'article-type (cons type
3446                                gnus-hidden-properties)))
3447     (gnus-delete-wash-type type)))
3448
3449 (defconst article-time-units
3450   `((year . ,(* 365.25 24 60 60))
3451     (week . ,(* 7 24 60 60))
3452     (day . ,(* 24 60 60))
3453     (hour . ,(* 60 60))
3454     (minute . 60)
3455     (second . 1))
3456   "Mapping from time units to seconds.")
3457
3458 (defun gnus-article-forward-header ()
3459   "Move point to the start of the next header.
3460 If the current header is a continuation header, this can be several
3461 lines forward."
3462   (let ((ended nil))
3463     (while (not ended)
3464       (forward-line 1)
3465       (if (looking-at "[ \t]+[^ \t]")
3466           (forward-line 1)
3467         (setq ended t)))))
3468
3469 (defun article-date-ut (&optional type highlight)
3470   "Convert DATE date to universal time in the current article.
3471 If TYPE is `local', convert to local time; if it is `lapsed', output
3472 how much time has lapsed since DATE.  For `lapsed', the value of
3473 `gnus-article-date-lapsed-new-header' says whether the \"X-Sent:\" header
3474 should replace the \"Date:\" one, or should be added below it."
3475   (interactive (list 'ut t))
3476   (let* ((tdate-regexp "^Date:[ \t]\\|^X-Sent:[ \t]")
3477          (date-regexp (cond ((not gnus-article-date-lapsed-new-header)
3478                              tdate-regexp)
3479                             ((eq type 'lapsed)
3480                              "^X-Sent:[ \t]")
3481                             (article-lapsed-timer
3482                              "^Date:[ \t]")
3483                             (t
3484                              tdate-regexp)))
3485          (case-fold-search t)
3486          (inhibit-read-only t)
3487          (inhibit-point-motion-hooks t)
3488          pos date bface eface)
3489     (save-excursion
3490       (save-restriction
3491         (widen)
3492         (goto-char (point-min))
3493         (while (or (setq date (get-text-property (setq pos (point))
3494                                                  'original-date))
3495                    (when (setq pos (next-single-property-change
3496                                     (point) 'original-date))
3497                      (setq date (get-text-property pos 'original-date))
3498                      t))
3499           (narrow-to-region
3500            pos (if (setq pos (text-property-any pos (point-max)
3501                                                 'original-date nil))
3502                    (progn
3503                      (goto-char pos)
3504                      (if (or (bolp) (eobp))
3505                          (point)
3506                        (1+ (point))))
3507                  (point-max)))
3508           (goto-char (point-min))
3509           (when (re-search-forward tdate-regexp nil t)
3510             (setq bface (get-text-property (point-at-bol) 'face)
3511                   eface (get-text-property (1- (point-at-eol)) 'face)))
3512           (goto-char (point-min))
3513           (setq pos nil)
3514           ;; Delete any old Date headers.
3515           (while (re-search-forward date-regexp nil t)
3516             (if pos
3517                 (delete-region (point-at-bol) (progn
3518                                                 (gnus-article-forward-header)
3519                                                 (point)))
3520               (delete-region (point-at-bol) (progn
3521                                               (gnus-article-forward-header)
3522                                               (forward-char -1)
3523                                               (point)))
3524               (setq pos (point))))
3525           (when (and (not pos)
3526                      (re-search-forward tdate-regexp nil t))
3527             (forward-line 1))
3528           (gnus-goto-char pos)
3529           (insert (article-make-date-line date (or type 'ut)))
3530           (unless pos
3531             (insert "\n")
3532             (forward-line -1))
3533           ;; Do highlighting.
3534           (beginning-of-line)
3535           (when (looking-at "\\([^:]+\\): *\\(.*\\)$")
3536             (put-text-property (match-beginning 1) (1+ (match-end 1))
3537                                'face bface)
3538             (put-text-property (match-beginning 2) (match-end 2)
3539                                'face eface))
3540           (put-text-property (point-min) (1- (point-max)) 'original-date date)
3541           (goto-char (point-max))
3542           (widen))))))
3543
3544 (defun article-make-date-line (date type)
3545   "Return a DATE line of TYPE."
3546   (unless (memq type '(local ut original user iso8601 lapsed english))
3547     (error "Unknown conversion type: %s" type))
3548   (condition-case ()
3549       (let ((time (date-to-time date)))
3550         (cond
3551          ;; Convert to the local timezone.
3552          ((eq type 'local)
3553           (concat "Date: " (message-make-date time)))
3554          ;; Convert to Universal Time.
3555          ((eq type 'ut)
3556           (concat "Date: "
3557                   (substring
3558                    (message-make-date
3559                     (let* ((e (parse-time-string date))
3560                            (tm (apply 'encode-time e))
3561                            (ms (car tm))
3562                            (ls (- (cadr tm) (car (current-time-zone time)))))
3563                       (cond ((< ls 0) (list (1- ms) (+ ls 65536)))
3564                             ((> ls 65535) (list (1+ ms) (- ls 65536)))
3565                             (t (list ms ls)))))
3566                    0 -5)
3567                   "UT"))
3568          ;; Get the original date from the article.
3569          ((eq type 'original)
3570           (concat "Date: " (if (string-match "\n+$" date)
3571                                (substring date 0 (match-beginning 0))
3572                              date)))
3573          ;; Let the user define the format.
3574          ((eq type 'user)
3575           (let ((format (or (condition-case nil
3576                                 (with-current-buffer gnus-summary-buffer
3577                                   gnus-article-time-format)
3578                               (error nil))
3579                             gnus-article-time-format)))
3580             (if (functionp format)
3581                 (funcall format time)
3582               (concat "Date: " (format-time-string format time)))))
3583          ;; ISO 8601.
3584          ((eq type 'iso8601)
3585           (let ((tz (car (current-time-zone time))))
3586             (concat
3587              "Date: "
3588              (format-time-string "%Y%m%dT%H%M%S" time)
3589              (format "%s%02d%02d"
3590                      (if (> tz 0) "+" "-") (/ (abs tz) 3600)
3591                      (/ (% (abs tz) 3600) 60)))))
3592          ;; Do an X-Sent lapsed format.
3593          ((eq type 'lapsed)
3594           ;; If the date is seriously mangled, the timezone functions are
3595           ;; liable to bug out, so we ignore all errors.
3596           (let* ((now (current-time))
3597                  (real-time (subtract-time now time))
3598                  (real-sec (and real-time
3599                                 (+ (* (float (car real-time)) 65536)
3600                                    (cadr real-time))))
3601                  (sec (and real-time (abs real-sec)))
3602                  num prev)
3603             (cond
3604              ((null real-time)
3605               "X-Sent: Unknown")
3606              ((zerop sec)
3607               "X-Sent: Now")
3608              (t
3609               (concat
3610                "X-Sent: "
3611                ;; This is a bit convoluted, but basically we go
3612                ;; through the time units for years, weeks, etc,
3613                ;; and divide things to see whether that results
3614                ;; in positive answers.
3615                (mapconcat
3616                 (lambda (unit)
3617                   (if (zerop (setq num (ffloor (/ sec (cdr unit)))))
3618                       ;; The (remaining) seconds are too few to
3619                       ;; be divided into this time unit.
3620                       ""
3621                     ;; It's big enough, so we output it.
3622                     (setq sec (- sec (* num (cdr unit))))
3623                     (prog1
3624                         (concat (if prev ", " "") (int-to-string
3625                                                    (floor num))
3626                                 " " (symbol-name (car unit))
3627                                 (if (> num 1) "s" ""))
3628                       (setq prev t))))
3629                 article-time-units "")
3630                ;; If dates are odd, then it might appear like the
3631                ;; article was sent in the future.
3632                (if (> real-sec 0)
3633                    " ago"
3634                  " in the future"))))))
3635          ;; Display the date in proper English
3636          ((eq type 'english)
3637           (let ((dtime (decode-time time)))
3638             (concat
3639              "Date: the "
3640              (number-to-string (nth 3 dtime))
3641              (let ((digit (% (nth 3 dtime) 10)))
3642                (cond
3643                 ((memq (nth 3 dtime) '(11 12 13)) "th")
3644                 ((= digit 1) "st")
3645                 ((= digit 2) "nd")
3646                 ((= digit 3) "rd")
3647                 (t "th")))
3648              " of "
3649              (nth (1- (nth 4 dtime)) gnus-english-month-names)
3650              " "
3651              (number-to-string (nth 5 dtime))
3652              " at "
3653              (format "%02d" (nth 2 dtime))
3654              ":"
3655              (format "%02d" (nth 1 dtime)))))))
3656     (error
3657      (format "Date: %s (from Gnus)" date))))
3658
3659 (defun article-date-local (&optional highlight)
3660   "Convert the current article date to the local timezone."
3661   (interactive (list t))
3662   (article-date-ut 'local highlight))
3663
3664 (defun article-date-english (&optional highlight)
3665   "Convert the current article date to something that is proper English."
3666   (interactive (list t))
3667   (article-date-ut 'english highlight))
3668
3669 (defun article-date-original (&optional highlight)
3670   "Convert the current article date to what it was originally.
3671 This is only useful if you have used some other date conversion
3672 function and want to see what the date was before converting."
3673   (interactive (list t))
3674   (article-date-ut 'original highlight))
3675
3676 (defun article-date-lapsed (&optional highlight)
3677   "Convert the current article date to time lapsed since it was sent."
3678   (interactive (list t))
3679   (article-date-ut 'lapsed highlight))
3680
3681 (defun article-update-date-lapsed ()
3682   "Function to be run from a timer to update the lapsed time line."
3683   (save-match-data
3684     (let (deactivate-mark)
3685       (save-excursion
3686         (ignore-errors
3687          (walk-windows
3688           (lambda (w)
3689             (set-buffer (window-buffer w))
3690             (when (eq major-mode 'gnus-article-mode)
3691               (let ((mark (point-marker)))
3692                 (goto-char (point-min))
3693                 (when (re-search-forward "^X-Sent:" nil t)
3694                   (article-date-lapsed t))
3695                 (goto-char (marker-position mark))
3696                 (move-marker mark nil))))
3697           nil 'visible))))))
3698
3699 (defun gnus-start-date-timer (&optional n)
3700   "Start a timer to update the X-Sent header in the article buffers.
3701 The numerical prefix says how frequently (in seconds) the function
3702 is to run."
3703   (interactive "p")
3704   (unless n
3705     (setq n 1))
3706   (gnus-stop-date-timer)
3707   (setq article-lapsed-timer
3708         (run-at-time 1 n 'article-update-date-lapsed)))
3709
3710 (defun gnus-stop-date-timer ()
3711   "Stop the X-Sent timer."
3712   (interactive)
3713   (when article-lapsed-timer
3714     (nnheader-cancel-timer article-lapsed-timer)
3715     (setq article-lapsed-timer nil)))
3716
3717 (defun article-date-user (&optional highlight)
3718   "Convert the current article date to the user-defined format.
3719 This format is defined by the `gnus-article-time-format' variable."
3720   (interactive (list t))
3721   (article-date-ut 'user highlight))
3722
3723 (defun article-date-iso8601 (&optional highlight)
3724   "Convert the current article date to ISO8601."
3725   (interactive (list t))
3726   (article-date-ut 'iso8601 highlight))
3727
3728 (defmacro gnus-article-save-original-date (&rest forms)
3729   "Save the original date as a text property and evaluate FORMS."
3730   `(let* ((case-fold-search t)
3731           (start (progn
3732                    (goto-char (point-min))
3733                    (when (and (re-search-forward "^date:[\t\n ]+" nil t)
3734                               (not (bolp)))
3735                      (match-end 0))))
3736           (date (when (and start
3737                            (re-search-forward "[\t ]*\n\\(?:[^\t ]\\|\\'\\)"
3738                                               nil t))
3739                   (buffer-substring-no-properties start
3740                                                   (match-beginning 0)))))
3741      (goto-char (point-max))
3742      (skip-chars-backward "\n")
3743      (put-text-property (point-min) (point) 'original-date date)
3744      ,@forms
3745      (goto-char (point-max))
3746      (skip-chars-backward "\n")
3747      (put-text-property (point-min) (point) 'original-date date)))
3748
3749 ;; (defun article-show-all ()
3750 ;;   "Show all hidden text in the article buffer."
3751 ;;   (interactive)
3752 ;;   (save-excursion
3753 ;;     (let ((inhibit-read-only t))
3754 ;;       (gnus-article-unhide-text (point-min) (point-max)))))
3755
3756 (defun article-remove-leading-whitespace ()
3757   "Remove excessive whitespace from all headers."
3758   (interactive)
3759   (save-excursion
3760     (save-restriction
3761       (let ((inhibit-read-only t))
3762         (article-narrow-to-head)
3763         (goto-char (point-min))
3764         (while (re-search-forward "^[^ :]+: \\([ \t]+\\)" nil t)
3765           (delete-region (match-beginning 1) (match-end 1)))))))
3766
3767 (defun article-emphasize (&optional arg)
3768   "Emphasize text according to `gnus-emphasis-alist'."
3769   (interactive (gnus-article-hidden-arg))
3770   (unless (gnus-article-check-hidden-text 'emphasis arg)
3771     (save-excursion
3772       (let ((alist (or
3773                     (condition-case nil
3774                         (with-current-buffer gnus-summary-buffer
3775                           gnus-article-emphasis-alist)
3776                       (error))
3777                     gnus-emphasis-alist))
3778             (inhibit-read-only t)
3779             (props (append '(article-type emphasis)
3780                            gnus-hidden-properties))
3781             regexp elem beg invisible visible face)
3782         (article-goto-body)
3783         (setq beg (point))
3784         (while (setq elem (pop alist))
3785           (goto-char beg)
3786           (setq regexp (car elem)
3787                 invisible (nth 1 elem)
3788                 visible (nth 2 elem)
3789                 face (nth 3 elem))
3790           (while (re-search-forward regexp nil t)
3791             (when (and (match-beginning visible) (match-beginning invisible))
3792               (gnus-article-hide-text
3793                (match-beginning invisible) (match-end invisible) props)
3794               (gnus-article-unhide-text-type
3795                (match-beginning visible) (match-end visible) 'emphasis)
3796               (gnus-put-overlay-excluding-newlines
3797                (match-beginning visible) (match-end visible) 'face face)
3798               (gnus-add-wash-type 'emphasis)
3799               (goto-char (match-end invisible)))))))))
3800
3801 (defun gnus-article-setup-highlight-words (&optional highlight-words)
3802   "Setup newsgroup emphasis alist."
3803   (unless gnus-article-emphasis-alist
3804     (let ((name (and gnus-newsgroup-name
3805                      (gnus-group-real-name gnus-newsgroup-name))))
3806       (make-local-variable 'gnus-article-emphasis-alist)
3807       (setq gnus-article-emphasis-alist
3808             (nconc
3809              (let ((alist gnus-group-highlight-words-alist) elem highlight)
3810                (while (setq elem (pop alist))
3811                  (when (and name (string-match (car elem) name))
3812                    (setq alist nil
3813                          highlight (copy-sequence (cdr elem)))))
3814                highlight)
3815              (copy-sequence highlight-words)
3816              (if gnus-newsgroup-name
3817                  (copy-sequence (gnus-group-find-parameter
3818                                  gnus-newsgroup-name 'highlight-words t)))
3819              gnus-emphasis-alist)))))
3820
3821 (defvar gnus-summary-article-menu)
3822 (defvar gnus-summary-post-menu)
3823
3824 ;;; Saving functions.
3825
3826 (defun gnus-article-save (save-buffer file &optional num)
3827   "Save the currently selected article."
3828   (when (or (get gnus-default-article-saver :headers)
3829             (not gnus-save-all-headers))
3830     ;; Remove headers according to `gnus-saved-headers' or the value
3831     ;; of the `:headers' property that the saver function might have.
3832     (let ((gnus-visible-headers
3833            (or (symbol-value (get gnus-default-article-saver :headers))
3834                gnus-saved-headers gnus-visible-headers))
3835           ;; Ignore group parameter.  See `article-hide-headers'.
3836           (gnus-summary-buffer nil))
3837       (with-current-buffer save-buffer
3838         (article-hide-headers 1 t))))
3839   (save-window-excursion
3840     (if (not gnus-default-article-saver)
3841         (error "No default saver is defined")
3842       ;; !!! Magic!  The saving functions all save
3843       ;; `gnus-save-article-buffer' (or so they think), but we
3844       ;; bind that variable to our save-buffer.
3845       (set-buffer gnus-article-buffer)
3846       (let* ((gnus-save-article-buffer save-buffer)
3847              (filename
3848               (cond
3849                ((not gnus-prompt-before-saving) 'default)
3850                ((eq gnus-prompt-before-saving 'always) nil)
3851                (t file)))
3852              (gnus-number-of-articles-to-be-saved
3853               (when (eq gnus-prompt-before-saving t)
3854                 num)))                  ; Magic
3855         (set-buffer gnus-article-current-summary)
3856         (funcall gnus-default-article-saver filename)))))
3857
3858 (defun gnus-read-save-file-name (prompt &optional filename
3859                                         function group headers variable
3860                                         dir-var)
3861   (let ((default-name
3862           (funcall function group headers (symbol-value variable)))
3863         result)
3864     (setq result
3865           (expand-file-name
3866            (cond
3867             ((eq filename 'default)
3868              default-name)
3869             ((eq filename t)
3870              default-name)
3871             (filename filename)
3872             (t
3873              (when (symbol-value dir-var)
3874                (setq default-name (expand-file-name
3875                                    (file-name-nondirectory default-name)
3876                                    (symbol-value dir-var))))
3877              (let* ((split-name (gnus-get-split-value gnus-split-methods))
3878                     (prompt
3879                      (format prompt
3880                              (if (and gnus-number-of-articles-to-be-saved
3881                                       (> gnus-number-of-articles-to-be-saved 1))
3882                                  (format "these %d articles"
3883                                          gnus-number-of-articles-to-be-saved)
3884                                "this article")))
3885                     (file
3886                      ;; Let the split methods have their say.
3887                      (cond
3888                       ;; No split name was found.
3889                       ((null split-name)
3890                        (read-file-name
3891                         (concat prompt " (default "
3892                                 (file-name-nondirectory default-name) "): ")
3893                         (file-name-directory default-name)
3894                         default-name))
3895                       ;; A single group name is returned.
3896                       ((stringp split-name)
3897                        (setq default-name
3898                              (funcall function split-name headers
3899                                       (symbol-value variable)))
3900                        (read-file-name
3901                         (concat prompt " (default "
3902                                 (file-name-nondirectory default-name) "): ")
3903                         (file-name-directory default-name)
3904                         default-name))
3905                       ;; A single split name was found
3906                       ((= 1 (length split-name))
3907                        (let* ((name (expand-file-name
3908                                      (car split-name)
3909                                      gnus-article-save-directory))
3910                               (dir (cond ((file-directory-p name)
3911                                           (file-name-as-directory name))
3912                                          ((file-exists-p name) name)
3913                                          (t gnus-article-save-directory))))
3914                          (read-file-name
3915                           (concat prompt " (default " name "): ")
3916                           dir name)))
3917                       ;; A list of splits was found.
3918                       (t
3919                        (setq split-name (nreverse split-name))
3920                        (let (result)
3921                          (let ((file-name-history
3922                                 (nconc split-name file-name-history)))
3923                            (setq result
3924                                  (expand-file-name
3925                                   (read-file-name
3926                                    (concat prompt " (`M-p' for defaults): ")
3927                                    gnus-article-save-directory
3928                                    (car split-name))
3929                                   gnus-article-save-directory)))
3930                          (car (push result file-name-history)))))))
3931                ;; Create the directory.
3932                (gnus-make-directory (file-name-directory file))
3933                ;; If we have read a directory, we append the default file name.
3934                (when (file-directory-p file)
3935                  (setq file (expand-file-name (file-name-nondirectory
3936                                                default-name)
3937                                               (file-name-as-directory file))))
3938                ;; Possibly translate some characters.
3939                (nnheader-translate-file-chars file))))))
3940     (gnus-make-directory (file-name-directory result))
3941     (when variable
3942       (set variable result))
3943     (when dir-var
3944       (set dir-var (file-name-directory result)))
3945     result))
3946
3947 (defun gnus-article-archive-name (group)
3948   "Return the first instance of an \"Archive-name\" in the current buffer."
3949   (let ((case-fold-search t))
3950     (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t)
3951       (nnheader-concat gnus-article-save-directory
3952                        (match-string 1)))))
3953
3954 (defun gnus-article-nndoc-name (group)
3955   "If GROUP is an nndoc group, return the name of the parent group."
3956   (when (eq (car (gnus-find-method-for-group group)) 'nndoc)
3957     (gnus-group-get-parameter group 'save-article-group)))
3958
3959 (defun gnus-summary-save-in-rmail (&optional filename)
3960   "Append this article to Rmail file.
3961 Optional argument FILENAME specifies file name.
3962 Directory to save to is default to `gnus-article-save-directory'."
3963   (setq filename (gnus-read-save-file-name
3964                   "Save %s in rmail file" filename
3965                   gnus-rmail-save-name gnus-newsgroup-name
3966                   gnus-current-headers 'gnus-newsgroup-last-rmail))
3967   (with-current-buffer gnus-save-article-buffer
3968     (save-excursion
3969       (save-restriction
3970         (widen)
3971         ;; Note that unlike gnus-summary-save-in-mail, there is no
3972         ;; check to see if filename is Babyl.  Rmail in Emacs 23 does
3973         ;; not use Babyl.
3974         (gnus-output-to-rmail filename))))
3975   filename)
3976
3977 (defun gnus-summary-save-in-mail (&optional filename)
3978   "Append this article to Unix mail file.
3979 Optional argument FILENAME specifies file name.
3980 Directory to save to is default to `gnus-article-save-directory'."
3981   (setq filename (gnus-read-save-file-name
3982                   "Save %s in Unix mail file" filename
3983                   gnus-mail-save-name gnus-newsgroup-name
3984                   gnus-current-headers 'gnus-newsgroup-last-mail))
3985   (with-current-buffer gnus-save-article-buffer
3986     (save-excursion
3987       (save-restriction
3988         (widen)
3989         (if (and (file-readable-p filename)
3990                  (file-regular-p filename)
3991                  (mail-file-babyl-p filename))
3992             (gnus-output-to-rmail filename)
3993           (gnus-output-to-mail filename)))))
3994   filename)
3995
3996 (put 'gnus-summary-save-in-file :decode t)
3997 (put 'gnus-summary-save-in-file :headers 'gnus-saved-headers)
3998 (defun gnus-summary-save-in-file (&optional filename overwrite)
3999   "Append this article to file.
4000 Optional argument FILENAME specifies file name.
4001 Directory to save to is default to `gnus-article-save-directory'."
4002   (setq filename (gnus-read-save-file-name
4003                   "Save %s in file" filename
4004                   gnus-file-save-name gnus-newsgroup-name
4005                   gnus-current-headers 'gnus-newsgroup-last-file))
4006   (with-current-buffer gnus-save-article-buffer
4007     (save-excursion
4008       (save-restriction
4009         (widen)
4010         (when (and overwrite
4011                    (file-exists-p filename))
4012           (delete-file filename))
4013         (gnus-output-to-file filename))))
4014   filename)
4015
4016 (put 'gnus-summary-write-to-file :decode t)
4017 (put 'gnus-summary-write-to-file :function 'gnus-summary-save-in-file)
4018 (put 'gnus-summary-write-to-file :headers 'gnus-saved-headers)
4019 (defun gnus-summary-write-to-file (&optional filename)
4020   "Write this article to a file, overwriting it if the file exists.
4021 Optional argument FILENAME specifies file name.
4022 The directory to save in defaults to `gnus-article-save-directory'."
4023   (setq filename (gnus-read-save-file-name
4024                   "Save %s in file" filename
4025                   gnus-file-save-name gnus-newsgroup-name
4026                   gnus-current-headers nil 'gnus-newsgroup-last-directory))
4027   (gnus-summary-save-in-file filename t))
4028
4029 (put 'gnus-summary-save-body-in-file :decode t)
4030 (defun gnus-summary-save-body-in-file (&optional filename overwrite)
4031   "Append this article body to a file.
4032 Optional argument FILENAME specifies file name.
4033 The directory to save in defaults to `gnus-article-save-directory'."
4034   (setq filename (gnus-read-save-file-name
4035                   "Save %s body in file" filename
4036                   gnus-file-save-name gnus-newsgroup-name
4037                   gnus-current-headers 'gnus-newsgroup-last-file))
4038   (with-current-buffer gnus-save-article-buffer
4039     (save-excursion
4040       (save-restriction
4041         (widen)
4042         (when (article-goto-body)
4043           (narrow-to-region (point) (point-max)))
4044         (when (and overwrite
4045                    (file-exists-p filename))
4046           (delete-file filename))
4047         (gnus-output-to-file filename))))
4048   filename)
4049
4050 (put 'gnus-summary-write-body-to-file :decode t)
4051 (put 'gnus-summary-write-body-to-file
4052      :function 'gnus-summary-save-body-in-file)
4053 (defun gnus-summary-write-body-to-file (&optional filename)
4054   "Write this article body to a file, overwriting it if the file exists.
4055 Optional argument FILENAME specifies file name.
4056 The directory to save in defaults to `gnus-article-save-directory'."
4057   (setq filename (gnus-read-save-file-name
4058                   "Save %s body in file" filename
4059                   gnus-file-save-name gnus-newsgroup-name
4060                   gnus-current-headers nil 'gnus-newsgroup-last-directory))
4061   (gnus-summary-save-body-in-file filename t))
4062
4063 (put 'gnus-summary-save-in-pipe :decode t)
4064 (put 'gnus-summary-save-in-pipe :headers 'gnus-saved-headers)
4065 (defun gnus-summary-save-in-pipe (&optional command raw)
4066   "Pipe this article to subprocess COMMAND.
4067 Valid values for COMMAND include:
4068   a string
4069     The executable command name and possibly arguments.
4070   nil
4071     You will be prompted for the command in the minibuffer.
4072   the symbol `default'
4073     It will be replaced with the command which the variable
4074     `gnus-summary-pipe-output-default-command' holds or the command
4075     last used for saving.
4076 Non-nil value for RAW overrides `:decode' and `:headers' properties
4077 and the raw article including all headers will be piped."
4078   (let ((article (gnus-summary-article-number))
4079         (decode (unless raw
4080                   (get 'gnus-summary-save-in-pipe :decode)))
4081         save-buffer default)
4082     (if article
4083         (if (vectorp (gnus-summary-article-header article))
4084             (save-current-buffer
4085               (gnus-summary-select-article decode decode nil article)
4086               (insert-buffer-substring
4087                (prog1
4088                    (if decode
4089                        gnus-article-buffer
4090                      gnus-original-article-buffer)
4091                  (setq save-buffer
4092                        (nnheader-set-temp-buffer " *Gnus Save*"))))
4093               ;; Remove unwanted headers.
4094               (when (and (not raw)
4095                          (or (get 'gnus-summary-save-in-pipe :headers)
4096                              (not gnus-save-all-headers)))
4097                 (let ((gnus-visible-headers
4098                        (or (symbol-value (get 'gnus-summary-save-in-pipe
4099                                               :headers))
4100                            gnus-saved-headers gnus-visible-headers))
4101                       (gnus-summary-buffer nil))
4102                   (article-hide-headers 1 t))))
4103           (error "%d is not a real article" article))
4104       (error "No article to pipe"))
4105     (setq default (or gnus-summary-pipe-output-default-command
4106                       gnus-last-shell-command))
4107     (unless (stringp command)
4108       (setq command
4109             (if (and (eq command 'default) default)
4110                 default
4111               (gnus-read-shell-command "Shell command on this article: "
4112                                        default))))
4113     (when (string-equal command "")
4114       (if default
4115           (setq command default)
4116         (error "A command is required")))
4117     (with-current-buffer save-buffer
4118       (save-restriction
4119         (widen)
4120         (shell-command-on-region (point-min) (point-max) command nil)))
4121     (gnus-kill-buffer save-buffer))
4122   (setq gnus-summary-pipe-output-default-command command))
4123
4124 (defun gnus-summary-pipe-to-muttprint (&optional command)
4125   "Pipe this article to muttprint."
4126   (unless (stringp command)
4127     (setq command (read-string
4128                    "Print using command: " gnus-summary-muttprint-program
4129                    nil gnus-summary-muttprint-program)))
4130   (let ((gnus-summary-pipe-output-default-command
4131          gnus-summary-pipe-output-default-command))
4132     (gnus-summary-save-in-pipe command))
4133   (setq gnus-summary-muttprint-program command))
4134
4135 ;;; Article file names when saving.
4136
4137 (defun gnus-capitalize-newsgroup (newsgroup)
4138   "Capitalize NEWSGROUP name."
4139   (when (not (zerop (length newsgroup)))
4140     (concat (char-to-string (upcase (aref newsgroup 0)))
4141             (substring newsgroup 1))))
4142
4143 (defun gnus-Numeric-save-name (newsgroup headers &optional last-file)
4144   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
4145 If variable `gnus-use-long-file-name' is non-nil, it is ~/News/News.group/num.
4146 Otherwise, it is like ~/News/news/group/num."
4147   (let ((default
4148           (expand-file-name
4149            (concat (if (gnus-use-long-file-name 'not-save)
4150                        (gnus-capitalize-newsgroup newsgroup)
4151                      (gnus-newsgroup-directory-form newsgroup))
4152                    "/" (int-to-string (mail-header-number headers)))
4153            gnus-article-save-directory)))
4154     (if (and last-file
4155              (string-equal (file-name-directory default)
4156                            (file-name-directory last-file))
4157              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
4158         default
4159       (or last-file default))))
4160
4161 (defun gnus-numeric-save-name (newsgroup headers &optional last-file)
4162   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
4163 If variable `gnus-use-long-file-name' is non-nil, it is
4164 ~/News/news.group/num.  Otherwise, it is like ~/News/news/group/num."
4165   (let ((default
4166           (expand-file-name
4167            (concat (if (gnus-use-long-file-name 'not-save)
4168                        newsgroup
4169                      (gnus-newsgroup-directory-form newsgroup))
4170                    "/" (int-to-string (mail-header-number headers)))
4171            gnus-article-save-directory)))
4172     (if (and last-file
4173              (string-equal (file-name-directory default)
4174                            (file-name-directory last-file))
4175              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
4176         default
4177       (or last-file default))))
4178
4179 (defun gnus-plain-save-name (newsgroup headers &optional last-file)
4180   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
4181 If variable `gnus-use-long-file-name' is non-nil, it is
4182 ~/News/news.group.  Otherwise, it is like ~/News/news/group/news."
4183   (or last-file
4184       (expand-file-name
4185        (if (gnus-use-long-file-name 'not-save)
4186            newsgroup
4187          (file-relative-name
4188           (expand-file-name "news" (gnus-newsgroup-directory-form newsgroup))
4189           default-directory))
4190        gnus-article-save-directory)))
4191
4192 (defun gnus-sender-save-name (newsgroup headers &optional last-file)
4193   "Generate file name from sender."
4194   (let ((from (mail-header-from headers)))
4195     (expand-file-name
4196      (if (and from (string-match "\\([^ <]+\\)@" from))
4197          (match-string 1 from)
4198        "nobody")
4199      gnus-article-save-directory)))
4200
4201 (defun article-verify-x-pgp-sig ()
4202   "Verify X-PGP-Sig."
4203   ;; <ftp://ftp.isc.org/pub/pgpcontrol/FORMAT>
4204   (interactive)
4205   (if (gnus-buffer-live-p gnus-original-article-buffer)
4206       (let ((sig (with-current-buffer gnus-original-article-buffer
4207                    (gnus-fetch-field "X-PGP-Sig")))
4208             items info headers)
4209         (when (and sig
4210                    mml2015-use
4211                    (mml2015-clear-verify-function))
4212           (with-temp-buffer
4213             (insert-buffer-substring gnus-original-article-buffer)
4214             (setq items (split-string sig))
4215             (message-narrow-to-head)
4216             (let ((inhibit-point-motion-hooks t)
4217                   (case-fold-search t))
4218               ;; Don't verify multiple headers.
4219               (setq headers (mapconcat (lambda (header)
4220                                          (concat header ": "
4221                                                  (mail-fetch-field header)
4222                                                  "\n"))
4223                                        (split-string (nth 1 items) ",") "")))
4224             (delete-region (point-min) (point-max))
4225             (insert "-----BEGIN PGP SIGNED MESSAGE-----\n\n")
4226             (insert "X-Signed-Headers: " (nth 1 items) "\n")
4227             (insert headers)
4228             (widen)
4229             (forward-line)
4230             (while (not (eobp))
4231               (if (looking-at "^-")
4232                   (insert "- "))
4233               (forward-line))
4234             (insert "\n-----BEGIN PGP SIGNATURE-----\n")
4235             (insert "Version: " (car items) "\n\n")
4236             (insert (mapconcat 'identity (cddr items) "\n"))
4237             (insert "\n-----END PGP SIGNATURE-----\n")
4238             (let ((mm-security-handle (list (format "multipart/signed"))))
4239               (mml2015-clean-buffer)
4240               (let ((coding-system-for-write (or gnus-newsgroup-charset
4241                                                  'iso-8859-1)))
4242                 (funcall (mml2015-clear-verify-function)))
4243               (setq info
4244                     (or (mm-handle-multipart-ctl-parameter
4245                          mm-security-handle 'gnus-details)
4246                         (mm-handle-multipart-ctl-parameter
4247                          mm-security-handle 'gnus-info)))))
4248           (when info
4249             (let ((inhibit-read-only t) bface eface)
4250               (save-restriction
4251                 (message-narrow-to-head)
4252                 (goto-char (point-max))
4253                 (forward-line -1)
4254                 (setq bface (get-text-property (point-at-bol) 'face)
4255                       eface (get-text-property (1- (point-at-eol)) 'face))
4256                 (message-remove-header "X-Gnus-PGP-Verify")
4257                 (if (re-search-forward "^X-PGP-Sig:" nil t)
4258                     (forward-line)
4259                   (goto-char (point-max)))
4260                 (narrow-to-region (point) (point))
4261                 (insert "X-Gnus-PGP-Verify: " info "\n")
4262                 (goto-char (point-min))
4263                 (forward-line)
4264                 (while (not (eobp))
4265                   (if (not (looking-at "^[ \t]"))
4266                       (insert " "))
4267                   (forward-line))
4268                 ;; Do highlighting.
4269                 (goto-char (point-min))
4270                 (when (looking-at "\\([^:]+\\): *")
4271                   (put-text-property (match-beginning 1) (1+ (match-end 1))
4272                                      'face bface)
4273                   (put-text-property (match-end 0) (point-max)
4274                                      'face eface)))))))))
4275
4276 (autoload 'canlock-verify "canlock" nil t) ;; for XEmacs.
4277
4278 (defun article-verify-cancel-lock ()
4279   "Verify Cancel-Lock header."
4280   (interactive)
4281   (if (gnus-buffer-live-p gnus-original-article-buffer)
4282       (canlock-verify gnus-original-article-buffer)))
4283
4284 (eval-and-compile
4285   (mapc
4286    (lambda (func)
4287      (let (afunc gfunc)
4288        (if (consp func)
4289            (setq afunc (car func)
4290                  gfunc (cdr func))
4291          (setq afunc func
4292                gfunc (intern (format "gnus-%s" func))))
4293        (defalias gfunc
4294          (when (fboundp afunc)
4295            `(lambda (&optional interactive &rest args)
4296               ,(documentation afunc t)
4297               (interactive (list t))
4298               (with-current-buffer gnus-article-buffer
4299                 (if interactive
4300                     (call-interactively ',afunc)
4301                   (apply ',afunc args))))))))
4302    '(article-hide-headers
4303      article-verify-x-pgp-sig
4304      article-verify-cancel-lock
4305      article-hide-boring-headers
4306      article-treat-overstrike
4307      article-treat-ansi-sequences
4308      article-fill-long-lines
4309      article-capitalize-sentences
4310      article-remove-cr
4311      article-remove-leading-whitespace
4312      article-display-x-face
4313      article-display-face
4314      article-de-quoted-unreadable
4315      article-de-base64-unreadable
4316      article-decode-HZ
4317      article-wash-html
4318      article-unsplit-urls
4319      article-hide-list-identifiers
4320      article-strip-banner
4321      article-babel
4322      article-hide-pem
4323      article-hide-signature
4324      article-strip-headers-in-body
4325      article-remove-trailing-blank-lines
4326      article-strip-leading-blank-lines
4327      article-strip-multiple-blank-lines
4328      article-strip-leading-space
4329      article-strip-trailing-space
4330      article-strip-blank-lines
4331      article-strip-all-blank-lines
4332      article-date-local
4333      article-date-english
4334      article-date-iso8601
4335      article-date-original
4336      article-date-ut
4337      article-decode-mime-words
4338      article-decode-charset
4339      article-decode-encoded-words
4340      article-date-user
4341      article-date-lapsed
4342      article-emphasize
4343      article-treat-dumbquotes
4344      article-normalize-headers
4345      ;;(article-show-all . gnus-article-show-all-headers)
4346      )))
4347 \f
4348 ;;;
4349 ;;; Gnus article mode
4350 ;;;
4351
4352 (put 'gnus-article-mode 'mode-class 'special)
4353
4354 (set-keymap-parent gnus-article-mode-map widget-keymap)
4355
4356 (gnus-define-keys gnus-article-mode-map
4357   " " gnus-article-goto-next-page
4358   "\177" gnus-article-goto-prev-page
4359   [delete] gnus-article-goto-prev-page
4360   [backspace] gnus-article-goto-prev-page
4361   "\C-c^" gnus-article-refer-article
4362   "h" gnus-article-show-summary
4363   "s" gnus-article-show-summary
4364   "\C-c\C-m" gnus-article-mail
4365   "?" gnus-article-describe-briefly
4366   "<" beginning-of-buffer
4367   ">" end-of-buffer
4368   "\C-c\C-i" gnus-info-find-node
4369   "\C-c\C-b" gnus-bug
4370   "R" gnus-article-reply-with-original
4371   "F" gnus-article-followup-with-original
4372   "\C-hk" gnus-article-describe-key
4373   "\C-hc" gnus-article-describe-key-briefly
4374   "\C-hb" gnus-article-describe-bindings
4375
4376   "e" gnus-article-read-summary-keys
4377   "\C-d" gnus-article-read-summary-keys
4378   "\M-*" gnus-article-read-summary-keys
4379   "\M-#" gnus-article-read-summary-keys
4380   "\M-^" gnus-article-read-summary-keys
4381   "\M-g" gnus-article-read-summary-keys)
4382
4383 (substitute-key-definition
4384  'undefined 'gnus-article-read-summary-keys gnus-article-mode-map)
4385
4386 (gnus-define-keys (gnus-article-send-map "S" gnus-article-mode-map)
4387   "W" gnus-article-wide-reply-with-original)
4388 (if (featurep 'xemacs)
4389     (set-keymap-default-binding gnus-article-send-map
4390                                 'gnus-article-read-summary-send-keys)
4391   (define-key gnus-article-send-map [t] 'gnus-article-read-summary-send-keys))
4392
4393 (defun gnus-article-make-menu-bar ()
4394   (unless (boundp 'gnus-article-commands-menu)
4395     (gnus-summary-make-menu-bar))
4396   (gnus-turn-off-edit-menu 'article)
4397   (unless (boundp 'gnus-article-article-menu)
4398     (easy-menu-define
4399      gnus-article-article-menu gnus-article-mode-map ""
4400      '("Article"
4401        ["Scroll forwards" gnus-article-goto-next-page t]
4402        ["Scroll backwards" gnus-article-goto-prev-page t]
4403        ["Show summary" gnus-article-show-summary t]
4404        ["Fetch Message-ID at point" gnus-article-refer-article t]
4405        ["Mail to address at point" gnus-article-mail t]
4406        ["Send a bug report" gnus-bug t]))
4407
4408     (easy-menu-define
4409      gnus-article-treatment-menu gnus-article-mode-map ""
4410      ;; Fixme: this should use :active (and maybe :visible).
4411      '("Treatment"
4412        ["Hide headers" gnus-article-hide-headers t]
4413        ["Hide signature" gnus-article-hide-signature t]
4414        ["Hide citation" gnus-article-hide-citation t]
4415        ["Treat overstrike" gnus-article-treat-overstrike t]
4416        ["Treat ANSI sequences" gnus-article-treat-ansi-sequences t]
4417        ["Remove carriage return" gnus-article-remove-cr t]
4418        ["Remove leading whitespace" gnus-article-remove-leading-whitespace t]
4419        ["Remove quoted-unreadable" gnus-article-de-quoted-unreadable t]
4420        ["Remove base64" gnus-article-de-base64-unreadable t]
4421        ["Treat html" gnus-article-wash-html t]
4422        ["Remove newlines from within URLs" gnus-article-unsplit-urls t]
4423        ["Decode HZ" gnus-article-decode-HZ t]))
4424
4425     ;; Note "Commands" menu is defined in gnus-sum.el for consistency
4426
4427     ;; Note "Post" menu is defined in gnus-sum.el for consistency
4428
4429     (gnus-run-hooks 'gnus-article-menu-hook)))
4430
4431 (defvar bookmark-make-record-function)
4432
4433 (defun gnus-article-mode ()
4434   "Major mode for displaying an article.
4435
4436 All normal editing commands are switched off.
4437
4438 The following commands are available in addition to all summary mode
4439 commands:
4440 \\<gnus-article-mode-map>
4441 \\[gnus-article-next-page]\t Scroll the article one page forwards
4442 \\[gnus-article-prev-page]\t Scroll the article one page backwards
4443 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
4444 \\[gnus-article-show-summary]\t Display the summary buffer
4445 \\[gnus-article-mail]\t Send a reply to the address near point
4446 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
4447 \\[gnus-info-find-node]\t Go to the Gnus info node"
4448   (interactive)
4449   (kill-all-local-variables)
4450   (gnus-simplify-mode-line)
4451   (setq mode-name "Article")
4452   (setq major-mode 'gnus-article-mode)
4453   (make-local-variable 'minor-mode-alist)
4454   (use-local-map gnus-article-mode-map)
4455   (when (gnus-visual-p 'article-menu 'menu)
4456     (gnus-article-make-menu-bar)
4457     (when gnus-summary-tool-bar-map
4458       (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map)))
4459   (gnus-update-format-specifications nil 'article-mode)
4460   (set (make-local-variable 'page-delimiter) gnus-page-delimiter)
4461   (set (make-local-variable 'gnus-page-broken) nil)
4462   (make-local-variable 'gnus-button-marker-list)
4463   (make-local-variable 'gnus-article-current-summary)
4464   (make-local-variable 'gnus-article-mime-handles)
4465   (make-local-variable 'gnus-article-decoded-p)
4466   (make-local-variable 'gnus-article-mime-handle-alist)
4467   (make-local-variable 'gnus-article-wash-types)
4468   (make-local-variable 'gnus-article-image-alist)
4469   (make-local-variable 'gnus-article-charset)
4470   (make-local-variable 'gnus-article-ignored-charsets)
4471   (set (make-local-variable 'bookmark-make-record-function)
4472        'gnus-summary-bookmark-make-record)
4473   ;; Prevent Emacs 22 from displaying non-break space with `nobreak-space'
4474   ;; face.
4475   (set (make-local-variable 'nobreak-char-display) nil)
4476   (setq cursor-in-non-selected-windows nil)
4477   (gnus-set-default-directory)
4478   (buffer-disable-undo)
4479   (setq buffer-read-only t
4480         show-trailing-whitespace nil)
4481   (set-syntax-table gnus-article-mode-syntax-table)
4482   (mm-enable-multibyte)
4483   (gnus-run-mode-hooks 'gnus-article-mode-hook))
4484
4485 (defvar gnus-button-marker-list nil
4486   "Regexp matching any of the regexps from `gnus-button-alist'.
4487 Internal variable.")
4488
4489 (defun gnus-article-setup-buffer ()
4490   "Initialize the article buffer."
4491   (let* ((name (if gnus-single-article-buffer "*Article*"
4492                  (concat "*Article " gnus-newsgroup-name "*")))
4493          (original
4494           (progn (string-match "\\*Article" name)
4495                  (concat " *Original Article"
4496                          (substring name (match-end 0))))))
4497     (setq gnus-article-buffer name)
4498     (setq gnus-original-article-buffer original)
4499     (setq gnus-article-mime-handle-alist nil)
4500     (with-current-buffer gnus-summary-buffer
4501       ;; This might be a variable local to the summary buffer.
4502       (unless gnus-single-article-buffer
4503         (setq gnus-article-buffer name)
4504         (setq gnus-original-article-buffer original)
4505         (gnus-set-global-variables)))
4506     (gnus-article-setup-highlight-words)
4507     ;; Init original article buffer.
4508     (with-current-buffer (gnus-get-buffer-create gnus-original-article-buffer)
4509       (mm-enable-multibyte)
4510       (setq major-mode 'gnus-original-article-mode)
4511       (make-local-variable 'gnus-original-article))
4512     (if (and (get-buffer name)
4513              (with-current-buffer name
4514                (if gnus-article-edit-mode
4515                    (if (y-or-n-p "Article mode edit in progress; discard? ")
4516                        (progn
4517                          (set-buffer-modified-p nil)
4518                          (gnus-kill-buffer name)
4519                          (message "")
4520                          nil)
4521                      (error "Action aborted"))
4522                  t)))
4523         (with-current-buffer name
4524           (set (make-local-variable 'gnus-article-edit-mode) nil)
4525           (when gnus-article-mime-handles
4526             (mm-destroy-parts gnus-article-mime-handles)
4527             (setq gnus-article-mime-handles nil))
4528           ;; Set it to nil in article-buffer!
4529           (setq gnus-article-mime-handle-alist nil)
4530           (buffer-disable-undo)
4531           (setq buffer-read-only t)
4532           ;; This list just keeps growing if we don't reset it.
4533           (setq gnus-button-marker-list nil)
4534           (unless (eq major-mode 'gnus-article-mode)
4535             (gnus-article-mode))
4536           (setq truncate-lines gnus-article-truncate-lines)
4537           (current-buffer))
4538       (with-current-buffer (gnus-get-buffer-create name)
4539         (gnus-article-mode)
4540         (setq truncate-lines gnus-article-truncate-lines)
4541         (make-local-variable 'gnus-summary-buffer)
4542         (setq gnus-summary-buffer
4543               (gnus-summary-buffer-name gnus-newsgroup-name))
4544         (gnus-summary-set-local-parameters gnus-newsgroup-name)
4545         (current-buffer)))))
4546
4547 ;; Set article window start at LINE, where LINE is the number of lines
4548 ;; from the head of the article.
4549 (defun gnus-article-set-window-start (&optional line)
4550   (let ((article-window (gnus-get-buffer-window gnus-article-buffer t)))
4551     (when article-window
4552       (set-window-start
4553        article-window
4554        (with-current-buffer gnus-article-buffer
4555          (goto-char (point-min))
4556          (if (not line)
4557              (point-min)
4558            (gnus-message 6 "Moved to bookmark")
4559            (search-forward "\n\n" nil t)
4560            (forward-line line)
4561            (point)))))))
4562
4563 (defun gnus-article-prepare (article &optional all-headers header)
4564   "Prepare ARTICLE in article mode buffer.
4565 ARTICLE should either be an article number or a Message-ID.
4566 If ARTICLE is an id, HEADER should be the article headers.
4567 If ALL-HEADERS is non-nil, no headers are hidden."
4568   (save-excursion
4569     ;; Make sure we start in a summary buffer.
4570     (unless (eq major-mode 'gnus-summary-mode)
4571       (set-buffer gnus-summary-buffer))
4572     (setq gnus-summary-buffer (current-buffer))
4573     (let* ((gnus-article (if header (mail-header-number header) article))
4574            (summary-buffer (current-buffer))
4575            (gnus-tmp-internal-hook gnus-article-internal-prepare-hook)
4576            (group gnus-newsgroup-name)
4577            result)
4578       (save-excursion
4579         (gnus-article-setup-buffer)
4580         (set-buffer gnus-article-buffer)
4581         ;; Deactivate active regions.
4582         (when (and (boundp 'transient-mark-mode)
4583                    transient-mark-mode)
4584           (setq mark-active nil))
4585         (if (not (setq result (let ((inhibit-read-only t))
4586                                 (gnus-request-article-this-buffer
4587                                  article group))))
4588             ;; There is no such article.
4589             (save-excursion
4590               (when (and (numberp article)
4591                          (not (memq article gnus-newsgroup-sparse)))
4592                 (setq gnus-article-current
4593                       (cons gnus-newsgroup-name article))
4594                 (set-buffer gnus-summary-buffer)
4595                 (setq gnus-current-article article)
4596                 (if (and (memq article gnus-newsgroup-undownloaded)
4597                          (not (gnus-online (gnus-find-method-for-group
4598                                             gnus-newsgroup-name))))
4599                     (progn
4600                       (gnus-summary-set-agent-mark article)
4601                       (message "Message marked for downloading"))
4602                   (gnus-summary-mark-article article gnus-canceled-mark)
4603                   (unless (memq article gnus-newsgroup-sparse)
4604                     (gnus-error 1 "No such article (may have expired or been canceled)")))))
4605           (if (or (eq result 'pseudo)
4606                   (eq result 'nneething))
4607               (progn
4608                 (with-current-buffer summary-buffer
4609                   (push article gnus-newsgroup-history)
4610                   (setq gnus-last-article gnus-current-article
4611                         gnus-current-article 0
4612                         gnus-current-headers nil
4613                         gnus-article-current nil)
4614                   (if (eq result 'nneething)
4615                       (gnus-configure-windows 'summary)
4616                     (gnus-configure-windows 'article))
4617                   (gnus-set-global-variables))
4618                 (let ((gnus-article-mime-handle-alist-1
4619                        gnus-article-mime-handle-alist))
4620                   (gnus-set-mode-line 'article)))
4621             ;; The result from the `request' was an actual article -
4622             ;; or at least some text that is now displayed in the
4623             ;; article buffer.
4624             (when (and (numberp article)
4625                        (not (eq article gnus-current-article)))
4626               ;; Seems like a new article has been selected.
4627               ;; `gnus-current-article' must be an article number.
4628               (with-current-buffer summary-buffer
4629                 (push article gnus-newsgroup-history)
4630                 (setq gnus-last-article gnus-current-article
4631                       gnus-current-article article
4632                       gnus-current-headers
4633                       (gnus-summary-article-header gnus-current-article)
4634                       gnus-article-current
4635                       (cons gnus-newsgroup-name gnus-current-article))
4636                 (unless (vectorp gnus-current-headers)
4637                   (setq gnus-current-headers nil))
4638                 (gnus-summary-goto-subject gnus-current-article)
4639                 (when (gnus-summary-show-thread)
4640                   ;; If the summary buffer really was folded, the
4641                   ;; previous goto may not actually have gone to
4642                   ;; the right article, but the thread root instead.
4643                   ;; So we go again.
4644                   (gnus-summary-goto-subject gnus-current-article))
4645                 (gnus-run-hooks 'gnus-mark-article-hook)
4646                 (gnus-set-mode-line 'summary)
4647                 (when (gnus-visual-p 'article-highlight 'highlight)
4648                   (gnus-run-hooks 'gnus-visual-mark-article-hook))
4649                 ;; Set the global newsgroup variables here.
4650                 (gnus-set-global-variables)
4651                 (setq gnus-have-all-headers
4652                       (or all-headers gnus-show-all-headers))))
4653             (save-excursion
4654               (gnus-configure-windows 'article))
4655             (when (or (numberp article)
4656                       (stringp article))
4657               (gnus-article-prepare-display)
4658               ;; Do page break.
4659               (goto-char (point-min))
4660               (when gnus-break-pages
4661                 (gnus-narrow-to-page)))
4662             (let ((gnus-article-mime-handle-alist-1
4663                    gnus-article-mime-handle-alist))
4664               (gnus-set-mode-line 'article))
4665             (article-goto-body)
4666             (unless (bobp)
4667               (forward-line -1))
4668             (set-window-point (get-buffer-window (current-buffer)) (point))
4669             (gnus-configure-windows 'article)
4670             t))))))
4671
4672 ;;;###autoload
4673 (defun gnus-article-prepare-display ()
4674   "Make the current buffer look like a nice article."
4675   ;; Hooks for getting information from the article.
4676   ;; This hook must be called before being narrowed.
4677   (let ((gnus-article-buffer (current-buffer))
4678         buffer-read-only
4679         (inhibit-read-only t))
4680     (unless (eq major-mode 'gnus-article-mode)
4681       (gnus-article-mode))
4682     (setq buffer-read-only nil
4683           gnus-article-wash-types nil
4684           gnus-article-image-alist nil)
4685     (gnus-run-hooks 'gnus-tmp-internal-hook)
4686     (when gnus-display-mime-function
4687       (funcall gnus-display-mime-function))
4688     (gnus-run-hooks 'gnus-article-prepare-hook)))
4689
4690 ;;;
4691 ;;; Gnus Sticky Article Mode
4692 ;;;
4693
4694 (define-derived-mode gnus-sticky-article-mode gnus-article-mode "StickyArticle"
4695   "Mode for sticky articles."
4696   ;; Release bindings that won't work.
4697   (substitute-key-definition 'gnus-article-read-summary-keys 'undefined
4698                              gnus-sticky-article-mode-map)
4699   (substitute-key-definition 'gnus-article-refer-article 'undefined
4700                              gnus-sticky-article-mode-map)
4701   (dolist (k '("e" "h" "s" "F" "R"))
4702     (define-key gnus-sticky-article-mode-map k nil))
4703   (define-key gnus-sticky-article-mode-map "k" 'gnus-kill-sticky-article-buffer)
4704   (define-key gnus-sticky-article-mode-map "q" 'bury-buffer)
4705   (define-key gnus-sticky-article-mode-map "\C-hc" 'describe-key-briefly)
4706   (define-key gnus-sticky-article-mode-map "\C-hk" 'describe-key))
4707
4708 (defun gnus-sticky-article (arg)
4709   "Make the current article sticky.
4710 If a prefix ARG is given, ask for a name for this sticky article buffer."
4711   (interactive "P")
4712   (gnus-summary-show-thread)
4713   (gnus-summary-select-article nil nil 'pseudo)
4714   (let (new-art-buf-name)
4715     (gnus-eval-in-buffer-window gnus-article-buffer
4716       (setq new-art-buf-name
4717             (concat
4718              "*Sticky Article: "
4719              (if arg
4720                  (read-from-minibuffer "Sticky article buffer name: ")
4721                (gnus-with-article-headers
4722                  (gnus-article-goto-header "subject")
4723                  (setq new-art-buf-name
4724                        (buffer-substring-no-properties
4725                         (line-beginning-position) (line-end-position)))
4726                  (goto-char (point-min))
4727                  (gnus-article-goto-header "from")
4728                  (setq new-art-buf-name
4729                        (concat
4730                         new-art-buf-name ", "
4731                         (buffer-substring-no-properties
4732                          (line-beginning-position) (line-end-position))))
4733                  (goto-char (point-min))
4734                  (gnus-article-goto-header "date")
4735                  (setq new-art-buf-name
4736                        (concat
4737                         new-art-buf-name ", "
4738                         (buffer-substring-no-properties
4739                          (line-beginning-position) (line-end-position))))))
4740              "*"))
4741       (if (and (gnus-buffer-live-p new-art-buf-name)
4742                (with-current-buffer new-art-buf-name
4743                  (eq major-mode 'gnus-sticky-article-mode)))
4744           (switch-to-buffer new-art-buf-name)
4745         (setq new-art-buf-name (rename-buffer new-art-buf-name t)))
4746       (gnus-sticky-article-mode))
4747     (setq gnus-article-buffer new-art-buf-name))
4748   (gnus-summary-recenter)
4749   (gnus-summary-position-point))
4750
4751 (defun gnus-kill-sticky-article-buffer (&optional buffer)
4752   "Kill the given sticky article BUFFER.
4753 If none is given, assume the current buffer and kill it if it has
4754 `gnus-sticky-article-mode'."
4755   (interactive)
4756   (unless buffer
4757     (setq buffer (current-buffer)))
4758   (with-current-buffer buffer
4759     (when (eq major-mode 'gnus-sticky-article-mode)
4760       (gnus-kill-buffer buffer))))
4761
4762 (defun gnus-kill-sticky-article-buffers (arg)
4763   "Kill all sticky article buffers.
4764 If a prefix ARG is given, ask for confirmation."
4765   (interactive "P")
4766   (dolist (buf (gnus-buffers))
4767     (with-current-buffer buf
4768       (when (eq major-mode 'gnus-sticky-article-mode)
4769         (if (not arg)
4770             (gnus-kill-buffer buf)
4771           (when (yes-or-no-p (concat "Kill buffer " (buffer-name buf) "? "))
4772             (gnus-kill-buffer buf)))))))
4773
4774 ;;;
4775 ;;; Gnus MIME viewing functions
4776 ;;;
4777
4778 (defvar gnus-mime-button-line-format "%{%([%p. %d%T]%)%}%e\n"
4779   "Format of the MIME buttons.
4780
4781 Valid specifiers include:
4782 %t  The MIME type
4783 %T  MIME type, along with additional info
4784 %n  The `name' parameter
4785 %d  The description, if any
4786 %l  The length of the encoded part
4787 %p  The part identifier number
4788 %e  Dots if the part isn't displayed
4789
4790 General format specifiers can also be used.  See Info node
4791 `(gnus)Formatting Variables'.")
4792
4793 (defvar gnus-mime-button-line-format-alist
4794   '((?t gnus-tmp-type ?s)
4795     (?T gnus-tmp-type-long ?s)
4796     (?n gnus-tmp-name ?s)
4797     (?d gnus-tmp-description ?s)
4798     (?p gnus-tmp-id ?s)
4799     (?l gnus-tmp-length ?d)
4800     (?e gnus-tmp-dots ?s)))
4801
4802 (defvar gnus-mime-button-commands
4803   '((gnus-article-press-button "\r" "Toggle Display")
4804     (gnus-mime-view-part "v" "View Interactively...")
4805     (gnus-mime-view-part-as-type "t" "View As Type...")
4806     (gnus-mime-view-part-as-charset "C" "View As charset...")
4807     (gnus-mime-save-part "o" "Save...")
4808     (gnus-mime-save-part-and-strip "\C-o" "Save and Strip")
4809     (gnus-mime-replace-part "r" "Replace part")
4810     (gnus-mime-delete-part "d" "Delete part")
4811     (gnus-mime-copy-part "c" "View As Text, In Other Buffer")
4812     (gnus-mime-inline-part "i" "View As Text, In This Buffer")
4813     (gnus-mime-view-part-internally "E" "View Internally") ;; Why `E'?
4814     (gnus-mime-view-part-externally "e" "View Externally")
4815     (gnus-mime-print-part "p" "Print")
4816     (gnus-mime-pipe-part "|" "Pipe To Command...")
4817     (gnus-mime-action-on-part "." "Take action on the part...")))
4818
4819 (defun gnus-article-mime-part-status ()
4820   (if gnus-article-mime-handle-alist-1
4821       (if (eq 1 (length gnus-article-mime-handle-alist-1))
4822           " (1 part)"
4823         (format " (%d parts)" (length gnus-article-mime-handle-alist-1)))
4824     ""))
4825
4826 (defvar gnus-mime-button-map
4827   (let ((map (make-sparse-keymap)))
4828     (define-key map gnus-mouse-2 'gnus-article-push-button)
4829     (define-key map gnus-down-mouse-3 'gnus-mime-button-menu)
4830     (dolist (c gnus-mime-button-commands)
4831       (define-key map (cadr c) (car c)))
4832     map))
4833
4834 (easy-menu-define
4835   gnus-mime-button-menu gnus-mime-button-map "MIME button menu."
4836   `("MIME Part"
4837     ,@(mapcar (lambda (c)
4838                 (vector (caddr c) (car c) :active t))
4839               gnus-mime-button-commands)))
4840
4841 (defvar gnus-url-button-commands
4842   '((gnus-article-copy-string "u" "Copy URL to kill ring")))
4843
4844 (defvar gnus-url-button-map
4845   (let ((map (make-sparse-keymap)))
4846     (dolist (c gnus-url-button-commands)
4847       (define-key map (cadr c) (car c)))
4848     map))
4849
4850 (easy-menu-define
4851   gnus-url-button-menu gnus-url-button-map "URL button menu."
4852   `("Url Button"
4853     ,@(mapcar (lambda (c)
4854                 (vector (caddr c) (car c) :active t))
4855               gnus-url-button-commands)))
4856
4857 (defmacro gnus-bind-safe-url-regexp (&rest body)
4858   "Bind `mm-w3m-safe-url-regexp' according to `gnus-safe-html-newsgroups'."
4859   `(let ((mm-w3m-safe-url-regexp
4860           (let ((group (if (and (eq major-mode 'gnus-article-mode)
4861                                 (gnus-buffer-live-p
4862                                  gnus-article-current-summary))
4863                            (with-current-buffer gnus-article-current-summary
4864                              gnus-newsgroup-name)
4865                          gnus-newsgroup-name)))
4866             (if (cond ((not group)
4867                        ;; Maybe we're in a mml-preview buffer
4868                        ;; and no group is selected.
4869                        t)
4870                       ((stringp gnus-safe-html-newsgroups)
4871                        (string-match gnus-safe-html-newsgroups group))
4872                       ((consp gnus-safe-html-newsgroups)
4873                        (member group gnus-safe-html-newsgroups)))
4874                 nil
4875               mm-w3m-safe-url-regexp))))
4876      ,@body))
4877
4878 (defun gnus-mime-button-menu (event prefix)
4879  "Construct a context-sensitive menu of MIME commands."
4880  (interactive "e\nP")
4881  (save-window-excursion
4882    (let ((pos (event-start event)))
4883      (select-window (posn-window pos))
4884      (goto-char (posn-point pos))
4885      (gnus-article-check-buffer)
4886      (popup-menu gnus-mime-button-menu nil prefix))))
4887
4888 (defun gnus-mime-view-all-parts (&optional handles)
4889   "View all the MIME parts."
4890   (interactive)
4891   (with-current-buffer gnus-article-buffer
4892     (let ((handles (or handles gnus-article-mime-handles))
4893           (mail-parse-charset gnus-newsgroup-charset)
4894           (mail-parse-ignored-charsets
4895            (with-current-buffer gnus-summary-buffer
4896              gnus-newsgroup-ignored-charsets)))
4897       (when handles
4898         (mm-remove-parts handles)
4899         (goto-char (point-min))
4900         (or (search-forward "\n\n") (goto-char (point-max)))
4901         (let ((inhibit-read-only t))
4902           (delete-region (point) (point-max))
4903           (gnus-bind-safe-url-regexp (mm-display-parts handles)))))))
4904
4905 (defun gnus-article-jump-to-part (n)
4906   "Jump to MIME part N."
4907   (interactive "P")
4908   (pop-to-buffer gnus-article-buffer)
4909   ;; FIXME: why is it necessary?
4910   (sit-for 0)
4911   (let ((parts (length gnus-article-mime-handle-alist)))
4912     (or n (setq n (read-number (format "Jump to part (2..%s): " parts))))
4913     (unless (and (integerp n) (<= n parts) (>= n 1))
4914       (setq n
4915             (progn
4916               (gnus-message 7 "Invalid part `%s', using %s instead."
4917                             n parts)
4918               parts)))
4919     (gnus-message 9 "Jumping to part %s." n)
4920     (cond ((>= gnus-auto-select-part 1)
4921            (while (and (<= n parts)
4922                        (not (gnus-article-goto-part n)))
4923              (setq n (1+ n))))
4924           ((< gnus-auto-select-part 0)
4925            (while (and (>= n 1)
4926                        (not (gnus-article-goto-part n)))
4927              (setq n (1- n))))
4928           (t
4929            (gnus-article-goto-part n)))))
4930
4931 (defvar gnus-mime-buttonized-part-id nil
4932   "ID of a mime part that should be buttonized.
4933 `gnus-mime-save-part-and-strip' and `gnus-mime-delete-part' bind it.")
4934
4935 (eval-when-compile
4936   (defsubst gnus-article-edit-part (handles &optional current-id)
4937     "Edit an article in order to delete a mime part.
4938 This function is exclusively used by `gnus-mime-save-part-and-strip'
4939 and `gnus-mime-delete-part', and not provided at run-time normally."
4940     (gnus-article-edit-article
4941      `(lambda ()
4942         (buffer-disable-undo)
4943         (erase-buffer)
4944         (let ((mail-parse-charset (or gnus-article-charset
4945                                       ',gnus-newsgroup-charset))
4946               (mail-parse-ignored-charsets
4947                (or gnus-article-ignored-charsets
4948                    ',gnus-newsgroup-ignored-charsets))
4949               (mbl mml-buffer-list))
4950           (setq mml-buffer-list nil)
4951           (insert-buffer-substring gnus-original-article-buffer)
4952           (mime-to-mml ',handles)
4953           (setq gnus-article-mime-handles nil)
4954           (let ((mbl1 mml-buffer-list))
4955             (setq mml-buffer-list mbl)
4956             (set (make-local-variable 'mml-buffer-list) mbl1))
4957           (gnus-make-local-hook 'kill-buffer-hook)
4958           (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t)))
4959      `(lambda (no-highlight)
4960         (let ((mail-parse-charset (or gnus-article-charset
4961                                       ',gnus-newsgroup-charset))
4962               (message-options message-options)
4963               (message-options-set-recipient)
4964               (mail-parse-ignored-charsets
4965                (or gnus-article-ignored-charsets
4966                    ',gnus-newsgroup-ignored-charsets)))
4967           (mml-to-mime)
4968           (mml-destroy-buffers)
4969           (remove-hook 'kill-buffer-hook
4970                        'mml-destroy-buffers t)
4971           (kill-local-variable 'mml-buffer-list))
4972         (gnus-summary-edit-article-done
4973          ,(or (mail-header-references gnus-current-headers) "")
4974          ,(gnus-group-read-only-p)
4975          ,gnus-summary-buffer no-highlight))
4976      t)
4977     ;; Force buttonizing this part.
4978     (let ((gnus-mime-buttonized-part-id current-id))
4979       (gnus-article-edit-done))
4980     (gnus-configure-windows 'article)
4981     (when (and current-id (integerp gnus-auto-select-part))
4982       (gnus-article-jump-to-part
4983        (min (max (+ current-id gnus-auto-select-part) 1)
4984             (with-current-buffer gnus-article-buffer
4985               (length gnus-article-mime-handle-alist)))))))
4986
4987 (defun gnus-mime-replace-part (file)
4988   "Replace MIME part under point with an external body."
4989   ;; Useful if file has already been saved to disk
4990   (interactive
4991    (list
4992     (read-file-name "Replace MIME part with file: "
4993                     (or mm-default-directory default-directory)
4994                     nil nil)))
4995   (gnus-mime-save-part-and-strip file))
4996
4997 (defun gnus-mime-save-part-and-strip (&optional file)
4998   "Save the MIME part under point then replace it with an external body.
4999 If FILE is given, use it for the external part."
5000   (interactive)
5001   (gnus-article-check-buffer)
5002   (when (gnus-group-read-only-p)
5003     (error "The current group does not support deleting of parts"))
5004   (when (mm-complicated-handles gnus-article-mime-handles)
5005     (error "\
5006 The current article has a complicated MIME structure, giving up..."))
5007   (let* ((data (get-text-property (point) 'gnus-data))
5008          (id (get-text-property (point) 'gnus-part))
5009          param
5010          (handles gnus-article-mime-handles))
5011     (unless file
5012       (setq file
5013             (and data (mm-save-part data "Delete MIME part and save to: "))))
5014     (when file
5015       (with-current-buffer (mm-handle-buffer data)
5016         (erase-buffer)
5017         (insert "Content-Type: " (mm-handle-media-type data))
5018         (mml-insert-parameter-string (cdr (mm-handle-type data))
5019                                      '(charset))
5020         ;; Add a filename for the sake of saving the part again.
5021         (mml-insert-parameter
5022          (mail-header-encode-parameter "name" (file-name-nondirectory file)))
5023         (insert "\n")
5024         (insert "Content-ID: " (message-make-message-id) "\n")
5025         (insert "Content-Transfer-Encoding: binary\n")
5026         (insert "\n"))
5027       (setcdr data
5028               (cdr (mm-make-handle nil
5029                                    `("message/external-body"
5030                                      (access-type . "LOCAL-FILE")
5031                                      (name . ,file)))))
5032       ;; (set-buffer gnus-summary-buffer)
5033       (gnus-article-edit-part handles id))))
5034
5035 ;; A function like `gnus-summary-save-parts' (`X m', `<MIME> <Extract all
5036 ;; parts...>') but with stripping would be nice.
5037
5038 (defun gnus-mime-delete-part ()
5039   "Delete the MIME part under point.
5040 Replace it with some information about the removed part."
5041   (interactive)
5042   (gnus-article-check-buffer)
5043   (when (gnus-group-read-only-p)
5044     (error "The current group does not support deleting of parts"))
5045   (when (mm-complicated-handles gnus-article-mime-handles)
5046     (error "\
5047 The current article has a complicated MIME structure, giving up..."))
5048   (when (or gnus-expert-user
5049             (gnus-yes-or-no-p "\
5050 Deleting parts may malfunction or destroy the article; continue? "))
5051     (let* ((data (get-text-property (point) 'gnus-data))
5052            (id (get-text-property (point) 'gnus-part))
5053            (handles gnus-article-mime-handles)
5054            (none "(none)")
5055            (description
5056             (let ((desc (mm-handle-description data)))
5057               (when desc
5058                 (mail-decode-encoded-word-string desc))))
5059            (filename
5060             (or (mail-content-type-get (mm-handle-disposition data) 'filename)
5061                 none))
5062            (type (mm-handle-media-type data)))
5063       (unless data
5064         (error "No MIME part under point"))
5065       (with-current-buffer (mm-handle-buffer data)
5066         (let ((bsize (buffer-size)))
5067           (erase-buffer)
5068           (insert
5069            (concat
5070             ",----\n"
5071             "| The following attachment has been deleted:\n"
5072             "|\n"
5073             "| Type:           " type "\n"
5074             "| Filename:       " filename "\n"
5075             "| Size (encoded): " (format "%s byte%s\n"
5076                                          bsize (if (= bsize 1)
5077                                                    ""
5078                                                  "s"))
5079             (when description
5080               (concat    "| Description:    " description "\n"))
5081             "`----\n"))
5082           (setcdr data
5083                   (cdr (mm-make-handle
5084                         nil `("text/plain" (charset . gnus-decoded)) nil nil
5085                         (list "attachment")
5086                         (format "Deleted attachment (%s bytes)" bsize))))))
5087       ;; (set-buffer gnus-summary-buffer)
5088       (gnus-article-edit-part handles id))))
5089
5090 (defun gnus-mime-save-part ()
5091   "Save the MIME part under point."
5092   (interactive)
5093   (gnus-article-check-buffer)
5094   (let ((data (get-text-property (point) 'gnus-data)))
5095     (when data
5096       (mm-save-part data))))
5097
5098 (defun gnus-mime-pipe-part (&optional cmd)
5099   "Pipe the MIME part under point to a process.
5100 Use CMD as the process."
5101   (interactive)
5102   (gnus-article-check-buffer)
5103   (let ((data (get-text-property (point) 'gnus-data)))
5104     (when data
5105       (mm-pipe-part data cmd))))
5106
5107 (defun gnus-mime-view-part ()
5108   "Interactively choose a viewing method for the MIME part under point."
5109   (interactive)
5110   (gnus-article-check-buffer)
5111   (let ((data (get-text-property (point) 'gnus-data)))
5112     (when data
5113       (setq gnus-article-mime-handles
5114             (mm-merge-handles
5115              gnus-article-mime-handles (setq data (copy-sequence data))))
5116       (mm-interactively-view-part data))))
5117
5118 (defun gnus-mime-view-part-as-type-internal ()
5119   (gnus-article-check-buffer)
5120   (let* ((handle (get-text-property (point) 'gnus-data))
5121          (name (or
5122                 ;; Content-Type: foo/bar; name=...
5123                 (mail-content-type-get (mm-handle-type handle) 'name)
5124                 ;; Content-Disposition: attachment; filename=...
5125                 (cdr (assq 'filename (cdr (mm-handle-disposition handle))))))
5126          (def-type (and name (mm-default-file-encoding name))))
5127     (or (and def-type (cons def-type 0))
5128         (and handle
5129              (equal (mm-handle-media-supertype handle) "text")
5130              '("text/plain" . 0))
5131         '("application/octet-stream" . 0))))
5132
5133 (defun gnus-mime-view-part-as-type (&optional mime-type pred)
5134   "Choose a MIME media type, and view the part as such.
5135 If non-nil, PRED is a predicate to use during completion to limit the
5136 available media-types."
5137   (interactive)
5138   (unless mime-type
5139     (setq mime-type
5140           (let ((default (gnus-mime-view-part-as-type-internal)))
5141             (gnus-completing-read
5142              "View as MIME type"
5143              (if pred
5144                  (gnus-remove-if-not pred (mailcap-mime-types))
5145                (mailcap-mime-types))
5146              nil nil nil
5147              (car default)))))
5148   (gnus-article-check-buffer)
5149   (let ((handle (get-text-property (point) 'gnus-data)))
5150     (when handle
5151       (when (equal (mm-handle-media-type handle) "message/external-body")
5152         (unless (mm-handle-cache handle)
5153           (mm-extern-cache-contents handle))
5154         (setq handle (mm-handle-cache handle)))
5155       (setq handle
5156             (mm-make-handle (mm-handle-buffer handle)
5157                             (cons mime-type (cdr (mm-handle-type handle)))
5158                             (mm-handle-encoding handle)
5159                             (mm-handle-undisplayer handle)
5160                             (mm-handle-disposition handle)
5161                             (mm-handle-description handle)
5162                             nil
5163                             (mm-handle-id handle)))
5164       (setq gnus-article-mime-handles
5165             (mm-merge-handles gnus-article-mime-handles handle))
5166       (when (mm-handle-displayed-p handle)
5167         (mm-remove-part handle))
5168       (gnus-mm-display-part handle))))
5169
5170 (defun gnus-mime-copy-part (&optional handle arg)
5171   "Put the MIME part under point into a new buffer.
5172 If `auto-compression-mode' is enabled, compressed files like .gz and .bz2
5173 are decompressed."
5174   (interactive (list nil current-prefix-arg))
5175   (gnus-article-check-buffer)
5176   (unless handle
5177     (setq handle (get-text-property (point) 'gnus-data)))
5178   (when handle
5179     (let ((filename (or (mail-content-type-get (mm-handle-type handle)
5180                                                'name)
5181                         (mail-content-type-get (mm-handle-disposition handle)
5182                                                'filename)))
5183           contents dont-decode charset coding-system)
5184       (mm-with-unibyte-buffer
5185         (mm-insert-part handle)
5186         (setq contents (or (condition-case nil
5187                                (mm-decompress-buffer filename nil 'sig)
5188                              (error
5189                               (setq dont-decode t)
5190                               nil))
5191                            (buffer-string))))
5192       (setq filename (cond (filename (file-name-nondirectory filename))
5193                            (dont-decode "*raw data*")
5194                            (t "*decoded*")))
5195       (cond
5196        (dont-decode)
5197        ((not arg)
5198         (unless (setq charset (mail-content-type-get
5199                                (mm-handle-type handle) 'charset))
5200           (unless (setq coding-system (mm-with-unibyte-buffer
5201                                         (insert contents)
5202                                         (mm-find-buffer-file-coding-system)))
5203             (setq charset gnus-newsgroup-charset))))
5204        ((numberp arg)
5205         (setq charset (or (cdr (assq arg
5206                                      gnus-summary-show-article-charset-alist))
5207                           (mm-read-coding-system "Charset: ")))))
5208       (switch-to-buffer (generate-new-buffer filename))
5209       (if (or coding-system
5210               (and charset
5211                    (setq coding-system (mm-charset-to-coding-system charset))
5212                    (not (eq charset 'ascii))))
5213           (progn
5214             (mm-enable-multibyte)
5215             (insert (mm-decode-coding-string contents coding-system))
5216             (setq buffer-file-coding-system
5217                   (if (boundp 'last-coding-system-used)
5218                       (symbol-value 'last-coding-system-used)
5219                     coding-system)))
5220         (mm-disable-multibyte)
5221         (insert contents)
5222         (setq buffer-file-coding-system mm-binary-coding-system))
5223       ;; We do it this way to make `normal-mode' set the appropriate mode.
5224       (unwind-protect
5225           (progn
5226             (setq buffer-file-name (expand-file-name filename))
5227             (normal-mode))
5228         (setq buffer-file-name nil))
5229       (goto-char (point-min)))))
5230
5231 (defun gnus-mime-print-part (&optional handle filename)
5232   "Print the MIME part under point."
5233   (interactive (list nil (ps-print-preprint current-prefix-arg)))
5234   (gnus-article-check-buffer)
5235   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
5236          (contents (and handle (mm-get-part handle)))
5237          (file (mm-make-temp-file (expand-file-name "mm." mm-tmp-directory)))
5238          (printer (mailcap-mime-info (mm-handle-media-type handle) "print")))
5239     (when contents
5240         (if printer
5241             (unwind-protect
5242                 (progn
5243                   (mm-save-part-to-file handle file)
5244                   (call-process shell-file-name nil
5245                                 (generate-new-buffer " *mm*")
5246                                 nil
5247                                 shell-command-switch
5248                                 (mm-mailcap-command
5249                                  printer file (mm-handle-type handle))))
5250               (delete-file file))
5251           (with-temp-buffer
5252             (insert contents)
5253             (gnus-print-buffer))
5254           (ps-despool filename)))))
5255
5256 (defun gnus-mime-inline-part (&optional handle arg)
5257   "Insert the MIME part under point into the current buffer.
5258 Compressed files like .gz and .bz2 are decompressed."
5259   (interactive (list nil current-prefix-arg))
5260   (gnus-article-check-buffer)
5261   (unless handle
5262     (setq handle (get-text-property (point) 'gnus-data)))
5263   (when handle
5264     (let ((b (point))
5265           (inhibit-read-only t)
5266           contents charset coding-system)
5267       (if (and (not arg) (mm-handle-undisplayer handle))
5268           (mm-remove-part handle)
5269         (mm-with-unibyte-buffer
5270           (mm-insert-part handle)
5271           (setq contents
5272                 (or (mm-decompress-buffer
5273                      (or (mail-content-type-get (mm-handle-type handle)
5274                                                 'name)
5275                          (mail-content-type-get (mm-handle-disposition handle)
5276                                                 'filename))
5277                      nil t)
5278                     (buffer-string))))
5279         (cond
5280          ((not arg)
5281           (unless (setq charset (mail-content-type-get
5282                                  (mm-handle-type handle) 'charset))
5283             (unless (setq coding-system
5284                           (mm-with-unibyte-buffer
5285                             (insert contents)
5286                             (mm-find-buffer-file-coding-system)))
5287               (setq charset gnus-newsgroup-charset))))
5288          ((numberp arg)
5289           (if (mm-handle-undisplayer handle)
5290               (mm-remove-part handle))
5291           (setq charset
5292                 (or (cdr (assq arg
5293                                gnus-summary-show-article-charset-alist))
5294                     (mm-read-coding-system "Charset: "))))
5295          (t
5296           (if (mm-handle-undisplayer handle)
5297               (mm-remove-part handle))))
5298         (forward-line 2)
5299         (mm-insert-inline
5300          handle
5301          (if (or coding-system
5302                  (and charset
5303                       (setq coding-system
5304                             (mm-charset-to-coding-system charset))
5305                       (not (eq coding-system 'ascii))))
5306              (mm-decode-coding-string contents coding-system)
5307            (mm-string-to-multibyte contents)))
5308         (goto-char b)))))
5309
5310 (defun gnus-mime-set-charset-parameters (handle charset)
5311   "Set CHARSET to parameters in HANDLE.
5312 CHARSET may either be a string or a symbol."
5313   (unless (stringp charset)
5314     (setq charset (symbol-name charset)))
5315   (if (stringp (car handle))
5316       (dolist (h (cdr handle))
5317         (gnus-mime-set-charset-parameters h charset))
5318     (let* ((type (mm-handle-type (if (equal (mm-handle-media-type handle)
5319                                             "message/external-body")
5320                                      (progn
5321                                        (unless (mm-handle-cache handle)
5322                                          (mm-extern-cache-contents handle))
5323                                        (mm-handle-cache handle))
5324                                    handle)))
5325            (param (assq 'charset (cdr type))))
5326       (if param
5327           (setcdr param charset)
5328         (setcdr type (cons (cons 'charset charset) (cdr type)))))))
5329
5330 (defun gnus-mime-view-part-as-charset (&optional handle arg)
5331   "Insert the MIME part under point into the current buffer using the
5332 specified charset."
5333   (interactive (list nil current-prefix-arg))
5334   (gnus-article-check-buffer)
5335   (let ((handle (or handle (get-text-property (point) 'gnus-data)))
5336         (fun (get-text-property (point) 'gnus-callback))
5337         (gnus-newsgroup-ignored-charsets 'gnus-all)
5338         charset form preferred parts)
5339     (when handle
5340       (when (prog1
5341                 (and fun
5342                      (setq charset
5343                            (or (cdr (assq
5344                                      arg
5345                                      gnus-summary-show-article-charset-alist))
5346                                (mm-read-coding-system "Charset: "))))
5347               (if (mm-handle-undisplayer handle)
5348                   (mm-remove-part handle)))
5349         (gnus-mime-set-charset-parameters handle charset)
5350         (when (and (consp (setq form (cdr-safe fun)))
5351                    (setq form (ignore-errors
5352                                 (assq 'gnus-mime-display-alternative form)))
5353                    (setq preferred (caddr form))
5354                    (progn
5355                      (when (eq (car preferred) 'quote)
5356                        (setq preferred (cadr preferred)))
5357                      (not (equal preferred
5358                                  (get-text-property (point) 'gnus-data))))
5359                    (setq parts (get-text-property (point) 'gnus-part))
5360                    (setq parts (cdr (assq parts
5361                                           gnus-article-mime-handle-alist)))
5362                    (equal (mm-handle-media-type parts) "multipart/alternative")
5363                    (setq parts (reverse (cdr parts))))
5364           (setcar (cddr form)
5365                   (list 'quote (or (cadr (member preferred parts))
5366                                    (car parts)))))
5367         (funcall fun handle)))))
5368
5369 (defun gnus-mime-view-part-externally (&optional handle)
5370   "View the MIME part under point with an external viewer."
5371   (interactive)
5372   (gnus-article-check-buffer)
5373   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
5374          (mm-user-display-methods nil)
5375          (mm-inlined-types nil)
5376          (mail-parse-charset gnus-newsgroup-charset)
5377          (mail-parse-ignored-charsets
5378           (with-current-buffer gnus-summary-buffer
5379             gnus-newsgroup-ignored-charsets))
5380          (type (mm-handle-media-type handle))
5381          (method (mailcap-mime-info type))
5382          (mm-enable-external t))
5383     (if (not (stringp method))
5384         (gnus-mime-view-part-as-type
5385          nil (lambda (type) (stringp (mailcap-mime-info type))))
5386       (when handle
5387         (if (mm-handle-undisplayer handle)
5388             (mm-remove-part handle)
5389           (mm-display-part handle))))))
5390
5391 (defun gnus-mime-view-part-internally (&optional handle)
5392   "View the MIME part under point with an internal viewer.
5393 If no internal viewer is available, use an external viewer."
5394   (interactive)
5395   (gnus-article-check-buffer)
5396   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
5397          (mm-inlined-types '(".*"))
5398          (mm-inline-large-images t)
5399          (mail-parse-charset gnus-newsgroup-charset)
5400          (mail-parse-ignored-charsets
5401           (with-current-buffer gnus-summary-buffer
5402             gnus-newsgroup-ignored-charsets))
5403          (inhibit-read-only t))
5404     (if (not (mm-inlinable-p handle))
5405         (gnus-mime-view-part-as-type
5406          nil (lambda (type) (mm-inlinable-p handle type)))
5407       (when handle
5408         (if (mm-handle-undisplayer handle)
5409             (mm-remove-part handle)
5410           (gnus-bind-safe-url-regexp (mm-display-part handle)))))))
5411
5412 (defun gnus-mime-action-on-part (&optional action)
5413   "Do something with the MIME attachment at \(point\)."
5414   (interactive
5415    (list (gnus-completing-read "Action" (mapcar 'car gnus-mime-action-alist) t)))
5416   (gnus-article-check-buffer)
5417   (let ((action-pair (assoc action gnus-mime-action-alist)))
5418     (if action-pair
5419         (funcall (cdr action-pair)))))
5420
5421 (defun gnus-article-part-wrapper (n function &optional no-handle interactive)
5422   "Call FUNCTION on MIME part N.
5423 Unless NO-HANDLE, call FUNCTION with N-th MIME handle as it's only argument.
5424 If INTERACTIVE, call FUNCTION interactivly."
5425   (let (window frame)
5426     ;; Check whether the article is displayed.
5427     (unless (and (gnus-buffer-live-p gnus-article-buffer)
5428                  (setq window (get-buffer-window gnus-article-buffer t))
5429                  (frame-visible-p (setq frame (window-frame window))))
5430       (error "No article is displayed"))
5431     (with-current-buffer gnus-article-buffer
5432       ;; Check whether the article displays the right contents.
5433       (unless (with-current-buffer gnus-summary-buffer
5434                 (eq gnus-current-article (gnus-summary-article-number)))
5435         (error "You should select the right article first"))
5436       (if n
5437           (setq n (prefix-numeric-value n))
5438         (let ((pt (point)))
5439           (setq n (or (get-text-property pt 'gnus-part)
5440                       (and (not (bobp))
5441                            (get-text-property (1- pt) 'gnus-part))
5442                       (get-text-property (prog2
5443                                              (forward-line 1)
5444                                              (point)
5445                                            (goto-char pt))
5446                                          'gnus-part)
5447                       (get-text-property
5448                        (or (and (setq pt (previous-single-property-change
5449                                           pt 'gnus-part))
5450                                 (1- pt))
5451                            (next-single-property-change (point) 'gnus-part)
5452                            (point))
5453                        'gnus-part)
5454                       1))))
5455       ;; Check whether the specified part exists.
5456       (when (> n (length gnus-article-mime-handle-alist))
5457         (error "No such part")))
5458     (unless
5459         (progn
5460           ;; To select the window is needed so that the cursor
5461           ;; might be visible on the MIME button.
5462           (select-window (prog1
5463                              window
5464                            (setq window (selected-window))
5465                            ;; Article may be displayed in the other frame.
5466                            (gnus-select-frame-set-input-focus
5467                             (prog1
5468                                 frame
5469                               (setq frame (selected-frame))))))
5470           (when (gnus-article-goto-part n)
5471             ;; We point the cursor and the arrow at the MIME button
5472             ;; when the `function' prompt the user for something.
5473             (let ((cursor-in-non-selected-windows t)
5474                   (overlay-arrow-string "=>")
5475                   (overlay-arrow-position (point-marker)))
5476               (unwind-protect
5477                   (cond
5478                    ((and no-handle interactive)
5479                     (call-interactively function))
5480                    (no-handle
5481                     (funcall function))
5482                    (interactive
5483                     (call-interactively
5484                      function
5485                      (cdr (assq n gnus-article-mime-handle-alist))))
5486                    (t
5487                     (funcall function
5488                              (cdr (assq n gnus-article-mime-handle-alist)))))
5489                 (set-marker overlay-arrow-position nil)
5490                 (unless gnus-auto-select-part
5491                   (gnus-select-frame-set-input-focus frame)
5492                   (select-window window))))
5493             t))
5494       (if gnus-inhibit-mime-unbuttonizing
5495           ;; This is the default though the program shouldn't reach here.
5496           (error "No such part")
5497         ;; The part which doesn't have the MIME button is selected.
5498         ;; So, we display all the buttons and redo it.
5499         (let ((gnus-inhibit-mime-unbuttonizing t))
5500           (gnus-summary-show-article)
5501           (gnus-article-part-wrapper n function no-handle))))))
5502
5503 (defun gnus-article-pipe-part (n)
5504   "Pipe MIME part N, which is the numerical prefix."
5505   (interactive "P")
5506   (gnus-article-part-wrapper n 'mm-pipe-part))
5507
5508 (defun gnus-article-save-part (n)
5509   "Save MIME part N, which is the numerical prefix."
5510   (interactive "P")
5511   (gnus-article-part-wrapper n 'mm-save-part))
5512
5513 (defun gnus-article-interactively-view-part (n)
5514   "View MIME part N interactively, which is the numerical prefix."
5515   (interactive "P")
5516   (gnus-article-part-wrapper n 'mm-interactively-view-part))
5517
5518 (defun gnus-article-copy-part (n)
5519   "Copy MIME part N, which is the numerical prefix."
5520   (interactive "P")
5521   (gnus-article-part-wrapper n 'gnus-mime-copy-part))
5522
5523 (defun gnus-article-view-part-as-charset (n)
5524   "View MIME part N using a specified charset.
5525 N is the numerical prefix."
5526   (interactive "P")
5527   (gnus-article-part-wrapper n 'gnus-mime-view-part-as-charset))
5528
5529 (defun gnus-article-view-part-externally (n)
5530   "View MIME part N externally, which is the numerical prefix."
5531   (interactive "P")
5532   (gnus-article-part-wrapper n 'gnus-mime-view-part-externally))
5533
5534 (defun gnus-article-inline-part (n)
5535   "Inline MIME part N, which is the numerical prefix."
5536   (interactive "P")
5537   (gnus-article-part-wrapper n 'gnus-mime-inline-part))
5538
5539 (defun gnus-article-save-part-and-strip (n)
5540   "Save MIME part N and replace it with an external body.
5541 N is the numerical prefix."
5542   (interactive "P")
5543   (gnus-article-part-wrapper n 'gnus-mime-save-part-and-strip t))
5544
5545 (defun gnus-article-replace-part (n)
5546   "Replace MIME part N with an external body.
5547 N is the numerical prefix."
5548   (interactive "P")
5549   (gnus-article-part-wrapper n 'gnus-mime-replace-part t t))
5550
5551 (defun gnus-article-delete-part (n)
5552   "Delete MIME part N and add some information about the removed part.
5553 N is the numerical prefix."
5554   (interactive "P")
5555   (gnus-article-part-wrapper n 'gnus-mime-delete-part t))
5556
5557 (defun gnus-article-view-part-as-type (n)
5558   "Choose a MIME media type, and view part N as such.
5559 N is the numerical prefix."
5560   (interactive "P")
5561   (gnus-article-part-wrapper n 'gnus-mime-view-part-as-type t))
5562
5563 (defun gnus-article-mime-match-handle-first (condition)
5564   (if condition
5565       (let (n)
5566         (dolist (ihandle gnus-article-mime-handle-alist)
5567           (if (and (cond
5568                     ((functionp condition)
5569                      (funcall condition (cdr ihandle)))
5570                     ((eq condition 'undisplayed)
5571                      (not (or (mm-handle-undisplayer (cdr ihandle))
5572                               (equal (mm-handle-media-type (cdr ihandle))
5573                                      "multipart/alternative"))))
5574                     ((eq condition 'undisplayed-alternative)
5575                      (not (mm-handle-undisplayer (cdr ihandle))))
5576                     (t t))
5577                    (gnus-article-goto-part (car ihandle))
5578                    (or (not n) (< (car ihandle) n)))
5579               (setq n (car ihandle))))
5580         (or n 1))
5581     1))
5582
5583 (defun gnus-article-view-part (&optional n)
5584   "View MIME part N, which is the numerical prefix.
5585 If the part is already shown, hide the part.  If N is nil, view
5586 all parts."
5587   (interactive "P")
5588   (with-current-buffer gnus-article-buffer
5589     (or (numberp n) (setq n (gnus-article-mime-match-handle-first
5590                              gnus-article-mime-match-handle-function)))
5591     (when (> n (length gnus-article-mime-handle-alist))
5592       (error "No such part"))
5593     (let ((handle (cdr (assq n gnus-article-mime-handle-alist))))
5594       (when (gnus-article-goto-part n)
5595         (if (equal (car handle) "multipart/alternative")
5596             (gnus-article-press-button)
5597           (when (eq (gnus-mm-display-part handle) 'internal)
5598             (gnus-set-window-start)))))))
5599
5600 (defsubst gnus-article-mime-total-parts ()
5601   (if (bufferp (car gnus-article-mime-handles))
5602       1 ;; single part
5603     (1- (length gnus-article-mime-handles))))
5604
5605 (defun gnus-mm-display-part (handle)
5606   "Display HANDLE and fix MIME button."
5607   (let ((id (get-text-property (point) 'gnus-part))
5608         (point (point))
5609         (inhibit-read-only t))
5610     (forward-line 1)
5611     (prog1
5612         (let ((window (selected-window))
5613               (mail-parse-charset gnus-newsgroup-charset)
5614               (mail-parse-ignored-charsets
5615                (if (gnus-buffer-live-p gnus-summary-buffer)
5616                    (with-current-buffer gnus-summary-buffer
5617                      gnus-newsgroup-ignored-charsets)
5618                  nil)))
5619           (save-excursion
5620             (unwind-protect
5621                 (let ((win (gnus-get-buffer-window (current-buffer) t))
5622                       (beg (point)))
5623                   (when win
5624                     (select-window win))
5625                   (goto-char point)
5626                   (forward-line)
5627                   (if (mm-handle-displayed-p handle)
5628                       ;; This will remove the part.
5629                       (mm-display-part handle)
5630                     (save-restriction
5631                       (narrow-to-region (point)
5632                                         (if (eobp) (point) (1+ (point))))
5633                       (gnus-bind-safe-url-regexp (mm-display-part handle))
5634                       ;; We narrow to the part itself and
5635                       ;; then call the treatment functions.
5636                       (goto-char (point-min))
5637                       (forward-line 1)
5638                       (narrow-to-region (point) (point-max))
5639                       (gnus-treat-article
5640                        nil id
5641                        (gnus-article-mime-total-parts)
5642                        (mm-handle-media-type handle)))))
5643               (if (window-live-p window)
5644                   (select-window window)))))
5645       (goto-char point)
5646       (gnus-delete-line)
5647       (gnus-insert-mime-button
5648        handle id (list (mm-handle-displayed-p handle)))
5649       (goto-char point))))
5650
5651 (defun gnus-article-goto-part (n)
5652   "Go to MIME part N."
5653   (gnus-goto-char (text-property-any (point-min) (point-max) 'gnus-part n)))
5654
5655 (defun gnus-insert-mime-button (handle gnus-tmp-id &optional displayed)
5656   (let ((gnus-tmp-name
5657          (or (mail-content-type-get (mm-handle-type handle) 'name)
5658              (mail-content-type-get (mm-handle-disposition handle) 'filename)
5659              (mail-content-type-get (mm-handle-type handle) 'url)
5660              ""))
5661         (gnus-tmp-type (mm-handle-media-type handle))
5662         (gnus-tmp-description (or (mm-handle-description handle) ""))
5663         (gnus-tmp-dots
5664          (if (if displayed (car displayed)
5665                (mm-handle-displayed-p handle))
5666              "" "..."))
5667         (gnus-tmp-length (with-current-buffer (mm-handle-buffer handle)
5668                            (buffer-size)))
5669         gnus-tmp-type-long b e)
5670     (when (string-match ".*/" gnus-tmp-name)
5671       (setq gnus-tmp-name (replace-match "" t t gnus-tmp-name)))
5672     (setq gnus-tmp-type-long (concat gnus-tmp-type
5673                                      (and (not (equal gnus-tmp-name ""))
5674                                           (concat "; " gnus-tmp-name))))
5675     (unless (equal gnus-tmp-description "")
5676       (setq gnus-tmp-type-long (concat " --- " gnus-tmp-type-long)))
5677     (unless (bolp)
5678       (insert "\n"))
5679     (setq b (point))
5680     (gnus-eval-format
5681      gnus-mime-button-line-format gnus-mime-button-line-format-alist
5682      `(keymap ,gnus-mime-button-map
5683               gnus-callback gnus-mm-display-part
5684               gnus-part ,gnus-tmp-id
5685               article-type annotation
5686               gnus-data ,handle))
5687     (setq e (if (bolp)
5688                 ;; Exclude a newline.
5689                 (1- (point))
5690               (point)))
5691     (when gnus-article-button-face
5692       (gnus-overlay-put (gnus-make-overlay b e nil t)
5693                         'face gnus-article-button-face))
5694     (widget-convert-button
5695      'link b e
5696      :mime-handle handle
5697      :action 'gnus-widget-press-button
5698      :button-keymap gnus-mime-button-map
5699      :help-echo
5700      (lambda (widget)
5701        ;; Needed to properly clear the message due to a bug in
5702        ;; wid-edit (XEmacs only).
5703        (if (boundp 'help-echo-owns-message)
5704            (setq help-echo-owns-message t))
5705        (format
5706         "%S: %s the MIME part; %S: more options"
5707         (aref gnus-mouse-2 0)
5708         (if (mm-handle-displayed-p (widget-get widget :mime-handle))
5709             "hide" "show")
5710         (aref gnus-down-mouse-3 0))))))
5711
5712 (defun gnus-widget-press-button (elems el)
5713   (goto-char (widget-get elems :from))
5714   (gnus-article-press-button))
5715
5716 (defvar gnus-displaying-mime nil)
5717
5718 (defun gnus-display-mime (&optional ihandles)
5719   "Display the MIME parts."
5720   (save-excursion
5721     (save-selected-window
5722       (let ((window (get-buffer-window gnus-article-buffer))
5723             (point (point)))
5724         (when window
5725           (select-window window)
5726           ;; We have to do this since selecting the window
5727           ;; may change the point.  So we set the window point.
5728           (set-window-point window point)))
5729       (let ((handles ihandles)
5730             (inhibit-read-only t)
5731             handle)
5732         (cond (handles)
5733               ((setq handles (mm-dissect-buffer nil gnus-article-loose-mime))
5734                (when gnus-article-emulate-mime
5735                  (mm-uu-dissect-text-parts handles)))
5736               (gnus-article-emulate-mime
5737                (setq handles (mm-uu-dissect))))
5738         (when (and (not ihandles)
5739                    (not gnus-displaying-mime))
5740           ;; Top-level call; we clean up.
5741           (when gnus-article-mime-handles
5742             (mm-destroy-parts gnus-article-mime-handles)
5743             (setq gnus-article-mime-handle-alist nil));; A trick.
5744           (setq gnus-article-mime-handles handles)
5745           ;; We allow users to glean info from the handles.
5746           (when gnus-article-mime-part-function
5747             (gnus-mime-part-function handles)))
5748         (if (and handles
5749                  (or (not (stringp (car handles)))
5750                      (cdr handles)))
5751             (progn
5752               (when (and (not ihandles)
5753                          (not gnus-displaying-mime))
5754                 ;; Clean up for mime parts.
5755                 (article-goto-body)
5756                 (delete-region (point) (point-max)))
5757               (let ((gnus-displaying-mime t))
5758                 (gnus-mime-display-part handles)))
5759           (save-restriction
5760             (article-goto-body)
5761             (narrow-to-region (point) (point-max))
5762             (gnus-treat-article nil 1 1)
5763             (widen)))
5764         (unless ihandles
5765           ;; Highlight the headers.
5766           (save-excursion
5767             (save-restriction
5768               (article-goto-body)
5769               (narrow-to-region (point-min) (point))
5770               (gnus-article-save-original-date
5771                (gnus-treat-article 'head)))))))
5772     ;; Cope with broken MIME messages.
5773     (goto-char (point-max))
5774     (unless (bolp)
5775       (insert "\n"))))
5776
5777 (defcustom gnus-mime-display-multipart-as-mixed nil
5778   "Display \"multipart\" parts as  \"multipart/mixed\".
5779
5780 If t, it overrides nil values of
5781 `gnus-mime-display-multipart-alternative-as-mixed' and
5782 `gnus-mime-display-multipart-related-as-mixed'."
5783   :group 'gnus-article-mime
5784   :type 'boolean)
5785
5786 (defcustom gnus-mime-display-multipart-alternative-as-mixed nil
5787   "Display \"multipart/alternative\" parts as  \"multipart/mixed\"."
5788   :version "22.1"
5789   :group 'gnus-article-mime
5790   :type 'boolean)
5791
5792 (defcustom gnus-mime-display-multipart-related-as-mixed nil
5793   "Display \"multipart/related\" parts as  \"multipart/mixed\".
5794
5795 If displaying \"text/html\" is discouraged \(see
5796 `mm-discouraged-alternatives'\) images or other material inside a
5797 \"multipart/related\" part might be overlooked when this variable is nil."
5798   :version "22.1"
5799   :group 'gnus-article-mime
5800   :type 'boolean)
5801
5802 (defun gnus-mime-display-part (handle)
5803   (cond
5804    ;; Maybe a broken MIME message.
5805    ((null handle))
5806    ;; Single part.
5807    ((not (stringp (car handle)))
5808     (gnus-mime-display-single handle))
5809    ;; User-defined multipart
5810    ((cdr (assoc (car handle) gnus-mime-multipart-functions))
5811     (funcall (cdr (assoc (car handle) gnus-mime-multipart-functions))
5812              handle))
5813    ;; multipart/alternative
5814    ((and (equal (car handle) "multipart/alternative")
5815          (not (or gnus-mime-display-multipart-as-mixed
5816                   gnus-mime-display-multipart-alternative-as-mixed)))
5817     (let ((id (1+ (length gnus-article-mime-handle-alist))))
5818       (push (cons id handle) gnus-article-mime-handle-alist)
5819       (gnus-mime-display-alternative (cdr handle) nil nil id)))
5820    ;; multipart/related
5821    ((and (equal (car handle) "multipart/related")
5822          (not (or gnus-mime-display-multipart-as-mixed
5823                   gnus-mime-display-multipart-related-as-mixed)))
5824     ;;;!!!We should find the start part, but we just default
5825     ;;;!!!to the first part.
5826     ;;(gnus-mime-display-part (cadr handle))
5827     ;;;!!! Most multipart/related is an HTML message plus images.
5828     ;;;!!! Unfortunately we are unable to let W3 display those
5829     ;;;!!! included images, so we just display it as a mixed multipart.
5830     ;;(gnus-mime-display-mixed (cdr handle))
5831     ;;;!!! No, w3 can display everything just fine.
5832     (gnus-mime-display-part (cadr handle)))
5833    ((equal (car handle) "multipart/signed")
5834     (gnus-add-wash-type 'signed)
5835     (gnus-mime-display-security handle))
5836    ((equal (car handle) "multipart/encrypted")
5837     (gnus-add-wash-type 'encrypted)
5838     (gnus-mime-display-security handle))
5839    ;; Other multiparts are handled like multipart/mixed.
5840    (t
5841     (gnus-mime-display-mixed (cdr handle)))))
5842
5843 (defun gnus-mime-part-function (handles)
5844   (if (stringp (car handles))
5845       (mapcar 'gnus-mime-part-function (cdr handles))
5846     (funcall gnus-article-mime-part-function handles)))
5847
5848 (defun gnus-mime-display-mixed (handles)
5849   (mapcar 'gnus-mime-display-part handles))
5850
5851 (defun gnus-mime-display-single (handle)
5852   (let ((type (mm-handle-media-type handle))
5853         (ignored gnus-ignored-mime-types)
5854         (not-attachment t)
5855         (move nil)
5856         display text)
5857     (catch 'ignored
5858       (progn
5859         (while ignored
5860           (when (string-match (pop ignored) type)
5861             (throw 'ignored nil)))
5862         (if (and (setq not-attachment
5863                        (and (not (mm-inline-override-p handle))
5864                             (or (not (mm-handle-disposition handle))
5865                                 (equal (car (mm-handle-disposition handle))
5866                                        "inline")
5867                                 (mm-attachment-override-p handle))))
5868                  (mm-automatic-display-p handle)
5869                  (or (and
5870                       (mm-inlinable-p handle)
5871                       (mm-inlined-p handle))
5872                      (mm-automatic-external-display-p type)))
5873             (setq display t)
5874           (when (equal (mm-handle-media-supertype handle) "text")
5875             (setq text t)))
5876         (let ((id (1+ (length gnus-article-mime-handle-alist)))
5877               beg)
5878           (push (cons id handle) gnus-article-mime-handle-alist)
5879           (when (and display
5880                      (equal (mm-handle-media-supertype handle) "message"))
5881             (insert-char
5882              ?\n
5883              (cond ((not (bolp)) 2)
5884                    ((or (bobp) (eq (char-before (1- (point))) ?\n)) 0)
5885                    (t 1))))
5886           (when (or (not display)
5887                     (not (gnus-unbuttonized-mime-type-p type))
5888                     (eq id gnus-mime-buttonized-part-id))
5889             (gnus-insert-mime-button
5890              handle id (list (or display (and not-attachment text))))
5891             (gnus-article-insert-newline)
5892             ;; Remember modify the number of forward lines.
5893             (setq move t))
5894           (setq beg (point))
5895           (cond
5896            (display
5897             (when move
5898               (forward-line -1)
5899               (setq beg (point)))
5900             (let ((mail-parse-charset gnus-newsgroup-charset)
5901                   (mail-parse-ignored-charsets
5902                    (save-excursion (condition-case ()
5903                                        (set-buffer gnus-summary-buffer)
5904                                      (error))
5905                                    gnus-newsgroup-ignored-charsets)))
5906               (gnus-bind-safe-url-regexp (mm-display-part handle t)))
5907             (goto-char (point-max)))
5908            ((and text not-attachment)
5909             (when move
5910               (forward-line -1)
5911               (setq beg (point)))
5912             (gnus-article-insert-newline)
5913             (mm-insert-inline
5914              handle
5915              (let ((charset (or (mail-content-type-get (mm-handle-type handle)
5916                                                        'charset)
5917                                 (and (equal type "text/calendar") 'utf-8))))
5918                (cond ((not charset)
5919                       (mm-string-as-multibyte (mm-get-part handle)))
5920                      ((eq charset 'gnus-decoded)
5921                       (with-current-buffer (mm-handle-buffer handle)
5922                         (buffer-string)))
5923                      (t
5924                       (mm-decode-string (mm-get-part handle) charset)))))
5925             (goto-char (point-max))))
5926           ;; Do highlighting.
5927           (save-excursion
5928             (save-restriction
5929               (narrow-to-region beg (point))
5930               (if (eq handle gnus-article-mime-handles)
5931                   ;; The format=flowed case.
5932                   (gnus-treat-article nil 1 1 (mm-handle-media-type handle))
5933                 ;; Don't count signature parts that are never displayed.
5934                 ;; The part number should be re-calculated supposing this
5935                 ;; might be a message/rfc822 part.
5936                 (let (handles)
5937                   (dolist (part gnus-article-mime-handles)
5938                     (unless (or (stringp part)
5939                                 (equal (car (mm-handle-type part))
5940                                        "application/pgp-signature"))
5941                       (push part handles)))
5942                   (gnus-treat-article
5943                    nil (length (memq handle handles)) (length handles)
5944                    (mm-handle-media-type handle)))))))))))
5945
5946 (defun gnus-unbuttonized-mime-type-p (type)
5947   "Say whether TYPE is to be unbuttonized."
5948   (unless gnus-inhibit-mime-unbuttonizing
5949     (when (catch 'found
5950             (let ((types gnus-unbuttonized-mime-types))
5951               (while types
5952                 (when (string-match (pop types) type)
5953                   (throw 'found t)))))
5954       (not (catch 'found
5955              (let ((types gnus-buttonized-mime-types))
5956                (while types
5957                  (when (string-match (pop types) type)
5958                    (throw 'found t)))))))))
5959
5960 (defun gnus-article-insert-newline ()
5961   "Insert a newline, but mark it as undeletable."
5962   (gnus-put-text-property
5963    (point) (progn (insert "\n") (point)) 'gnus-undeletable t))
5964
5965 (defun gnus-mime-display-alternative (handles &optional preferred ibegend id)
5966   (let* ((preferred (or preferred (mm-preferred-alternative handles)))
5967          (ihandles handles)
5968          (point (point))
5969          handle (inhibit-read-only t) from props begend not-pref)
5970     (save-window-excursion
5971       (save-restriction
5972         (when ibegend
5973           (narrow-to-region (car ibegend)
5974                             (or (cdr ibegend)
5975                                 (progn
5976                                   (goto-char (car ibegend))
5977                                   (forward-line 2)
5978                                   (point))))
5979           (delete-region (point-min) (point-max))
5980           (mm-remove-parts handles))
5981         (setq begend (list (point-marker)))
5982         ;; Do the toggle.
5983         (unless (setq not-pref (cadr (member preferred ihandles)))
5984           (setq not-pref (car ihandles)))
5985         (when (or ibegend
5986                   (not preferred)
5987                   (not (gnus-unbuttonized-mime-type-p
5988                         "multipart/alternative")))
5989           (gnus-add-text-properties
5990            (setq from (point))
5991            (progn
5992              (insert (format "%d.  " id))
5993              (point))
5994            `(gnus-callback
5995              (lambda (handles)
5996                (unless ,(not ibegend)
5997                  (setq gnus-article-mime-handle-alist
5998                        ',gnus-article-mime-handle-alist))
5999                (gnus-mime-display-alternative
6000                 ',ihandles ',not-pref ',begend ,id))
6001              keymap ,gnus-mime-button-map
6002              ,gnus-mouse-face-prop ,gnus-article-mouse-face
6003              face ,gnus-article-button-face
6004              gnus-part ,id
6005              article-type multipart))
6006           (widget-convert-button 'link from (point)
6007                                  :action 'gnus-widget-press-button
6008                                  :button-keymap gnus-widget-button-keymap)
6009           ;; Do the handles
6010           (while (setq handle (pop handles))
6011             (gnus-add-text-properties
6012              (setq from (point))
6013              (progn
6014                (insert (format "(%c) %-18s"
6015                                (if (equal handle preferred) ?* ? )
6016                                (mm-handle-media-type handle)))
6017                (point))
6018              `(gnus-callback
6019                (lambda (handles)
6020                  (unless ,(not ibegend)
6021                    (setq gnus-article-mime-handle-alist
6022                          ',gnus-article-mime-handle-alist))
6023                  (gnus-mime-display-alternative
6024                   ',ihandles ',handle ',begend ,id))
6025                keymap ,gnus-mime-button-map
6026                ,gnus-mouse-face-prop ,gnus-article-mouse-face
6027                face ,gnus-article-button-face
6028                gnus-part ,id
6029                gnus-data ,handle))
6030             (widget-convert-button 'link from (point)
6031                                    :action 'gnus-widget-press-button
6032                                    :button-keymap gnus-widget-button-keymap)
6033             (insert "  "))
6034           (insert "\n\n"))
6035         (when preferred
6036           (if (stringp (car preferred))
6037               (gnus-display-mime preferred)
6038             (let ((mail-parse-charset gnus-newsgroup-charset)
6039                   (mail-parse-ignored-charsets
6040                    (with-current-buffer gnus-summary-buffer
6041                      gnus-newsgroup-ignored-charsets)))
6042               (gnus-bind-safe-url-regexp (mm-display-part preferred))
6043               ;; Do highlighting.
6044               (save-excursion
6045                 (save-restriction
6046                   (narrow-to-region (car begend) (point-max))
6047                   (gnus-treat-article
6048                    nil (length gnus-article-mime-handle-alist)
6049                    (gnus-article-mime-total-parts)
6050                    (mm-handle-media-type handle))))))
6051           (goto-char (point-max))
6052           (setcdr begend (point-marker)))))
6053     (when ibegend
6054       (goto-char point))))
6055
6056 (defconst gnus-article-wash-status-strings
6057   (let ((alist '((cite "c" "Possible hidden citation text"
6058                        " " "All citation text visible")
6059                  (headers "h" "Hidden headers"
6060                           " " "All headers visible.")
6061                  (pgp "p" "Encrypted or signed message status hidden"
6062                       " " "No hidden encryption nor digital signature status")
6063                  (signature "s" "Signature has been hidden"
6064                             " " "Signature is visible")
6065                  (overstrike "o" "Overstrike (^H) characters applied"
6066                              " " "No overstrike characters applied")
6067                  (emphasis "e" "/*_Emphasis_*/ characters applied"
6068                            " " "No /*_emphasis_*/ characters applied")))
6069         result)
6070     (dolist (entry alist result)
6071       (let ((key (nth 0 entry))
6072             (on (copy-sequence (nth 1 entry)))
6073             (on-help (nth 2 entry))
6074             (off (copy-sequence (nth 3 entry)))
6075             (off-help (nth 4 entry)))
6076         (put-text-property 0 1 'help-echo on-help on)
6077         (put-text-property 0 1 'help-echo off-help off)
6078         (push (list key on off) result))))
6079   "Alist of strings describing wash status in the mode line.
6080 Each entry has the form (KEY ON OF), where the KEY is a symbol
6081 representing the particular washing function, ON is the string to use
6082 in the article mode line when the washing function is active, and OFF
6083 is the string to use when it is inactive.")
6084
6085 (defun gnus-article-wash-status-entry (key value)
6086   (let ((entry (assoc key gnus-article-wash-status-strings)))
6087     (if value (nth 1 entry) (nth 2 entry))))
6088
6089 (defun gnus-article-wash-status ()
6090   "Return a string which display status of article washing."
6091   (with-current-buffer gnus-article-buffer
6092     (let ((cite (memq 'cite gnus-article-wash-types))
6093           (headers (memq 'headers gnus-article-wash-types))
6094           (boring (memq 'boring-headers gnus-article-wash-types))
6095           (pgp (memq 'pgp gnus-article-wash-types))
6096           (pem (memq 'pem gnus-article-wash-types))
6097           (signed (memq 'signed gnus-article-wash-types))
6098           (encrypted (memq 'encrypted gnus-article-wash-types))
6099           (signature (memq 'signature gnus-article-wash-types))
6100           (overstrike (memq 'overstrike gnus-article-wash-types))
6101           (emphasis (memq 'emphasis gnus-article-wash-types)))
6102       (concat
6103        (gnus-article-wash-status-entry 'cite cite)
6104        (gnus-article-wash-status-entry 'headers (or headers boring))
6105        (gnus-article-wash-status-entry 'pgp (or pgp pem signed encrypted))
6106        (gnus-article-wash-status-entry 'signature signature)
6107        (gnus-article-wash-status-entry 'overstrike overstrike)
6108        (gnus-article-wash-status-entry 'emphasis emphasis)))))
6109
6110 (defun gnus-add-wash-type (type)
6111   "Add a washing of TYPE to the current status."
6112   (add-to-list 'gnus-article-wash-types type))
6113
6114 (defun gnus-delete-wash-type (type)
6115   "Add a washing of TYPE to the current status."
6116   (setq gnus-article-wash-types (delq type gnus-article-wash-types)))
6117
6118 (defun gnus-add-image (category image)
6119   "Add IMAGE of CATEGORY to the list of displayed images."
6120   (let ((entry (assq category gnus-article-image-alist)))
6121     (unless entry
6122       (setq entry (list category))
6123       (push entry gnus-article-image-alist))
6124     (nconc entry (list image))))
6125
6126 (defun gnus-delete-images (category)
6127   "Delete all images in CATEGORY."
6128   (let ((entry (assq category gnus-article-image-alist)))
6129     (dolist (image (cdr entry))
6130       (gnus-remove-image image category))
6131     (setq gnus-article-image-alist (delq entry gnus-article-image-alist))
6132     (gnus-delete-wash-type category)))
6133
6134 (defalias 'gnus-article-hide-headers-if-wanted 'gnus-article-maybe-hide-headers)
6135
6136 (defun gnus-article-maybe-hide-headers ()
6137   "Hide unwanted headers if `gnus-have-all-headers' is nil.
6138 Provided for backwards compatibility."
6139   (when (and (or (not (gnus-buffer-live-p gnus-summary-buffer))
6140                  (not (with-current-buffer gnus-summary-buffer
6141                         gnus-have-all-headers)))
6142              (not gnus-inhibit-hiding))
6143     (gnus-article-hide-headers)))
6144
6145 ;;; Article savers.
6146
6147 (defun gnus-output-to-file (file-name)
6148   "Append the current article to a file named FILE-NAME.
6149 If `gnus-article-save-coding-system' is non-nil, it is used to encode
6150 text and used as the value of the coding cookie which is added to the
6151 top of a file.  Otherwise, this function saves a raw article without
6152 the coding cookie."
6153   (let* ((artbuf (current-buffer))
6154          (file-name-coding-system nnmail-pathname-coding-system)
6155          (coding gnus-article-save-coding-system)
6156          (coding-system-for-read (if coding
6157                                      nil ;; Rely on the coding cookie.
6158                                    mm-text-coding-system))
6159          (coding-system-for-write (or coding
6160                                       mm-text-coding-system-for-write
6161                                       mm-text-coding-system))
6162          (exists (file-exists-p file-name)))
6163     (with-temp-buffer
6164       (when exists
6165         (insert-file-contents file-name)
6166         (goto-char (point-min))
6167         ;; Remove the existing coding cookie.
6168         (when (looking-at "X-Gnus-Coding-System: .+\n\n")
6169           (delete-region (match-beginning 0) (match-end 0))))
6170       (goto-char (point-max))
6171       (insert-buffer-substring artbuf)
6172       ;; Append newline at end of the buffer as separator, and then
6173       ;; save it to file.
6174       (goto-char (point-max))
6175       (insert "\n")
6176       (when coding
6177         ;; If the coding system is not suitable to encode the text,
6178         ;; ask a user for a proper one.
6179         (when (fboundp 'select-safe-coding-system)
6180           (setq coding (coding-system-base
6181                         (save-window-excursion
6182                           (select-safe-coding-system (point-min) (point-max)
6183                                                      coding))))
6184           (setq coding-system-for-write
6185                 (or (cdr (assq coding '((mule-utf-8 . utf-8))))
6186                     coding)))
6187         (goto-char (point-min))
6188         ;; Add the coding cookie.
6189         (insert (format "X-Gnus-Coding-System: -*- coding: %s; -*-\n\n"
6190                         coding-system-for-write)))
6191       (if exists
6192           (progn
6193             (write-region (point-min) (point-max) file-name nil 'no-message)
6194             (message "Appended to %s" file-name))
6195         (write-region (point-min) (point-max) file-name))))
6196   t)
6197
6198 (defun gnus-narrow-to-page (&optional arg)
6199   "Narrow the article buffer to a page.
6200 If given a numerical ARG, move forward ARG pages."
6201   (interactive "P")
6202   (setq arg (if arg (prefix-numeric-value arg) 0))
6203   (with-current-buffer gnus-article-buffer
6204     (widen)
6205     ;; Remove any old next/prev buttons.
6206     (when (gnus-visual-p 'page-marker)
6207       (let ((inhibit-read-only t))
6208         (gnus-remove-text-with-property 'gnus-prev)
6209         (gnus-remove-text-with-property 'gnus-next)))
6210     (let (st nd pt)
6211       (when (save-excursion
6212               (cond ((< arg 0)
6213                      (if (re-search-backward page-delimiter nil 'move (abs arg))
6214                          (prog1
6215                              (setq nd (match-beginning 0)
6216                                    pt nd)
6217                            (when (re-search-backward page-delimiter nil t)
6218                              (setq st (match-end 0))))
6219                        (when (re-search-forward page-delimiter nil t)
6220                          (setq nd (match-beginning 0)
6221                                pt (point-min)))))
6222                     ((> arg 0)
6223                      (if (re-search-forward page-delimiter nil 'move arg)
6224                          (prog1
6225                              (setq st (match-end 0)
6226                                    pt st)
6227                            (when (re-search-forward page-delimiter nil t)
6228                              (setq nd (match-beginning 0))))
6229                        (when (re-search-backward page-delimiter nil t)
6230                          (setq st (match-end 0)
6231                                pt (point-max)))))
6232                     (t
6233                      (when (re-search-backward page-delimiter nil t)
6234                        (goto-char (setq st (match-end 0))))
6235                      (when (re-search-forward page-delimiter nil t)
6236                        (setq nd (match-beginning 0)))
6237                      (or st nd))))
6238         (setq gnus-page-broken t)
6239         (when pt (goto-char pt))
6240         (narrow-to-region (or st (point-min)) (or nd (point-max)))
6241         (when (gnus-visual-p 'page-marker)
6242           (save-excursion
6243             (when nd
6244               (goto-char nd)
6245               (gnus-insert-next-page-button))
6246             (when st
6247               (goto-char st)
6248               (gnus-insert-prev-page-button))))))))
6249
6250 ;; Article mode commands
6251
6252 (defun gnus-article-goto-next-page ()
6253   "Show the next page of the article."
6254   (interactive)
6255   (when (gnus-article-next-page)
6256     (goto-char (point-min))
6257     (gnus-article-read-summary-keys nil (gnus-character-to-event ?n))))
6258
6259
6260 (defun gnus-article-goto-prev-page ()
6261   "Show the previous page of the article."
6262   (interactive)
6263   (if (save-restriction (widen) (bobp)) ;; Real beginning-of-buffer?
6264       (gnus-article-read-summary-keys nil (gnus-character-to-event ?p))
6265     (gnus-article-prev-page nil)))
6266
6267 ;; This is cleaner but currently breaks `gnus-pick-mode':
6268 ;;
6269 ;; (defun gnus-article-goto-next-page ()
6270 ;;   "Show the next page of the article."
6271 ;;   (interactive)
6272 ;;   (gnus-eval-in-buffer-window gnus-summary-buffer
6273 ;;     (gnus-summary-next-page)))
6274 ;;
6275 ;; (defun gnus-article-goto-prev-page ()
6276 ;;   "Show the next page of the article."
6277 ;;   (interactive)
6278 ;;   (gnus-eval-in-buffer-window gnus-summary-buffer
6279 ;;     (gnus-summary-prev-page)))
6280
6281 (defun gnus-article-next-page (&optional lines)
6282   "Show the next page of the current article.
6283 If end of article, return non-nil.  Otherwise return nil.
6284 Argument LINES specifies lines to be scrolled up."
6285   (interactive "p")
6286   (move-to-window-line (if (featurep 'xemacs) -1 (- -1 scroll-margin)))
6287   (if (and (not (and gnus-article-over-scroll
6288                      (> (count-lines (window-start) (point-max))
6289                         (if (featurep 'xemacs)
6290                             (or lines (1- (window-height)))
6291                           (+ (or lines (1- (window-height))) scroll-margin)))))
6292            (save-excursion
6293              (end-of-line)
6294              (and (pos-visible-in-window-p)     ;Not continuation line.
6295                   (>= (1+ (point)) (point-max))))) ;Allow for trailing newline.
6296       ;; Nothing in this page.
6297       (if (or (not gnus-page-broken)
6298               (save-excursion
6299                 (save-restriction
6300                   (widen)
6301                   (forward-line)
6302                   (eobp)))) ;Real end-of-buffer?
6303           (progn
6304             (when gnus-article-over-scroll
6305               (gnus-article-next-page-1 lines))
6306             t)                  ;Nothing more.
6307         (gnus-narrow-to-page 1)         ;Go to next page.
6308         nil)
6309     ;; More in this page.
6310     (gnus-article-next-page-1 lines)
6311     nil))
6312
6313 (defun gnus-article-beginning-of-window ()
6314   "Move point to the beginning of the window.
6315 In Emacs, the point is placed at the line number which `scroll-margin'
6316 specifies."
6317   (if (featurep 'xemacs)
6318       (move-to-window-line 0)
6319     ;; There is an obscure bug in Emacs that makes it impossible to
6320     ;; scroll past big pictures in the article buffer.  Try to fix
6321     ;; this by adding a sanity check by counting the lines visible.
6322     (when (> (count-lines (window-start) (window-end)) 30)
6323       (move-to-window-line
6324        (min (max 0 scroll-margin)
6325             (max 1 (- (window-height)
6326                       (if mode-line-format 1 0)
6327                       (if header-line-format 1 0)
6328                       2)))))))
6329
6330 (defun gnus-article-next-page-1 (lines)
6331   (condition-case ()
6332       (let ((scroll-in-place nil))
6333         (scroll-up lines))
6334     (end-of-buffer
6335      ;; Long lines may cause an end-of-buffer error.
6336      (goto-char (point-max))))
6337   (gnus-article-beginning-of-window))
6338
6339 (defun gnus-article-prev-page (&optional lines)
6340   "Show previous page of current article.
6341 Argument LINES specifies lines to be scrolled down."
6342   (interactive "p")
6343   (move-to-window-line 0)
6344   (if (and gnus-page-broken
6345            (bobp)
6346            (not (save-restriction (widen) (bobp)))) ;Real beginning-of-buffer?
6347       (progn
6348         (gnus-narrow-to-page -1)        ;Go to previous page.
6349         (goto-char (point-max))
6350         (recenter (if gnus-article-over-scroll
6351                       (if lines
6352                           (max (if (featurep 'xemacs)
6353                                    lines
6354                                  (+ lines scroll-margin))
6355                                3)
6356                         (- (window-height) 2))
6357                     -1)))
6358     (prog1
6359         (condition-case ()
6360             (let ((scroll-in-place nil))
6361               (scroll-down lines))
6362           (beginning-of-buffer
6363            (goto-char (point-min))))
6364       (gnus-article-beginning-of-window))))
6365
6366 (defun gnus-article-only-boring-p ()
6367   "Decide whether there is only boring text remaining in the article.
6368 Something \"interesting\" is a word of at least two letters that does
6369 not have a face in `gnus-article-boring-faces'."
6370   (when (and gnus-article-skip-boring
6371              (boundp 'gnus-article-boring-faces)
6372              (symbol-value 'gnus-article-boring-faces))
6373     (save-excursion
6374       (let ((inhibit-point-motion-hooks t))
6375         (catch 'only-boring
6376           (while (re-search-forward "\\b\\w\\w" nil t)
6377             (forward-char -1)
6378             (when (not (gnus-intersection
6379                         (gnus-faces-at (point))
6380                         (symbol-value 'gnus-article-boring-faces)))
6381               (throw 'only-boring nil)))
6382           (throw 'only-boring t))))))
6383
6384 (defun gnus-article-refer-article ()
6385   "Read article specified by message-id around point."
6386   (interactive)
6387   (save-excursion
6388     (re-search-backward "[ \t]\\|^" (point-at-bol) t)
6389     (re-search-forward "<?news:<?\\|<" (point-at-eol) t)
6390     (if (re-search-forward "[^@ ]+@[^ \t>]+" (point-at-eol) t)
6391         (let ((msg-id (concat "<" (match-string 0) ">")))
6392           (set-buffer gnus-summary-buffer)
6393           (gnus-summary-refer-article msg-id))
6394       (error "No references around point"))))
6395
6396 (defun gnus-article-show-summary ()
6397   "Reconfigure windows to show summary buffer."
6398   (interactive)
6399   (if (not (gnus-buffer-live-p gnus-summary-buffer))
6400       (error "There is no summary buffer for this article buffer")
6401     (gnus-article-set-globals)
6402     (gnus-configure-windows 'article)
6403     (gnus-summary-goto-subject gnus-current-article)
6404     (gnus-summary-position-point)))
6405
6406 (defun gnus-article-describe-briefly ()
6407   "Describe article mode commands briefly."
6408   (interactive)
6409   (gnus-message 6 "%s" (substitute-command-keys "\\<gnus-article-mode-map>\\[gnus-article-goto-next-page]:Next page      \\[gnus-article-goto-prev-page]:Prev page  \\[gnus-article-show-summary]:Show summary  \\[gnus-info-find-node]:Run Info  \\[gnus-article-describe-briefly]:This help")))
6410
6411 (defun gnus-article-check-buffer ()
6412   "Beep if not in an article buffer."
6413   (unless (equal major-mode 'gnus-article-mode)
6414     (error "Command invoked outside of a Gnus article buffer")))
6415
6416 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
6417   "Read a summary buffer key sequence and execute it from the article buffer."
6418   (interactive "P")
6419   (gnus-article-check-buffer)
6420   (let ((nosaves
6421          '("q" "Q"  "c" "r" "\C-c\C-f" "m"  "a" "f"
6422            "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
6423            "=" "^" "\M-^" "|"))
6424         (nosave-but-article
6425          '("A " "A<" "A>" "AM" "AP" "AR" "AT" "A\C-?" "A\M-\r" "A\r" "Ab" "Ae"
6426            "An" "Ap" [?A (meta return)] [?A delete]))
6427         (nosave-in-article
6428          '("AS" "\C-d"))
6429         (up-to-top
6430          '("n" "Gn" "p" "Gp"))
6431         keys new-sum-point)
6432     (with-current-buffer gnus-article-current-summary
6433       (let (gnus-pick-mode)
6434         (setq unread-command-events (nconc unread-command-events
6435                                            (list (or key last-command-event)))
6436               keys (if (featurep 'xemacs)
6437                        (events-to-keys (read-key-sequence nil t))
6438                      (read-key-sequence nil t)))))
6439
6440     (message "")
6441
6442     (cond
6443      ((eq (aref keys (1- (length keys))) ?\C-h)
6444       (gnus-article-describe-bindings (substring keys 0 -1)))
6445      ((or (member keys nosaves)
6446           (member keys nosave-but-article)
6447           (member keys nosave-in-article))
6448       (let (func)
6449         (save-window-excursion
6450           (pop-to-buffer gnus-article-current-summary)
6451           ;; We disable the pick minor mode commands.
6452           (let (gnus-pick-mode)
6453             (setq func (key-binding keys t))))
6454         (if (or (not func)
6455                 (numberp func))
6456             (ding)
6457           (unless (member keys nosave-in-article)
6458             (set-buffer gnus-article-current-summary))
6459           (call-interactively func)
6460           (setq new-sum-point (point)))
6461         (when (member keys nosave-but-article)
6462           (pop-to-buffer gnus-article-buffer))))
6463      (t
6464       ;; These commands should restore window configuration.
6465       (let ((obuf (current-buffer))
6466             (owin (current-window-configuration))
6467             win func in-buffer selected new-sum-start new-sum-hscroll err)
6468         (cond (not-restore-window
6469                (pop-to-buffer gnus-article-current-summary)
6470                (setq win (selected-window)))
6471               ((setq win (get-buffer-window gnus-article-current-summary))
6472                (select-window win))
6473               (t
6474                (let ((summary-buffer gnus-article-current-summary))
6475                  (gnus-configure-windows 'article)
6476                  (unless (setq win (get-buffer-window summary-buffer 'visible))
6477                    (let ((gnus-buffer-configuration
6478                           '((article ((vertical 1.0
6479                                                 (summary 0.25 point)
6480                                                 (article 1.0)))))))
6481                      (gnus-configure-windows 'article))
6482                    (setq win (get-buffer-window summary-buffer 'visible)))
6483                  (gnus-select-frame-set-input-focus (window-frame win))
6484                  (select-window win))))
6485         (setq in-buffer (current-buffer))
6486         ;; We disable the pick minor mode commands.
6487         (if (and (setq func (let (gnus-pick-mode)
6488                               (key-binding keys t)))
6489                  (functionp func)
6490                  (condition-case code
6491                      (progn
6492                        (call-interactively func)
6493                        t)
6494                    (error
6495                     (setq err code)
6496                     nil)))
6497             (progn
6498               (when (eq win (selected-window))
6499                 (setq new-sum-point (point)
6500                       new-sum-start (window-start win)
6501                       new-sum-hscroll (window-hscroll win)))
6502               (when (or (eq in-buffer (current-buffer))
6503                         (when (eq obuf (current-buffer))
6504                           (set-buffer in-buffer)
6505                           t))
6506                 (setq selected (gnus-summary-select-article))
6507                 (set-buffer obuf)
6508                 (unless not-restore-window
6509                   (set-window-configuration owin))
6510                 (when (and (eq selected 'old)
6511                            new-sum-point)
6512                   (set-window-start (get-buffer-window (current-buffer))
6513                                     1)
6514                   (set-window-point (get-buffer-window (current-buffer))
6515                                     (if (article-goto-body)
6516                                         (1- (point))
6517                                       (point))))
6518                 (when (and (not not-restore-window)
6519                            new-sum-point
6520                            (window-live-p win)
6521                            (with-current-buffer (window-buffer win)
6522                              (eq major-mode 'gnus-summary-mode)))
6523                   (set-window-point win new-sum-point)
6524                   (set-window-start win new-sum-start)
6525                   (set-window-hscroll win new-sum-hscroll))))
6526           (set-window-configuration owin)
6527           (if err
6528               (signal (car err) (cdr err))
6529             (ding))))))))
6530
6531 (defun gnus-article-read-summary-send-keys ()
6532   (interactive)
6533   (let ((unread-command-events (list (gnus-character-to-event ?S))))
6534     (gnus-article-read-summary-keys)))
6535
6536 (defun gnus-article-describe-key (key)
6537   "Display documentation of the function invoked by KEY.
6538 KEY is a string or a vector."
6539   (interactive (list (let ((cursor-in-echo-area t)) ;; better for XEmacs.
6540                        (read-key-sequence "Describe key: "))))
6541   (gnus-article-check-buffer)
6542   (if (memq (key-binding key t) '(gnus-article-read-summary-keys
6543                                   gnus-article-read-summary-send-keys))
6544       (with-current-buffer gnus-article-current-summary
6545         (setq unread-command-events
6546               (if (featurep 'xemacs)
6547                   (append key nil)
6548                 (mapcar (lambda (x) (if (and (integerp x) (>= x 128))
6549                                         (list 'meta (- x 128))
6550                                       x))
6551                         key)))
6552         (let ((cursor-in-echo-area t)
6553               gnus-pick-mode)
6554           (describe-key (read-key-sequence nil t))))
6555     (describe-key key)))
6556
6557 (defun gnus-article-describe-key-briefly (key &optional insert)
6558   "Display documentation of the function invoked by KEY.
6559 KEY is a string or a vector."
6560   (interactive (list (let ((cursor-in-echo-area t)) ;; better for XEmacs.
6561                        (read-key-sequence "Describe key: "))
6562                      current-prefix-arg))
6563   (gnus-article-check-buffer)
6564   (if (memq (key-binding key t) '(gnus-article-read-summary-keys
6565                                   gnus-article-read-summary-send-keys))
6566       (with-current-buffer gnus-article-current-summary
6567         (setq unread-command-events
6568               (if (featurep 'xemacs)
6569                   (append key nil)
6570                 (mapcar (lambda (x) (if (and (integerp x) (>= x 128))
6571                                         (list 'meta (- x 128))
6572                                       x))
6573                         key)))
6574         (let ((cursor-in-echo-area t)
6575               gnus-pick-mode)
6576           (describe-key-briefly (read-key-sequence nil t) insert)))
6577     (describe-key-briefly key insert)))
6578
6579 ;;`gnus-agent-mode' in gnus-agent.el will define it.
6580 (defvar gnus-agent-summary-mode)
6581 (defvar gnus-draft-mode)
6582 ;; Calling help-buffer will autoload help-mode.
6583 (defvar help-xref-stack-item)
6584 ;; Emacs 22 doesn't load it in the batch mode.
6585 (eval-when-compile
6586   (autoload 'help-buffer "help-mode"))
6587
6588 (defun gnus-article-describe-bindings (&optional prefix)
6589   "Show a list of all defined keys, and their definitions.
6590 The optional argument PREFIX, if non-nil, should be a key sequence;
6591 then we display only bindings that start with that prefix."
6592   (interactive)
6593   (gnus-article-check-buffer)
6594   (let ((keymap (copy-keymap gnus-article-mode-map))
6595         (map (copy-keymap gnus-article-send-map))
6596         (sumkeys (where-is-internal 'gnus-article-read-summary-keys))
6597         parent agent draft)
6598     (define-key keymap "S" map)
6599     (define-key map [t] nil)
6600     (with-current-buffer gnus-article-current-summary
6601       (set-keymap-parent
6602        keymap
6603        (if (setq parent (keymap-parent gnus-article-mode-map))
6604            (prog1
6605                (setq parent (copy-keymap parent))
6606              (set-keymap-parent parent (current-local-map)))
6607          (current-local-map)))
6608       (set-keymap-parent map (key-binding "S"))
6609       (let (key def gnus-pick-mode)
6610         (while sumkeys
6611           (setq key (pop sumkeys))
6612           (cond ((and (vectorp key) (= (length key) 1)
6613                       (consp (setq def (aref key 0)))
6614                       (numberp (car def)) (numberp (cdr def)))
6615                  (when (< (max (car def) (cdr def)) 128)
6616                    (setq sumkeys
6617                          (append (mapcar
6618                                   #'vector
6619                                   (nreverse (gnus-uncompress-range def)))
6620                                  sumkeys))))
6621                 ((setq def (key-binding key))
6622                  (unless (eq def 'undefined)
6623                    (define-key keymap key def))))))
6624       (when (boundp 'gnus-agent-summary-mode)
6625         (setq agent gnus-agent-summary-mode))
6626       (when (boundp 'gnus-draft-mode)
6627         (setq draft gnus-draft-mode)))
6628     (with-temp-buffer
6629       (use-local-map keymap)
6630       (set (make-local-variable 'gnus-agent-summary-mode) agent)
6631       (set (make-local-variable 'gnus-draft-mode) draft)
6632       (describe-bindings prefix))
6633     (let ((item `((lambda (prefix)
6634                     (with-current-buffer ,(current-buffer)
6635                       (gnus-article-describe-bindings prefix)))
6636                   ,prefix)))
6637       (with-current-buffer (let (help-xref-following) (help-buffer))
6638         (setq help-xref-stack-item item)))))
6639
6640 (defun gnus-article-reply-with-original (&optional wide)
6641   "Start composing a reply mail to the current message.
6642 The text in the region will be yanked.  If the region isn't active,
6643 the entire article will be yanked."
6644   (interactive)
6645   (let ((article (cdr gnus-article-current))
6646         contents)
6647     (if (not (gnus-region-active-p))
6648         (with-current-buffer gnus-summary-buffer
6649           (gnus-summary-reply (list (list article)) wide))
6650       (setq contents (buffer-substring (point) (mark t)))
6651       ;; Deactivate active regions.
6652       (when (and (boundp 'transient-mark-mode)
6653                  transient-mark-mode)
6654         (setq mark-active nil))
6655       (with-current-buffer gnus-summary-buffer
6656         (gnus-summary-reply
6657          (list (list article contents)) wide)))))
6658
6659 (defun gnus-article-wide-reply-with-original ()
6660   "Start composing a wide reply mail to the current message.
6661 The text in the region will be yanked.  If the region isn't active,
6662 the entire article will be yanked."
6663   (interactive)
6664   (gnus-article-reply-with-original t))
6665
6666 (defun gnus-article-followup-with-original ()
6667   "Compose a followup to the current article.
6668 The text in the region will be yanked.  If the region isn't active,
6669 the entire article will be yanked."
6670   (interactive)
6671   (let ((article (cdr gnus-article-current))
6672         contents)
6673       (if (not (gnus-region-active-p))
6674           (with-current-buffer gnus-summary-buffer
6675             (gnus-summary-followup (list (list article))))
6676         (setq contents (buffer-substring (point) (mark t)))
6677         ;; Deactivate active regions.
6678         (when (and (boundp 'transient-mark-mode)
6679                    transient-mark-mode)
6680           (setq mark-active nil))
6681         (with-current-buffer gnus-summary-buffer
6682           (gnus-summary-followup
6683            (list (list article contents)))))))
6684
6685 (defun gnus-article-hide (&optional arg force)
6686   "Hide all the gruft in the current article.
6687 This means that signatures, cited text and (some) headers will be
6688 hidden.
6689 If given a prefix, show the hidden text instead."
6690   (interactive (append (gnus-article-hidden-arg) (list 'force)))
6691   (gnus-article-hide-headers arg)
6692   (gnus-article-hide-list-identifiers arg)
6693   (gnus-article-hide-citation-maybe arg force)
6694   (gnus-article-hide-signature arg))
6695
6696 (defun gnus-article-maybe-highlight ()
6697   "Do some article highlighting if article highlighting is requested."
6698   (when (gnus-visual-p 'article-highlight 'highlight)
6699     (gnus-article-highlight-some)))
6700
6701 (defun gnus-check-group-server ()
6702   ;; Make sure the connection to the server is alive.
6703   (unless (gnus-server-opened
6704            (gnus-find-method-for-group gnus-newsgroup-name))
6705     (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
6706     (gnus-request-group gnus-newsgroup-name t)))
6707
6708 (eval-when-compile
6709   (autoload 'nneething-get-file-name "nneething"))
6710
6711 (defun gnus-request-article-this-buffer (article group)
6712   "Get an article and insert it into this buffer."
6713   (let (do-update-line sparse-header)
6714     (prog1
6715         (save-excursion
6716           (erase-buffer)
6717           (gnus-kill-all-overlays)
6718           (setq group (or group gnus-newsgroup-name))
6719
6720           ;; Using `gnus-request-article' directly will insert the article into
6721           ;; `nntp-server-buffer' - so we'll save some time by not having to
6722           ;; copy it from the server buffer into the article buffer.
6723
6724           ;; We only request an article by message-id when we do not have the
6725           ;; headers for it, so we'll have to get those.
6726           (when (stringp article)
6727             (gnus-read-header article))
6728
6729           ;; If the article number is negative, that means that this article
6730           ;; doesn't belong in this newsgroup (possibly), so we find its
6731           ;; message-id and request it by id instead of number.
6732           (when (and (numberp article)
6733                      gnus-summary-buffer
6734                      (get-buffer gnus-summary-buffer)
6735                      (gnus-buffer-exists-p gnus-summary-buffer))
6736             (with-current-buffer gnus-summary-buffer
6737               (let ((header (gnus-summary-article-header article)))
6738                 (when (< article 0)
6739                   (cond
6740                    ((memq article gnus-newsgroup-sparse)
6741                     ;; This is a sparse gap article.
6742                     (setq do-update-line article)
6743                     (setq article (mail-header-id header))
6744                     (setq sparse-header (gnus-read-header article))
6745                     (setq gnus-newsgroup-sparse
6746                           (delq article gnus-newsgroup-sparse)))
6747                    ((vectorp header)
6748                     ;; It's a real article.
6749                     (setq article (mail-header-id header)))
6750                    (t
6751                     ;; It is an extracted pseudo-article.
6752                     (setq article 'pseudo)
6753                     (gnus-request-pseudo-article header))))
6754
6755                 (let ((method (gnus-find-method-for-group
6756                                gnus-newsgroup-name)))
6757                   (when (and (eq (car method) 'nneething)
6758                              (vectorp header))
6759                     (let ((dir (nneething-get-file-name
6760                                 (mail-header-id header))))
6761                       (when (and (stringp dir)
6762                                  (file-directory-p dir))
6763                         (setq article 'nneething)
6764                         (gnus-group-enter-directory dir))))))))
6765
6766           (cond
6767            ;; Refuse to select canceled articles.
6768            ((and (numberp article)
6769                  gnus-summary-buffer
6770                  (get-buffer gnus-summary-buffer)
6771                  (gnus-buffer-exists-p gnus-summary-buffer)
6772                  (eq (cdr (with-current-buffer gnus-summary-buffer
6773                             (assq article gnus-newsgroup-reads)))
6774                      gnus-canceled-mark))
6775             nil)
6776            ;; We first check `gnus-original-article-buffer'.
6777            ((and (get-buffer gnus-original-article-buffer)
6778                  (numberp article)
6779                  (with-current-buffer gnus-original-article-buffer
6780                    (and (equal (car gnus-original-article) group)
6781                         (eq (cdr gnus-original-article) article))))
6782             ;; `insert-buffer-substring' would incorrectly use the
6783             ;; equivalent of string-make-multibyte which amount to decoding
6784             ;; with locale-coding-system, causing failure of
6785             ;; subsequent decoding.
6786             (insert (mm-string-to-multibyte
6787                      (with-current-buffer gnus-original-article-buffer
6788                        (buffer-substring (point-min) (point-max)))))
6789             'article)
6790            ;; Check the backlog.
6791            ((and gnus-keep-backlog
6792                  (gnus-backlog-request-article group article (current-buffer)))
6793             'article)
6794            ;; Check asynchronous pre-fetch.
6795            ((gnus-async-request-fetched-article group article (current-buffer))
6796             (gnus-async-prefetch-next group article gnus-summary-buffer)
6797             (when (and (numberp article) gnus-keep-backlog)
6798               (gnus-backlog-enter-article group article (current-buffer)))
6799             'article)
6800            ;; Check the cache.
6801            ((and gnus-use-cache
6802                  (numberp article)
6803                  (gnus-cache-request-article article group))
6804             'article)
6805            ;; Check the agent cache.
6806            ((gnus-agent-request-article article group)
6807             'article)
6808            ;; Get the article and put into the article buffer.
6809            ((or (stringp article)
6810                 (numberp article))
6811             (let ((gnus-override-method gnus-override-method)
6812                   (methods (and (stringp article)
6813                                 gnus-refer-article-method))
6814                   (backend (car (gnus-find-method-for-group
6815                                  gnus-newsgroup-name)))
6816                   result
6817                   (inhibit-read-only t))
6818               (if (or (not (listp methods))
6819                       (and (symbolp (car methods))
6820                            (assq (car methods) nnoo-definition-alist)))
6821                   (setq methods (list methods)))
6822               (when (and (null gnus-override-method)
6823                          methods)
6824                 (setq gnus-override-method (pop methods)))
6825               (while (not result)
6826                 (when (eq gnus-override-method 'current)
6827                   (setq gnus-override-method
6828                         (with-current-buffer gnus-summary-buffer
6829                           gnus-current-select-method)))
6830                 (erase-buffer)
6831                 (gnus-kill-all-overlays)
6832                 (let ((gnus-newsgroup-name group))
6833                   (gnus-check-group-server))
6834                 (cond
6835                  ((gnus-request-article article group (current-buffer))
6836                   (when (numberp article)
6837                     (gnus-async-prefetch-next group article
6838                                               gnus-summary-buffer)
6839                     (when gnus-keep-backlog
6840                       (gnus-backlog-enter-article
6841                        group article (current-buffer))))
6842                   (setq result 'article))
6843                  (methods
6844                   (setq gnus-override-method (pop methods)))
6845                  ((not (string-match "^400 "
6846                                      (nnheader-get-report backend)))
6847                   ;; If we get 400 server disconnect, reconnect and
6848                   ;; retry; otherwise, assume the article has expired.
6849                   (setq result 'done))))
6850               (and (eq result 'article) 'article)))
6851            ;; It was a pseudo.
6852            (t article)))
6853
6854       ;; Associate this article with the current summary buffer.
6855       (setq gnus-article-current-summary gnus-summary-buffer)
6856
6857       ;; Take the article from the original article buffer
6858       ;; and place it in the buffer it's supposed to be in.
6859       (when (and (get-buffer gnus-article-buffer)
6860                  (equal (buffer-name (current-buffer))
6861                         (buffer-name (get-buffer gnus-article-buffer))))
6862         (save-excursion
6863           (if (get-buffer gnus-original-article-buffer)
6864               (set-buffer gnus-original-article-buffer)
6865             (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
6866             (buffer-disable-undo)
6867             (setq major-mode 'gnus-original-article-mode)
6868             (setq buffer-read-only t))
6869           (let ((inhibit-read-only t))
6870             (erase-buffer)
6871             (insert-buffer-substring gnus-article-buffer))
6872           (setq gnus-original-article (cons group article)))
6873
6874         ;; Decode charsets.
6875         (run-hooks 'gnus-article-decode-hook)
6876         ;; Mark article as decoded or not.
6877         (setq gnus-article-decoded-p gnus-article-decode-hook))
6878
6879       ;; Update sparse articles.
6880       (when (and do-update-line
6881                  (or (numberp article)
6882                      (stringp article)))
6883         (let ((buf (current-buffer)))
6884           (set-buffer gnus-summary-buffer)
6885           (gnus-summary-update-article do-update-line sparse-header)
6886           (gnus-summary-goto-subject do-update-line nil t)
6887           (set-window-point (gnus-get-buffer-window (current-buffer) t)
6888                             (point))
6889           (set-buffer buf))))))
6890
6891 ;;;
6892 ;;; Article editing
6893 ;;;
6894
6895 (defcustom gnus-article-edit-mode-hook nil
6896   "Hook run in article edit mode buffers."
6897   :group 'gnus-article-various
6898   :type 'hook)
6899
6900 (defvar gnus-article-edit-done-function nil)
6901
6902 (defvar gnus-article-edit-mode-map nil)
6903
6904 ;; Should we be using derived.el for this?
6905 (unless gnus-article-edit-mode-map
6906   (setq gnus-article-edit-mode-map (make-keymap))
6907   (set-keymap-parent gnus-article-edit-mode-map text-mode-map)
6908
6909   (gnus-define-keys gnus-article-edit-mode-map
6910     "\C-c?"    describe-mode
6911     "\C-c\C-c" gnus-article-edit-done
6912     "\C-c\C-k" gnus-article-edit-exit
6913     "\C-c\C-f\C-t" message-goto-to
6914     "\C-c\C-f\C-o" message-goto-from
6915     "\C-c\C-f\C-b" message-goto-bcc
6916     ;;"\C-c\C-f\C-w" message-goto-fcc
6917     "\C-c\C-f\C-c" message-goto-cc
6918     "\C-c\C-f\C-s" message-goto-subject
6919     "\C-c\C-f\C-r" message-goto-reply-to
6920     "\C-c\C-f\C-n" message-goto-newsgroups
6921     "\C-c\C-f\C-d" message-goto-distribution
6922     "\C-c\C-f\C-f" message-goto-followup-to
6923     "\C-c\C-f\C-m" message-goto-mail-followup-to
6924     "\C-c\C-f\C-k" message-goto-keywords
6925     "\C-c\C-f\C-u" message-goto-summary
6926     "\C-c\C-f\C-i" message-insert-or-toggle-importance
6927     "\C-c\C-f\C-a" message-generate-unsubscribed-mail-followup-to
6928     "\C-c\C-b" message-goto-body
6929     "\C-c\C-i" message-goto-signature
6930
6931     "\C-c\C-t" message-insert-to
6932     "\C-c\C-n" message-insert-newsgroups
6933     "\C-c\C-o" message-sort-headers
6934     "\C-c\C-e" message-elide-region
6935     "\C-c\C-v" message-delete-not-region
6936     "\C-c\C-z" message-kill-to-signature
6937     "\M-\r" message-newline-and-reformat
6938     "\C-c\C-a" mml-attach-file
6939     "\C-a" message-beginning-of-line
6940     "\t" message-tab
6941     "\M-;" comment-region)
6942
6943   (gnus-define-keys (gnus-article-edit-wash-map
6944                      "\C-c\C-w" gnus-article-edit-mode-map)
6945     "f" gnus-article-edit-full-stops))
6946
6947 (easy-menu-define
6948   gnus-article-edit-mode-field-menu gnus-article-edit-mode-map ""
6949   '("Field"
6950     ["Fetch To" message-insert-to t]
6951     ["Fetch Newsgroups" message-insert-newsgroups t]
6952     "----"
6953     ["To" message-goto-to t]
6954     ["From" message-goto-from t]
6955     ["Subject" message-goto-subject t]
6956     ["Cc" message-goto-cc t]
6957     ["Reply-To" message-goto-reply-to t]
6958     ["Summary" message-goto-summary t]
6959     ["Keywords" message-goto-keywords t]
6960     ["Newsgroups" message-goto-newsgroups t]
6961     ["Followup-To" message-goto-followup-to t]
6962     ["Mail-Followup-To" message-goto-mail-followup-to t]
6963     ["Distribution" message-goto-distribution t]
6964     ["Body" message-goto-body t]
6965     ["Signature" message-goto-signature t]))
6966
6967 (define-derived-mode gnus-article-edit-mode message-mode "Article Edit"
6968   "Major mode for editing articles.
6969 This is an extended text-mode.
6970
6971 \\{gnus-article-edit-mode-map}"
6972   (make-local-variable 'gnus-article-edit-done-function)
6973   (make-local-variable 'gnus-prev-winconf)
6974   (set (make-local-variable 'font-lock-defaults)
6975        '(message-font-lock-keywords t))
6976   (set (make-local-variable 'mail-header-separator) "")
6977   (set (make-local-variable 'gnus-article-edit-mode) t)
6978   (easy-menu-add message-mode-field-menu message-mode-map)
6979   (mml-mode)
6980   (setq buffer-read-only nil)
6981   (buffer-enable-undo)
6982   (widen))
6983
6984 (defun gnus-article-edit (&optional force)
6985   "Edit the current article.
6986 This will have permanent effect only in mail groups.
6987 If FORCE is non-nil, allow editing of articles even in read-only
6988 groups."
6989   (interactive "P")
6990   (when (and (not force)
6991              (gnus-group-read-only-p))
6992     (error "The current newsgroup does not support article editing"))
6993   (gnus-article-date-original)
6994   (gnus-article-edit-article
6995    'ignore
6996    `(lambda (no-highlight)
6997       'ignore
6998       (gnus-summary-edit-article-done
6999        ,(or (mail-header-references gnus-current-headers) "")
7000        ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight))))
7001
7002 (defun gnus-article-edit-article (start-func exit-func &optional quiet)
7003   "Start editing the contents of the current article buffer."
7004   (let ((winconf (current-window-configuration)))
7005     (set-buffer gnus-article-buffer)
7006     (let ((message-auto-save-directory
7007            ;; Don't associate the article buffer with a draft file.
7008            nil))
7009       (gnus-article-edit-mode))
7010     (funcall start-func)
7011     (set-buffer-modified-p nil)
7012     (gnus-configure-windows 'edit-article)
7013     (setq gnus-article-edit-done-function exit-func)
7014     (setq gnus-prev-winconf winconf)
7015     (unless quiet
7016       (gnus-message 6 "C-c C-c to end edits"))))
7017
7018 (defun gnus-article-edit-done (&optional arg)
7019   "Update the article edits and exit."
7020   (interactive "P")
7021   (let ((func gnus-article-edit-done-function)
7022         (buf (current-buffer))
7023         (start (window-start))
7024         (p (point))
7025         (winconf gnus-prev-winconf))
7026     (widen) ;; Widen it in case that users narrowed the buffer.
7027     (funcall func arg)
7028     (set-buffer buf)
7029     ;; The cache and backlog have to be flushed somewhat.
7030     (when gnus-keep-backlog
7031       (gnus-backlog-remove-article
7032        (car gnus-article-current) (cdr gnus-article-current)))
7033     ;; Flush original article as well.
7034     (gnus-flush-original-article-buffer)
7035     (when gnus-use-cache
7036       (gnus-cache-update-article
7037        (car gnus-article-current) (cdr gnus-article-current)))
7038     ;; We remove all text props from the article buffer.
7039     (kill-all-local-variables)
7040     (set-text-properties (point-min) (point-max) nil)
7041     (gnus-article-mode)
7042     (set-window-configuration winconf)
7043     (set-buffer buf)
7044     (set-window-start (get-buffer-window buf) start)
7045     (set-window-point (get-buffer-window buf) (point)))
7046   (gnus-summary-show-article))
7047
7048 (defun gnus-flush-original-article-buffer ()
7049   (when (get-buffer gnus-original-article-buffer)
7050     (with-current-buffer gnus-original-article-buffer
7051       (setq gnus-original-article nil))))
7052
7053 (defun gnus-article-edit-exit ()
7054   "Exit the article editing without updating."
7055   (interactive)
7056   (when (or (not (buffer-modified-p))
7057             (yes-or-no-p "Article modified; kill anyway? "))
7058     (let ((curbuf (current-buffer))
7059           (p (point))
7060           (window-start (window-start)))
7061       (erase-buffer)
7062       (if (gnus-buffer-live-p gnus-original-article-buffer)
7063           (insert-buffer-substring gnus-original-article-buffer))
7064       (let ((winconf gnus-prev-winconf))
7065         (kill-all-local-variables)
7066         (gnus-article-mode)
7067         (set-window-configuration winconf)
7068         ;; Tippy-toe some to make sure that point remains where it was.
7069         (save-current-buffer
7070           (set-buffer curbuf)
7071           (set-window-start (get-buffer-window (current-buffer)) window-start)
7072           (goto-char p))))
7073     (gnus-summary-show-article)))
7074
7075 (defun gnus-article-edit-full-stops ()
7076   "Interactively repair spacing at end of sentences."
7077   (interactive)
7078   (save-excursion
7079     (goto-char (point-min))
7080     (search-forward-regexp "^$" nil t)
7081     (let ((case-fold-search nil))
7082       (query-replace-regexp "\\([.!?][])}]* \\)\\([[({A-Z]\\)" "\\1 \\2"))))
7083
7084 ;;;
7085 ;;; Article highlights
7086 ;;;
7087
7088 ;; Written by Per Abrahamsen <abraham@iesd.auc.dk>.
7089
7090 ;;; Internal Variables:
7091
7092 (defcustom gnus-button-url-regexp
7093   (concat
7094    "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|"
7095    "nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)"
7096    "\\(//[-a-z0-9_.]+:[0-9]*\\)?"
7097    (if (string-match "[[:digit:]]" "1") ;; Support POSIX?
7098        (let ((chars "-a-z0-9_=#$@~%&*+\\/[:word:]")
7099              (punct "!?:;.,"))
7100          (concat
7101           "\\(?:"
7102           ;; Match paired parentheses, e.g. in Wikipedia URLs:
7103           ;; http://thread.gmane.org/47B4E3B2.3050402@gmail.com
7104           "[" chars punct "]+" "(" "[" chars punct "]+" "[" chars "]*)" "[" chars "]*"
7105           "\\|"
7106           "[" chars punct     "]+" "[" chars "]"
7107           "\\)"))
7108      (concat ;; XEmacs 21.4 doesn't support POSIX.
7109       "\\([-a-z0-9_=!?#$@~%&*+\\/:;.,]\\|\\w\\)+"
7110       "\\([-a-z0-9_=#$@~%&*+\\/]\\|\\w\\)"))
7111    "\\)")
7112   "Regular expression that matches URLs."
7113   :group 'gnus-article-buttons
7114   :type 'regexp)
7115
7116 (defcustom gnus-button-valid-fqdn-regexp
7117   message-valid-fqdn-regexp
7118   "Regular expression that matches a valid FQDN."
7119   :version "22.1"
7120   :group 'gnus-article-buttons
7121   :type 'regexp)
7122
7123 ;; Regexp suggested by Felix Wiemann in <87oeuomcz9.fsf@news2.ososo.de>
7124 (defcustom gnus-button-valid-localpart-regexp
7125   "[a-z0-9$%(*-=?[_][^<>\")!;:,{}\n\t @]*"
7126   "Regular expression that matches a localpart of mail addresses or MIDs."
7127   :version "22.1"
7128   :group 'gnus-article-buttons
7129   :type 'regexp)
7130
7131 (defcustom gnus-button-man-handler 'manual-entry
7132   "Function to use for displaying man pages.
7133 The function must take at least one argument with a string naming the
7134 man page."
7135   :version "22.1"
7136   :type '(choice (function-item :tag "Man" manual-entry)
7137                  (function-item :tag "Woman" woman)
7138                  (function :tag "Other"))
7139   :group 'gnus-article-buttons)
7140
7141 (defcustom gnus-button-mid-or-mail-regexp
7142   (concat "\\b\\(<?" gnus-button-valid-localpart-regexp "@"
7143           gnus-button-valid-fqdn-regexp
7144           ">?\\)\\b")
7145   "Regular expression that matches a message ID or a mail address."
7146   :version "22.1"
7147   :group 'gnus-article-buttons
7148   :type 'regexp)
7149
7150 (defcustom gnus-button-prefer-mid-or-mail 'gnus-button-mid-or-mail-heuristic
7151   "What to do when the button on a string as \"foo123@bar.invalid\" is pushed.
7152 Strings like this can be either a message ID or a mail address.  If it is one
7153 of the symbols `mid' or `mail', Gnus will always assume that the string is a
7154 message ID or a mail address, respectively.  If this variable is set to the
7155 symbol `ask', always query the user what do do.  If it is a function, this
7156 function will be called with the string as its only argument.  The function
7157 must return `mid', `mail', `invalid' or `ask'."
7158   :version "22.1"
7159   :group 'gnus-article-buttons
7160   :type '(choice (function-item :tag "Heuristic function"
7161                                 gnus-button-mid-or-mail-heuristic)
7162                  (const ask)
7163                  (const mid)
7164                  (const mail)))
7165
7166 (defcustom gnus-button-mid-or-mail-heuristic-alist
7167   '((-10.0 . ".+\\$.+@")
7168     (-10.0 . "#")
7169     (-10.0 . "\\*")
7170     (-5.0  . "\\+[^+]*\\+.*@") ;; # two plus signs
7171     (-5.0  . "@[Nn][Ee][Ww][Ss]") ;; /\@news/i
7172     (-5.0  . "@.*[Dd][Ii][Aa][Ll][Uu][Pp]") ;; /\@.*dialup/i;
7173     (-1.0  . "^[^a-z]+@")
7174     ;;
7175     (-5.0  . "\\.[0-9][0-9]+.*@") ;; "\.[0-9]{2,}.*\@"
7176     (-5.0  . "[a-z].*[A-Z].*[a-z].*[A-Z].*@") ;; "([a-z].*[A-Z].*){2,}\@"
7177     (-3.0  . "[A-Z][A-Z][a-z][a-z].*@")
7178     (-5.0  . "\\...?.?@") ;; (-5.0 . "\..{1,3}\@")
7179     ;;
7180     (-2.0  . "^[0-9]")
7181     (-1.0  . "^[0-9][0-9]")
7182     ;;
7183     ;; -3.0 /^[0-9][0-9a-fA-F]{2,2}/;
7184     (-3.0  . "^[0-9][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
7185     ;; -5.0 /^[0-9][0-9a-fA-F]{3,3}/;
7186     (-5.0  . "^[0-9][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
7187     ;;
7188     (-3.0  .  "[0-9][0-9][0-9][0-9][0-9][^0-9].*@") ;; "[0-9]{5,}.*\@"
7189     (-3.0  .  "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][^0-9].*@")
7190     ;;       "[0-9]{8,}.*\@"
7191     (-3.0
7192      . "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].*@")
7193     ;; "[0-9]{12,}.*\@"
7194     ;; compensation for TDMA dated mail addresses:
7195     (25.0  . "-dated-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]+.*@")
7196     ;;
7197     (-20.0 . "\\.fsf@") ;; Gnus
7198     (-20.0 . "^slrn")
7199     (-20.0 . "^Pine")
7200     (-20.0 . "^alpine\\.")
7201     (-20.0 . "_-_") ;; Subject change in thread
7202     ;;
7203     (-20.0 . "\\.ln@") ;; leafnode
7204     (-30.0 . "@ID-[0-9]+\\.[a-zA-Z]+\\.dfncis\\.de")
7205     (-30.0 . "@4[Aa][Xx]\\.com") ;; Forte Agent
7206     ;;
7207     ;; (5.0 . "") ;; $local_part_len <= 7
7208     (10.0  . "^[^0-9]+@")
7209     (3.0   . "^[^0-9]+[0-9][0-9]?[0-9]?@")
7210     ;;      ^[^0-9]+[0-9]{1,3}\@ digits only at end of local part
7211     (3.0   . "\@stud")
7212     ;;
7213     (2.0   . "[a-z][a-z][._-][A-Z][a-z].*@")
7214     ;;
7215     (0.5   . "^[A-Z][a-z]")
7216     (0.5   . "^[A-Z][a-z][a-z]")
7217     (1.5   . "^[A-Z][a-z][A-Z][a-z][^a-z]") ;; ^[A-Z][a-z]{3,3}
7218     (2.0   . "^[A-Z][a-z][A-Z][a-z][a-z][^a-z]")) ;; ^[A-Z][a-z]{4,4}
7219   "An alist of \(RATE . REGEXP\) pairs for `gnus-button-mid-or-mail-heuristic'.
7220
7221 A negative RATE indicates a message IDs, whereas a positive indicates a mail
7222 address.  The REGEXP is processed with `case-fold-search' set to nil."
7223   :version "22.1"
7224   :group 'gnus-article-buttons
7225   :type '(repeat (cons (number :tag "Rate")
7226                        (regexp :tag "Regexp"))))
7227
7228 (defun gnus-button-mid-or-mail-heuristic (mid-or-mail)
7229   "Guess whether MID-OR-MAIL is a message ID or a mail address.
7230 Returns `mid' if MID-OR-MAIL is a message IDs, `mail' if it's a mail
7231 address, `ask' if unsure and `invalid' if the string is invalid."
7232   (let ((case-fold-search nil)
7233         (list gnus-button-mid-or-mail-heuristic-alist)
7234         (result 0) rate regexp lpartlen elem)
7235     (setq lpartlen
7236           (length (gnus-replace-in-string mid-or-mail "^\\(.*\\)@.*$" "\\1")))
7237     (gnus-message 8 "`%s', length of local part=`%s'." mid-or-mail lpartlen)
7238     ;; Certain special cases...
7239     (when (string-match
7240            (concat
7241             "^0[0-9]+-[0-9][0-9][0-9][0-9]@t-online\\.de$\\|"
7242             "^[0-9]+\\.[0-9]+@compuserve\\|"
7243             "@public\\.gmane\\.org")
7244            mid-or-mail)
7245       (gnus-message 8 "`%s' is a known mail address." mid-or-mail)
7246       (setq result 'mail))
7247     (when (string-match "@.*@\\| " mid-or-mail)
7248       (gnus-message 8 "`%s' is invalid." mid-or-mail)
7249       (setq result 'invalid))
7250     ;; Nothing more to do, if result is not a number here...
7251     (when (numberp result)
7252       (while list
7253         (setq elem (car list)
7254               rate (car elem)
7255               regexp (cdr elem)
7256               list (cdr list))
7257         (when (string-match regexp mid-or-mail)
7258           (setq result (+ result rate))
7259           (gnus-message
7260            9 "`%s' matched `%s', rate `%s', result `%s'."
7261            mid-or-mail regexp rate result)))
7262       (when (<= lpartlen 7)
7263         (setq result (+ result 5.0))
7264         (gnus-message 9 "`%s' matched (<= lpartlen 7), result `%s'."
7265                       mid-or-mail result))
7266       (when (>= lpartlen 12)
7267         (gnus-message 9 "`%s' matched (>= lpartlen 12)" mid-or-mail)
7268         (cond
7269          ((string-match "[0-9][^0-9]+[0-9].*@" mid-or-mail)
7270           ;; Long local part should contain realname if e-mail address,
7271           ;; too many digits: message-id.
7272           ;; $score -= 5.0 + 0.1 * $local_part_len;
7273           (setq rate (* -1.0 (+ 5.0 (* 0.1 lpartlen))))
7274           (setq result (+ result rate))
7275           (gnus-message
7276            9 "Many digits in `%s', rate `%s', result `%s'."
7277            mid-or-mail rate result))
7278          ((string-match "[^aeiouy][^aeiouy][^aeiouy][^aeiouy]+.*\@"
7279                         mid-or-mail)
7280           ;; Too few vowels [^aeiouy]{4,}.*\@
7281           (setq result (+ result -5.0))
7282           (gnus-message
7283            9 "Few vowels in `%s', rate `%s', result `%s'."
7284            mid-or-mail -5.0 result))
7285          (t
7286           (setq result (+ result 5.0))
7287           (gnus-message
7288            9 "`%s', rate `%s', result `%s'." mid-or-mail 5.0 result)))))
7289     (gnus-message 8 "`%s': Final rate is `%s'." mid-or-mail result)
7290     ;; Maybe we should make this a customizable alist: (condition . 'result)
7291     (cond
7292      ((symbolp result) result)
7293      ;; Now convert number into proper results:
7294      ((< result -10.0) 'mid)
7295      ((> result  10.0) 'mail)
7296      (t 'ask))))
7297
7298 (defun gnus-button-handle-mid-or-mail (mid-or-mail)
7299   (let* ((pref gnus-button-prefer-mid-or-mail) guessed
7300          (url-mid (concat "news" ":" mid-or-mail))
7301          (url-mailto (concat "mailto" ":" mid-or-mail)))
7302     (gnus-message 9 "mid-or-mail=%s" mid-or-mail)
7303     (when (fboundp pref)
7304       (setq guessed
7305             ;; get rid of surrounding angles...
7306             (funcall pref
7307                      (gnus-replace-in-string mid-or-mail "^<\\|>$" "")))
7308       (if (or (eq 'mid guessed) (eq 'mail guessed))
7309           (setq pref guessed)
7310         (setq pref 'ask)))
7311     (if (eq pref 'ask)
7312         (save-window-excursion
7313           (if (y-or-n-p (concat "Is <" mid-or-mail "> a mail address? "))
7314               (setq pref 'mail)
7315             (setq pref 'mid))))
7316     (cond ((eq pref 'mid)
7317            (gnus-message 8 "calling `gnus-button-handle-news' %s" url-mid)
7318            (gnus-button-handle-news url-mid))
7319           ((eq pref 'mail)
7320            (gnus-message 8 "calling `gnus-url-mailto'  %s" url-mailto)
7321            (gnus-url-mailto url-mailto))
7322           (t (gnus-message 3 "Invalid string.")))))
7323
7324 (defun gnus-button-handle-custom (fun arg)
7325   "Call function FUN on argument ARG.
7326 Both FUN and ARG are supposed to be strings.  ARG will be passed
7327 as a symbol to FUN."
7328   (funcall (intern fun)
7329            (if (string-match "^customize-apropos" fun)
7330                arg
7331              (intern arg))))
7332
7333 (defvar gnus-button-handle-describe-prefix "^\\(C-h\\|<?[Ff]1>?\\)")
7334
7335 ;; FIXME: Maybe we should merge some of the functions that do quite similar
7336 ;; stuff?
7337
7338 (defun gnus-button-handle-describe-function (url)
7339   "Call `describe-function' when pushing the corresponding URL button."
7340   (describe-function
7341    (intern
7342     (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
7343
7344 (defun gnus-button-handle-describe-variable (url)
7345   "Call `describe-variable' when pushing the corresponding URL button."
7346   (describe-variable
7347    (intern
7348     (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
7349
7350 (defun gnus-button-handle-symbol (url)
7351 "Display help on variable or function.
7352 Calls `describe-variable' or `describe-function'."
7353   (let ((sym (intern url)))
7354     (cond
7355      ((fboundp sym) (describe-function sym))
7356      ((boundp sym) (describe-variable sym))
7357      (t (gnus-message 3 "`%s' is not a known function of variable." url)))))
7358
7359 (defun gnus-button-handle-describe-key (url)
7360   "Call `describe-key' when pushing the corresponding URL button."
7361   (let* ((key-string
7362           (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))
7363          (keys (ignore-errors (eval `(kbd ,key-string)))))
7364     (if keys
7365         (describe-key keys)
7366       (gnus-message 3 "Invalid key sequence in button: %s" key-string))))
7367
7368 (defun gnus-button-handle-apropos (url)
7369   "Call `apropos' when pushing the corresponding URL button."
7370   (apropos (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
7371
7372 (defun gnus-button-handle-apropos-command (url)
7373   "Call `apropos' when pushing the corresponding URL button."
7374   (apropos-command
7375    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
7376
7377 (defun gnus-button-handle-apropos-variable (url)
7378   "Call `apropos' when pushing the corresponding URL button."
7379   (funcall
7380    (if (fboundp 'apropos-variable) 'apropos-variable 'apropos)
7381    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
7382
7383 (defun gnus-button-handle-apropos-documentation (url)
7384   "Call `apropos' when pushing the corresponding URL button."
7385   (funcall
7386    (if (fboundp 'apropos-documentation) 'apropos-documentation 'apropos)
7387    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
7388
7389 (defun gnus-button-handle-library (url)
7390   "Call `locate-library' when pushing the corresponding URL button."
7391   (gnus-message 9 "url=`%s'" url)
7392   (let* ((lib (locate-library url))
7393          (file (gnus-replace-in-string (or lib "") "\.elc" ".el")))
7394     (if (not lib)
7395         (gnus-message 1 "Cannot locale library `%s'." url)
7396       (find-file-read-only file))))
7397
7398 (defcustom gnus-button-man-level 5
7399   "*Integer that says how many man-related buttons Gnus will show.
7400 The higher the number, the more buttons will appear and the more false
7401 positives are possible.  Note that you can set this variable local to
7402 specific groups.  Setting it higher in Unix groups is probably a good idea.
7403 See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
7404 how to set variables in specific groups."
7405   :version "22.1"
7406   :group 'gnus-article-buttons
7407   :link '(custom-manual "(gnus)Group Parameters")
7408   :type 'integer)
7409
7410 (defcustom gnus-button-emacs-level 5
7411   "*Integer that says how many emacs-related buttons Gnus will show.
7412 The higher the number, the more buttons will appear and the more false
7413 positives are possible.  Note that you can set this variable local to
7414 specific groups.  Setting it higher in Emacs or Gnus related groups is
7415 probably a good idea.  See Info node `(gnus)Group Parameters' and the variable
7416 `gnus-parameters' on how to set variables in specific groups."
7417   :version "22.1"
7418   :group 'gnus-article-buttons
7419   :link '(custom-manual "(gnus)Group Parameters")
7420   :type 'integer)
7421
7422 (defcustom gnus-button-message-level 5
7423   "*Integer that says how many buttons for news or mail messages will appear.
7424 The higher the number, the more buttons will appear and the more false
7425 positives are possible."
7426   ;; mail addresses, MIDs, URLs for news, ...
7427   :version "22.1"
7428   :group 'gnus-article-buttons
7429   :type 'integer)
7430
7431 (defcustom gnus-button-browse-level 5
7432   "*Integer that says how many buttons for browsing will appear.
7433 The higher the number, the more buttons will appear and the more false
7434 positives are possible."
7435   ;; stuff handled by `browse-url' or `gnus-button-embedded-url'
7436   :version "22.1"
7437   :group 'gnus-article-buttons
7438   :type 'integer)
7439
7440 (defcustom gnus-button-alist
7441   '(("<\\(url:[>\n\t ]*?\\)?\\(nntp\\|news\\):[>\n\t ]*\\([^>\n\t ]*@[^>\n\t ]*\\)>"
7442      0 (>= gnus-button-message-level 0) gnus-button-handle-news 3)
7443     ((concat "\\b\\(nntp\\|news\\):\\("
7444              gnus-button-valid-localpart-regexp "@[a-z0-9.-]+[a-z]\\)")
7445      0 t gnus-button-handle-news 2)
7446     ("\\(\\b<\\(url:[>\n\t ]*\\)?\\(nntp\\|news\\):[>\n\t ]*\\(//\\)?\\([^>\n\t ]*\\)>\\)"
7447      1 (>= gnus-button-message-level 0) gnus-button-fetch-group 5)
7448     ("\\b\\(nntp\\|news\\):\\(//\\)?\\([^'\">\n\t ]+\\)"
7449      0 (>= gnus-button-message-level 0) gnus-button-fetch-group 3)
7450     ;; RFC 2392 (Don't allow `/' in domain part --> CID)
7451     ("\\bmid:\\(//\\)?\\([^'\">\n\t ]+@[^'\">\n\t /]+\\)"
7452      0 (>= gnus-button-message-level 0) gnus-button-message-id 2)
7453     ("\\bin\\( +article\\| +message\\)? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)"
7454      2 (>= gnus-button-message-level 0) gnus-button-message-id 3)
7455     ("\\b\\(mid\\|message-id\\):? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)"
7456      2 (>= gnus-button-message-level 0) gnus-button-message-id 3)
7457     ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>"
7458      0 (>= gnus-button-message-level 0) gnus-url-mailto 2)
7459     ;; RFC 2368 (The mailto URL scheme)
7460     ("\\bmailto:\\([-a-z.@_+0-9%=?&/]+\\)"
7461      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
7462     ("\\bmailto:\\([^ \n\t]+\\)"
7463      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
7464     ;; Info Konqueror style <info:/foo/bar baz>.
7465     ;; Must come before " Gnus home-grown style".
7466     ("\\binfo://?\\([^'\">\n\t]+\\)"
7467      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1)
7468    ;; Info, Gnus home-grown style (deprecated) <info://foo/bar+baz>
7469     ("\\binfo://\\([^'\">\n\t ]+\\)"
7470      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 1)
7471     ;; Info GNOME style <info:foo#bar_baz>
7472     ("\\binfo:\\([^('\n\t\r \"><][^'\n\t\r \"><]*\\)"
7473      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-gnome 1)
7474     ;; Info KDE style <info:(foo)bar baz>
7475     ("<\\(info:\\(([^)]+)[^>\n\r]*\\)\\)>"
7476      1 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url-kde 2)
7477     ("\\((Info-goto-node\\|(info\\)[ \t\n]*\\(\"[^\"]*\"\\))" 0
7478      (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 2)
7479     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+i[ \t\n]+d?[ \t\n]?m[ \t\n]+[^ ]+ ?[^ ]+[ \t\n]+RET\\([ \t\n]+i[ \t\n]+[^ ]+ ?[^ ]+[ \t\n]+RET\\([ \t\n,]*\\)\\)?"
7480      ;; Info links like `C-h i d m Gnus RET' or `C-h i d m Gnus RET i partial RET'
7481      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-keystrokes 0)
7482     ;; This is custom
7483     ("M-x[ \t\n]\\(customize-[^ ]+\\)[ \t\n]RET[ \t\n]\\([^ ]+\\)[ \t\n]RET" 0
7484      (>= gnus-button-emacs-level 1) gnus-button-handle-custom 1 2)
7485     ;; Emacs help commands
7486     ("M-x[ \t\n]+apropos[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
7487      ;; regexp doesn't match arguments containing ` '.
7488      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos 1)
7489     ("M-x[ \t\n]+apropos-command[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
7490      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-command 1)
7491     ("M-x[ \t\n]+apropos-variable[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
7492      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-variable 1)
7493     ("M-x[ \t\n]+apropos-documentation[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
7494      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-documentation 1)
7495     ;; The following entries may lead to many false positives so don't enable
7496     ;; them by default (use a high button level).
7497     ("/\\([a-z][-a-z0-9]+\\.el\\)\\>[^.?]"
7498      ;; Exclude [.?] for URLs in gmane.emacs.cvs
7499      1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
7500     ("`\\([a-z][-a-z0-9]+\\.el\\)'"
7501      1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
7502     ("`\\([a-z][a-z0-9]+-[a-z0-9]+-[-a-z0-9]*[a-z]\\|\\(gnus\\|message\\)-[-a-z]+\\)'"
7503      0 (>= gnus-button-emacs-level 8) gnus-button-handle-symbol 1)
7504     ("`\\([a-z][a-z0-9]+-[a-z]+\\)'"
7505      0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1)
7506     ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)"
7507      1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1)
7508     ("\\bM-x[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
7509      1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-function 1)
7510     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
7511      0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2)
7512     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
7513      0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2)
7514     ("`\\(\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'"
7515      ;; Unlike the other regexps we really have to require quoting
7516      ;; here to determine where it ends.
7517      1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3)
7518     ;; This is how URLs _should_ be embedded in text (RFC 1738, RFC 2396)...
7519     ("<URL: *\\([^\n<>]*\\)>"
7520      1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
7521     ;; RFC 2396 (2.4.3., delims) ...
7522     ("\"URL: *\\([^\n\"]*\\)\""
7523      1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
7524     ;; Raw URLs.
7525     (gnus-button-url-regexp
7526      0 (>= gnus-button-browse-level 0) browse-url 0)
7527     ;; man pages
7528     ("\\b\\([a-z][a-z]+([1-9])\\)\\W"
7529      0 (and (>= gnus-button-man-level 1) (< gnus-button-man-level 3))
7530      gnus-button-handle-man 1)
7531     ;; more man pages: resolv.conf(5), iso_8859-1(7), xterm(1x)
7532     ("\\b\\([a-z][-_.a-z0-9]+([1-9])\\)\\W"
7533      0 (and (>= gnus-button-man-level 3) (< gnus-button-man-level 5))
7534      gnus-button-handle-man 1)
7535     ;; even more: Apache::PerlRun(3pm), PDL::IO::FastRaw(3pm),
7536     ;; SoWWWAnchor(3iv), XSelectInput(3X11), X(1), X(7)
7537     ("\\b\\(\\(?:[a-z][-+_.:a-z0-9]+([1-9][X1a-z]*)\\)\\|\\b\\(?:X([1-9])\\)\\)\\W"
7538      0 (>= gnus-button-man-level 5) gnus-button-handle-man 1)
7539     ;; Recognizing patches to .el files.  This is somewhat obscure,
7540     ;; but considering the percentage of Gnus users who hack Emacs
7541     ;; Lisp files...
7542     ("^--- \\([^ .]+\\.el\\).*\n.*\n@@ -?\\([0-9]+\\)" 1
7543      (>= gnus-button-message-level 4) gnus-button-patch 1 2)
7544     ("^\\*\\*\\* \\([^ .]+\\.el\\).*\n.*\n\\*+\n\\*\\*\\* \\([0-9]+\\)" 1
7545      (>= gnus-button-message-level 4) gnus-button-patch 1 2)
7546     ;; MID or mail: To avoid too many false positives we don't try to catch
7547     ;; all kind of allowed MIDs or mail addresses.  Domain part must contain
7548     ;; at least one dot.  TLD must contain two or three chars or be a know TLD
7549     ;; (info|name|...).  Put this entry near the _end_ of `gnus-button-alist'
7550     ;; so that non-ambiguous entries (see above) match first.
7551     (gnus-button-mid-or-mail-regexp
7552      0 (>= gnus-button-message-level 5) gnus-button-handle-mid-or-mail 1))
7553   "*Alist of regexps matching buttons in article bodies.
7554
7555 Each entry has the form (REGEXP BUTTON FORM CALLBACK PAR...), where
7556 REGEXP: is the string (case insensitive) matching text around the button (can
7557 also be Lisp expression evaluating to a string),
7558 BUTTON: is the number of the regexp grouping actually matching the button,
7559 FORM: is a Lisp expression which must eval to true for the button to
7560 be added,
7561 CALLBACK: is the function to call when the user push this button, and each
7562 PAR: is a number of a regexp grouping whose text will be passed to CALLBACK.
7563
7564 CALLBACK can also be a variable, in that case the value of that
7565 variable it the real callback function."
7566   :group 'gnus-article-buttons
7567   :type '(repeat (list (choice regexp variable sexp)
7568                        (integer :tag "Button")
7569                        (sexp :tag "Form")
7570                        (function :tag "Callback")
7571                        (repeat :tag "Par"
7572                                :inline t
7573                                (integer :tag "Regexp group")))))
7574 (put 'gnus-button-alist 'risky-local-variable t)
7575
7576 (defcustom gnus-header-button-alist
7577   '(("^\\(References\\|Message-I[Dd]\\|^In-Reply-To\\):" "<[^<>]+>"
7578      0 (>= gnus-button-message-level 0) gnus-button-message-id 0)
7579     ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$"
7580      1 (>= gnus-button-message-level 0) gnus-button-reply 1)
7581     ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+"
7582      0 (>= gnus-button-message-level 0) gnus-msg-mail 0)
7583     ("^X-[Uu][Rr][Ll]:" gnus-button-url-regexp
7584      0 (>= gnus-button-browse-level 0) browse-url 0)
7585     ("^Subject:" gnus-button-url-regexp
7586      0 (>= gnus-button-browse-level 0) browse-url 0)
7587     ("^[^:]+:" gnus-button-url-regexp
7588      0 (>= gnus-button-browse-level 0) browse-url 0)
7589     ("^OpenPGP:.*url=" gnus-button-url-regexp
7590      0 (>= gnus-button-browse-level 0) gnus-button-openpgp 0)
7591     ("^[^:]+:" "\\bmailto:\\([-a-z.@_+0-9%=?&/]+\\)"
7592      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
7593     ("^[^:]+:" "\\(<\\(url: \\)?\\(nntp\\|news\\):\\([^>\n ]*\\)>\\)"
7594      1 (>= gnus-button-message-level 0) gnus-button-message-id 4))
7595   "*Alist of headers and regexps to match buttons in article heads.
7596
7597 This alist is very similar to `gnus-button-alist', except that each
7598 alist has an additional HEADER element first in each entry:
7599
7600 \(HEADER REGEXP BUTTON FORM CALLBACK PAR)
7601
7602 HEADER is a regexp to match a header.  For a fuller explanation, see
7603 `gnus-button-alist'."
7604   :group 'gnus-article-buttons
7605   :group 'gnus-article-headers
7606   :type '(repeat (list (regexp :tag "Header")
7607                        (choice regexp variable)
7608                        (integer :tag "Button")
7609                        (sexp :tag "Form")
7610                        (function :tag "Callback")
7611                        (repeat :tag "Par"
7612                                :inline t
7613                                (integer :tag "Regexp group")))))
7614 (put 'gnus-header-button-alist 'risky-local-variable t)
7615
7616 ;;; Commands:
7617
7618 (defun gnus-article-push-button (event)
7619   "Check text under the mouse pointer for a callback function.
7620 If the text under the mouse pointer has a `gnus-callback' property,
7621 call it with the value of the `gnus-data' text property."
7622   (interactive "e")
7623   (set-buffer (window-buffer (posn-window (event-start event))))
7624   (let* ((pos (posn-point (event-start event)))
7625          (data (get-text-property pos 'gnus-data))
7626          (fun (get-text-property pos 'gnus-callback)))
7627     (goto-char pos)
7628     (when fun
7629       (funcall fun data))))
7630
7631 (defun gnus-article-press-button ()
7632   "Check text at point for a callback function.
7633 If the text at point has a `gnus-callback' property,
7634 call it with the value of the `gnus-data' text property."
7635   (interactive)
7636   (let ((data (get-text-property (point) 'gnus-data))
7637         (fun (get-text-property (point) 'gnus-callback)))
7638     (when fun
7639       (funcall fun data))))
7640
7641 (defun gnus-article-highlight (&optional force)
7642   "Highlight current article.
7643 This function calls `gnus-article-highlight-headers',
7644 `gnus-article-highlight-citation',
7645 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
7646 do the highlighting.  See the documentation for those functions."
7647   (interactive (list 'force))
7648   (gnus-article-highlight-headers)
7649   (gnus-article-highlight-citation force)
7650   (gnus-article-highlight-signature)
7651   (gnus-article-add-buttons force)
7652   (gnus-article-add-buttons-to-head))
7653
7654 (defun gnus-article-highlight-some (&optional force)
7655   "Highlight current article.
7656 This function calls `gnus-article-highlight-headers',
7657 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
7658 do the highlighting.  See the documentation for those functions."
7659   (interactive (list 'force))
7660   (gnus-article-highlight-headers)
7661   (gnus-article-highlight-signature)
7662   (gnus-article-add-buttons))
7663
7664 (defun gnus-article-highlight-headers ()
7665   "Highlight article headers as specified by `gnus-header-face-alist'."
7666   (interactive)
7667   (gnus-with-article-headers
7668     (let (regexp header-face field-face from hpoints fpoints)
7669       (dolist (entry gnus-header-face-alist)
7670         (goto-char (point-min))
7671         (setq regexp (concat "^\\("
7672                              (if (string-equal "" (nth 0 entry))
7673                                  "[^\t ]"
7674                                (nth 0 entry))
7675                              "\\)")
7676               header-face (nth 1 entry)
7677               field-face (nth 2 entry))
7678         (while (and (re-search-forward regexp nil t)
7679                     (not (eobp)))
7680           (beginning-of-line)
7681           (setq from (point))
7682           (unless (search-forward ":" nil t)
7683             (forward-char 1))
7684           (when (and header-face
7685                      (not (memq (point) hpoints)))
7686             (push (point) hpoints)
7687             (gnus-put-text-property from (point) 'face header-face))
7688           (when (and field-face
7689                      (not (memq (setq from (point)) fpoints)))
7690             (push from fpoints)
7691             (if (re-search-forward "^[^ \t]" nil t)
7692                 (forward-char -2)
7693               (goto-char (point-max)))
7694             (gnus-put-text-property from (point) 'face field-face)))))))
7695
7696 (defun gnus-article-highlight-signature ()
7697   "Highlight the signature in an article.
7698 It does this by highlighting everything after
7699 `gnus-signature-separator' using the face `gnus-signature'."
7700   (interactive)
7701   (gnus-with-article-buffer
7702     (let ((inhibit-point-motion-hooks t))
7703       (save-restriction
7704         (when (and gnus-signature-face
7705                    (gnus-article-narrow-to-signature))
7706           (gnus-overlay-put (gnus-make-overlay (point-min) (point-max) nil t)
7707                             'face gnus-signature-face)
7708           (widen)
7709           (gnus-article-search-signature)
7710           (let ((start (match-beginning 0))
7711                 (end (set-marker (make-marker) (1+ (match-end 0)))))
7712             (gnus-article-add-button start (1- end) 'gnus-signature-toggle
7713                                      end)))))))
7714
7715 (defun gnus-button-in-region-p (b e prop)
7716   "Say whether PROP exists in the region."
7717   (text-property-not-all b e prop nil))
7718
7719 (defun gnus-article-add-buttons (&optional force)
7720   "Find external references in the article and make buttons of them.
7721 \"External references\" are things like Message-IDs and URLs, as
7722 specified by `gnus-button-alist'."
7723   (interactive (list 'force))
7724   (gnus-with-article-buffer
7725     (let ((inhibit-point-motion-hooks t)
7726           (case-fold-search t)
7727           (alist gnus-button-alist)
7728           beg entry regexp)
7729       ;; Remove all old markers.
7730       (let (marker entry new-list)
7731         (while (setq marker (pop gnus-button-marker-list))
7732           (if (or (< marker (point-min)) (>= marker (point-max)))
7733               (push marker new-list)
7734             (goto-char marker)
7735             (when (setq entry (gnus-button-entry))
7736               (put-text-property (match-beginning (nth 1 entry))
7737                                  (match-end (nth 1 entry))
7738                                  'gnus-callback nil))
7739             (set-marker marker nil)))
7740         (setq gnus-button-marker-list new-list))
7741       ;; We skip the headers.
7742       (article-goto-body)
7743       (setq beg (point))
7744       (while (setq entry (pop alist))
7745         (setq regexp (eval (car entry)))
7746         (goto-char beg)
7747         (while (re-search-forward regexp nil t)
7748           (let ((start (match-beginning (nth 1 entry)))
7749                 (end (match-end (nth 1 entry)))
7750                 (from (match-beginning 0)))
7751             (when (and (or (eq t (nth 2 entry))
7752                            (eval (nth 2 entry)))
7753                        (not (gnus-button-in-region-p
7754                              start end 'gnus-callback)))
7755               ;; That optional form returned non-nil, so we add the
7756               ;; button.
7757               (setq from (set-marker (make-marker) from))
7758               (push from gnus-button-marker-list)
7759               (unless (and (eq (car entry) 'gnus-button-url-regexp)
7760                            (gnus-article-extend-url-button from start end))
7761                 (gnus-article-add-button start end
7762                                          'gnus-button-push from)
7763                 (gnus-put-text-property
7764                  start end
7765                  'gnus-string (buffer-substring-no-properties
7766                                start end))))))))))
7767
7768 (defun gnus-article-extend-url-button (beg start end)
7769   "Extend url button if url is folded into two or more lines.
7770 Return non-nil if button is extended.  BEG is a marker that points to
7771 the beginning position of a text containing url.  START and END are
7772 the endpoints of a url button before it is extended.  The concatenated
7773 url is put as the `gnus-button-url' overlay property on the button."
7774   (let ((opoint (point))
7775         (points (list start end))
7776         url delim regexp)
7777     (prog1
7778         (when (and (progn
7779                      (goto-char end)
7780                      (not (looking-at "[\t ]*[\">]")))
7781                    (progn
7782                      (goto-char start)
7783                      (string-match
7784                       "\\(?:\"\\|\\(<\\)\\)[\t ]*\\(?:url[\t ]*:[\t ]*\\)?\\'"
7785                       (buffer-substring (point-at-bol) start)))
7786                    (progn
7787                      (setq url (list (buffer-substring start end))
7788                            delim (if (match-beginning 1) ">" "\""))
7789                      (beginning-of-line)
7790                      (setq regexp (concat
7791                                    (when (and (looking-at
7792                                                message-cite-prefix-regexp)
7793                                               (< (match-end 0) start))
7794                                      (regexp-quote (match-string 0)))
7795                                    "\
7796 \[\t ]*\\(?:\\([^\t\n \">]+\\)[\t ]*$\\|\\([^\t\n \">]*\\)[\t ]*"
7797                                    delim "\\)"))
7798                      (while (progn
7799                               (forward-line 1)
7800                               (and (looking-at regexp)
7801                                    (prog1
7802                                        (match-beginning 1)
7803                                      (push (or (match-string 2)
7804                                                (match-string 1))
7805                                            url)
7806                                      (push (setq end (or (match-end 2)
7807                                                          (match-end 1)))
7808                                            points)
7809                                      (push (or (match-beginning 2)
7810                                                (match-beginning 1))
7811                                            points)))))
7812                      (match-beginning 2)))
7813           (let (gnus-article-mouse-face widget-mouse-face)
7814             (while points
7815               (gnus-article-add-button (pop points) (pop points)
7816                                        'gnus-button-push beg)))
7817           (let ((overlay (gnus-make-overlay start end)))
7818             (gnus-overlay-put overlay 'evaporate t)
7819             (gnus-overlay-put overlay 'gnus-button-url
7820                               (list (mapconcat 'identity (nreverse url) "")))
7821             (when gnus-article-mouse-face
7822               (gnus-overlay-put overlay 'mouse-face gnus-article-mouse-face)))
7823           t)
7824       (goto-char opoint))))
7825
7826 ;; Add buttons to the head of an article.
7827 (defun gnus-article-add-buttons-to-head ()
7828   "Add buttons to the head of the article."
7829   (interactive)
7830   (gnus-with-article-headers
7831     (let (beg end)
7832       (dolist (entry gnus-header-button-alist)
7833         ;; Each alist entry.
7834         (goto-char (point-min))
7835         (while (re-search-forward (car entry) nil t)
7836           ;; Each header matching the entry.
7837           (setq beg (match-beginning 0))
7838           (setq end (or (and (re-search-forward "^[^ \t]" nil t)
7839                              (match-beginning 0))
7840                         (point-max)))
7841           (goto-char beg)
7842           (while (re-search-forward (eval (nth 1 entry)) end t)
7843             ;; Each match within a header.
7844             (let* ((entry (cdr entry))
7845                    (start (match-beginning (nth 1 entry)))
7846                    (end (match-end (nth 1 entry)))
7847                    (form (nth 2 entry)))
7848               (goto-char (match-end 0))
7849               (when (eval form)
7850                 (gnus-article-add-button
7851                  start end (nth 3 entry)
7852                  (buffer-substring (match-beginning (nth 4 entry))
7853                                    (match-end (nth 4 entry)))))))
7854           (goto-char end))))))
7855
7856 ;;; External functions:
7857
7858 (defun gnus-article-add-button (from to fun &optional data text)
7859   "Create a button between FROM and TO with callback FUN and data DATA."
7860   (when gnus-article-button-face
7861     (gnus-overlay-put (gnus-make-overlay from to nil t)
7862                       'face gnus-article-button-face))
7863   (gnus-add-text-properties
7864    from to
7865    (nconc (and gnus-article-mouse-face
7866                (list gnus-mouse-face-prop gnus-article-mouse-face))
7867           (list 'gnus-callback fun)
7868           (and data (list 'gnus-data data))))
7869   (widget-convert-button 'link from to :action 'gnus-widget-press-button
7870                          :help-echo (or text "Follow the link")
7871                          :keymap gnus-url-button-map
7872                          :button-keymap gnus-widget-button-keymap))
7873
7874 (defun gnus-article-copy-string ()
7875   "Copy the string in the button to the kill ring."
7876   (interactive)
7877   (gnus-article-check-buffer)
7878   (let ((data (get-text-property (point) 'gnus-string)))
7879     (when data
7880       (with-temp-buffer
7881         (insert data)
7882         (copy-region-as-kill (point-min) (point-max))
7883         (message "Copied %s" data)))))
7884
7885 ;;; Internal functions:
7886
7887 (defun gnus-article-set-globals ()
7888   (with-current-buffer gnus-summary-buffer
7889     (gnus-set-global-variables)))
7890
7891 (defun gnus-signature-toggle (end)
7892   (gnus-with-article-buffer
7893     (let ((inhibit-point-motion-hooks t))
7894       (if (text-property-any end (point-max) 'article-type 'signature)
7895           (progn
7896             (gnus-delete-wash-type 'signature)
7897             (gnus-remove-text-properties-when
7898              'article-type 'signature end (point-max)
7899              (cons 'article-type (cons 'signature
7900                                        gnus-hidden-properties))))
7901         (gnus-add-wash-type 'signature)
7902         (gnus-add-text-properties-when
7903          'article-type nil end (point-max)
7904          (cons 'article-type (cons 'signature
7905                                    gnus-hidden-properties)))))
7906     (let ((gnus-article-mime-handle-alist-1 gnus-article-mime-handle-alist))
7907       (gnus-set-mode-line 'article))))
7908
7909 (defun gnus-button-entry ()
7910   ;; Return the first entry in `gnus-button-alist' matching this place.
7911   (let ((alist gnus-button-alist)
7912         (entry nil))
7913     (while alist
7914       (setq entry (pop alist))
7915       (if (looking-at (eval (car entry)))
7916           (setq alist nil)
7917         (setq entry nil)))
7918     entry))
7919
7920 (defun gnus-button-push (marker)
7921   ;; Push button starting at MARKER.
7922   (save-excursion
7923     (goto-char marker)
7924     (let* ((entry (gnus-button-entry))
7925            (inhibit-point-motion-hooks t)
7926            (fun (nth 3 entry))
7927            (args (or (and (eq (car entry) 'gnus-button-url-regexp)
7928                           (get-char-property marker 'gnus-button-url))
7929                      (mapcar (lambda (group)
7930                                (let ((string (match-string group)))
7931                                  (set-text-properties
7932                                   0 (length string) nil string)
7933                                  string))
7934                              (nthcdr 4 entry)))))
7935       (cond
7936        ((fboundp fun)
7937         (apply fun args))
7938        ((and (boundp fun)
7939              (fboundp (symbol-value fun)))
7940         (apply (symbol-value fun) args))
7941        (t
7942         (gnus-message 1 "You must define `%S' to use this button"
7943                       (cons fun args)))))))
7944
7945 (defun gnus-parse-news-url (url)
7946   (let (scheme server port group message-id articles)
7947     (with-temp-buffer
7948       (insert url)
7949       (goto-char (point-min))
7950       (when (looking-at "\\([A-Za-z]+\\):")
7951         (setq scheme (match-string 1))
7952         (goto-char (match-end 0)))
7953       (when (looking-at "//\\([^:/]+\\)\\(:?\\)\\([0-9]+\\)?/")
7954         (setq server (match-string 1))
7955         (setq port (if (stringp (match-string 3))
7956                        (string-to-number (match-string 3))
7957                      (match-string 3)))
7958         (goto-char (match-end 0)))
7959
7960       (cond
7961        ((looking-at "\\(.*@.*\\)")
7962         (setq message-id (match-string 1)))
7963        ((looking-at "\\([^/]+\\)/\\([-0-9]+\\)")
7964         (setq group (match-string 1)
7965               articles (split-string (match-string 2) "-")))
7966        ((looking-at "\\([^/]+\\)/?")
7967         (setq group (match-string 1)))
7968        (t
7969         (error "Unknown news URL syntax"))))
7970     (list scheme server port group message-id articles)))
7971
7972 (defun gnus-button-handle-news (url)
7973   "Fetch a news URL."
7974   (destructuring-bind (scheme server port group message-id articles)
7975       (gnus-parse-news-url url)
7976     (cond
7977      (message-id
7978       (with-current-buffer gnus-summary-buffer
7979         (if server
7980             (let ((gnus-refer-article-method
7981                    (nconc (list (list 'nntp server))
7982                           gnus-refer-article-method))
7983                   (nntp-port-number (or port "nntp")))
7984               (gnus-message 7 "Fetching %s with %s"
7985                             message-id gnus-refer-article-method)
7986               (gnus-summary-refer-article message-id))
7987           (gnus-summary-refer-article message-id))))
7988      (group
7989       (gnus-button-fetch-group url)))))
7990
7991 (defun gnus-button-patch (library line)
7992   "Visit an Emacs Lisp library LIBRARY on line LINE."
7993   (interactive)
7994   (let ((file (locate-library (file-name-nondirectory library))))
7995     (unless file
7996       (error "Couldn't find library %s" library))
7997     (find-file file)
7998     (goto-char (point-min))
7999     (forward-line (1- (string-to-number line)))))
8000
8001 (defun gnus-button-handle-man (url)
8002   "Fetch a man page."
8003   (gnus-message 9 "`%s' `%s'" gnus-button-man-handler url)
8004   (when (eq gnus-button-man-handler 'woman)
8005     (setq url (gnus-replace-in-string url "([1-9][X1a-z]*).*\\'" "")))
8006   (gnus-message 9 "`%s' `%s'" gnus-button-man-handler url)
8007   (funcall gnus-button-man-handler url))
8008
8009 (defun gnus-button-handle-info-url (url)
8010   "Fetch an info URL."
8011   (setq url (mm-subst-char-in-string ?+ ?\  url))
8012   (cond
8013    ((string-match "^\\([^:/]+\\)?/\\(.*\\)" url)
8014     (gnus-info-find-node
8015      (concat "(" (or (gnus-url-unhex-string (match-string 1 url))
8016                      "Gnus")
8017              ")" (gnus-url-unhex-string (match-string 2 url)))))
8018    ((string-match "([^)\"]+)[^\"]+" url)
8019     (setq url
8020           (gnus-replace-in-string
8021            (gnus-replace-in-string url "[\n\t ]+" " ") "\"" ""))
8022     (gnus-info-find-node url))
8023    (t (error "Can't parse %s" url))))
8024
8025 (defun gnus-button-handle-info-url-gnome (url)
8026   "Fetch GNOME style info URL."
8027   (setq url (mm-subst-char-in-string ?_ ?\  url))
8028   (if (string-match "\\([^#]+\\)#?\\(.*\\)" url)
8029       (gnus-info-find-node
8030        (concat "("
8031                (gnus-url-unhex-string
8032                  (match-string 1 url))
8033                ")"
8034                (or (gnus-url-unhex-string
8035                     (match-string 2 url))
8036                    "Top")))
8037     (error "Can't parse %s" url)))
8038
8039 (defun gnus-button-handle-info-url-kde (url)
8040   "Fetch KDE style info URL."
8041   (gnus-info-find-node (gnus-url-unhex-string url)))
8042
8043 ;; (info) will autoload info.el
8044 (declare-function Info-menu "info" (menu-item &optional fork))
8045 (declare-function Info-index-next "info" (num))
8046
8047 (defun gnus-button-handle-info-keystrokes (url)
8048   "Call `info' when pushing the corresponding URL button."
8049   ;; For links like `C-h i d m gnus RET part RET , ,', `C-h i d m CC Mode RET'.
8050   (let (node indx comma)
8051     (if (string-match
8052          (concat "\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+i[ \t\n]+d?[ \t\n]?m[ \t\n]+"
8053                  "\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET"
8054                  "\\([ \t\n]+i[ \t\n]+[^ ]+ ?[^ ]+[ \t\n]+RET"
8055                  "\\(?:[ \t\n,]*\\)\\)?")
8056          url)
8057         (setq node (match-string 2 url)
8058               indx (match-string 3 url))
8059       (error "Can't parse %s" url))
8060     (info)
8061     (Info-directory)
8062     (Info-menu node)
8063     (when (> (length indx) 0)
8064       (string-match (concat "[ \t\n]+i[ \t\n]+\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET"
8065                             "\\([ \t\n,]*\\)")
8066                     indx)
8067       (setq comma (match-string 2 indx))
8068       (setq indx  (match-string 1 indx))
8069       (Info-index indx)
8070       (when comma
8071         (dotimes (i (with-temp-buffer
8072                       (insert comma)
8073                       ;; Note: the XEmacs version of `how-many' takes
8074                       ;; no optional argument.
8075                       (goto-char (point-min))
8076                       (how-many ",")))
8077           (Info-index-next 1)))
8078       nil)))
8079
8080 ;; Called after pgg-snarf-keys-region, which autoloads pgg.el.
8081 (declare-function pgg-display-output-buffer "pgg" (start end status))
8082
8083 (defun gnus-button-openpgp (url)
8084   "Retrieve and add an OpenPGP key given URL from an OpenPGP header."
8085   (with-temp-buffer
8086     (mm-url-insert-file-contents-external url)
8087     (pgg-snarf-keys-region (point-min) (point-max))
8088     (pgg-display-output-buffer nil nil nil)))
8089
8090 (defun gnus-button-message-id (message-id)
8091   "Fetch MESSAGE-ID."
8092   (with-current-buffer gnus-summary-buffer
8093     (gnus-summary-refer-article message-id)))
8094
8095 (defun gnus-button-fetch-group (address &rest ignore)
8096   "Fetch GROUP specified by ADDRESS."
8097   (when (string-match "\\`\\(nntp\\|news\\):\\(//\\)?\\(.*\\)\\'"
8098                       address)
8099     ;; Allow to use `gnus-button-fetch-group' in `browse-url-browser-function'
8100     ;; for nntp:// and news://
8101     (setq address (match-string 3 address)))
8102   (if (not (string-match "[:/]" address))
8103       ;; This is just a simple group url.
8104       (gnus-group-read-ephemeral-group address gnus-select-method)
8105     (if (not
8106          (string-match
8107           "^\\([^:/]+\\)\\(:\\([^/]+\\)\\)?/\\([^/]+\\)\\(/\\([0-9]+\\)\\)?"
8108           address))
8109         (error "Can't parse %s" address)
8110       (gnus-group-read-ephemeral-group
8111        (match-string 4 address)
8112        `(nntp ,(match-string 1 address)
8113               (nntp-address ,(match-string 1 address))
8114               (nntp-port-number ,(if (match-end 3)
8115                                      (match-string 3 address)
8116                                    "nntp")))
8117        nil nil nil
8118        (and (match-end 6) (list (string-to-number (match-string 6 address))))))))
8119
8120 (defun gnus-url-parse-query-string (query &optional downcase)
8121   (let (retval pairs cur key val)
8122     (setq pairs (split-string query "&"))
8123     (while pairs
8124       (setq cur (car pairs)
8125             pairs (cdr pairs))
8126       (if (not (string-match "=" cur))
8127           nil                           ; Grace
8128         (setq key (gnus-url-unhex-string (substring cur 0 (match-beginning 0)))
8129               val (gnus-url-unhex-string (substring cur (match-end 0) nil) t))
8130         (if downcase
8131             (setq key (downcase key)))
8132         (setq cur (assoc key retval))
8133         (if cur
8134             (setcdr cur (cons val (cdr cur)))
8135           (setq retval (cons (list key val) retval)))))
8136     retval))
8137
8138 (defun gnus-url-mailto (url)
8139   ;; Send mail to someone
8140   (when (string-match "mailto:/*\\(.*\\)" url)
8141     (setq url (substring url (match-beginning 1) nil)))
8142   (let (to args subject func)
8143     (setq args (gnus-url-parse-query-string
8144                 (if (string-match "^\\?" url)
8145                     (substring url 1)
8146                   (if (string-match "^\\([^?]+\\)\\?\\(.*\\)" url)
8147                       (concat "to=" (match-string 1 url) "&"
8148                               (match-string 2 url))
8149                     (concat "to=" url)))
8150                 t)
8151           subject (cdr-safe (assoc "subject" args)))
8152     (gnus-msg-mail)
8153     (while args
8154       (setq func (intern-soft (concat "message-goto-" (downcase (caar args)))))
8155       (if (fboundp func)
8156           (funcall func)
8157         (message-position-on-field (caar args)))
8158       (insert (gnus-replace-in-string
8159                (mapconcat 'identity (reverse (cdar args)) ", ")
8160                "\r\n" "\n" t))
8161       (setq args (cdr args)))
8162     (if subject
8163         (message-goto-body)
8164       (message-goto-subject))))
8165
8166 (defun gnus-button-embedded-url (address)
8167   "Activate ADDRESS with `browse-url'."
8168   (browse-url (gnus-strip-whitespace address)))
8169
8170 ;;; Next/prev buttons in the article buffer.
8171
8172 (defvar gnus-next-page-line-format "%{%(Next page...%)%}\n")
8173 (defvar gnus-prev-page-line-format "%{%(Previous page...%)%}\n")
8174
8175 (defvar gnus-prev-page-map
8176   (let ((map (make-sparse-keymap)))
8177     (define-key map gnus-mouse-2 'gnus-button-prev-page)
8178     (define-key map "\r" 'gnus-button-prev-page)
8179     map))
8180
8181 (defvar gnus-next-page-map
8182   (let ((map (make-sparse-keymap)))
8183     (define-key map gnus-mouse-2 'gnus-button-next-page)
8184     (define-key map "\r" 'gnus-button-next-page)
8185     map))
8186
8187 (defun gnus-insert-prev-page-button ()
8188   (let ((b (point)) e
8189         (inhibit-read-only t))
8190     (gnus-eval-format
8191      gnus-prev-page-line-format nil
8192      `(keymap ,gnus-prev-page-map
8193               gnus-prev t
8194               gnus-callback gnus-article-button-prev-page
8195               article-type annotation))
8196     (setq e (if (bolp)
8197                 ;; Exclude a newline.
8198                 (1- (point))
8199               (point)))
8200     (when gnus-article-button-face
8201       (gnus-overlay-put (gnus-make-overlay b e nil t)
8202                         'face gnus-article-button-face))
8203     (widget-convert-button
8204      'link b e
8205      :action 'gnus-button-prev-page
8206      :button-keymap gnus-prev-page-map)))
8207
8208 (defun gnus-button-next-page (&optional args more-args)
8209   "Go to the next page."
8210   (interactive)
8211   (let ((win (selected-window)))
8212     (select-window (gnus-get-buffer-window gnus-article-buffer t))
8213     (gnus-article-next-page)
8214     (select-window win)))
8215
8216 (defun gnus-button-prev-page (&optional args more-args)
8217   "Go to the prev page."
8218   (interactive)
8219   (let ((win (selected-window)))
8220     (select-window (gnus-get-buffer-window gnus-article-buffer t))
8221     (gnus-article-prev-page)
8222     (select-window win)))
8223
8224 (defun gnus-insert-next-page-button ()
8225   (let ((b (point)) e
8226         (inhibit-read-only t))
8227     (gnus-eval-format gnus-next-page-line-format nil
8228                       `(keymap ,gnus-next-page-map
8229                                gnus-next t
8230                                gnus-callback gnus-article-button-next-page
8231                                article-type annotation))
8232     (setq e (if (bolp)
8233                 ;; Exclude a newline.
8234                 (1- (point))
8235               (point)))
8236     (when gnus-article-button-face
8237       (gnus-overlay-put (gnus-make-overlay b e nil t)
8238                         'face gnus-article-button-face))
8239     (widget-convert-button
8240      'link b e
8241      :action 'gnus-button-next-page
8242      :button-keymap gnus-next-page-map)))
8243
8244 (defun gnus-article-button-next-page (arg)
8245   "Go to the next page."
8246   (interactive "P")
8247   (let ((win (selected-window)))
8248     (select-window (gnus-get-buffer-window gnus-article-buffer t))
8249     (gnus-article-next-page)
8250     (select-window win)))
8251
8252 (defun gnus-article-button-prev-page (arg)
8253   "Go to the prev page."
8254   (interactive "P")
8255   (let ((win (selected-window)))
8256     (select-window (gnus-get-buffer-window gnus-article-buffer t))
8257     (gnus-article-prev-page)
8258     (select-window win)))
8259
8260 (defvar gnus-decode-header-methods
8261   '(mail-decode-encoded-word-region)
8262   "List of methods used to decode headers.
8263
8264 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
8265 is FUNCTION, FUNCTION will be applied to all newsgroups.  If item is a
8266 \(REGEXP . FUNCTION), FUNCTION will be only apply to the newsgroups
8267 whose names match REGEXP.
8268
8269 For example:
8270 \((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
8271  mail-decode-encoded-word-region
8272  (\"chinese\" . rfc1843-decode-region))
8273 ")
8274
8275 (defvar gnus-decode-header-methods-cache nil)
8276
8277 (defun gnus-multi-decode-header (start end)
8278   "Apply the functions from `gnus-encoded-word-methods' that match."
8279   (unless (and gnus-decode-header-methods-cache
8280                (eq gnus-newsgroup-name
8281                    (car gnus-decode-header-methods-cache)))
8282     (setq gnus-decode-header-methods-cache (list gnus-newsgroup-name))
8283     (dolist (x gnus-decode-header-methods)
8284       (if (symbolp x)
8285           (nconc gnus-decode-header-methods-cache (list x))
8286         (if (and gnus-newsgroup-name
8287                  (string-match (car x) gnus-newsgroup-name))
8288             (nconc gnus-decode-header-methods-cache
8289                    (list (cdr x)))))))
8290   (let ((xlist gnus-decode-header-methods-cache))
8291     (pop xlist)
8292     (save-restriction
8293       (narrow-to-region start end)
8294       (while xlist
8295         (funcall (pop xlist) (point-min) (point-max))))))
8296
8297 ;;;
8298 ;;; Treatment top-level handling.
8299 ;;;
8300
8301 (defun gnus-treat-article (condition &optional part-number total-parts type)
8302   (let ((length (- (point-max) (point-min)))
8303         (alist gnus-treatment-function-alist)
8304         (article-goto-body-goes-to-point-min-p t)
8305         (treated-type
8306          (or (not type)
8307              (catch 'found
8308                (let ((list gnus-article-treat-types))
8309                  (while list
8310                    (when (string-match (pop list) type)
8311                      (throw 'found t)))))))
8312         (highlightp (gnus-visual-p 'article-highlight 'highlight))
8313         val elem)
8314     (gnus-run-hooks 'gnus-part-display-hook)
8315     (dolist (elem alist)
8316       (setq val
8317             (save-excursion
8318               (when (gnus-buffer-live-p gnus-summary-buffer)
8319                 (set-buffer gnus-summary-buffer))
8320               (symbol-value (car elem))))
8321       (when (and (or (consp val)
8322                      treated-type)
8323                  (gnus-treat-predicate val)
8324                  (or (not (get (car elem) 'highlight))
8325                      highlightp))
8326         (save-restriction
8327           (funcall (cadr elem)))))))
8328
8329 ;; Dynamic variables.
8330 (defvar part-number)
8331 (defvar total-parts)
8332 (defvar type)
8333 (defvar condition)
8334 (defvar length)
8335
8336 (defun gnus-treat-predicate (val)
8337   (cond
8338    ((null val)
8339     nil)
8340    (condition
8341     (eq condition val))
8342    ((and (listp val)
8343          (stringp (car val)))
8344     (apply 'gnus-or (mapcar `(lambda (s)
8345                                (string-match s ,(or gnus-newsgroup-name "")))
8346                             val)))
8347    ((listp val)
8348     (let ((pred (pop val)))
8349       (cond
8350        ((eq pred 'or)
8351         (apply 'gnus-or (mapcar 'gnus-treat-predicate val)))
8352        ((eq pred 'and)
8353         (apply 'gnus-and (mapcar 'gnus-treat-predicate val)))
8354        ((eq pred 'not)
8355         (not (gnus-treat-predicate (car val))))
8356        ((eq pred 'typep)
8357         (equal (car val) type))
8358        (t
8359         (error "%S is not a valid predicate" pred)))))
8360    ((eq val t)
8361     t)
8362    ((eq val 'head)
8363     nil)
8364    ((eq val 'first)
8365     (eq part-number 1))
8366    ((eq val 'last)
8367     (eq part-number total-parts))
8368    ((numberp val)
8369     (< length val))
8370    (t
8371     (error "%S is not a valid value" val))))
8372
8373 (defun gnus-article-encrypt-body (protocol &optional n)
8374   "Encrypt the article body."
8375   (interactive
8376    (list
8377     (or gnus-article-encrypt-protocol
8378         (gnus-completing-read "Encrypt protocol"
8379                               (mapcar 'car gnus-article-encrypt-protocol-alist)
8380                               t))
8381     current-prefix-arg))
8382   ;; User might hit `K E' instead of `K e', so prompt once.
8383   (when (and gnus-article-encrypt-protocol
8384              gnus-novice-user)
8385     (unless (gnus-y-or-n-p "Really encrypt article(s)? ")
8386       (error "Encrypt aborted")))
8387   (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist))))
8388     (unless func
8389       (error "Can't find the encrypt protocol %s" protocol))
8390     (if (member gnus-newsgroup-name '("nndraft:delayed"
8391                                       "nndraft:drafts"
8392                                       "nndraft:queue"))
8393         (error "Can't encrypt the article in group %s"
8394                gnus-newsgroup-name))
8395     (gnus-summary-iterate n
8396       (with-current-buffer gnus-summary-buffer
8397         (let ((mail-parse-charset gnus-newsgroup-charset)
8398               (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
8399               (summary-buffer gnus-summary-buffer)
8400               references point)
8401           (gnus-set-global-variables)
8402           (when (gnus-group-read-only-p)
8403             (error "The current newsgroup does not support article encrypt"))
8404           (gnus-summary-show-article t)
8405           (setq references
8406               (or (mail-header-references gnus-current-headers) ""))
8407           (set-buffer gnus-article-buffer)
8408           (let* ((inhibit-read-only t)
8409                  (headers
8410                   (mapcar (lambda (field)
8411                             (and (save-restriction
8412                                    (message-narrow-to-head)
8413                                    (goto-char (point-min))
8414                                    (search-forward field nil t))
8415                                  (prog2
8416                                      (message-narrow-to-field)
8417                                      (buffer-string)
8418                                    (delete-region (point-min) (point-max))
8419                                    (widen))))
8420                           '("Content-Type:" "Content-Transfer-Encoding:"
8421                             "Content-Disposition:"))))
8422             (message-narrow-to-head)
8423             (message-remove-header "MIME-Version")
8424             (goto-char (point-max))
8425             (setq point (point))
8426             (insert (apply 'concat headers))
8427             (widen)
8428             (narrow-to-region point (point-max))
8429             (let ((message-options message-options))
8430               (message-options-set 'message-sender user-mail-address)
8431               (message-options-set 'message-recipients user-mail-address)
8432               (message-options-set 'message-sign-encrypt 'not)
8433               (funcall func))
8434             (goto-char (point-min))
8435             (insert "MIME-Version: 1.0\n")
8436             (widen)
8437             (gnus-summary-edit-article-done
8438              references nil summary-buffer t))
8439           (when gnus-keep-backlog
8440             (gnus-backlog-remove-article
8441              (car gnus-article-current) (cdr gnus-article-current)))
8442           (gnus-flush-original-article-buffer)
8443           (when gnus-use-cache
8444             (gnus-cache-update-article
8445              (car gnus-article-current) (cdr gnus-article-current))))))))
8446
8447 (defvar gnus-mime-security-button-line-format "%{%([[%t:%i]%D]%)%}\n"
8448   "The following specs can be used:
8449 %t  The security MIME type
8450 %i  Additional info
8451 %d  Details
8452 %D  Details if button is pressed")
8453
8454 (defvar gnus-mime-security-button-end-line-format "%{%([[End of %t]%D]%)%}\n"
8455   "The following specs can be used:
8456 %t  The security MIME type
8457 %i  Additional info
8458 %d  Details
8459 %D  Details if button is pressed")
8460
8461 (defvar gnus-mime-security-button-line-format-alist
8462   '((?t gnus-tmp-type ?s)
8463     (?i gnus-tmp-info ?s)
8464     (?d gnus-tmp-details ?s)
8465     (?D gnus-tmp-pressed-details ?s)))
8466
8467 (defvar gnus-mime-security-button-commands
8468   '((gnus-article-press-button "\r" "Show Detail")
8469     (undefined "v")
8470     (undefined "t")
8471     (undefined "C")
8472     (gnus-mime-security-save-part "o" "Save...")
8473     (undefined "\C-o")
8474     (undefined "r")
8475     (undefined "d")
8476     (undefined "c")
8477     (undefined "i")
8478     (undefined "E")
8479     (undefined "e")
8480     (undefined "p")
8481     (gnus-mime-security-pipe-part "|" "Pipe To Command...")
8482     (undefined ".")))
8483
8484 (defvar gnus-mime-security-button-map
8485   (let ((map (make-sparse-keymap)))
8486     (define-key map gnus-mouse-2 'gnus-article-push-button)
8487     (define-key map gnus-down-mouse-3 'gnus-mime-security-button-menu)
8488     (dolist (c gnus-mime-security-button-commands)
8489       (define-key map (cadr c) (car c)))
8490     map))
8491
8492 (easy-menu-define
8493   gnus-mime-security-button-menu gnus-mime-security-button-map
8494   "Security button menu."
8495   `("Security Part"
8496     ,@(delq nil
8497             (mapcar (lambda (c)
8498                       (unless (eq (car c) 'undefined)
8499                         (vector (caddr c) (car c) :active t)))
8500                     gnus-mime-security-button-commands))))
8501
8502 (defun gnus-mime-security-button-menu (event prefix)
8503   "Construct a context-sensitive menu of security commands."
8504   (interactive "e\nP")
8505   (save-window-excursion
8506     (let ((pos (event-start event)))
8507       (select-window (posn-window pos))
8508       (goto-char (posn-point pos))
8509       (gnus-article-check-buffer)
8510       (popup-menu gnus-mime-security-button-menu nil prefix))))
8511
8512 (defvar gnus-mime-security-details-buffer nil)
8513
8514 (defvar gnus-mime-security-button-pressed nil)
8515
8516 (defvar gnus-mime-security-show-details-inline t
8517   "If non-nil, show details in the article buffer.")
8518
8519 (defun gnus-mime-security-verify-or-decrypt (handle)
8520   (mm-remove-parts (cdr handle))
8521   (let ((region (mm-handle-multipart-ctl-parameter handle 'gnus-region))
8522         point (inhibit-read-only t))
8523     (if region
8524         (goto-char (car region)))
8525     (setq point (point))
8526     (with-current-buffer (mm-handle-multipart-original-buffer handle)
8527       (let* ((mm-verify-option 'known)
8528              (mm-decrypt-option 'known)
8529              (nparts (mm-possibly-verify-or-decrypt (cdr handle) handle)))
8530         (unless (eq nparts (cdr handle))
8531           (mm-destroy-parts (cdr handle))
8532           (setcdr handle nparts))))
8533     (gnus-mime-display-security handle)
8534     (when region
8535       (delete-region (point) (cdr region))
8536       (set-marker (car region) nil)
8537       (set-marker (cdr region) nil))
8538     (goto-char point)))
8539
8540 (defun gnus-mime-security-show-details (handle)
8541   (let ((details (mm-handle-multipart-ctl-parameter handle 'gnus-details)))
8542     (if (not details)
8543         (gnus-message 5 "No details.")
8544       (if gnus-mime-security-show-details-inline
8545           (let ((gnus-mime-security-button-pressed
8546                  (not (get-text-property (point) 'gnus-mime-details)))
8547                 (gnus-mime-security-button-line-format
8548                  (get-text-property (point) 'gnus-line-format))
8549                 (inhibit-read-only t))
8550             (forward-char -1)
8551             (while (eq (get-text-property (point) 'gnus-line-format)
8552                        gnus-mime-security-button-line-format)
8553               (forward-char -1))
8554             (forward-char)
8555             (save-restriction
8556               (narrow-to-region (point) (point))
8557               (gnus-insert-mime-security-button handle))
8558             (delete-region (point)
8559                            (or (text-property-not-all
8560                                 (point) (point-max)
8561                                 'gnus-line-format
8562                                 gnus-mime-security-button-line-format)
8563                                (point-max))))
8564         ;; Not inlined.
8565         (if (gnus-buffer-live-p gnus-mime-security-details-buffer)
8566             (with-current-buffer gnus-mime-security-details-buffer
8567               (erase-buffer)
8568               t)
8569           (setq gnus-mime-security-details-buffer
8570                 (gnus-get-buffer-create "*MIME Security Details*")))
8571         (with-current-buffer gnus-mime-security-details-buffer
8572           (insert details)
8573           (goto-char (point-min)))
8574         (pop-to-buffer gnus-mime-security-details-buffer)))))
8575
8576 (defun gnus-mime-security-press-button (handle)
8577   (save-excursion
8578     (if (mm-handle-multipart-ctl-parameter handle 'gnus-info)
8579         (gnus-mime-security-show-details handle)
8580       (gnus-mime-security-verify-or-decrypt handle))))
8581
8582 (defun gnus-insert-mime-security-button (handle &optional displayed)
8583   (let* ((protocol (mm-handle-multipart-ctl-parameter handle 'protocol))
8584          (gnus-tmp-type
8585           (concat
8586            (or (nth 2 (assoc protocol mm-verify-function-alist))
8587                (nth 2 (assoc protocol mm-decrypt-function-alist))
8588                "Unknown")
8589            (if (equal (car handle) "multipart/signed")
8590                " Signed" " Encrypted")
8591            " Part"))
8592          (gnus-tmp-info
8593           (or (mm-handle-multipart-ctl-parameter handle 'gnus-info)
8594               "Undecided"))
8595          (gnus-tmp-details
8596           (mm-handle-multipart-ctl-parameter handle 'gnus-details))
8597          gnus-tmp-pressed-details
8598          b e)
8599     (setq gnus-tmp-details
8600           (if gnus-tmp-details
8601               (concat "\n" gnus-tmp-details)
8602             ""))
8603     (setq gnus-tmp-pressed-details
8604           (if gnus-mime-security-button-pressed gnus-tmp-details ""))
8605     (unless (bolp)
8606       (insert "\n"))
8607     (setq b (point))
8608     (gnus-eval-format
8609      gnus-mime-security-button-line-format
8610      gnus-mime-security-button-line-format-alist
8611      `(keymap ,gnus-mime-security-button-map
8612          gnus-callback gnus-mime-security-press-button
8613          gnus-line-format ,gnus-mime-security-button-line-format
8614          gnus-mime-details ,gnus-mime-security-button-pressed
8615          article-type annotation
8616          gnus-data ,handle))
8617     (setq e (if (bolp)
8618                 ;; Exclude a newline.
8619                 (1- (point))
8620               (point)))
8621     (when gnus-article-button-face
8622       (gnus-overlay-put (gnus-make-overlay b e nil t)
8623                         'face gnus-article-button-face))
8624     (widget-convert-button
8625      'link b e
8626      :mime-handle handle
8627      :action 'gnus-widget-press-button
8628      :button-keymap gnus-mime-security-button-map
8629      :help-echo
8630      (lambda (widget)
8631        ;; Needed to properly clear the message due to a bug in
8632        ;; wid-edit (XEmacs only).
8633        (when (boundp 'help-echo-owns-message)
8634          (setq help-echo-owns-message t))
8635        (format
8636         "%S: show detail; %S: more options"
8637         (aref gnus-mouse-2 0)
8638         (aref gnus-down-mouse-3 0))))))
8639
8640 (defun gnus-mime-display-security (handle)
8641   (save-restriction
8642     (narrow-to-region (point) (point))
8643     (unless (gnus-unbuttonized-mime-type-p (car handle))
8644       (gnus-insert-mime-security-button handle))
8645     (gnus-mime-display-part (cadr handle))
8646     (unless (bolp)
8647       (insert "\n"))
8648     (unless (gnus-unbuttonized-mime-type-p (car handle))
8649       (let ((gnus-mime-security-button-line-format
8650              gnus-mime-security-button-end-line-format))
8651         (gnus-insert-mime-security-button handle)))
8652     (mm-set-handle-multipart-parameter
8653      handle 'gnus-region
8654      (cons (set-marker (make-marker) (point-min))
8655            (set-marker (make-marker) (point-max))))
8656     (goto-char (point-max))))
8657
8658 (defun gnus-mime-security-run-function (function)
8659   "Run FUNCTION with the security part under point."
8660   (gnus-article-check-buffer)
8661   (let ((data (get-text-property (point) 'gnus-data))
8662         buffer handle)
8663     (when (and (stringp (car-safe data))
8664                (setq buffer (mm-handle-multipart-original-buffer data))
8665                (setq handle (cadr data)))
8666       (if (bufferp (mm-handle-buffer handle))
8667           (progn
8668             (setq handle (cons buffer (copy-sequence (cdr handle))))
8669             (mm-handle-set-undisplayer handle nil))
8670         (setq handle (mm-make-handle
8671                       buffer
8672                       (mm-handle-multipart-ctl-parameter handle 'protocol)
8673                       nil nil nil nil nil nil)))
8674       (funcall function handle))))
8675
8676 (defun gnus-mime-security-save-part ()
8677   "Save the security part under point."
8678   (interactive)
8679   (gnus-mime-security-run-function 'mm-save-part))
8680
8681 (defun gnus-mime-security-pipe-part ()
8682   "Pipe the security part under point to a process."
8683   (interactive)
8684   (gnus-mime-security-run-function 'mm-pipe-part))
8685
8686 (gnus-ems-redefine)
8687
8688 (provide 'gnus-art)
8689
8690 (run-hooks 'gnus-art-load-hook)
8691
8692 ;;; gnus-art.el ends here