From 6cb1b957813ecada548449430e7cc95582c9eb01 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 19 Mar 2016 17:50:29 +0200 Subject: [PATCH] [PATCH] test/test-lib.el: revert setting notmuch-mua-reply-insert-header-p-function --- 35/785068a8ba993a6faf0f4e6ed915c428c013c0 | 73 +++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 35/785068a8ba993a6faf0f4e6ed915c428c013c0 diff --git a/35/785068a8ba993a6faf0f4e6ed915c428c013c0 b/35/785068a8ba993a6faf0f4e6ed915c428c013c0 new file mode 100644 index 000000000..04c80ee44 --- /dev/null +++ b/35/785068a8ba993a6faf0f4e6ed915c428c013c0 @@ -0,0 +1,73 @@ +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 33E496DE00F0 + for ; Sat, 19 Mar 2016 08:50:44 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 1.219 +X-Spam-Level: * +X-Spam-Status: No, score=1.219 tagged_above=-999 required=5 tests=[AWL=1.229, + T_RP_MATCHES_RCVD=-0.01] 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 8Vr-wtSx8kh1 for ; + Sat, 19 Mar 2016 08:50:36 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by arlo.cworth.org (Postfix) with ESMTP id C58206DE00EF + for ; Sat, 19 Mar 2016 08:50:35 -0700 (PDT) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id BFCAF1001E3; Sat, 19 Mar 2016 17:50:35 +0200 (EET) +From: Tomi Ollila +To: notmuch@notmuchmail.org +Cc: tomi.ollila@iki.fi +Subject: [PATCH] test/test-lib.el: revert setting + notmuch-mua-reply-insert-header-p-function +Date: Sat, 19 Mar 2016 17:50:29 +0200 +Message-Id: <1458402629-20469-1-git-send-email-too@guru.guru-group.fi> +X-Mailer: git-send-email 2.6.4 +In-Reply-To: <87fuvq6dc1.fsf@petton.fr> +References: <87fuvq6dc1.fsf@petton.fr> +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: Sat, 19 Mar 2016 15:50:44 -0000 + +From: Tomi Ollila + +in d27d90875dfb1 (2016-02-20) notmuch-mua-reply-insert-header-p-function +was set to notmuch-show-reply-insert-header-p-never as its default was +changed to something else. Now that default is set back to *-never so +this change done in d27d90875dfb1 is not needed anymore. +--- + test/test-lib.el | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/test/test-lib.el b/test/test-lib.el +index 02e020c..596a705 100644 +--- a/test/test-lib.el ++++ b/test/test-lib.el +@@ -184,10 +184,6 @@ (defmacro notmuch-test-progn (&rest body) + (setq notmuch-tag-deleted-formats + '((".*" nil))) + +-;; For historical reasonse we don't print part headers when replying +-;; in the tests suite +-(setq notmuch-mua-reply-insert-header-p-function 'notmuch-show-reply-insert-header-p-never) +- + ;; force a common html renderer, to avoid test variations between + ;; environments + +-- +1.9.3 + -- 2.26.2