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

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

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

revision 1.5 by pj, Sun Jul 15 17:42:53 2001 UTC revision 1.6 by zsh, Tue Feb 19 13:30:08 2002 UTC
# Line 35  Line 35 
35      ("text/.*" qp-or-base64)      ("text/.*" qp-or-base64)
36      ("message/rfc822" 8bit)      ("message/rfc822" 8bit)
37      ("application/emacs-lisp" 8bit)      ("application/emacs-lisp" 8bit)
38        ("application/x-emacs-lisp" 8bit)
39      ("application/x-patch" 8bit)      ("application/x-patch" 8bit)
40      (".*" qp-or-base64))      (".*" base64))
41    "Alist of regexps that match MIME types and their encodings.    "Alist of regexps that match MIME types and their encodings.
42  If the encoding is `qp-or-base64', then either quoted-printable  If the encoding is `qp-or-base64', then either quoted-printable
43  or base64 will be used, depending on what is more efficient.")  or base64 will be used, depending on what is more efficient.")

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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