From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9294 Path: main.gmane.org!not-for-mail From: Mark Borges Newsgroups: gmane.emacs.gnus.general Subject: Re: [rgnus] FCC in message-mode to nnml group? Date: 07 Jan 1997 17:49:48 -0700 Organization: CIRES, University of Colorado Sender: mdb@cdc.noaa.gov Message-ID: References: <0fybe5i4s9.fsf@fraxinus.daimi.aau.dk> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149340 17548 80.91.224.250 (20 Oct 2002 21:29:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:29:00 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id RAA00734 for ; Tue, 7 Jan 1997 17:14:27 -0800 Original-Received: from cdc.noaa.gov (manager.Colorado.EDU [128.138.218.210]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 8 Jan 1997 01:49:51 +0100 Original-Received: from suomi by cdc.noaa.gov (SMI-8.6/SMI-SVR4) id RAA07616; Tue, 7 Jan 1997 17:49:49 -0700 Original-Received: by suomi (SMI-8.6) id RAA22660; Tue, 7 Jan 1997 17:49:49 -0700 Original-To: ding@ifi.uio.no X-Attribution: mb In-Reply-To: Steven L Baur's message of 07 Jan 1997 14:58:07 -0800 Original-Lines: 37 X-Mailer: Red Gnus v0.79/XEmacs 19.15 Xref: main.gmane.org gmane.emacs.gnus.general:9294 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9294 [ Thanks everyone for all the replies. I'd forgotten about Gcc:. Next time I truly will once again RTFM before asking the list ] In the meantime..., >> On 07 Jan 1997 14:58:07 -0800, >> Steven L Baur(sb) wrote: >>>>>> "Lars" == Lars Balker Rasmussen writes: Lars> I use old-fashioned Fcc: because I like it simple :-) sb> I like it too. The way I use it with nnml is to save to .spool sb> files in my procmail spool directory (files not written to by any sb> procmail recipes so there is no conflict), and then let Gnus sb> incorporate it as new mail later on. No muss, no fuss, it works sb> for me :-). I don't understand -- in my procmail setup, procmail writes to .spool files that Gnus incorporates as new mail. So how can you write to the same .spool file (so that Gnus puts them in the same group you mailed from) and avoid file locking problems? sb> There's Gcc too as Lars pointed out, but I've never bothered to FWIW, this is what I finally settled on, and it appears to be doing what I want so far. (setq gnus-outgoing-message-group 'mdb-file-mail) (defun mdb-file-mail() (if (message-mail-p) (save-excursion (set-buffer "*Group*") (gnus-group-group-name)))) -- -mb-