Mercurial > emacs
changeset 68085:aad660b49047
Updated Faces documentation in header.
(mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sat, 07 Jan 2006 20:46:49 +0000 |
parents | 9b969687ff7c |
children | 742bf2516c24 |
files | lisp/mh-e/ChangeLog lisp/mh-e/mh-customize.el |
diffstat | 2 files changed, 13 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Sat Jan 07 18:41:50 2006 +0000 +++ b/lisp/mh-e/ChangeLog Sat Jan 07 20:46:49 2006 +0000 @@ -1,5 +1,9 @@ 2006-01-07 Bill Wohler <wohler@newt.com> + * mh-customize.el: Updated Faces documentation in header. + (mh-invisible-header-fields-internal): Add X-Lumos-SenderID, + X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact. + * mh-mime.el (mh-mml-tag-present-p): Update regexp to handle <mml> tags inserted by Gnus gnus-summary-mail-forward (closes SF #1399307).
--- a/lisp/mh-e/mh-customize.el Sat Jan 07 18:41:50 2006 +0000 +++ b/lisp/mh-e/mh-customize.el Sat Jan 07 20:46:49 2006 +0000 @@ -54,10 +54,10 @@ ;; ;; 4. Faces ;; -;; Create a new face group if necessary; in this case, add the group -;; associated with the manual node in which the faces are described to the -;; faces' group definition. Since the face groups appear last, the face -;; groups will appear at the end of these other groups. +;; All faces must be placed in the mh-faces group; in addition, add the +;; group associated with the manual node in which the face is described. +;; Since the mh-faces group appears near the end of this file, the faces +;; will appear at the end of these other groups. ;; ;;; Change Log: @@ -1513,11 +1513,11 @@ "X-Listprocessor-" ; ListProc(tm) by CREN "X-Listserver:" ; Unknown mailing list managers "X-Loop:" ; Unknown mailing list managers + "X-Lumos-SenderID:" ; Roving ConstantContact "X-MAIL-INFO:" ; NetZero "X-MHE-Checksum" ; Checksum added during index search "X-MIME-Autoconverted:" ; sendmail "X-MIMETrack:" - "X-Mms-" ; T-Mobile pictures "X-MS-" ; MS Outlook "X-MailScanner" ; ListProc(tm) by CREN "X-Mailing-List:" ; Unknown mailing list managers @@ -1526,6 +1526,7 @@ "X-Message-Id" "X-MessageWall-Score:" ; Unknown mailing list manager, AUC TeX "X-MimeOLE:" ; MS Outlook + "X-Mms-" ; T-Mobile pictures "X-Mozilla-Status:" ; Netscape/Mozilla "X-Msmail-" ; MS Outlook "X-NAI-Spam-" ; Network Associates Inc. SpamKiller @@ -1548,6 +1549,8 @@ "X-Received-Date:" "X-Received:" "X-Request-" + "X-Return-Path-Hint:" ; Roving ConstantContact + "X-Roving-*" ; Roving ConstantContact "X-SBClass:" ; Spam "X-SBNote:" ; Spam "X-SBPass:" ; Spam @@ -1570,8 +1573,8 @@ "X-UNTD-" ; NetZero "X-USANET-" ; usa.net "X-UserInfo1:" + "X-VSMLoop:" ; NTMail "X-Virus-Scanned" ; amavisd-new - "X-VSMLoop:" ; NTMail "X-Vms-To:" "X-WebTV-Signature:" "X-Wss-Id:" ; Worldtalk gateways @@ -2884,7 +2887,6 @@ (((class color)) (:foreground "cyan"))))) - ;; Local Variables: ;; indent-tabs-mode: nil ;; sentence-end-double-space: nil