[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-29 Thread david
From: David Bremner The version of message.el in emacs24 omits the charset=us-ascii, causing the current version of this test to fail. Here we just ask that the content-type start with "text/plain" --- Alternatively, somebody might want to dig into message.el and understand why it behaves differ

[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-30 Thread david
From: David Bremner The version of message.el in emacs24 omits the charset=us-ascii, causing the current version of this test to fail. With this patch, we accept either option. According to RFC 2046, they are semantically equivalent. --- as discussed on IRC, the $ is not quite as nice as \b, bu

[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-29 Thread da...@tethera.net
From: David Bremner The version of message.el in emacs24 omits the charset=us-ascii, causing the current version of this test to fail. Here we just ask that the content-type start with "text/plain" --- Alternatively, somebody might want to dig into message.el and understand why it behaves differ

[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-29 Thread Austin Clements
Quoth david at tethera.net on Aug 29 at 10:12 pm: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. Here we just ask > that the content-type start with "text/plain" > --- > > Alternatively, somebody migh

[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-30 Thread da...@tethera.net
From: David Bremner The version of message.el in emacs24 omits the charset=us-ascii, causing the current version of this test to fail. With this patch, we accept either option. According to RFC 2046, they are semantically equivalent. --- as discussed on IRC, the $ is not quite as nice as \b, bu

[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-30 Thread Austin Clements
LGTM. Quoth david at tethera.net on Aug 30 at 8:24 pm: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. With this patch, we > accept either option. According to RFC 2046, they are semantically > equiv

[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-31 Thread Tomi Ollila
On Fri, Aug 31 2012, david at tethera.net wrote: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. With this patch, we > accept either option. According to RFC 2046, they are semantically > equivalent. >

[PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-31 Thread David Bremner
david at tethera.net writes: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. With this patch, we > accept either option. According to RFC 2046, they are semantically > equivalent. Pushed the second on

Re: [PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-29 Thread Austin Clements
Quoth da...@tethera.net on Aug 29 at 10:12 pm: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. Here we just ask > that the content-type start with "text/plain" > --- > > Alternatively, somebody might w

Re: [PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-30 Thread Austin Clements
LGTM. Quoth da...@tethera.net on Aug 30 at 8:24 pm: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. With this patch, we > accept either option. According to RFC 2046, they are semantically > equivale

Re: [PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-31 Thread Tomi Ollila
On Fri, Aug 31 2012, da...@tethera.net wrote: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. With this patch, we > accept either option. According to RFC 2046, they are semantically > equivalent. > --

Re: [PATCH] test: canonicalize content-type in "Sending a message via (fake) SMTP"

2012-08-31 Thread David Bremner
da...@tethera.net writes: > From: David Bremner > > The version of message.el in emacs24 omits the charset=us-ascii, > causing the current version of this test to fail. With this patch, we > accept either option. According to RFC 2046, they are semantically > equivalent. Pushed the second one.