Gnus development mailing list
 help / color / mirror / Atom feed
From: Matt Pharr <mmp@graphics.stanford.edu>
Subject: Fancy splitting: storing outgoing messages in the same folder
Date: 05 Apr 1997 17:14:48 -0700	[thread overview]
Message-ID: <kh0u3ll57nr.fsf@lux.Stanford.EDU> (raw)


I'm making the big switch to using gnus for mail as well as news (now
placing all of my life under the rule of xemacs), and would like to save
outoging messages to people in the same nnfolder folder that incoming
messages from them are saved in. I've read the FAQ! I've read and re-read
the "Fancy Mail Splitting" section of the manual (and it befuddles me)!
I've checked out peoples' gnus.el files at
<URL:http://superdave.socom.com/gnus/>, but I still can't figure it out.

I've got myself in Bcc in the default headers, and need to get splitting to
do the rest of it. Given something like this:

(setq nnmail-split-abbrev-alist
      (append
       (list '(friends	.	"foo\\|bar")
	     '(me	.	"mmp")
	     '(to	.	"to")
	     '(subject     . "subject")
             '(from        . "from"))))

I'd like to do someting like:

(setq nnmail-split-fancy
      '(| (from friends "mail.friends")
	  (from me and to friends "mail.friends")   ;; <-- ack!
	  (from me "mail.mmp")
	  "mail.misc"))

Thanks in advance for any help...

-matt
-- 
Matt Pharr
mmp@graphics.stanford.edu
<URL:http://www-graphics.stanford.edu/~mmp>


             reply	other threads:[~1997-04-06  0:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-06  0:14 Matt Pharr [this message]
1997-04-06  1:19 ` David Moore
1997-04-06  2:58 ` Jens Lautenbacher

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=kh0u3ll57nr.fsf@lux.Stanford.EDU \
    --to=mmp@graphics.stanford.edu \
    /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).