Images being displayed inline depending on the window size
authorSebastian Fischmeister <sfischme@uwaterloo.ca>
Tue, 30 Dec 2014 21:04:32 +0000 (16:04 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:07 +0000 (14:47 -0700)
92/26362210e560d70cdb6fc5c1dc67e1575a63e2 [new file with mode: 0644]

diff --git a/92/26362210e560d70cdb6fc5c1dc67e1575a63e2 b/92/26362210e560d70cdb6fc5c1dc67e1575a63e2
new file mode 100644 (file)
index 0000000..afb0183
--- /dev/null
@@ -0,0 +1,66 @@
+Return-Path: <sebastian.fischmeister@uwaterloo.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id E1834431FD7\r
+       for <notmuch@notmuchmail.org>; Tue, 30 Dec 2014 13:04:36 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id x7LBuYAFOo9G for <notmuch@notmuchmail.org>;\r
+       Tue, 30 Dec 2014 13:04:33 -0800 (PST)\r
+Received: from connect.uwaterloo.ca (connhub2.connect.uwaterloo.ca\r
+       [129.97.149.119]) (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id B5F7E431FCB\r
+       for <notmuch@notmuchmail.org>; Tue, 30 Dec 2014 13:04:33 -0800 (PST)\r
+Received: from CONNHUB3.connect.uwaterloo.ca (129.97.149.121) by\r
+       connhub2.connect.uwaterloo.ca (129.97.149.119) with Microsoft SMTP\r
+       Server (TLS) id 14.3.195.1; Tue, 30 Dec 2014 16:04:33 -0500\r
+Received: from uwaterloo.ca (172.16.39.122) by connhub3.connect.uwaterloo.ca\r
+       (129.97.149.121) with Microsoft SMTP Server (TLS) id 14.3.195.1;\r
+       Tue, 30 Dec 2014 16:04:32 -0500\r
+From: Sebastian Fischmeister <sfischme@uwaterloo.ca>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Images being displayed inline depending on the window size\r
+User-Agent: Notmuch/0.19 (http://notmuchmail.org) Emacs/24.4.1\r
+       (x86_64-unknown-linux-gnu)\r
+X-Homepage: http://esg.uwaterloo.ca\r
+Date: Tue, 30 Dec 2014 16:04:32 -0500\r
+Message-ID: <87k318c0jn.fsf@uwaterloo.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+Reply-To: sfischme@uwaterloo.ca\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 30 Dec 2014 21:04:37 -0000\r
+\r
+Hi,\r
+\r
+I have an email with 8 pictures attached. When I open the email\r
+(notmuch-search-show-thread), some of them are opened and shown inline,\r
+others are not.\r
+\r
+It seems that notmuch only shows the ones that fit on the screen\r
+depending on how much space emacs has. E.g., the ones with a size of\r
+800x600 are usually displayed in full-screen mode but not the ones with\r
+600x800.\r
+\r
+Is there a way to control this behaviour? \r
+\r
+  Sebastian\r