summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2009-12-03Remove unused notmuch_parse_date function prototype.Jeffrey C. Ollie
2009-12-01Makefile: Incorporate getline implementation into the build.Carl Worth
2009-12-01xutil: Implement xstrndup without relying on strndup.Carl Worth
2009-12-01lib/index: Fix memory leak for email addresses without names.Carl Worth
2009-11-28Avoid bogus internal error reporting duplicate In-Reply-To IDs.Carl Worth
2009-11-27correct message flag enum value so that it matches the typeBart Trojanowski
2009-11-27add missing comma in debugging codeDavid Bremner
2009-11-27Silence compiler warning by initializing a variable.Jeffrey C. Ollie
2009-11-27have _notmuch_thread_create mark which messages matched the queryBart Trojanowski
2009-11-27message: add flags to notmuch_message_tBart Trojanowski
2009-11-26lib: New function to collect tags from a list of messages.Jan Janak
2009-11-26notmuch: New function to retrieve all tags from the database.Jan Janak
2009-11-24lib/messages.c: Make message searches stream as well.Carl Worth
2009-11-23lib/query: Drop the first and max_messages arguments from search_messages.Carl Worth
2009-11-23lib/query: Fix notmuch_threads_t to stream results rather than blocking.Carl Worth
2009-11-23notmuch search: Remove the chunked-searching hack.Carl Worth
2009-11-23Add rudimentary date-based search.Carl Worth
2009-11-23Add 'notmuch count' command to show the count of matching messagesKeith Packard
2009-11-23fix notmuch-new bug when database path ends with a trailing /Bart Trojanowski
2009-11-22lib/database.cc: coding styleChris Wilson
2009-11-22Makefile: Magic silent rules.Chris Wilson
2009-11-22add_message: Use sha-1 in place of overly long message ID.Carl Worth
2009-11-22get_timestamp: Ensure that return value is 0 in case of exception.Carl Worth
2009-11-22Catch and optionally print about exception at database->flush.Carl Worth
2009-11-22Add a missing print after catching an exception.Carl Worth
2009-11-22Print information about where Xapian exception occurred.Carl Worth
2009-11-21Fix freak case problem that broke the compile.Carl Worth
2009-11-21Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITECarl Worth
2009-11-21Permit opening the notmuch database in read-only mode.Chris Wilson
2009-11-21When a search query triggers a Xapian exception, log what the query was.Eric Anholt
2009-11-20add_message: Re-fix handling of non-mail files.Carl Worth
2009-11-20notmuch_database_add_message: Add missing error-value propagation.Carl Worth
2009-11-20add_message: Properly handle missing Message-ID once again.Carl Worth
2009-11-20Avoid access of a Xapian iterator's object when there's nothing there.Carl Worth
2009-11-19Allow lone "not" search operatorsAdrian Perez
2009-11-18TypsosIngmar Vanhassel
2009-11-18linke_message: Avoid segfault when In-Reply-to header is empty.Carl Worth
2009-11-17notmuch search: Change default search order to be newest messages first.Carl Worth
2009-11-17database: Make _parse_message_id static once again.Carl Worth
2009-11-17database: Add "replyto" to the database schema documentation.Carl Worth
2009-11-17database: Rename "ref" prefix name to "reference"Carl Worth
2009-11-17message_file_get_header: Use break where more clear than continue.Carl Worth
2009-11-17Fix "too many open files" bug by closing message files when done with them.Keith Packard
2009-11-17add_message: Don't add any self-references to the database.Carl Worth
2009-11-17message_get_thread_id: Generate internal error if message has no thread ID.Carl Worth
2009-11-17Remove the talloc_owner argument from create_for_message_id.Carl Worth
2009-11-17get_in_reply_to: Implement via the database, not by opening mail file.Carl Worth
2009-11-17Fix broken commit.Carl Worth
2009-11-17Include <stdint.h> to get uint32_t in C++ file with gcc 4.4Mikhail Gusarov
2009-11-17Close message file after parsing message headersMikhail Gusarov