Katsumi Yamaoka writes: > Yes. It can be done by using message-header-hook or something. > However, though I haven't seen the source code in details yet, I > think there is a more smart solution. Because, even if I use > the following codes to remove CTE:8, CTE is added if necessary. > > (eval-after-load "gnus-msg" > '(if (boundp 'gnus-group-posting-charset-alist) > (let ((news (assq 'message-this-is-news > gnus-group-posting-charset-alist))) > (if news > (setcdr news '(nil nil)))))) I think this is a kludge. Shouldn't we rather fix `mm-body-encoding' to return the proper CTE for 7bit charsets? What do you think about this fix?