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 9A1886DE02DB for ; Sun, 3 Apr 2016 08:38:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.161 X-Spam-Level: X-Spam-Status: No, score=-0.161 tagged_above=-999 required=5 tests=[AWL=-0.094, 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 iqCnrNtOPIeS for ; Sun, 3 Apr 2016 08:38:31 -0700 (PDT) Received: from mail-lf0-f65.google.com (mail-lf0-f65.google.com [209.85.215.65]) by arlo.cworth.org (Postfix) with ESMTPS id BD2056DE01C2 for ; Sun, 3 Apr 2016 08:38:30 -0700 (PDT) Received: by mail-lf0-f65.google.com with SMTP id f127so19003084lff.1 for ; Sun, 03 Apr 2016 08:38: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; bh=SgbRqvmCuNccPg+SaBO1Doi2wmjQh5HmNQYzMItd0iE=; b=pMSSv72lnvioNUPMDqqmFh4YGiHNpaN+B6Etn7kbWvoihtukrmevFxm7IrjM8ibwyN 9OjZuUmUC+3uyCfs665W3Y+1Be/aDqp5INz8jgIiBf+WD7pA4vp2Um0wEwjz+xkyJbA8 +gLu5k+KnZIlnAQtO/UFcYSBc7tQ143KfBuN/XCNSSoSIHrDzFgB0axx/igNRPDRfrcH UVGsxF0+b5XFLJU1NlVV+WVnA590CvExMvShKAceJZZD9QGbm9z99OxQDk1n8kGIYh01 m/xjCV+GEXCLQkvCMgFHFK6rgdWtcRs906Hkc2vbmWMiqXnlxnC3yQNyCcgt8nfY73T9 OElQ== 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=SgbRqvmCuNccPg+SaBO1Doi2wmjQh5HmNQYzMItd0iE=; b=lkqyGcvMUNUETfkC1DgBfp7Q+CBzjgmj6zokGM+18YB2XU4RVhVtR7LcbU+55hnJJZ T72s6qSHHg/6niXr1v36G8vIGHLnBMA1qm9Z/sMyWyljPKnl1UC5jK5vGQmrBEaoFHLg UJZ3gsTa14p91kVEq/0ow6ejVdij5xMXFhgvL8KTtX6yyNaqMb20yDlsPIF5wX6o+w+y B0rZU7+FVhZeGUapuj3pfD87f2AsxkTH8tPR+DZlzazqpflyFcrBpbtFbw4UCw16sFCY Qw/fywKLzkAHP5h7K51SQ4zv75W/L6d0hXz0EQ+LysjUceMs8t9EZ7oYgbu+lYARCNbD zbtw== X-Gm-Message-State: AD7BkJIa1Ukpp/G0cQLc0k93WYEOq3Qs9b93RYDWcseh4rjR4j0Wn/G5TcS6HMITNYPj2A== X-Received: by 10.194.236.198 with SMTP id uw6mr2852047wjc.42.1459697905765; Sun, 03 Apr 2016 08:38:25 -0700 (PDT) Received: from disaster-area.hh.sledj.net ([2a01:348:1a2:1:ea39:35ff:fe2c:a227]) by smtp.gmail.com with ESMTPSA id w203sm9178087wmg.14.2016.04.03.08.38.24 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Apr 2016 08:38:24 -0700 (PDT) Received: from localhost (disaster-area.hh.sledj.net [local]) by disaster-area.hh.sledj.net (OpenSMTPD) with ESMTPA id 8c70d185 for ; Sun, 3 Apr 2016 15:38:23 +0000 (UTC) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH v2 0/2] Always insert crypto buttons. Date: Sun, 3 Apr 2016 16:38:21 +0100 Message-Id: <1459697903-32673-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: Sun, 03 Apr 2016 15:38:39 -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. v2: - Merge forward. - Fix new test. David Edmondson (2): emacs: Always insert crypto buttons. Test: Fix tests. emacs/notmuch-show.el | 34 +++++++--------------- test/T310-emacs.sh | 2 ++ .../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, 36 insertions(+), 23 deletions(-) -- 2.1.4