Re: trouble searching with unix timestamps

2018-02-01 Thread Matthew Lear
Sure thing. Just done it now.

On Wed, Jan 31, 2018 at 3:04 AM, Daniel Kahn Gillmor 
wrote:

> On Mon 2018-01-29 16:13:38 +, Matthew Lear wrote:
> > [ Jani wrote: ]
> >> Alternatively, you can use @ in date: queries, although this
> >> seems to be completely undocumented:
> >
> > I guess this relates to similar syntax requirements of date -d in that a
> > unix timestamp is required to be preceded by an @
>
> agreed, it seems in line with that.
>
> Matthew, since you've been reading the docs there most recently, maybe
> you'd be up for sending a patch to make sure this feature is findable in
> the documentation?
>
> --dkg
>
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


[no subject]

2018-02-01 Thread Matthew Lear
From: Matthew Lear 
To: notmuch@notmuchmail.org
Cc: Matthew Lear 
Subject: [PATCH] Update date search syntax.
Date: Thu,  1 Feb 2018 20:52:18 +
Message-Id: <20180201205218.4368-1-m...@bubblegen.co.uk>
X-Mailer: git-send-email 2.14.1

If searching using the date prefix and timestamps, each timestamp
is required to be prefixed with an @
Legacy syntax of .. without the
date prefix is still honoured, only without the @ specifiers.
---
 doc/man7/notmuch-search-terms.rst | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/man7/notmuch-search-terms.rst 
b/doc/man7/notmuch-search-terms.rst
index 6d2bf62a..b6e7079a 100644
--- a/doc/man7/notmuch-search-terms.rst
+++ b/doc/man7/notmuch-search-terms.rst
@@ -124,10 +124,13 @@ date:.. or date:
 The time range can also be specified using timestamps with a
 syntax of:
 
-..
+@..@
 
 Each timestamp is a number representing the number of seconds
-since 1970-01-01 00:00:00 UTC.
+since 1970-01-01 00:00:00 UTC. A date range search using
+timestamps is also permitted without using the date prefix and
+@ specifiers, although this is considered legacy and pre-dates
+the date prefix.
 
 lastmod:..
 The **lastmod:** prefix can be used to restrict the result by the
-- 
2.14.1

___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] doc: create manpage folders with right permissions

2018-02-01 Thread David Bremner
Antoine Amarilli  writes:

> Avoids the issue where umask can make man pages unreadable after
> installation. Relevant email on the mailing-list:
> <87h8rt30sy@fifthhorseman.net>

Pushed to master, thanks for your contribution.

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch