Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 2c / 38f64ee4a2e21b1cb8639174762aa93035be7b
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 0F79F431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 31 Mar 2012 15:17:37 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id sZGtmcnM9JUt for <notmuch@notmuchmail.org>;\r
16         Sat, 31 Mar 2012 15:17:36 -0700 (PDT)\r
17 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
18         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 4F398431FAE\r
21         for <notmuch@notmuchmail.org>; Sat, 31 Mar 2012 15:17:36 -0700 (PDT)\r
22 Received: by bkwj4 with SMTP id j4so1547751bkw.26\r
23         for <notmuch@notmuchmail.org>; Sat, 31 Mar 2012 15:17:33 -0700 (PDT)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state;\r
27         bh=JsJ59vBB+S9fF6OXrsnV8Ucdoo84oevnXvXf53ExiLY=;\r
28         b=dw3P4Oj79S4gaL880a4eCfQtpSJJvwV3XlzZ4EKhWb2e+CVFOkXyUeiUepbf8lCOGH\r
29         QUWSewtJCrgwKD1jOwUR/aKC1T5B76tLfeSypCDZEsHyc8cuS+fhJU5twKSakR3uZ5Xs\r
30         r4OoV0vIhJ8uZJNAM0GGvSApgE4EaueqHC+jqIkqNTPxWJhGd1wszM10u4hPq6ocAiAo\r
31         XcJ7IFpny5mkTdNlAwayVzlmFqhV0+UwM/YLh9uxGEUatUTlbCyEy6Ru2rWSwPQIRYwg\r
32         LBLJborxi7moRcfZR8X1qEmk3R8h5wqSipdO6CycYxnc2Y6IvDkqdsj+vAtZm70olslP\r
33         g09g==\r
34 Received: by 10.204.130.151 with SMTP id t23mr1375063bks.27.1333232253456;\r
35         Sat, 31 Mar 2012 15:17:33 -0700 (PDT)\r
36 Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi.\r
37         [84.248.80.253])\r
38         by mx.google.com with ESMTPS id c4sm28614450bkh.0.2012.03.31.15.17.30\r
39         (version=SSLv3 cipher=OTHER); Sat, 31 Mar 2012 15:17:32 -0700 (PDT)\r
40 From: Jani Nikula <jani@nikula.org>\r
41 To: notmuch@notmuchmail.org\r
42 Subject: [PATCH 0/8] batch tagging support: "notmuch tag --stdin"\r
43 Date: Sun,  1 Apr 2012 01:17:20 +0300\r
44 Message-Id: <cover.1333231401.git.jani@nikula.org>\r
45 X-Mailer: git-send-email 1.7.5.4\r
46 X-Gm-Message-State:\r
47  ALoCoQknPocGot9J3kFXABtupr2bK6OBprm5627lO8lJAzGWWu20SegxUUimGx62bhM7fWWlG9KQ\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 31 Mar 2012 22:17:37 -0000\r
61 \r
62 Hi all, this series adds support for batch tagging through stdin to\r
63 "notmuch tag". This should be useful and efficient for e.g. initial\r
64 tagging scripts. See the test patch for an example using a "here\r
65 document".\r
66 \r
67 The hex escaping routines are by David; my additions to them are in\r
68 separate patches, but they could all be folded together too.\r
69 \r
70 \r
71 BR,\r
72 Jani.\r
73 \r
74 \r
75 David Bremner (3):\r
76   hex-escape: (en|de)code strings to/from restricted character set\r
77   test/hex-xcode: new test binary\r
78   test/hex-escaping: new test for hex escaping routines\r
79 \r
80 Jani Nikula (5):\r
81   hex-escape: be more strict about the format while decoding\r
82   hex-escape: add function to decode escaped string in-place\r
83   cli: add support for batch tagging operations to "notmuch tag"\r
84   test: add test for notmuch tag --stdin option\r
85   man: document notmuch tag --stdin option\r
86 \r
87  man/man1/notmuch-tag.1 |   44 +++++++++-\r
88  notmuch-tag.c          |  244 ++++++++++++++++++++++++++++++++++++++++++------\r
89  test/.gitignore        |    1 +\r
90  test/Makefile.local    |    6 +-\r
91  test/basic             |    2 +-\r
92  test/hex-escaping      |   26 +++++\r
93  test/hex-xcode.c       |  103 ++++++++++++++++++++\r
94  test/notmuch-test      |    1 +\r
95  test/tagging           |   13 +++\r
96  util/Makefile.local    |    2 +-\r
97  util/hex-escape.c      |  167 +++++++++++++++++++++++++++++++++\r
98  util/hex-escape.h      |   38 ++++++++\r
99  12 files changed, 612 insertions(+), 35 deletions(-)\r
100  create mode 100755 test/hex-escaping\r
101  create mode 100644 test/hex-xcode.c\r
102  create mode 100644 util/hex-escape.c\r
103  create mode 100644 util/hex-escape.h\r
104 \r
105 -- \r
106 1.7.5.4\r
107 \r