From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/8638 Path: news.gmane.org!not-for-mail From: Markus Hilpert Newsgroups: gmane.emacs.gnus.user Subject: Gnus/Mailcrypt and MIME charset Date: Thu, 01 Feb 2007 12:33:15 +0100 Organization: none Message-ID: <6w4pq6nmdg.fsf@pino.hiskp.uni-bonn.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1170330075 18199 80.91.229.12 (1 Feb 2007 11:41:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Feb 2007 11:41:15 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Thu Feb 01 12:40:59 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HCaJD-0006J0-3d for gegu-info-gnus-english@m.gmane.org; Thu, 01 Feb 2007 12:40:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCaJC-0005Js-AM for gegu-info-gnus-english@m.gmane.org; Thu, 01 Feb 2007 06:40:54 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!news.germany.com!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 21 Original-NNTP-Posting-Host: k35W50/UrZEVqLJQ+i4tMQ.user.aioe.org Original-X-Complaints-To: abuse@aioe.org Cancel-Lock: sha1:gt+Abt+uxFUkxE/GkQFpFJwD/N4= User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.gnus:78821 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:8638 Archived-At: Hello, using Gnus (gnus-verison "No Gnus v0.6") and Mailcrypt, I always end up with a header stating "charset=us-ascii" for encrypted messages. I presume, the message is first encrypted and then MIME encoded. This causes confusion with some mailreaders of my messages' recipients when using non-ASCII-characters. Is it possible to have the message MIME encoded before encryption? When using vm, I do something in the line of (add-hook 'mc-pre-encryption-hook '(lambda () (if (not (vm-mail-mode-get-header-contents "MIME-Version:")) (vm-mime-encode-composition)))) What would be the canonical way for Gnus? Maybe I did not search very intelligently, but I did not find an answer. Maybe I was putting the wrong question? Thanks for hints! Markus