aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Expand)AuthorAge
...
* | Fix folder: coherence issueGravatar Mark Anderson2011-06-29
| * libnotmuch: build symbols list without relying on gcc -aux-info.Gravatar David Bremner2011-06-28
* | libnotmuch: build symbols list without relying on gcc -aux-info.Gravatar David Bremner2011-06-28
* | libnotmuch: fix typos in CLEAN setting, add fileGravatar David Bremner2011-06-28
* | fix sum moar typos [comments in source code]Gravatar Pieter Praet2011-06-23
* | fix sum moar typos [build scripts, Makefiles]Gravatar Pieter Praet2011-06-23
|/
* libnotmuch: add linker script to declare only notmuch_* symbols as global.Gravatar David Bremner2011-06-23
* Fix appending of Received headersGravatar Stewart Smith2011-06-10
* lib/message-file: plug three memleaks.Gravatar Anton Khirnov2011-06-03
* tag signed/encrypted during notmuch newGravatar Jameson Graef Rollins2011-05-27
* Mark some structures in the library interface with visibility=default attribute.Gravatar Carl Worth2011-05-11
* Remove some variables which were set but not used.Gravatar Carl Worth2011-05-11
* Fixup string list authorGravatar Austin Clements2011-03-21
* Add the tag list to the unified message metadata pass.Gravatar Austin Clements2011-03-21
* Add the file name list to the unified message metadata pass.Gravatar Austin Clements2011-03-21
* Add a generic function to get a list of terms with some prefix.Gravatar Austin Clements2011-03-21
* Implement an internal generic string list and use it.Gravatar Austin Clements2011-03-21
* Use a single unified pass to fetch scalar message metadata.Gravatar Austin Clements2011-03-21
* Merge remote branch 'amdragon/search-perf-3'Gravatar Carl Worth2011-03-10
|\
* | build: Add support for non-source-directory builds.Gravatar Carl Worth2011-03-09
| * Simplify _notmuch_doc_id_set_init interface.Gravatar Austin Clements2011-01-30
| * Remove code repetition in the doc ID bitmap code.Gravatar Austin Clements2011-01-30
|/
* Makefile: Quote variables used as filenames in shell commandsGravatar Carl Worth2011-01-26
* lib: Save and restore term position in message while indexing.Gravatar Carl Worth2011-01-26
* notmuch search: Clean up some memory leaks during search loop.Gravatar Carl Worth2011-01-26
* Add support for folder-based searching.Gravatar Carl Worth2011-01-15
* Tighten up a memory allocation.Gravatar Carl Worth2011-01-15
* Correct some minor typos in a commentGravatar Carl Worth2011-01-15
* Optimize thread search using matched docid sets.Gravatar Austin Clements2010-12-07
* notmuch search: Fix to display authors in date order.Gravatar Carl Worth2010-12-07
* lib: Set thread subject at the same time as setting thread->{oldest,newest}Gravatar Carl Worth2010-12-07
* Fix to index the "Re" term present in any subject.Gravatar Carl Worth2010-11-23
* lib: Fix missing initialization of status field.Gravatar Carl Worth2010-11-11
* lib: Add two missing static qualifiersGravatar Carl Worth2010-11-11
* Increment library version to 1.3.0Gravatar Carl Worth2010-11-11
* tags_to_maildir_flags: Fix to preserve existing, unsupported flagsGravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Gravatar Carl Worth2010-11-11
* lib: Be honest in the documentation of the maildir functionsGravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.Gravatar Carl Worth2010-11-11
* notmuch_message_tags_to_maildir_flags: Fix to rename multiple filesGravatar Carl Worth2010-11-11
* notmuch_filenames_create: Take a reference to underlying filename listGravatar Carl Worth2010-11-11
* maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".Gravatar Carl Worth2010-11-11
* lib: Document that absence of maildir flags can also remove/add tagsGravatar Carl Worth2010-11-11
* Fix notmuch_message_tags_to_maildir_flags to effect rename immediatelyGravatar Carl Worth2010-11-11
* Fix notmuch_message_maildir_flags_to_tags to iterate over filenamesGravatar Carl Worth2010-11-11
* lib: Add new, public notmuch_message_get_filenamesGravatar Carl Worth2010-11-11
* lib: Add new implementation of notmuch_filenames_tGravatar Carl Worth2010-11-11
* lib: Remove the notion of TAGS_INVALIDGravatar Carl Worth2010-11-11
* lib: Rework interface for maildir_flags synchronizationGravatar Carl Worth2010-11-11
* lib: Remove the synchronization of 'T' flag with "deleted" tag.Gravatar Carl Worth2010-11-11