From fdbd14868493c39102e00d3897da7910b2a7c486 Mon Sep 17 00:00:00 2001 From: Suvayu Ali Date: Wed, 4 Feb 2015 21:53:40 +0100 Subject: [PATCH] Re: Unable to search for emails with content with a given MIME type --- 33/737c3024e166e3c6d032042d3a6dcee7fb74c7 | 88 +++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 33/737c3024e166e3c6d032042d3a6dcee7fb74c7 diff --git a/33/737c3024e166e3c6d032042d3a6dcee7fb74c7 b/33/737c3024e166e3c6d032042d3a6dcee7fb74c7 new file mode 100644 index 000000000..7270e4831 --- /dev/null +++ b/33/737c3024e166e3c6d032042d3a6dcee7fb74c7 @@ -0,0 +1,88 @@ +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 24ACA431FC7 + for ; Wed, 4 Feb 2015 12:53:48 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.639 +X-Spam-Level: * +X-Spam-Status: No, score=1.639 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + DNS_FROM_AHBL_RHSBL=2.438, FREEMAIL_FROM=0.001, + 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 5a1K7QCpdQAT for ; + Wed, 4 Feb 2015 12:53:45 -0800 (PST) +Received: from mail-we0-f171.google.com (mail-we0-f171.google.com + [74.125.82.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B8A7E431FBC + for ; Wed, 4 Feb 2015 12:53:44 -0800 (PST) +Received: by mail-we0-f171.google.com with SMTP id k11so4103569wes.2 + for ; Wed, 04 Feb 2015 12:53:43 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=sender:date:from:to:subject:message-id:mail-followup-to:references + :mime-version:content-type:content-disposition:in-reply-to + :user-agent; bh=Db9Vc39HabosEtrwKt8ymUk4rfkdQFCPksnhmLm3J1s=; + b=CcwHmecjSxAL9IWP3Dd0PzIpS2xDKwLoNyD18iYGyj0u9IbsntYX9hMjPt6KCmo6Ha + QIu5vZnUBwhxLYNhmyuhsTIeE2beTDuhlAmi+5ITVKxJYdnM9AB7HENB7iR+EL4nBK8D + x+fGPvstlN08VAgieV2so0J66hBvEg5myyrm/CgWwOFErpH5bq8VE2e9gthcph1XR8Vu + j3vn6QGAPb+bJcXLI3RpDBnvqFUnYXoe3Qiwyt3o7Jb9r2+xWBVmQHcBKj7MPo5LIkGI + 0mL2d2I7BV/suLRDhBDvdf1N0sQBxmCcyj7VwrD9v4QwpY8KrNlS8UmAwGelDZel1PTU + WIOg== +X-Received: by 10.194.223.68 with SMTP id qs4mr593167wjc.58.1423083223352; + Wed, 04 Feb 2015 12:53:43 -0800 (PST) +Received: from chitra.no-ip.org (sd44012d5.adsl.online.nl. [212.64.18.213]) + by mx.google.com with ESMTPSA id hi6sm4284490wjc.34.2015.02.04.12.53.42 + for + (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Wed, 04 Feb 2015 12:53:42 -0800 (PST) +Sender: Suvayu Ali +Date: Wed, 4 Feb 2015 21:53:40 +0100 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: Unable to search for emails with content with a given MIME type +Message-ID: <20150204205340.GB18466@chitra.no-ip.org> +Mail-Followup-To: notmuch@notmuchmail.org +References: <2fl1tyos3ex.fsf@diskless.uio.no> + <877fw7r7d0.fsf@electricoding.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <877fw7r7d0.fsf@electricoding.com> +User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) +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, 04 Feb 2015 20:53:48 -0000 + +Hi, + +On Tue, Jan 27, 2015 at 08:01:31PM -0600, Todd wrote: +> +> The feature you wanted was committed a few days ago (searching with a +> "mimetype:" prefix). Searching for "mimetype:calendar" would get any +> "text/calendar" or "ics/calendar" attachments. + +I am using notmuch from HEAD, but I do not get any results with +mimetype:. Is this only available for new emails? If so, how do +I enable, searching with mimetype: for old emails? + +Thanks, + +-- +Suvayu + +Open source is the future. It sets us free. -- 2.26.2