[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / ee / 2ef001eb8b2a997738a6ddac75e20d5a179985
1 Return-Path: <micah@riseup.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 olra.theworths.org (Postfix) with ESMTP id 3FB72431FB6\r
6         for <notmuch@notmuchmail.org>; Thu, 27 Jan 2011 10:40:31 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.689\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.689 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7, T_MIME_NO_TEXT=0.01,\r
13         UNPARSEABLE_RELAY=0.001] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id r0tujqzIkTgK for <notmuch@notmuchmail.org>;\r
17         Thu, 27 Jan 2011 10:40:29 -0800 (PST)\r
18 Received: from mx1.riseup.net (mx1.riseup.net [204.13.164.18])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 94A87431FB5\r
22         for <notmuch@notmuchmail.org>; Thu, 27 Jan 2011 10:40:29 -0800 (PST)\r
23 Received: from tern.riseup.net (tern-pn.riseup.net [10.0.1.12])\r
24         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
25         (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (verified OK))\r
26         by mx1.riseup.net (Postfix) with ESMTPS id 7E5D125FA0B;\r
27         Thu, 27 Jan 2011 10:40:28 -0800 (PST)\r
28 Received: from [127.0.0.1] (localhost [127.0.0.1])\r
29         (Authenticated sender: micah@tern.riseup.net)\r
30         with ESMTPSA id 9E16814C12E\r
31 Received: by algae (Postfix, from userid 1000)\r
32         id D800341A6B; Thu, 27 Jan 2011 13:40:25 -0500 (EST)\r
33 From: micah anderson <micah@riseup.net>\r
34 To: Thomas Schwinge <thomas@schwinge.name>, notmuch@notmuchmail.org\r
35 Subject: Re: notmuch's idea of concurrency / failing an invocation\r
36 In-Reply-To: <87fwsetdin.fsf@kepler.schwinge.homeip.net>\r
37 References: <87fwsetdin.fsf@kepler.schwinge.homeip.net>\r
38 User-Agent: Notmuch/0.3.1-93-g3ec9d24 (http://notmuchmail.org) Emacs/23.2.1\r
39         (i486-pc-linux-gnu)\r
40 Date: Thu, 27 Jan 2011 13:40:25 -0500\r
41 Message-ID: <8762taxk9y.fsf@algae.riseup.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha512; protocol="application/pgp-signature"\r
45 X-Virus-Scanned: clamav-milter 0.96.5 at mx1\r
46 X-Virus-Status: Clean\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Thu, 27 Jan 2011 18:40:31 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Thu, 27 Jan 2011 19:20:00 +0100, Thomas Schwinge <thomas@schwinge.name> =\r
65 wrote:\r
66 > Stepping away from the current code base -- what is notmuch's original\r
67 > idea of concurrency?  That is, all of us probably know that one:\r
68 >=20\r
69 >     A Xapian exception occurred opening database: Unable to get write\r
70 >       lock on /home/thomas/Mail-schwinge.name-thomas/.notmuch/xapian:\r
71 >       already locked\r
72 >=20\r
73 > I recently saw that one while using the Emacs UI (that one tried to\r
74 > remove a unread tag or similar), and in parallel a delivery to the\r
75 > notmuch DB was going on.\r
76 \r
77 Due to my harddisk in my laptop being slow (5400RPM), my notmuch\r
78 database growing, and perhaps some fragmentation somewhere, this has\r
79 become *incredibly* annoying for me. I am checking email every 30\r
80 minutes, and I'm nicing and ionicing the processes so I can use my\r
81 machine, but while those processes are running, I'm effectively locked\r
82 out of a good portion of my email.=20\r
83 \r
84 Usually, I switch to another task until my disk light has ceased being\r
85 solid, because the update time is too slow for me to wait.=20\r
86 \r
87 Now that folders are making it in, the two remaining features that are\r
88 driving me nuts with notmuch is this one and the\r
89 verification/decryption/encryption process (replying to an encrypted\r
90 message is 12 distinct steps for me, which is discouraging me from doing\r
91 that at all).=20\r
92 \r
93 I really don't want to complain, because I have no time to help in these\r
94 areas,  rather I'm interested  to know  if anyone  has any  pointers for\r
95 making this less annoying, and I'm  hoping that at some point I can free\r
96 up time to help. Perhaps I need to dump/restore my notmuch DB? Or index\r
97 less mail?\r
98 \r
99 micah\r
100 \r
101 --=-=-=\r
102 Content-Type: application/pgp-signature\r
103 \r
104 -----BEGIN PGP SIGNATURE-----\r
105 Version: GnuPG v1.4.10 (GNU/Linux)\r
106 \r
107 iQIcBAEBCgAGBQJNQbwZAAoJEIy/mjIoYaeQ/OIP/Rl4Jmf2wh9CiGEUzwftzETQ\r
108 8vemxWCDfzjHdHbVOQaPqXXaJTWtW0E1dPVQZPGyQLK2JD+wGBu852bF98ZYqj10\r
109 ehSJERvoYeIHKeSh3Cv92XDzf1EhBfhQmOwi39Y3svzwdJ6O1GRqCocBNe16zi1I\r
110 4R1NaqXaNWRG00KuddpmRqIwGZTWHRTI1FR3WhdtuA/KpUG7XhXI0oQqnyej4ZvS\r
111 noxQLTNFQPsM8GInZZNq69qjmJ5QvbI2+VturO8LNjWG9g0QE1PS+nUSbGEk/xzL\r
112 NmEPvtHZpIt0K/WeYwj0jF7PX2TA8e8Le3nWRcRt7za/jIP+JaukCgvYhcTlxB9u\r
113 efmVDKYMwxdYjfZX9Xww5N+BnEKKSyYuwj/T+iDvyiG/BZIP5bBEahtbcDIzJr+L\r
114 sJcR2JNUQGbsL3l/ps8VhDsC3+aKBeB2wmCjwQWM6xA3i9wqiP3YBC81t+6uEL72\r
115 IZNMav/0JLPIRMAjQ8vRHrFRxjZoNwVaPUSe1w5inNaT2WK3BoOS11yoAQe49VCD\r
116 zqQBFmHOtG2T+eDSWJPRWqSMJPg9o0RbW8FHfruO2M9V1oeozzEL99hFm/hvOf67\r
117 JylI4cp0FtTVj3znMsb5/8NuAVujjJc9KaXHUtcE8ZbTIzAe+mBKgCqvVBLklFsC\r
118 sw04k4LFbqlS3DqWyNuc\r
119 =BAcU\r
120 -----END PGP SIGNATURE-----\r
121 --=-=-=--\r