index
:
notmuch
master
thread-based email index, search and tagging
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
message.cc
Commit message (
Expand
)
Author
Age
*
message: add flags to notmuch_message_t
Bart Trojanowski
2009-11-25
*
fix notmuch-new bug when database path ends with a trailing /
Bart Trojanowski
2009-11-23
*
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-22
*
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-21
*
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-20
*
Typsos
Ingmar Vanhassel
2009-11-18
*
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-17
*
notmuch show: Implement proper thread ordering/nesting of messages.
Carl Worth
2009-11-15
*
Add _notmuch_message_get_in_reply_to.
Carl Worth
2009-11-15
*
libify: Move library sources down into lib directory.
Carl Worth
2009-11-09