comparison lisp/mail/mh-e.el @ 14169:83f275dcd93a

Update FSF's address.
author Erik Naggum <erik@naggum.no>
date Sun, 14 Jan 1996 07:34:30 +0000
parents 83174bce6c29
children 069791dced1e
comparison
equal deleted inserted replaced
14168:3b925cc52931 14169:83f275dcd93a
1 ;;; mh-e.el --- GNU Emacs interface to the MH mail system 1 ;;; mh-e.el --- GNU Emacs interface to the MH mail system
2 2
3 ;;; Copyright (C) 1985,86,87,88,90,92,93,94,95 Free Software Foundation, Inc. 3 ;; Copyright (C) 1985,86,87,88,90,92,93,94,95 Free Software Foundation, Inc.
4
5 (defconst mh-e-time-stamp "Time-stamp: <95/10/30 19:14:06 gildea>")
6 (defconst mh-e-version "5.0.2"
7 "Version numbers of this version of mh-e.")
8 4
9 ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu> 5 ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu>
10 ;; Version: 5.0.2 6 ;; Version: 5.0.2
11 ;; Keywords: mail 7 ;; Keywords: mail
12 ;; Bug-reports: include `M-x mh-version' output in any correspondence 8 ;; Bug-reports: include `M-x mh-version' output in any correspondence
22 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of 18 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
23 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 ;; GNU General Public License for more details. 20 ;; GNU General Public License for more details.
25 21
26 ;; You should have received a copy of the GNU General Public License 22 ;; You should have received a copy of the GNU General Public License
27 ;; along with GNU Emacs; see the file COPYING. If not, write to 23 ;; along with GNU Emacs; see the file COPYING. If not, write to the
28 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. 24 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
25 ;; Boston, MA 02111-1307, USA.
29 26
30 ;;; Commentary: 27 ;;; Commentary:
31 28
32 ;;; HOW TO USE: 29 ;; HOW TO USE:
33 ;;; M-x mh-rmail to read mail. Type C-h m there for a list of commands. 30 ;; M-x mh-rmail to read mail. Type C-h m there for a list of commands.
34 ;;; C-u M-x mh-rmail to visit any folder. 31 ;; C-u M-x mh-rmail to visit any folder.
35 ;;; M-x mh-smail to send mail. From within the mail reader, "m" works, too. 32 ;; M-x mh-smail to send mail. From within the mail reader, "m" works, too.
36 33
37 ;;; MH (Message Handler) is a powerful mail reader. The MH newsgroup 34 ;; MH (Message Handler) is a powerful mail reader. The MH newsgroup
38 ;;; is comp.mail.mh; the mailing list is mh-users@ics.uci.edu (send to 35 ;; is comp.mail.mh; the mailing list is mh-users@ics.uci.edu (send to
39 ;;; mh-users-request to be added). See the monthly Frequently Asked 36 ;; mh-users-request to be added). See the monthly Frequently Asked
40 ;;; Questions posting there for information on getting MH and mh-e. 37 ;; Questions posting there for information on getting MH and mh-e.
41 38
42 ;;; mh-e is an Emacs interface to the MH mail system. 39 ;; mh-e is an Emacs interface to the MH mail system.
43 ;;; The mailing list mh-e@x.org is for discussion of mh-e and 40 ;; The mailing list mh-e@x.org is for discussion of mh-e and
44 ;;; announcements of new versions. Send a "subscribe" message to 41 ;; announcements of new versions. Send a "subscribe" message to
45 ;;; mh-e-request@x.org to be added. Do not report bugs here; mail 42 ;; mh-e-request@x.org to be added. Do not report bugs here; mail
46 ;;; them directly to the author (see top of mh-e.el source). 43 ;; them directly to the author (see top of mh-e.el source).
47 ;;; Include the output of M-x mh-version in any bug report. 44 ;; Include the output of M-x mh-version in any bug report.
48 45
49 ;;; mh-e works with GNU Emacs 18 or 19, and MH 6. 46 ;; mh-e works with GNU Emacs 18 or 19, and MH 6.
50 47
51 ;;; NB. MH must have been compiled with the MHE compiler flag or several 48 ;; NB. MH must have been compiled with the MHE compiler flag or several
52 ;;; features necessary for mh-e will be missing from MH commands, specifically 49 ;; features necessary for mh-e will be missing from MH commands, specifically
53 ;;; the -build switch to repl and forw. 50 ;; the -build switch to repl and forw.
54 51
55 ;;; Your .emacs might benefit from these bindings: 52 ;; Your .emacs might benefit from these bindings:
56 ;;; (global-set-key "\C-cr" 'mh-rmail) 53 ;; (global-set-key "\C-cr" 'mh-rmail)
57 ;;; (global-set-key "\C-xm" 'mh-smail) 54 ;; (global-set-key "\C-xm" 'mh-smail)
58 ;;; (global-set-key "\C-x4m" 'mh-smail-other-window) 55 ;; (global-set-key "\C-x4m" 'mh-smail-other-window)
59 56
60 ;;; Change Log: 57 ;; Change Log:
61 58
62 ;;; Original version for Gosling emacs by Brian Reid, Stanford, 1982. 59 ;; Original version for Gosling emacs by Brian Reid, Stanford, 1982.
63 ;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. 60 ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985.
64 ;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu 61 ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu
65 ;;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu 62 ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu
66 (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.9 1995/11/03 02:28:26 kwzh Exp kwzh $") 63 (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.10 1996/01/04 23:45:17 kwzh Exp erik $")
67 64
68 ;;; Code: 65 ;;; Code:
69 66
70 (provide 'mh-e) 67 (provide 'mh-e)
71 (require 'mh-utils) 68 (require 'mh-utils)