From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 7EB156DE00D3 for ; Mon, 18 Sep 2017 03:56:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[AWL=0.010, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nr5-OummMXb6 for ; Mon, 18 Sep 2017 03:56:00 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 960D36DE009B for ; Mon, 18 Sep 2017 03:56:00 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1dttev-0001Ay-AL; Mon, 18 Sep 2017 06:52:13 -0400 Received: (nullmailer pid 9307 invoked by uid 1000); Mon, 18 Sep 2017 10:55:56 -0000 From: David Bremner To: Daniel Kahn Gillmor , Notmuch Mail Subject: Re: [PATCH v2 2/3] database: add n_d_index_file (deprecates n_d_add_message) In-Reply-To: <87a81tt5c8.fsf@fifthhorseman.net> References: <87valmh1ln.fsf@tethera.net> <20170817231426.9627-1-dkg@fifthhorseman.net> <20170817231426.9627-2-dkg@fifthhorseman.net> <87lgmaeef1.fsf@tethera.net> <87a81tt5c8.fsf@fifthhorseman.net> Date: Mon, 18 Sep 2017 07:55:56 -0300 Message-ID: <87wp4w8edf.fsf@tethera.net> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Mon, 18 Sep 2017 10:56:01 -0000 Daniel Kahn Gillmor writes: > On Wed 2017-08-23 08:01:22 -0300, David Bremner wrote: >> Pushed 2 and 3, but with both amended to fix whitespace errors. Please >> _do_ adjust your settings, this is not a test ;). > > thanks for this push, bremner. > > if there are settings that need to be adjusted, i believe .dir-locals.el > is the place to adjust them for those of us who use emacs as their text > editor, right? i'm happy to pick them up from there. > > any suggestions on what specific settings need adjustment? > > --dkg I'm not sure about an emacs-specific fix; I just rename .git/hooks/pre-commit.sample to .git/hooks/pre-commit to enable checking for whitespace issues before committing. d