summaryrefslogtreecommitdiff
path: root/lisp/=mhspool.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 04:23:17 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-16 04:23:17 +0000
commit47106d250976c59e6501bdcb4300c37b6fbeaca0 (patch)
tree828b4567ebe2dee73096309918888cb70ff6aff3 /lisp/=mhspool.el
parentdc0419a7b083b4df98e3480853c44b8af0fec98a (diff)
downloademacs-47106d250976c59e6501bdcb4300c37b6fbeaca0.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/=mhspool.el')
-rw-r--r--lisp/=mhspool.el13
1 files changed, 11 insertions, 2 deletions
diff --git a/lisp/=mhspool.el b/lisp/=mhspool.el
index 49ed3379094..9b33d2e4be6 100644
--- a/lisp/=mhspool.el
+++ b/lisp/=mhspool.el
@@ -1,8 +1,13 @@
;;; mhspool.el --- MH folder access using NNTP for GNU Emacs
+;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
+;; Maintainer: FSF
+;; Last-Modified: 16 Mar 1992
+
+;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
+
;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD.
;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA
-;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
;; This file is part of GNU Emacs.
@@ -21,7 +26,7 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
-(require 'nntp)
+;; Commentary:
;; This package enables you to read mail or articles in MH folders, or
;; articles saved by GNUS. In any case, the file names of mail or
@@ -34,6 +39,10 @@
;; no way to specify hierarchical directory now.) In this case, the
;; name of the NNTP server passed to GNUS must be `:Mail'.
+;; Code:
+
+(require 'nntp)
+
(defvar mhspool-list-directory-switches '("-R")
"*Switches for `nntp-request-list' to pass to `ls' for gettting file lists.
One entry should appear on one line. You may need to add `-1' option.")