From 96f428d1ba25723addb0afd3dd213a06c14c1197 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Francesco=20Potort=C3=AC?= Date: Mon, 16 Dec 2002 17:05:59 +0000 Subject: [PATCH] (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. --- lisp/mail/undigest.el | 1 + 1 file changed, 1 insertion(+) 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 @@ ;;; Commentary: ;; See Internet RFC 934 and RFC 1153 +;; Also limited support for MIME digest encapsulation ;;; Code: -- 2.39.5