aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2002-12-16 17:05:59 +0000
committerFrancesco Potortì2002-12-16 17:05:59 +0000
commit96f428d1ba25723addb0afd3dd213a06c14c1197 (patch)
treedf84aecb92e1b986fecc5531be3fc1f62cf800de
parent652c86e823f3e74a945c53e7c99e5e795ce94fb6 (diff)
downloademacs-96f428d1ba25723addb0afd3dd213a06c14c1197.tar.gz
emacs-96f428d1ba25723addb0afd3dd213a06c14c1197.zip
(rmail-digest-methods, rmail-digest-mail-separator): New variables.
(rmail-digest-parse-mime, rmail-digest-parse-rfc1153strict) (rmail-digest-parse-rfc1153sloppy, rmail-digest-rfc1153) (rmail-digest-parse-rfc934): New functions. (undigestify-rmail-message): Completely rewritten.
-rw-r--r--lisp/mail/undigest.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index 01ae5cd07bf..648a2040b7c 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -26,6 +26,7 @@
26;;; Commentary: 26;;; Commentary:
27 27
28;; See Internet RFC 934 and RFC 1153 28;; See Internet RFC 934 and RFC 1153
29;; Also limited support for MIME digest encapsulation
29 30
30;;; Code: 31;;; Code:
31 32