[notmuch] [RFC PATCH] notmuch: Add support for multiple maildirs
[notmuch-archives.git] / e1 / 803b875f1f2c1ccc56785a5816fa4a54e8f5bf
1 Return-Path: <dottedmag@dottedmag.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 14FCE431FBC\r
6         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 11:19:11 -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 VESzhGq1JBiw for <notmuch@notmuchmail.org>;\r
11         Sat, 21 Nov 2009 11:19:10 -0800 (PST)\r
12 Received: from dottedmag.net (burger.dottedmag.net [212.75.37.82])\r
13         by olra.theworths.org (Postfix) with ESMTP id EB280431FAE\r
14         for <notmuch@notmuchmail.org>; Sat, 21 Nov 2009 11:19:09 -0800 (PST)\r
15 Received: from vertex.dottedmag (unknown [91.197.127.125])\r
16         by dottedmag.net (Postfix) with ESMTPSA id A6E4B8C979;\r
17         Sat, 21 Nov 2009 20:19:08 +0100 (CET)\r
18 Received: from dottedmag by vertex.dottedmag with local (Exim 4.69)\r
19         (envelope-from <dottedmag@dottedmag.net>)\r
20         id 1NBvUA-0003FI-03; Sun, 22 Nov 2009 01:19:06 +0600\r
21 From: Mikhail Gusarov <dottedmag@dottedmag.net>\r
22 To: Chris Wilson <chris@chris-wilson.co.uk>\r
23 References: <1258830142-13311-1-git-send-email-chris@chris-wilson.co.uk>\r
24 Date: Sun, 22 Nov 2009 01:19:02 +0600\r
25 In-Reply-To: <1258830142-13311-1-git-send-email-chris@chris-wilson.co.uk>\r
26         (Chris Wilson's message of "Sat, 21 Nov 2009 19:02:22 +0000")\r
27 Message-ID: <87my2fpty1.fsf@vertex.dottedmag>\r
28 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)\r
29 MIME-Version: 1.0\r
30 Content-Type: multipart/signed; boundary="=-=-=";\r
31         micalg=pgp-sha1; protocol="application/pgp-signature"\r
32 Cc: notmuch@notmuchmail.org\r
33 Subject: Re: [notmuch] [PATCH] Makefile: Magic silent rules.\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.12\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Sat, 21 Nov 2009 19:19:11 -0000\r
47 \r
48 --=-=-=\r
49 Content-Transfer-Encoding: quoted-printable\r
50 \r
51 \r
52 Twas brillig at 19:02:22 21.11.2009 UTC+00 when chris@chris-wilson.co.uk di=\r
53 d gyre and gimble:\r
54 \r
55  CW> Use the facilities of GNU make to create a magic function that will\r
56  CW> on the first invocation print a description of how to enable\r
57  CW> verbose compile lines and then print the quiet rule.\r
58 \r
59 Ugh. With silent rules enabled it gives me\r
60 \r
61 /bin/sh: --rsyncable: not found\r
62 \r
63 at the end (apparently gzip was eaten out)\r
64 \r
65 And with V=3D1 it strips first two symbols from the command name:\r
66 \r
67 c -Wall -Wextra -Wmissing-declarations -Wwrite-strings -Wswitch-enum -D_LAR=\r
68 GEFILE64_SOURCE -D_FILE_OFFSET_BITS=3D64 -I/usr/include/glib-2.0 -I/usr/lib=\r
69 /glib-2.0/include -I/usr/include/gmime-2.4   -Ilib  lib/query.cc -o lib/que=\r
70 ry.o\r
71 make: c: Command not found\r
72 make: [lib/query.o] Error 127 (ignored)\r
73 c -Wall -Wextra -Wmissing-declarations -Wwrite-strings -Wswitch-enum -D_LAR=\r
74 GEFILE64_SOURCE -D_FILE_OFFSET_BITS=3D64 -I/usr/include/glib-2.0 -I/usr/lib=\r
75 /glib-2.0/include -I/usr/include/gmime-2.4   -Ilib  lib/thread.cc -o lib/th=\r
76 read.o\r
77 make: c: Command not found\r
78 make: [lib/thread.o] Error 127 (ignored)\r
79 rcs lib/notmuch.a lib/libsha1.o lib/message-file.o lib/messages.o lib/sha1.=\r
80 o lib/tags.o lib/xutil.o lib/database.o lib/index.o lib/message.o lib/query=\r
81 .o lib/thread.o\r
82 make: rcs: Command not found\r
83 \r
84 \r
85 =2D-=20\r
86   http://fossarchy.blogspot.com/\r
87 \r
88 --=-=-=\r
89 Content-Type: application/pgp-signature\r
90 \r
91 -----BEGIN PGP SIGNATURE-----\r
92 Version: GnuPG v1.4.9 (GNU/Linux)\r
93 \r
94 iQIcBAEBAgAGBQJLCD0nAAoJEJ0g9lA+M4iIseMQAL2rIDy99lFoSx/FXvQXoSO/\r
95 JySP9o4+aU93xMU7pVRKjrdlaW0mLaeQx6wdmC9LArHeTVMIrFZ3fRh/rI/fIV+b\r
96 t4hbV9JrmiZ+Jfwyy6KBQOlnjQP5f6esd01dndu75fU1iMo8VaPvVakyM3XFVt5Z\r
97 REdrLtkzun4XDpeNSNOdQNxxbaj05AGtUmtDN0VyGwTrKGgM7j2LfRPSl7xalFUm\r
98 rKAYRyQ0IGfIBe1YWvFGG0/5bgXvSBVcaPIBabJNKq3OW03MfZuMoVgwSjx13GAk\r
99 MPUQPE780WbXtfd2wsEdTfnnlWfGK2jsx60zw57E9psri2fmsu0DyeWFGq0APVbd\r
100 WsPg5LfBPagjpGg3j83m3nyR9FRd0D0y6ml/lmvupZuc8vFyavrHuYDo8fbYVsp1\r
101 qoZBWadg5qo2VPH6l+OeiWsbad6zT0xlPQ2CYGobgZFD7XWnGPrZrlgDh1z/AwOr\r
102 qBtXWeXOLGsSwiDX7aqPF+eauUTMeF9wfoTRPUVXAJ3xdFNI0tiAHcf/bZZwByvN\r
103 A5Tul0cexBji6oUGB2CQ0jl8UAu+nLa4Gv9T6apZeEgYUnHwsrOj7c7inmuldkvB\r
104 gXOAS0Vn5VOCXCtEG42MdE+SEepnMhQK4TGuqoHAw2m2hq3iHjNR5tfRD/UdIFKj\r
105 zbfLq4j7yWG3YauYNA3G\r
106 =ikbG\r
107 -----END PGP SIGNATURE-----\r
108 --=-=-=--\r