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 8C93E431FC2 for ; Wed, 14 Mar 2012 14:21:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" 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 zwUiRgjAMZT3 for ; Wed, 14 Mar 2012 14:21:30 -0700 (PDT) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 3FF2C431FCF for ; Wed, 14 Mar 2012 14:21:30 -0700 (PDT) Received: by mail-lb0-f181.google.com with SMTP id k6so1225880lbo.26 for ; Wed, 14 Mar 2012 14:21:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :in-reply-to:references:x-gm-message-state; bh=gVd5rRPNl5mRR4aaRT6jN8qtvE5FnZvl5eajF9hZ3U4=; b=Ckvb5kFqsXPOhm3b+KouliDJP9NzqQ86kq0GnNXkTJlQajXZCTKjKSnLgHfL3YHO45 ptrM8X0N8J4Kz4c4693qnld+Umwp/sONrvLn+SQsIxIDkzjqeloTB35fjHjcei+4Zc10 z4AvoTC7LStw/ejgte2BzrLvEBGcxujVpL0LgxaQC+lnIjuwBriMr6e4F393PQ1RDvPL 5khT5I+NiC5kP3xqQAepZrWH8Ym8K4SH4elA0/uMwdvN62qMeBmCEjdxUpnX9a9eidWh mT+JmRwo3kn6n3R9pN/UetGfHwAAh1alP0VBQfhPcfBVmOaXfK9pS8dAYuhbyKI03R19 kFaA== Received: by 10.152.102.173 with SMTP id fp13mr3070893lab.38.1331760089798; Wed, 14 Mar 2012 14:21:29 -0700 (PDT) Received: from localhost (dsl-hkibrasgw4-fe50f800-253.dhcp.inet.fi. [84.248.80.253]) by mx.google.com with ESMTPS id nq2sm4687189lab.4.2012.03.14.14.21.27 (version=SSLv3 cipher=OTHER); Wed, 14 Mar 2012 14:21:28 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org, david@tethera.net Subject: [PATCH 3/6] NEWS: emacs: support text/calendar MIME type Date: Wed, 14 Mar 2012 23:21:08 +0200 Message-Id: X-Mailer: git-send-email 1.7.5.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQk2yODAcKP9RehkDGCQUM7fIIvrLp0B2RZ1FNHsky6e42D8mSv5vXNvpRDj68zuuZrMs6TN 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, 14 Mar 2012 21:21:31 -0000 --- cfdc9a4 emacs: support text/calendar mime type --- NEWS | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/NEWS b/NEWS index 86c0690..3c2cd82 100644 --- a/NEWS +++ b/NEWS @@ -83,6 +83,11 @@ Show view archiving key binding changes results. The thread archiving functions are now available in 'A' and 'X'. +Support text/calendar MIME type + + The text/calendar MIME type is now supported in addition to + text/x-vcalendar. + Library changes --------------- -- 1.7.5.4