Re: notmuch - Hook return code: 134

2013-08-18 Thread Suvayu Ali
On Fri, Aug 16, 2013 at 09:53:14PM -0300, Marcelo Laia wrote: Hi Ali, I deleted taht message and got the similar message! Calling hook: notmuch new Hook stdout: Hook stderr:terminate called after throwing an instance of 'std::length_error' what(): basic_string::assign Aborted

Re: notmuch - Hook return code: 134

2013-08-18 Thread Marcelo Laia
I solved it! (: Here is the trick: $ notmuch dump --output=~/out.nm $ mv ~/Mail/.notmuch ~/.notmuch.bak $ notmuch new $ notmuch tag -inbox -unread '*' $ notmuch restore --accumulate --input=~/out.nm http://notmuchmail.org/howto/#index6h2 Thank you very much! -- Marcelo

Re: notmuch - Hook return code: 134

2013-08-16 Thread Marcelo Laia
Hi Ali, I deleted taht message and got the similar message! Calling hook: notmuch new Hook stdout: Hook stderr:terminate called after throwing an instance of 'std::length_error' what(): basic_string::assign Aborted Hook return code: 134 Have you any hint? Laia On 08/08/13 at

Re: notmuch - Hook return code: 134

2013-08-08 Thread Suvayu Ali
Hi Marcelo, Did you intend to send this to the notmuch list? Anyway, since I use notmuch, I will try to answer. On Thu, Aug 08, 2013 at 07:57:09AM -0300, Marcelo Laia wrote: A few days a go I got problems with notmuch: it dosent index my messages. To day I try it by CL and got the

Re: notmuch - Hook return code: 134

2013-08-08 Thread Marcelo Laia
Dear Suvayu Ali, Yes, I sent it to notmuch list. But, no answer yet! Yes, I use notmuch with offlineimap. Here is the code: ~/.offlineimaprc (...) postsynchook = notmuch new (...) It have worked good until 20 or 30 days a go! Yes, I have opened the raw file and it was ok. No problem with it.