Re: A systematic way of handling Xapian lock errors?
[notmuch-archives.git] / 8b / 2bf899cb7a04d86a9c53a415542d2f0c83f69e
1 Return-Path: <dme@dme.org>\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 F1257429E54\r
6         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 08:31:11 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 4YaUe+gLgEa8 for <notmuch@notmuchmail.org>;\r
16         Mon, 30 Jan 2012 08:31:11 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 53DE2429E53\r
21         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 08:31:11 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so3779325wib.26\r
23         for <notmuch@notmuchmail.org>; Mon, 30 Jan 2012 08:31:10 -0800 (PST)\r
24 Received: by 10.180.81.66 with SMTP id y2mr28435644wix.20.1327941070147;\r
25         Mon, 30 Jan 2012 08:31:10 -0800 (PST)\r
26 Received: from hotblack-desiato.hh.sledj.net\r
27         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
28         by mx.google.com with ESMTPS id ex2sm54050818wib.1.2012.01.30.08.31.07\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Mon, 30 Jan 2012 08:31:08 -0800 (PST)\r
31 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
32         id 171B59FF1E; Mon, 30 Jan 2012 16:31:06 +0000 (GMT)\r
33 From: David Edmondson <dme@dme.org>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH 4/5] emacs: Add a binding (>) to toggle the truncation of long\r
36         lines.\r
37 Date: Mon, 30 Jan 2012 16:31:03 +0000\r
38 Message-Id: <1327941064-20027-5-git-send-email-dme@dme.org>\r
39 X-Mailer: git-send-email 1.7.8.3\r
40 In-Reply-To: <1327941064-20027-1-git-send-email-dme@dme.org>\r
41 References: <1327486729-18052-1-git-send-email-dme@dme.org>\r
42         <1327941064-20027-1-git-send-email-dme@dme.org>\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Mon, 30 Jan 2012 16:31:12 -0000\r
56 \r
57 ---\r
58  emacs/notmuch-show.el |    1 +\r
59  1 files changed, 1 insertions(+), 0 deletions(-)\r
60 \r
61 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
62 index a2c4daf..8b07adf 100644\r
63 --- a/emacs/notmuch-show.el\r
64 +++ b/emacs/notmuch-show.el\r
65 @@ -1114,6 +1114,7 @@ Refreshes the current view, observing changes in cryptographic preferences."\r
66         (define-key map "!" 'notmuch-show-toggle-elide-non-matching)\r
67         (define-key map "$" 'notmuch-show-toggle-process-crypto)\r
68         (define-key map "<" 'notmuch-show-toggle-thread-indentation)\r
69 +       (define-key map ">" 'toggle-truncate-lines)\r
70         map)\r
71        "Keymap for \"notmuch show\" buffers.")\r
72  (fset 'notmuch-show-mode-map notmuch-show-mode-map)\r
73 -- \r
74 1.7.8.3\r
75 \r