Gnus development mailing list
 help / color / mirror / Atom feed
From: asjo@koldfront.dk (Adam Sjøgren)
To: ding@gnus.org
Subject: Re: problem sending drafts
Date: Sat, 23 Jul 2011 18:15:59 +0200	[thread overview]
Message-ID: <87mxg5ug5c.fsf@topper.koldfront.dk> (raw)
In-Reply-To: <87bowlgtyb.fsf@yun.yagibdah.de>

On Sat, 23 Jul 2011 12:41:32 +0200, lee wrote:

> Archiving doesn't seem to work at all. The first time I set it up, gnus
> messed up it's active file; the second time, gnus confused native nnml
> groups with the archive groups when splitting mail.

Archiving has worked for the last decade+ for me.

My setup is an nnml-archive like this:

  ;  Archive outgoing articles:
  (setq gnus-message-archive-method '(nnml "archive"
                                           (nnml-directory "~/Mail/archive")
                                           (nnml-active-file "~/Mail/archive/active")
                                           (nnml-get-new-mail nil)
                                           (nnml-inhibit-expiry t)))

  (setq gnus-message-archive-group
        '((if (message-news-p)
              (concat "news-" (format-time-string "%Y"))
            (concat "mail-" (format-time-string "%Y")))))

Which gives me nnml+archive:mail-2011 and nnml+archive:news-2011 etc.
groups for each year.

The default currently is, as far as I remember, to use monthly
nnfolder:archive-YYYY-MM groups.


  Best regards,

    Adam

-- 
 "Good car to drive after a war"                              Adam Sjøgren
                                                         asjo@koldfront.dk




  reply	other threads:[~2011-07-23 16:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-22 17:31 George McNinch
2011-07-23 10:41 ` lee
2011-07-23 16:15   ` Adam Sjøgren [this message]
2011-07-23 17:23     ` George McNinch
2011-07-24 14:29     ` lee

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=87mxg5ug5c.fsf@topper.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.org \
    /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).