bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rmail passing movemail an option it doesn't like


From: Edward Welbourne
Subject: Re: rmail passing movemail an option it doesn't like
Date: Tue, 21 Aug 2007 15:53:31 +0200

> Could you try this patch please

As a preliminary test, I started emacs -q --no-site-file
copied (rmail-movemail-variant-p)
into *scratch* and C-x C-e'd it, then M-x rmail
worked without the error, strongly supporting the hypothesis that
calling this for its side-effects is just what's needed :-)

Then I became root and patched the file.

> (don't forget to re-byte-compile rmail.el):
<quote>

Compiling file /usr/share/emacs/22.1/lisp/mail/rmail.el at Tue Aug 21 12:08:21 
2007

In end of data:
rmail.el:4259:1:Warning: the following functions are not known to be defined:
    rmail-spam-filter, rmail-update-summary, rmail-summary-goto-msg,
    rmail-summary-mark-undeleted, rmail-summary-mark-deleted,
    rfc822-addresses, mail-text-start, mail-abbrev-make-syntax-table,
    mail-sendmail-delimit-header, mail-header-end,
    mail-position-on-field
</quote>

and now a fresh emacs -q --no-site-file can M-x rmail without problems :-)

Thanks, that looks like the fix that's needed,

        Eddy.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]