[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / c2 / 1b3a77f16f77210d4e95a7a536642ee0ac9861
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 46D72431FD7\r
6         for <notmuch@notmuchmail.org>; Tue, 29 Oct 2013 15:55:55 -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 WCGJR7Ftb3XS for <notmuch@notmuchmail.org>;\r
18         Tue, 29 Oct 2013 15:55:49 -0700 (PDT)\r
19 Received: from mail-we0-f176.google.com (mail-we0-f176.google.com\r
20         [74.125.82.176]) (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 9BAAF431FBC\r
23         for <notmuch@notmuchmail.org>; Tue, 29 Oct 2013 15:55:49 -0700 (PDT)\r
24 Received: by mail-we0-f176.google.com with SMTP id w62so536061wes.21\r
25         for <notmuch@notmuchmail.org>; Tue, 29 Oct 2013 15:55:47 -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:in-reply-to:references;\r
28         bh=1DeehcNjoK+tQAW7ueuyEyaYrbBExLhB2wfrxDcxqEs=;\r
29         b=s95cjDLB8gwUSinmF6VW7nVwfEQesR1ELE2x4//RJQA9BB6FhO+qiahUsXj6c+en27\r
30         BmNo5euJTSSBRlWM1bthfTa53Ijj4O34y7yKY5RLwqf0OwI+f8K/B/GdH4VdHL1hguxL\r
31         hsFQFBfgDJUKqcjA38W6p6PAYhFXhKmhQLqaxlOQAs+TwgyDrNP3/hsAnQ/rTpqjSzP7\r
32         z0TwggNjeEqDAPFkC5GZt1Gkw/erYogei65vRi2t0IMcdeSgGMNfVRfI0grBG6qQd+7N\r
33         g2yBuPcMoY1TgbjjBM0Teqpc4PxmY877MumGkX9kknkebvLv0jaA9TXOXWPwkiQaiLFQ\r
34         t/Ng==\r
35 X-Received: by 10.194.219.1 with SMTP id pk1mr1788776wjc.36.1383087345942;\r
36         Tue, 29 Oct 2013 15:55:45 -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         by10sm9561930wib.10.2013.10.29.15.55.45 for <multiple recipients>\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Tue, 29 Oct 2013 15:55:45 -0700 (PDT)\r
42 From: Mark Walters <markwalters1009@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 02/11] emacs: tree: remove unneeded declarations\r
45 Date: Tue, 29 Oct 2013 22:55:29 +0000\r
46 Message-Id: <1383087338-10220-3-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1383087338-10220-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Tue, 29 Oct 2013 22:55:55 -0000\r
63 \r
64 There are some crufty declare-functions and requires in notmuch-tree:\r
65 since it requires notmuch.el itself this all works but in preparation\r
66 for the move to mainline tidy this up.\r
67 ---\r
68  contrib/notmuch-pick/notmuch-tree.el |   13 ++++---------\r
69  1 files changed, 4 insertions(+), 9 deletions(-)\r
70 \r
71 diff --git a/contrib/notmuch-pick/notmuch-tree.el b/contrib/notmuch-pick/notmuch-tree.el\r
72 index 512589f..d3330a0 100644\r
73 --- a/contrib/notmuch-pick/notmuch-tree.el\r
74 +++ b/contrib/notmuch-pick/notmuch-tree.el\r
75 @@ -27,20 +27,15 @@\r
76  (require 'notmuch-lib)\r
77  (require 'notmuch-query)\r
78  (require 'notmuch-show)\r
79 +(require 'notmuch-tag)\r
80 +(require 'notmuch-parser)\r
81  (require 'notmuch) ;; XXX ATM, as notmuch-search-mode-map is defined here\r
82  \r
83  (eval-when-compile (require 'cl))\r
84 -\r
85 +(declare-function notmuch-search "notmuch" (&optional query oldest-first target-thread target-line))\r
86  (declare-function notmuch-call-notmuch-process "notmuch" (&rest args))\r
87 -(declare-function notmuch-show "notmuch-show" (&rest args))\r
88 -(declare-function notmuch-tag "notmuch" (query &rest tags))\r
89 -(declare-function notmuch-show-strip-re "notmuch-show" (subject))\r
90 -(declare-function notmuch-show-spaces-n "notmuch-show" (n))\r
91  (declare-function notmuch-read-query "notmuch" (prompt))\r
92 -(declare-function notmuch-read-tag-changes "notmuch" (current-tags &optional prompt initial-input))\r
93 -(declare-function notmuch-update-tags "notmuch" (current-tags tag-changes))\r
94 -(declare-function notmuch-hello-trim "notmuch-hello" (search))\r
95 -(declare-function notmuch-search-find-thread-id "notmuch" ())\r
96 +(declare-function notmuch-search-find-thread-id "notmuch" (&optional bare))\r
97  (declare-function notmuch-search-find-subject "notmuch" ())\r
98  \r
99  ;; the following variable is defined in notmuch.el\r
100 -- \r
101 1.7.9.1\r
102 \r