# HG changeset patch # User Bill Wohler # Date 1136666809 0 # Node ID aad660b490478e0cb83dd2aaaae4f47bbdaa79bf # Parent 9b969687ff7c1721d8b72734500403f24b4b9236 Updated Faces documentation in header. (mh-invisible-header-fields-internal): Add X-Lumos-SenderID, X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact. diff -r 9b969687ff7c -r aad660b49047 lisp/mh-e/ChangeLog --- 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 + * 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 tags inserted by Gnus gnus-summary-mail-forward (closes SF #1399307). diff -r 9b969687ff7c -r aad660b49047 lisp/mh-e/mh-customize.el --- 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