Re: [PATCH v4 12/16] add --try-decrypt to notmuch new
[notmuch-archives.git] / 09 / 7660a37a164d524daf117608aa6d62d256c9d8
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 1290D431FAF\r
6         for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 13:01:49 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 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         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 a24GNMOYd06x for <notmuch@notmuchmail.org>;\r
18         Wed,  9 Oct 2013 13:01:41 -0700 (PDT)\r
19 Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com\r
20  [74.125.82.43])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  6DBAD431FB6    for <notmuch@notmuchmail.org>; Wed,  9 Oct 2013 13:01:37 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f43.google.com with SMTP id c11so347485wgh.34\r
25         for <notmuch@notmuchmail.org>; Wed, 09 Oct 2013 13:01:34 -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:in-reply-to:references;\r
28         bh=29e59GFu9B+CcCDNr/Kry2oTa57xiWqPL3OS6gvNjQ8=;\r
29         b=HMBppUra3lBh8zcSJvLOJ+u95vlpRR65c5hUNjyFrBBzC+qskaw/cEaN22/txvGmRy\r
30         kULk/CIO/JzKNiNqIzunbFZl4s1qTGxJXfmreBSJoqswOFBSUZHLYAIdOGuhpExdTyAG\r
31         KKmXWlAN+V4C8B/d6bmzceFVi3r/+ARosaKguV+O69hri5Pa6u2LyF0iNjrOjqgu7PIt\r
32         o/sM9cvTeAVlc+ZW1afn39lkc+4JXFmkhrf8KtkL7rC7O8Pq6PJICKJMPm8RHuPjoYHL\r
33         WgBnEphsKSi96GIDN6WNpXYe11FSGQC8rpf4WbMq8m/oPw32jeWh+uw/8tInKv9IAGo0\r
34         DplQ==\r
35 X-Received: by 10.180.73.40 with SMTP id i8mr4219902wiv.37.1381348894825;\r
36         Wed, 09 Oct 2013 13:01:34 -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 c4sm18563932wiz.0.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Wed, 09 Oct 2013 13:01:34 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 2/2] test: emacs-show: fix use of prefix-arg\r
44 Date: Wed,  9 Oct 2013 21:01:26 +0100\r
45 Message-Id: <1381348886-5673-3-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1381348886-5673-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1381348886-5673-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 09 Oct 2013 20:01:49 -0000\r
62 \r
63 The test for elide-toggle functionality set the prefix arg\r
64 directly. Now that show uses the interactive specification just set\r
65 the argument directly.\r
66 ---\r
67  test/emacs-show |    3 +--\r
68  1 files changed, 1 insertions(+), 2 deletions(-)\r
69 \r
70 diff --git a/test/emacs-show b/test/emacs-show\r
71 index ae70053..fb23db4 100755\r
72 --- a/test/emacs-show\r
73 +++ b/test/emacs-show\r
74 @@ -91,8 +91,7 @@ test_begin_subtest "notmuch-show: elide non-matching messages (w/ prefix arg to\r
75  test_emacs '(let ((notmuch-show-only-matching-messages nil))\r
76         (notmuch-search "from:lars@seas.harvard.edu and subject:\"Maildir storage\"")\r
77         (notmuch-test-wait)\r
78 -       (let ((current-prefix-arg t))\r
79 -         (notmuch-search-show-thread))\r
80 +       (notmuch-search-show-thread t)\r
81         (notmuch-test-wait)\r
82         (test-visible-output))'\r
83  test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-elide-non-matching-messages-on\r
84 -- \r
85 1.7.9.1\r
86 \r