python-notmuch decoding error on a message

2012-11-05 Thread David Bremner
Antoine Amarilli writes: > Hello, > > The attached message makes python-notmuch crash when trying to access it (see > attached log). > > I don't know if the encoding of Subject is valid or not, but it would probably > be better anyway to ignore decoding errors and return some approximation of >

Re: python-notmuch decoding error on a message

2012-11-05 Thread David Bremner
Antoine Amarilli antoine.amari...@ens.fr writes: Hello, The attached message makes python-notmuch crash when trying to access it (see attached log). I don't know if the encoding of Subject is valid or not, but it would probably be better anyway to ignore decoding errors and return some

python-notmuch decoding error on a message

2011-12-01 Thread Sebastian Spaeth
On Thu, 24 Nov 2011 12:13:22 -0400, David Bremner wrote: > I get a set of critical errors about forgetting to call g_type_init. > We actually call g_type_init in the CLI now, thanks to Oooh, ahh, I just saw these message on doing 'notmuch.py search "moo"' myself. I would prefer if I (the

Re: python-notmuch decoding error on a message

2011-12-01 Thread Sebastian Spaeth
On Thu, 24 Nov 2011 12:13:22 -0400, David Bremner da...@tethera.net wrote: I get a set of critical errors about forgetting to call g_type_init. We actually call g_type_init in the CLI now, thanks to Oooh, ahh, I just saw these message on doing 'notmuch.py search moo' myself. I would prefer if

python-notmuch decoding error on a message

2011-11-25 Thread David Bremner
On Fri, 25 Nov 2011 09:04:06 +, Patrick Totzke wrote: > Silly question: how do i get Antoine's msg stup into notmuch? i tried > using pythons mailbox lib to add this string to one of my mailboxes, > which works fine. but upon `notmuch new` I get something along the > lines of "skipped

Re: python-notmuch decoding error on a message

2011-11-25 Thread Patrick Totzke
Silly question: how do i get Antoine's msg stup into notmuch? i tried using pythons mailbox lib to add this string to one of my mailboxes, which works fine. but upon `notmuch new` I get something along the lines of skipped non-mail file $myfile.. back to the topic: I find it hichgly suprising

Re: python-notmuch decoding error on a message

2011-11-25 Thread David Bremner
On Fri, 25 Nov 2011 09:04:06 +, Patrick Totzke patricktot...@googlemail.com wrote: Silly question: how do i get Antoine's msg stup into notmuch? i tried using pythons mailbox lib to add this string to one of my mailboxes, which works fine. but upon `notmuch new` I get something along the

python-notmuch decoding error on a message

2011-11-24 Thread David Bremner
On Sun, 6 Nov 2011 23:15:54 +0100, Antoine Amarilli wrote: > Hello, > > The attached message makes python-notmuch crash when trying to access it (see > attached log). > > I don't know if the encoding of Subject is valid or not, but it would probably > be better anyway to ignore decoding errors

Re: python-notmuch decoding error on a message

2011-11-24 Thread David Bremner
On Sun, 6 Nov 2011 23:15:54 +0100, Antoine Amarilli antoine.amari...@ens.fr wrote: Hello, The attached message makes python-notmuch crash when trying to access it (see attached log). I don't know if the encoding of Subject is valid or not, but it would probably be better anyway to ignore

python-notmuch decoding error on a message

2011-11-06 Thread Antoine Amarilli
Hello, The attached message makes python-notmuch crash when trying to access it (see attached log). I don't know if the encoding of Subject is valid or not, but it would probably be better anyway to ignore decoding errors and return some approximation of Subject instead of failing like this.