From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13191 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.user Subject: Re: New issue: emails get stuck in Mail/Incoming* files Date: Fri, 30 Oct 2009 08:04:45 +0100 Message-ID: <87ljit5pma.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1256887477 25089 80.91.229.12 (30 Oct 2009 07:24:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2009 07:24:37 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri Oct 30 08:24:29 2009 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N3lqT-0003Tw-C0 for gegu-info-gnus-english@m.gmane.org; Fri, 30 Oct 2009 08:24:25 +0100 Original-Received: from localhost ([127.0.0.1]:49750 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3lqS-00089V-Kq for gegu-info-gnus-english@m.gmane.org; Fri, 30 Oct 2009 03:24:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3lXz-0001Rm-MP for info-gnus-english@gnu.org; Fri, 30 Oct 2009 03:05:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3lXu-0001NP-7w for info-gnus-english@gnu.org; Fri, 30 Oct 2009 03:05:18 -0400 Original-Received: from [199.232.76.173] (port=37651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3lXt-0001NB-T5 for info-gnus-english@gnu.org; Fri, 30 Oct 2009 03:05:13 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:45807) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N3lXt-0005IY-D4 for info-gnus-english@gnu.org; Fri, 30 Oct 2009 03:05:13 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1N3lXq-0005Is-VB for info-gnus-english@gnu.org; Fri, 30 Oct 2009 08:05:10 +0100 Original-Received: from wlan-153.uni-koblenz.de ([141.26.93.153]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Oct 2009 08:05:10 +0100 Original-Received: from tassilo by wlan-153.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Oct 2009 08:05:10 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 35 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: wlan-153.uni-koblenz.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:7YtfpSgEteIO5VynyISi5KEhC5Y= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13191 Archived-At: Francis Moreau writes: Hi Francis, >> > but now they don't appear anymore in my Inbox group. > > It looks like the split process, the one which deliver each email to > the right group is not working/called anymore. > > This might be due to an unexpected power-off that leads to a > corruption of a Gnus' file or something similar. > > Do you have an idea, how I can debug this ? Hm, to see where the splitting process delivered a mail, you can use this. ,----[ (info "(gnus)Splitting Mail") ] | If you wish to see where the previous mail split put the messages, | you can use the `M-x nnmail-split-history' command. `---- But most probably this doesn't show anything, because you said that they don't show up in any inbox. I had a similar thing when upgrading from dovecot 1.1 to 1.2 (that's my local imap server). In 1.1, the dot was used as separator while in 1.2 it is a /. So the old foo.bar group didn't get any new messages. Then, I found out that I had to enter the server buffer and subscribe to foo/bar and friends, which contained all the new and the old mails. But I guess you use nnml or nnmaildir, right? Bye, Tassilo