Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f6 / bf0b61dcbf2f07ab5716441272c7b6a6034c46
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id B9D9B6DE0274\r
6  for <notmuch@notmuchmail.org>; Tue, 29 Sep 2015 04:02:24 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.106\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.106 tagged_above=-999 required=5 tests=[AWL=0.106]\r
12  autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id 7eqSGedLwpBR for <notmuch@notmuchmail.org>;\r
16  Tue, 29 Sep 2015 04:02:23 -0700 (PDT)\r
17 Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224])\r
18  by arlo.cworth.org (Postfix) with ESMTPS id B7DC16DE025E\r
19  for <notmuch@notmuchmail.org>; Tue, 29 Sep 2015 04:02:22 -0700 (PDT)\r
20 Received: from remotemail by gitolite.debian.net with local (Exim 4.80)\r
21  (envelope-from <david@tethera.net>)\r
22  id 1ZgseF-0008UQ-97; Tue, 29 Sep 2015 11:00:39 +0000\r
23 Received: (nullmailer pid 31499 invoked by uid 1000); Tue, 29 Sep 2015\r
24  11:00:18 -0000\r
25 From: David Bremner <david@tethera.net>\r
26 To: Carl Worth <cworth@cworth.org>, Xu Wang <xuwang762@gmail.com>,\r
27  notmuch@notmuchmail.org\r
28 Subject: Re: correct way to search for only PDF attachments\r
29 In-Reply-To: <87vbau9e8i.fsf@wondoo.home.cworth.org>\r
30 References:\r
31  <CAJhTkNgwX8cmsKfJGV+x7HHMXPNZvXFXO=KZzLvrcWCGrDL=Pg@mail.gmail.com>\r
32  <87vbau9e8i.fsf@wondoo.home.cworth.org>\r
33 User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Tue, 29 Sep 2015 08:00:18 -0300\r
36 Message-ID: <87y4fpqym5.fsf@maritornes.cs.unb.ca>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.18\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 29 Sep 2015 11:02:24 -0000\r
52 \r
53 Carl Worth <cworth@cworth.org> writes:\r
54 \r
55 > On Mon, Sep 28 2015, Xu Wang wrote:\r
56 >> I would look to look for all emails from a colleague jongho. I tried:\r
57 >>\r
58 >> from:jongho attachment:pdf\r
59 >>\r
60 >> which seems to do as I wanted.\r
61 >\r
62 > Good. That should work.\r
63 \r
64 Another option is to use mimetype:pdf\r
65 \r
66 man notmuch-search-terms is probably worth a look when facing these\r
67 kinds of puzzles. It contains both Carl's reply about term based search\r
68 and mine about the mimetype: prefix.  Of course it is getting pretty\r
69 big, I don't know what to do about that.\r
70 \r
71 d\r