From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10561 Path: main.gmane.org!not-for-mail From: Matt Pharr Newsgroups: gmane.emacs.gnus.general Subject: Fancy splitting: storing outgoing messages in the same folder Date: 05 Apr 1997 17:14:48 -0700 Sender: mmp@graphics.stanford.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035150411 25092 80.91.224.250 (20 Oct 2002 21:46:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:46:51 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id QAA08595 for ; Sat, 5 Apr 1997 16:20:38 -0800 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Sun, 6 Apr 1997 02:14:53 +0200 Original-Received: (qmail 12610 invoked by uid 504); 6 Apr 1997 00:12:22 -0000 Original-Received: (qmail 12607 invoked from network); 6 Apr 1997 00:12:21 -0000 Original-Received: from lux.Stanford.EDU (171.64.77.150) by claymore.vcinet.com with SMTP; 6 Apr 1997 00:12:21 -0000 Original-Received: (from mmp@localhost) by lux.Stanford.EDU (8.7.5/8.7.1) id QAA12185; Sat, 5 Apr 1997 16:14:49 -0800 (PST) Original-To: ding@gnus.org Original-Lines: 35 X-Mailer: Gnus v5.4.39/XEmacs 19.14 Xref: main.gmane.org gmane.emacs.gnus.general:10561 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10561 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 , 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