jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

Missing content-type in emails #28

Open amauf opened 13 years ago

amauf commented 13 years ago

Some special chars are not corectly shown in email mode, if the mail client assumed the wrong content econding. Please add content-type header to the emails.

emillon commented 13 years ago

The following patch should to the trick : emillon/twidge@08753a69956687e1e822d5ad19bbd358162109f0.

jgoerzen commented 8 years ago

@emillon any chance you still have that patch sitting aroudn?

emillon commented 8 years ago

Hi John, unfortunately I don't.

But I just looked at my email archive and starting at 2011-05-04, my mails from twidge have Content-type: text/plain; charset=UTF-8 between X-Twidge-update-recipient: and To:, so I think it's just a matter of adding this here.

Hope that helps!

jgoerzen commented 8 years ago

I was hoping it was that simple. Thanks!