[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

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

2012-08-31 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 >

[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

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

2012-08-30 Thread david
From: David Bremner brem...@debian.org 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

[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

[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

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

2012-08-29 Thread david
From: David Bremner brem...@debian.org 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

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 brem...@debian.org 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,