Gnus development mailing list
 help / color / mirror / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: ding@gnus.org
Subject: Re: ma-gnus 06+feedmail, smtpmail: can send with Xemacs but not with GNU emacs
Date: Fri, 31 Jan 2014 13:24:18 +0100	[thread overview]
Message-ID: <8738k4gwzx.fsf@gilgamesch.quim.ucm.es> (raw)
In-Reply-To: <87sis5cbv7.fsf@building.gnus.org>

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

>> "Lars" == Lars Ingebrigtsen <larsi@gnus.org> writes:

   > Uwe Brauer <oub@mat.ucm.es> writes:
   >> | Debugger entered--Lisp error: (error "FQM: Sending...abandoned, no
   >> | addressees")
   >> |   signal(error ("FQM: Sending...abandoned, no addressees"))
   >> |   error("FQM: Sending...abandoned, no addressees")
   >> |   feedmail-send-it-immediately()

   > I am entirely unfamiliar with feedmail, but perhaps there's something in
   > these buffers that would give you a hint as to what the problem is?

   >   (let ((feedmail-error-buffer
   >          (get-buffer-create " *FQM Outgoing Email Errors*"))
   > 	(feedmail-prepped-text-buffer
   >          (get-buffer-create " *FQM Outgoing Email Text*"))
you mean something like this

(defun test-feedmail ()
  (interactive)
  (let ((feedmail-error-buffer
         (get-buffer-create "*FQM Outgoing Email Errors*"))
		(feedmail-prepped-text-buffer
         (get-buffer-create "*FQM Outgoing Email Text*")))
	(message-send-and-exit nil)))

But no such buffers are generated....

I think I will write to the GNU emacs developer list.

BTW in your reply I see the tag:
   > <#secure method=smime mode=sign>


Yes I mime-signed my messages. But why does this TAG survives in the reply
buffer?


[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 5556 bytes --]

  reply	other threads:[~2014-01-31 12:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-30 22:55 Uwe Brauer
2014-01-30 23:02 ` Lars Ingebrigtsen
2014-01-31 12:24   ` Uwe Brauer [this message]
2014-01-31 21:49     ` Lars Ingebrigtsen
2014-01-31 22:55       ` Uwe Brauer

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=8738k4gwzx.fsf@gilgamesch.quim.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=ding@gnus.org \
    /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).