Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / 7a / e3a5e7034b023cc0fc35b03aa27637801e0a24
1 Return-Path: <pieter@praet.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 3CB76431FC3\r
6         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:52:55 -0800 (PST)\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 3dUtDgQZ4sIT for <notmuch@notmuchmail.org>;\r
16         Sun, 19 Feb 2012 12:52:53 -0800 (PST)\r
17 Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
18         [74.125.82.181]) (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 8FB71431FAF\r
21         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:52:48 -0800 (PST)\r
22 Received: by werp13 with SMTP id p13so3518433wer.26\r
23         for <notmuch@notmuchmail.org>; Sun, 19 Feb 2012 12:52:47 -0800 (PST)\r
24 Received-SPF: pass (google.com: domain of pieter@praet.org designates\r
25         10.180.86.9 as permitted sender) client-ip=10.180.86.9; \r
26 Authentication-Results: mr.google.com;\r
27         spf=pass (google.com: domain of pieter@praet.org\r
28         designates 10.180.86.9 as permitted sender)\r
29         smtp.mail=pieter@praet.org\r
30 Received: from mr.google.com ([10.180.86.9])\r
31         by 10.180.86.9 with SMTP id l9mr11994963wiz.15.1329684767252 (num_hops\r
32         = 1); Sun, 19 Feb 2012 12:52:47 -0800 (PST)\r
33 MIME-Version: 1.0\r
34 Received: by 10.180.86.9 with SMTP id l9mr10047528wiz.15.1329684767100;\r
35         Sun, 19 Feb 2012 12:52:47 -0800 (PST)\r
36 Received: from localhost (104.218-242-81.adsl-dyn.isp.belgacom.be.\r
37         [81.242.218.104])\r
38         by mx.google.com with ESMTPS id gf3sm9929415wib.6.2012.02.19.12.52.46\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Sun, 19 Feb 2012 12:52:46 -0800 (PST)\r
41 From: Pieter Praet <pieter@praet.org>\r
42 To: David Edmondson <dme@dme.org>\r
43 Subject: [PATCH v6 2/3] test: emacs: expand subtest "Stashing in notmuch-show"\r
44         wrt stashing Mailing List Archive URIs\r
45 Date: Sun, 19 Feb 2012 21:50:26 +0100\r
46 Message-Id: <1329684627-10708-3-git-send-email-pieter@praet.org>\r
47 X-Mailer: git-send-email 1.7.8.1\r
48 In-Reply-To: <1329684627-10708-1-git-send-email-pieter@praet.org>\r
49 References: <1327397873-20596-1-git-send-email-dme@dme.org>\r
50         <1329684627-10708-1-git-send-email-pieter@praet.org>\r
51 X-Gm-Message-State:\r
52  ALoCoQnb4qkKOWNeII8tXIwkPD1TrBEQ6NKEJ9ozkrw0RPcBbDuwZqrIWqnYo0c4+1Rq2SsTPDBE\r
53 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
54 X-BeenThere: notmuch@notmuchmail.org\r
55 X-Mailman-Version: 2.1.13\r
56 Precedence: list\r
57 List-Id: "Use and development of the notmuch mail system."\r
58         <notmuch.notmuchmail.org>\r
59 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
61 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
62 List-Post: <mailto:notmuch@notmuchmail.org>\r
63 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
64 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
65         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
66 X-List-Received-Date: Sun, 19 Feb 2012 20:52:55 -0000\r
67 \r
68 `notmuch-show-stash-mlarchive-link' stashes a URI pointing to the current message\r
69 at one of the MLAs configured in `notmuch-show-stash-mlarchive-link-alist'.\r
70 \r
71 Marked as "broken": fixed in next commit.\r
72 ---\r
73  test/emacs |    9 ++++++++-\r
74  1 files changed, 8 insertions(+), 1 deletions(-)\r
75 \r
76 diff --git a/test/emacs b/test/emacs\r
77 index b74cfa9..1f213e3 100755\r
78 --- a/test/emacs\r
79 +++ b/test/emacs\r
80 @@ -384,6 +384,7 @@ test_emacs '(notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.\r
81  test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-with-hidden-messages\r
82  \r
83  test_begin_subtest "Stashing in notmuch-show"\r
84 +test_subtest_known_broken\r
85  add_message '[date]="Sat, 01 Jan 2000 12:00:00 -0000"' \\r
86      '[from]="Some One <someone@somewhere.org>"' \\r
87      '[to]="Some One Else <notsomeone@somewhere.org>"' \\r
88 @@ -402,9 +403,12 @@ test_emacs '(notmuch-show "id:\"bought\"")\r
89         (notmuch-show-stash-message-id-stripped)\r
90         (notmuch-show-stash-tags)\r
91         (notmuch-show-stash-filename)\r
92 +       (notmuch-show-stash-mlarchive-link "Gmane")\r
93 +       (notmuch-show-stash-mlarchive-link "MARC")\r
94 +       (notmuch-show-stash-mlarchive-link "Mail Archive, The")\r
95         (switch-to-buffer\r
96           (generate-new-buffer "*test-stashing*"))\r
97 -       (dotimes (i 9)\r
98 +       (dotimes (i 12)\r
99           (yank)\r
100           (insert "\n")\r
101           (rotate-yank-pointer 1))\r
102 @@ -420,6 +424,9 @@ id:"bought"\r
103  bought\r
104  inbox,stashtest\r
105  ${gen_msg_filename}\r
106 +http://mid.gmane.org/bought\r
107 +http://marc.info/?i=bought\r
108 +http://mail-archive.com/search?l=mid&q=bought\r
109  EOF\r
110  test_expect_equal_file OUTPUT EXPECTED\r
111  \r
112 -- \r
113 1.7.8.1\r
114 \r