--- /dev/null
+Return-Path: <too@guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 33E496DE00F0\r
+ for <notmuch@notmuchmail.org>; Sat, 19 Mar 2016 08:50:44 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.219\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.219 tagged_above=-999 required=5 tests=[AWL=1.229, \r
+ T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 8Vr-wtSx8kh1 for <notmuch@notmuchmail.org>;\r
+ Sat, 19 Mar 2016 08:50:36 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C58206DE00EF\r
+ for <notmuch@notmuchmail.org>; Sat, 19 Mar 2016 08:50:35 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+ id BFCAF1001E3; Sat, 19 Mar 2016 17:50:35 +0200 (EET)\r
+From: Tomi Ollila <too@guru.guru-group.fi>\r
+To: notmuch@notmuchmail.org\r
+Cc: tomi.ollila@iki.fi\r
+Subject: [PATCH] test/test-lib.el: revert setting\r
+ notmuch-mua-reply-insert-header-p-function\r
+Date: Sat, 19 Mar 2016 17:50:29 +0200\r
+Message-Id: <1458402629-20469-1-git-send-email-too@guru.guru-group.fi>\r
+X-Mailer: git-send-email 2.6.4\r
+In-Reply-To: <87fuvq6dc1.fsf@petton.fr>\r
+References: <87fuvq6dc1.fsf@petton.fr>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 19 Mar 2016 15:50:44 -0000\r
+\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+\r
+in d27d90875dfb1 (2016-02-20) notmuch-mua-reply-insert-header-p-function\r
+was set to notmuch-show-reply-insert-header-p-never as its default was\r
+changed to something else. Now that default is set back to *-never so\r
+this change done in d27d90875dfb1 is not needed anymore.\r
+---\r
+ test/test-lib.el | 4 ----\r
+ 1 file changed, 4 deletions(-)\r
+\r
+diff --git a/test/test-lib.el b/test/test-lib.el\r
+index 02e020c..596a705 100644\r
+--- a/test/test-lib.el\r
++++ b/test/test-lib.el\r
+@@ -184,10 +184,6 @@ (defmacro notmuch-test-progn (&rest body)\r
+ (setq notmuch-tag-deleted-formats\r
+ '((".*" nil)))\r
+ \r
+-;; For historical reasonse we don't print part headers when replying\r
+-;; in the tests suite\r
+-(setq notmuch-mua-reply-insert-header-p-function 'notmuch-show-reply-insert-header-p-never)\r
+-\r
+ ;; force a common html renderer, to avoid test variations between\r
+ ;; environments\r
+ \r
+-- \r
+1.9.3\r
+\r