[EMAIL PROTECTED] (Stein Arild Strømme) writes: > I have > > (set-language-environment 'UTF-8) > > How can I still get message-mode to use iso-8859-1 in outgoing > messages?
See the variable mm-coding-system-priorities. For example, (setq mm-coding-system-priorities '(latin-1 utf-8)) will ensure that Latin-1 is chosen over UTF-8 if possible. You may wish to list more encodings in that list, though. Kai _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
