]> git.notmuchmail.org Git - notmuch/commit
lib: Implement new notmuch_directory_t API.
authorCarl Worth <cworth@cworth.org>
Tue, 5 Jan 2010 21:29:23 +0000 (13:29 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 6 Jan 2010 18:32:06 +0000 (10:32 -0800)
commitd807e28f43579ecc91aa40ae3e42760991c2f810
tree7652db1538464607171efee2fdcf400b29bd02ec
parentba07fe1819b59c9ecf7041834699d8959a604828
lib: Implement new notmuch_directory_t API.

This new directory ojbect provides all the infrastructure needed to
detect when files or directories are deleted or renamed. There's still
code needed on top of this (within "notmuch new") to actually do that
detection.
lib/Makefile.local
lib/database.cc
lib/directory.cc [new file with mode: 0644]
lib/message.cc
lib/notmuch-private.h
notmuch-new.c