Bug: problem decoding some non-ascii characters in subjects

2013-02-08 Thread Albin Stjerna
Hi, I've been noticing that notmuch has some problems decoding certain strangely-encoded non-ascii characters in certain emails. For example, today I got this: [BIBLIST] Digitaliseringensprojektens skadliga f=?ISO-8859-1?Q?=F6rk=E4rlek_f=F6r_?= PDF-formatet (should be rendered: ?Digitalisering

Bug: problem decoding some non-ascii characters in subjects

2013-02-08 Thread Jani Nikula
On Fri, 08 Feb 2013, Albin Stjerna wrote: > I've been noticing that notmuch has some problems decoding certain > strangely-encoded non-ascii characters in certain emails. For example, > today I got this: [BIBLIST] Digitaliseringensprojektens skadliga > f=?ISO-8859-1?Q?=F6rk=E4rlek_f=F6r_?= PDF-for

[PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-08 Thread da...@tethera.net
From: David Bremner In the case of large changes to the database from git, one of main current bottlenecks is the large number of execs of notmuch tag. This avoids that by using use the batch tagging facilities as of notmuch 0.15. We use "spawn" directly rather than inventing a "notmuch_pipe", s

minor fixes for talloc leak logging

2013-02-08 Thread David Bremner
david at tethera.net writes: > These are the remaining unapplied patches from > > id:1358619958-21209-1-git-send-email-david at tethera.net > > They are rebased to omit the actual command line argument, as suggested by > > id:87d2wzwmd9.fsf at servo.finestructure.net pushed. d

Bug: problem decoding some non-ascii characters in subjects

2013-02-08 Thread Albin Stjerna
Hi, I've been noticing that notmuch has some problems decoding certain strangely-encoded non-ascii characters in certain emails. For example, today I got this: [BIBLIST] Digitaliseringensprojektens skadliga f=?ISO-8859-1?Q?=F6rk=E4rlek_f=F6r_?= PDF-formatet (should be rendered: »Digitalisering

Re: Bug: problem decoding some non-ascii characters in subjects

2013-02-08 Thread Jani Nikula
On Fri, 08 Feb 2013, Albin Stjerna wrote: > I've been noticing that notmuch has some problems decoding certain > strangely-encoded non-ascii characters in certain emails. For example, > today I got this: [BIBLIST] Digitaliseringensprojektens skadliga > f=?ISO-8859-1?Q?=F6rk=E4rlek_f=F6r_?= PDF-for

[PATCH] contrib/nmbug: convert to use batch tagging.

2013-02-08 Thread david
From: David Bremner In the case of large changes to the database from git, one of main current bottlenecks is the large number of execs of notmuch tag. This avoids that by using use the batch tagging facilities as of notmuch 0.15. We use "spawn" directly rather than inventing a "notmuch_pipe", s

Re: minor fixes for talloc leak logging

2013-02-08 Thread David Bremner
da...@tethera.net writes: > These are the remaining unapplied patches from > > id:1358619958-21209-1-git-send-email-da...@tethera.net > > They are rebased to omit the actual command line argument, as suggested by > > id:87d2wzwmd9@servo.finestructure.net pushed. d __