X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fquery.cc;h=7e1b6b52984330d82f6c82462f64d02c2450f0f4;hp=3e20f59c8ce9951a1501ac8b7002e2f0a56df7a1;hb=aadb15a002dc01903d60ca40048d6d4ef3990863;hpb=f41a35e2923b0b3ef2f66e91cd30e20b4c1a336a diff --git a/lib/query.cc b/lib/query.cc index 3e20f59c..7e1b6b52 100644 --- a/lib/query.cc +++ b/lib/query.cc @@ -148,6 +148,8 @@ notmuch_query_search_messages (notmuch_query_t *query) case NOTMUCH_SORT_MESSAGE_ID: enquire.set_sort_by_value (NOTMUCH_VALUE_MESSAGE_ID, FALSE); break; + case NOTMUCH_SORT_UNSORTED: + break; } #if DEBUG_QUERY