Gnus development mailing list
 help / color / mirror / Atom feed
* Mail gets split to archive groups
@ 2007-10-30 16:57 Tassilo Horn
  2007-10-30 17:51 ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Tassilo Horn @ 2007-10-30 16:57 UTC (permalink / raw)
  To: ding

Hi all,

I've posted this to gmane.emacs.gnus.user before but didn't get any
answers.

My mail splitting for mail-sources is defined by:

(setq nnmail-split-methods 'nnmail-split-fancy
      nnmail-split-fancy
      '(| (any "tassilo.horn@gmx.de"     "mail.gmx")
          (any "tassilo.horn@freenet.de" "mail.freenet")
          "mail.misc"))

Normally this works good and pop3 mails are sorted into the groups

           nnml:mail.freenet
           nnml:mail.gmx
           nnml:mail.misc

I also use nnml-archive groups.

(setq gnus-message-archive-method
      '(nnml "archive"
             (nnml-inhibit-expiry t)
             (nnml-directory "~/News/archive")
             (nnml-active-file "~/News/archive/active")))

(setq gnus-message-archive-group
      '((cond
         ((message-news-p)
          ;; News
          (concat "sent-messages-" (format-time-string "%Y")))
         ((message-mail-p)
          ;; Mail
          "nnimap+Fastmail:INBOX.Sent Items"))))

So my own news postings get archived in groups like

           nnml+archive:sent-messages-2006
           nnml+archive:sent-messages-2007

This works, too.

But sometimes when I check for new messages from my mail-sources it is
split into groups of the archive server and I get groups like:

           nnml+archive:mail.freenet
           nnml+archive:mail.gmx
           nnml+archive:mail.misc

I cannot see any difference between mails that are split into the normal
groups and those that are split into the same groups on the archive
server.

Any ideas?

Bye,
Tassilo



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-10-30 19:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-30 16:57 Mail gets split to archive groups Tassilo Horn
2007-10-30 17:51 ` Reiner Steib
2007-10-30 19:25   ` Tassilo Horn

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).