Re: A systematic way of handling Xapian lock errors?
[notmuch-archives.git] / e3 / 8b848e150cd5cc70cdaede20b70fb7c0e2e72e
1 Return-Path: <markwalters1009@gmail.com>\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 2A495429E27\r
6         for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:37 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 2.7\r
10 X-Spam-Level: **\r
11 X-Spam-Status: No, score=2.7 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         FREEMAIL_REPLY=2.499, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id eHoXFbIuOkmQ for <notmuch@notmuchmail.org>;\r
18         Thu, 22 Aug 2013 10:10:32 -0700 (PDT)\r
19 Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com\r
20         [209.85.212.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 33622431FC2\r
23         for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:32 -0700 (PDT)\r
24 Received: by mail-wi0-f182.google.com with SMTP id hi8so952466wib.15\r
25         for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:31 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id;\r
28         bh=z+14WNT+pUYtcl+094BvvRor12f8P9a255+MYs7G+oY=;\r
29         b=sp6//B2VR9n6oCr543a/yLc2fn+/XdlPUbYYPwfGeD4cmMoXm8NTLHUwspXvbh4sLJ\r
30         Miwe/6AmqIaOz3gbbNTYCSB5AdQHEOTAIvFNjeT9F18kfOvvPWPg8q6DU+31uSYxFGFI\r
31         ZNHNuh9ld6A64O9so9Uvxtb57pqHTWywtKLwn9qZa81u5cQaMp80G154Z5S0qQEtyz0d\r
32         DKRnxkXywm/EfJPsU9STinrO3kpCSuJO65jJLDcQ6bHOeX9ztMMub2MppxP3WuFvN6f7\r
33         O0ww0UTEQVSzLH43DL09E3ded6duJbyIzzpM10dXNt4pG46ukmxNGQ/86p4Uedj6Qa75\r
34         gGKQ==\r
35 X-Received: by 10.180.160.203 with SMTP id xm11mr19373799wib.17.1377191430999;\r
36         Thu, 22 Aug 2013 10:10:30 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id\r
39         fu13sm18210912wic.7.1969.12.31.16.00.00\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Thu, 22 Aug 2013 10:10:30 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v3 00/11] contrib: pick: keybindings\r
45 Date: Thu, 22 Aug 2013 18:10:15 +0100\r
46 Message-Id: <1377191427-6821-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 22 Aug 2013 17:10:37 -0000\r
61 \r
62 This is v3 of this patch set. v2 is at\r
63 id:1376828079-21455-1-git-send-email-markwalters1009@gmail.com\r
64 \r
65 This fixes the problem pointed out by Tomi in\r
66 id:m238q294je.fsf@guru.guru-group.fi : by using call-interactively\r
67 rather than funcall the prefix argument gets passed on to the called\r
68 function so things like ctrl-u m work (ie it prompts for sender)\r
69 \r
70 To answer Tomi's other question: with-current-notmuch-pick-message is\r
71 not needed because it is identical to\r
72 with-current-notmuch-show-message except it uses\r
73 notmuch-pick-get-message-id instead of notmuch-show-get-message-id.\r
74 But patch 1 of this series makes the function\r
75 notmuch-show-get-message-id work in either show or pick (by doing\r
76 slightly different things based on whether the major mode is show or\r
77 pick).\r
78 \r
79 (In fact the differentiation occurs slightly lower in\r
80 notmuch-show-get-prop which is called by notmuch-show-get-message-id)\r
81 \r
82 \r
83 Best wishes\r
84 \r
85 Mark\r
86 \r
87 \r
88 \r
89 Mark Walters (11):\r
90   contrib: pick: override notmuch-show-get-prop\r
91   contrib: pick: Link in notmuch-show-pipe-message\r
92   contrib: pick: Link in attachment functions straight from\r
93     notmuch-show\r
94   contrib: pick: Link in stash map straight from notmuch-show\r
95   contrib: pick: add in to-message-window function\r
96   contrib: pick: add button press helper\r
97   contrib: pick: pass tab through to the message pane\r
98   contrib: pick: close window function\r
99   contrib: pick: make help close the message pane first\r
100   contrib: pick: add in binding to view raw message\r
101   contrib: pick: use close-message-pane for reply etc\r
102 \r
103  contrib/notmuch-pick/notmuch-pick.el |  139 +++++++++++++++++-----------------\r
104  1 files changed, 70 insertions(+), 69 deletions(-)\r
105 \r
106 -- \r
107 1.7.9.1\r
108 \r