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 0DB37431E64 for ; Mon, 30 Jan 2012 09:03:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 mCDfTDgahaLt for ; Mon, 30 Jan 2012 09:03:39 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 645DA431FBC for ; Mon, 30 Jan 2012 09:03:39 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id A31D768056; Mon, 30 Jan 2012 19:03:40 +0200 (EET) From: Tomi Ollila To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH 0/5 v3] reworked crypto toggle, plus a few other toggles In-Reply-To: <1327941064-20027-1-git-send-email-dme@dme.org> References: <1327486729-18052-1-git-send-email-dme@dme.org> <1327941064-20027-1-git-send-email-dme@dme.org> User-Agent: Notmuch/0.11+146~geb6dc33 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 30 Jan 2012 17:03:40 -0000 On Mon, 30 Jan 2012 16:30:59 +0000, David Edmondson wrote: > v3: > - Add a toggle for line truncation (>). > - Retain the state of a show buffer across a call to refresh (which > includes the various toggles here). Applied and tested -- patches 2-5 works fine -- I currently don't have any messages to test 1. > David Edmondson (5): > emacs: Rework crypto switch toggle. > emacs: Allow `notmuch-show-mode' to display only matching messages. > emacs: Allow the indentation of content to be toggled. > emacs: Add a binding (>) to toggle the truncation of long lines. > emacs: Retain the state of the buffer during > `notmuch-show-refresh-view'. So +1 Tomi