[PATCH 0/3] Notmuch pick: a threaded view
[notmuch-archives.git] / a9 / e215c7cc37295a5881fc0f0e6203aad494c60c
1 Return-Path: <jnrowe@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 3B4CA431FBC\r
6         for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 08:16:07 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id QVs+wf+mm8Kb for <notmuch@notmuchmail.org>;\r
11         Fri, 20 Nov 2009 08:16:07 -0800 (PST)\r
12 Received: from mail-fx0-f217.google.com (mail-fx0-f217.google.com\r
13         [209.85.220.217])\r
14         by olra.theworths.org (Postfix) with ESMTP id DC2A4431FAE\r
15         for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 08:16:06 -0800 (PST)\r
16 Received: by fxm9 with SMTP id 9so3846299fxm.30\r
17         for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 08:16:05 -0800 (PST)\r
18 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
19         h=domainkey-signature:received:received:message-id:in-reply-to\r
20         :references:from:to:date:subject;\r
21         bh=AQAoa6sOjo7oXf3vIka0K2rQTC8grtV/uIYjJL/zJHU=;\r
22         b=Brp/bdnzkZ9SdQKenbE1MCvxGFDQ0OU+HK+pgCYWnqYhcd3/K2iNaNGGWPyGUIzfoA\r
23         bxhgzUJbFVFYpdhxkzPG2/uAVIHZ1a6SB5fhiPYMFYuBmb6jcXp3Xg4h5Tj7txUrbsiV\r
24         8G8iXfwBIgSVegBJtq7iUZuQz7Oy+KfNjMAKg=\r
25 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
26         h=message-id:in-reply-to:references:from:to:date:subject;\r
27         b=xRkTN4zq68xr6RUmjZ7XYyy3NopKzVQjulnoiJaxjahhykx4C3mEapjHNYLESaLF2P\r
28         4ZH4YPdCik1v6IZVv3CUPAP8OabmEjWdW60CoyfPoFePuMVwu1rhve1omDeKRrxsN+hX\r
29         rghjeMOtdWQlCIJRn8LadWEiKVT/gZz7uM858=\r
30 Received: by 10.216.87.144 with SMTP id y16mr488904wee.95.1258733765788;\r
31         Fri, 20 Nov 2009 08:16:05 -0800 (PST)\r
32 Received: from localhost (92.40.162.43.sub.mbb.three.co.uk [92.40.162.43])\r
33         by mx.google.com with ESMTPS id g9sm3083282gvc.25.2009.11.20.08.16.03\r
34         (version=TLSv1/SSLv3 cipher=RC4-MD5);\r
35         Fri, 20 Nov 2009 08:16:04 -0800 (PST)\r
36 Message-ID: <4b06c0c4.096c100a.2608.ffffe685@mx.google.com>\r
37 In-Reply-To: <87d43dkwj1.fsf@gmail.com>\r
38 References: <87d43dkwj1.fsf@gmail.com>\r
39 From: James Rowe <jnrowe@gmail.com>\r
40 To: notmuch@notmuchmail.org\r
41 Date: Fri, 20 Nov 2009 15:28:26 +0000\r
42 Subject: [notmuch] [PATCH] Make bash completion directory configurable.\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.12\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: Fri, 20 Nov 2009 16:16:07 -0000\r
56 \r
57 Some systems install completion scripts in /usr/share/bash-completion, make the\r
58 location configurable from Makefile.config.\r
59 ---\r
60  Makefile.config |    1 +\r
61  Makefile.local  |    4 ++--\r
62  2 files changed, 3 insertions(+), 2 deletions(-)\r
63 \r
64 diff --git a/Makefile.config b/Makefile.config\r
65 index 63c90a8..d72a39e 100644\r
66 --- a/Makefile.config\r
67 +++ b/Makefile.config\r
68 @@ -1 +1,2 @@\r
69  prefix = /usr/local\r
70 +bash_completion_dir = /etc/bash_completion.d\r
71 diff --git a/Makefile.local b/Makefile.local\r
72 index ecd4ceb..1017a8c 100644\r
73 --- a/Makefile.local\r
74 +++ b/Makefile.local\r
75 @@ -27,14 +27,14 @@ notmuch.1.gz: notmuch.1\r
76  \r
77  install: all notmuch.1.gz\r
78         for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 \\r
79 -               $(DESTDIR)/etc/bash_completion.d/ ; \\r
80 +               $(DESTDIR)$(bash_completion_dir) ; \\r
81         do \\r
82                 install -d $$d ; \\r
83         done ;\r
84         install notmuch $(DESTDIR)$(prefix)/bin/\r
85         install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/\r
86         install notmuch-completion.bash \\r
87 -               $(DESTDIR)/etc/bash_completion.d/notmuch\r
88 +               $(DESTDIR)$(bash_completion_dir)/notmuch\r
89  \r
90  install-emacs: install emacs\r
91         for d in $(DESTDIR)/$(emacs_lispdir) ; \\r
92 -- \r
93 1.6.4.4\r
94 \r