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 7020A429E3B for ; Mon, 16 Jan 2012 13:48:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 r6EEJ-Oi0KIf for ; Mon, 16 Jan 2012 13:48:54 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E5F08429E35 for ; Mon, 16 Jan 2012 13:48:53 -0800 (PST) Received: by qadc16 with SMTP id c16so1904672qad.5 for ; Mon, 16 Jan 2012 13:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=yUbWk3G+e+xO2TmO7F9MftbN/sSYZZpkl8ou+57hH+Y=; b=I26blZ0rCbb48ikjo3Lz9/By+OxR39rjDckQfsS/9+eK4tpJX3UJNh9FenJ573kmA6 qUxpRtfZGuzTEdNqdNYcz/zzbJCpq6ji5YA0fzV3KYdDuBVtiZzThY25txW9+N1xBJ0C 16tr/uVeZRrjHj9r02Ck5ER9ZP7RbQt2r2V94= Received: by 10.224.105.82 with SMTP id s18mr16700743qao.76.1326750533423; Mon, 16 Jan 2012 13:48:53 -0800 (PST) Received: from localhost (vpl458.wlan.library.upenn.edu. [130.91.141.203]) by mx.google.com with ESMTPS id df3sm39356035qab.6.2012.01.16.13.48.52 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 16 Jan 2012 13:48:52 -0800 (PST) From: Aaron Ecay To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Truncate lines and do not enable visual-line-mode in notmuch-show buffers. In-Reply-To: <1326723202-4328-1-git-send-email-dme@dme.org> References: <1326723202-4328-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.11+62~ge41b0d3 (http://notmuchmail.org) Emacs/24.0.92.1 (i386-apple-darwin10.8.0) Date: Mon, 16 Jan 2012 16:48:50 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Mon, 16 Jan 2012 21:48:54 -0000 On Mon, 16 Jan 2012 14:13:22 +0000, David Edmondson wrote: > Enable the truncation of lines in `notmuch-show-mode' to avoid visual > noise caused by the wrapping of the header lines. > > Don't enable `visual-line-mode' because it disables line truncation. > > The benefits of `visual-line-mode' were that it wrapped long lines > in received messages. With `notmuch-wash-wrap-long-lines' now default > behaviour, this is no longer required. +1 -- Aaron Ecay