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

Re: Numbering of draft buffers



At Tue, 20 May 2014 15:30:05 +0200,
Markus Huber wrote:
> 
> Am 20.05.2014 um 12:34 schrieb Katsumi Yamaoka:
> 
> > [...]
> 
> > The error shows that wrong type arguments are given to the function
> > `format', `error', or something similar.  I guess the cause is that
> > the `condition-case' form, that has the `error' handler, used in
> > the `wl-summary-reply' function, has not been compiled correctly.
> > Otherwise, you might have a corrupted wl-summary.el.
> 
> I could track the error down to the function `wl-draft-config-info-filename'
> where the first parameter is `nil'. This parameter gets the value of the symbol
> `wl-draft-buffer-message-number' when the function is called which is `nil'.
> 
> Is there something I can do to further investigate the error?
> 

Thanks for debugging this far. I can reproduce the problem and started
to work on a fix. The problem is that you stumbled on the situation
where WL cannot obtain the UID of a draft message (via IMAP). That's
why the message number is nil.

Best,
  -- David