Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 40 / 57265e72cf783647327da131fe9afcad686789
1 Return-Path: <jani@nikula.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 AE1C7431FBD\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Mar 2015 10:24:14 -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: 1.738\r
10 X-Spam-Level: *\r
11 X-Spam-Status: No, score=1.738 tagged_above=-999 required=5\r
12         tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_LOW=-0.7]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id PsT8P-6X1jht for <notmuch@notmuchmail.org>;\r
17         Mon,  2 Mar 2015 10:24:11 -0800 (PST)\r
18 Received: from mail-we0-f174.google.com (mail-we0-f174.google.com\r
19         [74.125.82.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id DD1A8414B85\r
22         for <notmuch@notmuchmail.org>; Mon,  2 Mar 2015 09:49:29 -0800 (PST)\r
23 Received: by wevm14 with SMTP id m14so34840520wev.13\r
24         for <notmuch@notmuchmail.org>; Mon, 02 Mar 2015 09:46:49 -0800 (PST)\r
25 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=1e100.net; s=20130820;\r
27         h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to\r
28         :references;\r
29         bh=0sgXF6llWJj9p+AejWQ1+/r7ul9r6L8UqTnmQh66+lA=;\r
30         b=lxhj+En0b2GDKbRTxPlP38wk/WXObAcLntWDHTFnu70swb0C9tOT8AXG+1TY+NyNFT\r
31         gx3sZHT2a/pZOJjlr0K++Br8riTpr7xRx7+P1FBo0zwdOwwQK1fIWrhoclAZRRm2YDt6\r
32         5eh2fmcXNHe8/mnlk3JZ/8msQUiUnIGKcJVru40CRURyiO48sNhRv/PmZ99laFzYxzVm\r
33         0AcvvBIc04IbxzTU+CeCyeu1xxIuOxfQm4xUMH7Gs5tkZP/NFNXpdm9MWP5jRHj8hGOC\r
34         GIGtCqn47igF4mlsoCK/t+Wi5PJvH0o/34ZgHVTbGgOWtmCrauTkex1DKBg8R5XO6WmM\r
35         FY4A==\r
36 X-Gm-Message-State:\r
37  ALoCoQlF5/HRNZYTNKnEDMc3m98NpvcYQECKI/pj4610HWqLfFD56/hYyq9b+RVZhfqa8vkpxfp0\r
38 X-Received: by 10.194.174.164 with SMTP id bt4mr54507210wjc.7.1425318409737;\r
39         Mon, 02 Mar 2015 09:46:49 -0800 (PST)\r
40 Received: from localhost (mobile-internet-bcee3b-76.dhcp.inet.fi.\r
41         [188.238.59.76])\r
42         by mx.google.com with ESMTPSA id k1sm20217333wjn.9.2015.03.02.09.46.48\r
43         (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\r
44         Mon, 02 Mar 2015 09:46:48 -0800 (PST)\r
45 From: Jani Nikula <jani@nikula.org>\r
46 To: notmuch@notmuchmail.org\r
47 Subject: [PATCH 2/4] test: add some more time tests\r
48 Date: Mon,  2 Mar 2015 19:47:02 +0200\r
49 Message-Id: <1425318424-27017-2-git-send-email-jani@nikula.org>\r
50 X-Mailer: git-send-email 2.1.4\r
51 In-Reply-To: <1425318424-27017-1-git-send-email-jani@nikula.org>\r
52 References: <1425318424-27017-1-git-send-email-jani@nikula.org>\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Mon, 02 Mar 2015 18:24:14 -0000\r
66 \r
67 Ensure the seconds are set properly.\r
68 ---\r
69  test/T490-parse-time-string.sh | 5 +++++\r
70  1 file changed, 5 insertions(+)\r
71 \r
72 diff --git a/test/T490-parse-time-string.sh b/test/T490-parse-time-string.sh\r
73 index 08a834eb1a80..ca3ecb4036ed 100755\r
74 --- a/test/T490-parse-time-string.sh\r
75 +++ b/test/T490-parse-time-string.sh\r
76 @@ -51,6 +51,11 @@ Aug 3 23:06:06 2012             ==> Fri Aug 03 23:06:06 +0000 2012 # date(1) def\r
77  Fri, 03 Aug 2012 23:07:46 +0100 ==> Fri Aug 03 22:07:46 +0000 2012 # rfc-2822\r
78  2012-08-03 23:09:37+03:00       ==> Fri Aug 03 20:09:37 +0000 2012 # rfc-3339 seconds\r
79  \r
80 +10:30:40     ==> Tue Jan 11 10:30:40 +0000 2011\r
81 +10:30:40     ==^> Tue Jan 11 10:30:40 +0000 2011\r
82 +10:30:40     ==^^> Tue Jan 11 10:30:40 +0000 2011\r
83 +10:30:40     ==_> Tue Jan 11 10:30:40 +0000 2011\r
84 +\r
85  10s           ==> Tue Jan 11 12:13:04 +0000 2011\r
86  19701223s     ==> Fri May 28 11:39:31 +0000 2010\r
87  19701223      ==> Wed Dec 23 12:13:14 +0000 1970\r
88 -- \r
89 2.1.4\r
90 \r