]> git.notmuchmail.org Git - notmuch/history - lib
Rename signerstatustostring to signer_status_to_string
[notmuch] / lib /
2011-05-27 Jameson Graef Rollinstag signed/encrypted during notmuch new
2011-05-11 Carl WorthMark some structures in the library interface with...
2011-05-11 Carl WorthRemove some variables which were set but not used.
2011-04-25 Carl WorthMerge remote-tracking branch 'amdragon/eager-metadata-v4'
2011-03-21 Austin ClementsFixup string list author
2011-03-21 Austin ClementsAdd the tag list to the unified message metadata pass.
2011-03-21 Austin ClementsAdd the file name list to the unified message metadata...
2011-03-21 Austin ClementsAdd a generic function to get a list of terms with...
2011-03-21 Austin ClementsImplement an internal generic string list and use it.
2011-03-21 Austin ClementsUse a single unified pass to fetch scalar message metadata.
2011-03-10 Carl WorthMerge remote branch 'amdragon/search-perf-3'
2011-03-09 Carl Worthbuild: Add support for non-source-directory builds.
2011-01-31 Austin ClementsSimplify _notmuch_doc_id_set_init interface.
2011-01-31 Austin ClementsRemove code repetition in the doc ID bitmap code.
2011-01-26 Carl WorthMakefile: Quote variables used as filenames in shell...
2011-01-26 Carl Worthlib: Save and restore term position in message while...
2011-01-26 Carl Worthnotmuch search: Clean up some memory leaks during searc...
2011-01-15 Carl WorthAdd support for folder-based searching.
2011-01-15 Carl WorthTighten up a memory allocation.
2011-01-15 Carl WorthCorrect some minor typos in a comment
2010-12-08 Austin ClementsOptimize thread search using matched docid sets.
2010-12-08 Carl Worthnotmuch search: Fix to display authors in date order.
2010-12-08 Carl Worthlib: Set thread subject at the same time as setting...
2010-11-24 Carl WorthFix to index the "Re" term present in any subject.
2010-11-12 Carl Worthlib: Fix missing initialization of status field. 0.5
2010-11-12 Carl Worthlib: Add two missing static qualifiers
2010-11-12 Carl WorthIncrement library version to 1.3.0
2010-11-12 Carl Worthtags_to_maildir_flags: Fix to preserve existing, unsupp...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Do nothing outsi...
2010-11-11 Carl Worthlib: Be honest in the documentation of the maildir...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Don't exit on...
2010-11-11 Carl Worthnotmuch_message_tags_to_maildir_flags: Fix to rename...
2010-11-11 Carl Worthnotmuch_filenames_create: Take a reference to underlyin...
2010-11-11 Carl Worthmaildir_flags_to_tags: Avoid interpreting "no info...
2010-11-11 Carl Worthlib: Document that absence of maildir flags can also...
2010-11-11 Carl WorthFix notmuch_message_tags_to_maildir_flags to effect...
2010-11-11 Carl WorthFix notmuch_message_maildir_flags_to_tags to iterate...
2010-11-11 Carl Worthlib: Add new, public notmuch_message_get_filenames
2010-11-11 Carl Worthlib: Add new implementation of notmuch_filenames_t
2010-11-11 Carl Worthlib: Remove the notion of TAGS_INVALID
2010-11-11 Carl Worthlib: Rework interface for maildir_flags synchronization
2010-11-11 Carl Worthlib: Remove the synchronization of 'T' flag with "delet...
2010-11-10 Michal SojkaMake maildir synchronization configurable
2010-11-10 Michal SojkaMaildir synchronization
2010-11-10 Michal Sojkalib: Return added message even if it already was in...
2010-11-08 Carl WorthMerge in ruby bindings.
2010-11-02 Carl Worthlib: Eliminate some redundant includes of xapian.h
2010-11-02 Carl Worthlib: Add GCC visibility(hidden) pragmas to private...
2010-11-02 Carl Worthlib: Add some missing static qualifiers.
2010-11-01 Carl WorthUpdate library version to 1.2.0
2010-10-28 Michal SojkaDo not call ldconfig when building Debian package
2010-10-28 Carl Worthlib: Add two functions: notmuch_query_get_query_string...
2010-10-23 Carl Worthlib: Fix notmuch_query_search_threads to return NULL...
2010-09-21 Carl Worthlib: Fix "make install"
2010-09-20 Carl Worthlib: Fix use-after-free bug.
2010-06-04 Carl Worthmake install: Run ldconfig or install a DT_RUNPATH...
2010-06-04 Carl WorthAdd support (and tests) for messages with really long...
2010-06-04 Carl WorthAvoid database corruption by not adding partially-const...
2010-06-04 Carl WorthFix misnamed function in internal documentation.
2010-06-04 Tomas CarneckyAdd support for the Solaris platform
2010-04-28 Carl WorthMerge branch '0.3.x' immediately after the 0.3.1 release
2010-04-27 Dirk HohndelFix SEGV in _thread_cleanup_author if author ends with...
2010-04-27 Carl Worthlib: Increment library version to 1.1.0
2010-04-27 Carl Worthlib: Re-implement moving of thread authors.
2010-04-26 Dirk HohndelMake Received: header special in notmuch_message_file_g...
2010-04-26 Dirk HohndelSimple attempt to display author names in a friendlier way
2010-04-26 Dirk HohndelReorder displayed names of thread authors
2010-04-26 Dirk HohndelAdd authors member to message
2010-04-24 Carl Worthlib: Ensure notmuch_query_search_messages returns NULL...
2010-04-24 Carl Worthlib: Document that notmuch_query_count_messages may...
2010-04-24 Carl Worthlib: Audit all notmuch_database call for Xapian excepti...
2010-04-24 Carl Worthlib: Audit calls to notmuch_message_get_header to handl...
2010-04-24 Carl Worthlib: Simplify code to set subject from matched message.
2010-04-22 Carl WorthRevert "thread: Simplify code for assigning the subject."
2010-04-22 Carl WorthRevert "thread: Fix sort of search when constructing...
2010-04-22 Carl WorthRevert "thread: Removed unsed sort argument from _threa...
2010-04-22 Carl WorthMerge Sebastian Spaeth's python bindings into bindings...
2010-04-22 Carl Worththread: Removed unsed sort argument from _thread_add_ma...
2010-04-21 Sebastian Spaethquery.cc: allow to return query results unsorted
2010-04-21 Carl Worththread: Fix sort of search when constructing threads.
2010-04-21 Carl Worththread: Simplify code for assigning the subject.
2010-04-21 Jesse RosenthalName thread based on matching msgs instead of first...
2010-04-15 Carl Worthlib: search_threads: Fix nested search to handle origin...
2010-04-15 Carl WorthMerge bugfix for test-suite correctness.
2010-04-14 Carl WorthMakefile: Add library version information on OS X.
2010-04-14 Carl WorthMakefile: Fix library linking command for OS X
2010-04-14 Aaron EcayAdd infrastructure for building shared library on OS X.
2010-04-14 Carl WorthMakefile: Move compat sources from the client code...
2010-04-13 martin f. krafftDo not segfault on empty mime parts
2010-04-13 Michael ForneyFix typo in notmuch.h documentation regarding database...
2010-04-12 Carl Worthlib: Remove condition regarding a NULL parent_thread_id.
2010-04-12 Carl Worthlib: Always add reference terms to the database.
2010-04-12 Carl Worthlib: Document the metadata stored within the Xapian...
2010-04-12 Carl Worthlib: Fix line-wrapping in _notmuch_database_link_message.
2010-04-12 Carl Worthlib: Fix internal documentation of _notmuch_database_li...
2010-04-12 Carl Worthlib: Simplify code flow in _resolve_message_id_to_thread_id
2010-04-12 Carl Worthlib: Fix internal documentation of _resolve_message_id_...
2010-04-12 James WestbyStore thread ids for messages that we haven't seen yet
2010-04-10 Carl Worthlib: Handle "*" as a query string to match all messages.
2010-04-07 Dirk Hohndelfix obvious cut and paste error
next