Re: [PATCH] nmbug: Allow Unicode tags and IDs in Python 2
authorDavid Bremner <david@tethera.net>
Tue, 16 Feb 2016 18:37:14 +0000 (14:37 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:08 +0000 (16:21 -0700)
27/715f076d753bb15b9c0d132abd853222bdc821 [new file with mode: 0644]

diff --git a/27/715f076d753bb15b9c0d132abd853222bdc821 b/27/715f076d753bb15b9c0d132abd853222bdc821
new file mode 100644 (file)
index 0000000..70dbf33
--- /dev/null
@@ -0,0 +1,71 @@
+Return-Path: <david@tethera.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 72E256DE13E7\r
+ for <notmuch@notmuchmail.org>; Tue, 16 Feb 2016 10:37:22 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.307\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.307 tagged_above=-999 required=5 tests=[AWL=0.244,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id W9y4C4l19xXc for <notmuch@notmuchmail.org>;\r
+ Tue, 16 Feb 2016 10:37:20 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 1CDDE6DE0FC5\r
+ for <notmuch@notmuchmail.org>; Tue, 16 Feb 2016 10:37:19 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aVkUF-0006iR-AH; Tue, 16 Feb 2016 13:36:35 -0500\r
+Received: (nullmailer pid 10229 invoked by uid 1000);\r
+ Tue, 16 Feb 2016 18:37:14 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: "W. Trevor King" <wking@tremily.us>\r
+Cc: notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] nmbug: Allow Unicode tags and IDs in Python 2\r
+In-Reply-To: <20160216175641.GN4265@odin.tremily.us>\r
+References:\r
+ <e287050a10ce1d2120db996d2d200f610370a44e.1455513965.git.wking@tremily.us>\r
+ <87lh6kvmbc.fsf@zancas.localnet> <20160216175641.GN4265@odin.tremily.us>\r
+User-Agent: Notmuch/0.21+5~gca076ce (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Tue, 16 Feb 2016 14:37:14 -0400\r
+Message-ID: <87wpq4v6w5.fsf@tesseract.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 16 Feb 2016 18:37:22 -0000\r
+\r
+"W. Trevor King" <wking@tremily.us> writes:\r
+\r
+>\r
+>> At first I thought there might be problems with non-utf8 message-ids,\r
+>> but that turns out not to be the case [1].  It seems like it would take\r
+>> a fairly heroic effort to get non-UTF8 tags into the database (perhaps\r
+>> by calling the library interface with bad strings?) so we can probably\r
+>> ignore this case. It might be good to document the limitation though,\r
+>> since AFAIK, dump and restore can roundtrip any old crap.\r
+>\r
+> How about in a NEWS entry in v2 of this series, and then echoing that\r
+> NEWS entry in the notmuch-dtags (or whatever) man page once I work up\r
+> that series?\r
+\r
+Sure, sounds fine\r
+\r
+d\r
+\r
+\r