Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 35 / 785068a8ba993a6faf0f4e6ed915c428c013c0
1 Return-Path: <too@guru-group.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 33E496DE00F0\r
6  for <notmuch@notmuchmail.org>; Sat, 19 Mar 2016 08:50:44 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 1.219\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.219 tagged_above=-999 required=5 tests=[AWL=1.229, \r
12  T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id 8Vr-wtSx8kh1 for <notmuch@notmuchmail.org>;\r
16  Sat, 19 Mar 2016 08:50:36 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id C58206DE00EF\r
19  for <notmuch@notmuchmail.org>; Sat, 19 Mar 2016 08:50:35 -0700 (PDT)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21  id BFCAF1001E3; Sat, 19 Mar 2016 17:50:35 +0200 (EET)\r
22 From: Tomi Ollila <too@guru.guru-group.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Cc: tomi.ollila@iki.fi\r
25 Subject: [PATCH] test/test-lib.el: revert setting\r
26  notmuch-mua-reply-insert-header-p-function\r
27 Date: Sat, 19 Mar 2016 17:50:29 +0200\r
28 Message-Id: <1458402629-20469-1-git-send-email-too@guru.guru-group.fi>\r
29 X-Mailer: git-send-email 2.6.4\r
30 In-Reply-To: <87fuvq6dc1.fsf@petton.fr>\r
31 References: <87fuvq6dc1.fsf@petton.fr>\r
32 X-BeenThere: notmuch@notmuchmail.org\r
33 X-Mailman-Version: 2.1.20\r
34 Precedence: list\r
35 List-Id: "Use and development of the notmuch mail system."\r
36  <notmuch.notmuchmail.org>\r
37 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
38  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
39 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
40 List-Post: <mailto:notmuch@notmuchmail.org>\r
41 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
42 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
44 X-List-Received-Date: Sat, 19 Mar 2016 15:50:44 -0000\r
45 \r
46 From: Tomi Ollila <tomi.ollila@iki.fi>\r
47 \r
48 in d27d90875dfb1 (2016-02-20) notmuch-mua-reply-insert-header-p-function\r
49 was set to notmuch-show-reply-insert-header-p-never as its default was\r
50 changed to something else. Now that default is set back to *-never so\r
51 this change done in d27d90875dfb1 is not needed anymore.\r
52 ---\r
53  test/test-lib.el | 4 ----\r
54  1 file changed, 4 deletions(-)\r
55 \r
56 diff --git a/test/test-lib.el b/test/test-lib.el\r
57 index 02e020c..596a705 100644\r
58 --- a/test/test-lib.el\r
59 +++ b/test/test-lib.el\r
60 @@ -184,10 +184,6 @@ (defmacro notmuch-test-progn (&rest body)\r
61  (setq notmuch-tag-deleted-formats\r
62        '((".*" nil)))\r
63  \r
64 -;; For historical reasonse we don't print part headers when replying\r
65 -;; in the tests suite\r
66 -(setq notmuch-mua-reply-insert-header-p-function 'notmuch-show-reply-insert-header-p-never)\r
67 -\r
68  ;; force a common html renderer, to avoid test variations between\r
69  ;; environments\r
70  \r
71 -- \r
72 1.9.3\r
73 \r