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 6B64F431FB6 for ; Wed, 8 Feb 2012 08:55:26 -0800 (PST) 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 jicpiZoqAG3n for ; Wed, 8 Feb 2012 08:55:22 -0800 (PST) Received: from mail-qw0-f53.google.com (mail-qw0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 018A8431FAE for ; Wed, 8 Feb 2012 08:55:21 -0800 (PST) Received: by qafk1 with SMTP id k1so601534qaf.5 for ; Wed, 08 Feb 2012 08:55:20 -0800 (PST) Received: by 10.229.77.31 with SMTP id e31mr11302033qck.63.1328720120173; Wed, 08 Feb 2012 08:55:20 -0800 (PST) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id gd3sm3901991qab.6.2012.02.08.08.55.18 (version=SSLv3 cipher=OTHER); Wed, 08 Feb 2012 08:55:19 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 0/2] multipart/alternative display and text/calendar Date: Wed, 8 Feb 2012 16:55:14 +0000 Message-Id: X-Mailer: git-send-email 1.7.1 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: Wed, 08 Feb 2012 16:55:26 -0000 I like to have notmuch-show-all-multipart/alternative-parts nil. I'd also like to see the text/calendar alternatives that I keep getting that have the information that the text/plain alternative is missing (like date and time *sigh*). Patch 1 allows me to specify the alternative parts I want to always see (nil and t work as before): (setq notmuch-show-all-multipart/alternative-parts '("text/calendar")) Patch 2 parses text/calendar as text/x-vcalendar for me so I don't have to. BR, Jani. Jani Nikula (2): emacs: support defining a list of alternative parts to show emacs: regard text/calendar as text/x-vcalendar emacs/notmuch-show.el | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-)