unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH v3 0/6]  lib: replace the message header parser with gmime
@ 2014-02-03 19:51 Jani Nikula
  2014-02-03 19:51 ` [PATCH v3 1/6] cli: sanitize tabs and newlines to spaces in notmuch search Jani Nikula
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Jani Nikula @ 2014-02-03 19:51 UTC (permalink / raw)
  To: notmuch

This is v3 of id:cover.1385825425.git.jani@nikula.org

As before, patches 1-4 are prep work that could be merged on their own,
and patches 5-6 actually make the change.

The only changes since v2 are cosmetic: rebase, changes in comments,
function names, and commit messages.

BR,
Jani.


Jani Nikula (6):
  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

 lib/database.cc            |   6 +-
 lib/index.cc               |  70 +--------
 lib/message-file.c         | 354 +++++++++++++++------------------------------
 lib/message.cc             |   6 +
 lib/notmuch-private.h      |  20 ++-
 notmuch-reply.c            | 206 ++++++++++++++++----------
 notmuch-search.c           |  17 ---
 test/T090-search-output.sh |   2 +-
 util/string-util.c         |  22 +++
 util/string-util.h         |   7 +
 10 files changed, 313 insertions(+), 397 deletions(-)

-- 
1.8.5.2

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2014-03-26  0:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-03 19:51 [PATCH v3 0/6] lib: replace the message header parser with gmime Jani Nikula
2014-02-03 19:51 ` [PATCH v3 1/6] cli: sanitize tabs and newlines to spaces in notmuch search Jani Nikula
2014-02-03 19:51 ` [PATCH v3 2/6] cli: refactor reply from guessing Jani Nikula
2014-02-03 19:51 ` [PATCH v3 3/6] util: make sanitize string available in string util for reuse Jani Nikula
2014-03-08 11:32   ` David Bremner
2014-03-09 13:19     ` David Bremner
2014-02-03 19:51 ` [PATCH v3 4/6] cli: sanitize the received header before scanning for replies Jani Nikula
2014-02-03 20:46   ` Austin Clements
2014-03-19 16:44     ` [PATCH] " Jani Nikula
2014-03-26  0:33       ` David Bremner
2014-02-03 19:51 ` [PATCH v3 5/6] lib: replace the header parser with gmime Jani Nikula
2014-02-03 21:31   ` Austin Clements
2014-02-03 19:51 ` [PATCH v3 6/6] lib: parse messages only once Jani Nikula
2014-02-03 21:40   ` Austin Clements

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).