index
:
notmuch
debian/bookworm-backports
debian/bullseye
debian/bullseye-backports
debian/buster-backports
debian/jessie-backports
debian/squeeze-backports
debian/stretch
debian/stretch-backports
debian/trixie-backports
debian/unstable
debian/wheezy-backports
feature/git-remote
feature/wildcard
master
nmweb
pristine-tar
release
thread-based email index, search, and tagging
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
notmuch.h
Age
Commit message (
Expand
)
Author
2010-04-24
lib: Ensure notmuch_query_search_messages returns NULL on an exception.
Carl Worth
2010-04-24
lib: Document that notmuch_query_count_messages may return 0 if an exception occurs
Carl Worth
2010-04-24
lib: Audit all notmuch_database call for Xapian exception handling.
Carl Worth
2010-04-21
query.cc: allow to return query results unsorted
Sebastian Spaeth
2010-04-13
Fix typo in notmuch.h documentation regarding database open modes
Michael Forney
2010-04-09
lib: Handle "*" as a query string to match all messages.
Carl Worth
2010-03-31
Clarify documentation of notmuch_database_add_message.
Carl Worth
2010-03-09
Fix a few documentation typos in notmuch.h
Fernando Carrijo
2010-03-09
Update documentation of notmuch_query_create
Fernando Carrijo
2010-03-09
lib: Document what move_to_next does at the end of the list.
Carl Worth
2010-03-09
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2010-02-05
notmuch.h: Fix a couple of typos in the documentation.
Carl Worth
2010-01-09
notmuch new: Print upgrade progress report as a percentage.
Carl Worth
2010-01-07
lib: Implement versioning in the database and provide upgrade function.
Carl Worth
2010-01-07
Prefer READ_ONLY consistently over READONLY.
Carl Worth
2010-01-07
lib: Consolidate checks for read-only database.
Carl Worth
2010-01-06
lib: Treat NULL as a valid (and empty) notmuch_filenames_t iterator.
Carl Worth
2010-01-06
lib: Indicate whether notmuch_database_remove_message removed anything.
Carl Worth
2010-01-06
lib: Update documentation of notmuch_database_add_message.
Carl Worth
2010-01-06
Add missing comment for NOTMUCH_STATUS_READONLY_DATABASE.
Carl Worth
2010-01-06
Revamp the proposed directory-tracking API slightly.
Carl Worth
2010-01-06
Prototypes for directory tracking
Keith Packard
2010-01-06
database: Add new, public notmuch_database_remove_message
Carl Worth
2010-01-06
database: Allowing storing multiple filenames for a single message ID.
Carl Worth
2010-01-06
database: Store directory paths as relative, not absolute.
Carl Worth
2010-01-06
lib: Rename set/get_timestamp to set/get_directory_mtime.
Carl Worth
2009-11-27
correct message flag enum value so that it matches the type
Bart Trojanowski
2009-11-27
have _notmuch_thread_create mark which messages matched the query
Bart Trojanowski
2009-11-27
message: add flags to notmuch_message_t
Bart Trojanowski
2009-11-26
lib: New function to collect tags from a list of messages.
Jan Janak
2009-11-26
notmuch: New function to retrieve all tags from the database.
Jan Janak
2009-11-23
lib/query: Drop the first and max_messages arguments from search_messages.
Carl Worth
2009-11-23
notmuch search: Remove the chunked-searching hack.
Carl Worth
2009-11-23
Add 'notmuch count' command to show the count of matching messages
Keith Packard
2009-11-21
Fix freak case problem that broke the compile.
Carl Worth
2009-11-21
Rename NOTMUCH_DATABASE_MODE_WRITABLE to NOTMUCH_DATABASE_MODE_READ_WRITE
Carl Worth
2009-11-21
Permit opening the notmuch database in read-only mode.
Chris Wilson
2009-11-18
Typsos
Ingmar Vanhassel
2009-11-17
notmuch search: Change default search order to be newest messages first.
Carl Worth
2009-11-15
notmuch show: Implement proper thread ordering/nesting of messages.
Carl Worth
2009-11-12
notmuch search: Add support for a --reverse option to reverse sort order.
Carl Worth
2009-11-12
notmuch search: Print the number of matched/total messages for each thread.
Carl Worth
2009-11-12
libnotmuch: Underlying support for doing partial-results searches.
Carl Worth
2009-11-12
notmuch search: Print the names of author of matched emails.
Carl Worth
2009-11-11
notmuch show: Avoid segmentation for message with no subject.
Carl Worth
2009-11-11
notmuch: Add a configuration system.
Carl Worth
2009-11-09
libify: Move library sources down into lib directory.
Carl Worth