info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mail back to UTF-8 before save to HD


From: Teemu Likonen
Subject: Re: mail back to UTF-8 before save to HD
Date: Fri, 05 Feb 2016 20:59:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.90 (gnu/linux)

Mail is archived in the same format that it is sent. I don't think you
can change that. But if you always want UTF-8 charset and 8bit content
transfer encoding I think these will do it:


(setq
 mm-body-charset-encoding-alist '((utf-8 . 8bit))
 mm-coding-system-priorities '(utf-8))

(add-to-list 'mm-content-transfer-encoding-defaults '("text/.*" 8bit))

-- 
/// Teemu Likonen   - .-..   <https://github.com/tlikonen> //
// PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 ///

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]