[PATCH v2] emacs: add completion to "tag all" operation ("*" binding)
[notmuch-archives.git] / da / f648a89e2c8f45c3582b58a9d0e6b1c352c726
1 Return-Path: <jrollins@finestructure.net>\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 D1216431FC9\r
6         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 15:57:27 -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 TqQCnbu2qjqg for <notmuch@notmuchmail.org>;\r
11         Sat, 28 Nov 2009 15:57:26 -0800 (PST)\r
12 Received: from serrano.cc.columbia.edu (serrano.cc.columbia.edu [128.59.29.6])\r
13         by olra.theworths.org (Postfix) with ESMTP id 25BE2431FC0\r
14         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 15:57:25 -0800 (PST)\r
15 Received: from servo.finestructure.net (lair.fifthhorseman.net\r
16         [216.254.116.241])\r
17         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
18         by serrano.cc.columbia.edu (8.14.3/8.14.3) with ESMTP id nASNvNxe011444\r
19         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT)\r
20         for <notmuch@notmuchmail.org>; Sat, 28 Nov 2009 18:57:24 -0500 (EST)\r
21 Received: from jrollins by servo.finestructure.net with local (Exim 4.69)\r
22         (envelope-from <jrollins@finestructure.net>)\r
23         id 1NEXAe-0007Fj-4z; Sat, 28 Nov 2009 18:57:44 -0500\r
24 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
25 To: notmuch@notmuchmail.org\r
26 Date: Sat, 28 Nov 2009 18:57:37 -0500\r
27 Message-Id: <1259452657-27608-3-git-send-email-jrollins@finestructure.net>\r
28 X-Mailer: git-send-email 1.6.5\r
29 In-Reply-To: <1259452657-27608-2-git-send-email-jrollins@finestructure.net>\r
30 References: <1259452657-27608-1-git-send-email-jrollins@finestructure.net>\r
31         <1259452657-27608-2-git-send-email-jrollins@finestructure.net>\r
32 X-No-Spam-Score: Local\r
33 X-Scanned-By: MIMEDefang 2.65 on 128.59.29.6\r
34 Subject: [notmuch] [PATCH 3/3] fix Makefile.local to install bash completion\r
35         definitions as not executable\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.12\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 28 Nov 2009 23:57:28 -0000\r
49 \r
50 ---\r
51  Makefile.local |    2 +-\r
52  1 files changed, 1 insertions(+), 1 deletions(-)\r
53 \r
54 diff --git a/Makefile.local b/Makefile.local\r
55 index 1744747..b818627 100644\r
56 --- a/Makefile.local\r
57 +++ b/Makefile.local\r
58 @@ -36,7 +36,7 @@ install: all notmuch.1.gz\r
59         done ;\r
60         install notmuch $(DESTDIR)$(prefix)/bin/\r
61         install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/\r
62 -       install contrib/notmuch-completion.bash \\r
63 +       install -m0644 contrib/notmuch-completion.bash \\r
64                 $(DESTDIR)$(bash_completion_dir)/notmuch\r
65  \r
66  install-emacs: install emacs\r
67 -- \r
68 1.6.5\r
69 \r