8c4b9869123da92108f19695d622031a0d2818dc
[gnus] / lisp / gnus-art.el
1 ;;; gnus-art.el --- article mode commands for Gnus
2 ;; Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 ;;        Free Software Foundation, Inc.
4
5 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
6 ;; Keywords: news
7
8 ;; This file is part of GNU Emacs.
9
10 ;; GNU Emacs is free software; you can redistribute it and/or modify
11 ;; it under the terms of the GNU General Public License as published by
12 ;; the Free Software Foundation; either version 2, or (at your option)
13 ;; any later version.
14
15 ;; GNU Emacs is distributed in the hope that it will be useful,
16 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ;; GNU General Public License for more details.
19
20 ;; You should have received a copy of the GNU General Public License
21 ;; along with GNU Emacs; see the file COPYING.  If not, write to the
22 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23 ;; Boston, MA 02111-1307, USA.
24
25 ;;; Commentary:
26
27 ;;; Code:
28
29 (eval-when-compile
30   (require 'cl)
31   (defvar tool-bar-map))
32
33 (require 'gnus)
34 (require 'gnus-sum)
35 (require 'gnus-spec)
36 (require 'gnus-int)
37 (require 'gnus-win)
38 (require 'mm-bodies)
39 (require 'mail-parse)
40 (require 'mm-decode)
41 (require 'mm-view)
42 (require 'wid-edit)
43 (require 'mm-uu)
44 (require 'message)
45
46 (autoload 'gnus-msg-mail "gnus-msg" nil t)
47 (autoload 'gnus-button-mailto "gnus-msg")
48 (autoload 'gnus-button-reply "gnus-msg" nil t)
49
50 (defgroup gnus-article nil
51   "Article display."
52   :link '(custom-manual "(gnus)The Article Buffer")
53   :group 'gnus)
54
55 (defgroup gnus-article-treat nil
56   "Treating article parts."
57   :link '(custom-manual "(gnus)Article Hiding")
58   :group 'gnus-article)
59
60 (defgroup gnus-article-hiding nil
61   "Hiding article parts."
62   :link '(custom-manual "(gnus)Article Hiding")
63   :group 'gnus-article)
64
65 (defgroup gnus-article-highlight nil
66   "Article highlighting."
67   :link '(custom-manual "(gnus)Article Highlighting")
68   :group 'gnus-article
69   :group 'gnus-visual)
70
71 (defgroup gnus-article-signature nil
72   "Article signatures."
73   :link '(custom-manual "(gnus)Article Signature")
74   :group 'gnus-article)
75
76 (defgroup gnus-article-headers nil
77   "Article headers."
78   :link '(custom-manual "(gnus)Hiding Headers")
79   :group 'gnus-article)
80
81 (defgroup gnus-article-washing nil
82   "Special commands on articles."
83   :link '(custom-manual "(gnus)Article Washing")
84   :group 'gnus-article)
85
86 (defgroup gnus-article-emphasis nil
87   "Fontisizing articles."
88   :link '(custom-manual "(gnus)Article Fontisizing")
89   :group 'gnus-article)
90
91 (defgroup gnus-article-saving nil
92   "Saving articles."
93   :link '(custom-manual "(gnus)Saving Articles")
94   :group 'gnus-article)
95
96 (defgroup gnus-article-mime nil
97   "Worshiping the MIME wonder."
98   :link '(custom-manual "(gnus)Using MIME")
99   :group 'gnus-article)
100
101 (defgroup gnus-article-buttons nil
102   "Pushable buttons in the article buffer."
103   :link '(custom-manual "(gnus)Article Buttons")
104   :group 'gnus-article)
105
106 (defgroup gnus-article-various nil
107   "Other article options."
108   :link '(custom-manual "(gnus)Misc Article")
109   :group 'gnus-article)
110
111 (defcustom gnus-ignored-headers
112   (mapcar
113    (lambda (header)
114      (concat "^" header ":"))
115    '("Path" "Expires" "Date-Received" "References" "Xref" "Lines"
116      "Relay-Version" "Message-ID" "Approved" "Sender" "Received"
117      "X-UIDL" "MIME-Version" "Return-Path" "In-Reply-To"
118      "Content-Type" "Content-Transfer-Encoding" "X-WebTV-Signature"
119      "X-MimeOLE" "X-MSMail-Priority" "X-Priority" "X-Loop"
120      "X-Authentication-Warning" "X-MIME-Autoconverted" "X-Face"
121      "X-Attribution" "X-Originating-IP" "Delivered-To"
122      "NNTP-[-A-Za-z]+" "Distribution" "X-no-archive" "X-Trace"
123      "X-Complaints-To" "X-NNTP-Posting-Host" "X-Orig.*"
124      "Abuse-Reports-To" "Cache-Post-Path" "X-Article-Creation-Date"
125      "X-Poster" "X-Mail2News-Path" "X-Server-Date" "X-Cache"
126      "Originator" "X-Problems-To" "X-Auth-User" "X-Post-Time"
127      "X-Admin" "X-UID" "Resent-[-A-Za-z]+" "X-Mailing-List"
128      "Precedence" "Original-[-A-Za-z]+" "X-filename" "X-Orcpt"
129      "Old-Received" "X-Pgp" "X-Auth" "X-From-Line"
130      "X-Gnus-Article-Number" "X-Majordomo" "X-Url" "X-Sender"
131      "MBOX-Line" "Priority" "X400-[-A-Za-z]+"
132      "Status" "X-Gnus-Mail-Source" "Cancel-Lock"
133      "X-FTN" "X-EXP32-SerialNo" "Encoding" "Importance"
134      "Autoforwarded" "Original-Encoded-Information-Types" "X-Ya-Pop3"
135      "X-Face-Version" "X-Vms-To" "X-ML-NAME" "X-ML-COUNT"
136      "Mailing-List" "X-finfo" "X-md5sum" "X-md5sum-Origin"
137      "X-Sun-Charset" "X-Accept-Language" "X-Envelope-Sender"
138      "List-[A-Za-z]+" "X-Listprocessor-Version"
139      "X-Received" "X-Distribute" "X-Sequence" "X-Juno-Line-Breaks"
140      "X-Notes-Item" "X-MS-TNEF-Correlator" "x-uunet-gateway"
141      "X-Received" "Content-length" "X-precedence"
142      "X-Authenticated-User" "X-Comment" "X-Report" "X-Abuse-Info"
143      "X-HTTP-Proxy" "X-Mydeja-Info" "X-Copyright" "X-No-Markup"
144      "X-Abuse-Info" "X-From_" "X-Accept-Language" "Errors-To"
145      "X-BeenThere" "X-Mailman-Version" "List-Help" "List-Post"
146      "List-Subscribe" "List-Id" "List-Unsubscribe" "List-Archive"
147      "X-Content-length" "X-Posting-Agent" "Original-Received"
148      "X-Request-PGP" "X-Fingerprint" "X-WRIEnvto" "X-WRIEnvfrom"
149      "X-Virus-Scanned" "X-Delivery-Agent" "Posted-Date" "X-Gateway"
150      "X-Local-Origin" "X-Local-Destination" "X-UserInfo1"
151      "X-Received-Date" "X-Hashcash" "Face" "X-DMCA-Notifications"
152      "X-Abuse-and-DMCA-Info" "X-Postfilter"))
153   "*All headers that start with this regexp will be hidden.
154 This variable can also be a list of regexps of headers to be ignored.
155 If `gnus-visible-headers' is non-nil, this variable will be ignored."
156   :type '(choice :custom-show nil
157                  regexp
158                  (repeat regexp))
159   :group 'gnus-article-hiding)
160
161 (defcustom gnus-visible-headers
162   "^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:"
163   "*All headers that do not match this regexp will be hidden.
164 This variable can also be a list of regexp of headers to remain visible.
165 If this variable is non-nil, `gnus-ignored-headers' will be ignored."
166   :type '(repeat :value-to-internal (lambda (widget value)
167                                       (custom-split-regexp-maybe value))
168                  :match (lambda (widget value)
169                           (or (stringp value)
170                               (widget-editable-list-match widget value)))
171                  regexp)
172   :group 'gnus-article-hiding)
173
174 (defcustom gnus-sorted-header-list
175   '("^From:" "^Subject:" "^Summary:" "^Keywords:" "^Newsgroups:"
176     "^Followup-To:" "^To:" "^Cc:" "^Date:" "^Organization:")
177   "*This variable is a list of regular expressions.
178 If it is non-nil, headers that match the regular expressions will
179 be placed first in the article buffer in the sequence specified by
180 this list."
181   :type '(repeat regexp)
182   :group 'gnus-article-hiding)
183
184 (defcustom gnus-boring-article-headers '(empty followup-to reply-to)
185   "Headers that are only to be displayed if they have interesting data.
186 Possible values in this list are:
187
188   'empty       Headers with no content.
189   'newsgroups  Newsgroup identical to Gnus group.
190   'to-address  To identical to To-address.
191   'to-list     To identical to To-list.
192   'cc-list     CC identical to To-list.
193   'followup-to Followup-to identical to Newsgroups.
194   'reply-to    Reply-to identical to From.
195   'date        Date less than four days old.
196   'long-to     To and/or Cc longer than 1024 characters.
197   'many-to     Multiple To and/or Cc."
198   :type '(set (const :tag "Headers with no content." empty)
199               (const :tag "Newsgroups identical to Gnus group." newsgroups)
200               (const :tag "To identical to To-address." to-address)
201               (const :tag "To identical to To-list." to-list)
202               (const :tag "CC identical to To-list." cc-list)
203               (const :tag "Followup-to identical to Newsgroups." followup-to)
204               (const :tag "Reply-to identical to From." reply-to)
205               (const :tag "Date less than four days old." date)
206               (const :tag "To and/or Cc longer than 1024 characters." long-to)
207               (const :tag "Multiple To and/or Cc headers." many-to))
208   :group 'gnus-article-hiding)
209
210 (defcustom gnus-article-skip-boring nil
211   "Skip over text that is not worth reading.
212 By default, if you set this t, then Gnus will display citations and
213 signatures, but will never scroll down to show you a page consisting
214 only of boring text.  Boring text is controlled by
215 `gnus-article-boring-faces'."
216   :type 'boolean
217   :group 'gnus-article-hiding)
218
219 (defcustom gnus-signature-separator '("^-- $" "^-- *$")
220   "Regexp matching signature separator.
221 This can also be a list of regexps.  In that case, it will be checked
222 from head to tail looking for a separator.  Searches will be done from
223 the end of the buffer."
224   :type '(repeat string)
225   :group 'gnus-article-signature)
226
227 (defcustom gnus-signature-limit nil
228   "Provide a limit to what is considered a signature.
229 If it is a number, no signature may not be longer (in characters) than
230 that number.  If it is a floating point number, no signature may be
231 longer (in lines) than that number.  If it is a function, the function
232 will be called without any parameters, and if it returns nil, there is
233 no signature in the buffer.  If it is a string, it will be used as a
234 regexp.  If it matches, the text in question is not a signature."
235   :type '(choice (integer :value 200)
236                  (number :value 4.0)
237                  (function :value fun)
238                  (regexp :value ".*"))
239   :group 'gnus-article-signature)
240
241 (defcustom gnus-hidden-properties '(invisible t intangible t)
242   "Property list to use for hiding text."
243   :type 'sexp
244   :group 'gnus-article-hiding)
245
246 ;; Fixme: This isn't the right thing for mixed graphical and and
247 ;; non-graphical frames in a session.
248 (defcustom gnus-article-x-face-command
249   (if (featurep 'xemacs)
250       (if (or (gnus-image-type-available-p 'xface)
251               (gnus-image-type-available-p 'pbm))
252           'gnus-display-x-face-in-from
253         "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | ee -")
254     (if (gnus-image-type-available-p 'pbm)
255         'gnus-display-x-face-in-from
256       "{ echo '/* Width=48, Height=48 */'; uncompface; } | icontopbm | \
257 display -"))
258   "*String or function to be executed to display an X-Face header.
259 If it is a string, the command will be executed in a sub-shell
260 asynchronously.  The compressed face will be piped to this command."
261   :type `(choice string
262                  (function-item gnus-display-x-face-in-from)
263                  function)
264   :version "21.1"
265   :group 'gnus-picon
266   :group 'gnus-article-washing)
267
268 (defcustom gnus-article-x-face-too-ugly nil
269   "Regexp matching posters whose face shouldn't be shown automatically."
270   :type '(choice regexp (const nil))
271   :group 'gnus-article-washing)
272
273 (defcustom gnus-article-banner-alist nil
274   "Banner alist for stripping.
275 For example,
276      ((egroups . \"^[ \\t\\n]*-------------------+\\\\( \\\\(e\\\\|Yahoo! \\\\)Groups Sponsor -+\\\\)?....\\n\\\\(.+\\n\\\\)+\"))"
277   :version "21.1"
278   :type '(repeat (cons symbol regexp))
279   :group 'gnus-article-washing)
280
281 (gnus-define-group-parameter
282  banner
283  :variable-document
284  "Alist of regexps (to match group names) and banner."
285  :variable-group gnus-article-washing
286  :parameter-type
287  '(choice :tag "Banner"
288           :value nil
289           (const :tag "Remove signature" signature)
290           (symbol :tag "Item in `gnus-article-banner-alist'" none)
291           regexp
292           (const :tag "None" nil))
293  :parameter-document
294  "If non-nil, specify how to remove `banners' from articles.
295
296 Symbol `signature' means to remove signatures delimited by
297 `gnus-signature-separator'.  Any other symbol is used to look up a
298 regular expression to match the banner in `gnus-article-banner-alist'.
299 A string is used as a regular expression to match the banner
300 directly.")
301
302 (defcustom gnus-article-address-banner-alist nil
303   "Alist of mail addresses and banners.
304 Each element has the form (ADDRESS . BANNER), where ADDRESS is a regexp
305 to match a mail address in the From: header, BANNER is one of a symbol
306 `signature', an item in `gnus-article-banner-alist', a regexp and nil.
307 If ADDRESS matches author's mail address, it will remove things like
308 advertisements.  For example:
309
310 \((\"@yoo-hoo\\\\.co\\\\.jp\\\\'\" . \"\\n_+\\nDo You Yoo-hoo!\\\\?\\n.*\\n.*\\n\"))
311 "
312   :type '(repeat
313           (cons
314            (regexp :tag "Address")
315            (choice :tag "Banner" :value nil
316                    (const :tag "Remove signature" signature)
317                    (symbol :tag "Item in `gnus-article-banner-alist'" none)
318                    regexp
319                    (const :tag "None" nil))))
320   :group 'gnus-article-washing)
321
322 (defcustom gnus-emphasis-alist
323   (let ((format
324          "\\(\\s-\\|^\\|\\=\\|[-\"]\\|\\s(\\)\\(%s\\(\\w+\\(\\s-+\\w+\\)*[.,]?\\)%s\\)\\(\\([-,.;:!?\"]\\|\\s)\\)+\\s-\\|[?!.]\\s-\\|\\s)\\|\\s-\\)")
325         (types
326          '(("\\*" "\\*" bold)
327            ("_" "_" underline)
328            ("/" "/" italic)
329            ("_/" "/_" underline-italic)
330            ("_\\*" "\\*_" underline-bold)
331            ("\\*/" "/\\*" bold-italic)
332            ("_\\*/" "/\\*_" underline-bold-italic))))
333     `(,@(mapcar
334          (lambda (spec)
335            (list
336             (format format (car spec) (cadr spec))
337             2 3 (intern (format "gnus-emphasis-%s" (nth 2 spec)))))
338          types)
339         ("\\(\\s-\\|^\\)\\(-\\(\\(\\w\\|-[^-]\\)+\\)-\\)\\(\\s-\\|[?!.,;]\\)"
340          2 3 gnus-emphasis-strikethru)
341         ("\\(\\s-\\|^\\)\\(_\\(\\(\\w\\|_[^_]\\)+\\)_\\)\\(\\s-\\|[?!.,;]\\)"
342          2 3 gnus-emphasis-underline)))
343   "*Alist that says how to fontify certain phrases.
344 Each item looks like this:
345
346   (\"_\\\\(\\\\w+\\\\)_\" 0 1 'underline)
347
348 The first element is a regular expression to be matched.  The second
349 is a number that says what regular expression grouping used to find
350 the entire emphasized word.  The third is a number that says what
351 regexp grouping should be displayed and highlighted.  The fourth
352 is the face used for highlighting."
353   :type '(repeat (list :value ("" 0 0 default)
354                        regexp
355                        (integer :tag "Match group")
356                        (integer :tag "Emphasize group")
357                        face))
358   :group 'gnus-article-emphasis)
359
360 (defcustom gnus-emphasize-whitespace-regexp "^[ \t]+\\|[ \t]*\n"
361   "A regexp to describe whitespace which should not be emphasized.
362 Typical values are \"^[ \\t]+\\\\|[ \\t]*\\n\" and \"[ \\t]+\\\\|[ \\t]*\\n\".
363 The former avoids underlining of leading and trailing whitespace,
364 and the latter avoids underlining any whitespace at all."
365   :version "21.1"
366   :group 'gnus-article-emphasis
367   :type 'regexp)
368
369 (defface gnus-emphasis-bold '((t (:bold t)))
370   "Face used for displaying strong emphasized text (*word*)."
371   :group 'gnus-article-emphasis)
372
373 (defface gnus-emphasis-italic '((t (:italic t)))
374   "Face used for displaying italic emphasized text (/word/)."
375   :group 'gnus-article-emphasis)
376
377 (defface gnus-emphasis-underline '((t (:underline t)))
378   "Face used for displaying underlined emphasized text (_word_)."
379   :group 'gnus-article-emphasis)
380
381 (defface gnus-emphasis-underline-bold '((t (:bold t :underline t)))
382   "Face used for displaying underlined bold emphasized text (_*word*_)."
383   :group 'gnus-article-emphasis)
384
385 (defface gnus-emphasis-underline-italic '((t (:italic t :underline t)))
386   "Face used for displaying underlined italic emphasized text (_/word/_)."
387   :group 'gnus-article-emphasis)
388
389 (defface gnus-emphasis-bold-italic '((t (:bold t :italic t)))
390   "Face used for displaying bold italic emphasized text (/*word*/)."
391   :group 'gnus-article-emphasis)
392
393 (defface gnus-emphasis-underline-bold-italic
394   '((t (:bold t :italic t :underline t)))
395   "Face used for displaying underlined bold italic emphasized text.
396 Example: (_/*word*/_)."
397   :group 'gnus-article-emphasis)
398
399 (defface gnus-emphasis-strikethru '((t (:strikethru t)))
400   "Face used for displaying strike-through text (-word-)."
401   :group 'gnus-article-emphasis)
402
403 (defface gnus-emphasis-highlight-words
404   '((t (:background "black" :foreground "yellow")))
405   "Face used for displaying highlighted words."
406   :group 'gnus-article-emphasis)
407
408 (defcustom gnus-article-time-format "%a, %b %d %Y %T %Z"
409   "Format for display of Date headers in article bodies.
410 See `format-time-string' for the possible values.
411
412 The variable can also be function, which should return a complete Date
413 header.  The function is called with one argument, the time, which can
414 be fed to `format-time-string'."
415   :type '(choice string symbol)
416   :link '(custom-manual "(gnus)Article Date")
417   :group 'gnus-article-washing)
418
419 (eval-and-compile
420   (autoload 'mail-extract-address-components "mail-extr"))
421
422 (defcustom gnus-save-all-headers t
423   "*If non-nil, don't remove any headers before saving."
424   :group 'gnus-article-saving
425   :type 'boolean)
426
427 (defcustom gnus-prompt-before-saving 'always
428   "*This variable says how much prompting is to be done when saving articles.
429 If it is nil, no prompting will be done, and the articles will be
430 saved to the default files.  If this variable is `always', each and
431 every article that is saved will be preceded by a prompt, even when
432 saving large batches of articles.  If this variable is neither nil not
433 `always', there the user will be prompted once for a file name for
434 each invocation of the saving commands."
435   :group 'gnus-article-saving
436   :type '(choice (item always)
437                  (item :tag "never" nil)
438                  (sexp :tag "once" :format "%t\n" :value t)))
439
440 (defcustom gnus-saved-headers gnus-visible-headers
441   "Headers to keep if `gnus-save-all-headers' is nil.
442 If `gnus-save-all-headers' is non-nil, this variable will be ignored.
443 If that variable is nil, however, all headers that match this regexp
444 will be kept while the rest will be deleted before saving."
445   :group 'gnus-article-saving
446   :type 'regexp)
447
448 (defcustom gnus-default-article-saver 'gnus-summary-save-in-rmail
449   "A function to save articles in your favourite format.
450 The function must be interactively callable (in other words, it must
451 be an Emacs command).
452
453 Gnus provides the following functions:
454
455 * gnus-summary-save-in-rmail (Rmail format)
456 * gnus-summary-save-in-mail (Unix mail format)
457 * gnus-summary-save-in-folder (MH folder)
458 * gnus-summary-save-in-file (article format)
459 * gnus-summary-save-body-in-file (article body)
460 * gnus-summary-save-in-vm (use VM's folder format)
461 * gnus-summary-write-to-file (article format -- overwrite)."
462   :group 'gnus-article-saving
463   :type '(radio (function-item gnus-summary-save-in-rmail)
464                 (function-item gnus-summary-save-in-mail)
465                 (function-item gnus-summary-save-in-folder)
466                 (function-item gnus-summary-save-in-file)
467                 (function-item gnus-summary-save-body-in-file)
468                 (function-item gnus-summary-save-in-vm)
469                 (function-item gnus-summary-write-to-file)))
470
471 (defcustom gnus-rmail-save-name 'gnus-plain-save-name
472   "A function generating a file name to save articles in Rmail format.
473 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
474   :group 'gnus-article-saving
475   :type 'function)
476
477 (defcustom gnus-mail-save-name 'gnus-plain-save-name
478   "A function generating a file name to save articles in Unix mail format.
479 The function is called with NEWSGROUP, HEADERS, and optional LAST-FILE."
480   :group 'gnus-article-saving
481   :type 'function)
482
483 (defcustom gnus-folder-save-name 'gnus-folder-save-name
484   "A function generating a file name to save articles in MH folder.
485 The function is called with NEWSGROUP, HEADERS, and optional LAST-FOLDER."
486   :group 'gnus-article-saving
487   :type 'function)
488
489 (defcustom gnus-file-save-name 'gnus-numeric-save-name
490   "A function generating a file name to save articles in article format.
491 The function is called with NEWSGROUP, HEADERS, and optional
492 LAST-FILE."
493   :group 'gnus-article-saving
494   :type 'function)
495
496 (defcustom gnus-split-methods
497   '((gnus-article-archive-name)
498     (gnus-article-nndoc-name))
499   "*Variable used to suggest where articles are to be saved.
500 For instance, if you would like to save articles related to Gnus in
501 the file \"gnus-stuff\", and articles related to VM in \"vm-stuff\",
502 you could set this variable to something like:
503
504  '((\"^Subject:.*gnus\\|^Newsgroups:.*gnus\" \"gnus-stuff\")
505    (\"^Subject:.*vm\\|^Xref:.*vm\" \"vm-stuff\"))
506
507 This variable is an alist where the where the key is the match and the
508 value is a list of possible files to save in if the match is non-nil.
509
510 If the match is a string, it is used as a regexp match on the
511 article.  If the match is a symbol, that symbol will be funcalled
512 from the buffer of the article to be saved with the newsgroup as the
513 parameter.  If it is a list, it will be evaled in the same buffer.
514
515 If this form or function returns a string, this string will be used as
516 a possible file name; and if it returns a non-nil list, that list will
517 be used as possible file names."
518   :group 'gnus-article-saving
519   :type '(repeat (choice (list :value (fun) function)
520                          (cons :value ("" "") regexp (repeat string))
521                          (sexp :value nil))))
522
523 (defcustom gnus-page-delimiter "^\^L"
524   "*Regexp describing what to use as article page delimiters.
525 The default value is \"^\^L\", which is a form linefeed at the
526 beginning of a line."
527   :type 'regexp
528   :group 'gnus-article-various)
529
530 (defcustom gnus-article-mode-line-format "Gnus: %g [%w] %S%m"
531   "*The format specification for the article mode line.
532 See `gnus-summary-mode-line-format' for a closer description.
533
534 The following additional specs are available:
535
536 %w  The article washing status.
537 %m  The number of MIME parts in the article."
538   :type 'string
539   :group 'gnus-article-various)
540
541 (defcustom gnus-article-mode-hook nil
542   "*A hook for Gnus article mode."
543   :type 'hook
544   :group 'gnus-article-various)
545
546 (when (featurep 'xemacs)
547   ;; Extracted from gnus-xmas-define in order to preserve user settings
548   (when (fboundp 'turn-off-scroll-in-place)
549     (add-hook 'gnus-article-mode-hook 'turn-off-scroll-in-place))
550   ;; Extracted from gnus-xmas-redefine in order to preserve user settings
551   (add-hook 'gnus-article-mode-hook 'gnus-xmas-article-menu-add))
552
553 (defcustom gnus-article-menu-hook nil
554   "*Hook run after the creation of the article mode menu."
555   :type 'hook
556   :group 'gnus-article-various)
557
558 (defcustom gnus-article-prepare-hook nil
559   "*A hook called after an article has been prepared in the article buffer."
560   :type 'hook
561   :group 'gnus-article-various)
562
563 (make-obsolete-variable 'gnus-article-hide-pgp-hook
564                         "This variable is obsolete in Gnus 5.10.")
565
566 (defcustom gnus-article-button-face 'bold
567   "Face used for highlighting buttons in the article buffer.
568
569 An article button is a piece of text that you can activate by pressing
570 `RET' or `mouse-2' above it."
571   :type 'face
572   :group 'gnus-article-buttons)
573
574 (defcustom gnus-article-mouse-face 'highlight
575   "Face used for mouse highlighting in the article buffer.
576
577 Article buttons will be displayed in this face when the cursor is
578 above them."
579   :type 'face
580   :group 'gnus-article-buttons)
581
582 (defcustom gnus-signature-face 'gnus-signature-face
583   "Face used for highlighting a signature in the article buffer.
584 Obsolete; use the face `gnus-signature-face' for customizations instead."
585   :type 'face
586   :group 'gnus-article-highlight
587   :group 'gnus-article-signature)
588
589 (defface gnus-signature-face
590   '((t
591      (:italic t)))
592   "Face used for highlighting a signature in the article buffer."
593   :group 'gnus-article-highlight
594   :group 'gnus-article-signature)
595
596 (defface gnus-header-from-face
597   '((((class color)
598       (background dark))
599      (:foreground "spring green"))
600     (((class color)
601       (background light))
602      (:foreground "red3"))
603     (t
604      (:italic t)))
605   "Face used for displaying from headers."
606   :group 'gnus-article-headers
607   :group 'gnus-article-highlight)
608
609 (defface gnus-header-subject-face
610   '((((class color)
611       (background dark))
612      (:foreground "SeaGreen3"))
613     (((class color)
614       (background light))
615      (:foreground "red4"))
616     (t
617      (:bold t :italic t)))
618   "Face used for displaying subject headers."
619   :group 'gnus-article-headers
620   :group 'gnus-article-highlight)
621
622 (defface gnus-header-newsgroups-face
623   '((((class color)
624       (background dark))
625      (:foreground "yellow" :italic t))
626     (((class color)
627       (background light))
628      (:foreground "MidnightBlue" :italic t))
629     (t
630      (:italic t)))
631   "Face used for displaying newsgroups headers."
632   :group 'gnus-article-headers
633   :group 'gnus-article-highlight)
634
635 (defface gnus-header-name-face
636   '((((class color)
637       (background dark))
638      (:foreground "SeaGreen"))
639     (((class color)
640       (background light))
641      (:foreground "maroon"))
642     (t
643      (:bold t)))
644   "Face used for displaying header names."
645   :group 'gnus-article-headers
646   :group 'gnus-article-highlight)
647
648 (defface gnus-header-content-face
649   '((((class color)
650       (background dark))
651      (:foreground "forest green" :italic t))
652     (((class color)
653       (background light))
654      (:foreground "indianred4" :italic t))
655     (t
656      (:italic t)))  "Face used for displaying header content."
657   :group 'gnus-article-headers
658   :group 'gnus-article-highlight)
659
660 (defcustom gnus-header-face-alist
661   '(("From" nil gnus-header-from-face)
662     ("Subject" nil gnus-header-subject-face)
663     ("Newsgroups:.*," nil gnus-header-newsgroups-face)
664     ("" gnus-header-name-face gnus-header-content-face))
665   "*Controls highlighting of article header.
666
667 An alist of the form (HEADER NAME CONTENT).
668
669 HEADER is a regular expression which should match the name of an
670 header header and NAME and CONTENT are either face names or nil.
671
672 The name of each header field will be displayed using the face
673 specified by the first element in the list where HEADER match the
674 header name and NAME is non-nil.  Similarly, the content will be
675 displayed by the first non-nil matching CONTENT face."
676   :group 'gnus-article-headers
677   :group 'gnus-article-highlight
678   :type '(repeat (list (regexp :tag "Header")
679                        (choice :tag "Name"
680                                (item :tag "skip" nil)
681                                (face :value default))
682                        (choice :tag "Content"
683                                (item :tag "skip" nil)
684                                (face :value default)))))
685
686 (defcustom gnus-article-decode-hook
687   '(article-decode-charset article-decode-encoded-words
688                            article-decode-group-name article-decode-idna-rhs)
689   "*Hook run to decode charsets in articles."
690   :group 'gnus-article-headers
691   :type 'hook)
692
693 (defcustom gnus-display-mime-function 'gnus-display-mime
694   "Function to display MIME articles."
695   :group 'gnus-article-mime
696   :type 'function)
697
698 (defvar gnus-decode-header-function 'mail-decode-encoded-word-region
699   "Function used to decode headers.")
700
701 (defvar gnus-article-dumbquotes-map
702   '(("\200" "EUR")
703     ("\202" ",")
704     ("\203" "f")
705     ("\204" ",,")
706     ("\205" "...")
707     ("\213" "<")
708     ("\214" "OE")
709     ("\221" "`")
710     ("\222" "'")
711     ("\223" "``")
712     ("\224" "\"")
713     ("\225" "*")
714     ("\226" "-")
715     ("\227" "--")
716     ("\230" "~")
717     ("\231" "(TM)")
718     ("\233" ">")
719     ("\234" "oe")
720     ("\264" "'"))
721   "Table for MS-to-Latin1 translation.")
722
723 (defcustom gnus-ignored-mime-types nil
724   "List of MIME types that should be ignored by Gnus."
725   :version "21.1"
726   :group 'gnus-article-mime
727   :type '(repeat regexp))
728
729 (defcustom gnus-unbuttonized-mime-types '(".*/.*")
730   "List of MIME types that should not be given buttons when rendered inline.
731 See also `gnus-buttonized-mime-types' which may override this variable.
732 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
733   :version "21.1"
734   :group 'gnus-article-mime
735   :type '(repeat regexp))
736
737 (defcustom gnus-buttonized-mime-types nil
738   "List of MIME types that should be given buttons when rendered inline.
739 If set, this variable overrides `gnus-unbuttonized-mime-types'.
740 To see e.g. security buttons you could set this to
741 `(\"multipart/signed\")'.
742 This variable is only used when `gnus-inhibit-mime-unbuttonizing' is nil."
743   :version "21.1"
744   :group 'gnus-article-mime
745   :type '(repeat regexp))
746
747 (defcustom gnus-inhibit-mime-unbuttonizing nil
748   "If non-nil, all MIME parts get buttons.
749 When nil (the default value), then some MIME parts do not get buttons,
750 as described by the variables `gnus-buttonized-mime-types' and
751 `gnus-unbuttonized-mime-types'."
752   :version "21.3"
753   :type 'boolean)
754
755 (defcustom gnus-body-boundary-delimiter "_"
756   "String used to delimit header and body.
757 This variable is used by `gnus-article-treat-body-boundary' which can
758 be controlled by `gnus-treat-body-boundary'."
759   :group 'gnus-article-various
760   :type '(choice (item :tag "None" :value nil)
761                  string))
762
763 (defcustom gnus-picon-databases '("/usr/lib/picon" "/usr/local/faces")
764   "Defines the location of the faces database.
765 For information on obtaining this database of pretty pictures, please
766 see http://www.cs.indiana.edu/picons/ftp/index.html"
767   :type '(repeat directory)
768   :link '(url-link :tag "download"
769                    "http://www.cs.indiana.edu/picons/ftp/index.html")
770   :link '(custom-manual "(gnus)Picons")
771   :group 'gnus-picon)
772
773 (defun gnus-picons-installed-p ()
774   "Say whether picons are installed on your machine."
775   (let ((installed nil))
776     (dolist (database gnus-picon-databases)
777       (when (file-exists-p database)
778         (setq installed t)))
779     installed))
780
781 (defcustom gnus-article-mime-part-function nil
782   "Function called with a MIME handle as the argument.
783 This is meant for people who want to do something automatic based
784 on parts -- for instance, adding Vcard info to a database."
785   :group 'gnus-article-mime
786   :type 'function)
787
788 (defcustom gnus-mime-multipart-functions nil
789   "An alist of MIME types to functions to display them."
790   :version "21.1"
791   :group 'gnus-article-mime
792   :type 'alist)
793
794 (defcustom gnus-article-date-lapsed-new-header nil
795   "Whether the X-Sent and Date headers can coexist.
796 When using `gnus-treat-date-lapsed', the \"X-Sent:\" header will
797 either replace the old \"Date:\" header (if this variable is nil), or
798 be added below it (otherwise)."
799   :version "21.1"
800   :group 'gnus-article-headers
801   :type 'boolean)
802
803 (defcustom gnus-article-mime-match-handle-function 'undisplayed-alternative
804   "Function called with a MIME handle as the argument.
805 This is meant for people who want to view first matched part.
806 For `undisplayed-alternative' (default), the first undisplayed
807 part or alternative part is used.  For `undisplayed', the first
808 undisplayed part is used.  For a function, the first part which
809 the function return t is used.  For nil, the first part is
810 used."
811   :version "21.1"
812   :group 'gnus-article-mime
813   :type '(choice
814           (item :tag "first" :value nil)
815           (item :tag "undisplayed" :value undisplayed)
816           (item :tag "undisplayed or alternative"
817                 :value undisplayed-alternative)
818           (function)))
819
820 (defcustom gnus-mime-action-alist
821   '(("save to file" . gnus-mime-save-part)
822     ("save and strip" . gnus-mime-save-part-and-strip)
823     ("delete part" . gnus-mime-delete-part)
824     ("display as text" . gnus-mime-inline-part)
825     ("view the part" . gnus-mime-view-part)
826     ("pipe to command" . gnus-mime-pipe-part)
827     ("toggle display" . gnus-article-press-button)
828     ("toggle display" . gnus-article-view-part-as-charset)
829     ("view as type" . gnus-mime-view-part-as-type)
830     ("view internally" . gnus-mime-view-part-internally)
831     ("view externally" . gnus-mime-view-part-externally))
832   "An alist of actions that run on the MIME attachment."
833   :group 'gnus-article-mime
834   :type '(repeat (cons (string :tag "name")
835                        (function))))
836
837 ;;;
838 ;;; The treatment variables
839 ;;;
840
841 (defvar gnus-part-display-hook nil
842   "Hook called on parts that are to receive treatment.")
843
844 (defvar gnus-article-treat-custom
845   '(choice (const :tag "Off" nil)
846            (const :tag "On" t)
847            (const :tag "Header" head)
848            (const :tag "Last" last)
849            (integer :tag "Less")
850            (repeat :tag "Groups" regexp)
851            (sexp :tag "Predicate")))
852
853 (defvar gnus-article-treat-head-custom
854   '(choice (const :tag "Off" nil)
855            (const :tag "Header" head)))
856
857 (defvar gnus-article-treat-types '("text/plain")
858   "Parts to treat.")
859
860 (defvar gnus-inhibit-treatment nil
861   "Whether to inhibit treatment.")
862
863 (defcustom gnus-treat-highlight-signature '(or t (typep "text/x-vcard"))
864   "Highlight the signature.
865 Valid values are nil, t, `head', `last', an integer or a predicate.
866 See Info node `(gnus)Customizing Articles'."
867   :group 'gnus-article-treat
868   :link '(custom-manual "(gnus)Customizing Articles")
869   :type gnus-article-treat-custom)
870 (put 'gnus-treat-highlight-signature 'highlight t)
871
872 (defcustom gnus-treat-buttonize 100000
873   "Add buttons.
874 Valid values are nil, t, `head', `last', an integer or a predicate.
875 See Info node `(gnus)Customizing Articles'."
876   :group 'gnus-article-treat
877   :link '(custom-manual "(gnus)Customizing Articles")
878   :type gnus-article-treat-custom)
879 (put 'gnus-treat-buttonize 'highlight t)
880
881 (defcustom gnus-treat-buttonize-head 'head
882   "Add buttons to the head.
883 Valid values are nil, t, `head', `last', an integer or a predicate.
884 See Info node `(gnus)Customizing Articles' for details."
885   :group 'gnus-article-treat
886   :link '(custom-manual "(gnus)Customizing Articles")
887   :type gnus-article-treat-head-custom)
888 (put 'gnus-treat-buttonize-head 'highlight t)
889
890 (defcustom gnus-treat-emphasize
891   (and (or window-system
892            (featurep 'xemacs)
893            (>= (string-to-number emacs-version) 21))
894        50000)
895   "Emphasize text.
896 Valid values are nil, t, `head', `last', an integer or a predicate.
897 See Info node `(gnus)Customizing Articles' for details."
898   :group 'gnus-article-treat
899   :link '(custom-manual "(gnus)Customizing Articles")
900   :type gnus-article-treat-custom)
901 (put 'gnus-treat-emphasize 'highlight t)
902
903 (defcustom gnus-treat-strip-cr nil
904   "Remove carriage returns.
905 Valid values are nil, t, `head', `last', an integer or a predicate.
906 See Info node `(gnus)Customizing Articles' for details."
907   :group 'gnus-article-treat
908   :link '(custom-manual "(gnus)Customizing Articles")
909   :type gnus-article-treat-custom)
910
911 (defcustom gnus-treat-unsplit-urls nil
912   "Remove newlines from within URLs.
913 Valid values are nil, t, `head', `last', an integer or a predicate.
914 See Info node `(gnus)Customizing Articles' for details."
915   :group 'gnus-article-treat
916   :link '(custom-manual "(gnus)Customizing Articles")
917   :type gnus-article-treat-custom)
918
919 (defcustom gnus-treat-leading-whitespace nil
920   "Remove leading whitespace in headers.
921 Valid values are nil, t, `head', `last', an integer or a predicate.
922 See Info node `(gnus)Customizing Articles' for details."
923   :group 'gnus-article-treat
924   :link '(custom-manual "(gnus)Customizing Articles")
925   :type gnus-article-treat-custom)
926
927 (defcustom gnus-treat-hide-headers 'head
928   "Hide headers.
929 Valid values are nil, t, `head', `last', an integer or a predicate.
930 See Info node `(gnus)Customizing Articles' for details."
931   :group 'gnus-article-treat
932   :link '(custom-manual "(gnus)Customizing Articles")
933   :type gnus-article-treat-head-custom)
934
935 (defcustom gnus-treat-hide-boring-headers nil
936   "Hide boring headers.
937 Valid values are nil, t, `head', `last', an integer or a predicate.
938 See Info node `(gnus)Customizing Articles' for details."
939   :group 'gnus-article-treat
940   :link '(custom-manual "(gnus)Customizing Articles")
941   :type gnus-article-treat-head-custom)
942
943 (defcustom gnus-treat-hide-signature nil
944   "Hide the signature.
945 Valid values are nil, t, `head', `last', an integer or a predicate.
946 See Info node `(gnus)Customizing Articles' for details."
947   :group 'gnus-article-treat
948   :link '(custom-manual "(gnus)Customizing Articles")
949   :type gnus-article-treat-custom)
950
951 (defcustom gnus-treat-fill-article nil
952   "Fill the article.
953 Valid values are nil, t, `head', `last', an integer or a predicate.
954 See Info node `(gnus)Customizing Articles' for details."
955   :group 'gnus-article-treat
956   :link '(custom-manual "(gnus)Customizing Articles")
957   :type gnus-article-treat-custom)
958
959 (defcustom gnus-treat-hide-citation nil
960   "Hide cited text.
961 Valid values are nil, t, `head', `last', an integer or a predicate.
962 See Info node `(gnus)Customizing Articles' for details."
963   :group 'gnus-article-treat
964   :link '(custom-manual "(gnus)Customizing Articles")
965   :type gnus-article-treat-custom)
966
967 (defcustom gnus-treat-hide-citation-maybe nil
968   "Hide cited text.
969 Valid values are nil, t, `head', `last', an integer or a predicate.
970 See Info node `(gnus)Customizing Articles' for details."
971   :group 'gnus-article-treat
972   :link '(custom-manual "(gnus)Customizing Articles")
973   :type gnus-article-treat-custom)
974
975 (defcustom gnus-treat-strip-list-identifiers 'head
976   "Strip list identifiers from `gnus-list-identifiers`.
977 Valid values are nil, t, `head', `last', an integer or a predicate.
978 See Info node `(gnus)Customizing Articles' for details."
979   :version "21.1"
980   :group 'gnus-article-treat
981   :link '(custom-manual "(gnus)Customizing Articles")
982   :type gnus-article-treat-custom)
983
984 (make-obsolete-variable 'gnus-treat-strip-pgp 
985                         "This option is obsolete in Gnus 5.10.")
986
987 (defcustom gnus-treat-strip-pem nil
988   "Strip PEM signatures.
989 Valid values are nil, t, `head', `last', an integer or a predicate.
990 See Info node `(gnus)Customizing Articles' for details."
991   :group 'gnus-article-treat
992   :link '(custom-manual "(gnus)Customizing Articles")
993   :type gnus-article-treat-custom)
994
995 (defcustom gnus-treat-strip-banner t
996   "Strip banners from articles.
997 The banner to be stripped is specified in the `banner' group parameter.
998 Valid values are nil, t, `head', `last', an integer or a predicate.
999 See Info node `(gnus)Customizing Articles' for details."
1000   :group 'gnus-article-treat
1001   :link '(custom-manual "(gnus)Customizing Articles")
1002   :type gnus-article-treat-custom)
1003
1004 (defcustom gnus-treat-highlight-headers 'head
1005   "Highlight the headers.
1006 Valid values are nil, t, `head', `last', an integer or a predicate.
1007 See Info node `(gnus)Customizing Articles' for details."
1008   :group 'gnus-article-treat
1009   :link '(custom-manual "(gnus)Customizing Articles")
1010   :type gnus-article-treat-head-custom)
1011 (put 'gnus-treat-highlight-headers 'highlight t)
1012
1013 (defcustom gnus-treat-highlight-citation t
1014   "Highlight cited text.
1015 Valid values are nil, t, `head', `last', an integer or a predicate.
1016 See Info node `(gnus)Customizing Articles' for details."
1017   :group 'gnus-article-treat
1018   :link '(custom-manual "(gnus)Customizing Articles")
1019   :type gnus-article-treat-custom)
1020 (put 'gnus-treat-highlight-citation 'highlight t)
1021
1022 (defcustom gnus-treat-date-ut nil
1023   "Display the Date in UT (GMT).
1024 Valid values are nil, t, `head', `last', an integer or a predicate.
1025 See Info node `(gnus)Customizing Articles' for details."
1026   :group 'gnus-article-treat
1027   :link '(custom-manual "(gnus)Customizing Articles")
1028   :type gnus-article-treat-head-custom)
1029
1030 (defcustom gnus-treat-date-local nil
1031   "Display the Date in the local timezone.
1032 Valid values are nil, t, `head', `last', an integer or a predicate.
1033 See Info node `(gnus)Customizing Articles' for details."
1034   :group 'gnus-article-treat
1035   :link '(custom-manual "(gnus)Customizing Articles")
1036   :type gnus-article-treat-head-custom)
1037
1038 (defcustom gnus-treat-date-english nil
1039   "Display the Date in a format that can be read aloud in English.
1040 Valid values are nil, t, `head', `last', an integer or a predicate.
1041 See Info node `(gnus)Customizing Articles' for details."
1042   :group 'gnus-article-treat
1043   :link '(custom-manual "(gnus)Customizing Articles")
1044   :type gnus-article-treat-head-custom)
1045
1046 (defcustom gnus-treat-date-lapsed nil
1047   "Display the Date header in a way that says how much time has elapsed.
1048 Valid values are nil, t, `head', `last', an integer or a predicate.
1049 See Info node `(gnus)Customizing Articles' for details."
1050   :group 'gnus-article-treat
1051   :link '(custom-manual "(gnus)Customizing Articles")
1052   :type gnus-article-treat-head-custom)
1053
1054 (defcustom gnus-treat-date-original nil
1055   "Display the date in the original timezone.
1056 Valid values are nil, t, `head', `last', an integer or a predicate.
1057 See Info node `(gnus)Customizing Articles' for details."
1058   :group 'gnus-article-treat
1059   :link '(custom-manual "(gnus)Customizing Articles")
1060   :type gnus-article-treat-head-custom)
1061
1062 (defcustom gnus-treat-date-iso8601 nil
1063   "Display the date in the ISO8601 format.
1064 Valid values are nil, t, `head', `last', an integer or a predicate.
1065 See Info node `(gnus)Customizing Articles' for details."
1066   :version "21.1"
1067   :group 'gnus-article-treat
1068   :link '(custom-manual "(gnus)Customizing Articles")
1069   :type gnus-article-treat-head-custom)
1070
1071 (defcustom gnus-treat-date-user-defined nil
1072   "Display the date in a user-defined format.
1073 The format is defined by the `gnus-article-time-format' variable.
1074 Valid values are nil, t, `head', `last', an integer or a predicate.
1075 See Info node `(gnus)Customizing Articles' for details."
1076   :group 'gnus-article-treat
1077   :link '(custom-manual "(gnus)Customizing Articles")
1078   :type gnus-article-treat-head-custom)
1079
1080 (defcustom gnus-treat-strip-headers-in-body t
1081   "Strip the X-No-Archive header line from the beginning of the body.
1082 Valid values are nil, t, `head', `last', an integer or a predicate.
1083 See Info node `(gnus)Customizing Articles' for details."
1084   :version "21.1"
1085   :group 'gnus-article-treat
1086   :link '(custom-manual "(gnus)Customizing Articles")
1087   :type gnus-article-treat-custom)
1088
1089 (defcustom gnus-treat-strip-trailing-blank-lines nil
1090   "Strip trailing blank lines.
1091 Valid values are nil, t, `head', `last', an integer or a predicate.
1092 See Info node `(gnus)Customizing Articles' for details."
1093   :group 'gnus-article-treat
1094   :link '(custom-manual "(gnus)Customizing Articles")
1095   :type gnus-article-treat-custom)
1096
1097 (defcustom gnus-treat-strip-leading-blank-lines nil
1098   "Strip leading blank lines.
1099 Valid values are nil, t, `head', `last', an integer or a predicate.
1100 See Info node `(gnus)Customizing Articles' for details."
1101   :group 'gnus-article-treat
1102   :link '(custom-manual "(gnus)Customizing Articles")
1103   :type gnus-article-treat-custom)
1104
1105 (defcustom gnus-treat-strip-multiple-blank-lines nil
1106   "Strip multiple blank lines.
1107 Valid values are nil, t, `head', `last', an integer or a predicate.
1108 See Info node `(gnus)Customizing Articles' for details."
1109   :group 'gnus-article-treat
1110   :link '(custom-manual "(gnus)Customizing Articles")
1111   :type gnus-article-treat-custom)
1112
1113 (defcustom gnus-treat-unfold-headers 'head
1114   "Unfold folded header lines.
1115 Valid values are nil, t, `head', `last', an integer or a predicate.
1116 See Info node `(gnus)Customizing Articles' for details."
1117   :group 'gnus-article-treat
1118   :link '(custom-manual "(gnus)Customizing Articles")
1119   :type gnus-article-treat-custom)
1120
1121 (defcustom gnus-treat-fold-headers nil
1122   "Fold headers.
1123 Valid values are nil, t, `head', `last', an integer or a predicate.
1124 See Info node `(gnus)Customizing Articles' for details."
1125   :group 'gnus-article-treat
1126   :link '(custom-manual "(gnus)Customizing Articles")
1127   :type gnus-article-treat-custom)
1128
1129 (defcustom gnus-treat-fold-newsgroups 'head
1130   "Fold the Newsgroups and Followup-To headers.
1131 Valid values are nil, t, `head', `last', an integer or a predicate.
1132 See Info node `(gnus)Customizing Articles' for details."
1133   :group 'gnus-article-treat
1134   :link '(custom-manual "(gnus)Customizing Articles")
1135   :type gnus-article-treat-custom)
1136
1137 (defcustom gnus-treat-overstrike t
1138   "Treat overstrike highlighting.
1139 Valid values are nil, t, `head', `last', an integer or a predicate.
1140 See Info node `(gnus)Customizing Articles' for details."
1141   :group 'gnus-article-treat
1142   :link '(custom-manual "(gnus)Customizing Articles")
1143   :type gnus-article-treat-custom)
1144 (put 'gnus-treat-overstrike 'highlight t)
1145
1146 (defcustom gnus-treat-display-xface
1147   (and (not noninteractive)
1148        (or (and (fboundp 'image-type-available-p)
1149                 (image-type-available-p 'xbm)
1150                 (string-match "^0x" (shell-command-to-string "uncompface"))
1151                 (executable-find "icontopbm"))
1152            (and (featurep 'xemacs)
1153                 (featurep 'xface)))
1154        'head)
1155   "Display X-Face headers.
1156 Valid values are nil, t, `head', `last', an integer or a predicate.
1157 See Info node `(gnus)Customizing Articles' and Info node
1158 `(gnus)X-Face' for details."
1159   :group 'gnus-article-treat
1160   :version "21.1"
1161   :link '(custom-manual "(gnus)Customizing Articles")
1162   :link '(custom-manual "(gnus)X-Face")
1163   :type gnus-article-treat-head-custom)
1164 (put 'gnus-treat-display-xface 'highlight t)
1165
1166 (defcustom gnus-treat-display-face
1167   (and (not noninteractive)
1168        (or (and (fboundp 'image-type-available-p)
1169                 (image-type-available-p 'png))
1170            (and (featurep 'xemacs)
1171                 (featurep 'png)))
1172        'head)
1173   "Display Face headers.
1174 Valid values are nil, t, `head', `last', an integer or a predicate.
1175 See Info node `(gnus)Customizing Articles' and Info node
1176 `(gnus)X-Face' for details."
1177   :group 'gnus-article-treat
1178   :version "21.1"
1179   :link '(custom-manual "(gnus)Customizing Articles")
1180   :link '(custom-manual "(gnus)X-Face")
1181   :type gnus-article-treat-head-custom)
1182 (put 'gnus-treat-display-xface 'highlight t)
1183
1184 (defcustom gnus-treat-display-smileys
1185   (if (or (and (featurep 'xemacs)
1186                (featurep 'xpm))
1187           (and (fboundp 'image-type-available-p)
1188                (image-type-available-p 'pbm)))
1189       t nil)
1190   "Display smileys.
1191 Valid values are nil, t, `head', `last', an integer or a predicate.
1192 See Info node `(gnus)Customizing Articles' and Info node
1193 `(gnus)Smileys' for details."
1194   :group 'gnus-article-treat
1195   :version "21.1"
1196   :link '(custom-manual "(gnus)Customizing Articles")
1197   :link '(custom-manual "(gnus)Smileys")
1198   :type gnus-article-treat-custom)
1199 (put 'gnus-treat-display-smileys 'highlight t)
1200
1201 (defcustom gnus-treat-from-picon
1202   (if (and (gnus-image-type-available-p 'xpm)
1203            (gnus-picons-installed-p))
1204       'head nil)
1205   "Display picons in the From header.
1206 Valid values are nil, t, `head', `last', an integer or a predicate.
1207 See Info node `(gnus)Customizing Articles' and Info node
1208 `(gnus)Picons' for details."
1209   :group 'gnus-article-treat
1210   :group 'gnus-picon
1211   :link '(custom-manual "(gnus)Customizing Articles")
1212   :link '(custom-manual "(gnus)Picons")
1213   :type gnus-article-treat-head-custom)
1214 (put 'gnus-treat-from-picon 'highlight t)
1215
1216 (defcustom gnus-treat-mail-picon
1217   (if (and (gnus-image-type-available-p 'xpm)
1218            (gnus-picons-installed-p))
1219       'head nil)
1220   "Display picons in To and Cc headers.
1221 Valid values are nil, t, `head', `last', an integer or a predicate.
1222 See Info node `(gnus)Customizing Articles' and Info node
1223 `(gnus)Picons' for details."
1224   :group 'gnus-article-treat
1225   :group 'gnus-picon
1226   :link '(custom-manual "(gnus)Customizing Articles")
1227   :link '(custom-manual "(gnus)Picons")
1228   :type gnus-article-treat-head-custom)
1229 (put 'gnus-treat-mail-picon 'highlight t)
1230
1231 (defcustom gnus-treat-newsgroups-picon
1232   (if (and (gnus-image-type-available-p 'xpm)
1233            (gnus-picons-installed-p))
1234       'head nil)
1235   "Display picons in the Newsgroups and Followup-To headers.
1236 Valid values are nil, t, `head', `last', an integer or a predicate.
1237 See Info node `(gnus)Customizing Articles' and Info node
1238 `(gnus)Picons' for details."
1239   :group 'gnus-article-treat
1240   :group 'gnus-picon
1241   :link '(custom-manual "(gnus)Customizing Articles")
1242   :link '(custom-manual "(gnus)Picons")
1243   :type gnus-article-treat-head-custom)
1244 (put 'gnus-treat-newsgroups-picon 'highlight t)
1245
1246 (defcustom gnus-treat-body-boundary
1247   (if (or gnus-treat-newsgroups-picon
1248           gnus-treat-mail-picon
1249           gnus-treat-from-picon)
1250       'head nil)
1251   "Draw a boundary at the end of the headers.
1252 Valid values are nil, t, `head', `last', an integer or a predicate.
1253 See Info node `(gnus)Customizing Articles' for details."
1254   :version "21.1"
1255   :group 'gnus-article-treat
1256   :link '(custom-manual "(gnus)Customizing Articles")
1257   :type gnus-article-treat-custom)
1258
1259 (defcustom gnus-treat-capitalize-sentences nil
1260   "Capitalize sentence-starting words.
1261 Valid values are nil, t, `head', `last', an integer or a predicate.
1262 See Info node `(gnus)Customizing Articles' for details."
1263   :version "21.1"
1264   :group 'gnus-article-treat
1265   :link '(custom-manual "(gnus)Customizing Articles")
1266   :type gnus-article-treat-custom)
1267
1268 (defcustom gnus-treat-wash-html nil
1269   "Format as HTML.
1270 Valid values are nil, t, `head', `last', an integer or a predicate.
1271 See Info node `(gnus)Customizing Articles' for details."
1272   :group 'gnus-article-treat
1273   :link '(custom-manual "(gnus)Customizing Articles")
1274   :type gnus-article-treat-custom)
1275
1276 (defcustom gnus-treat-fill-long-lines nil
1277   "Fill long lines.
1278 Valid values are nil, t, `head', `last', an integer or a predicate.
1279 See Info node `(gnus)Customizing Articles' for details."
1280   :group 'gnus-article-treat
1281   :link '(custom-manual "(gnus)Customizing Articles")
1282   :type gnus-article-treat-custom)
1283
1284 (defcustom gnus-treat-play-sounds nil
1285   "Play sounds.
1286 Valid values are nil, t, `head', `last', an integer or a predicate.
1287 See Info node `(gnus)Customizing Articles' for details."
1288   :version "21.1"
1289   :group 'gnus-article-treat
1290   :link '(custom-manual "(gnus)Customizing Articles")
1291   :type gnus-article-treat-custom)
1292
1293 (defcustom gnus-treat-translate nil
1294   "Translate articles from one language to another.
1295 Valid values are nil, t, `head', `last', an integer or a predicate.
1296 See Info node `(gnus)Customizing Articles' for details."
1297   :version "21.1"
1298   :group 'gnus-article-treat
1299   :link '(custom-manual "(gnus)Customizing Articles")
1300   :type gnus-article-treat-custom)
1301
1302 (defcustom gnus-treat-x-pgp-sig nil
1303   "Verify X-PGP-Sig.
1304 To automatically treat X-PGP-Sig, set it to head.
1305 Valid values are nil, t, `head', `last', an integer or a predicate.
1306 See Info node `(gnus)Customizing Articles' for details."
1307   :group 'gnus-article-treat
1308   :group 'mime-security
1309   :link '(custom-manual "(gnus)Customizing Articles")
1310   :type gnus-article-treat-custom)
1311
1312 (defvar gnus-article-encrypt-protocol-alist
1313   '(("PGP" . mml2015-self-encrypt)))
1314
1315 ;; Set to nil if more than one protocol added to
1316 ;; gnus-article-encrypt-protocol-alist.
1317 (defcustom gnus-article-encrypt-protocol "PGP"
1318   "The protocol used for encrypt articles.
1319 It is a string, such as \"PGP\". If nil, ask user."
1320   :type 'string
1321   :group 'mime-security)
1322
1323 (defvar gnus-article-wash-function nil
1324   "Function used for converting HTML into text.")
1325
1326 (defcustom gnus-use-idna (and (condition-case nil (require 'idna) (file-error))
1327                               (mm-coding-system-p 'utf-8))
1328   "Whether IDNA decoding of headers is used when viewing messages.
1329 This requires GNU Libidn, and by default only enabled if it is found."
1330   :group 'gnus-article-headers
1331   :type 'boolean)
1332
1333 (defcustom gnus-article-over-scroll nil
1334   "If non-nil, allow scrolling the article buffer even when there no more text."
1335   :group 'gnus-article
1336   :type 'boolean)
1337
1338 ;;; Internal variables
1339
1340 (defvar gnus-english-month-names
1341   '("January" "February" "March" "April" "May" "June" "July" "August"
1342     "September" "October" "November" "December"))
1343
1344 (defvar article-goto-body-goes-to-point-min-p nil)
1345 (defvar gnus-article-wash-types nil)
1346 (defvar gnus-article-emphasis-alist nil)
1347 (defvar gnus-article-image-alist nil)
1348
1349 (defvar gnus-article-mime-handle-alist-1 nil)
1350 (defvar gnus-treatment-function-alist
1351   '((gnus-treat-x-pgp-sig gnus-article-verify-x-pgp-sig)
1352     (gnus-treat-strip-banner gnus-article-strip-banner)
1353     (gnus-treat-strip-headers-in-body gnus-article-strip-headers-in-body)
1354     (gnus-treat-highlight-signature gnus-article-highlight-signature)
1355     (gnus-treat-buttonize gnus-article-add-buttons)
1356     (gnus-treat-fill-article gnus-article-fill-cited-article)
1357     (gnus-treat-fill-long-lines gnus-article-fill-long-lines)
1358     (gnus-treat-strip-cr gnus-article-remove-cr)
1359     (gnus-treat-unsplit-urls gnus-article-unsplit-urls)
1360     (gnus-treat-date-ut gnus-article-date-ut)
1361     (gnus-treat-date-local gnus-article-date-local)
1362     (gnus-treat-date-english gnus-article-date-english)
1363     (gnus-treat-date-lapsed gnus-article-date-lapsed)
1364     (gnus-treat-date-original gnus-article-date-original)
1365     (gnus-treat-date-user-defined gnus-article-date-user)
1366     (gnus-treat-date-iso8601 gnus-article-date-iso8601)
1367     (gnus-treat-display-xface gnus-article-display-x-face)
1368     (gnus-treat-display-face gnus-article-display-face)
1369     (gnus-treat-hide-headers gnus-article-maybe-hide-headers)
1370     (gnus-treat-hide-boring-headers gnus-article-hide-boring-headers)
1371     (gnus-treat-hide-signature gnus-article-hide-signature)
1372     (gnus-treat-strip-list-identifiers gnus-article-hide-list-identifiers)
1373     (gnus-treat-leading-whitespace gnus-article-remove-leading-whitespace)
1374     (gnus-treat-strip-pem gnus-article-hide-pem)
1375     (gnus-treat-from-picon gnus-treat-from-picon)
1376     (gnus-treat-mail-picon gnus-treat-mail-picon)
1377     (gnus-treat-newsgroups-picon gnus-treat-newsgroups-picon)
1378     (gnus-treat-highlight-headers gnus-article-highlight-headers)
1379     (gnus-treat-highlight-signature gnus-article-highlight-signature)
1380     (gnus-treat-strip-trailing-blank-lines
1381      gnus-article-remove-trailing-blank-lines)
1382     (gnus-treat-strip-leading-blank-lines
1383      gnus-article-strip-leading-blank-lines)
1384     (gnus-treat-strip-multiple-blank-lines
1385      gnus-article-strip-multiple-blank-lines)
1386     (gnus-treat-overstrike gnus-article-treat-overstrike)
1387     (gnus-treat-unfold-headers gnus-article-treat-unfold-headers)
1388     (gnus-treat-fold-headers gnus-article-treat-fold-headers)
1389     (gnus-treat-fold-newsgroups gnus-article-treat-fold-newsgroups)
1390     (gnus-treat-buttonize-head gnus-article-add-buttons-to-head)
1391     (gnus-treat-display-smileys gnus-treat-smiley)
1392     (gnus-treat-capitalize-sentences gnus-article-capitalize-sentences)
1393     (gnus-treat-wash-html gnus-article-wash-html)
1394     (gnus-treat-emphasize gnus-article-emphasize)
1395     (gnus-treat-hide-citation gnus-article-hide-citation)
1396     (gnus-treat-hide-citation-maybe gnus-article-hide-citation-maybe)
1397     (gnus-treat-highlight-citation gnus-article-highlight-citation)
1398     (gnus-treat-body-boundary gnus-article-treat-body-boundary)
1399     (gnus-treat-play-sounds gnus-earcon-display)))
1400
1401 (defvar gnus-article-mime-handle-alist nil)
1402 (defvar article-lapsed-timer nil)
1403 (defvar gnus-article-current-summary nil)
1404
1405 (defvar gnus-article-mode-syntax-table
1406   (let ((table (copy-syntax-table text-mode-syntax-table)))
1407     ;; This causes the citation match run O(2^n).
1408     ;; (modify-syntax-entry ?- "w" table)
1409     (modify-syntax-entry ?> ")<" table)
1410     (modify-syntax-entry ?< "(>" table)
1411     ;; make M-. in article buffers work for `foo' strings
1412     (modify-syntax-entry ?' " " table)
1413     (modify-syntax-entry ?` " " table)
1414     table)
1415   "Syntax table used in article mode buffers.
1416 Initialized from `text-mode-syntax-table.")
1417
1418 (defvar gnus-save-article-buffer nil)
1419
1420 (defvar gnus-article-mode-line-format-alist
1421   (nconc '((?w (gnus-article-wash-status) ?s)
1422            (?m (gnus-article-mime-part-status) ?s))
1423          gnus-summary-mode-line-format-alist))
1424
1425 (defvar gnus-number-of-articles-to-be-saved nil)
1426
1427 (defvar gnus-inhibit-hiding nil)
1428
1429 ;;; Macros for dealing with the article buffer.
1430
1431 (defmacro gnus-with-article-headers (&rest forms)
1432   `(save-excursion
1433      (set-buffer gnus-article-buffer)
1434      (save-restriction
1435        (let ((buffer-read-only nil)
1436              (inhibit-point-motion-hooks t)
1437              (case-fold-search t))
1438          (article-narrow-to-head)
1439          ,@forms))))
1440
1441 (put 'gnus-with-article-headers 'lisp-indent-function 0)
1442 (put 'gnus-with-article-headers 'edebug-form-spec '(body))
1443
1444 (defmacro gnus-with-article-buffer (&rest forms)
1445   `(save-excursion
1446      (set-buffer gnus-article-buffer)
1447      (let ((buffer-read-only nil))
1448        ,@forms)))
1449
1450 (put 'gnus-with-article-buffer 'lisp-indent-function 0)
1451 (put 'gnus-with-article-buffer 'edebug-form-spec '(body))
1452
1453 (defun gnus-article-goto-header (header)
1454   "Go to HEADER, which is a regular expression."
1455   (re-search-forward (concat "^\\(" header "\\):") nil t))
1456
1457 (defsubst gnus-article-hide-text (b e props)
1458   "Set text PROPS on the B to E region, extending `intangible' 1 past B."
1459   (gnus-add-text-properties-when 'article-type nil b e props)
1460   (when (memq 'intangible props)
1461     (put-text-property
1462      (max (1- b) (point-min))
1463      b 'intangible (cddr (memq 'intangible props)))))
1464
1465 (defsubst gnus-article-unhide-text (b e)
1466   "Remove hidden text properties from region between B and E."
1467   (remove-text-properties b e gnus-hidden-properties)
1468   (when (memq 'intangible gnus-hidden-properties)
1469     (put-text-property (max (1- b) (point-min))
1470                        b 'intangible nil)))
1471
1472 (defun gnus-article-hide-text-type (b e type)
1473   "Hide text of TYPE between B and E."
1474   (gnus-add-wash-type type)
1475   (gnus-article-hide-text
1476    b e (cons 'article-type (cons type gnus-hidden-properties))))
1477
1478 (defun gnus-article-unhide-text-type (b e type)
1479   "Unhide text of TYPE between B and E."
1480   (gnus-delete-wash-type type)
1481   (remove-text-properties
1482    b e (cons 'article-type (cons type gnus-hidden-properties)))
1483   (when (memq 'intangible gnus-hidden-properties)
1484     (put-text-property (max (1- b) (point-min))
1485                        b 'intangible nil)))
1486
1487 (defun gnus-article-hide-text-of-type (type)
1488   "Hide text of TYPE in the current buffer."
1489   (save-excursion
1490     (let ((b (point-min))
1491           (e (point-max)))
1492       (while (setq b (text-property-any b e 'article-type type))
1493         (add-text-properties b (incf b) gnus-hidden-properties)))))
1494
1495 (defun gnus-article-delete-text-of-type (type)
1496   "Delete text of TYPE in the current buffer."
1497   (save-excursion
1498     (let ((b (point-min)))
1499       (while (setq b (text-property-any b (point-max) 'article-type type))
1500         (delete-region
1501          b (or (text-property-not-all b (point-max) 'article-type type)
1502                (point-max)))))))
1503
1504 (defun gnus-article-delete-invisible-text ()
1505   "Delete all invisible text in the current buffer."
1506   (save-excursion
1507     (let ((b (point-min)))
1508       (while (setq b (text-property-any b (point-max) 'invisible t))
1509         (delete-region
1510          b (or (text-property-not-all b (point-max) 'invisible t)
1511                (point-max)))))))
1512
1513 (defun gnus-article-text-type-exists-p (type)
1514   "Say whether any text of type TYPE exists in the buffer."
1515   (text-property-any (point-min) (point-max) 'article-type type))
1516
1517 (defsubst gnus-article-header-rank ()
1518   "Give the rank of the string HEADER as given by `gnus-sorted-header-list'."
1519   (let ((list gnus-sorted-header-list)
1520         (i 1))
1521     (while list
1522       (if (looking-at (car list))
1523           (setq list nil)
1524         (setq list (cdr list))
1525         (incf i)))
1526       i))
1527
1528 (defun article-hide-headers (&optional arg delete)
1529   "Hide unwanted headers and possibly sort them as well."
1530   (interactive)
1531   ;; This function might be inhibited.
1532   (unless gnus-inhibit-hiding
1533     (save-excursion
1534       (save-restriction
1535         (let ((buffer-read-only nil)
1536               (case-fold-search t)
1537               (max (1+ (length gnus-sorted-header-list)))
1538               (ignored (when (not gnus-visible-headers)
1539                          (cond ((stringp gnus-ignored-headers)
1540                                 gnus-ignored-headers)
1541                                ((listp gnus-ignored-headers)
1542                                 (mapconcat 'identity gnus-ignored-headers
1543                                            "\\|")))))
1544               (visible
1545                (cond ((stringp gnus-visible-headers)
1546                       gnus-visible-headers)
1547                      ((and gnus-visible-headers
1548                            (listp gnus-visible-headers))
1549                       (mapconcat 'identity gnus-visible-headers "\\|"))))
1550               (inhibit-point-motion-hooks t)
1551               beg)
1552           ;; First we narrow to just the headers.
1553           (article-narrow-to-head)
1554           ;; Hide any "From " lines at the beginning of (mail) articles.
1555           (while (looking-at "From ")
1556             (forward-line 1))
1557           (unless (bobp)
1558             (delete-region (point-min) (point)))
1559           ;; Then treat the rest of the header lines.
1560           ;; Then we use the two regular expressions
1561           ;; `gnus-ignored-headers' and `gnus-visible-headers' to
1562           ;; select which header lines is to remain visible in the
1563           ;; article buffer.
1564           (while (re-search-forward "^[^ \t:]*:" nil t)
1565             (beginning-of-line)
1566             ;; Mark the rank of the header.
1567             (put-text-property
1568              (point) (1+ (point)) 'message-rank
1569              (if (or (and visible (looking-at visible))
1570                      (and ignored
1571                           (not (looking-at ignored))))
1572                  (gnus-article-header-rank)
1573                (+ 2 max)))
1574             (forward-line 1))
1575           (message-sort-headers-1)
1576           (when (setq beg (text-property-any
1577                            (point-min) (point-max) 'message-rank (+ 2 max)))
1578             ;; We delete the unwanted headers.
1579             (gnus-add-wash-type 'headers)
1580             (add-text-properties (point-min) (+ 5 (point-min))
1581                                  '(article-type headers dummy-invisible t))
1582             (delete-region beg (point-max))))))))
1583
1584 (defun article-hide-boring-headers (&optional arg)
1585   "Toggle hiding of headers that aren't very interesting.
1586 If given a negative prefix, always show; if given a positive prefix,
1587 always hide."
1588   (interactive (gnus-article-hidden-arg))
1589   (when (and (not (gnus-article-check-hidden-text 'boring-headers arg))
1590              (not gnus-show-all-headers))
1591     (save-excursion
1592       (save-restriction
1593         (let ((buffer-read-only nil)
1594               (list gnus-boring-article-headers)
1595               (inhibit-point-motion-hooks t)
1596               elem)
1597           (article-narrow-to-head)
1598           (while list
1599             (setq elem (pop list))
1600             (goto-char (point-min))
1601             (cond
1602              ;; Hide empty headers.
1603              ((eq elem 'empty)
1604               (while (re-search-forward "^[^: \t]+:[ \t]*\n[^ \t]" nil t)
1605                 (forward-line -1)
1606                 (gnus-article-hide-text-type
1607                  (gnus-point-at-bol)
1608                  (progn
1609                    (end-of-line)
1610                    (if (re-search-forward "^[^ \t]" nil t)
1611                        (match-beginning 0)
1612                      (point-max)))
1613                  'boring-headers)))
1614              ;; Hide boring Newsgroups header.
1615              ((eq elem 'newsgroups)
1616               (when (gnus-string-equal
1617                      (gnus-fetch-field "newsgroups")
1618                      (gnus-group-real-name
1619                       (if (boundp 'gnus-newsgroup-name)
1620                           gnus-newsgroup-name
1621                         "")))
1622                 (gnus-article-hide-header "newsgroups")))
1623              ((eq elem 'to-address)
1624               (let ((to (message-fetch-field "to"))
1625                     (to-address
1626                      (gnus-parameter-to-address
1627                       (if (boundp 'gnus-newsgroup-name)
1628                           gnus-newsgroup-name ""))))
1629                 (when (and to to-address
1630                            (ignore-errors
1631                              (gnus-string-equal
1632                               ;; only one address in To
1633                               (nth 1 (mail-extract-address-components to))
1634                               to-address)))
1635                   (gnus-article-hide-header "to"))))
1636              ((eq elem 'to-list)
1637               (let ((to (message-fetch-field "to"))
1638                     (to-list
1639                      (gnus-parameter-to-list
1640                       (if (boundp 'gnus-newsgroup-name)
1641                           gnus-newsgroup-name ""))))
1642                 (when (and to to-list
1643                            (ignore-errors
1644                              (gnus-string-equal
1645                               ;; only one address in To
1646                               (nth 1 (mail-extract-address-components to))
1647                               to-list)))
1648                   (gnus-article-hide-header "to"))))
1649              ((eq elem 'cc-list)
1650               (let ((cc (message-fetch-field "cc"))
1651                     (to-list
1652                      (gnus-parameter-to-list
1653                       (if (boundp 'gnus-newsgroup-name)
1654                           gnus-newsgroup-name ""))))
1655                 (when (and cc to-list
1656                            (ignore-errors
1657                              (gnus-string-equal
1658                               ;; only one address in CC
1659                               (nth 1 (mail-extract-address-components cc))
1660                               to-list)))
1661                   (gnus-article-hide-header "cc"))))
1662              ((eq elem 'followup-to)
1663               (when (gnus-string-equal
1664                      (message-fetch-field "followup-to")
1665                      (message-fetch-field "newsgroups"))
1666                 (gnus-article-hide-header "followup-to")))
1667              ((eq elem 'reply-to)
1668               (if (gnus-group-find-parameter
1669                    gnus-newsgroup-name 'broken-reply-to)
1670                   (gnus-article-hide-header "reply-to")
1671                 (let ((from (message-fetch-field "from"))
1672                       (reply-to (message-fetch-field "reply-to")))
1673                   (when (and
1674                          from reply-to
1675                          (ignore-errors
1676                            (gnus-string-equal
1677                             (nth 1 (mail-extract-address-components from))
1678                             (nth 1 (mail-extract-address-components reply-to)))))
1679                     (gnus-article-hide-header "reply-to")))))
1680              ((eq elem 'date)
1681               (let ((date (message-fetch-field "date")))
1682                 (when (and date
1683                            (< (days-between (current-time-string) date)
1684                               4))
1685                   (gnus-article-hide-header "date"))))
1686              ((eq elem 'long-to)
1687               (let ((to (message-fetch-field "to"))
1688                     (cc (message-fetch-field "cc")))
1689                 (when (> (length to) 1024)
1690                   (gnus-article-hide-header "to"))
1691                 (when (> (length cc) 1024)
1692                   (gnus-article-hide-header "cc"))))
1693              ((eq elem 'many-to)
1694               (let ((to-count 0)
1695                     (cc-count 0))
1696                 (goto-char (point-min))
1697                 (while (re-search-forward "^to:" nil t)
1698                   (setq to-count (1+ to-count)))
1699                 (when (> to-count 1)
1700                   (while (> to-count 0)
1701                     (goto-char (point-min))
1702                     (save-restriction
1703                       (re-search-forward "^to:" nil nil to-count)
1704                       (forward-line -1)
1705                       (narrow-to-region (point) (point-max))
1706                       (gnus-article-hide-header "to"))
1707                     (setq to-count (1- to-count))))
1708                 (goto-char (point-min))
1709                 (while (re-search-forward "^cc:" nil t)
1710                   (setq cc-count (1+ cc-count)))
1711                 (when (> cc-count 1)
1712                   (while (> cc-count 0)
1713                     (goto-char (point-min))
1714                     (save-restriction
1715                       (re-search-forward "^cc:" nil nil cc-count)
1716                       (forward-line -1)
1717                       (narrow-to-region (point) (point-max))
1718                       (gnus-article-hide-header "cc"))
1719                     (setq cc-count (1- cc-count)))))))))))))
1720
1721 (defun gnus-article-hide-header (header)
1722   (save-excursion
1723     (goto-char (point-min))
1724     (when (re-search-forward (concat "^" header ":") nil t)
1725       (gnus-article-hide-text-type
1726        (gnus-point-at-bol)
1727        (progn
1728          (end-of-line)
1729          (if (re-search-forward "^[^ \t]" nil t)
1730              (match-beginning 0)
1731            (point-max)))
1732        'boring-headers))))
1733
1734 (defvar gnus-article-normalized-header-length 40
1735   "Length of normalized headers.")
1736
1737 (defun article-normalize-headers ()
1738   "Make all header lines 40 characters long."
1739   (interactive)
1740   (let ((buffer-read-only nil)
1741         column)
1742     (save-excursion
1743       (save-restriction
1744         (article-narrow-to-head)
1745         (while (not (eobp))
1746           (cond
1747            ((< (setq column (- (gnus-point-at-eol) (point)))
1748                gnus-article-normalized-header-length)
1749             (end-of-line)
1750             (insert (make-string
1751                      (- gnus-article-normalized-header-length column)
1752                      ? )))
1753            ((> column gnus-article-normalized-header-length)
1754             (gnus-put-text-property
1755              (progn
1756                (forward-char gnus-article-normalized-header-length)
1757                (point))
1758              (gnus-point-at-eol)
1759              'invisible t))
1760            (t
1761             ;; Do nothing.
1762             ))
1763           (forward-line 1))))))
1764
1765 (defun article-treat-dumbquotes ()
1766   "Translate M****s*** sm*rtq**t*s into proper text.
1767 Note that this function guesses whether a character is a sm*rtq**t* or
1768 not, so it should only be used interactively.
1769
1770 Sm*rtq**t*s are M****s***'s unilateral extension to the character map
1771 in an attempt to provide more quoting characters.  If you see
1772 something like \\222 or \\264 where you're expecting some kind of
1773 apostrophe or quotation mark, then try this wash."
1774   (interactive)
1775   (article-translate-strings gnus-article-dumbquotes-map))
1776
1777 (defun article-translate-characters (from to)
1778   "Translate all characters in the body of the article according to FROM and TO.
1779 FROM is a string of characters to translate from; to is a string of
1780 characters to translate to."
1781   (save-excursion
1782     (when (article-goto-body)
1783       (let ((buffer-read-only nil)
1784             (x (make-string 225 ?x))
1785             (i -1))
1786         (while (< (incf i) (length x))
1787           (aset x i i))
1788         (setq i 0)
1789         (while (< i (length from))
1790           (aset x (aref from i) (aref to i))
1791           (incf i))
1792         (translate-region (point) (point-max) x)))))
1793
1794 (defun article-translate-strings (map)
1795   "Translate all string in the body of the article according to MAP.
1796 MAP is an alist where the elements are on the form (\"from\" \"to\")."
1797   (save-excursion
1798     (when (article-goto-body)
1799       (let ((buffer-read-only nil)
1800             elem)
1801         (while (setq elem (pop map))
1802           (save-excursion
1803             (while (search-forward (car elem) nil t)
1804               (replace-match (cadr elem)))))))))
1805
1806 (defun article-treat-overstrike ()
1807   "Translate overstrikes into bold text."
1808   (interactive)
1809   (save-excursion
1810     (when (article-goto-body)
1811       (let ((buffer-read-only nil))
1812         (while (search-forward "\b" nil t)
1813           (let ((next (char-after))
1814                 (previous (char-after (- (point) 2))))
1815             ;; We do the boldification/underlining by hiding the
1816             ;; overstrikes and putting the proper text property
1817             ;; on the letters.
1818             (cond
1819              ((eq next previous)
1820               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
1821               (put-text-property (point) (1+ (point)) 'face 'bold))
1822              ((eq next ?_)
1823               (gnus-article-hide-text-type
1824                (1- (point)) (1+ (point)) 'overstrike)
1825               (put-text-property
1826                (- (point) 2) (1- (point)) 'face 'underline))
1827              ((eq previous ?_)
1828               (gnus-article-hide-text-type (- (point) 2) (point) 'overstrike)
1829               (put-text-property
1830                (point) (1+ (point)) 'face 'underline)))))))))
1831
1832 (defun gnus-article-treat-unfold-headers ()
1833   "Unfold folded message headers.
1834 Only the headers that fit into the current window width will be
1835 unfolded."
1836   (interactive)
1837   (gnus-with-article-headers
1838     (let (length)
1839       (while (not (eobp))
1840         (save-restriction
1841           (mail-header-narrow-to-field)
1842           (let ((header (buffer-string)))
1843             (with-temp-buffer
1844               (insert header)
1845               (goto-char (point-min))
1846               (while (re-search-forward "\n[\t ]" nil t)
1847                 (replace-match " " t t)))
1848             (setq length (- (point-max) (point-min) 1)))
1849           (when (< length (window-width))
1850             (while (re-search-forward "\n[\t ]" nil t)
1851               (replace-match " " t t)))
1852           (goto-char (point-max)))))))
1853
1854 (defun gnus-article-treat-fold-headers ()
1855   "Fold message headers."
1856   (interactive)
1857   (gnus-with-article-headers
1858     (while (not (eobp))
1859       (save-restriction
1860         (mail-header-narrow-to-field)
1861         (mail-header-fold-field)
1862         (goto-char (point-max))))))
1863
1864 (defun gnus-treat-smiley ()
1865   "Toggle display of textual emoticons (\"smileys\") as small graphical icons."
1866   (interactive)
1867   (gnus-with-article-buffer
1868     (if (memq 'smiley gnus-article-wash-types)
1869         (gnus-delete-images 'smiley)
1870       (article-goto-body)
1871       (let ((images (smiley-region (point) (point-max))))
1872         (when images
1873           (gnus-add-wash-type 'smiley)
1874           (dolist (image images)
1875             (gnus-add-image 'smiley image)))))))
1876
1877 (defun gnus-article-remove-images ()
1878   "Remove all images from the article buffer."
1879   (interactive)
1880   (gnus-with-article-buffer
1881     (dolist (elem gnus-article-image-alist)
1882       (gnus-delete-images (car elem)))))
1883
1884 (defun gnus-article-treat-fold-newsgroups ()
1885   "Unfold folded message headers.
1886 Only the headers that fit into the current window width will be
1887 unfolded."
1888   (interactive)
1889   (gnus-with-article-headers
1890     (while (gnus-article-goto-header "newsgroups\\|followup-to")
1891       (save-restriction
1892         (mail-header-narrow-to-field)
1893         (while (re-search-forward ", *" nil t)
1894           (replace-match ", " t t))
1895         (mail-header-fold-field)
1896         (goto-char (point-max))))))
1897
1898 (defun gnus-article-treat-body-boundary ()
1899   "Place a boundary line at the end of the headers."
1900   (interactive)
1901   (when (and gnus-body-boundary-delimiter
1902              (> (length gnus-body-boundary-delimiter) 0))
1903     (gnus-with-article-headers
1904       (goto-char (point-max))
1905       (let ((start (point)))
1906         (insert "X-Boundary: ")
1907         (gnus-add-text-properties start (point) '(invisible t intangible t))
1908         (insert (let (str)
1909                   (while (>= (1- (window-width)) (length str))
1910                     (setq str (concat str gnus-body-boundary-delimiter)))
1911                   (substring str 0 (1- (window-width))))
1912                 "\n")
1913         (gnus-put-text-property start (point) 'gnus-decoration 'header)))))
1914
1915 (defun article-fill-long-lines ()
1916   "Fill lines that are wider than the window width."
1917   (interactive)
1918   (save-excursion
1919     (let ((buffer-read-only nil)
1920           (width (window-width (get-buffer-window (current-buffer)))))
1921       (save-restriction
1922         (article-goto-body)
1923         (let ((adaptive-fill-mode nil)) ;Why?  -sm
1924           (while (not (eobp))
1925             (end-of-line)
1926             (when (>= (current-column) (min fill-column width))
1927               (narrow-to-region (min (1+ (point)) (point-max))
1928                                 (gnus-point-at-bol))
1929               (let ((goback (point-marker)))
1930                 (fill-paragraph nil)
1931                 (goto-char (marker-position goback)))
1932               (widen))
1933             (forward-line 1)))))))
1934
1935 (defun article-capitalize-sentences ()
1936   "Capitalize the first word in each sentence."
1937   (interactive)
1938   (save-excursion
1939     (let ((buffer-read-only nil)
1940           (paragraph-start "^[\n\^L]"))
1941       (article-goto-body)
1942       (while (not (eobp))
1943         (capitalize-word 1)
1944         (forward-sentence)))))
1945
1946 (defun article-remove-cr ()
1947   "Remove trailing CRs and then translate remaining CRs into LFs."
1948   (interactive)
1949   (save-excursion
1950     (let ((buffer-read-only nil))
1951       (goto-char (point-min))
1952       (while (re-search-forward "\r+$" nil t)
1953         (replace-match "" t t))
1954       (goto-char (point-min))
1955       (while (search-forward "\r" nil t)
1956         (replace-match "\n" t t)))))
1957
1958 (defun article-remove-trailing-blank-lines ()
1959   "Remove all trailing blank lines from the article."
1960   (interactive)
1961   (save-excursion
1962     (let ((buffer-read-only nil))
1963       (goto-char (point-max))
1964       (delete-region
1965        (point)
1966        (progn
1967          (while (and (not (bobp))
1968                      (looking-at "^[ \t]*$")
1969                      (not (gnus-annotation-in-region-p
1970                            (point) (gnus-point-at-eol))))
1971            (forward-line -1))
1972          (forward-line 1)
1973          (point))))))
1974
1975 (defun article-display-face ()
1976   "Display any Face headers in the header."
1977   (interactive)
1978   (gnus-with-article-headers
1979     (let ((face (message-fetch-field "face")))
1980       (when face
1981         (let ((png (gnus-convert-face-to-png face))
1982               image)
1983           (when png
1984             (setq image (gnus-create-image png 'png t))
1985             (gnus-article-goto-header "from")
1986             (when (bobp)
1987               (insert "From: [no `from' set]\n")
1988               (forward-char -17))
1989             (gnus-add-wash-type 'face)
1990             (gnus-add-image 'face image)
1991             (gnus-put-image image)))))))
1992
1993 (defun article-display-x-face (&optional force)
1994   "Look for an X-Face header and display it if present."
1995   (interactive (list 'force))
1996   (let ((wash-face-p buffer-read-only)) ;; When type `W f'
1997     (gnus-with-article-headers
1998       ;; Delete the old process, if any.
1999       (when (process-status "article-x-face")
2000         (delete-process "article-x-face"))
2001       (if (memq 'xface gnus-article-wash-types)
2002           ;; We have already displayed X-Faces, so we remove them
2003           ;; instead.
2004           (gnus-delete-images 'xface)
2005         ;; Display X-Faces.
2006         (let (x-faces from face)
2007           (save-excursion
2008             (when (and wash-face-p
2009                        (progn
2010                          (goto-char (point-min))
2011                          (not (re-search-forward
2012                                "^X-Face\\(-[0-9]+\\)?:[\t ]*" nil t)))
2013                        (gnus-buffer-live-p gnus-original-article-buffer))
2014               ;; If type `W f', use gnus-original-article-buffer,
2015               ;; otherwise use the current buffer because displaying
2016               ;; RFC822 parts calls this function too.
2017               (set-buffer gnus-original-article-buffer))
2018             (save-restriction
2019               (mail-narrow-to-head)
2020               (while (gnus-article-goto-header "X-Face")
2021                 (push (mail-header-field-value) x-faces))
2022               (setq from (message-fetch-field "from"))))
2023           ;; Sending multiple EOFs to xv doesn't work, so we only do a
2024           ;; single external face.
2025           (when (stringp gnus-article-x-face-command)
2026             (setq x-faces (list (car x-faces))))
2027           (while (and (setq face (pop x-faces))
2028                       gnus-article-x-face-command
2029                       (or force
2030                           ;; Check whether this face is censored.
2031                           (not gnus-article-x-face-too-ugly)
2032                           (and gnus-article-x-face-too-ugly from
2033                                (not (string-match gnus-article-x-face-too-ugly
2034                                                   from)))))
2035             ;; We display the face.
2036             (if (symbolp gnus-article-x-face-command)
2037                 ;; The command is a lisp function, so we call it.
2038                 (if (gnus-functionp gnus-article-x-face-command)
2039                     (funcall gnus-article-x-face-command face)
2040                   (error "%s is not a function" gnus-article-x-face-command))
2041               ;; The command is a string, so we interpret the command
2042               ;; as a, well, command, and fork it off.
2043               (let ((process-connection-type nil))
2044                 (process-kill-without-query
2045                  (start-process
2046                   "article-x-face" nil shell-file-name shell-command-switch
2047                   gnus-article-x-face-command))
2048                 (with-temp-buffer
2049                   (insert face)
2050                   (process-send-region "article-x-face"
2051                                        (point-min) (point-max)))
2052                 (process-send-eof "article-x-face")))))))))
2053
2054 (defun article-decode-mime-words ()
2055   "Decode all MIME-encoded words in the article."
2056   (interactive)
2057   (save-excursion
2058     (set-buffer gnus-article-buffer)
2059     (let ((inhibit-point-motion-hooks t)
2060           buffer-read-only
2061           (mail-parse-charset gnus-newsgroup-charset)
2062           (mail-parse-ignored-charsets
2063            (save-excursion (set-buffer gnus-summary-buffer)
2064                            gnus-newsgroup-ignored-charsets)))
2065       (mail-decode-encoded-word-region (point-min) (point-max)))))
2066
2067 (defun article-decode-charset (&optional prompt)
2068   "Decode charset-encoded text in the article.
2069 If PROMPT (the prefix), prompt for a coding system to use."
2070   (interactive "P")
2071   (let ((inhibit-point-motion-hooks t) (case-fold-search t)
2072         buffer-read-only
2073         (mail-parse-charset gnus-newsgroup-charset)
2074         (mail-parse-ignored-charsets
2075          (save-excursion (condition-case nil
2076                              (set-buffer gnus-summary-buffer)
2077                            (error))
2078                          gnus-newsgroup-ignored-charsets))
2079         ct cte ctl charset format)
2080   (save-excursion
2081     (save-restriction
2082       (article-narrow-to-head)
2083       (setq ct (message-fetch-field "Content-Type" t)
2084             cte (message-fetch-field "Content-Transfer-Encoding" t)
2085             ctl (and ct (ignore-errors
2086                           (mail-header-parse-content-type ct)))
2087             charset (cond
2088                      (prompt
2089                       (mm-read-coding-system "Charset to decode: "))
2090                      (ctl
2091                       (mail-content-type-get ctl 'charset)))
2092             format (and ctl (mail-content-type-get ctl 'format)))
2093       (when cte
2094         (setq cte (mail-header-strip cte)))
2095       (if (and ctl (not (string-match "/" (car ctl))))
2096           (setq ctl nil))
2097       (goto-char (point-max)))
2098     (forward-line 1)
2099     (save-restriction
2100       (narrow-to-region (point) (point-max))
2101       (when (and (eq mail-parse-charset 'gnus-decoded)
2102                  (eq (mm-body-7-or-8) '8bit))
2103         ;; The text code could have been decoded.
2104         (setq charset mail-parse-charset))
2105       (when (and (or (not ctl)
2106                      (equal (car ctl) "text/plain"))
2107                  (not format)) ;; article with format will decode later.
2108         (mm-decode-body
2109          charset (and cte (intern (downcase
2110                                    (gnus-strip-whitespace cte))))
2111          (car ctl) prompt))))))
2112
2113 (defun article-decode-encoded-words ()
2114   "Remove encoded-word encoding from headers."
2115   (let ((inhibit-point-motion-hooks t)
2116         (mail-parse-charset gnus-newsgroup-charset)
2117         (mail-parse-ignored-charsets
2118          (save-excursion (condition-case nil
2119                              (set-buffer gnus-summary-buffer)
2120                            (error))
2121                          gnus-newsgroup-ignored-charsets))
2122         buffer-read-only)
2123     (save-restriction
2124       (article-narrow-to-head)
2125       (funcall gnus-decode-header-function (point-min) (point-max)))))
2126
2127 (defun article-decode-group-name ()
2128   "Decode group names in `Newsgroups:'."
2129   (let ((inhibit-point-motion-hooks t)
2130         buffer-read-only
2131         (method (gnus-find-method-for-group gnus-newsgroup-name)))
2132     (when (and (or gnus-group-name-charset-method-alist
2133                    gnus-group-name-charset-group-alist)
2134                (gnus-buffer-live-p gnus-original-article-buffer))
2135       (save-restriction
2136         (article-narrow-to-head)
2137         (with-current-buffer gnus-original-article-buffer
2138           (goto-char (point-min)))
2139         (while (re-search-forward
2140                 "^Newsgroups:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]" nil t)
2141           (replace-match (save-match-data
2142                            (gnus-decode-newsgroups
2143                             ;; XXX how to use data in article buffer?
2144                             (with-current-buffer gnus-original-article-buffer
2145                               (re-search-forward
2146                                "^Newsgroups:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]"
2147                                nil t)
2148                               (match-string 1))
2149                             gnus-newsgroup-name method))
2150                          t t nil 1))
2151         (goto-char (point-min))
2152         (with-current-buffer gnus-original-article-buffer
2153           (goto-char (point-min)))
2154         (while (re-search-forward
2155                 "^Followup-To:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]" nil t)
2156           (replace-match (save-match-data
2157                            (gnus-decode-newsgroups
2158                             ;; XXX how to use data in article buffer?
2159                             (with-current-buffer gnus-original-article-buffer
2160                               (re-search-forward
2161                                "^Followup-To:\\(\\(.\\|\n[\t ]\\)*\\)\n[^\t ]"
2162                                nil t)
2163                               (match-string 1))
2164                             gnus-newsgroup-name method))
2165                          t t nil 1))))))
2166
2167 (autoload 'idna-to-unicode "idna")
2168
2169 (defun article-decode-idna-rhs ()
2170   "Decode IDNA strings in RHS in From:, To: and Cc: headers in current buffer."
2171   (when gnus-use-idna
2172     (save-restriction
2173       (let ((inhibit-point-motion-hooks t)
2174             buffer-read-only)
2175         (article-narrow-to-head)
2176         (goto-char (point-min))
2177         (while (re-search-forward "\\(xn--[-A-Za-z0-9.]*\\)[ \t\n\r,>]" nil t)
2178           (let (ace unicode)
2179             (when (save-match-data
2180                     (and (setq ace (match-string 1))
2181                          (save-excursion
2182                            (and (re-search-backward "^[^ \t]" nil t)
2183                                 (looking-at "From\\|To\\|Cc")))
2184                          (save-excursion (backward-char)
2185                                          (message-idna-inside-rhs-p))
2186                          (setq unicode (idna-to-unicode ace))))
2187               (unless (string= ace unicode)
2188                 (replace-match unicode nil nil nil 1)))))))))
2189
2190 (defun article-de-quoted-unreadable (&optional force read-charset)
2191   "Translate a quoted-printable-encoded article.
2192 If FORCE, decode the article whether it is marked as quoted-printable
2193 or not.
2194 If READ-CHARSET, ask for a coding system."
2195   (interactive (list 'force current-prefix-arg))
2196   (save-excursion
2197     (let ((buffer-read-only nil) type charset)
2198       (if (gnus-buffer-live-p gnus-original-article-buffer)
2199           (with-current-buffer gnus-original-article-buffer
2200             (setq type
2201                   (gnus-fetch-field "content-transfer-encoding"))
2202             (let* ((ct (gnus-fetch-field "content-type"))
2203                    (ctl (and ct
2204                              (ignore-errors
2205                                (mail-header-parse-content-type ct)))))
2206               (setq charset (and ctl
2207                                  (mail-content-type-get ctl 'charset)))
2208               (if (stringp charset)
2209                   (setq charset (intern (downcase charset)))))))
2210       (if read-charset
2211           (setq charset (mm-read-coding-system "Charset: " charset)))
2212       (unless charset
2213         (setq charset gnus-newsgroup-charset))
2214       (when (or force
2215                 (and type (let ((case-fold-search t))
2216                             (string-match "quoted-printable" type))))
2217         (article-goto-body)
2218         (quoted-printable-decode-region
2219          (point) (point-max) (mm-charset-to-coding-system charset))))))
2220
2221 (defun article-de-base64-unreadable (&optional force read-charset)
2222   "Translate a base64 article.
2223 If FORCE, decode the article whether it is marked as base64 not.
2224 If READ-CHARSET, ask for a coding system."
2225   (interactive (list 'force current-prefix-arg))
2226   (save-excursion
2227     (let ((buffer-read-only nil) type charset)
2228       (if (gnus-buffer-live-p gnus-original-article-buffer)
2229           (with-current-buffer gnus-original-article-buffer
2230             (setq type
2231                   (gnus-fetch-field "content-transfer-encoding"))
2232             (let* ((ct (gnus-fetch-field "content-type"))
2233                    (ctl (and ct
2234                              (ignore-errors
2235                                (mail-header-parse-content-type ct)))))
2236               (setq charset (and ctl
2237                                  (mail-content-type-get ctl 'charset)))
2238               (if (stringp charset)
2239                   (setq charset (intern (downcase charset)))))))
2240       (if read-charset
2241           (setq charset (mm-read-coding-system "Charset: " charset)))
2242       (unless charset
2243         (setq charset gnus-newsgroup-charset))
2244       (when (or force
2245                 (and type (let ((case-fold-search t))
2246                             (string-match "base64" type))))
2247         (article-goto-body)
2248         (save-restriction
2249           (narrow-to-region (point) (point-max))
2250           (base64-decode-region (point-min) (point-max))
2251           (mm-decode-coding-region
2252            (point-min) (point-max) (mm-charset-to-coding-system charset)))))))
2253
2254 (eval-when-compile
2255   (require 'rfc1843))
2256
2257 (defun article-decode-HZ ()
2258   "Translate a HZ-encoded article."
2259   (interactive)
2260   (require 'rfc1843)
2261   (save-excursion
2262     (let ((buffer-read-only nil))
2263       (rfc1843-decode-region (point-min) (point-max)))))
2264
2265 (defun article-unsplit-urls ()
2266   "Remove the newlines that some other mailers insert into URLs."
2267   (interactive)
2268   (save-excursion
2269     (let ((buffer-read-only nil))
2270       (goto-char (point-min))
2271       (while (re-search-forward
2272               "^\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
2273         (replace-match "\\1\\3" t)))
2274     (when (and gnus-display-mime-function (interactive-p))
2275       (funcall gnus-display-mime-function))))
2276
2277
2278 (defun article-wash-html (&optional read-charset)
2279   "Format an HTML article.
2280 If READ-CHARSET, ask for a coding system."
2281   (interactive "P")
2282   (save-excursion
2283     (let ((buffer-read-only nil)
2284           charset)
2285       (when (gnus-buffer-live-p gnus-original-article-buffer)
2286         (with-current-buffer gnus-original-article-buffer
2287           (let* ((ct (gnus-fetch-field "content-type"))
2288                  (ctl (and ct
2289                            (ignore-errors
2290                              (mail-header-parse-content-type ct)))))
2291             (setq charset (and ctl
2292                                (mail-content-type-get ctl 'charset)))
2293             (when (stringp charset)
2294               (setq charset (intern (downcase charset)))))))
2295       (when read-charset
2296         (setq charset (mm-read-coding-system "Charset: " charset)))
2297       (unless charset
2298         (setq charset gnus-newsgroup-charset))
2299       (article-goto-body)
2300       (save-window-excursion
2301         (save-restriction
2302           (narrow-to-region (point) (point-max))
2303           (let* ((func (or gnus-article-wash-function mm-text-html-renderer))
2304                  (entry (assq func mm-text-html-washer-alist)))
2305             (when entry
2306               (setq func (cdr entry)))
2307             (cond
2308              ((gnus-functionp func)
2309               (funcall func))
2310              (t
2311               (apply (car func) (cdr func))))))))))
2312
2313 (defun gnus-article-wash-html-with-w3 ()
2314   "Wash the current buffer with w3."
2315   (mm-setup-w3)
2316   (let ((w3-strict-width (window-width))
2317         (url-standalone-mode t)
2318         (url-gateway-unplugged t)
2319         (w3-honor-stylesheets nil))
2320     (condition-case ()
2321         (w3-region (point-min) (point-max))
2322       (error))))
2323
2324 (defun gnus-article-wash-html-with-w3m ()
2325   "Wash the current buffer with emacs-w3m."
2326   (mm-setup-w3m)
2327   (save-restriction
2328     (narrow-to-region (point) (point-max))
2329     (let ((w3m-safe-url-regexp (if mm-inline-text-html-with-images
2330                                    nil
2331                                  "\\`cid:"))
2332           w3m-force-redisplay)
2333       (w3m-region (point-min) (point-max)))
2334     (when mm-inline-text-html-with-w3m-keymap
2335       (add-text-properties
2336        (point-min) (point-max)
2337        (nconc (mm-w3m-local-map-property)
2338               '(mm-inline-text-html-with-w3m t))))))
2339
2340 (defun article-hide-list-identifiers ()
2341   "Remove list identifies from the Subject header.
2342 The `gnus-list-identifiers' variable specifies what to do."
2343   (interactive)
2344   (let ((inhibit-point-motion-hooks t)
2345         (regexp (if (consp gnus-list-identifiers)
2346                     (mapconcat 'identity gnus-list-identifiers " *\\|")
2347                   gnus-list-identifiers))
2348         buffer-read-only)
2349     (when regexp
2350       (save-excursion
2351         (save-restriction
2352           (article-narrow-to-head)
2353           (goto-char (point-min))
2354           (while (re-search-forward
2355                   (concat "^Subject: +\\(R[Ee]: +\\)*\\(" regexp " *\\)")
2356                   nil t)
2357             (delete-region (match-beginning 2) (match-end 0))
2358             (beginning-of-line))
2359           (when (re-search-forward
2360                  "^Subject: +\\(\\(R[Ee]: +\\)+\\)R[Ee]: +" nil t)
2361             (delete-region (match-beginning 1) (match-end 1))))))))
2362
2363 (defun article-hide-pem (&optional arg)
2364   "Toggle hiding of any PEM headers and signatures in the current article.
2365 If given a negative prefix, always show; if given a positive prefix,
2366 always hide."
2367   (interactive (gnus-article-hidden-arg))
2368   (unless (gnus-article-check-hidden-text 'pem arg)
2369     (save-excursion
2370       (let (buffer-read-only end)
2371         (goto-char (point-min))
2372         ;; Hide the horrendously ugly "header".
2373         (when (and (search-forward
2374                     "\n-----BEGIN PRIVACY-ENHANCED MESSAGE-----\n"
2375                     nil t)
2376                    (setq end (1+ (match-beginning 0))))
2377           (gnus-add-wash-type 'pem)
2378           (gnus-article-hide-text-type
2379            end
2380            (if (search-forward "\n\n" nil t)
2381                (match-end 0)
2382              (point-max))
2383            'pem)
2384           ;; Hide the trailer as well
2385           (when (search-forward "\n-----END PRIVACY-ENHANCED MESSAGE-----\n"
2386                                 nil t)
2387             (gnus-article-hide-text-type
2388              (match-beginning 0) (match-end 0) 'pem)))))))
2389
2390 (defun article-strip-banner ()
2391   "Strip the banners specified by the `banner' group parameter and by
2392 `gnus-article-address-banner-alist'."
2393   (interactive)
2394   (save-excursion
2395     (save-restriction
2396       (let ((inhibit-point-motion-hooks t))
2397         (when (gnus-parameter-banner gnus-newsgroup-name)
2398           (article-really-strip-banner
2399            (gnus-parameter-banner gnus-newsgroup-name)))
2400         (when gnus-article-address-banner-alist
2401           (article-really-strip-banner
2402            (let ((from (save-restriction
2403                          (widen)
2404                          (article-narrow-to-head)
2405                          (mail-fetch-field "from"))))
2406              (when (and from
2407                         (setq from
2408                               (caar (mail-header-parse-addresses from))))
2409                (catch 'found
2410                  (dolist (pair gnus-article-address-banner-alist)
2411                    (when (string-match (car pair) from)
2412                      (throw 'found (cdr pair)))))))))))))
2413
2414 (defun article-really-strip-banner (banner)
2415   "Strip the banner specified by the argument."
2416   (save-excursion
2417     (save-restriction
2418       (let ((inhibit-point-motion-hooks t)
2419             (gnus-signature-limit nil)
2420             buffer-read-only)
2421         (article-goto-body)
2422         (cond
2423          ((eq banner 'signature)
2424           (when (gnus-article-narrow-to-signature)
2425             (widen)
2426             (forward-line -1)
2427             (delete-region (point) (point-max))))
2428          ((symbolp banner)
2429           (if (setq banner (cdr (assq banner gnus-article-banner-alist)))
2430               (while (re-search-forward banner nil t)
2431                 (delete-region (match-beginning 0) (match-end 0)))))
2432          ((stringp banner)
2433           (while (re-search-forward banner nil t)
2434             (delete-region (match-beginning 0) (match-end 0)))))))))
2435
2436 (defun article-babel ()
2437   "Translate article using an online translation service."
2438   (interactive)
2439   (require 'babel)
2440   (save-excursion
2441     (set-buffer gnus-article-buffer)
2442     (when (article-goto-body)
2443       (let* ((buffer-read-only nil)
2444              (start (point))
2445              (end (point-max))
2446              (orig (buffer-substring start end))
2447              (trans (babel-as-string orig)))
2448         (save-restriction
2449           (narrow-to-region start end)
2450           (delete-region start end)
2451           (insert trans))))))
2452
2453 (defun article-hide-signature (&optional arg)
2454   "Hide the signature in the current article.
2455 If given a negative prefix, always show; if given a positive prefix,
2456 always hide."
2457   (interactive (gnus-article-hidden-arg))
2458   (unless (gnus-article-check-hidden-text 'signature arg)
2459     (save-excursion
2460       (save-restriction
2461         (let ((buffer-read-only nil))
2462           (when (gnus-article-narrow-to-signature)
2463             (gnus-article-hide-text-type
2464              (point-min) (point-max) 'signature))))))
2465   (gnus-set-mode-line 'article))
2466
2467 (defun article-strip-headers-in-body ()
2468   "Strip offensive headers from bodies."
2469   (interactive)
2470   (save-excursion
2471     (article-goto-body)
2472     (let ((case-fold-search t))
2473       (when (looking-at "x-no-archive:")
2474         (gnus-delete-line)))))
2475
2476 (defun article-strip-leading-blank-lines ()
2477   "Remove all blank lines from the beginning of the article."
2478   (interactive)
2479   (save-excursion
2480     (let ((inhibit-point-motion-hooks t)
2481           buffer-read-only)
2482       (when (article-goto-body)
2483         (while (and (not (eobp))
2484                     (looking-at "[ \t]*$"))
2485           (gnus-delete-line))))))
2486
2487 (defun article-narrow-to-head ()
2488   "Narrow the buffer to the head of the message.
2489 Point is left at the beginning of the narrowed-to region."
2490   (narrow-to-region
2491    (goto-char (point-min))
2492    (if (search-forward "\n\n" nil 1)
2493        (1- (point))
2494      (point-max)))
2495   (goto-char (point-min)))
2496
2497 (defun article-goto-body ()
2498   "Place point at the start of the body."
2499   (goto-char (point-min))
2500   (cond
2501    ;; This variable is only bound when dealing with separate
2502    ;; MIME body parts.
2503    (article-goto-body-goes-to-point-min-p
2504     t)
2505    ((search-forward "\n\n" nil t)
2506     t)
2507    (t
2508     (goto-char (point-max))
2509     nil)))
2510
2511 (defun article-strip-multiple-blank-lines ()
2512   "Replace consecutive blank lines with one empty line."
2513   (interactive)
2514   (save-excursion
2515     (let ((inhibit-point-motion-hooks t)
2516           buffer-read-only)
2517       ;; First make all blank lines empty.
2518       (article-goto-body)
2519       (while (re-search-forward "^[ \t]+$" nil t)
2520         (unless (gnus-annotation-in-region-p
2521                  (match-beginning 0) (match-end 0))
2522           (replace-match "" nil t)))
2523       ;; Then replace multiple empty lines with a single empty line.
2524       (article-goto-body)
2525       (while (re-search-forward "\n\n\\(\n+\\)" nil t)
2526         (unless (gnus-annotation-in-region-p
2527                  (match-beginning 0) (match-end 0))
2528           (delete-region (match-beginning 1) (match-end 1)))))))
2529
2530 (defun article-strip-leading-space ()
2531   "Remove all white space from the beginning of the lines in the article."
2532   (interactive)
2533   (save-excursion
2534     (let ((inhibit-point-motion-hooks t)
2535           buffer-read-only)
2536       (article-goto-body)
2537       (while (re-search-forward "^[ \t]+" nil t)
2538         (replace-match "" t t)))))
2539
2540 (defun article-strip-trailing-space ()
2541   "Remove all white space from the end of the lines in the article."
2542   (interactive)
2543   (save-excursion
2544     (let ((inhibit-point-motion-hooks t)
2545           buffer-read-only)
2546       (article-goto-body)
2547       (while (re-search-forward "[ \t]+$" nil t)
2548         (replace-match "" t t)))))
2549
2550 (defun article-strip-blank-lines ()
2551   "Strip leading, trailing and multiple blank lines."
2552   (interactive)
2553   (article-strip-leading-blank-lines)
2554   (article-remove-trailing-blank-lines)
2555   (article-strip-multiple-blank-lines))
2556
2557 (defun article-strip-all-blank-lines ()
2558   "Strip all blank lines."
2559   (interactive)
2560   (save-excursion
2561     (let ((inhibit-point-motion-hooks t)
2562           buffer-read-only)
2563       (article-goto-body)
2564       (while (re-search-forward "^[ \t]*\n" nil t)
2565         (replace-match "" t t)))))
2566
2567 (defun gnus-article-narrow-to-signature ()
2568   "Narrow to the signature; return t if a signature is found, else nil."
2569   (let ((inhibit-point-motion-hooks t))
2570     (when (gnus-article-search-signature)
2571       (forward-line 1)
2572       ;; Check whether we have some limits to what we consider
2573       ;; to be a signature.
2574       (let ((limits (if (listp gnus-signature-limit) gnus-signature-limit
2575                       (list gnus-signature-limit)))
2576             limit limited)
2577         (while (setq limit (pop limits))
2578           (if (or (and (integerp limit)
2579                        (< (- (point-max) (point)) limit))
2580                   (and (floatp limit)
2581                        (< (count-lines (point) (point-max)) limit))
2582                   (and (gnus-functionp limit)
2583                        (funcall limit))
2584                   (and (stringp limit)
2585                        (not (re-search-forward limit nil t))))
2586               ()                        ; This limit did not succeed.
2587             (setq limited t
2588                   limits nil)))
2589         (unless limited
2590           (narrow-to-region (point) (point-max))
2591           t)))))
2592
2593 (defun gnus-article-search-signature ()
2594   "Search the current buffer for the signature separator.
2595 Put point at the beginning of the signature separator."
2596   (let ((cur (point)))
2597     (goto-char (point-max))
2598     (if (if (stringp gnus-signature-separator)
2599             (re-search-backward gnus-signature-separator nil t)
2600           (let ((seps gnus-signature-separator))
2601             (while (and seps
2602                         (not (re-search-backward (car seps) nil t)))
2603               (pop seps))
2604             seps))
2605         t
2606       (goto-char cur)
2607       nil)))
2608
2609 (defun gnus-article-hidden-arg ()
2610   "Return the current prefix arg as a number, or 0 if no prefix."
2611   (list (if current-prefix-arg
2612             (prefix-numeric-value current-prefix-arg)
2613           0)))
2614
2615 (defun gnus-article-check-hidden-text (type arg)
2616   "Return nil if hiding is necessary.
2617 Arg can be nil or a number.  nil and positive means hide, negative
2618 means show, 0 means toggle."
2619   (save-excursion
2620     (save-restriction
2621       (let ((hide (gnus-article-hidden-text-p type)))
2622         (cond
2623          ((or (null arg)
2624               (> arg 0))
2625           nil)
2626          ((< arg 0)
2627           (gnus-article-show-hidden-text type)
2628           t)
2629          (t
2630           (if (eq hide 'hidden)
2631               (progn
2632                 (gnus-article-show-hidden-text type)
2633                 t)
2634             nil)))))))
2635
2636 (defun gnus-article-hidden-text-p (type)
2637   "Say whether the current buffer contains hidden text of type TYPE."
2638   (let ((pos (text-property-any (point-min) (point-max) 'article-type type)))
2639     (while (and pos
2640                 (not (get-text-property pos 'invisible))
2641                 (not (get-text-property pos 'dummy-invisible)))
2642       (setq pos
2643             (text-property-any (1+ pos) (point-max) 'article-type type)))
2644     (if pos
2645         'hidden
2646       nil)))
2647
2648 (defun gnus-article-show-hidden-text (type &optional dummy)
2649   "Show all hidden text of type TYPE.
2650 Originally it is hide instead of DUMMY."
2651   (let ((buffer-read-only nil)
2652         (inhibit-point-motion-hooks t))
2653     (gnus-remove-text-properties-when
2654      'article-type type
2655      (point-min) (point-max)
2656      (cons 'article-type (cons type
2657                                gnus-hidden-properties)))
2658     (gnus-delete-wash-type type)))
2659
2660 (defconst article-time-units
2661   `((year . ,(* 365.25 24 60 60))
2662     (week . ,(* 7 24 60 60))
2663     (day . ,(* 24 60 60))
2664     (hour . ,(* 60 60))
2665     (minute . 60)
2666     (second . 1))
2667   "Mapping from time units to seconds.")
2668
2669 (defun gnus-article-forward-header ()
2670   "Move point to the start of the next header.
2671 If the current header is a continuation header, this can be several
2672 lines forward."
2673   (let ((ended nil))
2674     (while (not ended)
2675       (forward-line 1)
2676       (if (looking-at "[ \t]+[^ \t]")
2677           (forward-line 1)
2678         (setq ended t)))))
2679
2680 (defun article-date-ut (&optional type highlight header)
2681   "Convert DATE date to universal time in the current article.
2682 If TYPE is `local', convert to local time; if it is `lapsed', output
2683 how much time has lapsed since DATE.  For `lapsed', the value of
2684 `gnus-article-date-lapsed-new-header' says whether the \"X-Sent:\" header
2685 should replace the \"Date:\" one, or should be added below it."
2686   (interactive (list 'ut t))
2687   (let* ((header (or header
2688                      (message-fetch-field "date")
2689                      ""))
2690          (tdate-regexp "^Date:[ \t]\\|^X-Sent:[ \t]")
2691          (date-regexp
2692           (cond
2693            ((not gnus-article-date-lapsed-new-header)
2694             tdate-regexp)
2695            ((eq type 'lapsed)
2696             "^X-Sent:[ \t]")
2697            (t
2698             "^Date:[ \t]")))
2699          (date (if (vectorp header) (mail-header-date header)
2700                  header))
2701          (inhibit-point-motion-hooks t)
2702          pos
2703          bface eface)
2704     (save-excursion
2705       (save-restriction
2706         (article-narrow-to-head)
2707         (when (re-search-forward tdate-regexp nil t)
2708           (setq bface (get-text-property (gnus-point-at-bol) 'face)
2709                 date (or (get-text-property (gnus-point-at-bol)
2710                                             'original-date)
2711                          date)
2712                 eface (get-text-property (1- (gnus-point-at-eol)) 'face))
2713           (forward-line 1))
2714         (when (and date (not (string= date "")))
2715           (goto-char (point-min))
2716           (let ((buffer-read-only nil))
2717             ;; Delete any old Date headers.
2718             (while (re-search-forward date-regexp nil t)
2719               (if pos
2720                   (delete-region (progn (beginning-of-line) (point))
2721                                  (progn (gnus-article-forward-header)
2722                                         (point)))
2723                 (delete-region (progn (beginning-of-line) (point))
2724                                  (progn (gnus-article-forward-header)
2725                                         (forward-char -1)
2726                                         (point)))
2727                 (setq pos (point))))
2728             (when (and (not pos)
2729                        (re-search-forward tdate-regexp nil t))
2730               (forward-line 1))
2731             (when pos
2732               (goto-char pos))
2733             (insert (article-make-date-line date (or type 'ut)))
2734             (unless pos
2735               (insert "\n")
2736               (forward-line -1))
2737             ;; Do highlighting.
2738             (beginning-of-line)
2739             (when (looking-at "\\([^:]+\\): *\\(.*\\)$")
2740               (put-text-property (match-beginning 1) (1+ (match-end 1))
2741                                  'original-date date)
2742               (put-text-property (match-beginning 1) (1+ (match-end 1))
2743                                  'face bface)
2744               (put-text-property (match-beginning 2) (match-end 2)
2745                                  'face eface))))))))
2746
2747 (defun article-make-date-line (date type)
2748   "Return a DATE line of TYPE."
2749   (unless (memq type '(local ut original user iso8601 lapsed english))
2750     (error "Unknown conversion type: %s" type))
2751   (condition-case ()
2752       (let ((time (date-to-time date)))
2753         (cond
2754          ;; Convert to the local timezone.
2755          ((eq type 'local)
2756           (let ((tz (car (current-time-zone time))))
2757             (format "Date: %s %s%02d%02d" (current-time-string time)
2758                     (if (> tz 0) "+" "-") (/ (abs tz) 3600)
2759                     (/ (% (abs tz) 3600) 60))))
2760          ;; Convert to Universal Time.
2761          ((eq type 'ut)
2762           (concat "Date: "
2763                   (current-time-string
2764                    (let* ((e (parse-time-string date))
2765                           (tm (apply 'encode-time e))
2766                           (ms (car tm))
2767                           (ls (- (cadr tm) (car (current-time-zone time)))))
2768                      (cond ((< ls 0) (list (1- ms) (+ ls 65536)))
2769                            ((> ls 65535) (list (1+ ms) (- ls 65536)))
2770                            (t (list ms ls)))))
2771                   " UT"))
2772          ;; Get the original date from the article.
2773          ((eq type 'original)
2774           (concat "Date: " (if (string-match "\n+$" date)
2775                                (substring date 0 (match-beginning 0))
2776                              date)))
2777          ;; Let the user define the format.
2778          ((eq type 'user)
2779           (let ((format (or (condition-case nil
2780                                 (with-current-buffer gnus-summary-buffer
2781                                   gnus-article-time-format)
2782                               (error nil))
2783                             gnus-article-time-format)))
2784             (if (gnus-functionp format)
2785                 (funcall format time)
2786               (concat "Date: " (format-time-string format time)))))
2787          ;; ISO 8601.
2788          ((eq type 'iso8601)
2789           (let ((tz (car (current-time-zone time))))
2790             (concat
2791              "Date: "
2792              (format-time-string "%Y%m%dT%H%M%S" time)
2793              (format "%s%02d%02d"
2794                      (if (> tz 0) "+" "-") (/ (abs tz) 3600)
2795                      (/ (% (abs tz) 3600) 60)))))
2796          ;; Do an X-Sent lapsed format.
2797          ((eq type 'lapsed)
2798           ;; If the date is seriously mangled, the timezone functions are
2799           ;; liable to bug out, so we ignore all errors.
2800           (let* ((now (current-time))
2801                  (real-time (subtract-time now time))
2802                  (real-sec (and real-time
2803                                 (+ (* (float (car real-time)) 65536)
2804                                    (cadr real-time))))
2805                  (sec (and real-time (abs real-sec)))
2806                  num prev)
2807             (cond
2808              ((null real-time)
2809               "X-Sent: Unknown")
2810              ((zerop sec)
2811               "X-Sent: Now")
2812              (t
2813               (concat
2814                "X-Sent: "
2815                ;; This is a bit convoluted, but basically we go
2816                ;; through the time units for years, weeks, etc,
2817                ;; and divide things to see whether that results
2818                ;; in positive answers.
2819                (mapconcat
2820                 (lambda (unit)
2821                   (if (zerop (setq num (ffloor (/ sec (cdr unit)))))
2822                       ;; The (remaining) seconds are too few to
2823                       ;; be divided into this time unit.
2824                       ""
2825                     ;; It's big enough, so we output it.
2826                     (setq sec (- sec (* num (cdr unit))))
2827                     (prog1
2828                         (concat (if prev ", " "") (int-to-string
2829                                                    (floor num))
2830                                 " " (symbol-name (car unit))
2831                                 (if (> num 1) "s" ""))
2832                       (setq prev t))))
2833                 article-time-units "")
2834                ;; If dates are odd, then it might appear like the
2835                ;; article was sent in the future.
2836                (if (> real-sec 0)
2837                    " ago"
2838                  " in the future"))))))
2839          ;; Display the date in proper English
2840          ((eq type 'english)
2841           (let ((dtime (decode-time time)))
2842             (concat
2843              "Date: the "
2844              (number-to-string (nth 3 dtime))
2845              (let ((digit (% (nth 3 dtime) 10)))
2846                (cond
2847                 ((memq (nth 3 dtime) '(11 12 13)) "th")
2848                 ((= digit 1) "st")
2849                 ((= digit 2) "nd")
2850                 ((= digit 3) "rd")
2851                 (t "th")))
2852              " of "
2853              (nth (1- (nth 4 dtime)) gnus-english-month-names)
2854              " "
2855              (number-to-string (nth 5 dtime))
2856              " at "
2857              (format "%02d" (nth 2 dtime))
2858              ":"
2859              (format "%02d" (nth 1 dtime)))))))
2860     (error
2861      (format "Date: %s (from Gnus)" date))))
2862
2863 (defun article-date-local (&optional highlight)
2864   "Convert the current article date to the local timezone."
2865   (interactive (list t))
2866   (article-date-ut 'local highlight))
2867
2868 (defun article-date-english (&optional highlight)
2869   "Convert the current article date to something that is proper English."
2870   (interactive (list t))
2871   (article-date-ut 'english highlight))
2872
2873 (defun article-date-original (&optional highlight)
2874   "Convert the current article date to what it was originally.
2875 This is only useful if you have used some other date conversion
2876 function and want to see what the date was before converting."
2877   (interactive (list t))
2878   (article-date-ut 'original highlight))
2879
2880 (defun article-date-lapsed (&optional highlight)
2881   "Convert the current article date to time lapsed since it was sent."
2882   (interactive (list t))
2883   (article-date-ut 'lapsed highlight))
2884
2885 (defun article-update-date-lapsed ()
2886   "Function to be run from a timer to update the lapsed time line."
2887   (let (deactivate-mark)
2888     (save-excursion
2889       (ignore-errors
2890         (walk-windows
2891          (lambda (w)
2892            (set-buffer (window-buffer w))
2893            (when (eq major-mode 'gnus-article-mode)
2894              (goto-char (point-min))
2895              (when (re-search-forward "^X-Sent:" nil t)
2896                (article-date-lapsed t))))
2897          nil 'visible)))))
2898
2899 (defun gnus-start-date-timer (&optional n)
2900   "Start a timer to update the X-Sent header in the article buffers.
2901 The numerical prefix says how frequently (in seconds) the function
2902 is to run."
2903   (interactive "p")
2904   (unless n
2905     (setq n 1))
2906   (gnus-stop-date-timer)
2907   (setq article-lapsed-timer
2908         (nnheader-run-at-time 1 n 'article-update-date-lapsed)))
2909
2910 (defun gnus-stop-date-timer ()
2911   "Stop the X-Sent timer."
2912   (interactive)
2913   (when article-lapsed-timer
2914     (nnheader-cancel-timer article-lapsed-timer)
2915     (setq article-lapsed-timer nil)))
2916
2917 (defun article-date-user (&optional highlight)
2918   "Convert the current article date to the user-defined format.
2919 This format is defined by the `gnus-article-time-format' variable."
2920   (interactive (list t))
2921   (article-date-ut 'user highlight))
2922
2923 (defun article-date-iso8601 (&optional highlight)
2924   "Convert the current article date to ISO8601."
2925   (interactive (list t))
2926   (article-date-ut 'iso8601 highlight))
2927
2928 ;; (defun article-show-all ()
2929 ;;   "Show all hidden text in the article buffer."
2930 ;;   (interactive)
2931 ;;   (save-excursion
2932 ;;     (let ((buffer-read-only nil))
2933 ;;       (gnus-article-unhide-text (point-min) (point-max)))))
2934
2935 (defun article-remove-leading-whitespace ()
2936   "Remove excessive whitespace from all headers."
2937   (interactive)
2938   (save-excursion
2939     (save-restriction
2940       (let ((buffer-read-only nil))
2941         (article-narrow-to-head)
2942         (goto-char (point-min))
2943         (while (re-search-forward "^[^ :]+: \\([ \t]+\\)" nil t)
2944           (delete-region (match-beginning 1) (match-end 1)))))))
2945
2946 (defun article-emphasize (&optional arg)
2947   "Emphasize text according to `gnus-emphasis-alist'."
2948   (interactive (gnus-article-hidden-arg))
2949   (unless (gnus-article-check-hidden-text 'emphasis arg)
2950     (save-excursion
2951       (let ((alist (or
2952                     (condition-case nil
2953                         (with-current-buffer gnus-summary-buffer
2954                           gnus-article-emphasis-alist)
2955                       (error))
2956                     gnus-emphasis-alist))
2957             (buffer-read-only nil)
2958             (props (append '(article-type emphasis)
2959                            gnus-hidden-properties))
2960             regexp elem beg invisible visible face)
2961         (article-goto-body)
2962         (setq beg (point))
2963         (while (setq elem (pop alist))
2964           (goto-char beg)
2965           (setq regexp (car elem)
2966                 invisible (nth 1 elem)
2967                 visible (nth 2 elem)
2968                 face (nth 3 elem))
2969           (while (re-search-forward regexp nil t)
2970             (when (and (match-beginning visible) (match-beginning invisible))
2971               (gnus-article-hide-text
2972                (match-beginning invisible) (match-end invisible) props)
2973               (gnus-article-unhide-text-type
2974                (match-beginning visible) (match-end visible) 'emphasis)
2975               (gnus-put-overlay-excluding-newlines
2976                (match-beginning visible) (match-end visible) 'face face)
2977               (gnus-add-wash-type 'emphasis)
2978               (goto-char (match-end invisible)))))))))
2979
2980 (defun gnus-article-setup-highlight-words (&optional highlight-words)
2981   "Setup newsgroup emphasis alist."
2982   (unless gnus-article-emphasis-alist
2983     (let ((name (and gnus-newsgroup-name
2984                      (gnus-group-real-name gnus-newsgroup-name))))
2985       (make-local-variable 'gnus-article-emphasis-alist)
2986       (setq gnus-article-emphasis-alist
2987             (nconc
2988              (let ((alist gnus-group-highlight-words-alist) elem highlight)
2989                (while (setq elem (pop alist))
2990                  (when (and name (string-match (car elem) name))
2991                    (setq alist nil
2992                          highlight (copy-sequence (cdr elem)))))
2993                highlight)
2994              (copy-sequence highlight-words)
2995              (if gnus-newsgroup-name
2996                  (copy-sequence (gnus-group-find-parameter
2997                                  gnus-newsgroup-name 'highlight-words t)))
2998              gnus-emphasis-alist)))))
2999
3000 (eval-when-compile
3001   (defvar gnus-summary-article-menu)
3002   (defvar gnus-summary-post-menu))
3003
3004 ;;; Saving functions.
3005
3006 (defun gnus-article-save (save-buffer file &optional num)
3007   "Save the currently selected article."
3008   (unless gnus-save-all-headers
3009     ;; Remove headers according to `gnus-saved-headers'.
3010     (let ((gnus-visible-headers
3011            (or gnus-saved-headers gnus-visible-headers))
3012           (gnus-article-buffer save-buffer))
3013       (save-excursion
3014         (set-buffer save-buffer)
3015         (article-hide-headers 1 t))))
3016   (save-window-excursion
3017     (if (not gnus-default-article-saver)
3018         (error "No default saver is defined")
3019       ;; !!! Magic!  The saving functions all save
3020       ;; `gnus-save-article-buffer' (or so they think), but we
3021       ;; bind that variable to our save-buffer.
3022       (set-buffer gnus-article-buffer)
3023       (let* ((gnus-save-article-buffer save-buffer)
3024              (filename
3025               (cond
3026                ((not gnus-prompt-before-saving) 'default)
3027                ((eq gnus-prompt-before-saving 'always) nil)
3028                (t file)))
3029              (gnus-number-of-articles-to-be-saved
3030               (when (eq gnus-prompt-before-saving t)
3031                 num)))                  ; Magic
3032         (set-buffer gnus-article-current-summary)
3033         (funcall gnus-default-article-saver filename)))))
3034
3035 (defun gnus-read-save-file-name (prompt &optional filename
3036                                         function group headers variable)
3037   (let ((default-name
3038           (funcall function group headers (symbol-value variable)))
3039         result)
3040     (setq result
3041           (expand-file-name
3042            (cond
3043             ((eq filename 'default)
3044              default-name)
3045             ((eq filename t)
3046              default-name)
3047             (filename filename)
3048             (t
3049              (let* ((split-name (gnus-get-split-value gnus-split-methods))
3050                     (prompt
3051                      (format prompt
3052                              (if (and gnus-number-of-articles-to-be-saved
3053                                       (> gnus-number-of-articles-to-be-saved 1))
3054                                  (format "these %d articles"
3055                                          gnus-number-of-articles-to-be-saved)
3056                                "this article")))
3057                     (file
3058                      ;; Let the split methods have their say.
3059                      (cond
3060                       ;; No split name was found.
3061                       ((null split-name)
3062                        (read-file-name
3063                         (concat prompt " (default "
3064                                 (file-name-nondirectory default-name) ") ")
3065                         (file-name-directory default-name)
3066                         default-name))
3067                       ;; A single group name is returned.
3068                       ((stringp split-name)
3069                        (setq default-name
3070                              (funcall function split-name headers
3071                                       (symbol-value variable)))
3072                        (read-file-name
3073                         (concat prompt " (default "
3074                                 (file-name-nondirectory default-name) ") ")
3075                         (file-name-directory default-name)
3076                         default-name))
3077                       ;; A single split name was found
3078                       ((= 1 (length split-name))
3079                        (let* ((name (expand-file-name
3080                                      (car split-name)
3081                                      gnus-article-save-directory))
3082                               (dir (cond ((file-directory-p name)
3083                                           (file-name-as-directory name))
3084                                          ((file-exists-p name) name)
3085                                          (t gnus-article-save-directory))))
3086                          (read-file-name
3087                           (concat prompt " (default " name ") ")
3088                           dir name)))
3089                       ;; A list of splits was found.
3090                       (t
3091                        (setq split-name (nreverse split-name))
3092                        (let (result)
3093                          (let ((file-name-history
3094                                 (nconc split-name file-name-history)))
3095                            (setq result
3096                                  (expand-file-name
3097                                   (read-file-name
3098                                    (concat prompt " (`M-p' for defaults) ")
3099                                    gnus-article-save-directory
3100                                    (car split-name))
3101                                   gnus-article-save-directory)))
3102                          (car (push result file-name-history)))))))
3103                ;; Create the directory.
3104                (gnus-make-directory (file-name-directory file))
3105                ;; If we have read a directory, we append the default file name.
3106                (when (file-directory-p file)
3107                  (setq file (expand-file-name (file-name-nondirectory
3108                                                default-name)
3109                                               (file-name-as-directory file))))
3110                ;; Possibly translate some characters.
3111                (nnheader-translate-file-chars file))))))
3112     (gnus-make-directory (file-name-directory result))
3113     (set variable result)))
3114
3115 (defun gnus-article-archive-name (group)
3116   "Return the first instance of an \"Archive-name\" in the current buffer."
3117   (let ((case-fold-search t))
3118     (when (re-search-forward "archive-name: *\\([^ \n\t]+\\)[ \t]*$" nil t)
3119       (nnheader-concat gnus-article-save-directory
3120                        (match-string 1)))))
3121
3122 (defun gnus-article-nndoc-name (group)
3123   "If GROUP is an nndoc group, return the name of the parent group."
3124   (when (eq (car (gnus-find-method-for-group group)) 'nndoc)
3125     (gnus-group-get-parameter group 'save-article-group)))
3126
3127 (defun gnus-summary-save-in-rmail (&optional filename)
3128   "Append this article to Rmail file.
3129 Optional argument FILENAME specifies file name.
3130 Directory to save to is default to `gnus-article-save-directory'."
3131   (setq filename (gnus-read-save-file-name
3132                   "Save %s in rmail file:" filename
3133                   gnus-rmail-save-name gnus-newsgroup-name
3134                   gnus-current-headers 'gnus-newsgroup-last-rmail))
3135   (gnus-eval-in-buffer-window gnus-save-article-buffer
3136     (save-excursion
3137       (save-restriction
3138         (widen)
3139         (gnus-output-to-rmail filename))))
3140   filename)
3141
3142 (defun gnus-summary-save-in-mail (&optional filename)
3143   "Append this article to Unix mail file.
3144 Optional argument FILENAME specifies file name.
3145 Directory to save to is default to `gnus-article-save-directory'."
3146   (setq filename (gnus-read-save-file-name
3147                   "Save %s in Unix mail file:" filename
3148                   gnus-mail-save-name gnus-newsgroup-name
3149                   gnus-current-headers 'gnus-newsgroup-last-mail))
3150   (gnus-eval-in-buffer-window gnus-save-article-buffer
3151     (save-excursion
3152       (save-restriction
3153         (widen)
3154         (if (and (file-readable-p filename)
3155                  (file-regular-p filename)
3156                  (mail-file-babyl-p filename))
3157             (rmail-output-to-rmail-file filename t)
3158           (gnus-output-to-mail filename)))))
3159   filename)
3160
3161 (defun gnus-summary-save-in-file (&optional filename overwrite)
3162   "Append this article to file.
3163 Optional argument FILENAME specifies file name.
3164 Directory to save to is default to `gnus-article-save-directory'."
3165   (setq filename (gnus-read-save-file-name
3166                   "Save %s in file:" filename
3167                   gnus-file-save-name gnus-newsgroup-name
3168                   gnus-current-headers 'gnus-newsgroup-last-file))
3169   (gnus-eval-in-buffer-window gnus-save-article-buffer
3170     (save-excursion
3171       (save-restriction
3172         (widen)
3173         (when (and overwrite
3174                    (file-exists-p filename))
3175           (delete-file filename))
3176         (gnus-output-to-file filename))))
3177   filename)
3178
3179 (defun gnus-summary-write-to-file (&optional filename)
3180   "Write this article to a file, overwriting it if the file exists.
3181 Optional argument FILENAME specifies file name.
3182 The directory to save in defaults to `gnus-article-save-directory'."
3183   (gnus-summary-save-in-file nil t))
3184
3185 (defun gnus-summary-save-body-in-file (&optional filename)
3186   "Append this article body to a file.
3187 Optional argument FILENAME specifies file name.
3188 The directory to save in defaults to `gnus-article-save-directory'."
3189   (setq filename (gnus-read-save-file-name
3190                   "Save %s body in file:" filename
3191                   gnus-file-save-name gnus-newsgroup-name
3192                   gnus-current-headers 'gnus-newsgroup-last-file))
3193   (gnus-eval-in-buffer-window gnus-save-article-buffer
3194     (save-excursion
3195       (save-restriction
3196         (widen)
3197         (when (article-goto-body)
3198           (narrow-to-region (point) (point-max)))
3199         (gnus-output-to-file filename))))
3200   filename)
3201
3202 (defun gnus-summary-save-in-pipe (&optional command)
3203   "Pipe this article to subprocess."
3204   (setq command
3205         (cond ((and (eq command 'default)
3206                     gnus-last-shell-command)
3207                gnus-last-shell-command)
3208               ((stringp command)
3209                command)
3210               (t (read-string
3211                   (format
3212                    "Shell command on %s: "
3213                    (if (and gnus-number-of-articles-to-be-saved
3214                             (> gnus-number-of-articles-to-be-saved 1))
3215                        (format "these %d articles"
3216                                gnus-number-of-articles-to-be-saved)
3217                      "this article"))
3218                   gnus-last-shell-command))))
3219   (when (string-equal command "")
3220     (if gnus-last-shell-command
3221         (setq command gnus-last-shell-command)
3222       (error "A command is required")))
3223   (gnus-eval-in-buffer-window gnus-article-buffer
3224     (save-restriction
3225       (widen)
3226       (shell-command-on-region (point-min) (point-max) command nil)))
3227   (setq gnus-last-shell-command command))
3228
3229 (defun gnus-summary-pipe-to-muttprint (&optional command)
3230   "Pipe this article to muttprint."
3231   (setq command (read-string
3232                  "Print using command: " gnus-summary-muttprint-program
3233                  nil gnus-summary-muttprint-program))
3234   (gnus-summary-save-in-pipe command))
3235
3236 ;;; Article file names when saving.
3237
3238 (defun gnus-capitalize-newsgroup (newsgroup)
3239   "Capitalize NEWSGROUP name."
3240   (when (not (zerop (length newsgroup)))
3241     (concat (char-to-string (upcase (aref newsgroup 0)))
3242             (substring newsgroup 1))))
3243
3244 (defun gnus-Numeric-save-name (newsgroup headers &optional last-file)
3245   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3246 If variable `gnus-use-long-file-name' is non-nil, it is ~/News/News.group/num.
3247 Otherwise, it is like ~/News/news/group/num."
3248   (let ((default
3249           (expand-file-name
3250            (concat (if (gnus-use-long-file-name 'not-save)
3251                        (gnus-capitalize-newsgroup newsgroup)
3252                      (gnus-newsgroup-directory-form newsgroup))
3253                    "/" (int-to-string (mail-header-number headers)))
3254            gnus-article-save-directory)))
3255     (if (and last-file
3256              (string-equal (file-name-directory default)
3257                            (file-name-directory last-file))
3258              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
3259         default
3260       (or last-file default))))
3261
3262 (defun gnus-numeric-save-name (newsgroup headers &optional last-file)
3263   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3264 If variable `gnus-use-long-file-name' is non-nil, it is
3265 ~/News/news.group/num.  Otherwise, it is like ~/News/news/group/num."
3266   (let ((default
3267           (expand-file-name
3268            (concat (if (gnus-use-long-file-name 'not-save)
3269                        newsgroup
3270                      (gnus-newsgroup-directory-form newsgroup))
3271                    "/" (int-to-string (mail-header-number headers)))
3272            gnus-article-save-directory)))
3273     (if (and last-file
3274              (string-equal (file-name-directory default)
3275                            (file-name-directory last-file))
3276              (string-match "^[0-9]+$" (file-name-nondirectory last-file)))
3277         default
3278       (or last-file default))))
3279
3280 (defun gnus-plain-save-name (newsgroup headers &optional last-file)
3281   "Generate file name from NEWSGROUP, HEADERS, and optional LAST-FILE.
3282 If variable `gnus-use-long-file-name' is non-nil, it is
3283 ~/News/news.group.  Otherwise, it is like ~/News/news/group/news."
3284   (or last-file
3285       (expand-file-name
3286        (if (gnus-use-long-file-name 'not-save)
3287            newsgroup
3288          (file-relative-name
3289           (expand-file-name "news" (gnus-newsgroup-directory-form newsgroup))
3290           default-directory))
3291        gnus-article-save-directory)))
3292
3293 (defun gnus-sender-save-name (newsgroup headers &optional last-file)
3294   "Generate file name from sender."
3295   (let ((from (mail-header-from headers)))
3296     (expand-file-name
3297      (if (and from (string-match "\\([^ <]+\\)@" from))
3298          (match-string 1 from)
3299        "nobody")
3300      gnus-article-save-directory)))
3301
3302 (defun article-verify-x-pgp-sig ()
3303   "Verify X-PGP-Sig."
3304   (interactive)
3305   (if (gnus-buffer-live-p gnus-original-article-buffer)
3306       (let ((sig (with-current-buffer gnus-original-article-buffer
3307                    (gnus-fetch-field "X-PGP-Sig")))
3308             items info headers)
3309         (when (and sig
3310                    mml2015-use
3311                    (mml2015-clear-verify-function))
3312           (with-temp-buffer
3313             (insert-buffer-substring gnus-original-article-buffer)
3314             (setq items (split-string sig))
3315             (message-narrow-to-head)
3316             (let ((inhibit-point-motion-hooks t)
3317                   (case-fold-search t))
3318               ;; Don't verify multiple headers.
3319               (setq headers (mapconcat (lambda (header)
3320                                          (concat header ": "
3321                                                  (mail-fetch-field header)
3322                                                  "\n"))
3323                                        (split-string (nth 1 items) ",") "")))
3324             (delete-region (point-min) (point-max))
3325             (insert "-----BEGIN PGP SIGNED MESSAGE-----\n\n")
3326             (insert "X-Signed-Headers: " (nth 1 items) "\n")
3327             (insert headers)
3328             (widen)
3329             (forward-line)
3330             (while (not (eobp))
3331               (if (looking-at "^-")
3332                   (insert "- "))
3333               (forward-line))
3334             (insert "\n-----BEGIN PGP SIGNATURE-----\n")
3335             (insert "Version: " (car items) "\n\n")
3336             (insert (mapconcat 'identity (cddr items) "\n"))
3337             (insert "\n-----END PGP SIGNATURE-----\n")
3338             (let ((mm-security-handle (list (format "multipart/signed"))))
3339               (mml2015-clean-buffer)
3340               (let ((coding-system-for-write (or gnus-newsgroup-charset
3341                                                  'iso-8859-1)))
3342                 (funcall (mml2015-clear-verify-function)))
3343               (setq info
3344                     (or (mm-handle-multipart-ctl-parameter
3345                          mm-security-handle 'gnus-details)
3346                         (mm-handle-multipart-ctl-parameter
3347                          mm-security-handle 'gnus-info)))))
3348           (when info
3349             (let (buffer-read-only bface eface)
3350               (save-restriction
3351                 (message-narrow-to-head)
3352                 (goto-char (point-max))
3353                 (forward-line -1)
3354                 (setq bface (get-text-property (gnus-point-at-bol) 'face)
3355                       eface (get-text-property (1- (gnus-point-at-eol)) 'face))
3356                 (message-remove-header "X-Gnus-PGP-Verify")
3357                 (if (re-search-forward "^X-PGP-Sig:" nil t)
3358                     (forward-line)
3359                   (goto-char (point-max)))
3360                 (narrow-to-region (point) (point))
3361                 (insert "X-Gnus-PGP-Verify: " info "\n")
3362                 (goto-char (point-min))
3363                 (forward-line)
3364                 (while (not (eobp))
3365                   (if (not (looking-at "^[ \t]"))
3366                       (insert " "))
3367                   (forward-line))
3368                 ;; Do highlighting.
3369                 (goto-char (point-min))
3370                 (when (looking-at "\\([^:]+\\): *")
3371                   (put-text-property (match-beginning 1) (1+ (match-end 1))
3372                                      'face bface)
3373                   (put-text-property (match-end 0) (point-max)
3374                                      'face eface)))))))))
3375
3376 (defun article-verify-cancel-lock ()
3377   "Verify Cancel-Lock header."
3378   (interactive)
3379   (if (gnus-buffer-live-p gnus-original-article-buffer)
3380       (canlock-verify gnus-original-article-buffer)))
3381
3382 (eval-and-compile
3383   (mapcar
3384    (lambda (func)
3385      (let (afunc gfunc)
3386        (if (consp func)
3387            (setq afunc (car func)
3388                  gfunc (cdr func))
3389          (setq afunc func
3390                gfunc (intern (format "gnus-%s" func))))
3391        (defalias gfunc
3392          (when (fboundp afunc)
3393            `(lambda (&optional interactive &rest args)
3394               ,(documentation afunc t)
3395               (interactive (list t))
3396               (save-excursion
3397                 (set-buffer gnus-article-buffer)
3398                 (if interactive
3399                     (call-interactively ',afunc)
3400                   (apply ',afunc args))))))))
3401    '(article-hide-headers
3402      article-verify-x-pgp-sig
3403      article-verify-cancel-lock
3404      article-hide-boring-headers
3405      article-treat-overstrike
3406      article-fill-long-lines
3407      article-capitalize-sentences
3408      article-remove-cr
3409      article-remove-leading-whitespace
3410      article-display-x-face
3411      article-display-face
3412      article-de-quoted-unreadable
3413      article-de-base64-unreadable
3414      article-decode-HZ
3415      article-wash-html
3416      article-unsplit-urls
3417      article-hide-list-identifiers
3418      article-strip-banner
3419      article-babel
3420      article-hide-pem
3421      article-hide-signature
3422      article-strip-headers-in-body
3423      article-remove-trailing-blank-lines
3424      article-strip-leading-blank-lines
3425      article-strip-multiple-blank-lines
3426      article-strip-leading-space
3427      article-strip-trailing-space
3428      article-strip-blank-lines
3429      article-strip-all-blank-lines
3430      article-date-local
3431      article-date-english
3432      article-date-iso8601
3433      article-date-original
3434      article-date-ut
3435      article-decode-mime-words
3436      article-decode-charset
3437      article-decode-encoded-words
3438      article-date-user
3439      article-date-lapsed
3440      article-emphasize
3441      article-treat-dumbquotes
3442      article-normalize-headers
3443 ;;     (article-show-all . gnus-article-show-all-headers)
3444      )))
3445 \f
3446 ;;;
3447 ;;; Gnus article mode
3448 ;;;
3449
3450 (put 'gnus-article-mode 'mode-class 'special)
3451
3452 (set-keymap-parent gnus-article-mode-map widget-keymap)
3453
3454 (gnus-define-keys gnus-article-mode-map
3455   " " gnus-article-goto-next-page
3456   "\177" gnus-article-goto-prev-page
3457   [delete] gnus-article-goto-prev-page
3458   [backspace] gnus-article-goto-prev-page
3459   "\C-c^" gnus-article-refer-article
3460   "h" gnus-article-show-summary
3461   "s" gnus-article-show-summary
3462   "\C-c\C-m" gnus-article-mail
3463   "?" gnus-article-describe-briefly
3464   "e" gnus-summary-edit-article
3465   "<" beginning-of-buffer
3466   ">" end-of-buffer
3467   "\C-c\C-i" gnus-info-find-node
3468   "\C-c\C-b" gnus-bug
3469   "R" gnus-article-reply-with-original
3470   "F" gnus-article-followup-with-original
3471   "\C-hk" gnus-article-describe-key
3472   "\C-hc" gnus-article-describe-key-briefly
3473
3474   "\C-d" gnus-article-read-summary-keys
3475   "\M-*" gnus-article-read-summary-keys
3476   "\M-#" gnus-article-read-summary-keys
3477   "\M-^" gnus-article-read-summary-keys
3478   "\M-g" gnus-article-read-summary-keys)
3479
3480 (substitute-key-definition
3481  'undefined 'gnus-article-read-summary-keys gnus-article-mode-map)
3482
3483 (defun gnus-article-make-menu-bar ()
3484   (unless (boundp 'gnus-article-commands-menu)
3485     (gnus-summary-make-menu-bar))
3486   (gnus-turn-off-edit-menu 'article)
3487   (unless (boundp 'gnus-article-article-menu)
3488     (easy-menu-define
3489      gnus-article-article-menu gnus-article-mode-map ""
3490      '("Article"
3491        ["Scroll forwards" gnus-article-goto-next-page t]
3492        ["Scroll backwards" gnus-article-goto-prev-page t]
3493        ["Show summary" gnus-article-show-summary t]
3494        ["Fetch Message-ID at point" gnus-article-refer-article t]
3495        ["Mail to address at point" gnus-article-mail t]
3496        ["Send a bug report" gnus-bug t]))
3497
3498     (easy-menu-define
3499      gnus-article-treatment-menu gnus-article-mode-map ""
3500      ;; Fixme: this should use :active (and maybe :visible).
3501      '("Treatment"
3502        ["Hide headers" gnus-article-hide-headers t]
3503        ["Hide signature" gnus-article-hide-signature t]
3504        ["Hide citation" gnus-article-hide-citation t]
3505        ["Treat overstrike" gnus-article-treat-overstrike t]
3506        ["Remove carriage return" gnus-article-remove-cr t]
3507        ["Remove leading whitespace" gnus-article-remove-leading-whitespace t]
3508        ["Remove quoted-unreadable" gnus-article-de-quoted-unreadable t]
3509        ["Remove base64" gnus-article-de-base64-unreadable t]
3510        ["Treat html" gnus-article-wash-html t]
3511        ["Remove newlines from within URLs" gnus-article-unsplit-urls t]
3512        ["Decode HZ" gnus-article-decode-HZ t]))
3513
3514     ;; Note "Commands" menu is defined in gnus-sum.el for consistency
3515
3516     ;; Note "Post" menu is defined in gnus-sum.el for consistency
3517
3518     (gnus-run-hooks 'gnus-article-menu-hook)))
3519
3520 (defun gnus-article-mode ()
3521   "Major mode for displaying an article.
3522
3523 All normal editing commands are switched off.
3524
3525 The following commands are available in addition to all summary mode
3526 commands:
3527 \\<gnus-article-mode-map>
3528 \\[gnus-article-next-page]\t Scroll the article one page forwards
3529 \\[gnus-article-prev-page]\t Scroll the article one page backwards
3530 \\[gnus-article-refer-article]\t Go to the article referred to by an article id near point
3531 \\[gnus-article-show-summary]\t Display the summary buffer
3532 \\[gnus-article-mail]\t Send a reply to the address near point
3533 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
3534 \\[gnus-info-find-node]\t Go to the Gnus info node"
3535   (interactive)
3536   (gnus-simplify-mode-line)
3537   (setq mode-name "Article")
3538   (setq major-mode 'gnus-article-mode)
3539   (make-local-variable 'minor-mode-alist)
3540   (use-local-map gnus-article-mode-map)
3541   (when (gnus-visual-p 'article-menu 'menu)
3542     (gnus-article-make-menu-bar)
3543     (when gnus-summary-tool-bar-map
3544       (set (make-local-variable 'tool-bar-map) gnus-summary-tool-bar-map)))
3545   (gnus-update-format-specifications nil 'article-mode)
3546   (set (make-local-variable 'page-delimiter) gnus-page-delimiter)
3547   (make-local-variable 'gnus-page-broken)
3548   (make-local-variable 'gnus-button-marker-list)
3549   (make-local-variable 'gnus-article-current-summary)
3550   (make-local-variable 'gnus-article-mime-handles)
3551   (make-local-variable 'gnus-article-decoded-p)
3552   (make-local-variable 'gnus-article-mime-handle-alist)
3553   (make-local-variable 'gnus-article-wash-types)
3554   (make-local-variable 'gnus-article-image-alist)
3555   (make-local-variable 'gnus-article-charset)
3556   (make-local-variable 'gnus-article-ignored-charsets)
3557   (gnus-set-default-directory)
3558   (buffer-disable-undo)
3559   (setq buffer-read-only t)
3560   (set-syntax-table gnus-article-mode-syntax-table)
3561   (mm-enable-multibyte)
3562   (gnus-run-hooks 'gnus-article-mode-hook))
3563
3564 (defun gnus-article-setup-buffer ()
3565   "Initialize the article buffer."
3566   (let* ((name (if gnus-single-article-buffer "*Article*"
3567                  (concat "*Article " gnus-newsgroup-name "*")))
3568          (original
3569           (progn (string-match "\\*Article" name)
3570                  (concat " *Original Article"
3571                          (substring name (match-end 0))))))
3572     (setq gnus-article-buffer name)
3573     (setq gnus-original-article-buffer original)
3574     (setq gnus-article-mime-handle-alist nil)
3575     ;; This might be a variable local to the summary buffer.
3576     (unless gnus-single-article-buffer
3577       (save-excursion
3578         (set-buffer gnus-summary-buffer)
3579         (setq gnus-article-buffer name)
3580         (setq gnus-original-article-buffer original)
3581         (gnus-set-global-variables)))
3582     (gnus-article-setup-highlight-words)
3583     ;; Init original article buffer.
3584     (save-excursion
3585       (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
3586       (mm-enable-multibyte)
3587       (setq major-mode 'gnus-original-article-mode)
3588       (make-local-variable 'gnus-original-article))
3589     (if (get-buffer name)
3590         (save-excursion
3591           (set-buffer name)
3592           (when (and gnus-article-edit-mode
3593                      (buffer-modified-p)
3594                      (not
3595                       (y-or-n-p "Article mode edit in progress; discard? ")))
3596             (error "Action aborted"))
3597           (set (make-local-variable 'gnus-article-edit-mode) nil)
3598           (when gnus-article-mime-handles
3599             (mm-destroy-parts gnus-article-mime-handles)
3600             (setq gnus-article-mime-handles nil))
3601           ;; Set it to nil in article-buffer!
3602           (setq gnus-article-mime-handle-alist nil)
3603           (buffer-disable-undo)
3604           (setq buffer-read-only t)
3605           ;; This list just keeps growing if we don't reset it.
3606           (setq gnus-button-marker-list nil)
3607           (unless (eq major-mode 'gnus-article-mode)
3608             (gnus-article-mode))
3609           (current-buffer))
3610       (save-excursion
3611         (set-buffer (gnus-get-buffer-create name))
3612         (gnus-article-mode)
3613         (make-local-variable 'gnus-summary-buffer)
3614         (gnus-summary-set-local-parameters gnus-newsgroup-name)
3615         (current-buffer)))))
3616
3617 ;; Set article window start at LINE, where LINE is the number of lines
3618 ;; from the head of the article.
3619 (defun gnus-article-set-window-start (&optional line)
3620   (set-window-start
3621    (gnus-get-buffer-window gnus-article-buffer t)
3622    (save-excursion
3623      (set-buffer gnus-article-buffer)
3624      (goto-char (point-min))
3625      (if (not line)
3626          (point-min)
3627        (gnus-message 6 "Moved to bookmark")
3628        (search-forward "\n\n" nil t)
3629        (forward-line line)
3630        (point)))))
3631
3632 (defun gnus-article-prepare (article &optional all-headers header)
3633   "Prepare ARTICLE in article mode buffer.
3634 ARTICLE should either be an article number or a Message-ID.
3635 If ARTICLE is an id, HEADER should be the article headers.
3636 If ALL-HEADERS is non-nil, no headers are hidden."
3637   (save-excursion
3638     ;; Make sure we start in a summary buffer.
3639     (unless (eq major-mode 'gnus-summary-mode)
3640       (set-buffer gnus-summary-buffer))
3641     (setq gnus-summary-buffer (current-buffer))
3642     (let* ((gnus-article (if header (mail-header-number header) article))
3643            (summary-buffer (current-buffer))
3644            (gnus-tmp-internal-hook gnus-article-internal-prepare-hook)
3645            (group gnus-newsgroup-name)
3646            result)
3647       (save-excursion
3648         (gnus-article-setup-buffer)
3649         (set-buffer gnus-article-buffer)
3650         ;; Deactivate active regions.
3651         (when (and (boundp 'transient-mark-mode)
3652                    transient-mark-mode)
3653           (setq mark-active nil))
3654         (if (not (setq result (let ((buffer-read-only nil))
3655                                 (gnus-request-article-this-buffer
3656                                  article group))))
3657             ;; There is no such article.
3658             (save-excursion
3659               (when (and (numberp article)
3660                          (not (memq article gnus-newsgroup-sparse)))
3661                 (setq gnus-article-current
3662                       (cons gnus-newsgroup-name article))
3663                 (set-buffer gnus-summary-buffer)
3664                 (setq gnus-current-article article)
3665                 (if (and (memq article gnus-newsgroup-undownloaded)
3666                          (not (gnus-online (gnus-find-method-for-group
3667                                             gnus-newsgroup-name))))
3668                     (progn
3669                       (gnus-summary-set-agent-mark article)
3670                       (message "Message marked for downloading"))
3671                   (gnus-summary-mark-article article gnus-canceled-mark)
3672                   (unless (memq article gnus-newsgroup-sparse)
3673                     (gnus-error 1 "No such article (may have expired or been canceled)")))))
3674           (if (or (eq result 'pseudo)
3675                   (eq result 'nneething))
3676               (progn
3677                 (save-excursion
3678                   (set-buffer summary-buffer)
3679                   (push article gnus-newsgroup-history)
3680                   (setq gnus-last-article gnus-current-article
3681                         gnus-current-article 0
3682                         gnus-current-headers nil
3683                         gnus-article-current nil)
3684                   (if (eq result 'nneething)
3685                       (gnus-configure-windows 'summary)
3686                     (gnus-configure-windows 'article))
3687                   (gnus-set-global-variables))
3688                 (let ((gnus-article-mime-handle-alist-1
3689                        gnus-article-mime-handle-alist))
3690                   (gnus-set-mode-line 'article)))
3691             ;; The result from the `request' was an actual article -
3692             ;; or at least some text that is now displayed in the
3693             ;; article buffer.
3694             (when (and (numberp article)
3695                        (not (eq article gnus-current-article)))
3696               ;; Seems like a new article has been selected.
3697               ;; `gnus-current-article' must be an article number.
3698               (save-excursion
3699                 (set-buffer summary-buffer)
3700                 (push article gnus-newsgroup-history)
3701                 (setq gnus-last-article gnus-current-article
3702                       gnus-current-article article
3703                       gnus-current-headers
3704                       (gnus-summary-article-header gnus-current-article)
3705                       gnus-article-current
3706                       (cons gnus-newsgroup-name gnus-current-article))
3707                 (unless (vectorp gnus-current-headers)
3708                   (setq gnus-current-headers nil))
3709                 (gnus-summary-goto-subject gnus-current-article)
3710                 (when (gnus-summary-show-thread)
3711                   ;; If the summary buffer really was folded, the
3712                   ;; previous goto may not actually have gone to
3713                   ;; the right article, but the thread root instead.
3714                   ;; So we go again.
3715                   (gnus-summary-goto-subject gnus-current-article))
3716                 (gnus-run-hooks 'gnus-mark-article-hook)
3717                 (gnus-set-mode-line 'summary)
3718                 (when (gnus-visual-p 'article-highlight 'highlight)
3719                   (gnus-run-hooks 'gnus-visual-mark-article-hook))
3720                 ;; Set the global newsgroup variables here.
3721                 (gnus-set-global-variables)
3722                 (setq gnus-have-all-headers
3723                       (or all-headers gnus-show-all-headers))))
3724             (save-excursion
3725               (gnus-configure-windows 'article))
3726             (when (or (numberp article)
3727                       (stringp article))
3728               (gnus-article-prepare-display)
3729               ;; Do page break.
3730               (goto-char (point-min))
3731               (setq gnus-page-broken
3732                     (when gnus-break-pages
3733                       (gnus-narrow-to-page)
3734                       t)))
3735             (let ((gnus-article-mime-handle-alist-1
3736                    gnus-article-mime-handle-alist))
3737               (gnus-set-mode-line 'article))
3738             (article-goto-body)
3739             (unless (bobp)
3740               (forward-line -1))
3741             (set-window-point (get-buffer-window (current-buffer)) (point))
3742             (gnus-configure-windows 'article)
3743             t))))))
3744
3745 ;;;###autoload
3746 (defun gnus-article-prepare-display ()
3747   "Make the current buffer look like a nice article."
3748   ;; Hooks for getting information from the article.
3749   ;; This hook must be called before being narrowed.
3750   (let ((gnus-article-buffer (current-buffer))
3751         buffer-read-only)
3752     (unless (eq major-mode 'gnus-article-mode)
3753       (gnus-article-mode))
3754     (setq buffer-read-only nil
3755           gnus-article-wash-types nil
3756           gnus-article-image-alist nil)
3757     (gnus-run-hooks 'gnus-tmp-internal-hook)
3758     (when gnus-display-mime-function
3759       (funcall gnus-display-mime-function))
3760     (gnus-run-hooks 'gnus-article-prepare-hook)))
3761
3762 ;;;
3763 ;;; Gnus MIME viewing functions
3764 ;;;
3765
3766 (defvar gnus-mime-button-line-format "%{%([%p. %d%T]%)%}%e\n"
3767   "Format of the MIME buttons.
3768
3769 Valid specifiers include:
3770 %t  The MIME type
3771 %T  MIME type, along with additional info
3772 %n  The `name' parameter
3773 %d  The description, if any
3774 %l  The length of the encoded part
3775 %p  The part identifier number
3776 %e  Dots if the part isn't displayed
3777
3778 General format specifiers can also be used.  See Info node
3779 `(gnus)Formatting Variables'.")
3780
3781 (defvar gnus-mime-button-line-format-alist
3782   '((?t gnus-tmp-type ?s)
3783     (?T gnus-tmp-type-long ?s)
3784     (?n gnus-tmp-name ?s)
3785     (?d gnus-tmp-description ?s)
3786     (?p gnus-tmp-id ?s)
3787     (?l gnus-tmp-length ?d)
3788     (?e gnus-tmp-dots ?s)))
3789
3790 (defvar gnus-mime-button-commands
3791   '((gnus-article-press-button "\r" "Toggle Display")
3792     (gnus-mime-view-part "v" "View Interactively...")
3793     (gnus-mime-view-part-as-type "t" "View As Type...")
3794     (gnus-mime-view-part-as-charset "C" "View As charset...")
3795     (gnus-mime-save-part "o" "Save...")
3796     (gnus-mime-save-part-and-strip "\C-o" "Save and Strip")
3797     (gnus-mime-delete-part "d" "Delete part")
3798     (gnus-mime-copy-part "c" "View As Text, In Other Buffer")
3799     (gnus-mime-inline-part "i" "View As Text, In This Buffer")
3800     (gnus-mime-view-part-internally "E" "View Internally")
3801     (gnus-mime-view-part-externally "e" "View Externally")
3802     (gnus-mime-print-part "p" "Print")
3803     (gnus-mime-pipe-part "|" "Pipe To Command...")
3804     (gnus-mime-action-on-part "." "Take action on the part...")))
3805
3806 (defun gnus-article-mime-part-status ()
3807   (if gnus-article-mime-handle-alist-1
3808       (if (eq 1 (length gnus-article-mime-handle-alist-1))
3809           " (1 part)"
3810         (format " (%d parts)" (length gnus-article-mime-handle-alist-1)))
3811     ""))
3812
3813 (defvar gnus-mime-button-map
3814   (let ((map (make-sparse-keymap)))
3815     (unless (>= (string-to-number emacs-version) 21)
3816       ;; XEmacs doesn't care.
3817       (set-keymap-parent map gnus-article-mode-map))
3818     (define-key map gnus-mouse-2 'gnus-article-push-button)
3819     (define-key map gnus-down-mouse-3 'gnus-mime-button-menu)
3820     (dolist (c gnus-mime-button-commands)
3821       (define-key map (cadr c) (car c)))
3822     map))
3823
3824 (easy-menu-define
3825   gnus-mime-button-menu gnus-mime-button-map "MIME button menu."
3826   `("MIME Part"
3827     ,@(mapcar (lambda (c)
3828                 (vector (caddr c) (car c) :enable t))
3829               gnus-mime-button-commands)))
3830
3831 (eval-when-compile
3832   (define-compiler-macro popup-menu (&whole form
3833                                             menu &optional position prefix)
3834     (if (and (fboundp 'popup-menu)
3835              (not (memq 'popup-menu (assoc "lmenu" load-history))))
3836         form
3837       ;; Gnus is probably running under Emacs 20.
3838       `(let* ((menu (cdr ,menu))
3839               (response (x-popup-menu
3840                          t (list (car menu)
3841                                  (cons "" (mapcar (lambda (c)
3842                                                     (cons (caddr c) (car c)))
3843                                                   (cdr menu)))))))
3844          (if response
3845              (call-interactively (nth 3 (assq response menu))))))))
3846
3847 (defun gnus-mime-button-menu (event prefix)
3848  "Construct a context-sensitive menu of MIME commands."
3849  (interactive "e\nP")
3850  (save-window-excursion
3851    (let ((pos (event-start event)))
3852      (select-window (posn-window pos))
3853      (goto-char (posn-point pos))
3854      (gnus-article-check-buffer)
3855      (popup-menu gnus-mime-button-menu nil prefix))))
3856
3857 (defun gnus-mime-view-all-parts (&optional handles)
3858   "View all the MIME parts."
3859   (interactive)
3860   (save-current-buffer
3861     (set-buffer gnus-article-buffer)
3862     (let ((handles (or handles gnus-article-mime-handles))
3863           (mail-parse-charset gnus-newsgroup-charset)
3864           (mail-parse-ignored-charsets
3865            (with-current-buffer gnus-summary-buffer
3866              gnus-newsgroup-ignored-charsets)))
3867       (when handles
3868         (mm-remove-parts handles)
3869         (goto-char (point-min))
3870         (or (search-forward "\n\n") (goto-char (point-max)))
3871         (let (buffer-read-only)
3872           (delete-region (point) (point-max))
3873           (mm-display-parts handles))))))
3874
3875 (defun gnus-mime-save-part-and-strip ()
3876   "Save the MIME part under point then replace it with an external body."
3877   (interactive)
3878   (gnus-article-check-buffer)
3879   (let* ((data (get-text-property (point) 'gnus-data))
3880          file param
3881          (handles gnus-article-mime-handles))
3882     (if (mm-multiple-handles gnus-article-mime-handles)
3883         (error "This function is not implemented"))
3884     (setq file (and data (mm-save-part data)))
3885     (when file
3886       (with-current-buffer (mm-handle-buffer data)
3887         (erase-buffer)
3888         (insert "Content-Type: " (mm-handle-media-type data))
3889         (mml-insert-parameter-string (cdr (mm-handle-type data))
3890                                      '(charset))
3891         (insert "\n")
3892         (insert "Content-ID: " (message-make-message-id) "\n")
3893         (insert "Content-Transfer-Encoding: binary\n")
3894         (insert "\n"))
3895       (setcdr data
3896               (cdr (mm-make-handle nil
3897                                    `("message/external-body"
3898                                      (access-type . "LOCAL-FILE")
3899                                      (name . ,file)))))
3900       (set-buffer gnus-summary-buffer)
3901       (gnus-article-edit-article
3902        `(lambda ()
3903            (erase-buffer)
3904            (let ((mail-parse-charset (or gnus-article-charset
3905                                          ',gnus-newsgroup-charset))
3906                  (mail-parse-ignored-charsets
3907                   (or gnus-article-ignored-charsets
3908                       ',gnus-newsgroup-ignored-charsets))
3909                  (mbl mml-buffer-list))
3910              (setq mml-buffer-list nil)
3911              (insert-buffer gnus-original-article-buffer)
3912              (mime-to-mml ',handles)
3913              (setq gnus-article-mime-handles nil)
3914              (let ((mbl1 mml-buffer-list))
3915                (setq mml-buffer-list mbl)
3916                (set (make-local-variable 'mml-buffer-list) mbl1))
3917              ;; LOCAL argument of add-hook differs between GNU Emacs
3918              ;; and XEmacs. make-local-hook makes sure they are local.
3919              (make-local-hook 'kill-buffer-hook)
3920              (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t)))
3921        `(lambda (no-highlight)
3922           (let ((mail-parse-charset (or gnus-article-charset
3923                                         ',gnus-newsgroup-charset))
3924                 (message-options message-options)
3925                 (message-options-set-recipient)
3926                 (mail-parse-ignored-charsets
3927                  (or gnus-article-ignored-charsets
3928                      ',gnus-newsgroup-ignored-charsets)))
3929            (mml-to-mime)
3930            (mml-destroy-buffers)
3931            (remove-hook 'kill-buffer-hook
3932                         'mml-destroy-buffers t)
3933            (kill-local-variable 'mml-buffer-list))
3934           (gnus-summary-edit-article-done
3935            ,(or (mail-header-references gnus-current-headers) "")
3936            ,(gnus-group-read-only-p)
3937            ,gnus-summary-buffer no-highlight))))))
3938
3939 (defun gnus-mime-delete-part ()
3940   "Delete the MIME part under point.
3941 Replace it with some information about the removed part."
3942   (interactive)
3943   (gnus-article-check-buffer)
3944   (unless (and gnus-novice-user
3945                (not (gnus-yes-or-no-p
3946                      "Really delete attachment forever? ")))
3947     (let* ((data (get-text-property (point) 'gnus-data))
3948            (handles gnus-article-mime-handles)
3949            (none "(none)")
3950            (description
3951             (or
3952              (mail-decode-encoded-word-string (or (mm-handle-description data)
3953                                                   none))))
3954            (filename
3955             (or (mail-content-type-get (mm-handle-disposition data) 'filename)
3956                 none))
3957            (type (mm-handle-media-type data)))
3958       (if (mm-multiple-handles gnus-article-mime-handles)
3959           (error "This function is not implemented"))
3960       (with-current-buffer (mm-handle-buffer data)
3961         (let ((bsize (format "%s" (buffer-size))))
3962           (erase-buffer)
3963           (insert
3964            (concat
3965             "<#part type=text/plain nofile=yes disposition=attachment"
3966             " description=\"Deleted attachment (" bsize " Byte)\">"
3967             ",----\n"
3968             "| The following attachment has been deleted:\n"
3969             "|\n"
3970             "| Type:           " type "\n"
3971             "| Filename:       " filename "\n"
3972             "| Size (encoded): " bsize " Byte\n"
3973             "| Description:    " description "\n"
3974             "`----\n"
3975             "<#/part>"))
3976           (setcdr data
3977                   (cdr (mm-make-handle nil `("text/plain"))))))
3978       (set-buffer gnus-summary-buffer)
3979       ;; FIXME: maybe some of the following code (borrowed from
3980       ;; `gnus-mime-save-part-and-strip') isn't necessary?
3981       (gnus-article-edit-article
3982        `(lambda ()
3983           (erase-buffer)
3984           (let ((mail-parse-charset (or gnus-article-charset
3985                                         ',gnus-newsgroup-charset))
3986                 (mail-parse-ignored-charsets
3987                  (or gnus-article-ignored-charsets
3988                      ',gnus-newsgroup-ignored-charsets))
3989                 (mbl mml-buffer-list))
3990             (setq mml-buffer-list nil)
3991             (insert-buffer gnus-original-article-buffer)
3992             (mime-to-mml ',handles)
3993             (setq gnus-article-mime-handles nil)
3994             (let ((mbl1 mml-buffer-list))
3995               (setq mml-buffer-list mbl)
3996               (set (make-local-variable 'mml-buffer-list) mbl1))
3997             ;; LOCAL argument of add-hook differs between GNU Emacs
3998             ;; and XEmacs. make-local-hook makes sure they are local.
3999             (make-local-hook 'kill-buffer-hook)
4000             (add-hook 'kill-buffer-hook 'mml-destroy-buffers t t)))
4001        `(lambda (no-highlight)
4002           (let ((mail-parse-charset (or gnus-article-charset
4003                                         ',gnus-newsgroup-charset))
4004                 (message-options message-options)
4005                 (message-options-set-recipient)
4006                 (mail-parse-ignored-charsets
4007                  (or gnus-article-ignored-charsets
4008                      ',gnus-newsgroup-ignored-charsets)))
4009             (mml-to-mime)
4010             (mml-destroy-buffers)
4011             (remove-hook 'kill-buffer-hook
4012                          'mml-destroy-buffers t)
4013             (kill-local-variable 'mml-buffer-list))
4014           (gnus-summary-edit-article-done
4015            ,(or (mail-header-references gnus-current-headers) "")
4016            ,(gnus-group-read-only-p)
4017            ,gnus-summary-buffer no-highlight)))))
4018   ;; Not in `gnus-mime-save-part-and-strip':
4019   (gnus-article-edit-done)
4020   (gnus-summary-expand-window)
4021   (gnus-summary-show-article))
4022
4023 (defun gnus-mime-save-part ()
4024   "Save the MIME part under point."
4025   (interactive)
4026   (gnus-article-check-buffer)
4027   (let ((data (get-text-property (point) 'gnus-data)))
4028     (when data
4029       (mm-save-part data))))
4030
4031 (defun gnus-mime-pipe-part ()
4032   "Pipe the MIME part under point to a process."
4033   (interactive)
4034   (gnus-article-check-buffer)
4035   (let ((data (get-text-property (point) 'gnus-data)))
4036     (when data
4037       (mm-pipe-part data))))
4038
4039 (defun gnus-mime-view-part ()
4040   "Interactively choose a viewing method for the MIME part under point."
4041   (interactive)
4042   (gnus-article-check-buffer)
4043   (let ((data (get-text-property (point) 'gnus-data)))
4044     (when data
4045       (setq gnus-article-mime-handles
4046             (mm-merge-handles
4047              gnus-article-mime-handles (setq data (copy-sequence data))))
4048       (mm-interactively-view-part data))))
4049
4050 (defun gnus-mime-view-part-as-type-internal ()
4051   (gnus-article-check-buffer)
4052   (let* ((name (mail-content-type-get
4053                 (mm-handle-type (get-text-property (point) 'gnus-data))
4054                 'name))
4055          (def-type (and name (mm-default-file-encoding name))))
4056     (and def-type (cons def-type 0))))
4057
4058 (defun gnus-mime-view-part-as-type (&optional mime-type)
4059   "Choose a MIME media type, and view the part as such."
4060   (interactive)
4061   (unless mime-type
4062     (setq mime-type (completing-read
4063                      "View as MIME type: "
4064                      (mapcar #'list (mailcap-mime-types))
4065                      nil nil
4066                      (gnus-mime-view-part-as-type-internal))))
4067   (gnus-article-check-buffer)
4068   (let ((handle (get-text-property (point) 'gnus-data)))
4069     (when handle
4070       (setq handle
4071             (mm-make-handle (mm-handle-buffer handle)
4072                             (cons mime-type (cdr (mm-handle-type handle)))
4073                             (mm-handle-encoding handle)
4074                             (mm-handle-undisplayer handle)
4075                             (mm-handle-disposition handle)
4076                             (mm-handle-description handle)
4077                             nil
4078                             (mm-handle-id handle)))
4079       (setq gnus-article-mime-handles
4080             (mm-merge-handles gnus-article-mime-handles handle))
4081       (gnus-mm-display-part handle))))
4082
4083 (eval-when-compile
4084   (require 'jka-compr))
4085
4086 ;; jka-compr.el uses a "sh -c" to direct stderr to err-file, but these days
4087 ;; emacs can do that itself.
4088 ;;
4089 (defun gnus-mime-jka-compr-maybe-uncompress ()
4090   "Uncompress the current buffer if `auto-compression-mode' is enabled.
4091 The uncompress method used is derived from `buffer-file-name'."
4092   (when (and (fboundp 'jka-compr-installed-p)
4093              (jka-compr-installed-p))
4094     (let ((info (jka-compr-get-compression-info buffer-file-name)))
4095       (when info
4096         (let ((basename (file-name-nondirectory buffer-file-name))
4097               (args     (jka-compr-info-uncompress-args    info))
4098               (prog     (jka-compr-info-uncompress-program info))
4099               (message  (jka-compr-info-uncompress-message info))
4100               (err-file (jka-compr-make-temp-name)))
4101           (if message
4102               (message "%s %s..." message basename))
4103           (unwind-protect
4104               (unless (memq (apply 'call-process-region
4105                                    (point-min) (point-max) 
4106                                    prog
4107                                    t (list t err-file) nil
4108                                    args)
4109                             jka-compr-acceptable-retval-list)
4110                 (jka-compr-error prog args basename message err-file))
4111             (jka-compr-delete-temp-file err-file)))))))
4112
4113 (defun gnus-mime-copy-part (&optional handle)
4114   "Put the MIME part under point into a new buffer.
4115 If `auto-compression-mode' is enabled, compressed files like .gz and .bz2
4116 are decompressed."
4117   (interactive)
4118   (gnus-article-check-buffer)
4119   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4120          (contents (and handle (mm-get-part handle)))
4121          (base (and handle
4122                     (file-name-nondirectory
4123                      (or
4124                       (mail-content-type-get (mm-handle-type handle) 'name)
4125                       (mail-content-type-get (mm-handle-disposition handle)
4126                                              'filename)
4127                       "*decoded*"))))
4128          (buffer (and base (generate-new-buffer base))))
4129     (when contents
4130       (switch-to-buffer buffer)
4131       (insert contents)
4132       ;; We do it this way to make `normal-mode' set the appropriate mode.
4133       (unwind-protect
4134           (progn
4135             (setq buffer-file-name (expand-file-name base))
4136             (gnus-mime-jka-compr-maybe-uncompress)
4137             (normal-mode))
4138         (setq buffer-file-name nil))
4139       (goto-char (point-min)))))
4140
4141 (defun gnus-mime-print-part (&optional handle filename)
4142   "Print the MIME part under point."
4143   (interactive (list nil (ps-print-preprint current-prefix-arg)))
4144   (gnus-article-check-buffer)
4145   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4146          (contents (and handle (mm-get-part handle)))
4147          (file (mm-make-temp-file (expand-file-name "mm." mm-tmp-directory)))
4148          (printer (mailcap-mime-info (mm-handle-media-type handle) "print")))
4149     (when contents
4150         (if printer
4151             (unwind-protect
4152                 (progn
4153                   (mm-save-part-to-file handle file)
4154                   (call-process shell-file-name nil
4155                                 (generate-new-buffer " *mm*")
4156                                 nil
4157                                 shell-command-switch
4158                                 (mm-mailcap-command
4159                                  printer file (mm-handle-type handle))))
4160               (delete-file file))
4161           (with-temp-buffer
4162             (insert contents)
4163             (gnus-print-buffer))
4164           (ps-despool filename)))))
4165
4166 (defun gnus-mime-inline-part (&optional handle arg)
4167   "Insert the MIME part under point into the current buffer."
4168   (interactive (list nil current-prefix-arg))
4169   (gnus-article-check-buffer)
4170   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4171          contents charset
4172          (b (point))
4173          buffer-read-only)
4174     (when handle
4175       (if (and (not arg) (mm-handle-undisplayer handle))
4176           (mm-remove-part handle)
4177         (setq contents (mm-get-part handle))
4178         (cond
4179          ((not arg)
4180           (setq charset (or (mail-content-type-get
4181                              (mm-handle-type handle) 'charset)
4182                             gnus-newsgroup-charset)))
4183          ((numberp arg)
4184           (if (mm-handle-undisplayer handle)
4185               (mm-remove-part handle))
4186           (setq charset
4187                 (or (cdr (assq arg
4188                                gnus-summary-show-article-charset-alist))
4189                     (mm-read-coding-system "Charset: ")))))
4190         (forward-line 2)
4191         (mm-insert-inline handle
4192                           (if (and charset
4193                                    (setq charset (mm-charset-to-coding-system
4194                                                   charset))
4195                                    (not (eq charset 'ascii)))
4196                               (mm-decode-coding-string contents charset)
4197                             contents))
4198         (goto-char b)))))
4199
4200 (defun gnus-mime-view-part-as-charset (&optional handle arg)
4201   "Insert the MIME part under point into the current buffer using the
4202 specified charset."
4203   (interactive (list nil current-prefix-arg))
4204   (gnus-article-check-buffer)
4205   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4206          contents charset
4207          (b (point))
4208          buffer-read-only)
4209     (when handle
4210       (if (mm-handle-undisplayer handle)
4211           (mm-remove-part handle))
4212       (let ((gnus-newsgroup-charset
4213              (or (cdr (assq arg
4214                             gnus-summary-show-article-charset-alist))
4215                  (mm-read-coding-system "Charset: ")))
4216           (gnus-newsgroup-ignored-charsets 'gnus-all))
4217         (gnus-article-press-button)))))
4218
4219 (defun gnus-mime-view-part-externally (&optional handle)
4220   "View the MIME part under point with an external viewer."
4221   (interactive)
4222   (gnus-article-check-buffer)
4223   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4224          (mm-user-display-methods nil)
4225          (mm-inlined-types nil)
4226          (mail-parse-charset gnus-newsgroup-charset)
4227          (mail-parse-ignored-charsets
4228           (save-excursion (set-buffer gnus-summary-buffer)
4229                           gnus-newsgroup-ignored-charsets)))
4230     (when handle
4231       (if (mm-handle-undisplayer handle)
4232           (mm-remove-part handle)
4233         (mm-display-part handle)))))
4234
4235 (defun gnus-mime-view-part-internally (&optional handle)
4236   "View the MIME part under point with an internal viewer.
4237 If no internal viewer is available, use an external viewer."
4238   (interactive)
4239   (gnus-article-check-buffer)
4240   (let* ((handle (or handle (get-text-property (point) 'gnus-data)))
4241          (mm-inlined-types '(".*"))
4242          (mm-inline-large-images t)
4243          (mail-parse-charset gnus-newsgroup-charset)
4244          (mail-parse-ignored-charsets
4245           (save-excursion (set-buffer gnus-summary-buffer)
4246                           gnus-newsgroup-ignored-charsets))
4247          buffer-read-only)
4248     (when handle
4249       (if (mm-handle-undisplayer handle)
4250           (mm-remove-part handle)
4251         (mm-display-part handle)))))
4252
4253 (defun gnus-mime-action-on-part (&optional action)
4254   "Do something with the MIME attachment at \(point\)."
4255   (interactive
4256    (list (completing-read "Action: " gnus-mime-action-alist nil t)))
4257   (gnus-article-check-buffer)
4258   (let ((action-pair (assoc action gnus-mime-action-alist)))
4259     (if action-pair
4260         (funcall (cdr action-pair)))))
4261
4262 (defun gnus-article-part-wrapper (n function)
4263   (save-current-buffer
4264     (set-buffer gnus-article-buffer)
4265     (when (> n (length gnus-article-mime-handle-alist))
4266       (error "No such part"))
4267     (gnus-article-goto-part n)
4268     (let ((handle (cdr (assq n gnus-article-mime-handle-alist))))
4269       (funcall function handle))))
4270
4271 (defun gnus-article-pipe-part (n)
4272   "Pipe MIME part N, which is the numerical prefix."
4273   (interactive "p")
4274   (gnus-article-part-wrapper n 'mm-pipe-part))
4275
4276 (defun gnus-article-save-part (n)
4277   "Save MIME part N, which is the numerical prefix."
4278   (interactive "p")
4279   (gnus-article-part-wrapper n 'mm-save-part))
4280
4281 (defun gnus-article-interactively-view-part (n)
4282   "View MIME part N interactively, which is the numerical prefix."
4283   (interactive "p")
4284   (gnus-article-part-wrapper n 'mm-interactively-view-part))
4285
4286 (defun gnus-article-copy-part (n)
4287   "Copy MIME part N, which is the numerical prefix."
4288   (interactive "p")
4289   (gnus-article-part-wrapper n 'gnus-mime-copy-part))
4290
4291 (defun gnus-article-view-part-as-charset (n)
4292   "Copy MIME part N, which is the numerical prefix."
4293   (interactive "p")
4294   (gnus-article-part-wrapper n 'gnus-mime-view-part-as-charset))
4295
4296 (defun gnus-article-view-part-externally (n)
4297   "View MIME part N externally, which is the numerical prefix."
4298   (interactive "p")
4299   (gnus-article-part-wrapper n 'gnus-mime-view-part-externally))
4300
4301 (defun gnus-article-inline-part (n)
4302   "Inline MIME part N, which is the numerical prefix."
4303   (interactive "p")
4304   (gnus-article-part-wrapper n 'gnus-mime-inline-part))
4305
4306 (defun gnus-article-mime-match-handle-first (condition)
4307   (if condition
4308       (let ((alist gnus-article-mime-handle-alist) ihandle n)
4309         (while (setq ihandle (pop alist))
4310           (if (and (cond
4311                     ((functionp condition)
4312                      (funcall condition (cdr ihandle)))
4313                     ((eq condition 'undisplayed)
4314                      (not (or (mm-handle-undisplayer (cdr ihandle))
4315                               (equal (mm-handle-media-type (cdr ihandle))
4316                                      "multipart/alternative"))))
4317                     ((eq condition 'undisplayed-alternative)
4318                      (not (mm-handle-undisplayer (cdr ihandle))))
4319                     (t t))
4320                    (gnus-article-goto-part (car ihandle))
4321                    (or (not n) (< (car ihandle) n)))
4322               (setq n (car ihandle))))
4323         (or n 1))
4324     1))
4325
4326 (defun gnus-article-view-part (&optional n)
4327   "View MIME part N, which is the numerical prefix."
4328   (interactive "P")
4329   (save-current-buffer
4330     (set-buffer gnus-article-buffer)
4331     (or (numberp n) (setq n (gnus-article-mime-match-handle-first
4332                              gnus-article-mime-match-handle-function)))
4333     (when (> n (length gnus-article-mime-handle-alist))
4334       (error "No such part"))
4335     (let ((handle (cdr (assq n gnus-article-mime-handle-alist))))
4336       (when (gnus-article-goto-part n)
4337         (if (equal (car handle) "multipart/alternative")
4338             (gnus-article-press-button)
4339           (when (eq (gnus-mm-display-part handle) 'internal)
4340             (gnus-set-window-start)))))))
4341
4342 (defsubst gnus-article-mime-total-parts ()
4343   (if (bufferp (car gnus-article-mime-handles))
4344       1 ;; single part
4345     (1- (length gnus-article-mime-handles))))
4346
4347 (defun gnus-mm-display-part (handle)
4348   "Display HANDLE and fix MIME button."
4349   (let ((id (get-text-property (point) 'gnus-part))
4350         (point (point))
4351         buffer-read-only)
4352     (forward-line 1)
4353     (prog1
4354         (let ((window (selected-window))
4355               (mail-parse-charset gnus-newsgroup-charset)
4356               (mail-parse-ignored-charsets
4357                (if (gnus-buffer-live-p gnus-summary-buffer)
4358                    (save-excursion
4359                      (set-buffer gnus-summary-buffer)
4360                      gnus-newsgroup-ignored-charsets)
4361                  nil)))
4362           (save-excursion
4363             (unwind-protect
4364                 (let ((win (gnus-get-buffer-window (current-buffer) t))
4365                       (beg (point)))
4366                   (when win
4367                     (select-window win))
4368                   (goto-char point)
4369                   (forward-line)
4370                   (if (mm-handle-displayed-p handle)
4371                       ;; This will remove the part.
4372                       (mm-display-part handle)
4373                     (save-restriction
4374                       (narrow-to-region (point)
4375                                         (if (eobp) (point) (1+ (point))))
4376                       (mm-display-part handle)
4377                       ;; We narrow to the part itself and
4378                       ;; then call the treatment functions.
4379                       (goto-char (point-min))
4380                       (forward-line 1)
4381                       (narrow-to-region (point) (point-max))
4382                       (gnus-treat-article
4383                        nil id
4384                        (gnus-article-mime-total-parts)
4385                        (mm-handle-media-type handle)))))
4386               (if (window-live-p window)
4387                   (select-window window)))))
4388       (goto-char point)
4389       (gnus-delete-line)
4390       (gnus-insert-mime-button
4391        handle id (list (mm-handle-displayed-p handle)))
4392       (goto-char point))))
4393
4394 (defun gnus-article-goto-part (n)
4395   "Go to MIME part N."
4396   (gnus-goto-char (text-property-any (point-min) (point-max) 'gnus-part n)))
4397
4398 (defun gnus-insert-mime-button (handle gnus-tmp-id &optional displayed)
4399   (let ((gnus-tmp-name
4400          (or (mail-content-type-get (mm-handle-type handle) 'name)
4401              (mail-content-type-get (mm-handle-disposition handle) 'filename)
4402              (mail-content-type-get (mm-handle-type handle) 'url)
4403              ""))
4404         (gnus-tmp-type (mm-handle-media-type handle))
4405         (gnus-tmp-description
4406          (mail-decode-encoded-word-string (or (mm-handle-description handle)
4407                                               "")))
4408         (gnus-tmp-dots
4409          (if (if displayed (car displayed)
4410                (mm-handle-displayed-p handle))
4411              "" "..."))
4412         (gnus-tmp-length (with-current-buffer (mm-handle-buffer handle)
4413                            (buffer-size)))
4414         gnus-tmp-type-long b e)
4415     (when (string-match ".*/" gnus-tmp-name)
4416       (setq gnus-tmp-name (replace-match "" t t gnus-tmp-name)))
4417     (setq gnus-tmp-type-long (concat gnus-tmp-type
4418                                      (and (not (equal gnus-tmp-name ""))
4419                                           (concat "; " gnus-tmp-name))))
4420     (unless (equal gnus-tmp-description "")
4421       (setq gnus-tmp-type-long (concat " --- " gnus-tmp-type-long)))
4422     (unless (bolp)
4423       (insert "\n"))
4424     (setq b (point))
4425     (gnus-eval-format
4426      gnus-mime-button-line-format gnus-mime-button-line-format-alist
4427      `(,@(gnus-local-map-property gnus-mime-button-map)
4428          gnus-callback gnus-mm-display-part
4429          gnus-part ,gnus-tmp-id
4430          article-type annotation
4431          gnus-data ,handle))
4432     (setq e (if (bolp)
4433                 ;; Exclude a newline.
4434                 (1- (point))
4435               (point)))
4436     (widget-convert-button
4437      'link b e
4438      :mime-handle handle
4439      :action 'gnus-widget-press-button
4440      :button-keymap gnus-mime-button-map
4441      :help-echo
4442      (lambda (widget/window &optional overlay pos)
4443        ;; Needed to properly clear the message due to a bug in
4444        ;; wid-edit (XEmacs only).
4445        (if (boundp 'help-echo-owns-message)
4446            (setq help-echo-owns-message t))
4447        (format
4448         "%S: %s the MIME part; %S: more options"
4449         (aref gnus-mouse-2 0)
4450         ;; XEmacs will get a single widget arg; Emacs 21 will get
4451         ;; window, overlay, position.
4452         (if (mm-handle-displayed-p
4453              (if overlay
4454                  (with-current-buffer (gnus-overlay-buffer overlay)
4455                    (widget-get (widget-at (gnus-overlay-start overlay))
4456                                :mime-handle))
4457                (widget-get widget/window :mime-handle)))
4458             "hide" "show")
4459         (aref gnus-down-mouse-3 0))))))
4460
4461 (defun gnus-widget-press-button (elems el)
4462   (goto-char (widget-get elems :from))
4463   (gnus-article-press-button))
4464
4465 (defvar gnus-displaying-mime nil)
4466
4467 (defun gnus-display-mime (&optional ihandles)
4468   "Display the MIME parts."
4469   (save-excursion
4470     (save-selected-window
4471       (let ((window (get-buffer-window gnus-article-buffer))
4472             (point (point)))
4473         (when window
4474           (select-window window)
4475           ;; We have to do this since selecting the window
4476           ;; may change the point.  So we set the window point.
4477           (set-window-point window point)))
4478       (let* ((handles (or ihandles
4479                           (mm-dissect-buffer nil gnus-article-loose-mime)
4480                           (and gnus-article-emulate-mime
4481                                (mm-uu-dissect))))
4482              buffer-read-only handle name type b e display)
4483         (when (and (not ihandles)
4484                    (not gnus-displaying-mime))
4485           ;; Top-level call; we clean up.
4486           (when gnus-article-mime-handles
4487             (mm-destroy-parts gnus-article-mime-handles)
4488             (setq gnus-article-mime-handle-alist nil));; A trick.
4489           (setq gnus-article-mime-handles handles)
4490           ;; We allow users to glean info from the handles.
4491           (when gnus-article-mime-part-function
4492             (gnus-mime-part-function handles)))
4493         (if (and handles
4494                  (or (not (stringp (car handles)))
4495                      (cdr handles)))
4496             (progn
4497               (when (and (not ihandles)
4498                          (not gnus-displaying-mime))
4499                 ;; Clean up for mime parts.
4500                 (article-goto-body)
4501                 (delete-region (point) (point-max)))
4502               (let ((gnus-displaying-mime t))
4503                 (gnus-mime-display-part handles)))
4504           (save-restriction
4505             (article-goto-body)
4506             (narrow-to-region (point) (point-max))
4507             (gnus-treat-article nil 1 1)
4508             (widen)))
4509         (unless ihandles
4510           ;; Highlight the headers.
4511           (save-excursion
4512             (save-restriction
4513               (article-goto-body)
4514               (narrow-to-region (point-min) (point))
4515               (gnus-treat-article 'head))))))))
4516
4517 (defvar gnus-mime-display-multipart-as-mixed nil)
4518 (defvar gnus-mime-display-multipart-alternative-as-mixed nil)
4519 (defvar gnus-mime-display-multipart-related-as-mixed nil)
4520
4521 (defun gnus-mime-display-part (handle)
4522   (cond
4523    ;; Single part.
4524    ((not (stringp (car handle)))
4525     (gnus-mime-display-single handle))
4526    ;; User-defined multipart
4527    ((cdr (assoc (car handle) gnus-mime-multipart-functions))
4528     (funcall (cdr (assoc (car handle) gnus-mime-multipart-functions))
4529              handle))
4530    ;; multipart/alternative
4531    ((and (equal (car handle) "multipart/alternative")
4532          (not (or gnus-mime-display-multipart-as-mixed
4533                   gnus-mime-display-multipart-alternative-as-mixed)))
4534     (let ((id (1+ (length gnus-article-mime-handle-alist))))
4535       (push (cons id handle) gnus-article-mime-handle-alist)
4536       (gnus-mime-display-alternative (cdr handle) nil nil id)))
4537    ;; multipart/related
4538    ((and (equal (car handle) "multipart/related")
4539          (not (or gnus-mime-display-multipart-as-mixed
4540                   gnus-mime-display-multipart-related-as-mixed)))
4541     ;;;!!!We should find the start part, but we just default
4542     ;;;!!!to the first part.
4543     ;;(gnus-mime-display-part (cadr handle))
4544     ;;;!!! Most multipart/related is an HTML message plus images.
4545     ;;;!!! Unfortunately we are unable to let W3 display those
4546     ;;;!!! included images, so we just display it as a mixed multipart.
4547     ;;(gnus-mime-display-mixed (cdr handle))
4548     ;;;!!! No, w3 can display everything just fine.
4549     (gnus-mime-display-part (cadr handle)))
4550    ((equal (car handle) "multipart/signed")
4551     (gnus-add-wash-type 'signed)
4552     (gnus-mime-display-security handle))
4553    ((equal (car handle) "multipart/encrypted")
4554     (gnus-add-wash-type 'encrypted)
4555     (gnus-mime-display-security handle))
4556    ;; Other multiparts are handled like multipart/mixed.
4557    (t
4558     (gnus-mime-display-mixed (cdr handle)))))
4559
4560 (defun gnus-mime-part-function (handles)
4561   (if (stringp (car handles))
4562       (mapcar 'gnus-mime-part-function (cdr handles))
4563     (funcall gnus-article-mime-part-function handles)))
4564
4565 (defun gnus-mime-display-mixed (handles)
4566   (mapcar 'gnus-mime-display-part handles))
4567
4568 (defun gnus-mime-display-single (handle)
4569   (let ((type (mm-handle-media-type handle))
4570         (ignored gnus-ignored-mime-types)
4571         (not-attachment t)
4572         (move nil)
4573         display text)
4574     (catch 'ignored
4575       (progn
4576         (while ignored
4577           (when (string-match (pop ignored) type)
4578             (throw 'ignored nil)))
4579         (if (and (setq not-attachment
4580                        (and (not (mm-inline-override-p handle))
4581                             (or (not (mm-handle-disposition handle))
4582                                 (equal (car (mm-handle-disposition handle))
4583                                        "inline")
4584                                 (mm-attachment-override-p handle))))
4585                  (mm-automatic-display-p handle)
4586                  (or (and
4587                       (mm-inlinable-p handle)
4588                       (mm-inlined-p handle))
4589                      (mm-automatic-external-display-p type)))
4590             (setq display t)
4591           (when (equal (mm-handle-media-supertype handle) "text")
4592             (setq text t)))
4593         (let ((id (1+ (length gnus-article-mime-handle-alist)))
4594               beg)
4595           (push (cons id handle) gnus-article-mime-handle-alist)
4596           (when (or (not display)
4597                     (not (gnus-unbuttonized-mime-type-p type)))
4598             ;(gnus-article-insert-newline)
4599             (gnus-insert-mime-button
4600              handle id (list (or display (and not-attachment text))))
4601             (gnus-article-insert-newline)
4602             ;(gnus-article-insert-newline)
4603             ;; Remember modify the number of forward lines.
4604             (setq move t))
4605           (setq beg (point))
4606           (cond
4607            (display
4608             (when move
4609               (forward-line -1)
4610               (setq beg (point)))
4611             (let ((mail-parse-charset gnus-newsgroup-charset)
4612                   (mail-parse-ignored-charsets
4613                    (save-excursion (condition-case ()
4614                                        (set-buffer gnus-summary-buffer)
4615                                      (error))
4616                                    gnus-newsgroup-ignored-charsets)))
4617               (mm-display-part handle t))
4618             (goto-char (point-max)))
4619            ((and text not-attachment)
4620             (when move
4621               (forward-line -1)
4622               (setq beg (point)))
4623             (gnus-article-insert-newline)
4624             (mm-insert-inline handle (mm-get-part handle))
4625             (goto-char (point-max))))
4626           ;; Do highlighting.
4627           (save-excursion
4628             (save-restriction
4629               (narrow-to-region beg (point))
4630               (gnus-treat-article
4631                nil id
4632                (gnus-article-mime-total-parts)
4633                (mm-handle-media-type handle)))))))))
4634
4635 (defun gnus-unbuttonized-mime-type-p (type)
4636   "Say whether TYPE is to be unbuttonized."
4637   (unless gnus-inhibit-mime-unbuttonizing
4638     (when (catch 'found
4639             (let ((types gnus-unbuttonized-mime-types))
4640               (while types
4641                 (when (string-match (pop types) type)
4642                   (throw 'found t)))))
4643       (not (catch 'found
4644              (let ((types gnus-buttonized-mime-types))
4645                (while types
4646                  (when (string-match (pop types) type)
4647                    (throw 'found t)))))))))
4648
4649 (defun gnus-article-insert-newline ()
4650   "Insert a newline, but mark it as undeletable."
4651   (gnus-put-text-property
4652    (point) (progn (insert "\n") (point)) 'gnus-undeletable t))
4653
4654 (defun gnus-mime-display-alternative (handles &optional preferred ibegend id)
4655   (let* ((preferred (or preferred (mm-preferred-alternative handles)))
4656          (ihandles handles)
4657          (point (point))
4658          handle buffer-read-only from props begend not-pref)
4659     (save-window-excursion
4660       (save-restriction
4661         (when ibegend
4662           (narrow-to-region (car ibegend)
4663                             (or (cdr ibegend)
4664                                 (progn
4665                                   (goto-char (car ibegend))
4666                                   (forward-line 2)
4667                                   (point))))
4668           (delete-region (point-min) (point-max))
4669           (mm-remove-parts handles))
4670         (setq begend (list (point-marker)))
4671         ;; Do the toggle.
4672         (unless (setq not-pref (cadr (member preferred ihandles)))
4673           (setq not-pref (car ihandles)))
4674         (when (or ibegend
4675                   (not preferred)
4676                   (not (gnus-unbuttonized-mime-type-p
4677                         "multipart/alternative")))
4678           (gnus-add-text-properties
4679            (setq from (point))
4680            (progn
4681              (insert (format "%d.  " id))
4682              (point))
4683            `(gnus-callback
4684              (lambda (handles)
4685                (unless ,(not ibegend)
4686                  (setq gnus-article-mime-handle-alist
4687                        ',gnus-article-mime-handle-alist))
4688                (gnus-mime-display-alternative
4689                 ',ihandles ',not-pref ',begend ,id))
4690              ,@(gnus-local-map-property gnus-mime-button-map)
4691              ,gnus-mouse-face-prop ,gnus-article-mouse-face
4692              face ,gnus-article-button-face
4693              gnus-part ,id
4694              gnus-data ,handle))
4695           (widget-convert-button 'link from (point)
4696                                  :action 'gnus-widget-press-button
4697                                  :button-keymap gnus-widget-button-keymap)
4698           ;; Do the handles
4699           (while (setq handle (pop handles))
4700             (gnus-add-text-properties
4701              (setq from (point))
4702              (progn
4703                (insert (format "(%c) %-18s"
4704                                (if (equal handle preferred) ?* ? )
4705                                (mm-handle-media-type handle)))
4706                (point))
4707              `(gnus-callback
4708                (lambda (handles)
4709                  (unless ,(not ibegend)
4710                    (setq gnus-article-mime-handle-alist
4711                          ',gnus-article-mime-handle-alist))
4712                  (gnus-mime-display-alternative
4713                   ',ihandles ',handle ',begend ,id))
4714                ,@(gnus-local-map-property gnus-mime-button-map)
4715                ,gnus-mouse-face-prop ,gnus-article-mouse-face
4716                face ,gnus-article-button-face
4717                gnus-part ,id
4718                gnus-data ,handle))
4719             (widget-convert-button 'link from (point)
4720                                    :action 'gnus-widget-press-button
4721                                    :button-keymap gnus-widget-button-keymap)
4722             (insert "  "))
4723           (insert "\n\n"))
4724         (when preferred
4725           (if (stringp (car preferred))
4726               (gnus-display-mime preferred)
4727             (let ((mail-parse-charset gnus-newsgroup-charset)
4728                   (mail-parse-ignored-charsets
4729                    (save-excursion (set-buffer gnus-summary-buffer)
4730                                    gnus-newsgroup-ignored-charsets)))
4731               (mm-display-part preferred)
4732               ;; Do highlighting.
4733               (save-excursion
4734                 (save-restriction
4735                   (narrow-to-region (car begend) (point-max))
4736                   (gnus-treat-article
4737                    nil (length gnus-article-mime-handle-alist)
4738                    (gnus-article-mime-total-parts)
4739                    (mm-handle-media-type handle))))))
4740           (goto-char (point-max))
4741           (setcdr begend (point-marker)))))
4742     (when ibegend
4743       (goto-char point))))
4744
4745 (defconst gnus-article-wash-status-strings
4746   (let ((alist '((cite "c" "Possible hidden citation text"
4747                        " " "All citation text visible")
4748                  (headers "h" "Hidden headers"
4749                           " " "All headers visible.")
4750                  (pgp "p" "Encrypted or signed message status hidden"
4751                       " " "No hidden encryption nor digital signature status")
4752                  (signature "s" "Signature has been hidden"
4753                             " " "Signature is visible")
4754                  (overstrike "o" "Overstrike (^H) characters applied"
4755                              " " "No overstrike characters applied")
4756                  (emphasis "e" "/*_Emphasis_*/ characters applied"
4757                            " " "No /*_emphasis_*/ characters applied")))
4758         result)
4759     (dolist (entry alist result)
4760       (let ((key (nth 0 entry))
4761             (on (copy-sequence (nth 1 entry)))
4762             (on-help (nth 2 entry))
4763             (off (copy-sequence (nth 3 entry)))
4764             (off-help (nth 4 entry)))
4765         (put-text-property 0 1 'help-echo on-help on)
4766         (put-text-property 0 1 'help-echo off-help off)
4767         (push (list key on off) result))))
4768   "Alist of strings describing wash status in the mode line.
4769 Each entry has the form (KEY ON OF), where the KEY is a symbol
4770 representing the particular washing function, ON is the string to use
4771 in the article mode line when the washing function is active, and OFF
4772 is the string to use when it is inactive.")
4773
4774 (defun gnus-article-wash-status-entry (key value)
4775   (let ((entry (assoc key gnus-article-wash-status-strings)))
4776     (if value (nth 1 entry) (nth 2 entry))))
4777
4778 (defun gnus-article-wash-status ()
4779   "Return a string which display status of article washing."
4780   (save-excursion
4781     (set-buffer gnus-article-buffer)
4782     (let ((cite (memq 'cite gnus-article-wash-types))
4783           (headers (memq 'headers gnus-article-wash-types))
4784           (boring (memq 'boring-headers gnus-article-wash-types))
4785           (pgp (memq 'pgp gnus-article-wash-types))
4786           (pem (memq 'pem gnus-article-wash-types))
4787           (signed (memq 'signed gnus-article-wash-types))
4788           (encrypted (memq 'encrypted gnus-article-wash-types))
4789           (signature (memq 'signature gnus-article-wash-types))
4790           (overstrike (memq 'overstrike gnus-article-wash-types))
4791           (emphasis (memq 'emphasis gnus-article-wash-types)))
4792       (concat
4793        (gnus-article-wash-status-entry 'cite cite)
4794        (gnus-article-wash-status-entry 'headers (or headers boring))
4795        (gnus-article-wash-status-entry 'pgp (or pgp pem signed encrypted))
4796        (gnus-article-wash-status-entry 'signature signature)
4797        (gnus-article-wash-status-entry 'overstrike overstrike)
4798        (gnus-article-wash-status-entry 'emphasis emphasis)))))
4799
4800 (defun gnus-add-wash-type (type)
4801   "Add a washing of TYPE to the current status."
4802   (add-to-list 'gnus-article-wash-types type))
4803
4804 (defun gnus-delete-wash-type (type)
4805   "Add a washing of TYPE to the current status."
4806   (setq gnus-article-wash-types (delq type gnus-article-wash-types)))
4807
4808 (defun gnus-add-image (category image)
4809   "Add IMAGE of CATEGORY to the list of displayed images."
4810   (let ((entry (assq category gnus-article-image-alist)))
4811     (unless entry
4812       (setq entry (list category))
4813       (push entry gnus-article-image-alist))
4814     (nconc entry (list image))))
4815
4816 (defun gnus-delete-images (category)
4817   "Delete all images in CATEGORY."
4818   (let ((entry (assq category gnus-article-image-alist)))
4819     (dolist (image (cdr entry))
4820       (gnus-remove-image image))
4821     (setq gnus-article-image-alist (delq entry gnus-article-image-alist))
4822     (gnus-delete-wash-type category)))
4823
4824 (defalias 'gnus-article-hide-headers-if-wanted 'gnus-article-maybe-hide-headers)
4825
4826 (defun gnus-article-maybe-hide-headers ()
4827   "Hide unwanted headers if `gnus-have-all-headers' is nil.
4828 Provided for backwards compatibility."
4829   (when (and (or (not (gnus-buffer-live-p gnus-summary-buffer))
4830                  (not (save-excursion (set-buffer gnus-summary-buffer)
4831                                       gnus-have-all-headers)))
4832              (not gnus-inhibit-hiding))
4833     (gnus-article-hide-headers)))
4834
4835 ;;; Article savers.
4836
4837 (defun gnus-output-to-file (file-name)
4838   "Append the current article to a file named FILE-NAME."
4839   (let ((artbuf (current-buffer)))
4840     (with-temp-buffer
4841       (insert-buffer-substring artbuf)
4842       ;; Append newline at end of the buffer as separator, and then
4843       ;; save it to file.
4844       (goto-char (point-max))
4845       (insert "\n")
4846       (let ((file-name-coding-system nnmail-pathname-coding-system))
4847         (mm-append-to-file (point-min) (point-max) file-name))
4848       t)))
4849
4850 (defun gnus-narrow-to-page (&optional arg)
4851   "Narrow the article buffer to a page.
4852 If given a numerical ARG, move forward ARG pages."
4853   (interactive "P")
4854   (setq arg (if arg (prefix-numeric-value arg) 0))
4855   (save-excursion
4856     (set-buffer gnus-article-buffer)
4857     (goto-char (point-min))
4858     (widen)
4859     ;; Remove any old next/prev buttons.
4860     (when (gnus-visual-p 'page-marker)
4861       (let ((buffer-read-only nil))
4862         (gnus-remove-text-with-property 'gnus-prev)
4863         (gnus-remove-text-with-property 'gnus-next)))
4864     (when
4865         (cond ((< arg 0)
4866                (re-search-backward page-delimiter nil 'move (1+ (abs arg))))
4867               ((> arg 0)
4868                (re-search-forward page-delimiter nil 'move arg)))
4869       (goto-char (match-end 0)))
4870     (narrow-to-region
4871      (point)
4872      (if (re-search-forward page-delimiter nil 'move)
4873          (match-beginning 0)
4874        (point)))
4875     (when (and (gnus-visual-p 'page-marker)
4876                (not (= (point-min) 1)))
4877       (save-excursion
4878         (goto-char (point-min))
4879         (gnus-insert-prev-page-button)))
4880     (when (and (gnus-visual-p 'page-marker)
4881                (< (+ (point-max) 2) (buffer-size)))
4882       (save-excursion
4883         (goto-char (point-max))
4884         (gnus-insert-next-page-button)))))
4885
4886 ;; Article mode commands
4887
4888 (defun gnus-article-goto-next-page ()
4889   "Show the next page of the article."
4890   (interactive)
4891   (gnus-eval-in-buffer-window gnus-summary-buffer
4892     (gnus-summary-next-page)))
4893
4894 (defun gnus-article-goto-prev-page ()
4895   "Show the next page of the article."
4896   (interactive)
4897   (gnus-eval-in-buffer-window gnus-summary-buffer
4898     (gnus-summary-prev-page)))
4899
4900 (defun gnus-article-next-page (&optional lines)
4901   "Show the next page of the current article.
4902 If end of article, return non-nil.  Otherwise return nil.
4903 Argument LINES specifies lines to be scrolled up."
4904   (interactive "p")
4905   (move-to-window-line -1)
4906   (if (save-excursion
4907         (end-of-line)
4908         (and (pos-visible-in-window-p)  ;Not continuation line.
4909              (>= (1+ (point)) (point-max)))) ;Allow for trailing newline.
4910       ;; Nothing in this page.
4911       (if (or (not gnus-page-broken)
4912               (save-excursion
4913                 (save-restriction
4914                   (widen) (forward-line 1) (eobp)))) ;Real end-of-buffer?
4915           (progn
4916             (when gnus-article-over-scroll
4917               (gnus-article-next-page-1 lines))
4918             t)                  ;Nothing more.
4919         (gnus-narrow-to-page 1)         ;Go to next page.
4920         nil)
4921     ;; More in this page.
4922     (gnus-article-next-page-1 lines)
4923     nil))
4924
4925 (defun gnus-article-next-page-1 (lines)
4926   (let ((scroll-in-place nil))
4927     (condition-case ()
4928         (scroll-up lines)
4929       (end-of-buffer
4930        ;; Long lines may cause an end-of-buffer error.
4931        (goto-char (point-max)))))
4932   (move-to-window-line 0))
4933
4934 (defun gnus-article-prev-page (&optional lines)
4935   "Show previous page of current article.
4936 Argument LINES specifies lines to be scrolled down."
4937   (interactive "p")
4938   (move-to-window-line 0)
4939   (if (and gnus-page-broken
4940            (bobp)
4941            (not (save-restriction (widen) (bobp)))) ;Real beginning-of-buffer?
4942       (progn
4943         (gnus-narrow-to-page -1)        ;Go to previous page.
4944         (goto-char (point-max))
4945         (recenter -1))
4946     (let ((scroll-in-place nil))
4947       (prog1
4948           (condition-case ()
4949               (scroll-down lines)
4950             (beginning-of-buffer
4951              (goto-char (point-min))))
4952         (move-to-window-line 0)))))
4953
4954 (defun gnus-article-only-boring-p ()
4955   "Decide whether there is only boring text remaining in the article.
4956 Something \"interesting\" is a word of at least two letters that does
4957 not have a face in `gnus-article-boring-faces'."
4958   (when (and gnus-article-skip-boring
4959              (boundp 'gnus-article-boring-faces)
4960              (symbol-value 'gnus-article-boring-faces))
4961     (save-excursion
4962       (catch 'only-boring
4963         (while (re-search-forward "\\b\\w\\w" nil t)
4964           (forward-char -1)
4965           (when (not (gnus-intersection
4966                       (gnus-faces-at (point))
4967                       (symbol-value 'gnus-article-boring-faces)))
4968             (throw 'only-boring nil)))
4969         (throw 'only-boring t)))))
4970
4971 (defun gnus-article-refer-article ()
4972   "Read article specified by message-id around point."
4973   (interactive)
4974   (save-excursion
4975     (re-search-backward "[ \t]\\|^" (gnus-point-at-bol) t)
4976     (re-search-forward "<?news:<?\\|<" (gnus-point-at-eol) t)
4977     (if (re-search-forward "[^@ ]+@[^ \t>]+" (gnus-point-at-eol) t)
4978         (let ((msg-id (concat "<" (match-string 0) ">")))
4979           (set-buffer gnus-summary-buffer)
4980           (gnus-summary-refer-article msg-id))
4981       (error "No references around point"))))
4982
4983 (defun gnus-article-show-summary ()
4984   "Reconfigure windows to show summary buffer."
4985   (interactive)
4986   (if (not (gnus-buffer-live-p gnus-summary-buffer))
4987       (error "There is no summary buffer for this article buffer")
4988     (gnus-article-set-globals)
4989     (gnus-configure-windows 'article)
4990     (gnus-summary-goto-subject gnus-current-article)
4991     (gnus-summary-position-point)))
4992
4993 (defun gnus-article-describe-briefly ()
4994   "Describe article mode commands briefly."
4995   (interactive)
4996   (gnus-message 6 (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")))
4997
4998 (defun gnus-article-summary-command ()
4999   "Execute the last keystroke in the summary buffer."
5000   (interactive)
5001   (let ((obuf (current-buffer))
5002         (owin (current-window-configuration))
5003         func)
5004     (switch-to-buffer gnus-article-current-summary 'norecord)
5005     (setq func (lookup-key (current-local-map) (this-command-keys)))
5006     (call-interactively func)
5007     (set-buffer obuf)
5008     (set-window-configuration owin)
5009     (set-window-point (get-buffer-window (current-buffer)) (point))))
5010
5011 (defun gnus-article-summary-command-nosave ()
5012   "Execute the last keystroke in the summary buffer."
5013   (interactive)
5014   (let (func)
5015     (pop-to-buffer gnus-article-current-summary 'norecord)
5016     (setq func (lookup-key (current-local-map) (this-command-keys)))
5017     (call-interactively func)))
5018
5019 (defun gnus-article-check-buffer ()
5020   "Beep if not in an article buffer."
5021   (unless (equal major-mode 'gnus-article-mode)
5022     (error "Command invoked outside of a Gnus article buffer")))
5023
5024 (defun gnus-article-read-summary-keys (&optional arg key not-restore-window)
5025   "Read a summary buffer key sequence and execute it from the article buffer."
5026   (interactive "P")
5027   (gnus-article-check-buffer)
5028   (let ((nosaves
5029          '("q" "Q"  "c" "r" "\C-c\C-f" "m"  "a" "f"
5030            "Zc" "ZC" "ZE" "ZQ" "ZZ" "Zn" "ZR" "ZG" "ZN" "ZP"
5031            "=" "^" "\M-^" "|"))
5032         (nosave-but-article
5033          '("A\r"))
5034         (nosave-in-article
5035          '("\C-d"))
5036         (up-to-top
5037          '("n" "Gn" "p" "Gp"))
5038         keys new-sum-point)
5039     (save-excursion
5040       (set-buffer gnus-article-current-summary)
5041       (let (gnus-pick-mode)
5042         (push (or key last-command-event) unread-command-events)
5043         (setq keys (if (featurep 'xemacs)
5044                        (events-to-keys (read-key-sequence nil))
5045                      (read-key-sequence nil)))))
5046
5047     (message "")
5048
5049     (if (or (member keys nosaves)
5050             (member keys nosave-but-article)
5051             (member keys nosave-in-article))
5052         (let (func)
5053           (save-window-excursion
5054             (pop-to-buffer gnus-article-current-summary 'norecord)
5055             ;; We disable the pick minor mode commands.
5056             (let (gnus-pick-mode)
5057               (setq func (lookup-key (current-local-map) keys))))
5058           (if (or (not func)
5059                   (numberp func))
5060               (ding)
5061             (unless (member keys nosave-in-article)
5062               (set-buffer gnus-article-current-summary))
5063             (call-interactively func)
5064             (setq new-sum-point (point)))
5065           (when (member keys nosave-but-article)
5066             (pop-to-buffer gnus-article-buffer 'norecord)))
5067       ;; These commands should restore window configuration.
5068       (let ((obuf (current-buffer))
5069             (owin (current-window-configuration))
5070             (opoint (point))
5071             (summary gnus-article-current-summary)
5072             func in-buffer selected)
5073         (if not-restore-window
5074             (pop-to-buffer summary 'norecord)
5075           (switch-to-buffer summary 'norecord))
5076         (setq in-buffer (current-buffer))
5077         ;; We disable the pick minor mode commands.
5078         (if (and (setq func (let (gnus-pick-mode)
5079                               (lookup-key (current-local-map) keys)))
5080                  (functionp func))
5081             (progn
5082               (call-interactively func)
5083               (setq new-sum-point (point))
5084               (when (eq in-buffer (current-buffer))
5085                 (setq selected (gnus-summary-select-article))
5086                 (set-buffer obuf)
5087                 (unless not-restore-window
5088                   (set-window-configuration owin))
5089                 (when (eq selected 'old)
5090                   (article-goto-body)
5091                   (set-window-start (get-buffer-window (current-buffer))
5092                                     1)
5093                   (set-window-point (get-buffer-window (current-buffer))
5094                                     (point)))
5095                 (let ((win (get-buffer-window gnus-article-current-summary)))
5096                   (when win
5097                     (set-window-point win new-sum-point))))    )
5098           (switch-to-buffer gnus-article-buffer)
5099           (ding))))))
5100
5101 (defun gnus-article-describe-key (key)
5102   "Display documentation of the function invoked by KEY.  KEY is a string."
5103   (interactive "kDescribe key: ")
5104   (gnus-article-check-buffer)
5105   (if (eq (key-binding key) 'gnus-article-read-summary-keys)
5106       (save-excursion
5107         (set-buffer gnus-article-current-summary)
5108         (let (gnus-pick-mode)
5109           (if (featurep 'xemacs)
5110               (progn
5111                 (push (elt key 0) unread-command-events)
5112                 (setq key (events-to-keys
5113                            (read-key-sequence "Describe key: "))))
5114             (setq unread-command-events
5115                   (mapcar
5116                    (lambda (x) (if (>= x 128) (list 'meta (- x 128)) x))
5117                    (string-to-list key)))
5118             (setq key (read-key-sequence "Describe key: "))))
5119         (describe-key key))
5120     (describe-key key)))
5121
5122 (defun gnus-article-describe-key-briefly (key &optional insert)
5123   "Display documentation of the function invoked by KEY.  KEY is a string."
5124   (interactive "kDescribe key: \nP")
5125   (gnus-article-check-buffer)
5126   (if (eq (key-binding key) 'gnus-article-read-summary-keys)
5127       (save-excursion
5128         (set-buffer gnus-article-current-summary)
5129         (let (gnus-pick-mode)
5130           (if (featurep 'xemacs)
5131               (progn
5132                 (push (elt key 0) unread-command-events)
5133                 (setq key (events-to-keys
5134                            (read-key-sequence "Describe key: "))))
5135             (setq unread-command-events
5136                   (mapcar
5137                    (lambda (x) (if (>= x 128) (list 'meta (- x 128)) x))
5138                    (string-to-list key)))
5139             (setq key (read-key-sequence "Describe key: "))))
5140         (describe-key-briefly key insert))
5141     (describe-key-briefly key insert)))
5142
5143 (defun gnus-article-reply-with-original (&optional wide)
5144   "Start composing a reply mail to the current message.
5145 The text in the region will be yanked.  If the region isn't active,
5146 the entire article will be yanked."
5147   (interactive "P")
5148   (let ((article (cdr gnus-article-current))
5149         contents)
5150     (if (not (gnus-mark-active-p))
5151         (with-current-buffer gnus-summary-buffer
5152           (gnus-summary-reply (list (list article)) wide))
5153       (setq contents (buffer-substring (point) (mark t)))
5154       ;; Deactivate active regions.
5155       (when (and (boundp 'transient-mark-mode)
5156                  transient-mark-mode)
5157         (setq mark-active nil))
5158       (with-current-buffer gnus-summary-buffer
5159         (gnus-summary-reply
5160          (list (list article contents)) wide)))))
5161
5162 (defun gnus-article-followup-with-original ()
5163   "Compose a followup to the current article.
5164 The text in the region will be yanked.  If the region isn't active,
5165 the entire article will be yanked."
5166   (interactive)
5167   (let ((article (cdr gnus-article-current))
5168         contents)
5169       (if (not (gnus-mark-active-p))
5170           (with-current-buffer gnus-summary-buffer
5171             (gnus-summary-followup (list (list article))))
5172         (setq contents (buffer-substring (point) (mark t)))
5173         ;; Deactivate active regions.
5174         (when (and (boundp 'transient-mark-mode)
5175                    transient-mark-mode)
5176           (setq mark-active nil))
5177         (with-current-buffer gnus-summary-buffer
5178           (gnus-summary-followup
5179            (list (list article contents)))))))
5180
5181 (defun gnus-article-hide (&optional arg force)
5182   "Hide all the gruft in the current article.
5183 This means that signatures, cited text and (some) headers will be
5184 hidden.
5185 If given a prefix, show the hidden text instead."
5186   (interactive (append (gnus-article-hidden-arg) (list 'force)))
5187   (gnus-article-hide-headers arg)
5188   (gnus-article-hide-list-identifiers arg)
5189   (gnus-article-hide-citation-maybe arg force)
5190   (gnus-article-hide-signature arg))
5191
5192 (defun gnus-article-maybe-highlight ()
5193   "Do some article highlighting if article highlighting is requested."
5194   (when (gnus-visual-p 'article-highlight 'highlight)
5195     (gnus-article-highlight-some)))
5196
5197 (defun gnus-check-group-server ()
5198   ;; Make sure the connection to the server is alive.
5199   (unless (gnus-server-opened
5200            (gnus-find-method-for-group gnus-newsgroup-name))
5201     (gnus-check-server (gnus-find-method-for-group gnus-newsgroup-name))
5202     (gnus-request-group gnus-newsgroup-name t)))
5203
5204 (eval-when-compile
5205   (autoload 'nneething-get-file-name "nneething"))
5206
5207 (defun gnus-request-article-this-buffer (article group)
5208   "Get an article and insert it into this buffer."
5209   (let (do-update-line sparse-header)
5210     (prog1
5211         (save-excursion
5212           (erase-buffer)
5213           (gnus-kill-all-overlays)
5214           (setq group (or group gnus-newsgroup-name))
5215
5216           ;; Using `gnus-request-article' directly will insert the article into
5217           ;; `nntp-server-buffer' - so we'll save some time by not having to
5218           ;; copy it from the server buffer into the article buffer.
5219
5220           ;; We only request an article by message-id when we do not have the
5221           ;; headers for it, so we'll have to get those.
5222           (when (stringp article)
5223             (gnus-read-header article))
5224
5225           ;; If the article number is negative, that means that this article
5226           ;; doesn't belong in this newsgroup (possibly), so we find its
5227           ;; message-id and request it by id instead of number.
5228           (when (and (numberp article)
5229                      gnus-summary-buffer
5230                      (get-buffer gnus-summary-buffer)
5231                      (gnus-buffer-exists-p gnus-summary-buffer))
5232             (save-excursion
5233               (set-buffer gnus-summary-buffer)
5234               (let ((header (gnus-summary-article-header article)))
5235                 (when (< article 0)
5236                   (cond
5237                    ((memq article gnus-newsgroup-sparse)
5238                     ;; This is a sparse gap article.
5239                     (setq do-update-line article)
5240                     (setq article (mail-header-id header))
5241                     (setq sparse-header (gnus-read-header article))
5242                     (setq gnus-newsgroup-sparse
5243                           (delq article gnus-newsgroup-sparse)))
5244                    ((vectorp header)
5245                     ;; It's a real article.
5246                     (setq article (mail-header-id header)))
5247                    (t
5248                     ;; It is an extracted pseudo-article.
5249                     (setq article 'pseudo)
5250                     (gnus-request-pseudo-article header))))
5251
5252                 (let ((method (gnus-find-method-for-group
5253                                gnus-newsgroup-name)))
5254                   (when (and (eq (car method) 'nneething)
5255                              (vectorp header))
5256                     (let ((dir (nneething-get-file-name
5257                                 (mail-header-id header))))
5258                       (when (and (stringp dir)
5259                                  (file-directory-p dir))
5260                         (setq article 'nneething)
5261                         (gnus-group-enter-directory dir))))))))
5262
5263           (cond
5264            ;; Refuse to select canceled articles.
5265            ((and (numberp article)
5266                  gnus-summary-buffer
5267                  (get-buffer gnus-summary-buffer)
5268                  (gnus-buffer-exists-p gnus-summary-buffer)
5269                  (eq (cdr (save-excursion
5270                             (set-buffer gnus-summary-buffer)
5271                             (assq article gnus-newsgroup-reads)))
5272                      gnus-canceled-mark))
5273             nil)
5274            ;; We first check `gnus-original-article-buffer'.
5275            ((and (get-buffer gnus-original-article-buffer)
5276                  (numberp article)
5277                  (save-excursion
5278                    (set-buffer gnus-original-article-buffer)
5279                    (and (equal (car gnus-original-article) group)
5280                         (eq (cdr gnus-original-article) article))))
5281             (insert-buffer-substring gnus-original-article-buffer)
5282             'article)
5283            ;; Check the backlog.
5284            ((and gnus-keep-backlog
5285                  (gnus-backlog-request-article group article (current-buffer)))
5286             'article)
5287            ;; Check asynchronous pre-fetch.
5288            ((gnus-async-request-fetched-article group article (current-buffer))
5289             (gnus-async-prefetch-next group article gnus-summary-buffer)
5290             (when (and (numberp article) gnus-keep-backlog)
5291               (gnus-backlog-enter-article group article (current-buffer)))
5292             'article)
5293            ;; Check the cache.
5294            ((and gnus-use-cache
5295                  (numberp article)
5296                  (gnus-cache-request-article article group))
5297             'article)
5298            ;; Check the agent cache.
5299            ((gnus-agent-request-article article group)
5300             'article)
5301            ;; Get the article and put into the article buffer.
5302            ((or (stringp article)
5303                 (numberp article))
5304             (let ((gnus-override-method gnus-override-method)
5305                   (methods (and (stringp article)
5306                                 gnus-refer-article-method))
5307                   (backend (car (gnus-find-method-for-group
5308                                  gnus-newsgroup-name)))
5309                   result
5310                   (buffer-read-only nil))
5311               (if (or (not (listp methods))
5312                       (and (symbolp (car methods))
5313                            (assq (car methods) nnoo-definition-alist)))
5314                   (setq methods (list methods)))
5315               (when (and (null gnus-override-method)
5316                          methods)
5317                 (setq gnus-override-method (pop methods)))
5318               (while (not result)
5319                 (when (eq gnus-override-method 'current)
5320                   (setq gnus-override-method
5321                         (with-current-buffer gnus-summary-buffer
5322                           gnus-current-select-method)))
5323                 (erase-buffer)
5324                 (gnus-kill-all-overlays)
5325                 (let ((gnus-newsgroup-name group))
5326                   (gnus-check-group-server))
5327                 (cond
5328                  ((gnus-request-article article group (current-buffer))
5329                   (when (numberp article)
5330                     (gnus-async-prefetch-next group article
5331                                               gnus-summary-buffer)
5332                     (when gnus-keep-backlog
5333                       (gnus-backlog-enter-article
5334                        group article (current-buffer))))
5335                   (setq result 'article))
5336                  (methods
5337                   (setq gnus-override-method (pop methods)))
5338                  ((not (string-match "^400 "
5339                                      (nnheader-get-report backend)))
5340                   ;; If we get 400 server disconnect, reconnect and
5341                   ;; retry; otherwise, assume the article has expired.
5342                   (setq result 'done))))
5343               (and (eq result 'article) 'article)))
5344            ;; It was a pseudo.
5345            (t article)))
5346
5347       ;; Associate this article with the current summary buffer.
5348       (setq gnus-article-current-summary gnus-summary-buffer)
5349
5350       ;; Take the article from the original article buffer
5351       ;; and place it in the buffer it's supposed to be in.
5352       (when (and (get-buffer gnus-article-buffer)
5353                  (equal (buffer-name (current-buffer))
5354                         (buffer-name (get-buffer gnus-article-buffer))))
5355         (save-excursion
5356           (if (get-buffer gnus-original-article-buffer)
5357               (set-buffer gnus-original-article-buffer)
5358             (set-buffer (gnus-get-buffer-create gnus-original-article-buffer))
5359             (buffer-disable-undo)
5360             (setq major-mode 'gnus-original-article-mode)
5361             (setq buffer-read-only t))
5362           (let (buffer-read-only)
5363             (erase-buffer)
5364             (insert-buffer-substring gnus-article-buffer))
5365           (setq gnus-original-article (cons group article)))
5366
5367         ;; Decode charsets.
5368         (run-hooks 'gnus-article-decode-hook)
5369         ;; Mark article as decoded or not.
5370         (setq gnus-article-decoded-p gnus-article-decode-hook))
5371
5372       ;; Update sparse articles.
5373       (when (and do-update-line
5374                  (or (numberp article)
5375                      (stringp article)))
5376         (let ((buf (current-buffer)))
5377           (set-buffer gnus-summary-buffer)
5378           (gnus-summary-update-article do-update-line sparse-header)
5379           (gnus-summary-goto-subject do-update-line nil t)
5380           (set-window-point (gnus-get-buffer-window (current-buffer) t)
5381                             (point))
5382           (set-buffer buf))))))
5383
5384 ;;;
5385 ;;; Article editing
5386 ;;;
5387
5388 (defcustom gnus-article-edit-mode-hook nil
5389   "Hook run in article edit mode buffers."
5390   :group 'gnus-article-various
5391   :type 'hook)
5392
5393 (defvar gnus-article-edit-done-function nil)
5394
5395 (defvar gnus-article-edit-mode-map nil)
5396 (defvar gnus-article-edit-mode nil)
5397
5398 ;; Should we be using derived.el for this?
5399 (unless gnus-article-edit-mode-map
5400   (setq gnus-article-edit-mode-map (make-keymap))
5401   (set-keymap-parent gnus-article-edit-mode-map text-mode-map)
5402
5403   (gnus-define-keys gnus-article-edit-mode-map
5404     "\C-c?"    describe-mode
5405     "\C-c\C-c" gnus-article-edit-done
5406     "\C-c\C-k" gnus-article-edit-exit
5407     "\C-c\C-f\C-t" message-goto-to
5408     "\C-c\C-f\C-o" message-goto-from
5409     "\C-c\C-f\C-b" message-goto-bcc
5410     ;;"\C-c\C-f\C-w" message-goto-fcc
5411     "\C-c\C-f\C-c" message-goto-cc
5412     "\C-c\C-f\C-s" message-goto-subject
5413     "\C-c\C-f\C-r" message-goto-reply-to
5414     "\C-c\C-f\C-n" message-goto-newsgroups
5415     "\C-c\C-f\C-d" message-goto-distribution
5416     "\C-c\C-f\C-f" message-goto-followup-to
5417     "\C-c\C-f\C-m" message-goto-mail-followup-to
5418     "\C-c\C-f\C-k" message-goto-keywords
5419     "\C-c\C-f\C-u" message-goto-summary
5420     "\C-c\C-f\C-i" message-insert-or-toggle-importance
5421     "\C-c\C-f\C-a" message-generate-unsubscribed-mail-followup-to
5422     "\C-c\C-b" message-goto-body
5423     "\C-c\C-i" message-goto-signature
5424
5425     "\C-c\C-t" message-insert-to
5426     "\C-c\C-n" message-insert-newsgroups
5427     "\C-c\C-o" message-sort-headers
5428     "\C-c\C-e" message-elide-region
5429     "\C-c\C-v" message-delete-not-region
5430     "\C-c\C-z" message-kill-to-signature
5431     "\M-\r" message-newline-and-reformat
5432     "\C-c\C-a" mml-attach-file
5433     "\C-a" message-beginning-of-line
5434     "\t" message-tab
5435     "\M-;" comment-region)
5436
5437   (gnus-define-keys (gnus-article-edit-wash-map
5438                      "\C-c\C-w" gnus-article-edit-mode-map)
5439     "f" gnus-article-edit-full-stops))
5440
5441 (easy-menu-define
5442   gnus-article-edit-mode-field-menu gnus-article-edit-mode-map ""
5443   '("Field"
5444     ["Fetch To" message-insert-to t]
5445     ["Fetch Newsgroups" message-insert-newsgroups t]
5446     "----"
5447     ["To" message-goto-to t]
5448     ["From" message-goto-from t]
5449     ["Subject" message-goto-subject t]
5450     ["Cc" message-goto-cc t]
5451     ["Reply-To" message-goto-reply-to t]
5452     ["Summary" message-goto-summary t]
5453     ["Keywords" message-goto-keywords t]
5454     ["Newsgroups" message-goto-newsgroups t]
5455     ["Followup-To" message-goto-followup-to t]
5456     ["Mail-Followup-To" message-goto-mail-followup-to t]
5457     ["Distribution" message-goto-distribution t]
5458     ["Body" message-goto-body t]
5459     ["Signature" message-goto-signature t]))
5460
5461 (define-derived-mode gnus-article-edit-mode text-mode "Article Edit"
5462   "Major mode for editing articles.
5463 This is an extended text-mode.
5464
5465 \\{gnus-article-edit-mode-map}"
5466   (make-local-variable 'gnus-article-edit-done-function)
5467   (make-local-variable 'gnus-prev-winconf)
5468   (set (make-local-variable 'font-lock-defaults)
5469        '(message-font-lock-keywords t))
5470   (set (make-local-variable 'mail-header-separator) "")
5471   (set (make-local-variable 'gnus-article-edit-mode) t)
5472   (easy-menu-add message-mode-field-menu message-mode-map)
5473   (mml-mode)
5474   (setq buffer-read-only nil)
5475   (buffer-enable-undo)
5476   (widen))
5477
5478 (defun gnus-article-edit (&optional force)
5479   "Edit the current article.
5480 This will have permanent effect only in mail groups.
5481 If FORCE is non-nil, allow editing of articles even in read-only
5482 groups."
5483   (interactive "P")
5484   (when (and (not force)
5485              (gnus-group-read-only-p))
5486     (error "The current newsgroup does not support article editing"))
5487   (gnus-article-date-original)
5488   (gnus-article-edit-article
5489    'ignore
5490    `(lambda (no-highlight)
5491       'ignore
5492       (gnus-summary-edit-article-done
5493        ,(or (mail-header-references gnus-current-headers) "")
5494        ,(gnus-group-read-only-p) ,gnus-summary-buffer no-highlight))))
5495
5496 (defun gnus-article-edit-article (start-func exit-func)
5497   "Start editing the contents of the current article buffer."
5498   (let ((winconf (current-window-configuration)))
5499     (set-buffer gnus-article-buffer)
5500     (gnus-article-edit-mode)
5501     (funcall start-func)
5502     (set-buffer-modified-p nil)
5503     (gnus-configure-windows 'edit-article)
5504     (setq gnus-article-edit-done-function exit-func)
5505     (setq gnus-prev-winconf winconf)
5506     (gnus-message 6 "C-c C-c to end edits")))
5507
5508 (defun gnus-article-edit-done (&optional arg)
5509   "Update the article edits and exit."
5510   (interactive "P")
5511   (let ((func gnus-article-edit-done-function)
5512         (buf (current-buffer))
5513         (start (window-start))
5514         (p (point))
5515         (winconf gnus-prev-winconf))
5516     (widen) ;; Widen it in case that users narrowed the buffer.
5517     (funcall func arg)
5518     (set-buffer buf)
5519     ;; The cache and backlog have to be flushed somewhat.
5520     (when gnus-keep-backlog
5521       (gnus-backlog-remove-article
5522        (car gnus-article-current) (cdr gnus-article-current)))
5523     ;; Flush original article as well.
5524     (save-excursion
5525       (when (get-buffer gnus-original-article-buffer)
5526         (set-buffer gnus-original-article-buffer)
5527         (setq gnus-original-article nil)))
5528     (when gnus-use-cache
5529       (gnus-cache-update-article
5530        (car gnus-article-current) (cdr gnus-article-current)))
5531     ;; We remove all text props from the article buffer.
5532     (kill-all-local-variables)
5533     (gnus-set-text-properties (point-min) (point-max) nil)
5534     (gnus-article-mode)
5535     (set-window-configuration winconf)
5536     (set-buffer buf)
5537     (set-window-start (get-buffer-window buf) start)
5538     (set-window-point (get-buffer-window buf) (point))))
5539
5540 (defun gnus-article-edit-exit ()
5541   "Exit the article editing without updating."
5542   (interactive)
5543   (when (or (not (buffer-modified-p))
5544             (yes-or-no-p "Article modified; kill anyway? "))
5545     (let ((curbuf (current-buffer))
5546           (p (point))
5547           (window-start (window-start)))
5548       (erase-buffer)
5549       (if (gnus-buffer-live-p gnus-original-article-buffer)
5550           (insert-buffer gnus-original-article-buffer))
5551       (let ((winconf gnus-prev-winconf))
5552         (kill-all-local-variables)
5553         (gnus-article-mode)
5554         (set-window-configuration winconf)
5555         ;; Tippy-toe some to make sure that point remains where it was.
5556         (save-current-buffer
5557           (set-buffer curbuf)
5558           (set-window-start (get-buffer-window (current-buffer)) window-start)
5559           (goto-char p))))))
5560
5561 (defun gnus-article-edit-full-stops ()
5562   "Interactively repair spacing at end of sentences."
5563   (interactive)
5564   (save-excursion
5565     (goto-char (point-min))
5566     (search-forward-regexp "^$" nil t)
5567     (let ((case-fold-search nil))
5568       (query-replace-regexp "\\([.!?][])}]* \\)\\([[({A-Z]\\)" "\\1 \\2"))))
5569
5570 ;;;
5571 ;;; Article highlights
5572 ;;;
5573
5574 ;; Written by Per Abrahamsen <abraham@iesd.auc.dk>.
5575
5576 ;;; Internal Variables:
5577
5578 (defcustom gnus-button-url-regexp
5579   (if (string-match "[[:digit:]]" "1") ;; support POSIX?
5580       "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?[-a-z0-9_=!?#$@~%&*+\\/:;.,[:word:]]+[-a-z0-9_=#$@~%&*+\\/[:word:]]\\)"
5581     "\\b\\(\\(www\\.\\|\\(s?https?\\|ftp\\|file\\|gopher\\|nntp\\|news\\|telnet\\|wais\\|mailto\\|info\\):\\)\\(//[-a-z0-9_.]+:[0-9]*\\)?\\([-a-z0-9_=!?#$@~%&*+\\/:;.,]\\|\\w\\)+\\([-a-z0-9_=#$@~%&*+\\/]\\|\\w\\)\\)")
5582   "Regular expression that matches URLs."
5583   :group 'gnus-article-buttons
5584   :type 'regexp)
5585
5586 (defcustom gnus-button-valid-fqdn-regexp
5587   message-valid-fqdn-regexp
5588   "Regular expression that matches a valid FQDN."
5589   :group 'gnus-article-buttons
5590   :type 'regexp)
5591
5592 (defcustom gnus-button-man-handler 'manual-entry
5593   "Function to use for displaying man pages.
5594 The function must take at least one argument with a string naming the
5595 man page."
5596   :type '(choice (function-item :tag "Man" manual-entry)
5597                  (function-item :tag "Woman" woman)
5598                  (function :tag "Other"))
5599   :group 'gnus-article-buttons)
5600
5601 (defcustom gnus-ctan-url "http://tug.ctan.org/tex-archive/"
5602   "Top directory of a CTAN \(Comprehensive TeX Archive Network\) archive.
5603 If the default site is too slow, try to find a CTAN mirror, see
5604 <URL:http://tug.ctan.org/tex-archive/CTAN.sites?action=/index.html>.  See also
5605 the variable `gnus-button-handle-ctan'."
5606   :group 'gnus-article-buttons
5607   :link '(custom-manual "(gnus)Group Parameters")
5608   :type '(choice (const "http://www.tex.ac.uk/tex-archive/")
5609                  (const "http://tug.ctan.org/tex-archive/")
5610                  (const "http://www.dante.de/CTAN/")
5611                  (string :tag "Other")))
5612
5613 (defcustom gnus-button-ctan-handler 'browse-url
5614   "Function to use for displaying CTAN links.
5615 The function must take one argument, the string naming the URL."
5616   :type '(choice (function-item :tag "Browse Url" browse-url)
5617                  (function :tag "Other"))
5618   :group 'gnus-article-buttons)
5619
5620 (defcustom gnus-button-handle-ctan-bogus-regexp "^/?tex-archive/\\|^/"
5621   "Bogus strings removed from CTAN URLs."
5622   :group 'gnus-article-buttons
5623   :type '(choice (const "^/?tex-archive/\\|/")
5624                  (regexp :tag "Other")))
5625
5626 (defcustom gnus-button-ctan-directory-regexp
5627   (concat
5628    "\\("; Cannot use `\(?: ... \)' (compatibility with Emacs 20).
5629    "biblio\\|digests\\|dviware\\|fonts\\|graphics\\|help\\|"
5630    "indexing\\|info\\|language\\|macros\\|support\\|systems\\|"
5631    "tds\\|tools\\|usergrps\\|web\\|nonfree\\|obsolete"
5632    "\\)")
5633   "Regular expression for ctan directories.
5634 It should match all directories in the top level of `gnus-ctan-url'."
5635   :group 'gnus-article-buttons
5636   :type 'regexp)
5637
5638 (defcustom gnus-button-mid-or-mail-regexp
5639   (concat "\\b\\(<?[a-z0-9][^<>\")!;:,{}\n\t ]*@"
5640           gnus-button-valid-fqdn-regexp
5641           ">?\\)\\b")
5642   "Regular expression that matches a message ID or a mail address."
5643   :group 'gnus-article-buttons
5644   :type 'regexp)
5645
5646 (defcustom gnus-button-prefer-mid-or-mail 'gnus-button-mid-or-mail-heuristic
5647   "What to do when the button on a string as \"foo123@bar.invalid\" is pushed.
5648 Strings like this can be either a message ID or a mail address.  If it is one
5649 of the symbols `mid' or `mail', Gnus will always assume that the string is a
5650 message ID or a mail address, respectivly.  If this variable is set to the
5651 symbol `ask', always query the user what do do.  If it is a function, this
5652 function will be called with the string as it's only argument.  The function
5653 must return `mid', `mail', `invalid' or `ask'."
5654   :group 'gnus-article-buttons
5655   :type '(choice (function-item :tag "Heuristic function"
5656                                 gnus-button-mid-or-mail-heuristic)
5657                  (const ask)
5658                  (const mid)
5659                  (const mail)))
5660
5661 (defcustom gnus-button-mid-or-mail-heuristic-alist
5662   '((-10.0 . ".+\\$.+@")
5663     (-10.0 . "#")
5664     (-10.0 . "\\*")
5665     (-5.0  . "\\+[^+]*\\+.*@") ;; # two plus signs
5666     (-5.0  . "@[Nn][Ee][Ww][Ss]") ;; /\@news/i
5667     (-5.0  . "@.*[Dd][Ii][Aa][Ll][Uu][Pp]") ;; /\@.*dialup/i;
5668     (-1.0  . "^[^a-z]+@")
5669     ;;
5670     (-5.0  . "\\.[0-9][0-9]+.*@") ;; "\.[0-9]{2,}.*\@"
5671     (-5.0  . "[a-z].*[A-Z].*[a-z].*[A-Z].*@") ;; "([a-z].*[A-Z].*){2,}\@"
5672     (-3.0  . "[A-Z][A-Z][a-z][a-z].*@")
5673     (-5.0  . "\\...?.?@") ;; (-5.0 . "\..{1,3}\@")
5674     ;;
5675     (-2.0  . "^[0-9]")
5676     (-1.0  . "^[0-9][0-9]")
5677     ;;
5678     ;; -3.0 /^[0-9][0-9a-fA-F]{2,2}/;
5679     (-3.0  . "^[0-9][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
5680     ;; -5.0 /^[0-9][0-9a-fA-F]{3,3}/;
5681     (-5.0  . "^[0-9][0-9a-fA-F][0-9a-fA-F][0-9a-fA-F][^0-9a-fA-F]")
5682     ;;
5683     (-3.0  .  "[0-9][0-9][0-9][0-9][0-9][^0-9].*@") ;; "[0-9]{5,}.*\@"
5684     (-3.0  .  "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][^0-9].*@")
5685     ;;       "[0-9]{8,}.*\@"
5686     (-3.0
5687      . "[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9].*@")
5688     ;; "[0-9]{12,}.*\@"
5689     ;; compensation for TDMA dated mail addresses:
5690     (25.0  . "-dated-[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]+.*@")
5691     ;;
5692     (-20.0 . "\\.fsf@") ;; Gnus
5693     (-20.0 . "^slrn")
5694     (-20.0 . "^Pine")
5695     (-20.0 . "_-_") ;; Subject change in thread
5696     ;;
5697     (-20.0 . "\\.ln@") ;; leafnode
5698     (-30.0 . "@ID-[0-9]+\\.[a-zA-Z]+\\.dfncis\\.de")
5699     (-30.0 . "@4[Aa][Xx]\\.com") ;; Forte Agent
5700     ;;
5701     ;; (5.0 . "") ;; $local_part_len <= 7
5702     (10.0  . "^[^0-9]+@")
5703     (3.0   . "^[^0-9]+[0-9][0-9]?[0-9]?@")
5704     ;;      ^[^0-9]+[0-9]{1,3}\@ digits only at end of local part
5705     (3.0   . "\@stud")
5706     ;;
5707     (2.0   . "[a-z][a-z][._-][A-Z][a-z].*@")
5708     ;;
5709     (0.5   . "^[A-Z][a-z]")
5710     (0.5   . "^[A-Z][a-z][a-z]")
5711     (1.5   . "^[A-Z][a-z][A-Z][a-z][^a-z]") ;; ^[A-Z][a-z]{3,3}
5712     (2.0   . "^[A-Z][a-z][A-Z][a-z][a-z][^a-z]")) ;; ^[A-Z][a-z]{4,4}
5713   "An alist of \(RATE . REGEXP\) pairs for `gnus-button-mid-or-mail-heuristic'.
5714
5715 A negative RATE indicates a message IDs, whereas a positive indicates a mail
5716 address.  The REGEXP is processed with `case-fold-search' set to `nil'."
5717   :group 'gnus-article-buttons
5718   :type '(repeat (cons (number :tag "Rate")
5719                        (regexp :tag "Regexp"))))
5720
5721 (defun gnus-button-mid-or-mail-heuristic (mid-or-mail)
5722   "Guess whether MID-OR-MAIL is a message ID or a mail address.
5723 Returns `mid' if MID-OR-MAIL is a message IDs, `mail' if it's a mail
5724 address, `ask' if unsure and `invalid' if the string is invalid."
5725   (let ((case-fold-search nil)
5726         (list gnus-button-mid-or-mail-heuristic-alist)
5727         (result 0) rate regexp lpartlen elem)
5728     (setq lpartlen
5729           (length (gnus-replace-in-string mid-or-mail "^\\(.*\\)@.*$" "\\1")))
5730     (gnus-message 8 "`%s', length of local part=`%s'." mid-or-mail lpartlen)
5731     ;; Certain special cases...
5732     (when (string-match
5733            (concat
5734             "^0[0-9]+-[0-9][0-9][0-9][0-9]@t-online\\.de$" "\\|"
5735             "^[0-9]+\.[0-9]+\@compuserve")
5736            mid-or-mail)
5737       (gnus-message 8 "`%s' is a known mail address.")
5738       (setq result 'mail))
5739     (when (string-match "@.*@\\| " mid-or-mail)
5740       (gnus-message 8 "`%s' is invalid.")
5741       (setq result 'invalid))
5742     ;; Nothing more to do, if result is not a number here...
5743     (when (numberp result)
5744       (while list
5745         (setq elem (car list)
5746               rate (car elem)
5747               regexp (cdr elem)
5748               list (cdr list))
5749         (when (string-match regexp mid-or-mail)
5750           (setq result (+ result rate))
5751           (gnus-message
5752            9 "`%s' matched `%s', rate `%s', result `%s'."
5753            mid-or-mail regexp rate result)))
5754       (when (<= lpartlen 7)
5755         (setq result (+ result 5.0))
5756         (gnus-message 9 "`%s' matched (<= lpartlen 7), result `%s'."
5757                       mid-or-mail result))
5758       (when (>= lpartlen 12)
5759         (gnus-message 9 "`%s' matched (>= lpartlen 12)" mid-or-mail)
5760         (cond
5761          ((string-match "[0-9][^0-9]+[0-9].*@" mid-or-mail)
5762           ;; Long local part should contain realname if e-mail address,
5763           ;; too many digits: message-id.
5764           ;; $score -= 5.0 + 0.1 * $local_part_len;
5765           (setq rate (* -1.0 (+ 5.0 (* 0.1 lpartlen))))
5766           (setq result (+ result rate))
5767           (gnus-message
5768            9 "Many digits in `%s', rate `%s', result `%s'."
5769            mid-or-mail rate result))
5770          ((string-match "[^aeiouy][^aeiouy][^aeiouy][^aeiouy]+.*\@"
5771                         mid-or-mail)
5772           ;; Too few vowels [^aeiouy]{4,}.*\@
5773           (setq result (+ result -5.0))
5774           (gnus-message
5775            9 "Few vowels in `%s', rate `%s', result `%s'."
5776            mid-or-mail -5.0 result))
5777          (t
5778           (setq result (+ result 5.0))
5779           (gnus-message
5780            9 "`%s', rate `%s', result `%s'." mid-or-mail 5.0 result)))))
5781     (gnus-message 8 "`%s': Final rate is `%s'." mid-or-mail result)
5782     (cond
5783      ;; Maybe we should make this a customizable alist: (condition . 'result)
5784      ((< result -10.0) 'mid)
5785      ((> result  10.0) 'mail)
5786      (t 'ask))))
5787
5788 (defun gnus-button-handle-mid-or-mail (mid-or-mail)
5789   (let* ((pref gnus-button-prefer-mid-or-mail) guessed
5790          (url-mid (concat "news" ":" mid-or-mail))
5791          (url-mailto (concat "mailto" ":" mid-or-mail)))
5792     (gnus-message 9 "mid-or-mail=%s" mid-or-mail)
5793     (when (fboundp pref)
5794       (setq guessed
5795             ;; get rid of surrounding angles...
5796             (funcall pref
5797                      (gnus-replace-in-string mid-or-mail "^<\\|>$" "")))
5798       (if (or (eq 'mid guessed) (eq 'mail guessed))
5799           (setq pref guessed)
5800         (setq pref 'ask)))
5801     (if (eq pref 'ask)
5802         (save-window-excursion
5803           (if (y-or-n-p (concat "Is <" mid-or-mail "> a mail address? "))
5804               (setq pref 'mail)
5805             (setq pref 'mid))))
5806     (cond ((eq pref 'mid)
5807            (gnus-message 8 "calling `gnus-button-handle-news' %s" url-mid)
5808            (gnus-button-handle-news url-mid))
5809           ((eq pref 'mail)
5810            (gnus-message 8 "calling `gnus-url-mailto'  %s" url-mailto)
5811            (gnus-url-mailto url-mailto))
5812           (t (gnus-message 3 "Invalid string.")))))
5813
5814 (defun gnus-button-handle-custom (url)
5815   "Follow a Custom URL."
5816   (customize-apropos (gnus-url-unhex-string url)))
5817
5818 (defvar gnus-button-handle-describe-prefix "^\\(C-h\\|<?[Ff]1>?\\)")
5819
5820 ;; FIXME: Maybe we should merge some of the functions that do quite similar
5821 ;; stuff?
5822
5823 (defun gnus-button-handle-describe-function (url)
5824   "Call `describe-function' when pushing the corresponding URL button."
5825   (describe-function
5826    (intern
5827     (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
5828
5829 (defun gnus-button-handle-describe-variable (url)
5830   "Call `describe-variable' when pushing the corresponding URL button."
5831   (describe-variable
5832    (intern
5833     (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))))
5834
5835 (defun gnus-button-handle-symbol (url)
5836 "Display help on variable or function.
5837 Calls `describe-variable' or `describe-function'."
5838   (let ((sym (intern url)))
5839     (cond
5840      ((fboundp sym) (describe-function sym))
5841      ((boundp sym) (describe-variable sym))
5842      (t (gnus-message 3 "`%s' is not a known function of variable." url)))))
5843
5844 (defun gnus-button-handle-describe-key (url)
5845   "Call `describe-key' when pushing the corresponding URL button."
5846   (let* ((key-string
5847           (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))
5848          (keys (ignore-errors (eval `(kbd ,key-string)))))
5849     (if keys
5850         (describe-key keys)
5851       (gnus-message 3 "Invalid key sequence in button: %s" key-string))))
5852
5853 (defun gnus-button-handle-apropos (url)
5854   "Call `apropos' when pushing the corresponding URL button."
5855   (apropos (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
5856
5857 (defun gnus-button-handle-apropos-command (url)
5858   "Call `apropos' when pushing the corresponding URL button."
5859   (apropos-command
5860    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
5861
5862 (defun gnus-button-handle-apropos-variable (url)
5863   "Call `apropos' when pushing the corresponding URL button."
5864   (funcall
5865    (if (fboundp 'apropos-variable) 'apropos-variable 'apropos)
5866    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
5867
5868 (defun gnus-button-handle-apropos-documentation (url)
5869   "Call `apropos' when pushing the corresponding URL button."
5870   (funcall
5871    (if (fboundp 'apropos-documentation) 'apropos-documentation 'apropos)
5872    (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))
5873
5874 (defun gnus-button-handle-library (url)
5875   "Call `locate-library' when pushing the corresponding URL button."
5876   (gnus-message 9 "url=`%s'" url)
5877   (let* ((lib (locate-library url))
5878          (file (gnus-replace-in-string (or lib "") "\.elc" ".el")))
5879     (if (not lib)
5880         (gnus-message 1 "Cannot locale library `%s'." url)
5881       (find-file-read-only file))))
5882
5883 (defun gnus-button-handle-ctan (url)
5884   "Call `browse-url' when pushing a CTAN URL button."
5885   (funcall
5886    gnus-button-ctan-handler
5887    (concat
5888     gnus-ctan-url
5889     (gnus-replace-in-string url gnus-button-handle-ctan-bogus-regexp ""))))
5890
5891 (defcustom gnus-button-tex-level 5
5892   "*Integer that says how many TeX-related buttons Gnus will show.
5893 The higher the number, the more buttons will appear and the more false
5894 positives are possible.  Note that you can set this variable local to
5895 specifific groups.  Setting it higher in TeX groups is probably a good idea.
5896 See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
5897 how to set variables in specific groups."
5898   :group 'gnus-article-buttons
5899   :link '(custom-manual "(gnus)Group Parameters")
5900   :type 'integer)
5901
5902 (defcustom gnus-button-man-level 5
5903   "*Integer that says how many man-related buttons Gnus will show.
5904 The higher the number, the more buttons will appear and the more false
5905 positives are possible.  Note that you can set this variable local to
5906 specifific groups.  Setting it higher in Unix groups is probably a good idea.
5907 See Info node `(gnus)Group Parameters' and the variable `gnus-parameters' on
5908 how to set variables in specific groups."
5909   :group 'gnus-article-buttons
5910   :link '(custom-manual "(gnus)Group Parameters")
5911   :type 'integer)
5912
5913 (defcustom gnus-button-emacs-level 5
5914   "*Integer that says how many emacs-related buttons Gnus will show.
5915 The higher the number, the more buttons will appear and the more false
5916 positives are possible.  Note that you can set this variable local to
5917 specifific groups.  Setting it higher in Emacs or Gnus related groups is
5918 probably a good idea.  See Info node `(gnus)Group Parameters' and the variable
5919 `gnus-parameters' on how to set variables in specific groups."
5920   :group 'gnus-article-buttons
5921   :link '(custom-manual "(gnus)Group Parameters")
5922   :type 'integer)
5923
5924 (defcustom gnus-button-message-level 5
5925   "*Integer that says how many buttons for news or mail messages will appear.
5926 The higher the number, the more buttons will appear and the more false
5927 positives are possible."
5928   ;; mail addresses, MIDs, URLs for news, ...
5929   :group 'gnus-article-buttons
5930   :type 'integer)
5931
5932 (defcustom gnus-button-browse-level 5
5933   "*Integer that says how many buttons for browsing will appear.
5934 The higher the number, the more buttons will appear and the more false
5935 positives are possible."
5936   ;; stuff handled by `browse-url' or `gnus-button-embedded-url'
5937   :group 'gnus-article-buttons
5938   :type 'integer)
5939
5940 (defcustom gnus-button-alist
5941   '(("<\\(url:[>\n\t ]*?\\)?\\(nntp\\|news\\):[>\n\t ]*\\([^>\n\t ]*@[^>\n\t ]*\\)>"
5942      0 (>= gnus-button-message-level 0) gnus-button-handle-news 3)
5943     ("\\b\\(nntp\\|news\\):\\([^>\n\t ]*@[^>)!;:,\n\t ]*\\)" 0 t
5944      gnus-button-handle-news 2)
5945     ("\\(\\b<\\(url:[>\n\t ]*\\)?\\(nntp\\|news\\):[>\n\t ]*\\(//\\)?\\([^>\n\t ]*\\)>\\)"
5946      1 (>= gnus-button-message-level 0) gnus-button-fetch-group 5)
5947     ("\\b\\(nntp\\|news\\):\\(//\\)?\\([^'\">\n\t ]+\\)"
5948      0 (>= gnus-button-message-level 0) gnus-button-fetch-group 3)
5949     ("\\bin\\( +article\\| +message\\)? +\\(<\\([^\n @<>]+@[^\n @<>]+\\)>\\)"
5950      2 (>= gnus-button-message-level 0) gnus-button-message-id 3)
5951     ("\\(<URL: *\\)mailto: *\\([^> \n\t]+\\)>"
5952      0 (>= gnus-button-message-level 0) gnus-url-mailto 2)
5953     ("mailto:\\([-a-z.@_+0-9%=?]+\\)"
5954      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
5955     ("\\bmailto:\\([^ \n\t]+\\)"
5956      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
5957     ;; CTAN
5958     ("\\bCTAN:[ \t\n]*\\([^>)!;:,'\n\t ]*\\)"
5959      0 (>= gnus-button-tex-level 1) gnus-button-handle-ctan 1)
5960     ((concat "\\btex-archive/\\("
5961              gnus-button-ctan-directory-regexp
5962              "/[-_.a-z0-9/]+[-_./a-z0-9]+[/a-z0-9]\\)")
5963      1 (>= gnus-button-tex-level 6) gnus-button-handle-ctan 1)
5964     ((concat
5965       "\\b\\("
5966       gnus-button-ctan-directory-regexp
5967       "/[-_.a-z0-9]+/[-_./a-z0-9]+[/a-z0-9]\\)")
5968      1 (>= gnus-button-tex-level 8) gnus-button-handle-ctan 1)
5969     ;; This is info
5970     ("\\binfo:\\(//\\)?\\([^'\">\n\t ]+\\)"
5971      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 2)
5972     ("\\((Info-goto-node\\|(info\\)[ \t\n]*\\(\"[^\"]*\"\\))" 0
5973      (>= gnus-button-emacs-level 1) gnus-button-handle-info-url 2)
5974     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+i[ \t\n]+d?[ \t\n]?m[ \t\n]+\\([^ ]+ ?[^ ]+\\)[ \t\n]+RET"
5975      ;; Info links like `C-h i d m CC Mode RET'
5976      0 (>= gnus-button-emacs-level 1) gnus-button-handle-info-keystrokes 2)
5977     ;; This is custom
5978     ("\\bcustom:\\(//\\)?\\([^'\">\n\t ]+\\)"
5979      0 (>= gnus-button-emacs-level 5) gnus-button-handle-custom 2)
5980     ("M-x[ \t\n]customize-[^ ]+[ \t\n]RET[ \t\n]\\([^ ]+\\)[ \t\n]RET" 0
5981      (>= gnus-button-emacs-level 1) gnus-button-handle-custom 1)
5982     ;; Emacs help commands
5983     ("M-x[ \t\n]+apropos[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
5984      ;; regexp doesn't match arguments containing ` '.
5985      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos 1)
5986     ("M-x[ \t\n]+apropos-command[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
5987      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-command 1)
5988     ("M-x[ \t\n]+apropos-variable[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
5989      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-variable 1)
5990     ("M-x[ \t\n]+apropos-documentation[ \t\n]+RET[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
5991      0 (>= gnus-button-emacs-level 1) gnus-button-handle-apropos-documentation 1)
5992     ;; The following entries may lead to many false positives so don't enable
5993     ;; them by default (use a high button level):
5994     ("/\\([a-z][-a-z0-9]+\\.el\\)\\>"
5995      1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
5996     ("`\\([a-z][-a-z0-9]+\\.el\\)'"
5997      1 (>= gnus-button-emacs-level 8) gnus-button-handle-library 1)
5998     ("`\\([a-z]+-[a-z]+-[-a-z]+\\|\\(gnus\\|message\\)-[-a-z]+\\)'"
5999      0 (>= gnus-button-emacs-level 8) gnus-button-handle-symbol 1)
6000     ("`\\([a-z]+-[a-z]+\\)'"
6001      0 (>= gnus-button-emacs-level 9) gnus-button-handle-symbol 1)
6002     ("(setq[ \t\n]+\\([a-z][a-z0-9]+-[-a-z0-9]+\\)[ \t\n]+.+)"
6003      1 (>= gnus-button-emacs-level 7) gnus-button-handle-describe-variable 1)
6004     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+f[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6005      0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-function 2)
6006     ("\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+v[ \t\n]+\\([^ \t\n]+\\)[ \t\n]+RET"
6007      0 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-variable 2)
6008     ("`\\(\\b\\(C-h\\|<?[Ff]1>?\\)[ \t\n]+k[ \t\n]+\\([^']+\\)\\)'"
6009      ;; Unlike the other regexps we really have to require quoting
6010      ;; here to determine where it ends.
6011      1 (>= gnus-button-emacs-level 1) gnus-button-handle-describe-key 3)
6012     ;; This is how URLs _should_ be embedded in text (RFC 1738)...
6013     ("<URL: *\\([^<>]*\\)>"
6014      1 (>= gnus-button-browse-level 0) gnus-button-embedded-url 1)
6015     ;; Raw URLs.
6016     (gnus-button-url-regexp
6017      0 (>= gnus-button-browse-level 0) browse-url 0)
6018     ;; man pages
6019     ("\\b\\([a-z][a-z]+\\)([1-9])\\W"
6020      0 (and (>= gnus-button-man-level 1) (< gnus-button-man-level 3))
6021      gnus-button-handle-man 1)
6022     ;; more man pages: resolv.conf(5), iso_8859-1(7), xterm(1x)
6023     ("\\b\\([a-z][-_.a-z0-9]+\\)([1-9])\\W"
6024      0 (and (>= gnus-button-man-level 3) (< gnus-button-man-level 5))
6025      gnus-button-handle-man 1)
6026     ;; even more: Apache::PerlRun(3pm), PDL::IO::FastRaw(3pm),
6027     ;; SoWWWAnchor(3iv), XSelectInput(3X11), X(1), X(7)
6028     ("\\b\\([a-z][-_.:a-z0-9]+\\)([1-9][X1a-z]*)\\W\\|\\b\\(X\\)([1-9])\\W"
6029      0 (>= gnus-button-man-level 5) gnus-button-handle-man 1)
6030     ;; MID or mail: To avoid too many false positives we don't try to catch
6031     ;; all kind of allowed MIDs or mail addresses.  Domain part must contain
6032     ;; at least one dot.  TLD must contain two or three chars or be a know TLD
6033     ;; (info|name|...).  Put this entry near the _end_ of `gnus-button-alist'
6034     ;; so that non-ambiguous entries (see above) match first.
6035     (gnus-button-mid-or-mail-regexp
6036      0 (>= gnus-button-message-level 5) gnus-button-handle-mid-or-mail 1))
6037   "*Alist of regexps matching buttons in article bodies.
6038
6039 Each entry has the form (REGEXP BUTTON FORM CALLBACK PAR...), where
6040 REGEXP: is the string (case insensitive) matching text around the button (can
6041 also be lisp expression evaluating to a string),
6042 BUTTON: is the number of the regexp grouping actually matching the button,
6043 FORM: is a lisp expression which must eval to true for the button to
6044 be added,
6045 CALLBACK: is the function to call when the user push this button, and each
6046 PAR: is a number of a regexp grouping whose text will be passed to CALLBACK.
6047
6048 CALLBACK can also be a variable, in that case the value of that
6049 variable it the real callback function."
6050   :group 'gnus-article-buttons
6051   :type '(repeat (list (choice regexp variable)
6052                        (integer :tag "Button")
6053                        (sexp :tag "Form")
6054                        (function :tag "Callback")
6055                        (repeat :tag "Par"
6056                                :inline t
6057                                (integer :tag "Regexp group")))))
6058
6059 (defcustom gnus-header-button-alist
6060   '(("^\\(References\\|Message-I[Dd]\\):" "<[^<>]+>"
6061      0 (>= gnus-button-message-level 0) gnus-button-message-id 0)
6062     ("^\\(From\\|Reply-To\\):" ": *\\(.+\\)$"
6063      1 (>= gnus-button-message-level 0) gnus-button-reply 1)
6064     ("^\\(Cc\\|To\\):" "[^ \t\n<>,()\"]+@[^ \t\n<>,()\"]+"
6065      0 (>= gnus-button-message-level 0) gnus-button-mailto 0)
6066     ("^X-[Uu][Rr][Ll]:" gnus-button-url-regexp
6067      0 (>= gnus-button-browse-level 0) browse-url 0)
6068     ("^Subject:" gnus-button-url-regexp
6069      0 (>= gnus-button-browse-level 0) browse-url 0)
6070     ("^[^:]+:" gnus-button-url-regexp
6071      0 (>= gnus-button-browse-level 0) browse-url 0)
6072     ("^[^:]+:" "\\bmailto:\\([-a-z.@_+0-9%=?]+\\)"
6073      0 (>= gnus-button-message-level 0) gnus-url-mailto 1)
6074     ("^[^:]+:" "\\(<\\(url: \\)?\\(nntp\\|news\\):\\([^>\n ]*\\)>\\)"
6075      1 (>= gnus-button-message-level 0) gnus-button-message-id 4))
6076   "*Alist of headers and regexps to match buttons in article heads.
6077
6078 This alist is very similar to `gnus-button-alist', except that each
6079 alist has an additional HEADER element first in each entry:
6080
6081 \(HEADER REGEXP BUTTON FORM CALLBACK PAR)
6082
6083 HEADER is a regexp to match a header.  For a fuller explanation, see
6084 `gnus-button-alist'."
6085   :group 'gnus-article-buttons
6086   :group 'gnus-article-headers
6087   :type '(repeat (list (regexp :tag "Header")
6088                        regexp
6089                        (integer :tag "Button")
6090                        (sexp :tag "Form")
6091                        (function :tag "Callback")
6092                        (repeat :tag "Par"
6093                                :inline t
6094                                (integer :tag "Regexp group")))))
6095
6096 (defvar gnus-button-regexp nil)
6097 (defvar gnus-button-marker-list nil)
6098 ;; Regexp matching any of the regexps from `gnus-button-alist'.
6099
6100 (defvar gnus-button-last nil)
6101 ;; The value of `gnus-button-alist' when `gnus-button-regexp' was build.
6102
6103 ;;; Commands:
6104
6105 (defun gnus-article-push-button (event)
6106   "Check text under the mouse pointer for a callback function.
6107 If the text under the mouse pointer has a `gnus-callback' property,
6108 call it with the value of the `gnus-data' text property."
6109   (interactive "e")
6110   (set-buffer (window-buffer (posn-window (event-start event))))
6111   (let* ((pos (posn-point (event-start event)))
6112          (data (get-text-property pos 'gnus-data))
6113          (fun (get-text-property pos 'gnus-callback)))
6114     (goto-char pos)
6115     (when fun
6116       (funcall fun data))))
6117
6118 (defun gnus-article-press-button ()
6119   "Check text at point for a callback function.
6120 If the text at point has a `gnus-callback' property,
6121 call it with the value of the `gnus-data' text property."
6122   (interactive)
6123   (let ((data (get-text-property (point) 'gnus-data))
6124         (fun (get-text-property (point) 'gnus-callback)))
6125     (when fun
6126       (funcall fun data))))
6127
6128 (defun gnus-article-highlight (&optional force)
6129   "Highlight current article.
6130 This function calls `gnus-article-highlight-headers',
6131 `gnus-article-highlight-citation',
6132 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
6133 do the highlighting.  See the documentation for those functions."
6134   (interactive (list 'force))
6135   (gnus-article-highlight-headers)
6136   (gnus-article-highlight-citation force)
6137   (gnus-article-highlight-signature)
6138   (gnus-article-add-buttons force)
6139   (gnus-article-add-buttons-to-head))
6140
6141 (defun gnus-article-highlight-some (&optional force)
6142   "Highlight current article.
6143 This function calls `gnus-article-highlight-headers',
6144 `gnus-article-highlight-signature', and `gnus-article-add-buttons' to
6145 do the highlighting.  See the documentation for those functions."
6146   (interactive (list 'force))
6147   (gnus-article-highlight-headers)
6148   (gnus-article-highlight-signature)
6149   (gnus-article-add-buttons))
6150
6151 (defun gnus-article-highlight-headers ()
6152   "Highlight article headers as specified by `gnus-header-face-alist'."
6153   (interactive)
6154   (save-excursion
6155     (set-buffer gnus-article-buffer)
6156     (save-restriction
6157       (let ((alist gnus-header-face-alist)
6158             (buffer-read-only nil)
6159             (case-fold-search t)
6160             (inhibit-point-motion-hooks t)
6161             entry regexp header-face field-face from hpoints fpoints)
6162         (article-narrow-to-head)
6163         (while (setq entry (pop alist))
6164           (goto-char (point-min))
6165           (setq regexp (concat "^\\("
6166                                (if (string-equal "" (nth 0 entry))
6167                                    "[^\t ]"
6168                                  (nth 0 entry))
6169                                "\\)")
6170                 header-face (nth 1 entry)
6171                 field-face (nth 2 entry))
6172           (while (and (re-search-forward regexp nil t)
6173                       (not (eobp)))
6174             (beginning-of-line)
6175             (setq from (point))
6176             (unless (search-forward ":" nil t)
6177               (forward-char 1))
6178             (when (and header-face
6179                        (not (memq (point) hpoints)))
6180               (push (point) hpoints)
6181               (gnus-put-text-property from (point) 'face header-face))
6182             (when (and field-face
6183                        (not (memq (setq from (point)) fpoints)))
6184               (push from fpoints)
6185               (if (re-search-forward "^[^ \t]" nil t)
6186                   (forward-char -2)
6187                 (goto-char (point-max)))
6188               (gnus-put-text-property from (point) 'face field-face))))))))
6189
6190 (defun gnus-article-highlight-signature ()
6191   "Highlight the signature in an article.
6192 It does this by highlighting everything after
6193 `gnus-signature-separator' using `gnus-signature-face'."
6194   (interactive)
6195   (save-excursion
6196     (set-buffer gnus-article-buffer)
6197     (let ((buffer-read-only nil)
6198           (inhibit-point-motion-hooks t))
6199       (save-restriction
6200         (when (and gnus-signature-face
6201                    (gnus-article-narrow-to-signature))
6202           (gnus-overlay-put (gnus-make-overlay (point-min) (point-max))
6203                             'face gnus-signature-face)
6204           (widen)
6205           (gnus-article-search-signature)
6206           (let ((start (match-beginning 0))
6207                 (end (set-marker (make-marker) (1+ (match-end 0)))))
6208             (gnus-article-add-button start (1- end) 'gnus-signature-toggle
6209                                      end)))))))
6210
6211 (defun gnus-button-in-region-p (b e prop)
6212   "Say whether PROP exists in the region."
6213   (text-property-not-all b e prop nil))
6214
6215 (defun gnus-article-add-buttons (&optional force)
6216   "Find external references in the article and make buttons of them.
6217 \"External references\" are things like Message-IDs and URLs, as
6218 specified by `gnus-button-alist'."
6219   (interactive (list 'force))
6220   (save-excursion
6221     (set-buffer gnus-article-buffer)
6222     (let ((buffer-read-only nil)
6223           (inhibit-point-motion-hooks t)
6224           (case-fold-search t)
6225           (alist gnus-button-alist)
6226           beg entry regexp)
6227       ;; Remove all old markers.
6228       (let (marker entry new-list)
6229         (while (setq marker (pop gnus-button-marker-list))
6230           (if (or (< marker (point-min)) (>= marker (point-max)))
6231               (push marker new-list)
6232             (goto-char marker)
6233             (when (setq entry (gnus-button-entry))
6234               (put-text-property (match-beginning (nth 1 entry))
6235                                  (match-end (nth 1 entry))
6236                                  'gnus-callback nil))
6237             (set-marker marker nil)))
6238         (setq gnus-button-marker-list new-list))
6239       ;; We skip the headers.
6240       (article-goto-body)
6241       (setq beg (point))
6242       (while (setq entry (pop alist))
6243         (setq regexp (eval (car entry)))
6244         (goto-char beg)
6245         (while (re-search-forward regexp nil t)
6246           (let* ((start (and entry (match-beginning (nth 1 entry))))
6247                  (end (and entry (match-end (nth 1 entry))))
6248                  (from (match-beginning 0)))
6249             (when (and (or (eq t (nth 2 entry))
6250                            (eval (nth 2 entry)))
6251                        (not (gnus-button-in-region-p
6252                              start end 'gnus-callback)))
6253               ;; That optional form returned non-nil, so we add the
6254               ;; button.
6255               (gnus-article-add-button
6256                start end 'gnus-button-push
6257                (car (push (set-marker (make-marker) from)
6258                           gnus-button-marker-list))))))))))
6259
6260 ;; Add buttons to the head of an article.
6261 (defun gnus-article-add-buttons-to-head ()
6262   "Add buttons to the head of the article."
6263   (interactive)
6264   (save-excursion
6265     (set-buffer gnus-article-buffer)
6266     (save-restriction
6267       (let ((buffer-read-only nil)
6268             (inhibit-point-motion-hooks t)
6269             (case-fold-search t)
6270             (alist gnus-header-button-alist)
6271             entry beg end)
6272         (article-narrow-to-head)
6273         (while alist
6274           ;; Each alist entry.
6275           (setq entry (car alist)
6276                 alist (cdr alist))
6277           (goto-char (point-min))
6278           (while (re-search-forward (car entry) nil t)
6279             ;; Each header matching the entry.
6280             (setq beg (match-beginning 0))
6281             (setq end (or (and (re-search-forward "^[^ \t]" nil t)
6282                                (match-beginning 0))
6283                           (point-max)))
6284             (goto-char beg)
6285             (while (re-search-forward (eval (nth 1 entry)) end t)
6286               ;; Each match within a header.
6287               (let* ((entry (cdr entry))
6288                      (start (match-beginning (nth 1 entry)))
6289                      (end (match-end (nth 1 entry)))
6290                      (form (nth 2 entry)))
6291                 (goto-char (match-end 0))
6292                 (when (eval form)
6293                   (gnus-article-add-button
6294                    start end (nth 3 entry)
6295                    (buffer-substring (match-beginning (nth 4 entry))
6296                                      (match-end (nth 4 entry)))))))
6297             (goto-char end)))))))
6298
6299 ;;; External functions:
6300
6301 (defun gnus-article-add-button (from to fun &optional data)
6302   "Create a button between FROM and TO with callback FUN and data DATA."
6303   (when gnus-article-button-face
6304     (gnus-overlay-put (gnus-make-overlay from to)
6305                       'face gnus-article-button-face))
6306   (gnus-add-text-properties
6307    from to
6308    (nconc (and gnus-article-mouse-face
6309                (list gnus-mouse-face-prop gnus-article-mouse-face))
6310           (list 'gnus-callback fun)
6311           (and data (list 'gnus-data data))))
6312   (widget-convert-button 'link from to :action 'gnus-widget-press-button
6313                          :button-keymap gnus-widget-button-keymap))
6314
6315 ;;; Internal functions:
6316
6317 (defun gnus-article-set-globals ()
6318   (save-excursion
6319     (set-buffer gnus-summary-buffer)
6320     (gnus-set-global-variables)))
6321
6322 (defun gnus-signature-toggle (end)
6323   (save-excursion
6324     (set-buffer gnus-article-buffer)
6325     (let ((buffer-read-only nil)
6326           (inhibit-point-motion-hooks t))
6327       (if (text-property-any end (point-max) 'article-type 'signature)
6328           (progn
6329             (gnus-delete-wash-type 'signature)
6330             (gnus-remove-text-properties-when
6331              'article-type 'signature end (point-max)
6332              (cons 'article-type (cons 'signature
6333                                        gnus-hidden-properties))))
6334         (gnus-add-wash-type 'signature)
6335         (gnus-add-text-properties-when
6336          'article-type nil end (point-max)
6337          (cons 'article-type (cons 'signature
6338                                    gnus-hidden-properties)))))
6339     (let ((gnus-article-mime-handle-alist-1 gnus-article-mime-handle-alist))
6340       (gnus-set-mode-line 'article))))
6341
6342 (defun gnus-button-entry ()
6343   ;; Return the first entry in `gnus-button-alist' matching this place.
6344   (let ((alist gnus-button-alist)
6345         (entry nil))
6346     (while alist
6347       (setq entry (pop alist))
6348       (if (looking-at (eval (car entry)))
6349           (setq alist nil)
6350         (setq entry nil)))
6351     entry))
6352
6353 (defun gnus-button-push (marker)
6354   ;; Push button starting at MARKER.
6355   (save-excursion
6356     (goto-char marker)
6357     (let* ((entry (gnus-button-entry))
6358            (inhibit-point-motion-hooks t)
6359            (fun (nth 3 entry))
6360            (args (mapcar (lambda (group)
6361                            (let ((string (match-string group)))
6362                              (gnus-set-text-properties
6363                               0 (length string) nil string)
6364                              string))
6365                          (nthcdr 4 entry))))
6366       (cond
6367        ((fboundp fun)
6368         (apply fun args))
6369        ((and (boundp fun)
6370              (fboundp (symbol-value fun)))
6371         (apply (symbol-value fun) args))
6372        (t
6373         (gnus-message 1 "You must define `%S' to use this button"
6374                       (cons fun args)))))))
6375
6376 (defun gnus-parse-news-url (url)
6377   (let (scheme server group message-id articles)
6378     (with-temp-buffer
6379       (insert url)
6380       (goto-char (point-min))
6381       (when (looking-at "\\([A-Za-z]+\\):")
6382         (setq scheme (match-string 1))
6383         (goto-char (match-end 0)))
6384       (when (looking-at "//\\([^/]+\\)/")
6385         (setq server (match-string 1))
6386         (goto-char (match-end 0)))
6387
6388       (cond
6389        ((looking-at "\\(.*@.*\\)")
6390         (setq message-id (match-string 1)))
6391        ((looking-at "\\([^/]+\\)/\\([-0-9]+\\)")
6392         (setq group (match-string 1)
6393               articles (split-string (match-string 2) "-")))
6394        ((looking-at "\\([^/]+\\)/?")
6395         (setq group (match-string 1)))
6396        (t
6397         (error "Unknown news URL syntax"))))
6398     (list scheme server group message-id articles)))
6399
6400 (defun gnus-button-handle-news (url)
6401   "Fetch a news URL."
6402   (destructuring-bind (scheme server group message-id articles)
6403       (gnus-parse-news-url url)
6404     (cond
6405      (message-id
6406       (save-excursion
6407         (set-buffer gnus-summary-buffer)
6408         (if server
6409             (let ((gnus-refer-article-method (list (list 'nntp server))))
6410               (gnus-summary-refer-article message-id))
6411           (gnus-summary-refer-article message-id))))
6412      (group
6413       (gnus-button-fetch-group url)))))
6414
6415 (defun gnus-button-handle-man (url)
6416   "Fetch a man page."
6417   (funcall gnus-button-man-handler url))
6418
6419 (defun gnus-button-handle-info-url (url)
6420   "Fetch an info URL."
6421   (cond
6422    ((string-match "^\\([^:/]+\\)?/\\(.*\\)" url)
6423     (gnus-info-find-node
6424      (concat "(" (or (gnus-url-unhex-string (match-string 1 url))
6425                      "Gnus")
6426              ")" (gnus-url-unhex-string (match-string 2 url)))))
6427    ((string-match "([^)\"]+)[^\"]+" url)
6428     (setq url
6429           (gnus-replace-in-string
6430            (gnus-replace-in-string url "[\n\t ]+" " ") "\"" ""))
6431     (gnus-info-find-node url))
6432    (t (error "Can't parse %s" url))))
6433
6434 (defun gnus-button-handle-info-keystrokes (url)
6435   "Call `info' when pushing the corresponding URL button."
6436   ;; For links like `C-h i d m gnus RET', `C-h i d m CC Mode RET'.
6437   (info)
6438   (Info-directory)
6439   (Info-menu url))
6440
6441 (defun gnus-button-message-id (message-id)
6442   "Fetch MESSAGE-ID."
6443   (save-excursion
6444     (set-buffer gnus-summary-buffer)
6445     (gnus-summary-refer-article message-id)))
6446
6447 (defun gnus-button-fetch-group (address)
6448   "Fetch GROUP specified by ADDRESS."
6449   (if (not (string-match "[:/]" address))
6450       ;; This is just a simple group url.
6451       (gnus-group-read-ephemeral-group address gnus-select-method)
6452     (if (not
6453          (string-match
6454           "^\\([^:/]+\\)\\(:\\([^/]+\\)\\)?/\\([^/]+\\)\\(/\\([0-9]+\\)\\)?"
6455           address))
6456         (error "Can't parse %s" address)
6457       (gnus-group-read-ephemeral-group
6458        (match-string 4 address)
6459        `(nntp ,(match-string 1 address)
6460               (nntp-address ,(match-string 1 address))
6461               (nntp-port-number ,(if (match-end 3)
6462                                      (match-string 3 address)
6463                                    "nntp")))
6464        nil nil nil
6465        (and (match-end 6) (list (string-to-int (match-string 6 address))))))))
6466
6467 (defun gnus-url-parse-query-string (query &optional downcase)
6468   (let (retval pairs cur key val)
6469     (setq pairs (split-string query "&"))
6470     (while pairs
6471       (setq cur (car pairs)
6472             pairs (cdr pairs))
6473       (if (not (string-match "=" cur))
6474           nil                           ; Grace
6475         (setq key (gnus-url-unhex-string (substring cur 0 (match-beginning 0)))
6476               val (gnus-url-unhex-string (substring cur (match-end 0) nil) t))
6477         (if downcase
6478             (setq key (downcase key)))
6479         (setq cur (assoc key retval))
6480         (if cur
6481             (setcdr cur (cons val (cdr cur)))
6482           (setq retval (cons (list key val) retval)))))
6483     retval))
6484
6485 (defun gnus-url-mailto (url)
6486   ;; Send mail to someone
6487   (when (string-match "mailto:/*\\(.*\\)" url)
6488     (setq url (substring url (match-beginning 1) nil)))
6489   (let (to args subject func)
6490     (if (string-match (regexp-quote "?") url)
6491         (setq to (gnus-url-unhex-string (substring url 0 (match-beginning 0)))
6492               args (gnus-url-parse-query-string
6493                     (substring url (match-end 0) nil) t))
6494       (setq to (gnus-url-unhex-string url)))
6495     (setq args (cons (list "to" to) args)
6496           subject (cdr-safe (assoc "subject" args)))
6497     (gnus-msg-mail)
6498     (while args
6499       (setq func (intern-soft (concat "message-goto-" (downcase (caar args)))))
6500       (if (fboundp func)
6501           (funcall func)
6502         (message-position-on-field (caar args)))
6503       (insert (mapconcat 'identity (cdar args) ", "))
6504       (setq args (cdr args)))
6505     (if subject
6506         (message-goto-body)
6507       (message-goto-subject))))
6508
6509 (defun gnus-button-embedded-url (address)
6510   "Activate ADDRESS with `browse-url'."
6511   (browse-url (gnus-strip-whitespace address)))
6512
6513 ;;; Next/prev buttons in the article buffer.
6514
6515 (defvar gnus-next-page-line-format "%{%(Next page...%)%}\n")
6516 (defvar gnus-prev-page-line-format "%{%(Previous page...%)%}\n")
6517
6518 (defvar gnus-prev-page-map
6519   (let ((map (make-sparse-keymap)))
6520     (unless (>= emacs-major-version 21)
6521       ;; XEmacs doesn't care.
6522       (set-keymap-parent map gnus-article-mode-map))
6523     (define-key map gnus-mouse-2 'gnus-button-prev-page)
6524     (define-key map "\r" 'gnus-button-prev-page)
6525     map))
6526
6527 (defun gnus-insert-prev-page-button ()
6528   (let ((b (point))
6529         (buffer-read-only nil))
6530     (gnus-eval-format
6531      gnus-prev-page-line-format nil
6532      `(,@(gnus-local-map-property gnus-prev-page-map)
6533          gnus-prev t
6534          gnus-callback gnus-article-button-prev-page
6535          article-type annotation))
6536     (widget-convert-button
6537      'link b (if (bolp)
6538                  ;; Exclude a newline.
6539                  (1- (point))
6540                (point))
6541      :action 'gnus-button-prev-page
6542      :button-keymap gnus-prev-page-map)))
6543
6544 (defvar gnus-prev-page-map
6545   (let ((map (make-sparse-keymap)))
6546     (unless (>= emacs-major-version 21)
6547       ;; XEmacs doesn't care.
6548       (set-keymap-parent map gnus-article-mode-map))
6549     (define-key map gnus-mouse-2 'gnus-button-prev-page)
6550     (define-key map "\r" 'gnus-button-prev-page)
6551     map))
6552
6553 (defvar gnus-next-page-map
6554   (let ((map (make-sparse-keymap)))
6555     (unless (>= emacs-major-version 21)
6556       ;; XEmacs doesn't care.
6557       (set-keymap-parent map gnus-article-mode-map))
6558     (define-key map gnus-mouse-2 'gnus-button-next-page)
6559     (define-key map "\r" 'gnus-button-next-page)
6560     map))
6561
6562 (defun gnus-button-next-page (&optional args more-args)
6563   "Go to the next page."
6564   (interactive)
6565   (let ((win (selected-window)))
6566     (select-window (gnus-get-buffer-window gnus-article-buffer t))
6567     (gnus-article-next-page)
6568     (select-window win)))
6569
6570 (defun gnus-button-prev-page (&optional args more-args)
6571   "Go to the prev page."
6572   (interactive)
6573   (let ((win (selected-window)))
6574     (select-window (gnus-get-buffer-window gnus-article-buffer t))
6575     (gnus-article-prev-page)
6576     (select-window win)))
6577
6578 (defun gnus-insert-next-page-button ()
6579   (let ((b (point))
6580         (buffer-read-only nil))
6581     (gnus-eval-format gnus-next-page-line-format nil
6582                       `(,@(gnus-local-map-property gnus-next-page-map)
6583                           gnus-next t
6584                           gnus-callback gnus-article-button-next-page
6585                           article-type annotation))
6586     (widget-convert-button
6587      'link b (if (bolp)
6588                  ;; Exclude a newline.
6589                  (1- (point))
6590                (point))
6591      :action 'gnus-button-next-page
6592      :button-keymap gnus-next-page-map)))
6593
6594 (defun gnus-article-button-next-page (arg)
6595   "Go to the next page."
6596   (interactive "P")
6597   (let ((win (selected-window)))
6598     (select-window (gnus-get-buffer-window gnus-article-buffer t))
6599     (gnus-article-next-page)
6600     (select-window win)))
6601
6602 (defun gnus-article-button-prev-page (arg)
6603   "Go to the prev page."
6604   (interactive "P")
6605   (let ((win (selected-window)))
6606     (select-window (gnus-get-buffer-window gnus-article-buffer t))
6607     (gnus-article-prev-page)
6608     (select-window win)))
6609
6610 (defvar gnus-decode-header-methods
6611   '(mail-decode-encoded-word-region)
6612   "List of methods used to decode headers.
6613
6614 This variable is a list of FUNCTION or (REGEXP . FUNCTION).  If item
6615 is FUNCTION, FUNCTION will be apply to all newsgroups.  If item is a
6616 \(REGEXP . FUNCTION), FUNCTION will be only apply to thes newsgroups
6617 whose names match REGEXP.
6618
6619 For example:
6620 \((\"chinese\" . gnus-decode-encoded-word-region-by-guess)
6621  mail-decode-encoded-word-region
6622  (\"chinese\" . rfc1843-decode-region))
6623 ")
6624
6625 (defvar gnus-decode-header-methods-cache nil)
6626
6627 (defun gnus-multi-decode-header (start end)
6628   "Apply the functions from `gnus-encoded-word-methods' that match."
6629   (unless (and gnus-decode-header-methods-cache
6630                (eq gnus-newsgroup-name
6631                    (car gnus-decode-header-methods-cache)))
6632     (setq gnus-decode-header-methods-cache (list gnus-newsgroup-name))
6633     (mapcar (lambda (x)
6634               (if (symbolp x)
6635                   (nconc gnus-decode-header-methods-cache (list x))
6636                 (if (and gnus-newsgroup-name
6637                          (string-match (car x) gnus-newsgroup-name))
6638                     (nconc gnus-decode-header-methods-cache
6639                            (list (cdr x))))))
6640           gnus-decode-header-methods))
6641   (let ((xlist gnus-decode-header-methods-cache))
6642     (pop xlist)
6643     (save-restriction
6644       (narrow-to-region start end)
6645       (while xlist
6646         (funcall (pop xlist) (point-min) (point-max))))))
6647
6648 ;;;
6649 ;;; Treatment top-level handling.
6650 ;;;
6651
6652 (defun gnus-treat-article (condition &optional part-number total-parts type)
6653   (let ((length (- (point-max) (point-min)))
6654         (alist gnus-treatment-function-alist)
6655         (article-goto-body-goes-to-point-min-p t)
6656         (treated-type
6657          (or (not type)
6658              (catch 'found
6659                (let ((list gnus-article-treat-types))
6660                  (while list
6661                    (when (string-match (pop list) type)
6662                      (throw 'found t)))))))
6663         (highlightp (gnus-visual-p 'article-highlight 'highlight))
6664         val elem)
6665     (gnus-run-hooks 'gnus-part-display-hook)
6666     (dolist (elem alist)
6667       (setq val
6668             (save-excursion
6669               (when (gnus-buffer-live-p gnus-summary-buffer)
6670                 (set-buffer gnus-summary-buffer))
6671               (symbol-value (car elem))))
6672       (when (and (or (consp val)
6673                      treated-type)
6674                  (gnus-treat-predicate val)
6675                  (or (not (get (car elem) 'highlight))
6676                      highlightp))
6677         (save-restriction
6678           (funcall (cadr elem)))))))
6679
6680 ;; Dynamic variables.
6681 (eval-when-compile
6682   (defvar part-number)
6683   (defvar total-parts)
6684   (defvar type)
6685   (defvar condition)
6686   (defvar length))
6687
6688 (defun gnus-treat-predicate (val)
6689   (cond
6690    ((null val)
6691     nil)
6692    (condition
6693     (eq condition val))
6694    ((and (listp val)
6695          (stringp (car val)))
6696     (apply 'gnus-or (mapcar `(lambda (s)
6697                                (string-match s ,(or gnus-newsgroup-name "")))
6698                             val)))
6699    ((listp val)
6700     (let ((pred (pop val)))
6701       (cond
6702        ((eq pred 'or)
6703         (apply 'gnus-or (mapcar 'gnus-treat-predicate val)))
6704        ((eq pred 'and)
6705         (apply 'gnus-and (mapcar 'gnus-treat-predicate val)))
6706        ((eq pred 'not)
6707         (not (gnus-treat-predicate (car val))))
6708        ((eq pred 'typep)
6709         (equal (car val) type))
6710        (t
6711         (error "%S is not a valid predicate" pred)))))
6712    ((eq val t)
6713     t)
6714    ((eq val 'head)
6715     nil)
6716    ((eq val 'last)
6717     (eq part-number total-parts))
6718    ((numberp val)
6719     (< length val))
6720    (t
6721     (error "%S is not a valid value" val))))
6722
6723 (defun gnus-article-encrypt-body (protocol &optional n)
6724   "Encrypt the article body."
6725   (interactive
6726    (list
6727     (or gnus-article-encrypt-protocol
6728         (completing-read "Encrypt protocol: "
6729                          gnus-article-encrypt-protocol-alist
6730                          nil t))
6731     current-prefix-arg))
6732   (let ((func (cdr (assoc protocol gnus-article-encrypt-protocol-alist))))
6733     (unless func
6734       (error (format "Can't find the encrypt protocol %s" protocol)))
6735     (if (member gnus-newsgroup-name '("nndraft:delayed"
6736                                       "nndraft:drafts"
6737                                       "nndraft:queue"))
6738         (error "Can't encrypt the article in group %s"
6739                gnus-newsgroup-name))
6740     (gnus-summary-iterate n
6741       (save-excursion
6742         (set-buffer gnus-summary-buffer)
6743         (let ((mail-parse-charset gnus-newsgroup-charset)
6744               (mail-parse-ignored-charsets gnus-newsgroup-ignored-charsets)
6745               (summary-buffer gnus-summary-buffer)
6746               references point)
6747           (gnus-set-global-variables)
6748           (when (gnus-group-read-only-p)
6749             (error "The current newsgroup does not support article encrypt"))
6750           (gnus-summary-show-article t)
6751           (setq references
6752               (or (mail-header-references gnus-current-headers) ""))
6753           (set-buffer gnus-article-buffer)
6754           (let* ((buffer-read-only nil)
6755                  (headers
6756                   (mapcar (lambda (field)
6757                             (and (save-restriction
6758                                    (message-narrow-to-head)
6759                                    (goto-char (point-min))
6760                                    (search-forward field nil t))
6761                                  (prog2
6762                                      (message-narrow-to-field)
6763                                      (buffer-string)
6764                                    (delete-region (point-min) (point-max))
6765                                    (widen))))
6766                           '("Content-Type:" "Content-Transfer-Encoding:"
6767                             "Content-Disposition:"))))
6768             (message-narrow-to-head)
6769             (message-remove-header "MIME-Version")
6770             (goto-char (point-max))
6771             (setq point (point))
6772             (insert (apply 'concat headers))
6773             (widen)
6774             (narrow-to-region point (point-max))
6775             (let ((message-options message-options))
6776               (message-options-set 'message-sender user-mail-address)
6777               (message-options-set 'message-recipients user-mail-address)
6778               (message-options-set 'message-sign-encrypt 'not)
6779               (funcall func))
6780             (goto-char (point-min))
6781             (insert "MIME-Version: 1.0\n")
6782             (widen)
6783             (gnus-summary-edit-article-done
6784              references nil summary-buffer t))
6785           (when gnus-keep-backlog
6786             (gnus-backlog-remove-article
6787              (car gnus-article-current) (cdr gnus-article-current)))
6788           (save-excursion
6789             (when (get-buffer gnus-original-article-buffer)
6790               (set-buffer gnus-original-article-buffer)
6791               (setq gnus-original-article nil)))
6792           (when gnus-use-cache
6793             (gnus-cache-update-article
6794              (car gnus-article-current) (cdr gnus-article-current))))))))
6795
6796 (defvar gnus-mime-security-button-line-format "%{%([[%t:%i]%D]%)%}\n"
6797   "The following specs can be used:
6798 %t  The security MIME type
6799 %i  Additional info
6800 %d  Details
6801 %D  Details if button is pressed")
6802
6803 (defvar gnus-mime-security-button-end-line-format "%{%([[End of %t]%D]%)%}\n"
6804   "The following specs can be used:
6805 %t  The security MIME type
6806 %i  Additional info
6807 %d  Details
6808 %D  Details if button is pressed")
6809
6810 (defvar gnus-mime-security-button-line-format-alist
6811   '((?t gnus-tmp-type ?s)
6812     (?i gnus-tmp-info ?s)
6813     (?d gnus-tmp-details ?s)
6814     (?D gnus-tmp-pressed-details ?s)))
6815
6816 (defvar gnus-mime-security-button-map
6817   (let ((map (make-sparse-keymap)))
6818     (unless (>= (string-to-number emacs-version) 21)
6819       (set-keymap-parent map gnus-article-mode-map))
6820     (define-key map gnus-mouse-2 'gnus-article-push-button)
6821     (define-key map "\r" 'gnus-article-press-button)
6822     map))
6823
6824 (defvar gnus-mime-security-details-buffer nil)
6825
6826 (defvar gnus-mime-security-button-pressed nil)
6827
6828 (defvar gnus-mime-security-show-details-inline t
6829   "If non-nil, show details in the article buffer.")
6830
6831 (defun gnus-mime-security-verify-or-decrypt (handle)
6832   (mm-remove-parts (cdr handle))
6833   (let ((region (mm-handle-multipart-ctl-parameter handle 'gnus-region))
6834         point buffer-read-only)
6835     (if region
6836         (goto-char (car region)))
6837     (save-restriction
6838       (narrow-to-region (point) (point))
6839       (with-current-buffer (mm-handle-multipart-original-buffer handle)
6840         (let* ((mm-verify-option 'known)
6841                (mm-decrypt-option 'known)
6842                (nparts (mm-possibly-verify-or-decrypt (cdr handle) handle)))
6843           (unless (eq nparts (cdr handle))
6844             (mm-destroy-parts (cdr handle))
6845             (setcdr handle nparts))))
6846       (setq point (point))
6847       (gnus-mime-display-security handle)
6848       (goto-char (point-max)))
6849     (when region
6850       (delete-region (point) (cdr region))
6851       (set-marker (car region) nil)
6852       (set-marker (cdr region) nil))
6853     (goto-char point)))
6854
6855 (defun gnus-mime-security-show-details (handle)
6856   (let ((details (mm-handle-multipart-ctl-parameter handle 'gnus-details)))
6857     (if (not details)
6858         (gnus-message 5 "No details.")
6859       (if gnus-mime-security-show-details-inline
6860           (let ((gnus-mime-security-button-pressed
6861                  (not (get-text-property (point) 'gnus-mime-details)))
6862                 (gnus-mime-security-button-line-format
6863                  (get-text-property (point) 'gnus-line-format))
6864                 buffer-read-only)
6865             (forward-char -1)
6866             (while (eq (get-text-property (point) 'gnus-line-format)
6867                        gnus-mime-security-button-line-format)
6868               (forward-char -1))
6869             (forward-char)
6870             (save-restriction
6871               (narrow-to-region (point) (point))
6872               (gnus-insert-mime-security-button handle))
6873             (delete-region (point)
6874                            (or (text-property-not-all
6875                                 (point) (point-max)
6876                                 'gnus-line-format
6877                                 gnus-mime-security-button-line-format)
6878                                (point-max))))
6879         ;; Not inlined.
6880         (if (gnus-buffer-live-p gnus-mime-security-details-buffer)
6881             (with-current-buffer gnus-mime-security-details-buffer
6882               (erase-buffer)
6883               t)
6884           (setq gnus-mime-security-details-buffer
6885                 (gnus-get-buffer-create "*MIME Security Details*")))
6886         (with-current-buffer gnus-mime-security-details-buffer
6887           (insert details)
6888           (goto-char (point-min)))
6889         (pop-to-buffer gnus-mime-security-details-buffer)))))
6890
6891 (defun gnus-mime-security-press-button (handle)
6892   (save-excursion
6893     (if (mm-handle-multipart-ctl-parameter handle 'gnus-info)
6894         (gnus-mime-security-show-details handle)
6895       (gnus-mime-security-verify-or-decrypt handle))))
6896
6897 (defun gnus-insert-mime-security-button (handle &optional displayed)
6898   (let* ((protocol (mm-handle-multipart-ctl-parameter handle 'protocol))
6899          (gnus-tmp-type
6900           (concat
6901            (or (nth 2 (assoc protocol mm-verify-function-alist))
6902                (nth 2 (assoc protocol mm-decrypt-function-alist))
6903                "Unknown")
6904            (if (equal (car handle) "multipart/signed")
6905                " Signed" " Encrypted")
6906            " Part"))
6907          (gnus-tmp-info
6908           (or (mm-handle-multipart-ctl-parameter handle 'gnus-info)
6909               "Undecided"))
6910          (gnus-tmp-details