diff options
| author | Peter Galbraith | 2006-02-08 14:32:40 +0000 |
|---|---|---|
| committer | Peter Galbraith | 2006-02-08 14:32:40 +0000 |
| commit | 201a821a54684f1ed622ed4bdadf81bc85c79a75 (patch) | |
| tree | c54293b8570a85825b185b6ef836c4414c5469bd | |
| parent | e99c752190064f6d73540fb61556dabdbc0b83f9 (diff) | |
| download | emacs-201a821a54684f1ed622ed4bdadf81bc85c79a75.tar.gz emacs-201a821a54684f1ed622ed4bdadf81bc85c79a75.zip | |
* mh-e.el (mh-invisible-header-fields-internal): Added entries
"X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash"
| -rw-r--r-- | lisp/mh-e/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/mh-e/mh-e.el | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 47c7808f192..de73f331aa0 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-02-08 Peter S Galbraith <psg@debian.org> | ||
| 2 | |||
| 3 | * mh-e.el (mh-invisible-header-fields-internal): Added entries | ||
| 4 | "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash" | ||
| 5 | |||
| 1 | 2006-02-04 Bill Wohler <wohler@newt.com> | 6 | 2006-02-04 Bill Wohler <wohler@newt.com> |
| 2 | 7 | ||
| 3 | * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which | 8 | * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which |
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 8012eab5c8a..ab0143c0c85 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el | |||
| @@ -2306,6 +2306,8 @@ of citations entirely, choose \"None\"." | |||
| 2306 | "X-Authentication-Warning:" ; sendmail | 2306 | "X-Authentication-Warning:" ; sendmail |
| 2307 | "X-Beenthere:" ; Mailman mailing list manager | 2307 | "X-Beenthere:" ; Mailman mailing list manager |
| 2308 | "X-Bogosity:" ; bogofilter | 2308 | "X-Bogosity:" ; bogofilter |
| 2309 | "X-BrightmailFiltered:" ; Brightmail | ||
| 2310 | "X-Brightmail-Tracker:" ; Brightmail | ||
| 2309 | "X-Bugzilla-*" ; Bugzilla | 2311 | "X-Bugzilla-*" ; Bugzilla |
| 2310 | "X-Complaints-To:" | 2312 | "X-Complaints-To:" |
| 2311 | "X-ContentStamp:" ; NetZero | 2313 | "X-ContentStamp:" ; NetZero |
| @@ -2333,6 +2335,7 @@ of citations entirely, choose \"None\"." | |||
| 2333 | "X-Habeas-SWE-7:" ; Spam | 2335 | "X-Habeas-SWE-7:" ; Spam |
| 2334 | "X-Habeas-SWE-8:" ; Spam | 2336 | "X-Habeas-SWE-8:" ; Spam |
| 2335 | "X-Habeas-SWE-9:" ; Spam | 2337 | "X-Habeas-SWE-9:" ; Spam |
| 2338 | "X-Hashcash:" ; hashcash | ||
| 2336 | "X-Info:" ; NTMail | 2339 | "X-Info:" ; NTMail |
| 2337 | "X-Juno-" ; Juno | 2340 | "X-Juno-" ; Juno |
| 2338 | "X-List-Host:" ; Unknown mailing list managers | 2341 | "X-List-Host:" ; Unknown mailing list managers |