Re: Avoiding the "huge INBOX of death"
[notmuch-archives.git] / 27 / 715f076d753bb15b9c0d132abd853222bdc821
1 Return-Path: <david@tethera.net>\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 arlo.cworth.org (Postfix) with ESMTP id 72E256DE13E7\r
6  for <notmuch@notmuchmail.org>; Tue, 16 Feb 2016 10:37:22 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.307\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5 tests=[AWL=0.244,\r
12   RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id W9y4C4l19xXc for <notmuch@notmuchmail.org>;\r
16  Tue, 16 Feb 2016 10:37:20 -0800 (PST)\r
17 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id 1CDDE6DE0FC5\r
19  for <notmuch@notmuchmail.org>; Tue, 16 Feb 2016 10:37:19 -0800 (PST)\r
20 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1aVkUF-0006iR-AH; Tue, 16 Feb 2016 13:36:35 -0500\r
23 Received: (nullmailer pid 10229 invoked by uid 1000);\r
24  Tue, 16 Feb 2016 18:37:14 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: "W. Trevor King" <wking@tremily.us>\r
27 Cc: notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH] nmbug: Allow Unicode tags and IDs in Python 2\r
29 In-Reply-To: <20160216175641.GN4265@odin.tremily.us>\r
30 References:\r
31  <e287050a10ce1d2120db996d2d200f610370a44e.1455513965.git.wking@tremily.us>\r
32  <87lh6kvmbc.fsf@zancas.localnet> <20160216175641.GN4265@odin.tremily.us>\r
33 User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Tue, 16 Feb 2016 14:37:14 -0400\r
36 Message-ID: <87wpq4v6w5.fsf@tesseract.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\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: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 16 Feb 2016 18:37:22 -0000\r
52 \r
53 "W. Trevor King" <wking@tremily.us> writes:\r
54 \r
55 >\r
56 >> At first I thought there might be problems with non-utf8 message-ids,\r
57 >> but that turns out not to be the case [1].  It seems like it would take\r
58 >> a fairly heroic effort to get non-UTF8 tags into the database (perhaps\r
59 >> by calling the library interface with bad strings?) so we can probably\r
60 >> ignore this case. It might be good to document the limitation though,\r
61 >> since AFAIK, dump and restore can roundtrip any old crap.\r
62 >\r
63 > How about in a NEWS entry in v2 of this series, and then echoing that\r
64 > NEWS entry in the notmuch-dtags (or whatever) man page once I work up\r
65 > that series?\r
66 \r
67 Sure, sounds fine\r
68 \r
69 d\r
70 \r
71 \r