/[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.12.2.5 by miles, Wed Oct 6 05:23:52 2004 UTC revision 1.12.2.6 by miles, Thu Nov 4 13:12:19 2004 UTC
# 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"
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"
161    :type 'boolean    :type 'boolean
162    :group 'mime-display)    :group 'mime-display)
163    
# Line 378  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"
384    :type 'integer    :type 'integer
385    :group 'mime-display)    :group 'mime-display)
386    
# Line 435  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"
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.12.2.5  
changed lines
  Added in v.1.12.2.6

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