Gnus development mailing list
 help / color / mirror / Atom feed
From: Sudish Joseph <sudish@mindspring.com>
Subject: Re: [rgnus] FCC in message-mode to nnml group?
Date: 07 Jan 1997 22:45:06 -0500	[thread overview]
Message-ID: <yvia3ewcltj1.fsf@atreides.mindspring.com> (raw)
In-Reply-To: David Moore's message of 07 Jan 1997 18:11:15 -0800

David Moore writes:
> 	I currently use this.  If you want to also Gcc everything into
> your archive group, just don't set gnus-message-archive-method to nil.
> I find it more convient than fcc.  Although it can be nice to have the
> mail run through the nnmail splitting process...

I switched to using Gcc late last month and have found it convenient
to split it into per-month folders.  The setup I use is:

(setq gnus-message-archive-method
      `(nnfolder "archive"
                 (nnfolder-directory "~/Mail/Outgoing/")
                 (nnfolder-active-file "~/Mail/Outgoing/active")
                 (nnfolder-inhibit-expiry t)
                 (nnfolder-get-new-mail nil)))
(setq gnus-message-archive-group
      '((format-time-string
         (if (message-news-p) "%Y/news-%m-%B" "%Y/mail-%m-%B")
         (current-time))))

I get two new groups automagically every month.

      8( 0): 1997/news-01-January               [3] (nnfolder:archive)
     45( 0): 1997/mail-01-January               [3] (nnfolder:archive)
     42( 0): 1996/mail-12-December              [3] (nnfolder:archive)
      3( 0): 1996/news-12-December              [3] (nnfolder:archive)

Gnus autocreates the directories every year, which is cool.  The month
is in there twice so that I don't need to add a -t to ls -l. :-)

-Sudish


  reply	other threads:[~1997-01-08  3:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-07 20:08 Mark Borges
1997-01-07 20:25 ` Lars Magne Ingebrigtsen
1997-01-07 20:55 ` Lars Balker Rasmussen
1997-01-07 22:58   ` Steven L Baur
1997-01-08  0:49     ` Mark Borges
1997-01-08  2:11     ` David Moore
1997-01-08  3:45       ` Sudish Joseph [this message]
1997-01-08  7:40     ` Jens Lautenbacher
1997-01-08 17:15       ` David Moore
1997-01-09  7:49         ` Jens Lautenbacher
1997-01-07 21:23 ` David S. Goldberg

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=yvia3ewcltj1.fsf@atreides.mindspring.com \
    --to=sudish@mindspring.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).