[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 5b / 147cfd73aaa11b3e9ac9bb6e63201dd79145b3
1 Return-Path: <david@tethera.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 85E7E431FBF\r
6         for <notmuch@notmuchmail.org>; Sat,  7 Feb 2015 06:07:44 -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: 2.438\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.438 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id vFOcys-3CG6O for <notmuch@notmuchmail.org>;\r
16         Sat,  7 Feb 2015 06:07:41 -0800 (PST)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224])\r
19         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 40902431FAE\r
22         for <notmuch@notmuchmail.org>; Sat,  7 Feb 2015 06:07:41 -0800 (PST)\r
23 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
24         4.80) (envelope-from <david@tethera.net>)\r
25         id 1YK62A-0007vP-1z; Sat, 07 Feb 2015 14:06:54 +0000\r
26 Received: (nullmailer pid 23796 invoked by uid 1000); Sat, 07 Feb 2015\r
27         14:06:42 -0000\r
28 From: David Bremner <david@tethera.net>\r
29 To: sfischme@uwaterloo.ca, notmuch <notmuch@notmuchmail.org>\r
30 Subject: Re: Undo function or history log\r
31 In-Reply-To: <87twyywwcp.fsf@uwaterloo.ca>\r
32 References: <87twyywwcp.fsf@uwaterloo.ca>\r
33 User-Agent: Notmuch/0.19+48~gb74ed1c (http://notmuchmail.org) Emacs/24.4.1\r
34         (x86_64-pc-linux-gnu)\r
35 Date: Sat, 07 Feb 2015 10:06:42 -0400\r
36 Message-ID: <87iofd6cjx.fsf@maritornes.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sat, 07 Feb 2015 14:07:44 -0000\r
52 \r
53 Sebastian Fischmeister <sfischme@uwaterloo.ca> writes:\r
54 \r
55 > I very much appreciate the ability to have simple shortcuts set tags,\r
56 > refresh the view, etc. Unfortunately, sometimes, things happen\r
57 > accidentally --- think of the cat walking on the keyboard --- and\r
58 > consequently somethings might get lost due to wrong tags.\r
59 \r
60 Hi Sebastian;\r
61 \r
62 We tossed around some ideas based on\r
63 \r
64    id:1413181203-1676-1-git-send-email-aclements@csail.mit.edu\r
65 \r
66 for some kind of analogue of "git reflog". I think at a basic level this\r
67 would not be too hard, but without some more work I think it would\r
68 mainly be useful for "last hope disaster recovery", something like\r
69 "notmuch restore mtime:-10min".  The main problem I know of is that from\r
70 the user's point of view, several writers can change the database\r
71 "concurrently". In particular you can imagine scenarios involving\r
72 "notmuch new" running in a cron and undoing more than you intended.\r
73 \r
74 d\r