queuing database tasks?
authorNicolás Reynolds <fauno@endefensadelsl.org>
Tue, 1 Jul 2014 23:20:09 +0000 (20:20 +2100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 18:03:22 +0000 (10:03 -0800)
3d/73dbbad8a06d63357fa814f2562cad3d738966 [new file with mode: 0644]

diff --git a/3d/73dbbad8a06d63357fa814f2562cad3d738966 b/3d/73dbbad8a06d63357fa814f2562cad3d738966
new file mode 100644 (file)
index 0000000..58bf116
--- /dev/null
@@ -0,0 +1,94 @@
+Return-Path: <fauno@ponape.com.ar>\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 3FC94431FC4\r
+       for <notmuch@notmuchmail.org>; Tue,  1 Jul 2014 16:20:16 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
+       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 ePI92tidK2-l for <notmuch@notmuchmail.org>;\r
+       Tue,  1 Jul 2014 16:20:12 -0700 (PDT)\r
+Received: from ponape.com.ar (ponape.com.ar [190.111.232.20])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 97A72431FBC\r
+       for <notmuch@notmuchmail.org>; Tue,  1 Jul 2014 16:20:12 -0700 (PDT)\r
+Received: by [127.0.0.1] (localhost [127.0.0.1])\r
+       id 0B1DCC91DD; Tue,  1 Jul 2014 20:20:09 -0300 (ART)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=endefensadelsl.org;\r
+       s=ponape; t=1404256810;\r
+       bh=qWV/zed4rH5RO8OzDvkWd0Pg4JNdeQDj7cZH81HAO8M=;\r
+       h=From:To:Cc:Subject:Date;\r
+       b=ZHooPqiLKsX7vTSJZsdOglqYec2dGPTlytL1NqHthLNow3MywHkmi0jGQ780u82Vl\r
+       a0sNT9owC1EmPReQRallkSbAYX3VOf26fR1sBbTd+wreWICtMpzImDD4MUXJtencyU\r
+       8flNskMrTbJoqCUReptqq/gfZTl95Gxo+R/8URsNY01XiWW5oi3ZwBIVQqY7/CaIU2\r
+       m8FhMbfJX7MEhbBpaICzCyrNBJcp3qgklMi1KttnFk/jqSKJpB5nnpggdsLE7WTDdN\r
+       pET3EVyw4kK1/Ma4rg5yFP9dotMZn9Cr6qaNtR14zOx9XsrE9VZl9bba/Fd4mD2BRH\r
+       lOXJY8c/b6VAg==\r
+From: =?utf-8?Q?Nicol=C3=A1s?= Reynolds <fauno@endefensadelsl.org>\r
+To: <notmuch@notmuchmail.org>\r
+Cc: \r
+Subject: queuing database tasks?\r
+Mail-Followup-To: <notmuch@notmuchmail.org>\r
+Date: Tue, 01 Jul 2014 20:20:09 -0300\r
+Message-ID: <87y4wcll92.fsf@endefensadelsl.org>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha512; protocol="application/pgp-signature"\r
+X-Mailman-Approved-At: Wed, 02 Jul 2014 06:55:19 -0700\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: Tue, 01 Jul 2014 23:20:16 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+\r
+hi! sometimes my machine takes a little while to process new emails and\r
+if i'm reading email during that moment, tagging and untagging fails\r
+because the xapian database is write locked.\r
+\r
+this affects manual tagging but also the emacs interface removing the\r
+unread tag so i often have to come back or wait to do it manually.\r
+\r
+would it be possible to queue these actions until the database is\r
+unlocked again or any other solution?\r
+\r
+=2D-=20\r
+:{\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v2\r
+\r
+iQF8BAEBCgBmBQJTs0IpXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w\r
+ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ0OUY3MDdBMUNCMzY2QzU4MEU2MjVCM0M0\r
+NTYwMzJENzE3QTRDRDlDAAoJEEVgMtcXpM2cykAH/0cHo/dn8R/Gn56q43jPQ/V9\r
+3GyEFP+2M8MP6imJve3Kf6JtnxI/btDM5pwTfh/Mm351ixN266ZSla1KY/co1kGH\r
+IpoQ6ruWUNyKR8mSQOrwmVS+zOVHmJ9qdSq10kJjgL8pF3GbdtHr1lqgOH4KShQ1\r
+OYD0uFvXjKrUZC2pNVnpjdO9OKA+54hDn5bcDCwHS55HPUh2pTREnPPdM2e2EA38\r
+EC319QTYFajG3tKjbTV8DAkHv5TrHXiTqpeCv1Q/McghXoDMUw5s8Qrf+/ZfvkL1\r
+u7GhBzYY06i8HfpH4/BOpk7+RIiqdMfKXjrc2SBUpnYTsNstCzkatOYyPPnV2Vk=\r
+=XiQo\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r