From 5b57ea9fcf014c1249258f2bfded1da00c7d1981 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 3 Feb 2014 19:33:24 +2000 Subject: [PATCH] Re: [RFC] Content-Description when naming MIME parts in Emacs mode --- 06/aa80cfbd23277f225135514aad7a9005e30780 | 62 +++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 06/aa80cfbd23277f225135514aad7a9005e30780 diff --git a/06/aa80cfbd23277f225135514aad7a9005e30780 b/06/aa80cfbd23277f225135514aad7a9005e30780 new file mode 100644 index 000000000..3d63246e7 --- /dev/null +++ b/06/aa80cfbd23277f225135514aad7a9005e30780 @@ -0,0 +1,62 @@ +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 08F18431FBD + for ; Sun, 2 Feb 2014 15:33:36 -0800 (PST) +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 HZkI5rh1MHWX for ; + Sun, 2 Feb 2014 15:33:32 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 5B3F1431FBC + for ; Sun, 2 Feb 2014 15:33:32 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WA6XZ-0004o6-TM; Sun, 02 Feb 2014 19:33:29 -0400 +Received: (nullmailer pid 21416 invoked by uid 1000); Sun, 02 Feb 2014 + 23:33:24 -0000 +From: David Bremner +To: "W. Trevor King" , notmuch@notmuchmail.org +Subject: Re: [RFC] Content-Description when naming MIME parts in Emacs mode +In-Reply-To: <20140202204616.GD14197@odin.tremily.us> +References: <20140202204616.GD14197@odin.tremily.us> +User-Agent: Notmuch/0.17+56~gb9c3d8e (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 02 Feb 2014 19:33:24 -0400 +Message-ID: <87iosx1457.fsf@maritornes.cs.unb.ca> +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: Sun, 02 Feb 2014 23:33:36 -0000 + +"W. Trevor King" writes: + +> But that doesn't work, because :content-description doesn't exist in +> the part plist. I've looked through the source for a bit and can't +> figure out where that part plist is coming from. + +This is the parsed output from the command line call + + "notmuch show --format=sexp $searchterms" + +d -- 2.26.2