Gnus development mailing list
 help / color / mirror / Atom feed
From: Alex Schroeder <alex@gnu.org>
Subject: Re: Question about mail archive
Date: 07 Apr 2001 19:34:11 +0200	[thread overview]
Message-ID: <m2vgogsjfw.fsf@snail.nowhere.ch> (raw)
In-Reply-To: <m3lmpcg0v3.fsf@reason.gnu-hamburg> ("Georg C. F. Greve"'s message of "07 Apr 2001 17:56:16 +0200")

"Georg C. F. Greve" <greve@gnu.org> writes:

> Although I should really investigate how to make the summary show the
> Recipient instead of the Sender for the archives of mails I sent... 

I set gnus-ignored-from-addresses in order to do that (and
message-dont-reply-to-names, because it's the same regexp).

(setq gnus-ignored-from-addresses 
      (concat "\\(Alex Schroeder <\\)?\\("
	      (regexp-opt
	       '("a.schroeder@xxx.ch"
		 "a.schroeder@xxx.com"
		 "asc@xxx.com"
		 "asc@xxx.ch"
		 "alex@gnu.org"
		 "pbem@xxx.ac.at"
		 "kensanata@yahoo.com"
		 "kensanata@xxx.ch"))
	      "\\)>?")
      message-dont-reply-to-names gnus-ignored-from-addresses)

> It should be possible to access the archive in a way that I ONLY get
> mail I wrote or mail I received, but also that I can have them
> displayed threaded. I fear this is a little too complex/complicated
> for any single program, though... :-)

Hey, this is Gnus, remember?  You should be able to use Gcc: headers
for outgoing mails (different per group you are in, depending on
gnus-posting-styles.  That will put the outgoing mails in different
folders.  Split the incoming mails into other folders, using
nnmail-split-methods (I use nnml as well).  Then create virtual groups
-- for each pair of incoming and outgoing messages of a certain type.
Now you have three groups for each type of message:  All, only
incoming or only outgoing.  All of them threaded, of course.

> But I have a few questions about the nnml Backend:
>  It is better suited for NFS, right?

Huh?  Why?  No, it's just one file per message, so maybe you waste a
lot of space on your harddisk (if messages are significantly smaller
than inodes/sectors/whatever -- but usually I just don't care).

>  How are the message file-names determined? Simply incremental?

Numbers, incremented automatically.

> If they synchronize, they should
> synchronize their archives and their normal mail groups with all flags
> so I know on both machines which mail I already replied to and which
> has been dealt with.

Hm, that would be harded...  Somebody else?  :)

Alex.
-- 
http://www.geocities.com/kensanata/emacs.html
"No images on Emacsen <v21; use XEmacs or wait for v21."


  reply	other threads:[~2001-04-07 17:34 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-07 11:48 Georg C. F. Greve
2001-04-07 14:54 ` Kai Großjohann
2001-04-07 15:04   ` Georg C. F. Greve
2001-04-07 15:30     ` Kai Großjohann
2001-04-07 15:56       ` Georg C. F. Greve
2001-04-07 17:34         ` Alex Schroeder [this message]
     [not found]         ` <m2snjksjem.fsf@snail.nowhere.ch>
2001-04-08 14:57           ` Georg C. F. Greve
2001-04-08 18:36             ` Kai Großjohann
2001-04-08 19:19               ` Alex Schroeder
2001-04-09  9:26                 ` Georg C. F. Greve
2001-04-09 10:06                 ` Kai Großjohann
2001-04-08 19:55               ` Georg C. F. Greve
2001-04-08 20:23                 ` Kai Großjohann
2001-04-08 20:38                   ` Georg C. F. Greve
2001-04-08 20:41                     ` Kai Großjohann
2001-04-09  9:29                       ` Georg C. F. Greve
2001-04-09 16:01                 ` Dan Christensen
2001-04-09 18:39                 ` Paul Jarc
2001-04-09 19:48                   ` Kai Großjohann
2001-04-10 15:19                     ` Paul Jarc
2001-04-14 21:51                       ` Steinar Bang
2001-04-14 22:34                         ` Kai Großjohann
2001-04-15 20:30                           ` Steinar Bang
2001-04-15  3:52                         ` Paul Jarc
2001-04-15  7:58                           ` Kai Großjohann
2001-04-15 18:30                         ` simon
2001-04-15 20:30                           ` Steinar Bang
2001-04-15 23:25                           ` Bjørn Mork
2001-04-09 20:10                   ` Georg C. F. Greve
2001-04-09 20:36                     ` Paul Jarc
2001-04-10  8:34                       ` Georg C. F. Greve
2001-04-10 15:38                         ` Paul Jarc
2001-04-09 20:50                     ` Kai Großjohann
2001-04-10  8:35                       ` Georg C. F. Greve
2001-04-10  9:42                         ` Kai Großjohann
2001-04-10  9:54                           ` Georg C. F. Greve
2001-04-10  9:20                       ` nnmail-split-fancy-with-parent (Was: Question about mail archive) Mats Löfdahl
2001-04-10  9:44                         ` Kai Großjohann
2001-04-10 10:00                           ` Mats Löfdahl
2001-04-10 14:53                             ` Kai Großjohann
2001-04-10 16:25                               ` Mats Löfdahl
2001-04-10 17:20                                 ` Kai Großjohann
2001-04-10 14:02                         ` Doug Alcorn
2001-04-10 14:55                           ` Kai Großjohann
2001-04-11  3:21                       ` Question about mail archive Samuel Padgett
2001-04-11 10:07                         ` Kai Großjohann
2001-04-11 14:23                           ` Paul Jarc
2001-04-13 15:58                             ` Kai Großjohann
2001-04-10  1:18                     ` Dan Christensen
2001-04-10  8:39                       ` Georg C. F. Greve
2001-04-10  0:55                   ` Karl Kleinpaste
2001-04-10 15:46                     ` Paul Jarc

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=m2vgogsjfw.fsf@snail.nowhere.ch \
    --to=alex@gnu.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).