Re: [Dovecot] Reproducable hang caused by IMAP server

2011-02-02 Thread Timo Sirainen
On Wed, 2011-02-02 at 22:20 +, Matthias Scheler wrote: > > Stupid gcc didn't give a warning here.. I should create some nightly run > > that emails me if clang gives any warnings on latest hg (it would have > > caught this). > > clang can warn about such things? That is useful. The amount of

Re: [Dovecot] Reproducable hang caused by IMAP server

2011-02-02 Thread Matthias Scheler
On Thu, Feb 03, 2011 at 12:02:40AM +0200, Timo Sirainen wrote: > On Wed, 2011-02-02 at 19:45 +, Matthias Scheler wrote: > > > 2.) I tag two of the messages and then save them to a *non existent* > > folder. When "mutt" asks whether the folder should be created > > I confirm the action.

Re: [Dovecot] Reproducable hang caused by IMAP server

2011-02-02 Thread Timo Sirainen
On Wed, 2011-02-02 at 19:45 +, Matthias Scheler wrote: > 2.) I tag two of the messages and then save them to a *non existent* > folder. When "mutt" asks whether the folder should be created > I confirm the action. Thanks, fixed: http://hg.dovecot.org/dovecot-2.0/rev/826981b2c5c4 Stup