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 F423D431FCB for ; Sat, 24 Jan 2015 08:45:46 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.138 X-Spam-Level: X-Spam-Status: No, score=0.138 tagged_above=-999 required=5 tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_MED=-2.3] 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 WIK6YzPkfD5a for ; Sat, 24 Jan 2015 08:45:44 -0800 (PST) Received: from outgoing.csail.mit.edu (outgoing.csail.mit.edu [128.30.2.149]) by olra.theworths.org (Postfix) with ESMTP id 13187431FAE for ; Sat, 24 Jan 2015 08:45:44 -0800 (PST) Received: from [104.131.20.129] (helo=awakeningjr) by outgoing.csail.mit.edu with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1YF3q7-0002wl-16; Sat, 24 Jan 2015 11:45:39 -0500 Received: from amthrax by awakeningjr with local (Exim 4.84) (envelope-from ) id 1YF3q6-0003NR-Nf; Sat, 24 Jan 2015 11:45:38 -0500 From: Austin Clements To: David Bremner Subject: Re: [PATCH 04/11] emacs: Track full message and part descriptor in w3m CID store In-Reply-To: <87d2ddo80w.fsf@maritornes.cs.unb.ca> References: <1398105468-14317-1-git-send-email-amdragon@mit.edu> <1398105468-14317-5-git-send-email-amdragon@mit.edu> <87d2ddo80w.fsf@maritornes.cs.unb.ca> User-Agent: Notmuch/0.18.1+86~gef5e66a (http://notmuchmail.org) Emacs/24.4.1 (x86_64-pc-linux-gnu) Date: Sat, 24 Jan 2015 11:45:38 -0500 Message-ID: <877fwcunyl.fsf@csail.mit.edu> MIME-Version: 1.0 Content-Type: text/plain Cc: Notmuch Mail 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: Sat, 24 Jan 2015 16:45:47 -0000 On Thu, 10 Jul 2014, David Bremner wrote: > Austin Clements writes: > >> This will simplify later changes. > > I'd have preferred the whitespace changes as a seperate patch, but OK. Not sure which whitespace changes you're referring to. Everything in this diff is actual (minor) code changes.