[PATCH 3/4] Add documentation for user.other_name
[notmuch-archives.git] / 0a / c226e90249be5ce52b163670ee07519b2f2f65
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 EEEFD429E3D\r
6         for <notmuch@notmuchmail.org>; Mon,  1 Jul 2013 00:54:23 -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: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 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         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 KSQv7QSs6zVg for <notmuch@notmuchmail.org>;\r
18         Mon,  1 Jul 2013 00:54:17 -0700 (PDT)\r
19 Received: from mail-wg0-f51.google.com (mail-wg0-f51.google.com\r
20  [74.125.82.51])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  7BA7B429E2F    for <notmuch@notmuchmail.org>; Mon,  1 Jul 2013 00:54:14 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f51.google.com with SMTP id e11so3376206wgh.6\r
25         for <notmuch@notmuchmail.org>; Mon, 01 Jul 2013 00:54:13 -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:x-mailer:in-reply-to:references;\r
28         bh=/aeQn0EFtw5lYwHpJQUlci/7Yip+iT/J9K6y1PAPYow=;\r
29         b=F0cBN34hMXYizvszyRLYvsIB1FdmoZCtUDU/hQizFbBeiFXa/QxnHo2a0hEu74/n40\r
30         ZnHrUG0j5SZKdGySUz+L4mHfugHACI3H68wl61P3Yob8bWrgxAz1JZQNmzV1zbImAkoo\r
31         Z2l09asfRoLg2Dw1bLFRE7ALspmvN0KzY7g7jaL26ZStARLg9IgONPguoZX9Irv2TVTS\r
32         3wDCfeDUPuhRU+Zwuqc/b475umkxX1dLfFUf0fuDItF0pmxUz5I6OtZb/jU5oip+jkh9\r
33         cGy0BxcjwBV+ciOR3g6ctqcqimm2yOMGu+j9uEVmlbzshfU1mOhGXrw5vguAd/f/Pckj\r
34         HErA==\r
35 X-Received: by 10.180.91.107 with SMTP id cd11mr11208858wib.12.1372665253412; \r
36         Mon, 01 Jul 2013 00:54:13 -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 p1sm14445576wix.9.2013.07.01.00.54.12\r
39         for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Mon, 01 Jul 2013 00:54:13 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 3/5] contrib: pick: bugfix: make the right variable\r
45         buffer-local\r
46 Date: Mon,  1 Jul 2013 08:54:01 +0100\r
47 Message-Id: <1372665243-7675-4-git-send-email-markwalters1009@gmail.com>\r
48 X-Mailer: git-send-email 1.7.9.1\r
49 In-Reply-To: <1372665243-7675-1-git-send-email-markwalters1009@gmail.com>\r
50 References: <1372665243-7675-1-git-send-email-markwalters1009@gmail.com>\r
51 X-BeenThere: notmuch@notmuchmail.org\r
52 X-Mailman-Version: 2.1.13\r
53 Precedence: list\r
54 List-Id: "Use and development of the notmuch mail system."\r
55         <notmuch.notmuchmail.org>\r
56 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
58 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
59 List-Post: <mailto:notmuch@notmuchmail.org>\r
60 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
61 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
62         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
63 X-List-Received-Date: Mon, 01 Jul 2013 07:54:24 -0000\r
64 \r
65 The variable notmuch-pick-message-buffer should be buffer local but\r
66 instead notmuch-pick-message-buffer-name (a non-existent variable) was\r
67 made buffer local.\r
68 ---\r
69  contrib/notmuch-pick/notmuch-pick.el |    4 ++--\r
70  1 files changed, 2 insertions(+), 2 deletions(-)\r
71 \r
72 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
73 index cce3cb7..2981508 100644\r
74 --- a/contrib/notmuch-pick/notmuch-pick.el\r
75 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
76 @@ -184,8 +184,8 @@ the child show buffer.")\r
77  \r
78  This is used to try and make sure we don't close the message pane\r
79  if the user has loaded a different buffer in that window.")\r
80 -(make-variable-buffer-local 'notmuch-pick-message-buffer-name)\r
81 -(put 'notmuch-pick-message-buffer-name 'permanent-local t)\r
82 +(make-variable-buffer-local 'notmuch-pick-message-buffer)\r
83 +(put 'notmuch-pick-message-buffer 'permanent-local t)\r
84  \r
85  (defvar notmuch-pick-process-state nil\r
86    "Parsing state of the search process filter.")\r
87 -- \r
88 1.7.9.1\r
89 \r