Gnus development mailing list
 help / color / mirror / Atom feed
From: Mark Borges <mdb@cdc.noaa.gov>
Subject: Re: [rgnus] FCC in message-mode to nnml group?
Date: 07 Jan 1997 17:49:48 -0700	[thread overview]
Message-ID: <vksp4drnwz.fsf@cdc.noaa.gov> (raw)
In-Reply-To: Steven L Baur's message of 07 Jan 1997 14:58:07 -0800

[ 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 <gnort@daimi.aau.dk> 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-


  reply	other threads:[~1997-01-08  0:49 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-07 20:08 Mark Borges
1997-01-07 20:25 ` Lars Magne Ingebrigtsen
1997-01-07 20:55 ` Lars Balker Rasmussen
1997-01-07 22:58   ` Steven L Baur
1997-01-08  0:49     ` Mark Borges [this message]
1997-01-08  2:11     ` David Moore
1997-01-08  3:45       ` Sudish Joseph
1997-01-08  7:40     ` Jens Lautenbacher
1997-01-08 17:15       ` David Moore
1997-01-09  7:49         ` Jens Lautenbacher
1997-01-07 21:23 ` David S. Goldberg

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=vksp4drnwz.fsf@cdc.noaa.gov \
    --to=mdb@cdc.noaa.gov \
    /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).