[PATCH v2 5/5] test: Set all times to UTC
Michal Sojka
sojkam1 at fel.cvut.cz
Mon May 10 09:48:04 PDT 2010
In order to have repeatable test suite, all times in messages are set
to UTC, which is the same time zone set in test-lib.sh.
Signed-off-by: Michal Sojka <sojkam1 at fel.cvut.cz>
---
test/t0004-thread-naming.sh | 32 ++++++++++++++--------------
test/t0005-reply.sh | 24 ++++++++++----------
test/t0010-from-line-heuristics.sh | 40 ++++++++++++++++++------------------
3 files changed, 48 insertions(+), 48 deletions(-)
diff --git a/test/t0004-thread-naming.sh b/test/t0004-thread-naming.sh
index 88216f2..c77f726 100755
--- a/test/t0004-thread-naming.sh
+++ b/test/t0004-thread-naming.sh
@@ -3,17 +3,17 @@ test_description="naming of threads with changing subject"
. ./test-lib.sh
test_expect_success 'Generate some messages' '
add_message "[subject]=\"thread-naming: Initial thread subject\"" \
- "[date]=\"Fri, 05 Jan 2001 15:43:56 -0800\"" &&
+ "[date]=\"Fri, 05 Jan 2001 15:43:56 -0000\"" &&
first=${gen_msg_cnt} &&
parent=${gen_msg_id} &&
add_message "[subject]=\"thread-naming: Older changed subject\"" \
- "[date]=\"Sat, 06 Jan 2001 15:43:56 -0800\"" \
+ "[date]=\"Sat, 06 Jan 2001 15:43:56 -0000\"" \
"[in-reply-to]=\<$parent\>" &&
add_message "[subject]=\"thread-naming: Newer changed subject\"" \
- "[date]=\"Sun, 07 Jan 2001 15:43:56 -0800\"" \
+ "[date]=\"Sun, 07 Jan 2001 15:43:56 -0000\"" \
"[in-reply-to]=\<$parent\>" &&
add_message "[subject]=\"thread-naming: Final thread subject\"" \
- "[date]=\"Mon, 08 Jan 2001 15:43:56 -0800\"" \
+ "[date]=\"Mon, 08 Jan 2001 15:43:56 -0000\"" \
"[in-reply-to]=\<$parent\>" &&
final=${gen_msg_id}
@@ -43,7 +43,7 @@ pass_if_equal "$output" "thread:XXX 2001-01-07 [2/4] Notmuch Test Suite; threa
'
test_expect_success "Ignore added reply prefix (Re:)" '
add_message "[subject]=\"Re: thread-naming: Initial thread subject\"" \
- "[date]=\"Tue, 09 Jan 2001 15:43:45 -0800\"" \
+ "[date]=\"Tue, 09 Jan 2001 15:43:45 -0000\"" \
"[in-reply-to]=\<$parent\>" &&
output=$($NOTMUCH search --sort=newest-first thread-naming and tag:inbox | notmuch_search_sanitize) &&
pass_if_equal "$output" "thread:XXX 2001-01-09 [3/5] Notmuch Test Suite; thread-naming: Initial thread subject (inbox unread)"
@@ -51,7 +51,7 @@ pass_if_equal "$output" "thread:XXX 2001-01-09 [3/5] Notmuch Test Suite; threa
'
test_expect_success "Ignore added reply prefix (Aw:)" '
add_message "[subject]=\"Aw: thread-naming: Initial thread subject\"" \
- "[date]=\"Wed, 10 Jan 2001 15:43:45 -0800\"" \
+ "[date]=\"Wed, 10 Jan 2001 15:43:45 -0000\"" \
"[in-reply-to]=\<$parent\>" &&
output=$($NOTMUCH search --sort=newest-first thread-naming and tag:inbox | notmuch_search_sanitize) &&
pass_if_equal "$output" "thread:XXX 2001-01-10 [4/6] Notmuch Test Suite; thread-naming: Initial thread subject (inbox unread)"
@@ -59,7 +59,7 @@ pass_if_equal "$output" "thread:XXX 2001-01-10 [4/6] Notmuch Test Suite; threa
'
test_expect_success "Ignore added reply prefix (Vs:)" '
add_message "[subject]=\"Vs: thread-naming: Initial thread subject\"" \
- "[date]=\"Thu, 11 Jan 2001 15:43:45 -0800\"" \
+ "[date]=\"Thu, 11 Jan 2001 15:43:45 -0000\"" \
"[in-reply-to]=\<$parent\>" &&
output=$($NOTMUCH search --sort=newest-first thread-naming and tag:inbox | notmuch_search_sanitize) &&
pass_if_equal "$output" "thread:XXX 2001-01-11 [5/7] Notmuch Test Suite; thread-naming: Initial thread subject (inbox unread)"
@@ -67,7 +67,7 @@ pass_if_equal "$output" "thread:XXX 2001-01-11 [5/7] Notmuch Test Suite; threa
'
test_expect_success "Ignore added reply prefix (Sv:)" '
add_message "[subject]=\"Sv: thread-naming: Initial thread subject\"" \
- "[date]=\"Fri, 12 Jan 2001 15:43:45 -0800\"" \
+ "[date]=\"Fri, 12 Jan 2001 15:43:45 -0000\"" \
"[in-reply-to]=\<$parent\>" &&
output=$($NOTMUCH search --sort=newest-first thread-naming and tag:inbox | notmuch_search_sanitize) &&
pass_if_equal "$output" "thread:XXX 2001-01-12 [6/8] Notmuch Test Suite; thread-naming: Initial thread subject (inbox unread)"
@@ -81,7 +81,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-05) (unread)
Subject: thread-naming: Initial thread subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Fri, 05 Jan 2001 15:43:56 -0800
+Date: Fri, 05 Jan 2001 15:43:56 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
@@ -95,7 +95,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-06) (inbox unread)
Subject: thread-naming: Older changed subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Sat, 06 Jan 2001 15:43:56 -0800
+Date: Sat, 06 Jan 2001 15:43:56 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
@@ -109,7 +109,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-07) (inbox unread)
Subject: thread-naming: Newer changed subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Sun, 07 Jan 2001 15:43:56 -0800
+Date: Sun, 07 Jan 2001 15:43:56 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
@@ -123,7 +123,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-08) (unread)
Subject: thread-naming: Final thread subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Mon, 08 Jan 2001 15:43:56 -0800
+Date: Mon, 08 Jan 2001 15:43:56 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
@@ -137,7 +137,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-09) (inbox unread)
Subject: Re: thread-naming: Initial thread subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Tue, 09 Jan 2001 15:43:45 -0800
+Date: Tue, 09 Jan 2001 15:43:45 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
@@ -151,7 +151,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-10) (inbox unread)
Subject: Aw: thread-naming: Initial thread subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Wed, 10 Jan 2001 15:43:45 -0800
+Date: Wed, 10 Jan 2001 15:43:45 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
@@ -165,7 +165,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-11) (inbox unread)
Subject: Vs: thread-naming: Initial thread subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Thu, 11 Jan 2001 15:43:45 -0800
+Date: Thu, 11 Jan 2001 15:43:45 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
@@ -179,7 +179,7 @@ Notmuch Test Suite <test_suite at notmuchmail.org> (2001-01-12) (inbox unread)
Subject: Sv: thread-naming: Initial thread subject
From: Notmuch Test Suite <test_suite at notmuchmail.org>
To: Notmuch Test Suite <test_suite at notmuchmail.org>
-Date: Fri, 12 Jan 2001 15:43:45 -0800
+Date: Fri, 12 Jan 2001 15:43:45 -0000
header}
body{
part{ ID: 1, Content-type: text/plain
diff --git a/test/t0005-reply.sh b/test/t0005-reply.sh
index 670bc73..353d2f3 100755
--- a/test/t0005-reply.sh
+++ b/test/t0005-reply.sh
@@ -6,7 +6,7 @@ test_expect_success "Basic reply" '
add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=test_suite at notmuchmail.org \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"basic reply test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -17,7 +17,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> basic reply test"
'
@@ -25,7 +25,7 @@ test_expect_success "Multiple recipients" '
add_message "[from]=\"Sender <sender at example.com>\"" \
"[to]=\"test_suite at notmuchmail.org, Someone Else <someone at example.com>\"" \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"Multiple recipients\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -36,7 +36,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> Multiple recipients"
'
@@ -45,7 +45,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=test_suite at notmuchmail.org \
"[cc]=\"Other Parties <cc at example.com>\"" \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"reply with CC\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -57,7 +57,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> reply with CC"
'
@@ -65,7 +65,7 @@ test_expect_success "Reply from alternate address" '
add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=test_suite_other at notmuchmail.org \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"reply from alternate address\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -76,7 +76,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> reply from alternate address"
'
@@ -84,7 +84,7 @@ test_expect_success "Support for Reply-To" '
add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=test_suite at notmuchmail.org \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"support for reply-to\"" \
"[reply-to]=\"Sender <elsewhere at example.com>\"" &&
@@ -96,7 +96,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> support for reply-to"
'
@@ -104,7 +104,7 @@ test_expect_success "Un-munging Reply-To" '
add_message "[from]=\"Sender <sender at example.com>\"" \
"[to]=\"Some List <list at example.com>\"" \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"Un-munging Reply-To\"" \
"[reply-to]=\"Evil Munging List <list at example.com>\"" &&
@@ -116,7 +116,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> Un-munging Reply-To"
'
test_done
diff --git a/test/t0010-from-line-heuristics.sh b/test/t0010-from-line-heuristics.sh
index cb3f5b3..b1728dc 100755
--- a/test/t0010-from-line-heuristics.sh
+++ b/test/t0010-from-line-heuristics.sh
@@ -5,7 +5,7 @@ test_expect_success "Magic from guessing (nothing to go on)" '
add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=mailinglist at notmuchmail.org \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -16,7 +16,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -25,7 +25,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=mailinglist at notmuchmail.org \
[subject]=notmuch-reply-test \
"[header]=\"Envelope-To: test_suite_other at notmuchmail.org\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -36,7 +36,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -45,7 +45,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=mailinglist at notmuchmail.org \
[subject]=notmuch-reply-test \
"[header]=\"X-Original-To: test_suite_other at notmuchmail.org\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -56,7 +56,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -67,7 +67,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
"[header]=\"Received: from mail.example.com (mail.example.com [1.1.1.1])\
by mail.notmuchmail.org (some MTA) with ESMTP id 12345678\
for <test_suite_other at notmuchmail.org>; Sat, 10 Apr 2010 07:54:51 -0400 (EDT)\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -78,7 +78,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -89,7 +89,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
"[header]=\"Received: from mail.example.com (mail.example.com [1.1.1.1])\
by mail.otherdomain.org (some MTA) with ESMTP id 12345678\
Sat, 10 Apr 2010 07:54:51 -0400 (EDT)\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -100,7 +100,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
@@ -113,7 +113,7 @@ test_expect_success "Magic from guessing (nothing to go on)" '
add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=mailinglist at notmuchmail.org \
[subject]=notmuch-reply-test \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -124,7 +124,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -133,7 +133,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=mailinglist at notmuchmail.org \
[subject]=notmuch-reply-test \
"[header]=\"Envelope-To: test_suite_other at notmuchmail.org\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -144,7 +144,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -153,7 +153,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
[to]=mailinglist at notmuchmail.org \
[subject]=notmuch-reply-test \
"[header]=\"X-Original-To: test_suite_other at notmuchmail.org\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -164,7 +164,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -175,7 +175,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
"[header]=\"Received: from mail.example.com (mail.example.com [1.1.1.1])\
by mail.notmuchmail.org (some MTA) with ESMTP id 12345678\
for <test_suite_other at notmuchmail.org>; Sat, 10 Apr 2010 07:54:51 -0400 (EDT)\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -186,7 +186,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
@@ -197,7 +197,7 @@ add_message "[from]=\"Sender <sender at example.com>\"" \
"[header]=\"Received: from mail.example.com (mail.example.com [1.1.1.1])\
by mail.otherdomain.org (some MTA) with ESMTP id 12345678\
Sat, 10 Apr 2010 07:54:51 -0400 (EDT)\"" \
- "[date]=\"Tue, 05 Jan 2010 15:43:56 -0800\"" \
+ "[date]=\"Tue, 05 Jan 2010 15:43:56 -0000\"" \
"[body]=\"from guessing test\"" &&
output=$($NOTMUCH reply id:${gen_msg_id}) &&
@@ -208,7 +208,7 @@ Bcc: test_suite at notmuchmail.org
In-Reply-To: <${gen_msg_id}>
References: <${gen_msg_id}>
-On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender at example.com> wrote:
+On Tue, 05 Jan 2010 15:43:56 -0000, Sender <sender at example.com> wrote:
> from guessing test"
'
test_done
--
1.7.1
More information about the notmuch
mailing list