[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VM] Time to move to Mutt?
From: |
Robert Marshall |
Subject: |
Re: [VM] Time to move to Mutt? |
Date: |
Tue, 23 Jul 2019 07:34:20 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
On Mon, Jul 22 2019, Robert Marshall <address@hidden> 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
- Re: [VM] Time to move to Mutt?, (continued)
- Re: [VM] Time to move to Mutt?, Mark Diekhans, 2019/07/21
- Re: [VM] Time to move to Mutt?, Daniel Barrett, 2019/07/22
- Re: [VM] Time to move to Mutt?, John Stoffel, 2019/07/22
- [VM] VM not handling inline HTML mail, Patrick Healy, 2019/07/24
- Re: [VM] VM not handling inline HTML mail, John Stoffel, 2019/07/25
- Re: [VM] VM not handling inline HTML mail, Patrick Healy, 2019/07/26
- Re: [VM] VM not handling inline HTML mail, John Stoffel, 2019/07/30
- Re: [VM] Time to move to Mutt?, Robert Marshall, 2019/07/22
- Re: [VM] Time to move to Mutt?, John Stoffel, 2019/07/22
- Re: [VM] Time to move to Mutt?, Robert Marshall, 2019/07/22
- Re: [VM] Time to move to Mutt?,
Robert Marshall <=
- Re: [VM] Time to move to Mutt?, John Stoffel, 2019/07/25
- Re: [VM] Time to move to Mutt?, Robert Marshall, 2019/07/25
- Re: [VM] Time to move to Mutt?, John Stoffel, 2019/07/25
- Re: [VM] Time to move to Mutt?, Robert Marshall, 2019/07/31