From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0691E431FB6 for ; Tue, 9 Oct 2012 15:21:31 -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=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, 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 zKLTnZ1dKg4Z for ; Tue, 9 Oct 2012 15:21:30 -0700 (PDT) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 252AA431FAF for ; Tue, 9 Oct 2012 15:21:29 -0700 (PDT) Received: by mail-la0-f53.google.com with SMTP id l5so3773866lah.26 for ; Tue, 09 Oct 2012 15:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nickurak.ca; s=google-dkim; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=8V8CjCaI6aWc+fd0B+KRbN7UAN4ANWsdF36iDa9AWTQ=; b=e7LVK5XqXy82NDWlvN0CgEyN8fI5NZuQH762CK7ZC7Qj6XTeVzDGThPyoQhKzh7/gq 4CTlI4Y0iyARLojl5XkpsV+naCn0DyYPjitWXyV+zBiHhJrneo7XqFA1F/vEZ5Spmo3g cq5+5BM5alteqA8uHxkV23LA4HmPRnyMUvW5E= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:x-originating-ip:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :x-gm-message-state; bh=8V8CjCaI6aWc+fd0B+KRbN7UAN4ANWsdF36iDa9AWTQ=; b=mTZ05q7LESFiibcAiozTqOTdmTpMGf0uVuS25QuI0/d7XqEghtWTsr2/JlEntP+cQ3 F/8RXZriVCfMbidkWOFKgDGd0R3veTTaDP0Gu3qFMOAiqGzbQU4Lon2CE4Ksp8UZqNLm p2uREV24seHOF81Pcq/u+aA/a0LMG5AO20TWersqyjA09xbhzcdZqP7R1cHNyEfCJdYP uwD/FaVfRBPXssfvB5cCZj1QRVrRJlFV/b4rym6onXgDArqqefLNHGVmKus9OOG6XOew XB2/2N0dKBIiWqwpOCIdWIaLyW/PI/rOeFY5mefsloGzmr+k45g/p1P3xVW05pnP+oeO sGkg== MIME-Version: 1.0 Received: by 10.112.100.104 with SMTP id ex8mr8729510lbb.78.1349821287063; Tue, 09 Oct 2012 15:21:27 -0700 (PDT) Sender: jeremy@nickurak.ca Received: by 10.114.66.52 with HTTP; Tue, 9 Oct 2012 15:21:27 -0700 (PDT) X-Originating-IP: [199.119.232.213] In-Reply-To: <87r4rf9q8x.fsf@qmul.ac.uk> References: <1339775751-18002-1-git-send-email-jani@nikula.org> <87zk80gvmb.fsf@servo.finestructure.net> <87pq8vokmp.fsf@qmul.ac.uk> <87ipcrvlcw.fsf@servo.finestructure.net> <87r4rf9q8x.fsf@qmul.ac.uk> Date: Tue, 9 Oct 2012 16:21:27 -0600 X-Google-Sender-Auth: tKv3WsnQUZj0yGKHeYYwevuz_Jw Message-ID: Subject: Re: [PATCH v2] emacs: add function to toggle display of all multipart/alternative parts From: Jeremy Nickurak To: notmuch Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQktmVt4z0f20wtvXUNhDV5Zb0olVxPNrs59sgKtj3uAoLIoA/d+635FFWWLHh+Yhi3nZ37S 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, 09 Oct 2012 22:21:31 -0000 On Fri, Aug 10, 2012 at 1:10 AM, Mark Walters wrote: > > Some messages are sent as multipart/alternative but the alternatives > contain different information. This allows the user to cycle which > part to view. By default this is bound to 'W'. I've started using this, and quite like it. Only thing missing I can see would be a customizable way to say which types should be preferred.