Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: emacs-mail-crashbox bug?
Date: 08 Jan 2001 23:36:13 -0500	[thread overview]
Message-ID: <2nhf399waq.fsf@tiger.jia.vnet> (raw)
In-Reply-To: <m3puhyly6p.fsf@h0050bad6338d.ne.mediaone.net>

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

Nick Papadonis <nick@coelacanth.com> writes:

> GNUS v.5.8.8
> Hello,
> 
> I had the following problem after GNUS/Xemacs crashed on me today.
> When trying to start GNUS again I had the following error and backtrace:
> 
> Doing a 'touch ~/.emacs-mail-crash-box allowed me to finally start it fine.

Try this patch.

Are you using more than one mail source?

ShengHuo


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: nnmail.el-6.5.diff --]
[-- Type: text/x-patch, Size: 612 bytes --]

Index: nnmail.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnmail.el,v
retrieving revision 6.4
diff -u -u -r6.4 nnmail.el
--- nnmail.el	2000/12/30 04:51:43	6.4
+++ nnmail.el	2001/01/09 04:33:32
@@ -1573,7 +1573,9 @@
 			(nnmail-split-incoming
 			 file ',(intern (format "%s-save-mail" method))
 			 ',spool-func
-			 (nnmail-get-split-group orig-file source)
+			 (if (equal file orig-file)
+			     nil
+			   (nnmail-get-split-group orig-file ,source))
 			 ',(intern (format "%s-active-number" method))))))
 	  (incf total new)
 	  (incf i)))

  reply	other threads:[~2001-01-09  4:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-07 23:50 Nick Papadonis
2001-01-09  4:36 ` ShengHuo ZHU [this message]
2001-01-09  7:57   ` ShengHuo ZHU
2001-01-09 20:38   ` Nick Papadonis
2001-01-09 21:57     ` Chris Shenton
2001-01-09 22:24       ` Nick Papadonis

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=2nhf399waq.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /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).