From: Istvan Marko Date: Tue, 20 Aug 2013 16:17:40 +0000 (+1700) Subject: Re: [PATCH] emacs: add buttons for all multipart/related parts X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7713f41e803f51d729b6ca34067dbdbaa9bae3ef;p=notmuch-archives.git Re: [PATCH] emacs: add buttons for all multipart/related parts --- diff --git a/97/0da3ba2d0452437ec44eeb56cdcd94c0efa98f b/97/0da3ba2d0452437ec44eeb56cdcd94c0efa98f new file mode 100644 index 000000000..7f881b2cf --- /dev/null +++ b/97/0da3ba2d0452437ec44eeb56cdcd94c0efa98f @@ -0,0 +1,70 @@ +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 3DCAA42117A + for ; Tue, 20 Aug 2013 09:17:47 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 6LU-R1ipAup1 for ; + Tue, 20 Aug 2013 09:17:41 -0700 (PDT) +Received: from imarko.xen.prgmr.com (imarko.xen.prgmr.com [71.19.158.228]) + by olra.theworths.org (Postfix) with ESMTP id 50287431FB6 + for ; Tue, 20 Aug 2013 09:17:41 -0700 (PDT) +Received: from localhost ([127.0.0.1] helo=zsu.kismala.com) + by imarko.xen.prgmr.com with esmtp (Exim 4.80.1) + (envelope-from ) + id 1VBocm-0005nA-QD; Tue, 20 Aug 2013 09:17:40 -0700 +From: Istvan Marko +To: Jameson Graef Rollins , + notmuch@notmuchmail.org +Subject: Re: [PATCH] emacs: add buttons for all multipart/related parts +In-Reply-To: <87a9kcfirc.fsf@servo.finestructure.net> +References: + <87fvu4fl25.fsf@servo.finestructure.net> + + <87a9kcfirc.fsf@servo.finestructure.net> +User-Agent: Notmuch/0.15.2+202~g0c4b8aa (http://notmuchmail.org) Emacs/24.3.3 + (x86_64-unknown-linux-gnu) +Date: Tue, 20 Aug 2013 09:17:40 -0700 +Message-ID: +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: Tue, 20 Aug 2013 16:17:47 -0000 + +Jameson Graef Rollins writes: + +> On Tue, Aug 20 2013, Istvan Marko wrote: + +>> This is controlled by notmuch-show-part-button-default-action. +>> +>> There are also the "." bindings, hit ". C-h" to see them. +> +> Hi, Istvan. Yes, I'm aware of these options, and they're not the issue. +> This button is behaving differently than buttons for inline image/* +> parts in other messages. + +I see. Not sure what's going on then, for me they behave like other +buttons, with notmuch-show-part-button-default-action set to +notmuch-show-view-part RET shows them inline or with an external viewer. + +-- + Istvan