[PATCH 3/3] errors='ignore' when decode to unicode
[notmuch-archives.git] / ac / b53aafdc3e92c3122d411172e8d249ff8a990d
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 55679429E21\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 03:29:15 -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 d48OrnmYgfqS for <notmuch@notmuchmail.org>;\r
16         Wed, 16 Nov 2011 03:29:14 -0800 (PST)\r
17 Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com\r
18  [74.125.82.41])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  96770431FB6    for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 03:29:14 -0800\r
21  (PST)\r
22 Received: by wwf25 with SMTP id 25so7374387wwf.2\r
23         for <notmuch@notmuchmail.org>; Wed, 16 Nov 2011 03:29:13 -0800 (PST)\r
24 Received: by 10.216.137.84 with SMTP id x62mr485819wei.28.1321442953067;\r
25         Wed, 16 Nov 2011 03:29:13 -0800 (PST)\r
26 Received: from localhost ([109.131.148.49])\r
27         by mx.google.com with ESMTPS id eu16sm32425505wbb.7.2011.11.16.03.29.11\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Wed, 16 Nov 2011 03:29:12 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
32         David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH] add `tag:' prefix to `--output=tags' results\r
34 In-Reply-To: <8762in39w7.fsf@servo.finestructure.net>\r
35 References: <877hbiep5g.fsf@SSpaeth.de>\r
36         <1309422029-22924-1-git-send-email-pieter@praet.org>\r
37         <87k475mktx.fsf@rocinante.cs.unb.ca>\r
38         <8762in39w7.fsf@servo.finestructure.net>\r
39 User-Agent: Notmuch/0.9+76~g2fd88e6 (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-unknown-linux-gnu)\r
41 Date: Wed, 16 Nov 2011 12:28:13 +0100\r
42 Message-ID: <87boscfgs2.fsf@praet.org>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain; charset=us-ascii\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Wed, 16 Nov 2011 11:29:15 -0000\r
58 \r
59 On Sun, 13 Nov 2011 15:00:56 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
60 > On Sat, 12 Nov 2011 10:17:30 -0500, David Bremner <david@tethera.net> wrote:\r
61 > > What do people think about this change? Personally I will have change\r
62 > > some scripts to not add "tag:", but it isn't that big of a deal.\r
63\r
64 > I would actually prefer to see the prefixes removed from the messages\r
65 > and threads output rather than see it added to the tags output.  I think\r
66 > that's the way to make the output most consistent.  When I ask for\r
67 > --output=messages I'm asking for the message ids of the messages, not\r
68 > for search terms for the messages.  I think it should be up to the\r
69 > consumer to add the prefix if they would like to construct search terms\r
70 > based on the output.\r
71\r
72 > My 2 cents.  I would be happy to provide a patch to make that change if\r
73 > people agree to that behavior.\r
74\r
75 \r
76 I agree 100%.  Your rationale is as rational as they come, and the\r
77 change itself is really simple (patch available [1]), *but* do consider\r
78 the amount of tests (alot!) and third-party programs/scripts that would\r
79 need an update.\r
80 \r
81 > jamie.\r
82 \r
83 \r
84 Peace\r
85 \r
86 -- \r
87 Pieter\r
88 \r
89 [1] id:"1309421989-22410-1-git-send-email-pieter@praet.org"\r