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
/
message.cc
Age
Commit message (
Expand
)
Author
2010-11-11
lib: Fix missing initialization of status field.
0.5
Carl Worth
2010-11-11
lib: Add two missing static qualifiers
Carl Worth
2010-11-11
tags_to_maildir_flags: Fix to preserve existing, unsupported flags
Carl Worth
2010-11-11
notmuch_message_tags_to_maildir_flags: Do nothing outside of "new" and "cur"
Carl Worth
2010-11-11
notmuch_message_tags_to_maildir_flags: Don't exit on failure to rename.
Carl Worth
2010-11-11
notmuch_message_tags_to_maildir_flags: Fix to rename multiple files
Carl Worth
2010-11-11
maildir_flags_to_tags: Avoid interpreting "no info" as "no flags set".
Carl Worth
2010-11-11
Fix notmuch_message_tags_to_maildir_flags to effect rename immediately
Carl Worth
2010-11-11
Fix notmuch_message_maildir_flags_to_tags to iterate over filenames
Carl Worth
2010-11-11
lib: Add new, public notmuch_message_get_filenames
Carl Worth
2010-11-11
lib: Remove the notion of TAGS_INVALID
Carl Worth
2010-11-11
lib: Rework interface for maildir_flags synchronization
Carl Worth
2010-11-11
lib: Remove the synchronization of 'T' flag with "deleted" tag.
Carl Worth
2010-11-10
Make maildir synchronization configurable
Michal Sojka
2010-11-10
Maildir synchronization
Michal Sojka
2010-11-01
lib: Eliminate some redundant includes of xapian.h
Carl Worth
2010-06-04
Avoid database corruption by not adding partially-constructed mail documents.
Carl Worth
2010-06-04
Fix misnamed function in internal documentation.
Carl Worth
2010-04-26
Add authors member to message
Dirk Hohndel
2010-03-09
lib: Silence a compiler warning.
Carl Worth
2010-03-09
lib: Rename iterator functions to prepare for reverse iteration.
Carl Worth
2010-02-09
Switch from random to sequential thread identifiers.
Carl Worth
2010-01-09
lib: Add non-content terms with a WDF value of 0.
Carl Worth
2010-01-09
lib: Split the database upgrade into two phases for safer operation.
Carl Worth
2010-01-07
lib: Implement versioning in the database and provide upgrade function.
Carl Worth
2010-01-07
lib: Consolidate checks for read-only database.
Carl Worth
2010-01-07
notmuch_message_get_filename: Support old-style filename storage.
Carl Worth
2010-01-06
lib: Implement new notmuch_directory_t API.
Carl Worth
2010-01-06
database: Abstract _filename_to_direntry from _add_message
Carl Worth
2010-01-06
database: Allowing storing multiple filenames for a single message ID.
Carl Worth
2010-01-06
database: Store mail filename as a new 'direntry' term, not as 'data'.
Carl Worth
2010-01-06
lib: Abstract the extraction of a relative path from set_filename
Carl Worth
2009-11-28
Avoid bogus internal error reporting duplicate In-Reply-To IDs.
Carl Worth
2009-11-27
add missing comma in debugging code
David Bremner
2009-11-27
message: add flags to notmuch_message_t
Bart Trojanowski
2009-11-26
notmuch: New function to retrieve all tags from the database.
Jan Janak
2009-11-23
fix notmuch-new bug when database path ends with a trailing /
Bart Trojanowski
2009-11-22
Catch and optionally print about exception at database->flush.
Carl Worth
2009-11-22
Add a missing print after catching an exception.
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-20
add_message: Re-fix handling of non-mail files.
Carl Worth
2009-11-20
Avoid access of a Xapian iterator's object when there's nothing there.
Carl Worth
2009-11-18
Typsos
Ingmar Vanhassel
2009-11-17
Fix "too many open files" bug by closing message files when done with them.
Keith Packard
2009-11-17
message_get_thread_id: Generate internal error if message has no thread ID.
Carl Worth
2009-11-17
Remove the talloc_owner argument from create_for_message_id.
Carl Worth
2009-11-17
get_in_reply_to: Implement via the database, not by opening mail file.
Carl Worth
2009-11-17
Include <stdint.h> to get uint32_t in C++ file with gcc 4.4
Mikhail Gusarov
2009-11-15
notmuch show: Implement proper thread ordering/nesting of messages.
Carl Worth
[next]