[RFC PATCH] test: add devel/test-in-docker.sh
[notmuch-archives.git] / b3 / 5034a3e52d9cd6dad1704d1b1d078729a9af17
1 Return-Path: <tomi.ollila@nixu.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 463FF429E26\r
6         for <notmuch@notmuchmail.org>; Thu,  6 Oct 2011 07:42:16 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 1v1X14Wkli0Z for <notmuch@notmuchmail.org>;\r
16         Thu,  6 Oct 2011 07:42:15 -0700 (PDT)\r
17 Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31])\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 17099431FD0\r
21         for <notmuch@notmuchmail.org>; Thu,  6 Oct 2011 07:42:14 -0700 (PDT)\r
22 Received: from taco2.nixu.fi (localhost [127.0.0.1])\r
23         by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id\r
24         p96EgCkC008144\r
25         (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT)\r
26         for <notmuch@notmuchmail.org>; Thu, 6 Oct 2011 17:42:12 +0300\r
27 Received: (from too@localhost)\r
28         by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p96EgCh3008143;\r
29         Thu, 6 Oct 2011 17:42:12 +0300\r
30 X-Authentication-Warning: taco2.nixu.fi: too set sender to\r
31         tomi.ollila@nixu.com using -f\r
32 From: Tomi Ollila <tomi.ollila@iki.fi>\r
33 To: Notmuch Mailing List <notmuch@notmuchmail.org>\r
34 Subject: Re: [RFC/PATCH] notmuch link\r
35 References: <cover.1317458072.git.alip@exherbo.org>\r
36         <20111003211522.GB28273@hayalet>\r
37 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
38         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
39         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
40 Date: Thu, 06 Oct 2011 17:42:12 +0300\r
41 In-Reply-To: <20111003211522.GB28273@hayalet> (Ali Polatel's message of "Tue, \r
42         4 Oct 2011 00:15:22 +0300")\r
43 Message-ID: <yf6lisy2ncr.fsf@taco2.nixu.fi>\r
44 User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux)\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain; charset=utf-8\r
47 Content-Transfer-Encoding: quoted-printable\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 06 Oct 2011 14:42:16 -0000\r
61 \r
62 On Tue 04 Oct 2011 00:15, Ali Polatel <polatel@gmail.com> writes:\r
63 \r
64 > Ali Polatel yazm=C4=B1=C5=9F:\r
65 >>\r
66 >>This mail is merely a request for comments and testing.\r
67 >\r
68 > Sigh...\r
69 > I have just noticed "notmuch show" learned --format=3Dmbox which makes\r
70 > this patch rather pointless for me. This changeset will keep living\r
71 > under my notmuch repository possibly without receiving any updates.\r
72 >\r
73 >>Ali Polatel (1):\r
74 >>  link: Add new command\r
75 \r
76 The 'link' feature would have been pretty cool as the linking goes\r
77 blazingly fast. But, the unfortunate side effect of this would be\r
78 that if the file referenced by link is modified, the original file gets=20\r
79 modified.I personally don't want this to happen after the mail is delivered\r
80 unless I intentionally do it (my delivered mails filenames are generated\r
81 from the md5sum of the original content, so re-comparing all content\r
82 will reveal what files been modified :D)\r
83 \r
84 If one of the goals of notmuch is to not to change the contents of mail\r
85 files and avoid this happening accidentally by other programs (referencing\r
86 files in configured 'path' from other programs considered non-accidental=20\r
87 action) then this feature should just be dropped (but not forgotten so it\r
88 doesn't get re-implemented).\r
89 \r
90 >         -alip\r
91 \r
92 Tomi\r