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 463FF429E26 for ; Thu, 6 Oct 2011 07:42:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 1v1X14Wkli0Z for ; Thu, 6 Oct 2011 07:42:15 -0700 (PDT) Received: from taco2.nixu.fi (taco2.nixu.fi [194.197.118.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 17099431FD0 for ; Thu, 6 Oct 2011 07:42:14 -0700 (PDT) Received: from taco2.nixu.fi (localhost [127.0.0.1]) by taco2.nixu.fi (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id p96EgCkC008144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 6 Oct 2011 17:42:12 +0300 Received: (from too@localhost) by taco2.nixu.fi (8.14.3/8.14.3/Submit) id p96EgCh3008143; Thu, 6 Oct 2011 17:42:12 +0300 X-Authentication-Warning: taco2.nixu.fi: too set sender to tomi.ollila@nixu.com using -f From: Tomi Ollila To: Notmuch Mailing List Subject: Re: [RFC/PATCH] notmuch link References: <20111003211522.GB28273@hayalet> X-Face: HhBM'cA~ (Ali Polatel's message of "Tue, 4 Oct 2011 00:15:22 +0300") Message-ID: User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Thu, 06 Oct 2011 14:42:16 -0000 On Tue 04 Oct 2011 00:15, Ali Polatel writes: > Ali Polatel yazm=C4=B1=C5=9F: >> >>This mail is merely a request for comments and testing. > > Sigh... > I have just noticed "notmuch show" learned --format=3Dmbox which makes > this patch rather pointless for me. This changeset will keep living > under my notmuch repository possibly without receiving any updates. > >>Ali Polatel (1): >> link: Add new command The 'link' feature would have been pretty cool as the linking goes blazingly fast. But, the unfortunate side effect of this would be that if the file referenced by link is modified, the original file gets=20 modified.I personally don't want this to happen after the mail is delivered unless I intentionally do it (my delivered mails filenames are generated from the md5sum of the original content, so re-comparing all content will reveal what files been modified :D) If one of the goals of notmuch is to not to change the contents of mail files and avoid this happening accidentally by other programs (referencing files in configured 'path' from other programs considered non-accidental=20 action) then this feature should just be dropped (but not forgotten so it doesn't get re-implemented). > -alip Tomi