From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/8025 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.gnus.general Subject: Re: archive? Date: 25 Sep 1996 16:07:01 +0200 Sender: grossjoh@charly.informatik.uni-dortmund.de Message-ID: References: <199608291606.SAA02148@cray.svaar.no> Reply-To: Kai Grossjohann NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035148255 9729 80.91.224.250 (20 Oct 2002 21:10:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:10:55 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.7.6/8.6.9) with SMTP id HAA09326 for ; Wed, 25 Sep 1996 07:54:31 -0700 Original-Received: from fbi-mail.informatik.uni-dortmund.de (fbi-mail.informatik.uni-dortmund.de [129.217.4.40]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 25 Sep 1996 16:09:59 +0200 Original-Received: from lucy.informatik.uni-dortmund.de by fbi-mail.informatik.uni-dortmund.de with SMTP (Sendmail 8.7.6/UniDo 3.17) id QAA00579; Wed, 25 Sep 1996 16:09:48 +0200 (MES) Original-Received: by lucy.informatik.uni-dortmund.de id QAA25848; Wed, 25 Sep 1996 16:07:02 +0200 Original-To: Peter Svaar In-Reply-To: Peter Svaar's message of Thu, 29 Aug 1996 18:06:34 +0200 Original-Lines: 33 X-Mailer: Gnus v5.2.39/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:8025 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:8025 >>>>> 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.