aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/corpus/cur/02:2,
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-11-11 04:17:29 -0800
committerGravatar Carl Worth <cworth@cworth.org>2010-11-11 04:17:29 -0800
commitf6ec7ca78f867c2ae27d0dba154a2395ccf15f52 (patch)
treeb6c368c1de94340c1417c284cac8909e7576252c /test/corpus/cur/02:2,
parent666e410b60855dd714c2b4f36085aeae1810907c (diff)
test: Move corpus emails into maildir directory structure
Now that we have maildir synchronization turned on by default, it's advantageous to make all of the tests exercise it as much as possible.
Diffstat (limited to 'test/corpus/cur/02:2,')
-rw-r--r--test/corpus/cur/02:2,32
1 files changed, 32 insertions, 0 deletions
diff --git a/test/corpus/cur/02:2, b/test/corpus/cur/02:2,
new file mode 100644
index 00000000..dadcdaac
--- /dev/null
+++ b/test/corpus/cur/02:2,
@@ -0,0 +1,32 @@
+From: "Mikhail Gusarov" <dottedmag@dottedmag.net>
+To: notmuch@notmuchmail.org
+Date: Tue, 17 Nov 2009 21:28:38 +0600
+Subject: [notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++
+ file with gcc 4.4
+In-Reply-To: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net>
+References: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net>
+Message-ID: <1258471718-6781-2-git-send-email-dottedmag@dottedmag.net>
+
+
+Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
+---
+ lib/message.cc | 2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/lib/message.cc b/lib/message.cc
+index 72c350f..a4b090b 100644
+--- a/lib/message.cc
++++ b/lib/message.cc
+@@ -21,6 +21,8 @@
+ #include "notmuch-private.h"
+ #include "database-private.h"
+
++#include <stdint.h>
++
+ #include <gmime/gmime.h>
+
+ #include <xapian.h>
+--
+1.6.3.3
+
+