Re: [PATCH v4 16/16] add "notmuch reindex" subcommand
[notmuch-archives.git] / 51 / 903c7b22c2fed0492d188baafe731efc3ae8ea
1 Return-Path: <tomi.ollila@iki.fi>\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 28425431FBD\r
6         for <notmuch@notmuchmail.org>; Thu, 18 Oct 2012 03:19: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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 ZulQQYnGnv-d for <notmuch@notmuchmail.org>;\r
16         Thu, 18 Oct 2012 03:19:29 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id AA438431FB6\r
19         for <notmuch@notmuchmail.org>; Thu, 18 Oct 2012 03:19:29 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id BD0201000E5;\r
22         Thu, 18 Oct 2012 13:19:32 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Ethan Glasser-Camp <ethan.glasser.camp@gmail.com>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] test: Move tests from emacs to emacs-show\r
26 In-Reply-To: <1350526612-28756-1-git-send-email-ethan@betacantrips.com>\r
27 References: <1350518399-31087-1-git-send-email-ethan@betacantrips.com>\r
28         <1350526612-28756-1-git-send-email-ethan@betacantrips.com>\r
29 User-Agent: Notmuch/0.14+51~g62cd13b (http://notmuchmail.org) Emacs/24.2.1\r
30         (x86_64-unknown-linux-gnu)\r
31 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
32         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
33         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
34 Date: Thu, 18 Oct 2012 13:19:32 +0300\r
35 Message-ID: <m26268jd57.fsf@guru.guru-group.fi>\r
36 MIME-Version: 1.0\r
37 Content-Type: text/plain\r
38 Cc: Ethan Glasser-Camp <ethan@betacantrips.com>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 18 Oct 2012 10:19:33 -0000\r
52 \r
53 On Thu, Oct 18 2012, Ethan Glasser-Camp wrote:\r
54 \r
55 > This requires changing the contents of the crypto tests, as one thread\r
56 > that was marked read by the earlier tests in test/emacs is no longer\r
57 > marked read.\r
58 >\r
59 > This moves tests for:\r
60 >\r
61 > - 09d19ac "test: emacs: toggle eliding of non-matching messages in\r
62 >    `notmuch-show'", which should have actually read: "test: emacs:\r
63 >    toggle processing of cryptographic MIME parts in `notmuch-show'".\r
64 >    See commit 19ec74c5.\r
65 >\r
66 > - 5ea1dbe "test: emacs: toggle eliding of non-matching messages in\r
67 >   `notmuch-show'"\r
68 >\r
69 > - 345faab "test: emacs: toggle thread content indentation in\r
70 >   `notmuch-show'"\r
71 >\r
72 > Signed-off-by: Ethan Glasser-Camp <ethan@betacantrips.com>\r
73 > ---\r
74 > I screwed up with git commit --amend or something on the last patch,\r
75 > so David Bremner suggested that I take advantage of the situation to\r
76 > write this patch, which does something useful as a side effect.\r
77 \r
78 +1\r
79 \r
80 Tomi\r
81 \r
82 >\r
83 >  test/emacs                                         |   67 -----------------\r
84 >  test/emacs-show                                    |   71 ++++++++++++++++++\r
85 >  .../notmuch-show-elide-non-matching-messages-off   |   79 ++++++++++++++++++++\r
86 >  .../notmuch-show-elide-non-matching-messages-on    |   75 +++++++++++++++++++\r
87 >  .../notmuch-show-indent-thread-content-off         |   79 ++++++++++++++++++++\r
88 >  .../notmuch-show-process-crypto-mime-parts-off     |   31 ++++++++\r
89 >  .../notmuch-show-process-crypto-mime-parts-on      |   32 ++++++++\r
90 >  .../notmuch-show-elide-non-matching-messages-off   |   79 --------------------\r
91 >  .../notmuch-show-elide-non-matching-messages-on    |   75 -------------------\r
92 >  .../notmuch-show-indent-thread-content-off         |   79 --------------------\r
93 >  .../notmuch-show-process-crypto-mime-parts-off     |   31 --------\r
94 >  .../notmuch-show-process-crypto-mime-parts-on      |   32 --------\r
95 >  12 files changed, 367 insertions(+), 363 deletions(-)\r
96 >  create mode 100644 test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-off\r
97 >  create mode 100644 test/emacs-show.expected-output/notmuch-show-elide-non-matching-messages-on\r
98 >  create mode 100644 test/emacs-show.expected-output/notmuch-show-indent-thread-content-off\r
99 >  create mode 100644 test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-off\r
100 >  create mode 100644 test/emacs-show.expected-output/notmuch-show-process-crypto-mime-parts-on\r
101 >  delete mode 100644 test/emacs.expected-output/notmuch-show-elide-non-matching-messages-off\r
102 >  delete mode 100644 test/emacs.expected-output/notmuch-show-elide-non-matching-messages-on\r
103 >  delete mode 100644 test/emacs.expected-output/notmuch-show-indent-thread-content-off\r
104 >  delete mode 100644 test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-off\r
105 >  delete mode 100644 test/emacs.expected-output/notmuch-show-process-crypto-mime-parts-on\r
106 >\r