Gnus development mailing list
 help / color / mirror / Atom feed
* Problems saving to RMAIL files
@ 1999-12-16 21:54 Jim Davidson
  0 siblings, 0 replies; only message in thread
From: Jim Davidson @ 1999-12-16 21:54 UTC (permalink / raw)


I occasionally save Gnus messages to RMAIL files.

In 5.8.2, the definition of gnus-summary-save-article-rmail reads:

(defun gnus-summary-save-article-rmail (&optional arg)
        ...        
  (let ((gnus-default-article-saver 'rmail-output-to-rmail-file))
    (gnus-summary-save-article arg)))

This causes an error, because rmail-output-to-rmail-file chokes on
a nil filename.

In 5.7, this read:

(defun gnus-summary-save-article-rmail (&optional arg)        ...        
  (let ((gnus-default-article-saver 'gnus-summary-save-in-rmail))
    (gnus-summary-save-article arg)))

which works.

-- 
Jim Davidson
jdavidso @ csi.com



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

only message in thread, other threads:[~1999-12-16 21:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-16 21:54 Problems saving to RMAIL files 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).