Re: [PATCH] NEWS: initial NEWS for 0.22.1
[notmuch-archives.git] / 98 / 07683dec69adab51672faba94d41b09b194946
1 Return-Path: <bremner@unb.ca>\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 5707B431FD0\r
6         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 06:34:31 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id mNALpoZ8pd8H for <notmuch@notmuchmail.org>;\r
16         Wed,  7 Dec 2011 06:34:27 -0800 (PST)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id AF335431FB6\r
21         for <notmuch@notmuchmail.org>; Wed,  7 Dec 2011 06:34:27 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.13.154])\r
23         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id pB7EYQDI023584;\r
24         Wed, 7 Dec 2011 10:34:26 -0400\r
25 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.72)\r
26         (envelope-from <bremner@unb.ca>)\r
27         id 1RYIZm-0006yP-4X; Wed, 07 Dec 2011 10:34:26 -0400\r
28 From: David Bremner <david@tethera.net>\r
29 To: Rainer M Krug <R.M.Krug@gmail.com>, notmuch@notmuchmail.org\r
30 Subject: Re: RFC: don't ask users to do 'sudo make install'\r
31 In-Reply-To: <4EDF728E.3050204@gmail.com>\r
32 References: <E1RYGZF-0005RB-TS@thinkbox.jade-hamburg.de>\r
33         <yf6r50gcxkn.fsf@taco2.nixu.fi> <4EDF728E.3050204@gmail.com>\r
34 User-Agent: Notmuch/0.10~rc1+12~g53b921d (http://notmuchmail.org) Emacs/23.3.1\r
35         (x86_64-pc-linux-gnu)\r
36 Date: Wed, 07 Dec 2011 10:34:26 -0400\r
37 Message-ID: <87k468a1sd.fsf@convex-new.cs.unb.ca>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 07 Dec 2011 14:34:31 -0000\r
53 \r
54 On Wed, 07 Dec 2011 15:05:02 +0100, Rainer M Krug <R.M.Krug@gmail.com> wrote:\r
55 \r
56 > Because of these problems, I use checkinstall to create a deb file ( I\r
57 > am using Ubuntu) which I can then un-install again if I want to, or\r
58 > update, or anything the package manager can do.\r
59 \r
60 Note that in recent versions of notmuch, "make debian-snapshot" is\r
61 probably a better option than checkinstall, since it uses the "official"\r
62 debian packaging that ships with notmuch.\r
63 \r
64 I don't know how practical/useful it is to support something similar for\r
65 other distros / OSes, but we could certainly consider it.\r
66 \r
67 d\r