Home
last modified time | relevance | path

Searched refs:NOTMUCH_SORT_OLDEST_FIRST (Results 1 – 25 of 39) sorted by relevance

12

/dports/mail/notmuch/notmuch-0.34.2/lib/
H A Dthread.cc370 if (sort == NOTMUCH_SORT_OLDEST_FIRST) in _thread_add_matched_message()
377 if (sort != NOTMUCH_SORT_OLDEST_FIRST || EMPTY_STRING (cur_subject)) in _thread_add_matched_message()
615 notmuch_query_set_sort (thread_id_query, NOTMUCH_SORT_OLDEST_FIRST); in _notmuch_thread_create()
H A Dnotmuch.h993 NOTMUCH_SORT_OLDEST_FIRST, enumerator
/dports/mail/notmuch-emacs/notmuch-0.34.2/lib/
H A Dthread.cc370 if (sort == NOTMUCH_SORT_OLDEST_FIRST) in _thread_add_matched_message()
377 if (sort != NOTMUCH_SORT_OLDEST_FIRST || EMPTY_STRING (cur_subject)) in _thread_add_matched_message()
615 notmuch_query_set_sort (thread_id_query, NOTMUCH_SORT_OLDEST_FIRST); in _notmuch_thread_create()
H A Dnotmuch.h993 NOTMUCH_SORT_OLDEST_FIRST, enumerator
/dports/mail/py-notmuch2/notmuch-0.34.2/lib/
H A Dthread.cc370 if (sort == NOTMUCH_SORT_OLDEST_FIRST) in _thread_add_matched_message()
377 if (sort != NOTMUCH_SORT_OLDEST_FIRST || EMPTY_STRING (cur_subject)) in _thread_add_matched_message()
615 notmuch_query_set_sort (thread_id_query, NOTMUCH_SORT_OLDEST_FIRST); in _notmuch_thread_create()
H A Dnotmuch.h993 NOTMUCH_SORT_OLDEST_FIRST, enumerator
/dports/mail/notmuch-mutt/notmuch-0.34.2/lib/
H A Dthread.cc370 if (sort == NOTMUCH_SORT_OLDEST_FIRST) in _thread_add_matched_message()
377 if (sort != NOTMUCH_SORT_OLDEST_FIRST || EMPTY_STRING (cur_subject)) in _thread_add_matched_message()
615 notmuch_query_set_sort (thread_id_query, NOTMUCH_SORT_OLDEST_FIRST); in _notmuch_thread_create()
H A Dnotmuch.h993 NOTMUCH_SORT_OLDEST_FIRST, enumerator
/dports/mail/py-notmuch/notmuch-0.34.2/lib/
H A Dthread.cc370 if (sort == NOTMUCH_SORT_OLDEST_FIRST) in _thread_add_matched_message()
377 if (sort != NOTMUCH_SORT_OLDEST_FIRST || EMPTY_STRING (cur_subject)) in _thread_add_matched_message()
615 notmuch_query_set_sort (thread_id_query, NOTMUCH_SORT_OLDEST_FIRST); in _notmuch_thread_create()
H A Dnotmuch.h993 NOTMUCH_SORT_OLDEST_FIRST, enumerator
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/zenhack/go.notmuch/
H A Dquery.go26 SORT_OLDEST_FIRST SortMode = C.NOTMUCH_SORT_OLDEST_FIRST
/dports/mail/notmuch/notmuch-0.34.2/bindings/ruby/
H A Dinit.c126 rb_define_const (mod, "SORT_OLDEST_FIRST", INT2FIX (NOTMUCH_SORT_OLDEST_FIRST)); in Init_notmuch()
/dports/mail/notmuch-mutt/notmuch-0.34.2/bindings/ruby/
H A Dinit.c126 rb_define_const (mod, "SORT_OLDEST_FIRST", INT2FIX (NOTMUCH_SORT_OLDEST_FIRST)); in Init_notmuch()
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/ruby/
H A Dinit.c126 rb_define_const (mod, "SORT_OLDEST_FIRST", INT2FIX (NOTMUCH_SORT_OLDEST_FIRST)); in Init_notmuch()
/dports/mail/py-notmuch2/notmuch-0.34.2/bindings/ruby/
H A Dinit.c126 rb_define_const (mod, "SORT_OLDEST_FIRST", INT2FIX (NOTMUCH_SORT_OLDEST_FIRST)); in Init_notmuch()
/dports/mail/py-notmuch/notmuch-0.34.2/bindings/ruby/
H A Dinit.c126 rb_define_const (mod, "SORT_OLDEST_FIRST", INT2FIX (NOTMUCH_SORT_OLDEST_FIRST)); in Init_notmuch()
/dports/mail/astroid/astroid-0.15/src/modes/thread_index/
H A Dthread_index.cc121 queryloader.sort = NOTMUCH_SORT_OLDEST_FIRST; in ThreadIndex()
H A Dquery_loader.cc27 sort = NOTMUCH_SORT_OLDEST_FIRST; in QueryLoader()
/dports/mail/notmuch-emacs/notmuch-0.34.2/
H A Dnotmuch-search.c175 if (ctx->sort == NOTMUCH_SORT_OLDEST_FIRST) in do_search_threads()
783 (notmuch_keyword_t []){ { "oldest-first", NOTMUCH_SORT_OLDEST_FIRST },
/dports/mail/notmuch/notmuch-0.34.2/
H A Dnotmuch-search.c175 if (ctx->sort == NOTMUCH_SORT_OLDEST_FIRST) in do_search_threads()
783 (notmuch_keyword_t []){ { "oldest-first", NOTMUCH_SORT_OLDEST_FIRST },
/dports/mail/py-notmuch2/notmuch-0.34.2/
H A Dnotmuch-search.c175 if (ctx->sort == NOTMUCH_SORT_OLDEST_FIRST) in do_search_threads()
783 (notmuch_keyword_t []){ { "oldest-first", NOTMUCH_SORT_OLDEST_FIRST },
/dports/mail/notmuch-mutt/notmuch-0.34.2/
H A Dnotmuch-search.c175 if (ctx->sort == NOTMUCH_SORT_OLDEST_FIRST) in do_search_threads()
783 (notmuch_keyword_t []){ { "oldest-first", NOTMUCH_SORT_OLDEST_FIRST },
/dports/mail/py-notmuch/notmuch-0.34.2/
H A Dnotmuch-search.c175 if (ctx->sort == NOTMUCH_SORT_OLDEST_FIRST) in do_search_threads()
783 (notmuch_keyword_t []){ { "oldest-first", NOTMUCH_SORT_OLDEST_FIRST },
/dports/mail/notmuch/notmuch-0.34.2/bindings/python-cffi/notmuch2/
H A D_database.py39 OLDEST_FIRST = capi.lib.NOTMUCH_SORT_OLDEST_FIRST
/dports/mail/notmuch-emacs/notmuch-0.34.2/bindings/python-cffi/notmuch2/
H A D_database.py39 OLDEST_FIRST = capi.lib.NOTMUCH_SORT_OLDEST_FIRST

12