From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/12214 Path: news.gmane.org!not-for-mail From: bigfaceworm Newsgroups: gmane.emacs.gnus.user Subject: How To Add 'Mime-Version' header to incoming email Date: Tue, 26 May 2009 10:23:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: <4abae6c2-c71a-4bef-9066-357b8ac69fc5@x1g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243372546 16024 80.91.229.12 (26 May 2009 21:15:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 May 2009 21:15:46 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue May 26 23:15:42 2009 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 1M93zq-00057r-E2 for gegu-info-gnus-english@m.gmane.org; Tue, 26 May 2009 23:15:42 +0200 Original-Received: from localhost ([127.0.0.1]:47324 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M93zp-0003Qi-RG for gegu-info-gnus-english@m.gmane.org; Tue, 26 May 2009 17:15:41 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x1g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 18 Original-NNTP-Posting-Host: 71.59.167.109 Original-X-Trace: posting.google.com 1243358637 19581 127.0.0.1 (26 May 2009 17:23:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 26 May 2009 17:23:57 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x1g2000prh.googlegroups.com; posting-host=71.59.167.109; posting-account=xcyrUAoAAAC_aahLDV9Q6wj_lVQEuFNf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.gnus:82509 X-Mailman-Approved-At: Tue, 26 May 2009 17:14:05 -0400 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:12214 Archived-At: All, Our bug-tracking system sends email, and about a third of the time the email doesn't have the header MIME-Version: 1.0 but the contents are in HTML. Of course gnus doesn't render it, but shows me the crummy HTML. A simple 'e C-cC-c' fixes it (edit, end editing) b/c it adds the MIME header - but I'd like to do that automatically. Any pointers to hooks/ functions to customize? thanks, TJ