Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Love <d.love@dl.ac.uk>
Subject: Re: gnus and mailto:
Date: Fri, 8 Sep 2000 23:30:03 +0100	[thread overview]
Message-ID: <200009082230.XAA16777@djlvig.dl.ac.uk> (raw)
In-Reply-To: <m2ya15zosl.fsf@melvin.linuxpunks.net>

>>>>> "DR" == David Roth <david@linuxpunks.net> writes:

 DR> thanks for both yours and Kai's reply.  I should have mentioned
 DR> that I wished to use gnus-group-mail instead of compose-mail.

I don't understand why, if you're not in a Gnus group.

`compose-mail' can invoke an agent of your choice.  I use this to get
Gcc: processing:

(defun gnus-msg-mail (&rest args)
  "Start editing a mail message to be sent."
  (interactive)
  (require 'gnus-msg)
  (gnus-setup-message 'message
    (apply 'message-mail args)))
(define-mail-user-agent 'my-message-user-agent
      'gnus-msg-mail 'message-send-and-exit
      'message-kill-buffer 'message-send-hook)
(setq mail-user-agent 'my-message-user-agent)



  reply	other threads:[~2000-09-08 22:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-08-30 20:49 David Roth
2000-08-31  7:57 ` Kai Großjohann
2000-09-05 14:36 ` Dave Love
2000-09-06 12:29   ` David Roth
2000-09-08 22:30     ` Dave Love [this message]
2000-09-09  9:46       ` Kai Großjohann
2000-09-10 17:45         ` Dave Love
2000-09-11 15:23           ` Kai Großjohann
2000-09-12 14:13             ` Dave Love

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=200009082230.XAA16777@djlvig.dl.ac.uk \
    --to=d.love@dl.ac.uk \
    /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).