emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog


From: Jeffrey C Honig
Subject: [Emacs-commit] emacs/lisp/mh-e mh-e.el ChangeLog
Date: Sun, 29 Jun 2008 03:06:12 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jeffrey C Honig <jchonig>       08/06/29 03:06:12

Modified files:
        lisp/mh-e      : mh-e.el ChangeLog 

Log message:
        (mh-invisible-header-fields-internal): Add invisible header fields for
        X-Hz (mail from Hertz), X-Proofpoint (Proofpoint antivirus/anti-spam)
        and X-RIM (Research In Motion).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/mh-e.el?cvsroot=emacs&r1=1.125&r2=1.126
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mh-e/ChangeLog?cvsroot=emacs&r1=1.285&r2=1.286

Patches:
Index: mh-e.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/mh-e.el,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -b -r1.125 -r1.126
--- mh-e.el     2 Jun 2008 20:09:57 -0000       1.125
+++ mh-e.el     29 Jun 2008 03:06:11 -0000      1.126
@@ -2577,6 +2577,7 @@
     "X-HPL-"
     "X-HR-"
     "X-HTTP-UserAgent:"
+    "X-Hz"                             ; Hertz
     "X-Identity:"                       ; http://www.declude.com/x-note.htm
     "X-Image-URL:"
     "X-IMAP:"                           ; 
http://people.dsv.su.se/~jpalme/ietf/mail-headers/
@@ -2642,6 +2643,7 @@
     "X-PMX-Version:"
     "X-Postfilter:"
     "X-Priority:"                       ; MS Outlook
+    "X-Proofpoint-"                    ; Proofpoint mail filter
     "X-Provags-ID:"
     "X-PSTN-"
     "X-Qotd-"                           ; User added
@@ -2652,6 +2654,7 @@
     "X-Request-"
     "X-Resolved-to:"                    ; fastmail.fm
     "X-Return-Path-Hint:"               ; Roving ConstantContact
+    "X-RIM-"                           ; Research In Motion (i.e. BlackBerry)
     "X-RM"
     "X-RocketYMMF:"                     ; Yahoo
     "X-Roving-"                         ; Roving ConstantContact

Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mh-e/ChangeLog,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -b -r1.285 -r1.286
--- ChangeLog   20 Jun 2008 09:20:09 -0000      1.285
+++ ChangeLog   29 Jun 2008 03:06:12 -0000      1.286
@@ -1,3 +1,9 @@
+2008-06-29  Jeffrey C Honig  <address@hidden>
+
+       * mh-e.el (mh-invisible-header-fields-internal): Add invisible
+       header fields for X-Hz (mail from Hertz), X-Proofpoint (Proofpoint
+       antivirus/anti-spam) and X-RIM (Research In Motion).
+
 2008-06-20  Stephen Eglen  <address@hidden>
 
        * mh-show.el (mh-defun-show-buffer): Use `...' rather than than




reply via email to

[Prev in Thread] Current Thread [Next in Thread]