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 9CAB740DEE1 for ; Tue, 16 Nov 2010 14:18:26 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 Q3wAUg6nkoXK for ; Tue, 16 Nov 2010 14:18:16 -0800 (PST) Received: from mail-qy0-f174.google.com (mail-qy0-f174.google.com [209.85.216.174]) by olra.theworths.org (Postfix) with ESMTP id 368D940DEE0 for ; Tue, 16 Nov 2010 14:18:16 -0800 (PST) Received: by qyk12 with SMTP id 12so5799443qyk.5 for ; Tue, 16 Nov 2010 14:18:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=aOFbeGkGRg/Dl6eprf3vyN/z8KfjaPIExtxl6nL/3Uo=; b=ReXfxDJ4LHljO0cZqfwP8QAy0u/KDEU3LhKQ1ZoSIWYiq8h/I9avcu0AxZ6oW+4Fir 4YG5ls7oKcK+TmBsNIOVpR3GjPFzkstvTx1CFC2iM7vBGLMrXOMHUHQgUoJoWUaM0OZ/ juS6Tilvl25893+I5ldmXcd+z/3dDjM9T2KlY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=S0Fco65uP0yZsJ/E2m94vkfI05CVKXEplFRGGmoBTUS4CG4M67No8//WQndzzHrh59 iDvsTgli/3y4bcPesCA00UkULUiNw8zoPg9mXq0GONgXYCWVH1s/Uc2LZfr/y/vqt9zf dGtBlOQWSz4ZpJn9+rYtnQsY7SHYAYwDTwbYM= Received: by 10.229.232.211 with SMTP id jv19mr6795470qcb.28.1289945895303; Tue, 16 Nov 2010 14:18:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.229.189.17 with HTTP; Tue, 16 Nov 2010 14:17:45 -0800 (PST) In-Reply-To: <4CE2ECA1.3030108@fifthhorseman.net> References: <87sjz1dr0j.fsf@yoom.home.cworth.org> <4CE2EB89.5040209@fifthhorseman.net> <4CE2ECA1.3030108@fifthhorseman.net> From: "Ciprian Dorin, Craciun" Date: Wed, 17 Nov 2010 00:17:45 +0200 Message-ID: Subject: Re: `notmuch setup` replaces `~/.notmuch-config` instead of truncating it To: notmuch 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: Tue, 16 Nov 2010 22:18:26 -0000 On Tue, Nov 16, 2010 at 22:42, Daniel Kahn Gillmor wrote: > On 11/16/2010 03:37 PM, Daniel Kahn Gillmor wrote: >> On 11/16/2010 03:26 PM, Ciprian Dorin, Craciun wrote: >>> =C2=A0 =C2=A0 So in the light of the above quoted "glitches", my questi= on is: >>> due to the small chance of a power loss happening right when we write >>> such a small file, doesn't the inconvenience weight more than the >>> (fairly remote probable) file loss? >> >> What inconvenience? =C2=A0The inconvenience of writing the code correctl= y? > > Ah sorry -- on re-reading, i see you're probably referring to the > inconvenience of breaking hardlinks, dropping permissions, ACLs and > other metadata. Yes, exactly this is what I'm referring to: the meta-data that is not copied when a new file is created. > That's an open question, as far as i'm concerned. =C2=A0it'd be nice if t= here > was a way to "clone" a file's permissions and metadata to get the best > of both worlds. =C2=A0maybe someone knows some tricks to do that? > > =C2=A0 =C2=A0 =C2=A0 =C2=A0--dkg