]> git.eshelyaron.com Git - emacs.git/commitdiff
Updated Faces documentation in header.
authorBill Wohler <wohler@newt.com>
Sat, 7 Jan 2006 20:46:49 +0000 (20:46 +0000)
committerBill Wohler <wohler@newt.com>
Sat, 7 Jan 2006 20:46:49 +0000 (20:46 +0000)
(mh-invisible-header-fields-internal): Add X-Lumos-SenderID,
X-Return-Path-Hint, and X-Roving-* from Roving ConstantContact.

lisp/mh-e/ChangeLog
lisp/mh-e/mh-customize.el

index 651757cc378b253393ac5066833cd304b362c335..f4cbbcea5d7ea74d4f829564bdef2aac94ecfbad 100644 (file)
@@ -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).
index 01b03db63f969aebcaa7e9306bc2b69f96b6b68f..34593429e5aa2108f4c3163895a286318ffc6a93 100644 (file)
 ;;
 ;; 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 @@ of citations entirely, choose \"None\"."
     "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 @@ of citations entirely, choose \"None\"."
     "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 @@ of citations entirely, choose \"None\"."
     "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 @@ of citations entirely, choose \"None\"."
     "X-UNTD-"                           ; NetZero
     "X-USANET-"                         ; usa.net
     "X-UserInfo1:"
-    "X-Virus-Scanned"                   ; amavisd-new
     "X-VSMLoop:"                        ; NTMail
+    "X-Virus-Scanned"                   ; amavisd-new
     "X-Vms-To:"
     "X-WebTV-Signature:"
     "X-Wss-Id:"                         ; Worldtalk gateways
@@ -2884,7 +2887,6 @@ The background and foreground are used in the image."
       (((class color))
        (:foreground "cyan")))))
 
-
 ;; Local Variables:
 ;; indent-tabs-mode: nil
 ;; sentence-end-double-space: nil