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 3E98D6DE0A6C for ; Sun, 27 Aug 2017 06:46:32 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.46 X-Spam-Level: X-Spam-Status: No, score=0.46 tagged_above=-999 required=5 tests=[AWL=-0.173, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_NEUTRAL=0.652, UNPARSEABLE_RELAY=0.001] 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 5aDNqkehsIVe for ; Sun, 27 Aug 2017 06:46:30 -0700 (PDT) Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by arlo.cworth.org (Postfix) with ESMTPS id 703496DE0A5B for ; Sun, 27 Aug 2017 06:46:30 -0700 (PDT) Received: by mail-wm0-f45.google.com with SMTP id y71so16029927wmd.0 for ; Sun, 27 Aug 2017 06:46:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dme-org.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=fOI6hUPZXimcGg/+1dqU6beoNL+tAgQyBlQlCLlk3cM=; b=uXcVLZSvYz8PdnvUQ/frPrQhH72CAj/49Qcs6oV2/YljiV9pl4YQZsCKjGcKYNUFTh 8NcO8qkOche2DLo2lJz00lUm0zagUQ+XWKC13ikoaJdovGku2GsmgF8GNEeGvA3g55Q4 oTpnSABWz10Ycxf7BXYZT4EPBnmfMblaibwi3YKRX3pgjPE75Hp5q1LYsJcMe9y+vX5t fHM5F4EaccXaVSjtIuFpCeG4uAH/+05AaN3enPy49hhdkWpvaWbDb81lSLM0k520bGrM jheL9CNWPZL+/VXkbnHEWc3ST52JLAl2wmSq1C5NBNbMwAaZunia3kEaGlgTBqJEgIs/ XKiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=fOI6hUPZXimcGg/+1dqU6beoNL+tAgQyBlQlCLlk3cM=; b=sb70YSnX4c4+BuwQMce9GFP0rqooJSx4p+J/L1uCNKVprkKL0mDXwoD8XY+bLFTBPY A4j+91ODNxgwsDxmYvqQs7XB50u88Ei8gYcT2Mgn1Ud0X42XTWEOsm4DoCy1GOrgEkAX tCTBw5TXiqA0hJHuzDPb3uDnaoZP+wmy+1vD7J/T9Dg2prJyHbOQ3b1P8NuC0FNujnOh f/+AuOWp5YQ5Ze0f74opERgSzVj1bn8XzUyL4pLz2frqH6+ythk0+9kU6TRyLMFvXFj1 rd87DqUtSxya6esRMfvM6VscVA5dg9C0GilTi18ROyx1yKwWmiN/QHb5c1dXlcg9zY3l cvrw== X-Gm-Message-State: AHYfb5jQ4uaskBhgSdDI5srFGQnZdulT/0d+dzf9WjMyBJmO6DyHLTOj NAAADeOBy00lbPmaevqnOg== X-Received: by 10.80.164.250 with SMTP id x55mr4194057edb.114.1503841588810; Sun, 27 Aug 2017 06:46:28 -0700 (PDT) Received: from disaster-area.hh.sledj.net (disaster-area.hh.sledj.net. [81.149.164.25]) by smtp.gmail.com with ESMTPSA id e36sm6414189edb.60.2017.08.27.06.46.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 27 Aug 2017 06:46:28 -0700 (PDT) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id 29d2cc49 for ; Sun, 27 Aug 2017 13:46:24 +0000 (UTC) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v1 1/4] emacs: wash: Wrap long lines after tidying citations Date: Sun, 27 Aug 2017 14:46:20 +0100 Message-Id: <20170827134623.20041-2-dme@dme.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170827134623.20041-1-dme@dme.org> References: <20170827134623.20041-1-dme@dme.org> 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: Sun, 27 Aug 2017 13:46:32 -0000 Citation tidying might change the length of some lines, making it more appropriate to perform line wrapping after citation tidying rather than before. --- emacs/notmuch-show.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index cd901e47..ffd2f687 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -90,15 +90,15 @@ visible for any given message." :group 'notmuch-show :group 'notmuch-hooks) -(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-wrap-long-lines - notmuch-wash-tidy-citations +(defcustom notmuch-show-insert-text/plain-hook '(notmuch-wash-tidy-citations + notmuch-wash-wrap-long-lines notmuch-wash-elide-blank-lines notmuch-wash-excerpt-citations) "Functions used to improve the display of text/plain parts." :type 'hook :options '(notmuch-wash-convert-inline-patch-to-part - notmuch-wash-wrap-long-lines notmuch-wash-tidy-citations + notmuch-wash-wrap-long-lines notmuch-wash-elide-blank-lines notmuch-wash-excerpt-citations) :group 'notmuch-show -- 2.11.0