From af8664689ac66b2ee79c904c6483f1172768da39 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Fri, 23 Apr 2010 13:37:08 +0200 Subject: python: Add UNSORTED as Query.SORT option Keep up to date with the libnotmuch.so API. Signed-off-by: Sebastian Spaeth --- bindings/python/docs/source/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bindings/python/docs/source/index.rst') diff --git a/bindings/python/docs/source/index.rst b/bindings/python/docs/source/index.rst index c90492c..040bd05 100644 --- a/bindings/python/docs/source/index.rst +++ b/bindings/python/docs/source/index.rst @@ -99,7 +99,11 @@ More information on specific topics can be found on the following pages: Sort by message date, newest first. SORT.MESSAGE_ID - Sort by email message ID + Sort by email message ID. + + SORT.UNSORTED + Do not apply a special sort order (returns results in document id + order). .. automethod:: set_sort -- cgit v1.2.3