Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: September Gnus v0.85 is released (patch)
Date: 15 May 1996 11:44:17 -0700	[thread overview]
Message-ID: <m2u3xhydxa.fsf@deanna.miranova.com> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 14 May 1996 22:05:17 -0700

Oops.

===================================================================
RCS file: RCS/ChangeLog,v
retrieving revision 1.89
diff -u -r1.89 ChangeLog
--- ChangeLog	1996/05/15 16:40:29	1.89
+++ ChangeLog	1996/05/15 18:41:31
@@ -1,3 +1,7 @@
+Wed May 15 11:41:09 1996  Steven L Baur  <steve@miranova.com>
+
+	* nnmail.el (nnmail-get-spool-files): Fix typo.
+
 Wed May 15 03:52:50 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
 
 	* nnspool.el (nnspool-open-server): Use directory file name. 
===================================================================
RCS file: RCS/nnmail.el,v
retrieving revision 1.32
diff -u -r1.32 nnmail.el
--- nnmail.el	1996/05/15 16:40:29	1.32
+++ nnmail.el	1996/05/15 18:30:08
@@ -885,7 +885,7 @@
 		     nnmail-use-procmail)
 		 (directory-files 
 		  nnmail-procmail-directory 
-		  t (concat (if group (concat "/" group) "")
+		  t (concat (if group (concat "^" group) "")
 			    nnmail-procmail-suffix "$") t)))
 	   (p procmails)
 	   (crash (when (and (file-exists-p nnmail-crash-box)

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


  reply	other threads:[~1996-05-15 18:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-15  5:05 September Gnus v0.85 is released Lars Magne Ingebrigtsen
1996-05-15 18:44 ` Steven L Baur [this message]
1996-05-15 22:09   ` September Gnus v0.85 is released (patch) Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2u3xhydxa.fsf@deanna.miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).