From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50856 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap-split-fancy broken Date: Mon, 17 Mar 2003 13:10:44 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047903265 26557 80.91.224.249 (17 Mar 2003 12:14:25 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2003 12:14:25 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Mon Mar 17 13:14:24 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18utVY-0006uD-00 for ; Mon, 17 Mar 2003 13:14:24 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18utSn-0006vQ-00; Mon, 17 Mar 2003 06:11:33 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Mar 2003 06:12:34 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id GAA06359 for ; Mon, 17 Mar 2003 06:12:24 -0600 (CST) Original-Received: (qmail 7350 invoked by alias); 17 Mar 2003 12:11:02 -0000 Original-Received: (qmail 7345 invoked from network); 17 Mar 2003 12:11:01 -0000 Original-Received: from unknown (HELO krynn.axis.se) (212.209.10.216) by 66.230.238.6 with SMTP; 17 Mar 2003 12:11:01 -0000 Original-Received: from PCNIKLAS2 (dh10-13-8-222.axis.se [10.13.8.222]) by krynn.axis.se (8.12.8/8.12.8/Debian-1woody1) with ESMTP id h2HCAiOn025171 for ; Mon, 17 Mar 2003 13:10:44 +0100 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Fri, 14 Mar 2003 18:00:56 +0100") Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.2 (windows-nt) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50856 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50856 Simon Josefsson writes: > Hm, the code tries to narrow to headers. Could you M-x > debug-on-entry RET nnimap-split-fancy RET and look in the > nnimap server buffer (" *nnimap* SERVER") and check whether > it is narrowed to the headers? That buffer seems to be empty here (it does exist, though)... > If so, try widening to see if it works. Is `C-x n w' what I should do? Doing it in the empty buffer reveals nothing. Niklas