Gnus development mailing list
 help / color / mirror / Atom feed
* problems with message-output
@ 2000-04-26 20:23 Jim Davidson
  0 siblings, 0 replies; only message in thread
From: Jim Davidson @ 2000-04-26 20:23 UTC (permalink / raw)


The function message-output is currently defined:

    (defun message-output (filename)
      "Append this article to Unix/babyl mail file.."
      (if (and (file-readable-p filename)
               (mail-file-babyl-p filename))
          (rmail-output-to-rmail-file filename t)
        (gnus-output-to-mail filename t)))

The call to `rmail-output-to-rmail-file' breaks, because that function wants a
number as the second argument.  The function gnus-output-to-rmail should be
called instead.  I expect that was the intent.

Incidentally, message.el needs to do a (require 'gnus-util).

-- 
Jim Davidson
jdavidson @ acm.org



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-04-26 20:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-26 20:23 problems with message-output Jim Davidson

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).