I recently switched to vm 8.2.0b and now I have a problem with
attachments.
The previous version (8.1.2) allowed me to click on an attachment to open it in
an external program, but this version doesn't do that. Instead the
button gets duplicated like:
xDocument: FAKKEL ROOSTER 2012_2013 v04.doc, Document [display]
xDocument: FAKKEL ROOSTER 2012_2013 v04.doc, Document [display]
xDocument: FAKKEL ROOSTER 2012_2013 v04.doc, Document [display]
It doesn't matter which mouse button I click. (Actually I am using
Aquamacs on a Macbook which has only one mouse button, but ctrl-click is
mouse-3 and cmd-click is mouse-2). I also have
(define-key vm-mode-map [follow-link] 'mouse-face)
to enable mouse-1 to be used to follow links.
I can open the attachment with $e but I would prefer the mouse click to
work. Is there a way to revive this possibility or is this a bug?