Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / a6 / 8092420f4b8c08677a52329feccd175063a1e5
1 Return-Path: <pieter@praet.org>\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 olra.theworths.org (Postfix) with ESMTP id 5A17A431FAF\r
6         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:33:09 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id vrfb9-dvLkcA for <notmuch@notmuchmail.org>;\r
16         Thu, 19 Jan 2012 13:33:09 -0800 (PST)\r
17 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
18  [74.125.82.45])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  C4CE1431FAE    for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:33:08 -0800\r
21  (PST)\r
22 Received: by wgbdt12 with SMTP id dt12so408200wgb.2\r
23         for <notmuch@notmuchmail.org>; Thu, 19 Jan 2012 13:33:07 -0800 (PST)\r
24 Received: by 10.180.24.105 with SMTP id t9mr47135067wif.19.1327008787629;\r
25         Thu, 19 Jan 2012 13:33:07 -0800 (PST)\r
26 Received: from localhost ([109.131.97.13])\r
27         by mx.google.com with ESMTPS id dr7sm27103061wib.3.2012.01.19.13.33.06\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Thu, 19 Jan 2012 13:33:07 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
32 Subject: [PATCH] emacs: fix tests wrt notmuch-hello invisible dot\r
33 Date: Thu, 19 Jan 2012 22:31:14 +0100\r
34 Message-Id: <1327008674-1771-1-git-send-email-pieter@praet.org>\r
35 X-Mailer: git-send-email 1.7.8.1\r
36 In-Reply-To: <1326815734-20421-1-git-send-email-dmitry.kurochkin@gmail.com>\r
37 References: <1326815734-20421-1-git-send-email-dmitry.kurochkin@gmail.com>\r
38 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Thu, 19 Jan 2012 21:33:09 -0000\r
52 \r
53 Not meant to be applied!\r
54 \r
55 Should be merged into\r
56   id:"1326815734-20421-1-git-send-email-dmitry.kurochkin@gmail.com"\r
57 \r
58 ---\r
59  test/emacs.expected-output/notmuch-hello           |    2 +-\r
60  .../notmuch-hello-no-saved-searches                |    2 +-\r
61  .../emacs.expected-output/notmuch-hello-with-empty |    2 +-\r
62  3 files changed, 3 insertions(+), 3 deletions(-)\r
63 \r
64 diff --git a/test/emacs.expected-output/notmuch-hello b/test/emacs.expected-output/notmuch-hello\r
65 index de57de2..196112e 100644\r
66 --- a/test/emacs.expected-output/notmuch-hello\r
67 +++ b/test/emacs.expected-output/notmuch-hello\r
68 @@ -4,7 +4,7 @@ Saved searches: [edit]\r
69  \r
70           52 inbox           52 unread    \r
71  \r
72 -Search:                                                                      \r
73 +Search:                                                                     .\r
74  \r
75  [Show all tags]\r
76  \r
77 diff --git a/test/emacs.expected-output/notmuch-hello-no-saved-searches b/test/emacs.expected-output/notmuch-hello-no-saved-searches\r
78 index f1fc4d6..f4cfe49 100644\r
79 --- a/test/emacs.expected-output/notmuch-hello-no-saved-searches\r
80 +++ b/test/emacs.expected-output/notmuch-hello-no-saved-searches\r
81 @@ -1,6 +1,6 @@\r
82     Welcome to notmuch. You have 52 messages.\r
83  \r
84 -Search:                                                                      \r
85 +Search:                                                                     .\r
86  \r
87  [Show all tags]\r
88  \r
89 diff --git a/test/emacs.expected-output/notmuch-hello-with-empty b/test/emacs.expected-output/notmuch-hello-with-empty\r
90 index dd8728b..a860a72 100644\r
91 --- a/test/emacs.expected-output/notmuch-hello-with-empty\r
92 +++ b/test/emacs.expected-output/notmuch-hello-with-empty\r
93 @@ -4,7 +4,7 @@ Saved searches: [edit]\r
94  \r
95           52 inbox           52 unread           0 empty     \r
96  \r
97 -Search:                                                                      \r
98 +Search:                                                                     .\r
99  \r
100  [Show all tags]\r
101  \r
102 -- \r
103 1.7.8.1\r
104 \r