[notmuch] [PATCH -V2 1/2] notmuch-reply: Add support for replying only to sender
[notmuch-archives.git] / a6 / 6451bd3a26c5f4a52b4592f0dd1acd73d43948
1 Return-Path: <cworth@cworth.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 59FBE431FC0;\r
6         Wed, 25 Nov 2009 19:24:14 -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 FDDfVEUmG32E; Wed, 25 Nov 2009 19:24:13 -0800 (PST)\r
11 Received: from cworth.org (localhost [127.0.0.1])\r
12         by olra.theworths.org (Postfix) with ESMTP id 8B2F7431FAE;\r
13         Wed, 25 Nov 2009 19:24:13 -0800 (PST)\r
14 From: Carl Worth <cworth@cworth.org>\r
15 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
16  notmuch@notmuchmail.org\r
17 In-Reply-To: <1258927116-528-1-git-send-email-jrollins@finestructure.net>\r
18 References: <1258927116-528-1-git-send-email-jrollins@finestructure.net>\r
19 Date: Wed, 25 Nov 2009 19:23:59 -0800\r
20 Message-ID: <87iqcyrmsw.fsf@yoom.home.cworth.org>\r
21 MIME-Version: 1.0\r
22 Content-Type: text/plain; charset=us-ascii\r
23 Subject: Re: [notmuch] [PATCH 1/3] remove Makefile.config from source to\r
24  allow for custom config.\r
25 X-BeenThere: notmuch@notmuchmail.org\r
26 X-Mailman-Version: 2.1.12\r
27 Precedence: list\r
28 List-Id: "Use and development of the notmuch mail system."\r
29         <notmuch.notmuchmail.org>\r
30 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
31         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
32 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
33 List-Post: <mailto:notmuch@notmuchmail.org>\r
34 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
35 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
37 X-List-Received-Date: Thu, 26 Nov 2009 03:24:14 -0000\r
38 \r
39 On Sun, 22 Nov 2009 16:58:34 -0500, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
40 > Modified ./configure script to generate a Makefile.config if it\r
41 > doesn't exist.  This will allow people to maintain custom\r
42 > Makefile.config files without causing conflicts with the repository.\r
43 \r
44 It's definitely a good idea to get the generated Makefile.config out of\r
45 the repository so that users can maintain their own versions without\r
46 conflicts.\r
47 \r
48 In order to do this, we'll need to fix the Makefile to have a rule to\r
49 generate Makefile.config if it doesn't exist by running configure, (and\r
50 it could also give a message letting the user know that it's running\r
51 configure without arguments, and the user can run it explicitly with\r
52 arguments if desired[*]).\r
53 \r
54 -Carl\r
55 \r
56 [*] Of course, that's not *really* necessary until our configure script\r
57 actually *does* accept arguments, but we really should add at least\r
58 --prefix right away.\r