problems with nmbug and empty prefix
authorDavid Bremner <david@tethera.net>
Sat, 13 Feb 2016 19:10:16 +0000 (15:10 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:06 +0000 (16:21 -0700)
2a/3b614a100e71cae511f1b2c7b61b5b7888856d [new file with mode: 0644]

diff --git a/2a/3b614a100e71cae511f1b2c7b61b5b7888856d b/2a/3b614a100e71cae511f1b2c7b61b5b7888856d
new file mode 100644 (file)
index 0000000..d4e9689
--- /dev/null
@@ -0,0 +1,70 @@
+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 7D4B46DE17D7\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Feb 2016 11:10:20 -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 GUp5Uj1YvLp2 for <notmuch@notmuchmail.org>;\r
+ Sat, 13 Feb 2016 11:10:18 -0800 (PST)\r
+Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id BB9A56DE13DC\r
+ for <notmuch@notmuchmail.org>; Sat, 13 Feb 2016 11:10:18 -0800 (PST)\r
+Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
+ (envelope-from <david@tethera.net>)\r
+ id 1aUfZY-0005k0-85; Sat, 13 Feb 2016 14:09:36 -0500\r
+Received: (nullmailer pid 30751 invoked by uid 1000);\r
+ Sat, 13 Feb 2016 19:10:16 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: problems with nmbug and empty prefix\r
+User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Sat, 13 Feb 2016 15:10:16 -0400\r
+Message-ID: <87oabko293.fsf@zancas.localnet>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\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: Sat, 13 Feb 2016 19:10:20 -0000\r
+\r
+\r
+Currently nmbug doesn't seem to work with an empty prefix for me.\r
+\r
+=E2=95=AD=E2=94=80 zancas:~=20\r
+=E2=95=B0=E2=94=80% bash\r
+bremner@zancas:~$ export NMBGIT=3D/tmp/nmbug\r
+bremner@zancas:~$ export NMBPREFIX=3D""\r
+bremner@zancas:~$ nmbug commit\r
+/usr/lib/python2.7/urllib.py:1303: UnicodeWarning: Unicode equal comparison=\r
+ failed to convert both arguments to Unicode - interpreting them as being u=\r
+nequal\r
+  return ''.join(map(quoter, s))\r
+Error flushing output: <fd:8>: Broken pipe\r
+[u'notmuch', u'dump', u'--format=3Dbatch-tag', u'--', u'<censored>'] exited=\r
+ with 254\r
+\r
+where <censored> is the complete list of tags in my database.\r
+\r
+/tmp/nmbug is a previously cloned repo.\r
+\r
+I'm not sure if this is because of some problem with a null prefix\r
+specifically, or just the number of messages involved.\r