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 4EE5C431E62 for ; Fri, 3 Aug 2012 04:03:56 -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 8qixsuK+NrqY for ; Fri, 3 Aug 2012 04:03:55 -0700 (PDT) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by olra.theworths.org (Postfix) with ESMTP id E2BC4431FAE for ; Fri, 3 Aug 2012 04:03:55 -0700 (PDT) Received: from quad.robs.office (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 6FADF284FC for ; Fri, 3 Aug 2012 07:03:54 -0400 (EDT) From: Robert Horn To: notmuch@notmuchmail.org Subject: Bug (?) difference 24.1 and 23.3.1 User-Agent: Notmuch/0.13 (http://notmuchmail.org) Emacs/24.1.1 (x86_64-unknown-linux-gnu) Date: Fri, 03 Aug 2012 07:03:53 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Fri, 03 Aug 2012 11:03:56 -0000 I didn't find a reference to this bug, but before digging in deeper I'll ask if this is a duplicate. When viewing the same email message using emacs 24.1 and 23.3.1 I get an error in 24.1. The error is: mm-inline-text-html: Symbol's value as variable is void: gnus-inhibit-images Notmuch is version 0.13 from the distribution tar file. The email has both text/plain and text/html. Old 23.3.1 color codes the text/plain links, and kind of renders the html. New 24.1 does not color code the text, only displays [ text/html ], and none of the html contents. Many of the notmuch view commands fail, but "q" works and mail can be skipped. It looks like a missing dependency of some sort to me, or may some functions got renamed. R Horn rjhorn@alum.mit.edu