emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/doc/misc/emacs-mime.texi,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/doc/misc/emacs-mime.texi,v
Date: Thu, 06 Dec 2007 00:21:08 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     07/12/06 00:21:02

Index: doc/misc/emacs-mime.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/misc/emacs-mime.texi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- doc/misc/emacs-mime.texi    28 Oct 2007 09:18:37 -0000      1.3
+++ doc/misc/emacs-mime.texi    6 Dec 2007 00:21:00 -0000       1.4
@@ -1417,10 +1417,23 @@
 @vindex rfc2047-encoded-word-regexp
 When decoding words, this library looks for matches to this regexp.
 
address@hidden rfc2047-encoded-word-regexp-loose
address@hidden rfc2047-encoded-word-regexp-loose
+This is a version from which the regexp for the Q encoding pattern of
address@hidden is made loose.
+
 @item rfc2047-encode-encoded-words
 @vindex rfc2047-encode-encoded-words
 The boolean variable specifies whether encoded words
-(e.g. @samp{=?hello?=}) should be encoded again.
+(e.g. @samp{=?us-ascii?q?hello?=}) should be encoded again.
address@hidden is used to look for such words.
+
address@hidden rfc2047-allow-irregular-q-encoded-words
address@hidden rfc2047-allow-irregular-q-encoded-words
+The boolean variable specifies whether irregular Q encoded words
+(e.g. @samp{=?us-ascii?q?hello??=}) should be decoded.  If it is
address@hidden, @code{rfc2047-encoded-word-regexp-loose} is used instead
+of @code{rfc2047-encoded-word-regexp} to look for encoded words.
 
 @end table
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]