You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
qry="path:%s/** and lastmod:%d..%d"% (self.local.nm_relative, self.local.state.lastmod, rev)
This fails when the relative path is non-existent (as it is in my configuration):
$ gmi sync
Traceback (most recent call last):
File "/usr/bin/gmi", line 24, in <module>
g.main ()
File "/usr/share/lieer/lieer/gmailieer.py", line 219, in main
args.func (args)
File "/usr/share/lieer/lieer/gmailieer.py", line 299, in sync
self.push (args, True)
File "/usr/share/lieer/lieer/gmailieer.py", line 327, in push
messages = list(query.search_messages ())
File "/usr/lib/python3/dist-packages/notmuch/query.py", line 182, in search_messages
raise NotmuchError(status)
notmuch.errors.XapianError
It's trying to search for: path:/** and lastmod:1281363..1281366.
The text was updated successfully, but these errors were encountered:
lieer/lieer/gmailieer.py
Line 322 in 87e85ef
This fails when the relative path is non-existent (as it is in my configuration):
It's trying to search for:
path:/** and lastmod:1281363..1281366
.The text was updated successfully, but these errors were encountered: