diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:23:17 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-16 04:23:17 +0000 |
commit | 841763034cba0e8e751fe510082babacfd83c2a5 (patch) | |
tree | 0a4e3b6170b764fcf250b62e1b78faac239cd086 /lisp/mhspool.el | |
parent | c2c2f720d6741c3b73ce42ab035d85911d7cadec (diff) | |
download | emacs-841763034cba0e8e751fe510082babacfd83c2a5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/mhspool.el')
-rw-r--r-- | lisp/mhspool.el | 13 |
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.") |