diff options
| -rw-r--r-- | src/ffi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ notmuch_enum! { NOTMUCH_SORT_OLDEST_FIRST => OldestFirst, NOTMUCH_SORT_NEWEST_FIRST => NewestFirst, NOTMUCH_SORT_MESSAGE_ID => MessageID, - NOTMUCH_SORT_UNSORTED => ReadWrite + NOTMUCH_SORT_UNSORTED => Unsorted } } |
