aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/notmuch-private.h
Commit message (Expand)AuthorAge
...
* Remove unused notmuch_parse_date function prototype.Gravatar Jeffrey C. Ollie2009-12-03
* Makefile: Incorporate getline implementation into the build.Gravatar Carl Worth2009-12-01
* lib/messages.c: Make message searches stream as well.Gravatar Carl Worth2009-11-24
* Permit opening the notmuch database in read-only mode.Gravatar Chris Wilson2009-11-21
* TypsosGravatar Ingmar Vanhassel2009-11-18
* database: Make _parse_message_id static once again.Gravatar Carl Worth2009-11-17
* Fix "too many open files" bug by closing message files when done with them.Gravatar Keith Packard2009-11-17
* Remove the talloc_owner argument from create_for_message_id.Gravatar Carl Worth2009-11-17
* notmuch show: Implement proper thread ordering/nesting of messages.Gravatar Carl Worth2009-11-15
* Add _notmuch_message_get_in_reply_to.Gravatar Carl Worth2009-11-15
* Remove obsolete notmuch_message_get_subject prototype.Gravatar Carl Worth2009-11-15
* lib/messages: Add new notmuch_message_list_t to internal interface.Gravatar Carl Worth2009-11-15
* Export _parse_message_id to the library implementation.Gravatar Carl Worth2009-11-15
* lib: Move notmuch_messages_t code from query.cc to new messages.cGravatar Carl Worth2009-11-14
* notmuch search: Print the number of matched/total messages for each thread.Gravatar Carl Worth2009-11-12
* notmuch search: Print all authors contributing to a thread.Gravatar Carl Worth2009-11-12
* libify: Move library sources down into lib directory.Gravatar Carl Worth2009-11-09