From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6262 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: switching to nnmail-split-fancy (summary: *read* the documentation :-) Date: 20 May 1996 00:37:28 +0200 Sender: abraham@dina.kvl.dk Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035146743 3110 80.91.224.250 (20 Oct 2002 20:45:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:45:43 +0000 (UTC) Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.5/8.6.9) with SMTP id QAA01862 for ; Sun, 19 May 1996 16:13:58 -0700 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 20 May 1996 00:44:33 +0200 Original-Received: from babbage.dina.kvl.dk (babbage.dina.kvl.dk [130.225.40.217]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id AAA24733; Mon, 20 May 1996 00:35:56 +0200 Original-Received: (abraham@localhost) by babbage.dina.kvl.dk (8.6.12/8.6.4) id AAA12325; Mon, 20 May 1996 00:37:28 +0200 Original-To: ding@ifi.uio.no X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ In-Reply-To: Mark Eichin's message of 18 May 1996 22:06:33 -0400 Original-Lines: 35 X-Mailer: September Gnus v0.89/Emacs 19.30 Xref: main.gmane.org gmane.emacs.gnus.general:6262 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6262 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 * 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