summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2010-11-11Fix notmuch_message_maildir_flags_to_tags to iterate over filenamesCarl Worth
2010-11-11lib: Add new, public notmuch_message_get_filenamesCarl Worth
2010-11-11lib: Add new implementation of notmuch_filenames_tCarl Worth
2010-11-11lib: Remove the notion of TAGS_INVALIDCarl Worth
2010-11-11lib: Rework interface for maildir_flags synchronizationCarl Worth
2010-11-11lib: Remove the synchronization of 'T' flag with "deleted" tag.Carl Worth
2010-11-10Make maildir synchronization configurableMichal Sojka
2010-11-10Maildir synchronizationMichal Sojka
2010-11-10lib: Return added message even if it already was in the databaseMichal Sojka
2010-11-01lib: Eliminate some redundant includes of xapian.hCarl Worth
2010-11-01lib: Add GCC visibility(hidden) pragmas to private header files.Carl Worth
2010-11-01lib: Add some missing static qualifiers.Carl Worth
2010-11-01Update library version to 1.2.0Carl Worth
2010-10-28Do not call ldconfig when building Debian packageMichal Sojka
2010-10-28lib: Add two functions: notmuch_query_get_query_string and _get_sortCarl Worth
2010-10-22lib: Fix notmuch_query_search_threads to return NULL on any Xapian exception.Carl Worth
2010-09-21lib: Fix "make install"Carl Worth
2010-09-20lib: Fix use-after-free bug.Carl Worth
2010-06-04make install: Run ldconfig or install a DT_RUNPATH in binary as appropriate.Carl Worth
2010-06-04Add support (and tests) for messages with really long message IDs.Carl Worth
2010-06-04Avoid database corruption by not adding partially-constructed mail documents.Carl Worth
2010-06-04Fix misnamed function in internal documentation.Carl Worth
2010-06-03Add support for the Solaris platformTomas Carnecky
2010-04-27Fix SEGV in _thread_cleanup_author if author ends with ', 'Dirk Hohndel
2010-04-27lib: Increment library version to 1.1.0Carl Worth
2010-04-27lib: Re-implement moving of thread authors.Carl Worth
2010-04-26Make Received: header special in notmuch_message_file_get_headerDirk Hohndel
2010-04-26Simple attempt to display author names in a friendlier wayDirk Hohndel
2010-04-26Reorder displayed names of thread authorsDirk Hohndel
2010-04-26Add authors member to messageDirk Hohndel
2010-04-24lib: Ensure notmuch_query_search_messages returns NULL on an exception.Carl Worth
2010-04-24lib: Document that notmuch_query_count_messages may return 0 if an exception occursCarl Worth
2010-04-24lib: Audit all notmuch_database call for Xapian exception handling.Carl Worth
2010-04-24lib: Audit calls to notmuch_message_get_header to handle NULL returnCarl Worth
2010-04-24lib: Simplify code to set subject from matched message.Carl Worth
2010-04-22Revert "thread: Simplify code for assigning the subject."Carl Worth
2010-04-22Revert "thread: Fix sort of search when constructing threads."Carl Worth
2010-04-22Revert "thread: Removed unsed sort argument from _thread_add_matched_message"Carl Worth