unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 0/8] batch tagging support: "notmuch tag --stdin"
@ 2012-03-31 22:17 Jani Nikula
  2012-03-31 22:17 ` [PATCH 1/8] hex-escape: (en|de)code strings to/from restricted character set Jani Nikula
                   ` (7 more replies)
  0 siblings, 8 replies; 28+ messages in thread
From: Jani Nikula @ 2012-03-31 22:17 UTC (permalink / raw)
  To: notmuch

Hi all, this series adds support for batch tagging through stdin to
"notmuch tag". This should be useful and efficient for e.g. initial
tagging scripts. See the test patch for an example using a "here
document".

The hex escaping routines are by David; my additions to them are in
separate patches, but they could all be folded together too.


BR,
Jani.


David Bremner (3):
  hex-escape: (en|de)code strings to/from restricted character set
  test/hex-xcode: new test binary
  test/hex-escaping: new test for hex escaping routines

Jani Nikula (5):
  hex-escape: be more strict about the format while decoding
  hex-escape: add function to decode escaped string in-place
  cli: add support for batch tagging operations to "notmuch tag"
  test: add test for notmuch tag --stdin option
  man: document notmuch tag --stdin option

 man/man1/notmuch-tag.1 |   44 +++++++++-
 notmuch-tag.c          |  244 ++++++++++++++++++++++++++++++++++++++++++------
 test/.gitignore        |    1 +
 test/Makefile.local    |    6 +-
 test/basic             |    2 +-
 test/hex-escaping      |   26 +++++
 test/hex-xcode.c       |  103 ++++++++++++++++++++
 test/notmuch-test      |    1 +
 test/tagging           |   13 +++
 util/Makefile.local    |    2 +-
 util/hex-escape.c      |  167 +++++++++++++++++++++++++++++++++
 util/hex-escape.h      |   38 ++++++++
 12 files changed, 612 insertions(+), 35 deletions(-)
 create mode 100755 test/hex-escaping
 create mode 100644 test/hex-xcode.c
 create mode 100644 util/hex-escape.c
 create mode 100644 util/hex-escape.h

-- 
1.7.5.4

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

end of thread, other threads:[~2012-04-05 12:00 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-31 22:17 [PATCH 0/8] batch tagging support: "notmuch tag --stdin" Jani Nikula
2012-03-31 22:17 ` [PATCH 1/8] hex-escape: (en|de)code strings to/from restricted character set Jani Nikula
2012-03-31 22:17 ` [PATCH 2/8] hex-escape: be more strict about the format while decoding Jani Nikula
2012-04-05 11:33   ` David Bremner
2012-04-05 11:49     ` Jani Nikula
2012-04-05 11:59       ` David Bremner
2012-03-31 22:17 ` [PATCH 3/8] hex-escape: add function to decode escaped string in-place Jani Nikula
2012-04-05 11:56   ` David Bremner
2012-04-05 12:00     ` Jani Nikula
2012-03-31 22:17 ` [PATCH 4/8] test/hex-xcode: new test binary Jani Nikula
2012-03-31 22:17 ` [PATCH 5/8] test/hex-escaping: new test for hex escaping routines Jani Nikula
2012-03-31 22:17 ` [PATCH 6/8] cli: add support for batch tagging operations to "notmuch tag" Jani Nikula
2012-04-02 17:51   ` Jameson Graef Rollins
2012-04-02 19:46     ` Jani Nikula
2012-04-02 17:54   ` Jameson Graef Rollins
2012-04-02 20:26     ` David Bremner
2012-04-02 20:42       ` Jameson Graef Rollins
2012-04-02 21:07         ` Jani Nikula
2012-04-02 21:20           ` Jameson Graef Rollins
2012-04-02 21:31             ` Jani Nikula
2012-04-02 21:43               ` Jameson Graef Rollins
2012-04-03  8:21                 ` Jani Nikula
2012-04-03 22:51                   ` Jameson Graef Rollins
2012-04-04  2:09                     ` David Bremner
2012-04-04  7:55                       ` Jameson Graef Rollins
2012-04-04 10:55                         ` David Bremner
2012-03-31 22:17 ` [PATCH 7/8] test: add test for notmuch tag --stdin option Jani Nikula
2012-03-31 22:17 ` [PATCH 8/8] man: document " Jani Nikula

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).