From cdc4c2e438701c7a469cebeb08ed91d0a9bc44ce Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 19 Nov 2013 13:02:50 +0200 Subject: [PATCH 1/1] Re: [PATCH 1/2] fix compilation without emacs --- 02/c1c48930f4f1e6d14be146f9b36bbff4b53c52 | 132 ++++++++++++++++++++++ 1 file changed, 132 insertions(+) create mode 100644 02/c1c48930f4f1e6d14be146f9b36bbff4b53c52 diff --git a/02/c1c48930f4f1e6d14be146f9b36bbff4b53c52 b/02/c1c48930f4f1e6d14be146f9b36bbff4b53c52 new file mode 100644 index 000000000..183ce24f7 --- /dev/null +++ b/02/c1c48930f4f1e6d14be146f9b36bbff4b53c52 @@ -0,0 +1,132 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 3CCE4431FC2 + for ; Tue, 19 Nov 2013 03:10:13 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.699 +X-Spam-Level: +X-Spam-Status: No, score=-0.699 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id TakY-bEM6ES4 for ; + Tue, 19 Nov 2013 03:10:05 -0800 (PST) +Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com + [209.85.217.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 8EA9C431FBC + for ; Tue, 19 Nov 2013 03:10:05 -0800 (PST) +Received: by mail-lb0-f178.google.com with SMTP id c11so1601293lbj.23 + for ; Tue, 19 Nov 2013 03:10:02 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=sender:message-id:date:from:user-agent:mime-version:to:subject + :references:in-reply-to:content-type; + bh=Ry8fhgZgT7XuGBvNFq5beyVMlOvaxwgwhsM4V7ZqFus=; + b=J/FrRpRnSSzVNb6H5apYuhjhSOx2wGs7RmtFmY4D+hwoP7ucaW7BXBEo7g5lwf3nWf + bdRnUaxwOiumkhJdaxR87/2VVI98CgI/Mn8lvZLwqbwIaRwGhnjKfiKtGrE5N2G9QXRe + dgFVkde3eJdm6zVwZ6XqFOVcRgc8eyhhkZYQmTuX0LK6hIcnaTDaqD4995BObYwOMm6o + zsrCDtkO695vncYQso1tYJs8rC1B7UcF0s56me4wH4MbPzidId1PhHjPJufwy6DftYbV + iMOsl+2udcHnxks3j8Nt8kA/tW3Uj60GBw051KiH/dOvL7Vtrw2xd8V2nRwpOJW1SBU+ + 3mlA== +X-Received: by 10.152.4.230 with SMTP id n6mr18377083lan.1.1384858973586; + Tue, 19 Nov 2013 03:02:53 -0800 (PST) +Received: from [192.168.1.3] (a91-156-160-115.elisa-laajakaista.fi. + [91.156.160.115]) + by mx.google.com with ESMTPSA id go4sm15494997lbc.3.2013.11.19.03.02.51 + for + (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Tue, 19 Nov 2013 03:02:52 -0800 (PST) +Sender: Tomi Valkeinen +Message-ID: <528B455A.70200@iki.fi> +Date: Tue, 19 Nov 2013 13:02:50 +0200 +From: Tomi Valkeinen +User-Agent: Mozilla/5.0 (X11; Linux x86_64; + rv:24.0) Gecko/20100101 Thunderbird/24.1.0 +MIME-Version: 1.0 +To: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] fix compilation without emacs +References: <1384837831-9206-1-git-send-email-tomi.valkeinen@iki.fi> + +In-Reply-To: +X-Enigmail-Version: 1.6 +Content-Type: multipart/signed; micalg=pgp-sha1; + protocol="application/pgp-signature"; + boundary="74v05ll6qgsQJUi5jOIKS2O6M8BuX0nW9" +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 19 Nov 2013 11:10:13 -0000 + +This is an OpenPGP/MIME signed message (RFC 4880 and 3156) +--74v05ll6qgsQJUi5jOIKS2O6M8BuX0nW9 +Content-Type: text/plain; charset=ISO-8859-1 +Content-Transfer-Encoding: quoted-printable + +On 2013-11-19 12:43, Tomi Ollila wrote: +> On Tue, Nov 19 2013, Tomi Valkeinen wrote: + +>> It might be better to exclude the whole emacs directory from build whe= +n +>> compiling without emacs, but that's a bigger change. +>=20 +> Well, that change would probably break my build: I configure --without-= +emacs +> (to disable emacs build during normal build) but then I build emacs MUA= + +> separately (to just one notmuch.elc file)... + +Hmm, isn't --without-xxx supposed to mean that I don't care about xxx, +don't configure it, build it, or do anything else with it. + +If you do want emacs, but don't want to compile it right now, that can +be done by giving 'make' the components you do want to build (instead of +all). + +> You could look http://article.gmane.org/gmane.mail.notmuch.general/1583= +7 +> ( id:"1377630047-27756-1-git-send-email-tomi.ollila@iki.fi" ) instead. + +Yep, that one also works for me. + + Tomi + + + +--74v05ll6qgsQJUi5jOIKS2O6M8BuX0nW9 +Content-Type: application/pgp-signature; name="signature.asc" +Content-Description: OpenPGP digital signature +Content-Disposition: attachment; filename="signature.asc" + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.14 (GNU/Linux) +Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ + +iQIcBAEBAgAGBQJSi0VaAAoJEPo9qoy8lh719BcQAJtOPJjo/ggZw7G7TTu1EyJE +dpChlKPJqY4wfLqnorRN9FjI5ZK5StrlDAbob6XfJzXXUIdiXAOf2gzAcQdSvGfq +0C1mVAZMkB6/XbLOU/0ZOhEiG2kskn9OKC1+RR56Q1F1UilZHzaeqPUPLLuA6mZV +9ADGnkix7dFPPXPhumaRQKWeVT0ayEPG9337fBNRVC5OcdpJkvy1q4SuOR/p6b8A +qQNR/y9UjGDXZ/8HHlKu8x4CQehxzf/WEVZaYHcSv96u+xQuBinMEU9QxUKsjODW +NTM3gdGL87NTbxTeS2w9D4ANaoSo9Ni52y3THNP4SW5VLBbI81Aj8Hzx/nEPxpMM +ad7CveBy9qk5aEHpvq1YMsh28oUMHID6+qIj0lGwCwwIyMGQ9Zna3U4CqBlQD9pP +/9lvhMs2SA4K9FywdJxlgHMMKzP77sKof7nEm2nqC9I4BG5zHiYcaD8B94cfcOz6 +6XawjmyHRGJf7U4XCg3wDqCiT9LqP5BtdMtfz3YwGfJ8s3JBbrjsgWCqzlSzdyqJ +lpgPBXCtDleYALlvCZHGS183Dx3QG2ATH0O1LB5FXA6sAZFU3hRvR3wczxyW+U1K +PUDxe2xSguX764sT1XP5Uz4r/M/WsoQ2GDOsjuc9H7w5o3H8nl/JLlwwg64Zr/GK +5cfj8sKpbKdXdxWheFdU +=sElc +-----END PGP SIGNATURE----- + +--74v05ll6qgsQJUi5jOIKS2O6M8BuX0nW9-- -- 2.26.2