Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 91A80429E25 for ; Wed, 10 Aug 2011 10:05:43 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9EfP5HNt31+Q for ; Wed, 10 Aug 2011 10:05:43 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id E718A431FB6 for ; Wed, 10 Aug 2011 10:05:42 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id 5CD8D328203; Wed, 10 Aug 2011 10:04:31 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from finestructure.net (cpe-98-149-172-122.socal.res.rr.com [98.149.172.122]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 614BA32821C; Wed, 10 Aug 2011 10:04:28 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id 09CF736A; Wed, 10 Aug 2011 10:04:28 -0700 (PDT) From: Jameson Graef Rollins To: Brian May , notmuch Subject: Re: not much reply multipart/mixed In-Reply-To: References: User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 10 Aug 2011 10:04:28 -0700 Message-ID: <87y5z1p59f.fsf@servo.factory.finestructure.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2011 17:05:43 -0000 On Wed, 10 Aug 2011 12:07:00 +1000, Brian May wrote: > When I reply to a given email, instead of quoting the original text, I see: > > === cut === > On Tue, 9 Aug 2011 01:39:30 -0600, tivoli_support@ecurep.ibm.com wrote: > Non-text part: multipart/mixed > Non-text part: text/html > === cut === > > This is with the latest git master version. Hi, Brian. A couple of issues. The "multipart/mixed" line should definitely not be output, and there was a patch to the list to fix that a long time ago, which unfortunately has yet to be applied. The "text/html" line is because notmuch doesn't output non-text/plain parts by default. Notmuch doesn't link against any html parser, for instance, so if notmuch were to output a text/html part it would just be raw html, which of course wouldn't be any better. It looks like you've received an email without any text/plain parts, which is unfortunate. The emacs interface will do some parsing of html parts (with w3, I think), but there's not currently any way to do this in reply. jamie.