From bb676f31a559a38957de6e01e3d8331c0e8bc7b1 Mon Sep 17 00:00:00 2001 From: Sebastian Fischmeister Date: Wed, 31 Dec 2014 16:04:32 +1900 Subject: [PATCH] Images being displayed inline depending on the window size --- 92/26362210e560d70cdb6fc5c1dc67e1575a63e2 | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 92/26362210e560d70cdb6fc5c1dc67e1575a63e2 diff --git a/92/26362210e560d70cdb6fc5c1dc67e1575a63e2 b/92/26362210e560d70cdb6fc5c1dc67e1575a63e2 new file mode 100644 index 000000000..afb0183c4 --- /dev/null +++ b/92/26362210e560d70cdb6fc5c1dc67e1575a63e2 @@ -0,0 +1,66 @@ +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 E1834431FD7 + for ; Tue, 30 Dec 2014 13:04:36 -0800 (PST) +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 x7LBuYAFOo9G for ; + Tue, 30 Dec 2014 13:04:33 -0800 (PST) +Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca + [129.97.149.119]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B5F7E431FCB + for ; Tue, 30 Dec 2014 13:04:33 -0800 (PST) +Received: from CONNHUB3.connect.uwaterloo.ca (129.97.149.121) by + connhub2.connect.uwaterloo.ca (129.97.149.119) with Microsoft SMTP + Server (TLS) id 14.3.195.1; Tue, 30 Dec 2014 16:04:33 -0500 +Received: from uwaterloo.ca (172.16.39.122) by connhub3.connect.uwaterloo.ca + (129.97.149.121) with Microsoft SMTP Server (TLS) id 14.3.195.1; + Tue, 30 Dec 2014 16:04:32 -0500 +From: Sebastian Fischmeister +To: Notmuch Mail +Subject: Images being displayed inline depending on the window size +User-Agent: Notmuch/0.19 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-unknown-linux-gnu) +X-Homepage: http://esg.uwaterloo.ca +Date: Tue, 30 Dec 2014 16:04:32 -0500 +Message-ID: <87k318c0jn.fsf@uwaterloo.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: sfischme@uwaterloo.ca +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Tue, 30 Dec 2014 21:04:37 -0000 + +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? + + Sebastian -- 2.26.2