[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Cannot parse IMAP command after update
On Sun, 18 May 2014 09:37:44 +0200
David Maus wrote:
> Found the problem and I'm working on a solution: There are two (2) SPC
> between the flag list and the internal date, but the spec only allows
> for one.
After your latest changes I get
byte-code: Symbol's function definition is void: string-empty-p
I had to add
(eval-when-compile (require 'subr-x))
to elmo/elmo-imap4.el.
But string-empty-p is only available in Emacs trunk and emacs-24 branch?
--
Herbert