Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f6 / 700fea1d8b3d8efbc989a959a800444da29ae5
1 Return-Path: <ingmar@exherbo.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 B176E431FC3\r
6         for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 05:36:22 -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 PgqRYs1OtEGX for <notmuch@notmuchmail.org>;\r
11         Fri, 20 Nov 2009 05:36:21 -0800 (PST)\r
12 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
13         by olra.theworths.org (Postfix) with ESMTP id 91356431FBC\r
14         for <notmuch@notmuchmail.org>; Fri, 20 Nov 2009 05:36:21 -0800 (PST)\r
15 Received: from [83.101.72.69] (helo=localhost)\r
16         by bach.exherbo.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69)\r
17         (envelope-from <ingmar@exherbo.org>)\r
18         id 1NBTeu-00046U-Kn; Fri, 20 Nov 2009 13:36:20 +0000\r
19 From: Ingmar Vanhassel <ingmar@exherbo.org>\r
20 To: <notmuch@notmuchmail.org>\r
21 Date: Fri, 20 Nov 2009 14:36:14 +0100\r
22 Message-Id: <1258724174-18684-2-git-send-email-ingmar@exherbo.org>\r
23 X-Mailer: git-send-email 1.6.5.2.433.g23cdb\r
24 In-Reply-To: <87fx8b72vs.fsf@yoom.home.cworth.org>\r
25 References: <87fx8b72vs.fsf@yoom.home.cworth.org>\r
26 Subject: [notmuch] [PATCH 2/2] bash-completion: Move to contrib\r
27 X-BeenThere: notmuch@notmuchmail.org\r
28 X-Mailman-Version: 2.1.12\r
29 Precedence: list\r
30 List-Id: "Use and development of the notmuch mail system."\r
31         <notmuch.notmuchmail.org>\r
32 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
33         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
34 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
35 List-Post: <mailto:notmuch@notmuchmail.org>\r
36 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
37 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
38         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
39 X-List-Received-Date: Fri, 20 Nov 2009 13:36:23 -0000\r
40 \r
41 Signed-off-by: Ingmar Vanhassel <ingmar@exherbo.org>\r
42 ---\r
43  Makefile.local                                     |    2 +-\r
44  .../notmuch-completion.bash                        |    0\r
45  2 files changed, 1 insertions(+), 1 deletions(-)\r
46  rename notmuch-completion.bash => contrib/notmuch-completion.bash (100%)\r
47 \r
48 Move to contrib/ for consistency with zsh completion.\r
49 \r
50 diff --git a/Makefile.local b/Makefile.local\r
51 index ecd4ceb..74a72aa 100644\r
52 --- a/Makefile.local\r
53 +++ b/Makefile.local\r
54 @@ -33,7 +33,7 @@ install: all notmuch.1.gz\r
55         done ;\r
56         install notmuch $(DESTDIR)$(prefix)/bin/\r
57         install -m0644 notmuch.1.gz $(DESTDIR)$(prefix)/share/man/man1/\r
58 -       install notmuch-completion.bash \\r
59 +       install contrib/notmuch-completion.bash \\r
60                 $(DESTDIR)/etc/bash_completion.d/notmuch\r
61  \r
62  install-emacs: install emacs\r
63 diff --git a/notmuch-completion.bash b/contrib/notmuch-completion.bash\r
64 similarity index 100%\r
65 rename from notmuch-completion.bash\r
66 rename to contrib/notmuch-completion.bash\r
67 -- \r
68 1.6.5.2.433.g23cdb\r
69 \r