[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot parse IMAP command after update



At Mon, 19 May 2014 07:18:29 +0200,
David Maus wrote:
> 
> Hi Herbert,
> 
> At Sun, 18 May 2014 23:03:37 +0200,
> Herbert J. Skuhra wrote:
> > 
> > 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?
> >
> 
> Right, thanks for reporting. Should be fixed with the most recent commit
> 
> https://github.com/wanderlust/wanderlust/commit/b0e5d690c10c7a4dade17ac42ced5cda0f86d623
> 
> Best,
>   -- David

Seems to be working for me with latest changes.  Thanks for the quick fix!

-Nick