Gnus development mailing list
 help / color / mirror / Atom feed
From: "Sebastian P. Luque" <spluque@gmail.com>
Subject: Re: where do messages from daemons go?
Date: Fri, 01 Dec 2006 11:15:27 -0600	[thread overview]
Message-ID: <87k61bh70w.fsf@patagonia.sebmags.homelinux.org> (raw)
In-Reply-To: <g69bqmn38u9.fsf@lifelogs.com>

On Fri, 01 Dec 2006 15:59:58 +0000,
Ted Zlatanov <tzz@lifelogs.com> 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.


Cheers,

-- 
Seb




  reply	other threads:[~2006-12-01 17:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-01 15:25 Sebastian P. Luque
2006-12-01 15:59 ` Ted Zlatanov
2006-12-01 17:15   ` Sebastian P. Luque [this message]
2006-12-01 18:09     ` Ted Zlatanov
2006-12-01 18:28       ` Sebastian P. Luque

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k61bh70w.fsf@patagonia.sebmags.homelinux.org \
    --to=spluque@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).