Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c9 / 7d5d0d9f41b1941eab0970f207f540f19a6813
1 Return-Path: <sojkam1@fel.cvut.cz>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 9708F431FBD\r
6         for <notmuch@notmuchmail.org>; Mon, 27 Jan 2014 11:47:00 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id QsR-B7s0gXaF for <notmuch@notmuchmail.org>;\r
16         Mon, 27 Jan 2014 11:46:55 -0800 (PST)\r
17 X-Greylist: delayed 584 seconds by postgrey-1.32 at olra;\r
18         Mon, 27 Jan 2014 11:46:55 PST\r
19 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
20         by olra.theworths.org (Postfix) with ESMTP id AF742431FBC\r
21         for <notmuch@notmuchmail.org>; Mon, 27 Jan 2014 11:46:55 -0800 (PST)\r
22 Received: from localhost (unknown [192.168.200.7])\r
23         by max.feld.cvut.cz (Postfix) with ESMTP id E790419F3436;\r
24         Mon, 27 Jan 2014 20:37:00 +0100 (CET)\r
25 X-Virus-Scanned: IMAP STYX AMAVIS\r
26 Received: from max.feld.cvut.cz ([192.168.200.1])\r
27         by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new,\r
28         port 10044)\r
29         with ESMTP id fYFlvEDsCk7n; Mon, 27 Jan 2014 20:36:56 +0100 (CET)\r
30 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
31         by max.feld.cvut.cz (Postfix) with ESMTP id AA6EF19F3431;\r
32         Mon, 27 Jan 2014 20:36:56 +0100 (CET)\r
33 Received: from wsh by steelpick.2x.cz with local (Exim 4.82)\r
34         (envelope-from <sojkam1@fel.cvut.cz>)\r
35         id 1W7rzG-0005z6-UY; Mon, 27 Jan 2014 20:36:50 +0100\r
36 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
37 To: David Bremner <david@tethera.net>, notmuch <notmuch@notmuchmail.org>\r
38 Subject: Re: mm-image-fit-p: Invalid image specification\r
39 In-Reply-To: <8761p7opsa.fsf@zancas.localnet>\r
40 References: <87vcfgln5a.fsf@steelpick.2x.cz> <8761p7opsa.fsf@zancas.localnet>\r
41 User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1\r
42         (x86_64-pc-linux-gnu)\r
43 Date: Mon, 27 Jan 2014 20:36:50 +0100\r
44 Message-ID: <87ppndmd2l.fsf@steelpick.2x.cz>\r
45 MIME-Version: 1.0\r
46 Content-Type: text/plain\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 27 Jan 2014 19:47:00 -0000\r
60 \r
61 On Sat, Jan 25 2014, David Bremner wrote:\r
62 > Michal Sojka <sojkam1@fel.cvut.cz> writes:\r
63 >\r
64 >> Hello,\r
65 >>\r
66 >> in emacs, I have a problem displaying an email that contain the\r
67 >> following part (--format=json):\r
68 >>\r
69 >>     {\r
70 >>        "content-type" : "image/svg+xml",\r
71 >>        "filename" : "xxxx_logo.svg",\r
72 >>        "id" : 4\r
73 >>     }\r
74 >>\r
75 >> I see this message "mm-image-fit-p: Invalid image specification" and no\r
76 >> other emails after this one in the thread are shown. This happens in GNU\r
77 >> Emacs 24.2.1 (Debian). Emacs 23 works correctly.\r
78 >>\r
79 >\r
80 > Hi Michal;\r
81 >\r
82 > I just tried to duplicate this old bug on emacs 24.3 and I couldn't. Can\r
83 > you still duplicate it? \r
84 \r
85 Hi David,\r
86 \r
87 I've found the problematic message and everything works correctly now.\r
88 \r
89 > If so, a test message would be appreciated. I think if it's 24.2.1\r
90 > specific, we can call it fixed.\r
91 \r
92 Maybe it was 24.2.1 specific or Emacs didn't use --format=sexp at that\r
93 time.\r
94 \r
95 Thanks for taking care of this.\r
96 -Michal\r