]> git.cworth.org Git - obsolete/notmuch-old/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 03:05:23 +0000 (19:05 -0800)
commit27e11fdf92265d7a71d36b073d5328aa6aaa104a
tree745f640940b2577a28a1ae985796dae95e4372b3
parentea9f1251f73498909427bd3b6b3b273119f9886b
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