From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57947 Path: main.gmane.org!not-for-mail From: Niklas Morberg Newsgroups: gmane.emacs.gnus.general Subject: nnir-retrieve-headers fails Date: Tue, 22 Jun 2004 15:29:27 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1087911023 3275 80.91.224.253 (22 Jun 2004 13:30:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 22 Jun 2004 13:30:23 +0000 (UTC) Original-X-From: ding-owner+M6488@lists.math.uh.edu Tue Jun 22 15:30:10 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BclLm-0005qg-00 for ; Tue, 22 Jun 2004 15:30:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BclL7-0002eM-00; Tue, 22 Jun 2004 08:29:29 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BclKz-0002eE-00 for ding@lists.math.uh.edu; Tue, 22 Jun 2004 08:29:21 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BclKx-0001NW-IS for ding@lists.math.uh.edu; Tue, 22 Jun 2004 08:29:19 -0500 Original-Received: from miranda.se.axis.com (miranda.se.axis.com [193.13.178.2]) by justine.libertine.org (Postfix) with ESMTP id 9CB943A003A for ; Tue, 22 Jun 2004 08:29:18 -0500 (CDT) Original-Received: from lnxniklas.se.axis.com (lnxniklas.se.axis.com [10.84.8.1]) by miranda.se.axis.com (8.12.9/8.12.9/Debian-5local0.1) with ESMTP id i5MDTHPr007729 for ; Tue, 22 Jun 2004 15:29:17 +0200 Original-To: ding User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57947 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57947 Sorry for all the postings today. I really want to be able to search through all my emails from within Gnus. When using nnir (nnir-version is: "$Id: nnir.el,v 1.1.1.1 2003/04/04 20:16:09 lolando Exp $") with `G G' from the group buffer and Gnus 5.10.6 I get the following error: nnheader-parse-head returned nil for article 4354 in group nnml:archive I get the same error (but for different files) no matter what search string I try to use. I have tried both swish-e and swish++, and the problem is there for both search engines. My settings are: (setq gnus-select-method '(nnimap "my-imap-server" (nnimap-stream ssl))) ;; I only use nnml to be able to use nnir. Do I need it at all? (setq gnus-secondary-select-methods '((nnml "")))) ;; nnir with swish++ (require 'nnir) (setq nnir-search-engine 'swish++) (setq nnir-swish++-program "search++") (setq nnir-swish++-index-file "/home/niklas/News/swish++.index") (setq nnir-swish++-configuration-file "/home/niklas/News/swish++.conf") (setq nnir-swish++-remove-prefix "/home/niklas/News/agent/nnimap/my-imap-server/")) ;; nnir with swish-e (require 'nnir) (setq nnir-search-engine 'swish-e) (setq nnir-swish-e-index-file "/home/niklas/News/index.swish-e") (setq nnir-swish-e-remove-prefix "/home/niklas/News/agent/nnimap/my-imap-server/") I use the agent to fetch messages from my IMAP server to local storage and the file (e.g. 4354) does exist locally. I tried upgrading to nnir-version "$Id: nnir.el,v 7.4 2004/04/05 14:20:07 rsteib Exp $", but the result is still the same. Niklas