On Mon, Jul 22 2019, Robert Marshall <[email protected]> wrote: [on adding functionality to use emacs' inbuilt shr library for rendering html mail]: > > There's also a tendency for stray 'z's to appear which don't get removed > on reply vm-mime-display-internal-text/html messes around with this I > see for w3m's benefit, I should add a condition around that code! >
Something like this diff vm-mime.el vm-mime.el~ 2786,2788c2786 < (if (eq vm-mime-text/html-handler 'emacs-shr) < () < (insert-before-markers "z")) --- > (insert-before-markers "z") 2797,2799c2795 < (if (eq vm-mime-text/html-handler 'emacs-shr) < () < (delete-char -1)) --- > (delete-char -1) Robert -- Robert Marshall twitter: @rajm
