>> "Lars" == Lars Ingebrigtsen writes: > Uwe Brauer 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?