crash during saving

2013-04-17 Thread Vladimir Marek
> > I just indexed my mail archive by notmuch and I'm starting to play > > with mutt-kz. The biggest stopper right now is that mutt cores when > > set already read mail to new (toggle-new in mutt). Once I try to leave > > the virtual folder (be it to another folder or because of quitting > > mutt)

crash during saving

2013-04-17 Thread Blake Jones
> Right, so the problem really seems to be in throwing/catching > exception. Function "_notmuch_message_remove_term" is supposed to > catch the exception and ignore it. Which does not happen in my case. Yep, that was exactly what I was seeing. > On a side note, I wonder, is catching exception

Re: crash during saving

2013-04-17 Thread Vladimir Marek
I just indexed my mail archive by notmuch and I'm starting to play with mutt-kz. The biggest stopper right now is that mutt cores when set already read mail to new (toggle-new in mutt). Once I try to leave the virtual folder (be it to another folder or because of quitting mutt) it

Re: crash during saving

2013-04-17 Thread Blake Jones
Right, so the problem really seems to be in throwing/catching exception. Function _notmuch_message_remove_term is supposed to catch the exception and ignore it. Which does not happen in my case. Yep, that was exactly what I was seeing. On a side note, I wonder, is catching exception faster