Mercurial > emacs
comparison lisp/gnus/mm-decode.el @ 90043:e24e2e78deda
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-69
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-643
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-649
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-650
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-651
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-655
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-656
Update from CVS: lisp/man.el (Man-xref-normal-file): Fix help-echo.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-657
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-658
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-659
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-660
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-661
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-667
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-668
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-61
- miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-68
Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 04 Nov 2004 08:55:40 +0000 |
parents | e23928ac5a97 df80d19d7a2e |
children | 6d92d69fae33 |
comparison
equal
deleted
inserted
replaced
90042:003d95404d71 | 90043:e24e2e78deda |
---|---|
148 identifier string into a URL that you might automatically retrieve | 148 identifier string into a URL that you might automatically retrieve |
149 when displaying the image. The default value is \"\\\\`cid:\" which only | 149 when displaying the image. The default value is \"\\\\`cid:\" which only |
150 matches parts embedded to the Multipart/Related type MIME contents and | 150 matches parts embedded to the Multipart/Related type MIME contents and |
151 Gnus will never connect to the spammer's site arbitrarily. You may | 151 Gnus will never connect to the spammer's site arbitrarily. You may |
152 set this variable to nil if you consider all urls to be safe." | 152 set this variable to nil if you consider all urls to be safe." |
153 :version "21.4" | |
153 :type '(choice (regexp :tag "Regexp") | 154 :type '(choice (regexp :tag "Regexp") |
154 (const :tag "All URLs are safe" nil)) | 155 (const :tag "All URLs are safe" nil)) |
155 :group 'mime-display) | 156 :group 'mime-display) |
156 | 157 |
157 (defcustom mm-inline-text-html-with-w3m-keymap t | 158 (defcustom mm-inline-text-html-with-w3m-keymap t |
158 "If non-nil, use emacs-w3m command keys in the article buffer." | 159 "If non-nil, use emacs-w3m command keys in the article buffer." |
160 :version "21.4" | |
159 :type 'boolean | 161 :type 'boolean |
160 :group 'mime-display) | 162 :group 'mime-display) |
161 | 163 |
162 (defcustom mm-enable-external t | 164 (defcustom mm-enable-external t |
163 "Indicate whether external MIME handlers should be used. | 165 "Indicate whether external MIME handlers should be used. |
376 :type '(choice directory (const :tag "Default" nil)) | 378 :type '(choice directory (const :tag "Default" nil)) |
377 :group 'mime-display) | 379 :group 'mime-display) |
378 | 380 |
379 (defcustom mm-attachment-file-modes 384 | 381 (defcustom mm-attachment-file-modes 384 |
380 "Set the mode bits of saved attachments to this integer." | 382 "Set the mode bits of saved attachments to this integer." |
383 :version "21.4" | |
381 :type 'integer | 384 :type 'integer |
382 :group 'mime-display) | 385 :group 'mime-display) |
383 | 386 |
384 (defcustom mm-external-terminal-program "xterm" | 387 (defcustom mm-external-terminal-program "xterm" |
385 "The program to start an external terminal." | 388 "The program to start an external terminal." |
433 | 436 |
434 (defcustom mm-decrypt-option nil | 437 (defcustom mm-decrypt-option nil |
435 "Option of decrypting encrypted parts. | 438 "Option of decrypting encrypted parts. |
436 `never', not decrypt; `always', always decrypt; | 439 `never', not decrypt; `always', always decrypt; |
437 `known', only decrypt known protocols. Otherwise, ask user." | 440 `known', only decrypt known protocols. Otherwise, ask user." |
441 :version "21.4" | |
438 :type '(choice (item always) | 442 :type '(choice (item always) |
439 (item never) | 443 (item never) |
440 (item :tag "only known protocols" known) | 444 (item :tag "only known protocols" known) |
441 (item :tag "ask" nil)) | 445 (item :tag "ask" nil)) |
442 :group 'mime-security) | 446 :group 'mime-security) |