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 44A3A431FB6 for ; Tue, 19 Jun 2012 13:25:09 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 61LnDg96kDTI for ; Tue, 19 Jun 2012 13:25:08 -0700 (PDT) Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 81431431FAF for ; Tue, 19 Jun 2012 13:25:08 -0700 (PDT) Received: by bkcjk13 with SMTP id jk13so6503485bkc.26 for ; Tue, 19 Jun 2012 13:25:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:x-gm-message-state; bh=V28Ga7cwtsAwyActhC5XGk1x3+ZS3GaH/VbEkghfjIo=; b=lNyg6dHs1R4U2sdB7RRI/O4B3ClDCmP7DHVv1VHlUvbjsv3khasFJ9VFezvSrQ4DHf aBFrheR6I9xFYccUlUqynUKCnYSsNDPcT6Y4uSCW7ko40eLZbrzPrA3lA1n24XYe98BK vnTmcwP0qOCIGSfjzx0viWW4BTON9YHmZ1w2onK9EEE0AgDUiSWX8XKxAgQuFrUIN+uz D1/bVxssp9kUKc++5HLPDWfcX6/ZIobY8ysrARwxPjv8muB4hmQn2BzJ50DuQrIwAJKz w0nJGdLylsyczY45wBFLxTuKFAcXGlbN48wx3ITmGjOIOt2g+hwjOsKzRrAQeNqTE3n5 /e3w== Received: by 10.152.109.198 with SMTP id hu6mr19599694lab.21.1340137507072; Tue, 19 Jun 2012 13:25:07 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50dc00-68.dhcp.inet.fi. [80.220.80.68]) by mx.google.com with ESMTPS id j1sm14538025lby.8.2012.06.19.13.25.05 (version=SSLv3 cipher=OTHER); Tue, 19 Jun 2012 13:25:06 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: Re: [PATCH v2] emacs: add function to toggle display of all multipart/alternative parts In-Reply-To: <1340136889-2992-1-git-send-email-jani@nikula.org> References: <1339775751-18002-1-git-send-email-jani@nikula.org> <1340136889-2992-1-git-send-email-jani@nikula.org> User-Agent: Notmuch/0.13.2+48~g7b8fc7d (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Tue, 19 Jun 2012 23:25:04 +0300 Message-ID: <878vfjyrq7.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQkaw0GlOMJf0qJ6P3mU2MtGIOKklcw2PwkD4mHLpyJGVT0OwCzzNq2DOF+9sts6piWbvSzx 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, 19 Jun 2012 20:25:09 -0000 On Tue, 19 Jun 2012, Jani Nikula wrote: > Add function notmuch-show-toggle-multipart-alternative to toggle the > value of notmuch-show-all-multipart/alternative-parts variable in the > buffer, and redisplay the thread with either all or preferred > alternative parts expanded. I see that Mark has some draft stuff for a more desirable approach, but decided to send this anyway, as this is fairly small and ready. The v2 is now in line with the existing show mode toggles. BR, Jani.