Re: [PATCH v2 0/7] lib: replace the message header parser with gmime

Subject: Re: [PATCH v2 0/7] lib: replace the message header parser with gmime

Date: Sun, 02 Feb 2014 18:15:09 +0000

To: Jani Nikula, notmuch@notmuchmail.org

Cc:

From: Mark Walters


Patches 1-4 basically LGTM but patch 1 needs to be rebased since all the
tests were renamed. I have a couple of minor comments on patches 2 and 3
that I will send separately.

Best wishes

Mark


On Sat, 30 Nov 2013, Jani Nikula <jani@nikula.org> wrote:
> This is v2 of id:cover.1381948853.git.jani@nikula.org with more polish.
>
> Patches 1-4 do prep work to fix some of the differences in the parsers
> in advance. Arguably they are not that bad regardless of the parser
> change.
>
> Patches 5-6 actually make the change. Having two patches is a somewhat
> artificial division, but perhaps makes it easier to review.
>
> Patch 7 is just a hack to make perf tests not ignore so many mails... we
> have quite a bit of non-emails in the corpus by gmime parser
> standards. And this illustrates one of the differences in the parsers.
>
>
> BR,
> Jani.
>
> Jani Nikula (7):
>   cli: sanitize tabs and newlines to spaces in notmuch search
>   cli: refactor reply from guessing
>   util: make sanitize string available in string util for reuse
>   cli: sanitize the received header before scanning for replies
>   lib: replace the header parser with gmime
>   lib: parse messages only once
>   HACK: fix broken messages in the perf test corpus
>
>  lib/database.cc                   |   6 +-
>  lib/index.cc                      |  70 +-------
>  lib/message-file.c                | 351 +++++++++++++-------------------------
>  lib/message.cc                    |   6 +
>  lib/notmuch-private.h             |  20 ++-
>  notmuch-reply.c                   | 186 ++++++++++++--------
>  notmuch-search.c                  |  17 --
>  performance-test/perf-test-lib.sh |   4 +
>  test/search-output                |   2 +-
>  util/string-util.c                |  22 +++
>  util/string-util.h                |   7 +
>  11 files changed, 297 insertions(+), 394 deletions(-)
>
> -- 
> 1.8.4.2
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch

Thread: