← Back to team overview

vm team mailing list archive

[Bug 300748] Re: vm-decode-postponed-mime-message not found

 

** Changed in: vm/trunk
    Milestone: 8.1.0b => 8.1.0

** Changed in: vm/8.0.x
    Milestone: 8.0.13 => None

-- 
vm-decode-postponed-mime-message not found
https://bugs.launchpad.net/bugs/300748
You received this bug notification because you are a member of VM
development team, which is the registrant for VM (defunct).

Status in VM - Goto http://launchpad.net/vm for active development: Fix Released
Status in VM (View Mail) for Emacs: Fix Released
Status in VM 8.0.x series: Fix Released
Status in VM trunk series: Fix Released

Bug description:
Using vm-8.0.12 under XEmacs 21.4.21, hitting reply on a message now gets me the error:

  Symbol's function definition is void: vm-decode-postponed-mime-message

This function is evidently now called by a function in vm-reply.el

Perhaps my installation of VM (solely to a subdirectory within my ~/.lisp directory, rather than a general installation) is at fault, but I have effectively copied auto-autoloads.el to vm-autoload.el and had no problems under vm-8.0.11-581.

This problem appears to be fixed by adding the

;;;### autoload

tag to vm-decode-postponed-mime-message in vm-pine.el and remaking auto-autoloads.el