Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 0E6696DE1271 for ; Tue, 9 Feb 2016 04:23:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.045 X-Spam-Level: X-Spam-Status: No, score=-0.045 tagged_above=-999 required=5 tests=[AWL=0.022, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, 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 sDTnjZRaCY5B for ; Tue, 9 Feb 2016 04:23:55 -0800 (PST) Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by arlo.cworth.org (Postfix) with ESMTPS id A95C36DE02CE for ; Tue, 9 Feb 2016 04:23:55 -0800 (PST) Received: by mail-wm0-f42.google.com with SMTP id g62so20997067wme.0 for ; Tue, 09 Feb 2016 04:23:55 -0800 (PST) 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; bh=an6gLR3DyazjXEZ9yODPIgMGP0jmitabJt+r9l0EM/4=; b=xlQ+N5jlzjZOII0OGiSJ7dWTqAPmx/rxs2hWPQpTkZoyMvoBa1b33Jksf/FxD0vq6R kORT9ifzOhXsOojCoL96zlepAQBZ06mfaT0bhLGmNrUsu+g+1tFeCddbqmvopbWq+qWN LZoqsjOYoP6n5TbhGhk6zAIGEQYnYZq+yXVKI6DSnVcMb1l91Iu+e2oxn0p1+MLYcJHn lKgIZutQGKRx52LQKaMs+trweAemgmJHYuHMU4dKjCG6u07LNzwnUdj6NMATrdNmlHxt Mmgtx5rVgWoRZ8ddssDr7Jfu/uDZdH97nep3SJM2ulsPz07Yh+SO9SN8R+AUZDRYAiVJ o++A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=an6gLR3DyazjXEZ9yODPIgMGP0jmitabJt+r9l0EM/4=; b=VWHeriQiJ0e5Fmg02MuHeiV8n1IwubskXhN6GqrS3pF+dXpmyBR6TQyQzNz69Zskqm JApfT7C1RnYdHg6ayqKKY2nHUtlEO9FrsOxpkEWFfcG2JWskadQceDrQAPWXTBia1lYZ aabXN+/aoxCjPCzniJ8Q3EfwY1BgCNnR9QS0t/Hiiu5z60jlhjh3HA9sSx0Zc4q+Jsam 4bGIOjirCJ0PEbz3jm1ZeLXLAJdfzUj6mcJ3lqzzWN/5M0ERPbgsFxuAw1rPvK5O9vY6 51UT89ywY6kuws58f/wDqdzPBNc6Deq5SK8tGU+ZKHurIWvU2smXP2TzqfdE7msmHodD RVrg== X-Gm-Message-State: AG10YOTexJ/Crzln4sbi9d6yu6YNGJxtMY2dYk5nvfXOGTLRPL2gV0c/DQAs54fLoFQeFw== X-Received: by 10.28.229.20 with SMTP id c20mr4315133wmh.79.1455020633552; Tue, 09 Feb 2016 04:23:53 -0800 (PST) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id l7sm34513729wjx.14.2016.02.09.04.23.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Feb 2016 04:23:52 -0800 (PST) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id 6d1a49dc for ; Tue, 9 Feb 2016 12:23:51 +0000 (UTC) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v1 0/3] Always insert crypto buttons. Date: Tue, 9 Feb 2016 12:23:48 +0000 Message-Id: <1455020631-15646-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 2.1.4 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Tue, 09 Feb 2016 12:23:59 -0000 Always insert crypto buttons. This set of patches is in response to the discussion started in id:87silucnfx.fsf@maritornes.cs.unb.ca and specifically the comments from dkg in id:53CDEAE8.3000607@fifthhorseman.net. David Edmondson (3): emacs: Improve crypto button labels. emacs: Always insert crypto buttons. Test: Fix tests. emacs/notmuch-crypto.el | 7 +++--- emacs/notmuch-show.el | 29 ++++++++-------------- .../notmuch-show-elide-non-matching-messages-off | 3 +++ .../notmuch-show-elide-non-matching-messages-on | 3 +++ .../notmuch-show-indent-thread-content-off | 3 +++ .../notmuch-show-process-crypto-mime-parts-off | 1 + .../notmuch-show-thread-maildir-storage | 4 +++ ...hread-maildir-storage-with-fourfold-indentation | 4 +++ ...show-thread-maildir-storage-without-indentation | 4 +++ test/tree.expected-output/notmuch-tree-show-window | 1 + 10 files changed, 38 insertions(+), 21 deletions(-) -- 2.1.4