Gnus development mailing list
 help / color / mirror / Atom feed
From: Mike McEwan <mike@lotusland.demon.co.uk>
Subject: [patch] gnus-draft.el
Date: 11 Oct 1998 22:28:20 +0100	[thread overview]
Message-ID: <m3n272iya3.fsf@lotusland.demon.co.uk> (raw)

  I found I couldn't send `mail' from the draft group when
plugged. Sure enough the ChangeLog told the story. The following does
it for me:

--- ChangeLog	1998/10/11 17:34:53	1.1.1.1
+++ ChangeLog	1998/10/11 21:26:55
@@ -1,3 +1,8 @@
+1998-10-11  Mike McEwan  <mike@lotusland.demon.co.uk>
+
+	* gnus-draft.el (gnus-draft-send): Don't check the server when
+	type is `mail'.
+
 Sun Oct 11 02:28:40 1998  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
 
 	* gnus.el: Pterodactyl Gnus v0.34 is released.
--- gnus-draft.el	1998/10/11 17:34:53	1.1.1.1
+++ gnus-draft.el	1998/10/11 21:02:33
@@ -135,7 +135,8 @@
 	(message-remove-header gnus-agent-meta-information-header)))
     ;; Then we send it.  If we have no meta-information, we just send
     ;; it and let Message figure out how.
-    (when (and (or (gnus-server-opened method)
+    (when (and (or (eq type 'mail) ;Don't check server if `mail'.
+		   (gnus-server-opened method)
 		   (gnus-open-server method))
 	       (if type
 		   (let ((message-this-is-news (eq type 'news))

-- 
Mike.


                 reply	other threads:[~1998-10-11 21:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=m3n272iya3.fsf@lotusland.demon.co.uk \
    --to=mike@lotusland.demon.co.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).