Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 19 / 75bdd456adabbe0fa816a796f04b44c5daa1c8
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 1B2DF6DE00DA\r
6  for <notmuch@notmuchmail.org>; Tue, 31 May 2016 06:41:17 -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.58\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.58 tagged_above=-999 required=5 tests=[AWL=-0.072, \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 ZLe8HkKYtULF for <notmuch@notmuchmail.org>;\r
16  Tue, 31 May 2016 06:41:08 -0700 (PDT)\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 DCDB06DE00D3\r
19  for <notmuch@notmuchmail.org>; Tue, 31 May 2016 06:41:07 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 4D72B10005A;\r
22  Tue, 31 May 2016 16:40:47 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: <pabs@debian.org>, David Bremner <david@tethera.net>,\r
25  notmuch@notmuchmail.org\r
26 Subject: Re: [Paul Wise] Bug#825886: notmuch: allow separation of command-line\r
27  options and their values: --option foo\r
28 In-Reply-To: <87k2iah95n.fsf@zancas.localnet>\r
29 References: <87k2iah95n.fsf@zancas.localnet>\r
30 User-Agent: Notmuch/0.22+32~gd4854c5 (http://notmuchmail.org) Emacs/24.5.1\r
31  (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Tue, 31 May 2016 16:40:46 +0300\r
36 Message-ID: <m2a8j62vmp.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=utf-8\r
39 Content-Transfer-Encoding: quoted-printable\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.20\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44  <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
46  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
51  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 31 May 2016 13:41:17 -0000\r
53 \r
54 On Tue, May 31 2016, David Bremner <david@tethera.net> wrote:\r
55 \r
56 > From: Paul Wise <pabs@debian.org>\r
57 > Subject: Bug#825886: notmuch: allow separation of command-line options an=\r
58 d their values: --option foo\r
59 > To: Debian Bug Tracking System <submit@bugs.debian.org>\r
60 > Date: Tue, 31 May 2016 15:41:42 +0800\r
61 >\r
62 > [ Unknown signature status ]\r
63 > Package: notmuch\r
64 > Version: 0.22-1\r
65 > Severity: wishlist\r
66 >\r
67 > It would be nice if notmuch would allow separation between=C2=A0command-l=\r
68 ine=20\r
69 > options and their values so that I could run dump and not get an error.\r
70 >\r
71 > pabs@chianamo ~ $=C2=A0notmuch dump --gzip --output ~/.../notmuch-tags.gz\r
72 > Option "output" needs a string argument.\r
73 > Unrecognized option: --output\r
74 > pabs@chianamo ~ $ notmuch dump --gzip --output=3D~/.../notmuch-tags.gz\r
75 > Bad output file ~/.../notmuch-tags.gz\r
76 >\r
77 > I don't want to have to manually type my home dir whenever I dump tags,\r
78 > which I currently have to do since notmuch requires =3D as a separator.\r
79 \r
80 As a (temporary?) workaround you can use $HOME in command line.\r
81 \r
82 >\r
83 > pabs@chianamo ~ $ notmuch dump --gzip --output=3D/home/pabs/.../notmuch-t=\r
84 ags.gz\r
85 >\r
86 > Separation of long options and their values is a standard feature of\r
87 > programs on Debian so it is surprising this doesn't work by default.\r
88 >\r
89 > pabs@chianamo ~ $ ls -s --block-size M ~/.../notmuch-tags.gz\r
90 > XXXM /home/pabs/.../notmuch-tags.gz\r
91 > pabs@chianamo ~ $ ls -s --block-size=3DM ~/.../notmuch-tags.gz\r
92 > XXXM /home/pabs/.../notmuch-tags.gz\r
93 >\r
94 > -- System Information:\r
95 > Debian Release: stretch/sid\r