From 117d7677132680e2e9370ed558e7643f3c00cb98 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Thu, 15 Jan 2015 19:25:25 +0200 Subject: [PATCH] Re: Images being displayed inline depending on the window size --- c7/164ea4b75fc9d77526d0bbd3e48b30bc6655bf | 88 +++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 c7/164ea4b75fc9d77526d0bbd3e48b30bc6655bf diff --git a/c7/164ea4b75fc9d77526d0bbd3e48b30bc6655bf b/c7/164ea4b75fc9d77526d0bbd3e48b30bc6655bf new file mode 100644 index 000000000..f4b216fda --- /dev/null +++ b/c7/164ea4b75fc9d77526d0bbd3e48b30bc6655bf @@ -0,0 +1,88 @@ +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 A8363431FD8 + for ; Thu, 15 Jan 2015 09:25:18 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.738 +X-Spam-Level: * +X-Spam-Status: No, score=1.738 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438, 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 g5SgTfi7tRtX for ; + Thu, 15 Jan 2015 09:25:15 -0800 (PST) +Received: from mail-we0-f182.google.com (mail-we0-f182.google.com + [74.125.82.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DD15E431FD5 + for ; Thu, 15 Jan 2015 09:25:14 -0800 (PST) +Received: by mail-we0-f182.google.com with SMTP id w62so15925190wes.13 + for ; Thu, 15 Jan 2015 09:25:13 -0800 (PST) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=6kL9BgDC6Mol4Z+Xloyzz7iJu+jsGRT2UNkrSbIj8XU=; + b=Zk1+4IdOGPQEnyik/3stDnMxLz4qXLd5WnoVBpJieFnn23aYo428SVdBtweDWX2FT8 + 7W+1aN1D7hfaUY/2NjOpC6XSSZtrddLXDrJdbIp/z5LTlz9WI3Lc54ggz/cA1qZrzMHo + pK3/GcgBSbK8KVYUvQqKnVrgtbfc5FTEDqqJr9X3rIlEYsSyGmaVZyXCKVFTaGlEg7VX + 0o/6ejgxE25Ys78KJ4V+WtQksQpa5pZ3BCm+QqdglZovIt1w31JyLKvP4IwAymBQevdz + AgZeJEtWd7UBTeq/eOORx4D1F/S0BTjZp8AKSKSv+jl3Q/nCdcSNSkWbg/IoYCBM1amj + msQg== +X-Gm-Message-State: + ALoCoQlQ+LLJCcfYV/aJTa4+LYDcUKX0S/FYeuDXCZ/sK2pRicHSNWZV5tOZSXJyJWisxIL6+Q5a +X-Received: by 10.194.48.109 with SMTP id k13mr20741053wjn.7.1421342713832; + Thu, 15 Jan 2015 09:25:13 -0800 (PST) +Received: from localhost (mobile-internet-bcee14-89.dhcp.inet.fi. + [188.238.20.89]) + by mx.google.com with ESMTPSA id ez1sm2864642wjd.31.2015.01.15.09.25.12 + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Thu, 15 Jan 2015 09:25:13 -0800 (PST) +From: Jani Nikula +To: sfischme@uwaterloo.ca, Notmuch Mail +Subject: Re: Images being displayed inline depending on the window size +In-Reply-To: <87k318c0jn.fsf@uwaterloo.ca> +References: <87k318c0jn.fsf@uwaterloo.ca> +User-Agent: Notmuch/0.19+19~g9060a1f (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Thu, 15 Jan 2015 19:25:25 +0200 +Message-ID: <87vbk87y7u.fsf@nikula.org> +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: Thu, 15 Jan 2015 17:25:18 -0000 + +On Tue, 30 Dec 2014, Sebastian Fischmeister wrote: +> Hi, +> +> I have an email with 8 pictures attached. When I open the email +> (notmuch-search-show-thread), some of them are opened and shown inline, +> others are not. +> +> It seems that notmuch only shows the ones that fit on the screen +> depending on how much space emacs has. E.g., the ones with a size of +> 800x600 are usually displayed in full-screen mode but not the ones with +> 600x800. +> +> Is there a way to control this behaviour? + +Please have a look at the mime-display customization group, perhaps the +mm-inline-large-images variable. + +BR, +Jani. -- 2.26.2