[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 1b / 1d80a8bd3e7cf62841f1dae6e1ccdb27642410
1 Return-Path: <tomi.ollila@iki.fi>\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 79FA36DE1502\r
6  for <notmuch@notmuchmail.org>; Fri,  6 Nov 2015 07:14:36 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.737\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.737 tagged_above=-999 required=5 tests=[AWL=0.085, \r
12  SPF_NEUTRAL=0.652] 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 xHEAGp92N986 for <notmuch@notmuchmail.org>;\r
16  Fri,  6 Nov 2015 07:14:34 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 250B66DE13A3\r
19  for <notmuch@notmuchmail.org>; Fri,  6 Nov 2015 07:14:33 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 910DC10005A;\r
22  Fri,  6 Nov 2015 17:14:31 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Davide Mancusi <arekfu@yahoo.it>, notmuch@notmuchmail.org\r
25 Subject: Re: weird paths in notmuch database\r
26 In-Reply-To:\r
27  <CAMEnOBJy6McKezvbwd4OZ9N219mZROz=NkiZxULUa2OjMV0B+w@mail.gmail.com>\r
28 References:\r
29  <CAMEnOBJw3EbZ1_VOawD2M71bd=cs+Nh7PPJ9o1FiYonQh8rZ3w@mail.gmail.com>\r
30  <87a8qrmfzb.fsf@maritornes.cs.unb.ca>\r
31  <CAMEnOBJy6McKezvbwd4OZ9N219mZROz=NkiZxULUa2OjMV0B+w@mail.gmail.com>\r
32 User-Agent: Notmuch/0.21+14~g053baf4 (http://notmuchmail.org) Emacs/24.3.1\r
33  (x86_64-unknown-linux-gnu)\r
34 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
35  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
36  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
37 Date: Fri, 06 Nov 2015 17:14:31 +0200\r
38 Message-ID: <m2r3k388iw.fsf@guru.guru-group.fi>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.20\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45  <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
47  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Fri, 06 Nov 2015 15:14:36 -0000\r
54 \r
55 On Fri, Nov 06 2015, Davide Mancusi <arekfu@yahoo.it> wrote:\r
56 \r
57 > 2015-11-06 14:09 GMT+01:00 David Bremner <david@tethera.net>:\r
58 >>> $ notmuch search --output=files 'path:/home/**'\r
59 >>> /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S\r
60 >>> /export/home/username/mail/archive/cur/1446805732.2711_9.hostname:2,S\r
61 > [...]\r
62 >>\r
63 >>    The directory must be specified relative to the top-level maildir\r
64 >>    (and without the leading slash).\r
65 >>\r
66 >> Please try with correct search syntax in order to narrow down the\r
67 >> problem.\r
68 >\r
69 > The unusual search was just to illustrate the problem. I get the paths\r
70 > even with tag searches, like so:\r
71 >\r
72 > $ notmuch search --output=files\r
73 > 'id:20151106102835.GA2711@hostname.domain.com'\r
74 > /export/home/username/mail//home/username/local/mail/archive/cur/1446805732.2711_9.hostname:2,S\r
75 > /export/home/username/mail/archive/cur/1446805732.2711_9.hostname:2,S\r
76 \r
77 \r
78 How is the symlink exactly shown in  ls -l /path/to/symlink  output ?\r
79 \r
80 (you can do the s/$USER/username/ conversion :)\r
81 \r
82 Tomi\r
83 \r