From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64053 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: where do messages from daemons go? Date: Fri, 01 Dec 2006 18:09:32 +0000 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: References: <87odqnbput.fsf@patagonia.sebmags.homelinux.org> <87k61bh70w.fsf@patagonia.sebmags.homelinux.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164996700 30900 80.91.229.2 (1 Dec 2006 18:11:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 1 Dec 2006 18:11:40 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M12576@lists.math.uh.edu Fri Dec 01 19:11:35 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GqCqg-00069X-DQ for ding-account@gmane.org; Fri, 01 Dec 2006 19:11:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1GqCq8-00031K-18; Fri, 01 Dec 2006 12:10:24 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1GqCq5-000310-Rq for ding@lists.math.uh.edu; Fri, 01 Dec 2006 12:10:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.63) (envelope-from ) id 1GqCpz-0005Hj-PS for ding@lists.math.uh.edu; Fri, 01 Dec 2006 12:10:21 -0600 Original-Received: from fw01.cmbrmaks.akamai.com ([80.67.64.10] helo=smtp2.akamai.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1GqCpy-00021M-00 for ; Fri, 01 Dec 2006 19:10:14 +0100 Original-Received: from smtp2.akamai.com (vwall.kendall.corp.akamai.com [172.17.4.34]) by smtp2.akamai.com (8.13.8/8.12.10) with ESMTP id kB1I9ijZ011770 for ; Fri, 1 Dec 2006 13:09:45 -0500 (EST) Original-Received: from localhost.localdomain (dhcp-63-17.kendall.corp.akamai.com [172.16.36.21]) by smtp2.akamai.com (8.13.8/8.12.10) with ESMTP id kB1I9f2j011755; Fri, 1 Dec 2006 13:09:42 -0500 (EST) Original-To: "Sebastian P. Luque" X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Mail-Followup-To: "Sebastian P. Luque" , ding@gnus.org In-Reply-To: <87k61bh70w.fsf@patagonia.sebmags.homelinux.org> (Sebastian P. Luque's message of "Fri\, 01 Dec 2006 11\:15\:27 -0600") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:64053 Archived-At: On 1 Dec 2006, spluque@gmail.com wrote: > On Fri, 01 Dec 2006 15:59:58 +0000, > Ted Zlatanov wrote: > > [...] > >> So M-g on a % group doesn't change the article counts? > >> Check the *Messages* buffer, there may be some information there. > > Thank you Ted. I noticed these lines in that buffer: > > > nnfolder: Reading incoming mail from file... [3 times] > spam-split: calling the spam-check-bogofilter function [2 times] > Saving file /home/sluque/News/sent/mail/misc... > Wrote /home/sluque/News/sent/mail/misc > nnfolder: Reading incoming mail (2 new)...done > > > I verified that all these messages were getting sent to the > /home/sluque/News/sent/mail/misc file, but this doesn't explain why the > groups where they should've gone were being marked "%". I have the > following to set the different places where messages should go: > > > (setq message-directory "~/News/mail" > mail-source-directory "~/News/mail" > ;; how and where to store sent messages > gnus-message-archive-method > '(nnfolder "archive" > (nnfolder-inhibit-expiry t) > (nnfolder-get-new-mail nil) > (nnfolder-active-file "~/News/sent/active") > (nnfolder-directory "~/News/sent/")) > ;; sort sent mail and news into different groups > gnus-message-archive-group > '((if (message-news-p) > "sent-news" > (concat "sent-" (format-time-string "%m-%Y")))) > message-auto-save-directory "~/News/drafts") > > > so I don't understand how those messages ended up as nnfolder. Any > further ideas most welcome. I don't know much about this functionality, so I can't answer your question well. I use IMAP and NNTP mostly, so I haven't had to use nnfolder delivery options as you do. My guess is that gnus-request-scan, which is called by gnus-demon-scan-mail directly, is wrapped by lots of other code when you use `g' (gnus-group-get-new-news in gnus-group.el). gnus-group-get-new-news is huge and runs hooks, etc. Ted