[PATCH v2 2/7] test: test notmuch search --duplicate=N
[notmuch-archives.git] / 3b / ef22023eebebaed4319feedcbacff7379c652f
1 Return-Path: <tomi.ollila@nixu.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 46C00429E30\r
6         for <notmuch@notmuchmail.org>; Tue, 30 Aug 2011 04:04:12 -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 FfevQt2vooCK for <notmuch@notmuchmail.org>;\r
16         Tue, 30 Aug 2011 04:04:11 -0700 (PDT)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id DC2F0429E28\r
21         for <notmuch@notmuchmail.org>; Tue, 30 Aug 2011 04:04:10 -0700 (PDT)\r
22 Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         p7UB46QL005086\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);\r
26         Tue, 30 Aug 2011 14:04:06 +0300\r
27 Received: (from too@localhost)\r
28         by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p7UB46DT005083;\r
29         Tue, 30 Aug 2011 14:04:06 +0300\r
30 X-Authentication-Warning: taco2.nixu.fi: too set sender to\r
31         tomi.ollila@nixu.com using -f\r
32 From: Tomi Ollila <tomi.ollila@nixu.com>\r
33 To: Matthias Guedemann <matthias.guedemann@googlemail.com>\r
34 Subject: Patch formatting: (was: remove GNU specific nm option from version\r
35         script)\r
36 References: <8739gj2r39.fsf@pc44es141.cs.uni-magdeburg.de>\r
37 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
38         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
39         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
40 Date: Tue, 30 Aug 2011 14:04:03 +0300\r
41 In-Reply-To: <8739gj2r39.fsf@pc44es141.cs.uni-magdeburg.de> (Matthias\r
42         Guedemann's message of "Tue, 30 Aug 2011 11:20:26 +0200")\r
43 Message-ID: <yf6hb4zrwik.fsf@taco2.nixu.fi>\r
44 User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux)\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain\r
47 Cc: notmuch@notmuchmail.org\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: Tue, 30 Aug 2011 11:04:12 -0000\r
61 \r
62 On Tue 30 Aug 2011 12:20, Matthias Guedemann <matthias.guedemann@googlemail.com> writes:\r
63 \r
64 > hi all,\r
65 >\r
66 > I compiled notmuch on OpenBSD and stumbled onto the usage of the GNU\r
67 > specific option "--defined" to nm.\r
68 >\r
69 > I replaced this with calling nm without options and then filtering the\r
70 > output with grep\r
71 >\r
72 > tried on OpenBSD 5.0 -current and Debian on current git head\r
73 \r
74 Maybe you should check how to "properly" format patches for the list.\r
75 For example. see:\r
76 \r
77 http://notmuchmail.org/pipermail/notmuch/2011/005412.html\r
78 \r
79 Note that after three '---' and before the 'diff git ..' the contents\r
80 are ignored by git am (or something), for an example, see:\r
81 \r
82 http://notmuchmail.org/pipermail/notmuch/2011/005452.html\r
83 \r
84 >\r
85 > regards\r
86 > Matthias\r
87 \r
88 Tomi\r
89 \r
90 PS: Maybe we should have just one page anyone can refer in\r
91 reply emails like this?\r