X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fdatabase.py;h=fc7edf0b57f572007f726eacd1ef5586e91a655a;hp=f141c03ef462b813be27ca58a0a8a323a1e9810c;hb=af8664689ac66b2ee79c904c6483f1172768da39;hpb=be7b24eb210bf53f38e8f043a509ca69a0289d2e diff --git a/bindings/python/notmuch/database.py b/bindings/python/notmuch/database.py index f141c03e..fc7edf0b 100644 --- a/bindings/python/notmuch/database.py +++ b/bindings/python/notmuch/database.py @@ -459,7 +459,7 @@ class Query(object): other unexpected behavior. See above for more details. """ # constants - SORT = Enum(['OLDEST_FIRST','NEWEST_FIRST','MESSAGE_ID']) + SORT = Enum(['OLDEST_FIRST','NEWEST_FIRST','MESSAGE_ID', 'UNSORTED']) """Constants: Sort order in which to return results""" """notmuch_query_create"""