[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [VM] html mail: both external and w3m?
From: |
Uday Reddy |
Subject: |
Re: [VM] html mail: both external and w3m? |
Date: |
Sat, 28 Apr 2012 21:38:45 +0100 |
emacs user writes:
> Hi Uday, this seems to even happen for a message of the type
> Content-Type: text/plain; charset="ISO-8859-1"
> with no attachments and a length of about 100 characters. as far as I
> could see the slow part is in the following lines at the very end of
> vm-decode-mime-message:
>
> (vm-display nil nil '(vm-decode-mime-message)
> '(vm-decode-mime-message reading-message)))
Yes, after this line, u-vm-color runs because it places an advice on
vm-decode-mime-message. I have no idea why it is so slow.
If somebody can rewrite it, that would be good!
Cheers,
Uday