/[emacs]/emacs/lisp/gnus/mm-decode.el
ViewVC logotype

Diff of /emacs/lisp/gnus/mm-decode.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by miles, Sat Jan 22 21:07:03 2005 UTC revision 1.21 by kfstorm, Wed Feb 9 15:50:37 2005 UTC
# Line 115  The defined renderer types are: Line 115  The defined renderer types are:
115  `lynx' : use lynx;  `lynx' : use lynx;
116  `html2text' : use html2text;  `html2text' : use html2text;
117  nil    : use external viewer."  nil    : use external viewer."
118    :version "21.4"    :version "22.1"
119    :type '(choice (const w3)    :type '(choice (const w3)
120                   (const w3m)                   (const w3m)
121                   (const w3m-standalone)                   (const w3m-standalone)
# Line 134  It is suggested to customize `mm-text-ht Line 134  It is suggested to customize `mm-text-ht
134    "If non-nil, Gnus will allow retrieving images in HTML contents with    "If non-nil, Gnus will allow retrieving images in HTML contents with
135  the <img> tags.  It has no effect on Emacs/w3.  See also the  the <img> tags.  It has no effect on Emacs/w3.  See also the
136  documentation for the `mm-w3m-safe-url-regexp' variable."  documentation for the `mm-w3m-safe-url-regexp' variable."
137    :version "21.4"    :version "22.1"
138    :type 'boolean    :type 'boolean
139    :group 'mime-display)    :group 'mime-display)
140    
# Line 150  when displaying the image.  The default Line 150  when displaying the image.  The default
150  matches parts embedded to the Multipart/Related type MIME contents and  matches parts embedded to the Multipart/Related type MIME contents and
151  Gnus will never connect to the spammer's site arbitrarily.  You may  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."  set this variable to nil if you consider all urls to be safe."
153    :version "21.4"    :version "22.1"
154    :type '(choice (regexp :tag "Regexp")    :type '(choice (regexp :tag "Regexp")
155                   (const :tag "All URLs are safe" nil))                   (const :tag "All URLs are safe" nil))
156    :group 'mime-display)    :group 'mime-display)
157    
158  (defcustom mm-inline-text-html-with-w3m-keymap t  (defcustom mm-inline-text-html-with-w3m-keymap t
159    "If non-nil, use emacs-w3m command keys in the article buffer."    "If non-nil, use emacs-w3m command keys in the article buffer."
160    :version "21.4"    :version "22.1"
161    :type 'boolean    :type 'boolean
162    :group 'mime-display)    :group 'mime-display)
163    
# Line 167  set this variable to nil if you consider Line 167  set this variable to nil if you consider
167  If t, all defined external MIME handlers are used.  If nil, files are saved by  If t, all defined external MIME handlers are used.  If nil, files are saved by
168  `mailcap-save-binary-file'.  If it is the symbol `ask', you are prompted  `mailcap-save-binary-file'.  If it is the symbol `ask', you are prompted
169  before the external MIME handler is invoked."  before the external MIME handler is invoked."
170    :version "21.4"    :version "22.1"
171    :type '(choice (const :tag "Always" t)    :type '(choice (const :tag "Always" t)
172                   (const :tag "Never" nil)                   (const :tag "Never" nil)
173                   (const :tag "Ask" ask))                   (const :tag "Ask" ask))
# Line 283  type inline." Line 283  type inline."
283      "application/pdf" "application/x-dvi")      "application/pdf" "application/x-dvi")
284    "List of media types for which the external viewer will not be killed    "List of media types for which the external viewer will not be killed
285  when selecting a different article."  when selecting a different article."
286    :version "21.4"    :version "22.1"
287    :type '(repeat string)    :type '(repeat string)
288    :group 'mime-display)    :group 'mime-display)
289    
# Line 380  If not set, `default-directory' will be Line 380  If not set, `default-directory' will be
380    
381  (defcustom mm-attachment-file-modes 384  (defcustom mm-attachment-file-modes 384
382    "Set the mode bits of saved attachments to this integer."    "Set the mode bits of saved attachments to this integer."
383    :version "21.4"    :version "22.1"
384    :type 'integer    :type 'integer
385    :group 'mime-display)    :group 'mime-display)
386    
387  (defcustom mm-external-terminal-program "xterm"  (defcustom mm-external-terminal-program "xterm"
388    "The program to start an external terminal."    "The program to start an external terminal."
389    :version "21.4"    :version "22.1"
390    :type 'string    :type 'string
391    :group 'mime-display)    :group 'mime-display)
392    
# Line 419  If not set, `default-directory' will be Line 419  If not set, `default-directory' will be
419    "Option of verifying signed parts.    "Option of verifying signed parts.
420  `never', not verify; `always', always verify;  `never', not verify; `always', always verify;
421  `known', only verify known protocols.  Otherwise, ask user."  `known', only verify known protocols.  Otherwise, ask user."
422    :version "21.4"    :version "22.1"
423    :type '(choice (item always)    :type '(choice (item always)
424                   (item never)                   (item never)
425                   (item :tag "only known protocols" known)                   (item :tag "only known protocols" known)
# Line 438  If not set, `default-directory' will be Line 438  If not set, `default-directory' will be
438    "Option of decrypting encrypted parts.    "Option of decrypting encrypted parts.
439  `never', not decrypt; `always', always decrypt;  `never', not decrypt; `always', always decrypt;
440  `known', only decrypt known protocols.  Otherwise, ask user."  `known', only decrypt known protocols.  Otherwise, ask user."
441    :version "21.4"    :version "22.1"
442    :type '(choice (item always)    :type '(choice (item always)
443                   (item never)                   (item never)
444                   (item :tag "only known protocols" known)                   (item :tag "only known protocols" known)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26