From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A323F431FB6 for ; Thu, 28 Jun 2012 00:41:37 -0700 (PDT) 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 rAi4lKvfJdb8 for ; Thu, 28 Jun 2012 00:41:37 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id F08B7431FAF for ; Thu, 28 Jun 2012 00:41:36 -0700 (PDT) Received: by lbbgk8 with SMTP id gk8so2783106lbb.26 for ; Thu, 28 Jun 2012 00:41:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=oayMtfHNQJmCRZwG59tp9K++l1vuiO0QgBkHOjpHnYo=; b=RUTsjk9JHMopOQiWXO/3uWvcAmyE1xDnhG7gNL2IacNht6JOsNkzRZiFynTK3AOdBo njNO7aFBsJoh9cqouUMld8iZypnhiE8q4lvLb9ZT984ZPMILLGw1Ih5IKk78iqpOgUHH 4Jy8iuuh/u/q6y8Ovdn+GfGOq2UBdLZnZvp/GQj11uyNGO6iD7Gkra49YwbFrgt8Y+UQ AuSNnfUuph94kcOxd2zYv1nnIyBpefj2aXUL3yOH+aMreA4oV7xPDNrFVlq5GEgBiPdH HiBg56gI11j996MjIJE6ol1OXlrvzJielPXkUxvN74um5GYS2bPffjOn0FxjGv9i++pu 6/WQ== Received: by 10.112.102.10 with SMTP id fk10mr567950lbb.39.1340869295238; Thu, 28 Jun 2012 00:41:35 -0700 (PDT) Received: from hecate (nl110-96-173.student.uu.se. [130.242.96.173]) by mx.google.com with ESMTPS id h6sm810827lbl.13.2012.06.28.00.41.32 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 28 Jun 2012 00:41:33 -0700 (PDT) From: Albin Stjerna To: Daniel Schoepe Subject: Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines In-Reply-To: <1329503684-31289-1-git-send-email-daniel@schoepe.org> References: <1329503684-31289-1-git-send-email-daniel@schoepe.org> User-Agent: Notmuch/0.13.2 (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Thu, 28 Jun 2012 09:41:31 +0200 Message-ID: <87lij7yjbo.fsf@hecate.student.uu.se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: NotMuch Mail Mailing List 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: Thu, 28 Jun 2012 07:41:37 -0000 Daniel Schoepe wrote: > This introduces a variable to control after how many characters a line > is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the > window width if it is lower). Hi! Did this patch make it into mainline notmuch? Because I can't find the variable notmuch-wash-wrap-long-lines using apropos-variable. If it didn't make it: what is now the preferred method of wrapping long lines when reading emails using notmuch/Emacs?