Re: [PATCH] lib: update notmuch_tags_get examle to reflect api change
[notmuch-archives.git] / 42 / f996d0b38d1176ff7e9fd4c6d0fcd784d0bcbb
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 589FA431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 17:45:47 -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 xi1Ul4dIfBHr for <notmuch@notmuchmail.org>;\r
11         Wed, 18 Nov 2009 17:45:46 -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 ABF44431FAE\r
14         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 17:45:46 -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 1NAw5h-0005oe-Uf; Thu, 19 Nov 2009 01:45:46 +0000\r
19 From: Ingmar Vanhassel <ingmar@exherbo.org>\r
20 To: <notmuch@notmuchmail.org>\r
21 Date: Thu, 19 Nov 2009 02:45:44 +0100\r
22 Message-Id: <1258595144-15258-1-git-send-email-ingmar@exherbo.org>\r
23 X-Mailer: git-send-email 1.6.5.2.433.g23cdb\r
24 Subject: [notmuch] [PATCH] Makefile: Create elisp install directory\r
25         explicitly\r
26 X-BeenThere: notmuch@notmuchmail.org\r
27 X-Mailman-Version: 2.1.12\r
28 Precedence: list\r
29 List-Id: "Use and development of the notmuch mail system."\r
30         <notmuch.notmuchmail.org>\r
31 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
32         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
33 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
34 List-Post: <mailto:notmuch@notmuchmail.org>\r
35 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
36 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
38 X-List-Received-Date: Thu, 19 Nov 2009 01:45:47 -0000\r
39 \r
40 When doing a DESTDIR install, this directory likely won't exist, and\r
41 installing notmuch.el will fail.\r
42 \r
43 See 0d4b5292\r
44 ---\r
45  Makefile.local |    2 +-\r
46  1 files changed, 1 insertions(+), 1 deletions(-)\r
47 \r
48 diff --git a/Makefile.local b/Makefile.local\r
49 index 27e42ba..6bc01a5 100644\r
50 --- a/Makefile.local\r
51 +++ b/Makefile.local\r
52 @@ -25,7 +25,7 @@ notmuch.1.gz: notmuch.1\r
53  \r
54  install: all notmuch.1.gz\r
55         for d in $(DESTDIR)$(prefix)/bin/ $(DESTDIR)$(prefix)/share/man/man1 \\r
56 -               $(DESTDIR)/etc/bash_completion.d/ ; \\r
57 +               $(DESTDIR)/$(prefix)/share/emacs/site-lisp/ $(DESTDIR)/etc/bash_completion.d/ ; \\r
58         do \\r
59                 install -d $$d ; \\r
60         done ;\r
61 -- \r
62 1.6.5.2.433.g23cdb\r
63 \r