From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29407 Path: main.gmane.org!not-for-mail From: dsg@mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: Re: Fcc'd stuff into r/w Gnus group? Date: 06 Mar 2000 10:25:48 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166083 2621 80.91.224.250 (21 Oct 2002 02:08:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:08:03 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id C2A09D051E for ; Mon, 6 Mar 2000 10:27:07 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB22412; Mon, 6 Mar 2000 09:26:22 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 06 Mar 2000 09:25:53 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA07202 for ; Mon, 6 Mar 2000 09:25:41 -0600 (CST) Original-Received: from smtpproxy1.mitre.org (mbunix.mitre.org [129.83.20.100]) by mailhost.sclp.com (Postfix) with ESMTP id BC89AD051E for ; Mon, 6 Mar 2000 10:25:50 -0500 (EST) Original-Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id KAA16221 for ; Mon, 6 Mar 2000 10:25:50 -0500 (EST) Original-Received: from linus.mitre.org (linus.mitre.org [129.83.10.1]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id KAA23884 for ; Mon, 6 Mar 2000 10:25:30 -0500 (EST) Original-Received: from blackbird.mitre.org (blackbird [129.83.65.14]) by linus.mitre.org (8.9.3/8.9.3) with ESMTP id KAA18513 for ; Mon, 6 Mar 2000 10:25:49 -0500 (EST) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.9.3/8.9.3) id KAA06364; Mon, 6 Mar 2000 10:25:48 -0500 (EST) X-Authentication-Warning: blackbird.mitre.org: dsg set sender to dsg@mitre.org using -f Mail-Copies-To: never Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "05 Mar 2000 13:01:22 +0100" Original-Lines: 26 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.1 (Biscayne) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29407 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29407 > One possibility would be to set up a `directory' mail source for > the (renamed) OUTmail.box and OUTnews.box files, I think. Do you > think that would work? This is, in fact exactly what I do when I use message-mode from outside of gnus. Since I don't need it very often, I'm too lazy to find/install/test the neat bits that have been posted that call gnus-group-mail from other packages. So when I end up in message-mode as a result of filing a bug report or clicking on a mailto url in w3, I have the following put in an FCC header that writes to a spool file in my incoming directory mail source (I use procmail for other incoming mail processing). (add-hook 'message-header-setup-hook (lambda () (let ((isgcc (save-excursion (goto-char (point-min)) (re-search-forward "^Gcc:" nil t)))) (if (not isgcc) (message-add-header "Fcc: /afs/rcf/user/dsg/.Mail/incoming/inbox.spool"))))) -- Dave Goldberg Post: The Mitre Corporation\MS B325\202 Burlington Rd.\Bedford, MA 01730 Phone: 781-271-3887 Email: dsg@mitre.org