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 BED634196FF for ; Wed, 1 Feb 2012 06:39:32 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 S7dSPrdA0dqG for ; Wed, 1 Feb 2012 06:39:32 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 21A8441EB98 for ; Wed, 1 Feb 2012 06:39:32 -0800 (PST) Received: by wibhi8 with SMTP id hi8so1018092wib.26 for ; Wed, 01 Feb 2012 06:39:30 -0800 (PST) Received: by 10.180.106.33 with SMTP id gr1mr42066629wib.6.1328107170888; Wed, 01 Feb 2012 06:39:30 -0800 (PST) Received: from hotblack-desiato.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25]) by mx.google.com with ESMTPS id t15sm45162464wiv.6.2012.02.01.06.39.27 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Feb 2012 06:39:28 -0800 (PST) Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000) id 3324AA0141; Wed, 1 Feb 2012 14:39:26 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v5 0/6] reworked crypto toggle, plus a few other toggles Date: Wed, 1 Feb 2012 14:39:18 +0000 Message-Id: <1328107164-10520-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.8.3 In-Reply-To: <1327486729-18052-1-git-send-email-dme@dme.org> References: <1327486729-18052-1-git-send-email-dme@dme.org> 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: Wed, 01 Feb 2012 14:39:33 -0000 v5: - more real buffer local variables in patch 1. - switch truncation toggle binding to 't'. - add patch 6 to check that the search buffer still exists when trying to select it. David Edmondson (6): 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 (t) to toggle the truncation of long lines. emacs: Optionally retain the state of the buffer during `notmuch-show-refresh-view'. emacs: Check that the parent buffer is alive before using it. emacs/notmuch-show.el | 213 +++++++++++++++++++++++++++++++++---------------- emacs/notmuch.el | 7 +- 2 files changed, 147 insertions(+), 73 deletions(-) -- 1.7.8.3