From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/21194 Path: main.gmane.org!not-for-mail From: George J McNinch Newsgroups: gmane.emacs.gnus.general Subject: nnmail-fetched-sources (was: Re: Background mail scannig? - works now, kinda...) Date: 14 Feb 1999 14:05:33 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: Reply-To: George McNinch NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035159346 21772 80.91.224.250 (21 Oct 2002 00:15:46 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:15:46 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA09255 for ; Sun, 14 Feb 1999 14:06:33 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id NAB11341; Sun, 14 Feb 1999 13:05:13 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 14 Feb 1999 13:06:13 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA14129 for ; Sun, 14 Feb 1999 13:06:04 -0600 (CST) Original-Received: from galois.math.nd.edu (galois.math.nd.edu [129.74.5.234]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA09250 for ; Sun, 14 Feb 1999 14:05:56 -0500 (EST) Original-Received: (from gmcninch@localhost) by galois.math.nd.edu (980427.SGI.8.8.8/970903.SGI.AUTOCF) id OAA27650; Sun, 14 Feb 1999 14:05:34 -0500 (EST) Original-To: ding@gnus.org In-Reply-To: Dmitry Yaitskov's message of "13 Feb 1999 11:57:25 -0500" Original-Lines: 19 User-Agent: Gnus/5.070076 (Pterodactyl Gnus v0.76) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:21194 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:21194 >>>>> "Dmitry" == Dmitry Yaitskov writes: Dmitry> After fiddling with it a bit, I noticed that manually Dmitry> executing (gnus-demon-scan-mail) complains about Dmitry> non-existent variable nnmail-fetched-sources. After I Dmitry> "manually" executed (defvar nnmail-fetched-sources nil) in Dmitry> my scratch buffer, the demonic mail fetching started to Dmitry> work. I've seen this error. In pgnus-0.76, if I M-g on a group in the group buffer I'm told the same (non-existent variable). It seems somehow that the relevant parts of nnmail are not being autoloaded (?). For me "M-x load-library nnmail" fixes the problem. The same seems to be true of gnus-draft (resending doesn't work 'til I M-x load-libary gnus-draft...) Am I misconfigured somehow?