comparison lisp/mh-e/mh-e.el @ 90386:2ecafc6d5db7

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-58 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 239-258) - Update from CVS - (Ffield_beginning, find_field): Undo change of 2006-04-23. - Rcirc patch from Ryan Yeske - Merge from gnus--rel--5.10 - Clean up lisp/gnus/ChangeLog a bit * gnus--rel--5.10 (patch 91-98) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 02 May 2006 05:51:52 +0000
parents 72dea2ff0142 6afc1230a3e3
children 146cd8369025
comparison
equal deleted inserted replaced
90385:72dea2ff0142 90386:2ecafc6d5db7
4 ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999, 4 ;; 1990, 1992, 1993, 1994, 1995, 1997, 1999,
5 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 5 ;; 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
6 6
7 ;; Author: Bill Wohler <wohler@newt.com> 7 ;; Author: Bill Wohler <wohler@newt.com>
8 ;; Maintainer: Bill Wohler <wohler@newt.com> 8 ;; Maintainer: Bill Wohler <wohler@newt.com>
9 ;; Version: 7.93+cvs 9 ;; Version: 7.95
10 ;; Keywords: mail 10 ;; Keywords: mail
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
134 ;;; Global Variables 134 ;;; Global Variables
135 135
136 ;; Try to keep variables local to a single file. Provide accessors if 136 ;; Try to keep variables local to a single file. Provide accessors if
137 ;; variables are shared. Use this section as a last resort. 137 ;; variables are shared. Use this section as a last resort.
138 138
139 (defconst mh-version "7.93+cvs" "Version number of MH-E.") 139 (defconst mh-version "7.95" "Version number of MH-E.")
140 140
141 ;; Variants 141 ;; Variants
142 142
143 (defvar mh-sys-path 143 (defvar mh-sys-path
144 '("/usr/local/nmh/bin" ; nmh default 144 '("/usr/local/nmh/bin" ; nmh default
2524 "X-Original-Trace:" 2524 "X-Original-Trace:"
2525 "X-OriginalArrivalTime:" ; Hotmail 2525 "X-OriginalArrivalTime:" ; Hotmail
2526 "X-Originating-IP:" ; Hotmail 2526 "X-Originating-IP:" ; Hotmail
2527 "X-Postfilter:" 2527 "X-Postfilter:"
2528 "X-Priority:" ; MS Outlook 2528 "X-Priority:" ; MS Outlook
2529 "X-Provags-ID:"
2529 "X-Qotd-" ; User added 2530 "X-Qotd-" ; User added
2530 "X-RM" 2531 "X-RM"
2531 "X-Received-Date:" 2532 "X-Received-Date:"
2532 "X-Received:" 2533 "X-Received:"
2533 "X-Request-" 2534 "X-Request-"