From e97cbfd63941b553e33af0eee46345de46184ab3 Mon Sep 17 00:00:00 2001 From: Xu Wang Date: Thu, 1 Oct 2015 11:16:57 +2000 Subject: [PATCH] Re: correct way to search for only PDF attachments --- f9/210cd0bae469fb933689f0522bdb22511c3b81 | 110 ++++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 f9/210cd0bae469fb933689f0522bdb22511c3b81 diff --git a/f9/210cd0bae469fb933689f0522bdb22511c3b81 b/f9/210cd0bae469fb933689f0522bdb22511c3b81 new file mode 100644 index 000000000..3a4ea6520 --- /dev/null +++ b/f9/210cd0bae469fb933689f0522bdb22511c3b81 @@ -0,0 +1,110 @@ +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 D78A86DE1804 + for ; Wed, 30 Sep 2015 08:17:02 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.155 +X-Spam-Level: +X-Spam-Status: No, score=-0.155 tagged_above=-999 required=5 + tests=[AWL=-0.329, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, + DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, + 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, URIBL_SBL=0.644, + URIBL_SBL_A=0.1] 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 wbBHGhqgv0v4 for ; + Wed, 30 Sep 2015 08:17:00 -0700 (PDT) +Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com + [209.85.214.177]) + by arlo.cworth.org (Postfix) with ESMTPS id 483226DE17FE + for ; Wed, 30 Sep 2015 08:17:00 -0700 (PDT) +Received: by obbda8 with SMTP id da8so34074151obb.1 + for ; Wed, 30 Sep 2015 08:16:57 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:in-reply-to:references:date:message-id:subject:from:to + :cc:content-type; + bh=+ANO12eU92jFexRxSkjr6hT7k4chI6/MV8kvBJMHSmM=; + b=QVkdHPwrnsW9eNJ8IjV9zTtghIRxFHV1ydJJe4n1e/0+jIywkJAZCiS3Mr7Ul09fUi + Z1/CekItXVNE4jMFOeZlE7tUR3v5GyGf8V3IPGjyWtZ0JnNWM7KIcaswvVNdz/XSGPNS + Ls/ytmZ+UShHAbYoDTS4HOVo3so3WbtoimZoEzr9Qu9GgaQiiKV51Sdg8p/D0yML+yr/ + wD/4pq33h7otbhhf3SOGRExjO8SipT+ObMhZ/V+bta2UekchCn6S1Bqp5p2yvOZgqPyI + dRFTOKMm2QSTdYCOx/MDB2WybtWroLs9lrIEyvcFxpL0ut5uJi/GHYCpaKzBb0bMdWPr + DNmw== +MIME-Version: 1.0 +X-Received: by 10.182.20.238 with SMTP id q14mr2663814obe.73.1443626217261; + Wed, 30 Sep 2015 08:16:57 -0700 (PDT) +Received: by 10.202.212.204 with HTTP; Wed, 30 Sep 2015 08:16:57 -0700 (PDT) +In-Reply-To: <87bncljpzr.fsf@tesseract.cs.unb.ca> +References: + + <87vbau9e8i.fsf@wondoo.home.cworth.org> <87y4fpqym5.fsf@maritornes.cs.unb.ca> + <20150929115600.GR15858@chitra.no-ip.org> + <87bncljpzr.fsf@tesseract.cs.unb.ca> +Date: Wed, 30 Sep 2015 11:16:57 -0400 +Message-ID: + +Subject: Re: correct way to search for only PDF attachments +From: Xu Wang +To: David Bremner +Content-Type: text/plain; charset=UTF-8 +Cc: notmuch@notmuchmail.org +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: Wed, 30 Sep 2015 15:17:02 -0000 + +On Tue, Sep 29, 2015 at 9:48 AM, David Bremner wrote: +> 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 +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch + +Thank you everyone for all of the information and for walking me in +through the example! + +I will study more in depth and look at the detailed documentation. + +Kind regards, + +Xu -- 2.26.2