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 62D6E431FD0 for ; Mon, 23 May 2011 04:25:19 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -5 X-Spam-Level: X-Spam-Status: No, score=-5 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_HI=-5] 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 GI+eDSOqMX4u for ; Mon, 23 May 2011 04:25:17 -0700 (PDT) Received: from bombadil.infradead.org (bombadil.infradead.org [18.85.46.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6FBEC431FB6 for ; Mon, 23 May 2011 04:25:17 -0700 (PDT) Received: from localhost ([127.0.0.1] helo=x201s.gr8dns.org) by bombadil.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QOTG6-0004hd-Eq; Mon, 23 May 2011 11:25:14 +0000 Received: by x201s.gr8dns.org (Postfix, from userid 500) id D82C3700252; Mon, 23 May 2011 04:25:14 -0700 (PDT) From: Dirk Hohndel To: Matthias Guedemann , notmuch@notmuchmail.org Subject: Re: problems with multipart/mixed In-Reply-To: <878vu0ftni.fsf@pc44es141.cs.uni-magdeburg.de> References: <878vu0ftni.fsf@pc44es141.cs.uni-magdeburg.de> User-Agent: Notmuch/0.5-150-gad544af (http://notmuchmail.org) Emacs/23.2.1 (x86_64-redhat-linux-gnu) Date: Mon, 23 May 2011 04:25:14 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html 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: Mon, 23 May 2011 11:25:19 -0000 On Sat, 21 May 2011 08:35:13 +0200, Matthias Guedemann wrote: > > Hi all, > > I am using notmuch / emacs as my main mail client now for several months > and loosely follow master. > > After an update yesterday I now have problems with some multipart/mixed > mails from mailing lists which are displayed for example as follows (I > could also provide the raw mail if needed): > > ----8<---------- > Subject: [Haskell-cafe] Can't access map value with key. > To: "haskell-cafe@haskell.org" > Date: Sat, 21 May 2011 04:04:31 +0200 > > [ multipart/mixed ] > [ text/html ] > _______________________________________________ Haskell-Cafe mailing > list Haskell-Cafe@haskell.org http:// > www.haskell.org/mailman/listinfo/haskell-cafe > > [ ATT00001.c: text/plain ] > [ 4-line signature. Click/Enter to toggle visibility. ] > ----8<---------- > > i.e. the html part is not displayed. I'd like to have it displayed > inline (using w3m), just as other html mails and just like it worked > before (at least I think it worked). I probably just missed a simple > configuration option. If you did then I'm in the same boat. Notmuch/emacs used to display both parts, text and html, and now only displays text with no way (that I could find) to display the html part as well. /D