[PATCH v2] config: do not overwrite symlinks when saving config file
[notmuch-archives.git] / 47 / 98fe2940d035d03f7a963269c25a75fde67bf7
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 DC6E1429E25\r
6         for <notmuch@notmuchmail.org>; Fri,  9 Dec 2011 09:40:42 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id NCGztIPiXMYm for <notmuch@notmuchmail.org>;\r
17         Fri,  9 Dec 2011 09:40:42 -0800 (PST)\r
18 Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 35374431FB6\r
22         for <notmuch@notmuchmail.org>; Fri,  9 Dec 2011 09:40:42 -0800 (PST)\r
23 Received: by bkat8 with SMTP id t8so3398839bka.26\r
24         for <notmuch@notmuchmail.org>; Fri, 09 Dec 2011 09:40:39 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:cc:subject:in-reply-to:references:user-agent:date\r
27         :message-id:mime-version:content-type;\r
28         bh=HciwJ+G3aCg1FGxeNao6MCRLrgkpMSxeoOnDAEmZ2qQ=;\r
29         b=xt77N27+jfKKxZC+Y1G5OE/kaGtW/YO+5V+Z9voYzLlemz6MLuUZJeoK7nJrsOoXgk\r
30         gSuryt2hZecmK9vKs0WjcnZY1MntuZvSl17Vx0wK2FB4mbRiGXuWsIRsqi/cJlAkn4jT\r
31         N3ZCngXRBQLZoSZYK7eljkW5DZLPTb3LPVdpQ=\r
32 Received: by 10.205.119.207 with SMTP id fv15mr4285484bkc.133.1323452439459;\r
33         Fri, 09 Dec 2011 09:40:39 -0800 (PST)\r
34 Received: from localhost ([91.144.186.21])\r
35         by mx.google.com with ESMTPS id zv9sm11493238bkb.0.2011.12.09.09.40.37\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Fri, 09 Dec 2011 09:40:38 -0800 (PST)\r
38 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
39 To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
40 Subject: Re: [PATCH v2 0/4] First step of 'show' rewrite\r
41 In-Reply-To: <20111209173913.GI3190@mit.edu>\r
42 References: <1322446871-14986-1-git-send-email-amdragon@mit.edu>\r
43         <1323027100-10307-1-git-send-email-amdragon@mit.edu>\r
44         <20111209173913.GI3190@mit.edu>\r
45 User-Agent: Notmuch/0.10.2+82~g96a629c (http://notmuchmail.org) Emacs/23.3.1\r
46         (x86_64-pc-linux-gnu)\r
47 Date: Fri, 09 Dec 2011 21:40:05 +0400\r
48 Message-ID: <87zkf17ife.fsf@gmail.com>\r
49 MIME-Version: 1.0\r
50 Content-Type: text/plain; charset=us-ascii\r
51 Cc: dkg@fifthhorseman.net\r
52 X-BeenThere: notmuch@notmuchmail.org\r
53 X-Mailman-Version: 2.1.13\r
54 Precedence: list\r
55 List-Id: "Use and development of the notmuch mail system."\r
56         <notmuch.notmuchmail.org>\r
57 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
59 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
60 List-Post: <mailto:notmuch@notmuchmail.org>\r
61 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
62 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
63         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
64 X-List-Received-Date: Fri, 09 Dec 2011 17:40:43 -0000\r
65 \r
66 Hi Austin.\r
67 \r
68 On Fri, 9 Dec 2011 12:39:13 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
69 > Just a reminder that this series awaits review and is the first step\r
70 > in a better, simpler, and cleaner show that will make possible things\r
71 > like improvements to the JSON format, better encoding handling, proper\r
72 > raw support, and hierarchical part numbering.\r
73\r
74 \r
75 Thank you very much for this work.  And shame on me for not reviewing\r
76 it.  But I have been too busy with other stuff lately.  I hope I can get\r
77 to it this weekend.\r
78 \r
79 Regards,\r
80   Dmitry\r
81 \r
82 > (I/git screwed up the CC line on the original patch series email.  It\r
83 > was supposed to be CC'd to everyone who had expressed an interest in\r
84 > this; sorry for any confusion.)\r
85\r
86 > Quoth myself on Dec 04 at  2:31 pm:\r
87 > > This version addresses the comments in Jani's review\r
88 > > (id:8739d6u4ju.fsf@nikula.org).\r