Gnus development mailing list
 help / color / mirror / Atom feed
From: Per Abrahamsen <abraham@dina.kvl.dk>
Subject: Re: switching to nnmail-split-fancy (summary: *read* the documentation :-)
Date: 20 May 1996 00:37:28 +0200	[thread overview]
Message-ID: <rjohnkwaqf.fsf@babbage.dina.kvl.dk> (raw)
In-Reply-To: Mark Eichin's message of 18 May 1996 22:06:33 -0400


I think it is too dangerous that you can lose mail so easily by
misconfiguring the fancy mail splitting, so even though the current
behaviour is logical and can be useful, it should be changed.

Mon May 20 00:31:36 1996  Per Abrahamsen  <abraham@dina.kvl.dk>

	* nnmail.el (nnmail-article-group): Do not split into empty list
	of groups. 

cd ~/emacs/sgnus-0.89/lisp/
 diff -c nnmail.el~ nnmail.el
*** nnmail.el~	Sun May 19 12:20:02 1996
--- nnmail.el	Mon May 20 00:35:23 1996
***************
*** 746,752 ****
  		  (mapcar
  		   (lambda (group) (cons group (funcall func group)))
  		   (condition-case nil
! 		       (funcall nnmail-split-methods)
  		     (error
  		      (message 
  		       "Error in `nnmail-split-methods'; using `bogus' mail group")
--- 746,753 ----
  		  (mapcar
  		   (lambda (group) (cons group (funcall func group)))
  		   (condition-case nil
! 		       (or (funcall nnmail-split-methods)
! 			   '("bogus"))
  		     (error
  		      (message 
  		       "Error in `nnmail-split-methods'; using `bogus' mail group")

Compilation exited abnormally with code 1 at Mon May 20 00:31:33


      reply	other threads:[~1996-05-19 22:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-19  2:06 Mark Eichin
1996-05-19 22:37 ` Per Abrahamsen [this message]

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=rjohnkwaqf.fsf@babbage.dina.kvl.dk \
    --to=abraham@dina.kvl.dk \
    /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).