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 0DB83431FBC for ; Fri, 31 Aug 2012 07:45:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7] 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 pmSMj73N4NPM for ; Fri, 31 Aug 2012 07:45:23 -0700 (PDT) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6F6C1431FAF for ; Fri, 31 Aug 2012 07:45:23 -0700 (PDT) Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 6554D21662; Fri, 31 Aug 2012 10:45:22 -0400 (EDT) Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute2.internal (MEProxy); Fri, 31 Aug 2012 10:45:22 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:in-reply-to:references :date:message-id:mime-version:content-type; s=smtpout; bh=cfCIpl 6adFmvdttXTg4RdrD9aUA=; b=NAtiNYit6PFeY/RCeS88ct45dhuIdWUG0vp5aL G3y0e/1TMMCuXW9eIMwsKim5L2E84wAmGxoEUMrfYgh9buXr4bLOY3zeZ6R+CjTF yLZerZqpJ3hgZnH8d9crWwKMegqd6W/rROekplFIkj3jCNfqPijYRuz2HzkKNXGq +8+zI= X-Sasl-enc: 52i2/CZ3G52DknDeCMbUqtWjhTBoc4VhHz/heUZruhKf 1346424322 Received: from localhost (unknown [66.80.90.109]) by mail.messagingengine.com (Postfix) with ESMTPA id 2A3BA8E01D4; Fri, 31 Aug 2012 10:45:22 -0400 (EDT) From: Daniel Bergey To: Tomi Ollila , Svend Sorensen , notmuch@notmuchmail.org Subject: Re: Bug (?) difference 24.1 and 23.3.1 In-Reply-To: References: <87ipcz9aro.fsf@ciffer.net> User-Agent: Notmuch/0.14 (http://notmuchmail.org) Emacs/23.4.1 (i486-pc-linux-gnu) Date: Fri, 31 Aug 2012 10:45:21 -0400 Message-ID: <87ligvqfwe.fsf@wonderlust.lan> 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: Fri, 31 Aug 2012 14:45:24 -0000 Tomi Ollila writes: > On Fri, Aug 03 2012, Svend Sorensen wrote: > >> >> I was also getting an error about gnus-inhibit-images when running emacs >> 24. Adding (require 'gnus-art) to my emacs config fixed the problem. > > Where is your emacs24 from? From Debian sid? I've been having the gnus-inhibit-images problem with emacs24 from Debian sid. (require 'guns-art) appears to have fixed it, and may also have fixed the more serious problem that the property notmuch-message-extent was not being set. Now I just have to get used to pictures in my email.... bergey