Rene writes:

> With VM 8.2.0b I recently ran into the following problem when
> forwarding a mail and attaching a file.

Seems to be a bit of a rare case.  The problem was present in version 8.2.0a
as well, but it didn't show up until now.  

Attached is a patch in case it is important to you, but it will be in the
next release.

Cheers,
Uday

=== modified file 'lisp/vm-mime.el'
--- lisp/vm-mime.el     2012-01-04 02:07:12 +0000
+++ lisp/vm-mime.el     2012-01-04 13:07:20 +0000
@@ -7134,7 +7134,8 @@
                         "unspecified")
                        (vm-mm-layout-qdisposition layout)
                      (vm-extent-property e 'vm-mime-disposition)))
-           (setq type (vm-extent-property e 'vm-mime-type)
+           (setq layout nil
+                 type (vm-extent-property e 'vm-mime-type)
                  params (vm-extent-property e 'vm-mime-parameters)
                  forward-local-refs
                      (car (vm-extent-property e 'vm-mime-forward-local-refs))

Reply via email to