summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-07-20libnotmuch: only build symbols list after the modules are builtThomas Jost
2011-07-17Merge commit '0.6.1'David Bremner
2011-07-16libnotmuch: export Xapian typeinfo symbolsDavid Bremner
2011-07-03Use POSIX sed invocationRobin Green
2011-06-29Fix folder: coherence issueMark Anderson
2011-06-29lib/Makefile.local: remove leftover debugging output.David Bremner
2011-06-29Fix folder: coherence issueMark Anderson
2011-06-28libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner
2011-06-28libnotmuch: build symbols list without relying on gcc -aux-info.David Bremner
2011-06-28libnotmuch: fix typos in CLEAN setting, add fileDavid Bremner
2011-06-23fix sum moar typos [comments in source code]Pieter Praet
2011-06-23fix sum moar typos [build scripts, Makefiles]Pieter Praet
2011-06-23libnotmuch: add linker script to declare only notmuch_* symbols as global.David Bremner
2011-06-10Fix appending of Received headersStewart Smith
2011-06-03lib/message-file: plug three memleaks.Anton Khirnov
2011-05-27tag signed/encrypted during notmuch newJameson Graef Rollins
2011-05-11Mark some structures in the library interface with visibility=default attribute.Carl Worth
2011-05-11Remove some variables which were set but not used.Carl Worth
2011-03-21Fixup string list authorAustin Clements
2011-03-21Add the tag list to the unified message metadata pass.Austin Clements
2011-03-21Add the file name list to the unified message metadata pass.Austin Clements
2011-03-21Add a generic function to get a list of terms with some prefix.Austin Clements
2011-03-21Implement an internal generic string list and use it.Austin Clements
2011-03-21Use a single unified pass to fetch scalar message metadata.Austin Clements
2011-03-10Merge remote branch 'amdragon/search-perf-3'Carl Worth
2011-03-09build: Add support for non-source-directory builds.Carl Worth
2011-01-30Simplify _notmuch_doc_id_set_init interface.Austin Clements
2011-01-30Remove code repetition in the doc ID bitmap code.Austin Clements
2011-01-26Makefile: Quote variables used as filenames in shell commandsCarl Worth
2011-01-26lib: Save and restore term position in message while indexing.Carl Worth
2011-01-26notmuch search: Clean up some memory leaks during search loop.Carl Worth
2011-01-15Add support for folder-based searching.Carl Worth
2011-01-15Tighten up a memory allocation.Carl Worth
2011-01-15Correct some minor typos in a commentCarl Worth
2010-12-07Optimize thread search using matched docid sets.Austin Clements
2010-12-07notmuch search: Fix to display authors in date order.Carl Worth
2010-12-07lib: Set thread subject at the same time as setting thread->{oldest,newest}Carl Worth
2010-11-23Fix to index the "Re" term present in any subject.Carl Worth
2010-11-11lib: Fix missing initialization of status field.0.5Carl Worth
2010-11-11lib: Add two missing static qualifiersCarl Worth
2010-11-11Increment library version to 1.3.0Carl Worth
2010-11-11tags_to_maildir_flags: Fix to preserve existing, unsupported flagsCarl Worth
2010-11-11notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"Carl Worth
2010-11-11lib: Be honest in the documentation of the maildir functionsCarl Worth
2010-11-11notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.Carl Worth
2010-11-11notmuch_message_tags_to_maildir_flags: Fix to rename multiple filesCarl Worth
2010-11-11notmuch_filenames_create: Take a reference to underlying filename listCarl Worth
2010-11-11maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".Carl Worth
2010-11-11lib: Document that absence of maildir flags can also remove/add tagsCarl Worth
2010-11-11Fix notmuch_message_tags_to_maildir_flags to effect rename immediatelyCarl Worth