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 3B72A429E5B for ; Fri, 13 Jan 2012 04:21:36 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 B2AaIty710oO for ; Fri, 13 Jan 2012 04:21:34 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 302CE429E59 for ; Fri, 13 Jan 2012 04:21:34 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 7929F287; Fri, 13 Jan 2012 13:21:31 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; s=postfix; bh=O8ADm/P36b9xzTcF327t7F cealQ=; b=rrl7dQSGSzkJKjs9VHvP0yrJssEjK+7ukcV6sJpX7EoBClAWueBdF+ 8HZ1pATriJ4g0VP6paYvJybjHbzyVSDKEjcJqNHNh5po1wlNhilsWfFBTnVIOX3I dcSH80Nn2Dgfv8+t2Vef8tLrLNZRt3vFCsubXFnNkOT5/KSHSS3ZY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type; q=dns; s=postfix; b=cyDdxmn3ppyG0uBi SxrRFmTebG11NtVur761eAj14wpcs9mYX4jIBSOikHjlUcVJ7/4Af94xSi8OsySV obWqzbVutNp3cBA7cJj04o4AF65mef4jGBX2caWP+wYOTcE9sR/7qzoeOk0J9jY+ KeTwTC7IXO8aDFbm+6Nfx/Or3es= Received: from maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Fri, 13 Jan 2012 13:21:31 +0100 (CET) From: Xavier Maillard To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH] Set fill column to 70 in .dir-locals.el. In-Reply-To: <1326410243-22277-1-git-send-email-amdragon@mit.edu> References: <1326410243-22277-1-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.10.1 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Fri, 13 Jan 2012 13:38:48 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jan 2012 12:21:36 -0000 On Thu, 12 Jan 2012 18:17:23 -0500, Austin Clements wrote: > This controls where comments and other text wraps. 70 is the default > value, so this simply returns it to the default for people who have > overridden it. Most notmuch code already adheres to this. +1 /Xavier