From: David Bremner Date: Tue, 29 Sep 2015 13:48:24 +0000 (+2100) Subject: Re: correct way to search for only PDF attachments X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff67bb566e8e4cabfc599d06fa0e363e2ea5359c;p=notmuch-archives.git Re: correct way to search for only PDF attachments --- diff --git a/ea/65c2a9f98523af427ebecd4e492fcda13b3a4f b/ea/65c2a9f98523af427ebecd4e492fcda13b3a4f new file mode 100644 index 000000000..fb22029a9 --- /dev/null +++ b/ea/65c2a9f98523af427ebecd4e492fcda13b3a4f @@ -0,0 +1,80 @@ +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 C05196DE0350 + for ; Tue, 29 Sep 2015 06:50:11 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.105 +X-Spam-Level: +X-Spam-Status: No, score=0.105 tagged_above=-999 required=5 tests=[AWL=0.105] + 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 ktQwfyGMwGdz for ; + Tue, 29 Sep 2015 06:50:08 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 0E10C6DE025E + for ; Tue, 29 Sep 2015 06:50:07 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1ZgvGo-0000cx-NS; Tue, 29 Sep 2015 13:48:38 +0000 +Received: (nullmailer pid 10686 invoked by uid 1000); Tue, 29 Sep 2015 + 13:48:24 -0000 +From: David Bremner +To: Suvayu Ali , notmuch@notmuchmail.org +Subject: Re: correct way to search for only PDF attachments +In-Reply-To: <20150929115600.GR15858@chitra.no-ip.org> +References: + + <87vbau9e8i.fsf@wondoo.home.cworth.org> <87y4fpqym5.fsf@maritornes.cs.unb.ca> + <20150929115600.GR15858@chitra.no-ip.org> +User-Agent: Notmuch/0.20.2+61~g005c2f0 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Tue, 29 Sep 2015 10:48:24 -0300 +Message-ID: <87bncljpzr.fsf@tesseract.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +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 13:50:11 -0000 + +Suvayu Ali writes: + +> 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? +> + +I'm not really in favour of requiring anyone who is not already using +emacs to use info. Of course we could provide the same long form docs +in other formats (most likely html). I don't know if splitting into +shorter man pages plus a longer manual would really help, but it's +likely we could take better advantage of sphinx. I know that Patrick +Totzke started a rework of the docs + + https://github.com/pazz/notmuch/tree/docs + +I don't think that's really in a state to contemplate merging (for one +thing it hasn't kept up with doc changes in master); but maybe somebody +wants to pick up where Patrick left off. + +d