Possible bug in notmuch python, removing tags not working.
authorBryan Hunt <irishjava@gmail.com>
Wed, 1 Feb 2012 17:23:11 +0000 (17:23 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:43:54 +0000 (09:43 -0800)
32/4fc00c2e31708819f8fd0f955918d91f5f582f [new file with mode: 0644]

diff --git a/32/4fc00c2e31708819f8fd0f955918d91f5f582f b/32/4fc00c2e31708819f8fd0f955918d91f5f582f
new file mode 100644 (file)
index 0000000..c24446e
--- /dev/null
@@ -0,0 +1,62 @@
+Return-Path: <irishjava@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id F216B421192\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Feb 2012 09:22:56 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id PShS7oCZ9J0G for <notmuch@notmuchmail.org>;\r
+       Wed,  1 Feb 2012 09:22:54 -0800 (PST)\r
+Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
+       [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id A0159431E64\r
+       for <notmuch@notmuchmail.org>; Wed,  1 Feb 2012 09:22:54 -0800 (PST)\r
+Received: by werb10 with SMTP id b10so1290948wer.26\r
+       for <notmuch@notmuchmail.org>; Wed, 01 Feb 2012 09:22:51 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=from:to:subject:user-agent:date:message-id:mime-version\r
+       :content-type; bh=cuInRlOECqzayQqQwcdedXgNY8NnCuy/JvRFn1B6c/0=;\r
+       b=K1nC7V2C/4Gc7m9xVXnuudc5sbkb5KFCW1NqMOHZv4jDj8wWYL/qzynCUdOM7qhoRf\r
+       ukvAVJqsnX5TLxANPNFXeyzQxh8eqg6FAvWXtEweE8ypeXAZXE0lNn95kC/D1CZNE8BL\r
+       aUAcE9vC32KsFO+GpHNK7F9s/6S2ZQL/YGBN0=\r
+Received: by 10.216.132.214 with SMTP id o64mr3122680wei.26.1328116971918;\r
+       Wed, 01 Feb 2012 09:22:51 -0800 (PST)\r
+Received: from localhost ([217.158.182.108])\r
+       by mx.google.com with ESMTPS id j16sm75553295wie.4.2012.02.01.09.22.50\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 01 Feb 2012 09:22:50 -0800 (PST)\r
+From: Bryan Hunt <irishjava@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: Possible bug in notmuch python, removing tags not working.\r
+User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.3.1\r
+       (i686-pc-linux-gnu)\r
+Date: Wed, 01 Feb 2012 17:23:11 +0000\r
+Message-ID: <87pqdyo4cg.fsf@gmail.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://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: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 01 Feb 2012 17:22:57 -0000\r
+\r
+\r
+https://bitbucket.org/spaetz/cnotmuch/issue/1/removing-tags-doesnt-seem-to-be-saving\r
+\r