From: Suvayu Ali Date: Tue, 29 Sep 2015 11:56:00 +0000 (+0200) Subject: Re: correct way to search for only PDF attachments X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d590f256dcd7dd6bc3883b033ebf9ea262aeae29;p=notmuch-archives.git Re: correct way to search for only PDF attachments --- diff --git a/ed/9f2e25c5406b7deccaa82fd37ec96ff160ecb7 b/ed/9f2e25c5406b7deccaa82fd37ec96ff160ecb7 new file mode 100644 index 000000000..05f0631d8 --- /dev/null +++ b/ed/9f2e25c5406b7deccaa82fd37ec96ff160ecb7 @@ -0,0 +1,85 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 4D22B6DE0274 + for ; Tue, 29 Sep 2015 04:56:07 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.346 +X-Spam-Level: +X-Spam-Status: No, score=-0.346 tagged_above=-999 required=5 tests=[AWL=0.474, + DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, + RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, + SPF_PASS=-0.001] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id AyKaGIyF7HmR for ; + Tue, 29 Sep 2015 04:56:05 -0700 (PDT) +Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com + [209.85.212.180]) + by arlo.cworth.org (Postfix) with ESMTPS id 262246DE025E + for ; Tue, 29 Sep 2015 04:56:04 -0700 (PDT) +Received: by wicgb1 with SMTP id gb1so145559544wic.1 + for ; Tue, 29 Sep 2015 04:56:03 -0700 (PDT) +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=tJlmbjAa23RaqrIjBfPSDSS5zsX+P8Np6K28EQ4QAoE=; + b=r6pbg33biG2wCUxZa4cxM7wcGeJiyicr6nP9eIoQLLZPURqGef1HSdDKHl7iz0hUZq + ua+bn+HR8IJCvbr6MMEv3E74pasfTRcdBelNBhWqQ6ov+WabAR5aYWYDRHr+pgx5GJmV + CrmYTvgRYsGu6A1cbtB2eQQXGT1iNObBWCdV/MV/ChgD6f/tMfUE6Ul4j1Zb9m+k2S7p + f6G9F9StDNt+haujTIvPRCqJDUz4n0/s7S+WABimutcaTCWzkf2xx6TC63YmRtIf2bJV + 9KnJvQfn/FEouUbsmoeA0fIEzPbozRFJ61u3JNLFscRRRZDYhwBn4G1E6NofIjZENYOg + kohQ== +X-Received: by 10.180.35.199 with SMTP id k7mr16474434wij.13.1443527762876; + Tue, 29 Sep 2015 04:56:02 -0700 (PDT) +Received: from chitra.no-ip.org ([2001:610:120:3001:2ad2:44ff:fe4a:b029]) + by smtp.gmail.com with ESMTPSA id fx2sm23487995wib.24.2015.09.29.04.56.01 + for + (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Tue, 29 Sep 2015 04:56:01 -0700 (PDT) +Sender: Suvayu Ali +Date: Tue, 29 Sep 2015 13:56:00 +0200 +From: Suvayu Ali +To: notmuch@notmuchmail.org +Subject: Re: correct way to search for only PDF attachments +Message-ID: <20150929115600.GR15858@chitra.no-ip.org> +Mail-Followup-To: notmuch@notmuchmail.org +References: + + <87vbau9e8i.fsf@wondoo.home.cworth.org> <87y4fpqym5.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +In-Reply-To: <87y4fpqym5.fsf@maritornes.cs.unb.ca> +User-Agent: Mutt/1.5.23.1 (2014-03-12) +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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, 29 Sep 2015 11:56:07 -0000 + +On Tue, Sep 29, 2015 at 08:00:18AM -0300, David Bremner wrote: +> +> Of course it is getting pretty big, I don't know what to do about +> that. + +How about an overview in notmuch-search-terms with more detailed docs in +an info page? coreutils does this. I don't think this will add any new +build dependencies either, as sphinx supports info pages. I see +texinfo_documents is already defined in doc/conf.py. Maybe that is an +option? + +-- +Suvayu + +Open source is the future. It sets us free.