diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-14 07:34:30 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-14 07:34:30 +0000 |
commit | b578f267af27af50e3c091f8c9c9eee939b69978 (patch) | |
tree | c41e03d173274cfc11edf51a3fc63cd51060e59d /lisp/mail/mh-e.el | |
parent | 8f652877984d1fde4ec6b98e4315dfb36408b548 (diff) | |
download | emacs-b578f267af27af50e3c091f8c9c9eee939b69978.tar.gz emacs-b578f267af27af50e3c091f8c9c9eee939b69978.tar.bz2 emacs-b578f267af27af50e3c091f8c9c9eee939b69978.zip |
Update FSF's address.
Diffstat (limited to 'lisp/mail/mh-e.el')
-rw-r--r-- | lisp/mail/mh-e.el | 81 |
1 files changed, 39 insertions, 42 deletions
diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el index 8592b3059fa..364cf65226d 100644 --- a/lisp/mail/mh-e.el +++ b/lisp/mail/mh-e.el @@ -1,10 +1,6 @@ ;;; mh-e.el --- GNU Emacs interface to the MH mail system -;;; Copyright (C) 1985,86,87,88,90,92,93,94,95 Free Software Foundation, Inc. - -(defconst mh-e-time-stamp "Time-stamp: <95/10/30 19:14:06 gildea>") -(defconst mh-e-version "5.0.2" - "Version numbers of this version of mh-e.") +;; Copyright (C) 1985,86,87,88,90,92,93,94,95 Free Software Foundation, Inc. ;; Maintainer: Stephen Gildea <gildea@lcs.mit.edu> ;; Version: 5.0.2 @@ -24,46 +20,47 @@ ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License -;; along with GNU Emacs; see the file COPYING. If not, write to -;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; along with GNU Emacs; see the file COPYING. If not, write to the +;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;; Commentary: -;;; HOW TO USE: -;;; M-x mh-rmail to read mail. Type C-h m there for a list of commands. -;;; C-u M-x mh-rmail to visit any folder. -;;; M-x mh-smail to send mail. From within the mail reader, "m" works, too. - -;;; MH (Message Handler) is a powerful mail reader. The MH newsgroup -;;; is comp.mail.mh; the mailing list is mh-users@ics.uci.edu (send to -;;; mh-users-request to be added). See the monthly Frequently Asked -;;; Questions posting there for information on getting MH and mh-e. - -;;; mh-e is an Emacs interface to the MH mail system. -;;; The mailing list mh-e@x.org is for discussion of mh-e and -;;; announcements of new versions. Send a "subscribe" message to -;;; mh-e-request@x.org to be added. Do not report bugs here; mail -;;; them directly to the author (see top of mh-e.el source). -;;; Include the output of M-x mh-version in any bug report. - -;;; mh-e works with GNU Emacs 18 or 19, and MH 6. - -;;; NB. MH must have been compiled with the MHE compiler flag or several -;;; features necessary for mh-e will be missing from MH commands, specifically -;;; the -build switch to repl and forw. - -;;; Your .emacs might benefit from these bindings: -;;; (global-set-key "\C-cr" 'mh-rmail) -;;; (global-set-key "\C-xm" 'mh-smail) -;;; (global-set-key "\C-x4m" 'mh-smail-other-window) - -;;; Change Log: - -;;; Original version for Gosling emacs by Brian Reid, Stanford, 1982. -;;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. -;;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu -;;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu -(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.9 1995/11/03 02:28:26 kwzh Exp kwzh $") +;; HOW TO USE: +;; M-x mh-rmail to read mail. Type C-h m there for a list of commands. +;; C-u M-x mh-rmail to visit any folder. +;; M-x mh-smail to send mail. From within the mail reader, "m" works, too. + +;; MH (Message Handler) is a powerful mail reader. The MH newsgroup +;; is comp.mail.mh; the mailing list is mh-users@ics.uci.edu (send to +;; mh-users-request to be added). See the monthly Frequently Asked +;; Questions posting there for information on getting MH and mh-e. + +;; mh-e is an Emacs interface to the MH mail system. +;; The mailing list mh-e@x.org is for discussion of mh-e and +;; announcements of new versions. Send a "subscribe" message to +;; mh-e-request@x.org to be added. Do not report bugs here; mail +;; them directly to the author (see top of mh-e.el source). +;; Include the output of M-x mh-version in any bug report. + +;; mh-e works with GNU Emacs 18 or 19, and MH 6. + +;; NB. MH must have been compiled with the MHE compiler flag or several +;; features necessary for mh-e will be missing from MH commands, specifically +;; the -build switch to repl and forw. + +;; Your .emacs might benefit from these bindings: +;; (global-set-key "\C-cr" 'mh-rmail) +;; (global-set-key "\C-xm" 'mh-smail) +;; (global-set-key "\C-x4m" 'mh-smail-other-window) + +;; Change Log: + +;; Original version for Gosling emacs by Brian Reid, Stanford, 1982. +;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. +;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu +;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu +(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.10 1996/01/04 23:45:17 kwzh Exp erik $") ;;; Code: |