On 2009-04-05 13:02 (-0700), Junio C Hamano wrote: > Reece Dunn <msclrhd@xxxxxxxxxxxxxx> writes: >> I think Junio is trying to learn base64 :)! > > I think that is what my Gnus/message-mode did. I do not know which > letter triggered it to decide it is UTF-8 to begin with, though. As > far as I am aware, I didn't type anything non-ascii in my message. You can customize the encoding decision mechanism, for example: (setq mm-body-charset-encoding-alist '((iso-8859-1 . 8bit) (utf-8 . 8bit))) For more info, see: C-h v mm-body-charset-encoding-alist RET -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html