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 B7450431FB6 for ; Wed, 3 Oct 2012 02:35:11 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, 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 SCZvC6I7Elrk for ; Wed, 3 Oct 2012 02:35:11 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2A13E431FAE for ; Wed, 3 Oct 2012 02:35:11 -0700 (PDT) Received: by lbbgg6 with SMTP id gg6so6197988lbb.26 for ; Wed, 03 Oct 2012 02:35:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=av0zhX0U4RofGuY8tQIWSW2ZBPD5QTOD6nTkbHQHd5Y=; b=GQo+nhR4rt83SJncMRvAJQ6MQ0PqaiFufKFOTbfhE8+JfhHpFzPrEfesgMcVcEl8n3 d3lNWNdj4Wg1rrEdRH/vMv/ALmnsn2wh1TrdMy5/U6H/ZgzFCmcAk+klarf0g5NvDJwn AoyHmPL9z8Hw87SwdCChcHLvSenPGVVckZI0vP/5JcuEQTEK264FpBJ8jdZJgcN8ojgR P/ra30ON9SYQ55DK45aEkNU8afIUcXCJ/ACTSkwwCbD8KQVp4YmeiIRP/0JqFKPAEmUd Rx9EW0IhvvYpl9eoQB7vnuPEgVBA2OMVOlNHsD2QU2wkE3yRYnU9IdZRignPUttwHAov 2YAw== Received: by 10.112.47.65 with SMTP id b1mr492624lbn.32.1349256908097; Wed, 03 Oct 2012 02:35:08 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id r5sm1212637lbz.2.2012.10.03.02.35.06 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 03 Oct 2012 02:35:07 -0700 (PDT) From: Dmitry Kurochkin To: Austin Clements , notmuch@notmuchmail.org Subject: Re: [PATCH 2/3] test: Add a test for HTML email with inline images In-Reply-To: <1348941314-8377-3-git-send-email-amdragon@mit.edu> References: <1348941314-8377-1-git-send-email-amdragon@mit.edu> <1348941314-8377-3-git-send-email-amdragon@mit.edu> User-Agent: Notmuch/0.14+18~g79a73cd (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Wed, 03 Oct 2012 13:35:05 +0400 Message-ID: <87a9w3vqye.fsf@gmail.com> 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, 03 Oct 2012 09:35:11 -0000 Hi Austin. Austin Clements writes: > Currently this test passes in Emacs 23 but fails in Emacs 24 (at least > on some Linux distributions). The test fails for me on Emacs 23.4.1 (Debian unstable): FAIL Rendering HTML mail with images --- emacs.51.OUTPUT 2012-10-03 09:31:33.383529764 +0000 +++ emacs.51.EXPECTED 2012-10-03 09:31:33.383529764 +0000 @@ -6,4 +6,3 @@ [ multipart/related ] [ text/html ] * - Did not look into details. Regards, Dmitry