From sampleuser798235 at gmail.com Wed Feb 14 11:41:04 2018 From: sampleuser798235 at gmail.com (Sample User) Date: Wed, 14 Feb 2018 11:41:04 +0100 Subject: [Test] Let's try this Message-ID: And see how it goes. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam id sem sollicitudin purus orci aliquam. -------------- next part -------------- An HTML attachment was scrubbed... URL: From sampleuser798235 at gmail.com Wed Feb 14 11:44:44 2018 From: sampleuser798235 at gmail.com (Sample User) Date: Wed, 14 Feb 2018 11:44:44 +0100 Subject: [Test] Another one Message-ID: This time, without the pesky HTML attachment. Should be much better now. -------------- next part -------------- An HTML attachment was scrubbed... URL: From martindisch at gmail.com Wed Feb 14 11:56:13 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 11:56:13 +0100 Subject: [Test] Another one In-Reply-To: References: Message-ID: On Wed, Feb 14, 2018 at 11:44 AM, Sample User wrote: > This time, without the pesky HTML attachment. > > Should be much better now. That did not go well at all. Thanks a lot, Gmail! From sampleuser798235 at gmail.com Wed Feb 14 11:57:39 2018 From: sampleuser798235 at gmail.com (Sample User) Date: Wed, 14 Feb 2018 11:57:39 +0100 Subject: [Test] Another one In-Reply-To: References: Message-ID: On Wed, Feb 14, 2018 at 11:56 AM, Martin Disch wrote: > > On Wed, Feb 14, 2018 at 11:44 AM, Sample User > wrote: > > This time, without the pesky HTML attachment. > > > > Should be much better now. > > That did not go well at all. > Thanks a lot, Gmail! I think now we've figured it out. From martindisch at gmail.com Wed Feb 14 12:01:27 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 12:01:27 +0100 Subject: [Test] Another one In-Reply-To: References: Message-ID: On Wed, Feb 14, 2018 at 11:57 AM, Sample User wrote: > > I think now we've figured it out. Indeed, that's much better. -- Martin Disch martindisch at gmail.com From martindisch at gmail.com Wed Feb 14 12:11:06 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 12:11:06 +0100 Subject: [Test] [PATCH 0/1] Single patch with cover letter Message-ID: <20180214111107.3686-1-martindisch@gmail.com> That's where we'd write some additional information. Martin Disch (1): Update Makefile pi/Makefile | 2 ++ 1 file changed, 2 insertions(+) -- 2.14.1 From martindisch at gmail.com Wed Feb 14 12:11:07 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 12:11:07 +0100 Subject: [Test] [PATCH 1/1] Update Makefile In-Reply-To: <20180214111107.3686-1-martindisch@gmail.com> References: <20180214111107.3686-1-martindisch@gmail.com> Message-ID: <20180214111107.3686-2-martindisch@gmail.com> With a useless piece of text. --- pi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pi/Makefile b/pi/Makefile index 4fb28d8..5f9837c 100644 --- a/pi/Makefile +++ b/pi/Makefile @@ -2,3 +2,5 @@ all: erlc *.erl + +# A simple change -- 2.14.1 From martindisch at gmail.com Wed Feb 14 12:17:26 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 12:17:26 +0100 Subject: [Test] [PATCH 0/2] Multiple patches with cover letter Message-ID: <20180214111728.3789-1-martindisch@gmail.com> That should do as a placeholder. Martin Disch (2): Update Makefile Add new file pi/Makefile | 2 ++ test.txt | 1 + 2 files changed, 3 insertions(+) create mode 100644 test.txt -- 2.14.1 From martindisch at gmail.com Wed Feb 14 12:17:27 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 12:17:27 +0100 Subject: [Test] [PATCH 1/2] Update Makefile In-Reply-To: <20180214111728.3789-1-martindisch@gmail.com> References: <20180214111728.3789-1-martindisch@gmail.com> Message-ID: <20180214111728.3789-2-martindisch@gmail.com> Again adding nothing useful at all. --- pi/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pi/Makefile b/pi/Makefile index 4fb28d8..b3056fc 100644 --- a/pi/Makefile +++ b/pi/Makefile @@ -2,3 +2,5 @@ all: erlc *.erl + +# Another piece of useless text -- 2.14.1 From martindisch at gmail.com Wed Feb 14 12:17:28 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 12:17:28 +0100 Subject: [Test] [PATCH 2/2] Add new file In-Reply-To: <20180214111728.3789-1-martindisch@gmail.com> References: <20180214111728.3789-1-martindisch@gmail.com> Message-ID: <20180214111728.3789-3-martindisch@gmail.com> --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..802992c --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Hello world -- 2.14.1 From martindisch at gmail.com Wed Feb 14 12:20:16 2018 From: martindisch at gmail.com (Martin Disch) Date: Wed, 14 Feb 2018 12:20:16 +0100 Subject: [Test] [PATCH 2/2] Add new file In-Reply-To: <20180214111728.3789-3-martindisch@gmail.com> References: <20180214111728.3789-1-martindisch@gmail.com> <20180214111728.3789-3-martindisch@gmail.com> Message-ID: On Wed, Feb 14, 2018 at 12:17 PM, Martin Disch wrote: > --- > test.txt | 1 + > 1 file changed, 1 insertion(+) > create mode 100644 test.txt > > diff --git a/test.txt b/test.txt > new file mode 100644 > index 0000000..802992c > --- /dev/null > +++ b/test.txt > @@ -0,0 +1 @@ > +Hello world > -- > 2.14.1 > And this is a reply. -- Martin Disch martindisch at gmail.com