Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <grossjohann@charly.informatik.uni-dortmund.de>
Cc: ding@ifi.uio.no
Subject: Re: archive?
Date: 25 Sep 1996 16:07:01 +0200	[thread overview]
Message-ID: <vaf4tkmvgca.fsf@ls6.informatik.uni-dortmund.de> (raw)
In-Reply-To: Peter Svaar's message of Thu, 29 Aug 1996 18:06:34 +0200

>>>>> Peter Svaar writes:

  Peter> [...] how can I (automatically, preferably) store in- and
  Peter> outgoing mail as well as outgoing news messages in a
  Peter> directory structure like f.ex
  Peter> /home/peter/mailarchive/1996/february/? one directory for
  Peter> each month etc. and it should probably be som sort of indexer
  Peter> so that I can easily search the database.

You can store outgoing (news and mail) messages in any group you like
with the Gcc header feature.  Just set the variable
gnus-outgoing-message-group and you will get a Gcc header in every
message you compose.  That header can be edited if you like.

For incoming mail, you might want to look at the fancy split methods.
This allows you to put one incoming mail into several groups.

If you're like me and you start Emacs every day, then something like
this should be enough for the outgoing part:

; warning: untested code ahead
(setq gnus-outgoing-message-group
      (concat "nnfolder:outgoing."
              (format-time-string "%Y.%b" (current-time))))

You could use a similar concat expression to put in
nnmail-split-fancy.

hth,
kai
-- 
Life is hard and then you die.


      reply	other threads:[~1996-09-25 14:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-08-29 16:06 archive? Peter Svaar
1996-09-25 14:07 ` Kai Grossjohann [this message]

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=vaf4tkmvgca.fsf@ls6.informatik.uni-dortmund.de \
    --to=grossjohann@charly.informatik.uni-dortmund.de \
    --cc=ding@ifi.uio.no \
    /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).