Re: [PATCH v4 08/16] reorganize indexing of multipart/signed and multipart/encrypted
[notmuch-archives.git] / 4d / dc0c632671fe7aece87d9c092f4ae985e41bea
1 Return-Path: <markwalters1009@gmail.com>\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 6AE4C431FCF\r
6         for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:28:33 -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: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id Ez4HAlDglKSk for <notmuch@notmuchmail.org>;\r
18         Sun, 20 Oct 2013 01:28:28 -0700 (PDT)\r
19 Received: from mail-we0-f171.google.com (mail-we0-f171.google.com\r
20         [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id C0835431FC7\r
23         for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:28:27 -0700 (PDT)\r
24 Received: by mail-we0-f171.google.com with SMTP id t60so5257282wes.2\r
25         for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:28:25 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id;\r
28         bh=K3E6LccTeBs1e9jU0TCukh5x2mzXOoPqhHACjSaIzSg=;\r
29         b=l6kTcIiaVtl68auSSwZrD+RWifVkOdakpJMDQlSl8/apGn7EviOlOCl0kpL4GE9oBw\r
30         A0nbrtSRNl1yYjdn2D6XDgfvsnD6eL+RqyjNLOrK2XiDjS8w5TVPuzwk9jawq6YO4P6P\r
31         sPPci2R2Sc6yn1l9RZzosmaA/v8ztd3OW7v7Tzrim8pASILZWMUZDJX+BK2J//Ylu0yc\r
32         q24+ozajZ8qwsBk8mrVyerBVfEOL0qp22/XVAM2X02VzLWOOTFNR0yxsSBQx7oWczv99\r
33         0tOcQLBL9ARTSAMZjERydz9vP9ahWIcoATwXxceNdgXlI6haKq5tB8EOaCmJKaYqVDGT\r
34         /NNA==\r
35 X-Received: by 10.194.110.138 with SMTP id ia10mr9211776wjb.3.1382257702613;\r
36         Sun, 20 Oct 2013 01:28:22 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id mw9sm44121820wib.0.2013.10.20.01.28.21\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sun, 20 Oct 2013 01:28:22 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 0/5] Move pick into mainline\r
45 Date: Sun, 20 Oct 2013 09:28:14 +0100\r
46 Message-Id: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\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: Sun, 20 Oct 2013 08:28:33 -0000\r
61 \r
62 Hello\r
63 \r
64 I think notmuch-pick is now ready for mainline: it's not perfect but\r
65 there are no longer any significant problems in the code (ie nothing\r
66 that makes me go yuck!).\r
67 \r
68 This series just moves pick and the associated tests into\r
69 mainline. There are some changes that should follow: for example\r
70 moving the key-bindings that pick inserts into other keymaps into the\r
71 correct files but I will do this in later series. I have also left the\r
72 remnants in the directory contrib/notmuch/pick to be removed in a\r
73 later cleanup and a NEWS item will need to be added.\r
74 \r
75 Pick has been in contrib for almost exactly one year and has seen a\r
76 reasonable amount of use (I think) during this time.\r
77 \r
78 One thing to think about: do we want to keep the name "pick"? If not\r
79 then now is the last sensible time to change it. I don't have any\r
80 better suggestion however.\r
81 \r
82 Finally, it would be nice to have\r
83 id:1381498794-17000-1-git-send-email-markwalters1009@gmail.com as\r
84 well: without the key bindings that pick overrides show up twice in\r
85 help.\r
86 \r
87 Best wishes\r
88 \r
89 Mark\r
90 \r
91 Mark Walters (5):\r
92   emacs: move pick from contrib into mainline\r
93   emacs: add pick to the Makefile\r
94   test: move the pick tests to the main test directory\r
95   test: add the emacs-pick test to the list of tests\r
96   emacs: pick: remove initialisation message\r
97 \r
98  contrib/notmuch-pick/notmuch-pick.el               |  946 --------------------\r
99  contrib/notmuch-pick/test/emacs-pick               |  210 -----\r
100  .../pick.expected-output/notmuch-pick-show-window  |   40 -\r
101  .../notmuch-pick-single-thread                     |    6 -\r
102  .../pick.expected-output/notmuch-pick-tag-inbox    |   53 --\r
103  .../notmuch-pick-tag-inbox-tagged                  |   53 --\r
104  .../notmuch-pick-tag-inbox-thread-tagged           |   53 --\r
105  emacs/Makefile.local                               |    1 +\r
106  emacs/notmuch-pick.el                              |  945 +++++++++++++++++++\r
107  test/emacs-pick                                    |  210 +++++\r
108  test/notmuch-test                                  |    1 +\r
109  test/pick.expected-output/notmuch-pick-show-window |   40 +\r
110  .../notmuch-pick-single-thread                     |    6 +\r
111  test/pick.expected-output/notmuch-pick-tag-inbox   |   53 ++\r
112  .../notmuch-pick-tag-inbox-tagged                  |   53 ++\r
113  .../notmuch-pick-tag-inbox-thread-tagged           |   53 ++\r
114  16 files changed, 1362 insertions(+), 1361 deletions(-)\r
115  delete mode 100644 contrib/notmuch-pick/notmuch-pick.el\r
116  delete mode 100755 contrib/notmuch-pick/test/emacs-pick\r
117  delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-show-window\r
118  delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-single-thread\r
119  delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox\r
120  delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
121  delete mode 100644 contrib/notmuch-pick/test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
122  create mode 100644 emacs/notmuch-pick.el\r
123  create mode 100755 test/emacs-pick\r
124  create mode 100644 test/pick.expected-output/notmuch-pick-show-window\r
125  create mode 100644 test/pick.expected-output/notmuch-pick-single-thread\r
126  create mode 100644 test/pick.expected-output/notmuch-pick-tag-inbox\r
127  create mode 100644 test/pick.expected-output/notmuch-pick-tag-inbox-tagged\r
128  create mode 100644 test/pick.expected-output/notmuch-pick-tag-inbox-thread-tagged\r
129 \r
130 -- \r
131 1.7.9.1\r
132 \r