diff options
| author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-23 13:37:08 +0200 |
|---|---|---|
| committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-23 13:40:38 +0200 |
| commit | af8664689ac66b2ee79c904c6483f1172768da39 (patch) | |
| tree | fac3a94f695b7c974ebdb94a86177dded5afe542 /bindings/python/docs/source/index.rst | |
| parent | be7b24eb210bf53f38e8f043a509ca69a0289d2e (diff) | |
python: Add UNSORTED as Query.SORT option
Keep up to date with the libnotmuch.so API.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Diffstat (limited to 'bindings/python/docs/source/index.rst')
| -rw-r--r-- | bindings/python/docs/source/index.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bindings/python/docs/source/index.rst b/bindings/python/docs/source/index.rst index c90492c8..040bd053 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 |
