]> git.cworth.org Git - notmuch/commit
notmuch: Break notmuch.c up into several smaller files.
authorCarl Worth <cworth@cworth.org>
Tue, 10 Nov 2009 20:03:05 +0000 (12:03 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 10 Nov 2009 20:03:05 +0000 (12:03 -0800)
commit50144f95cababfb73027ca95ad1fb303c235a893
treeee14077dd8e8cbbf53deb99bcc6823b7d6be5cf4
parentce7c6f75855ab9f052162ec3c3d03f9cc88e46eb
notmuch: Break notmuch.c up into several smaller files.

Now that the client sources are alone here in their own directory,
(with all the library sources down inside the lib directory), we can
break the client up into multiple files without mixing the files up.
The hope is that these smaller files will be easier to manage and
maintain.
13 files changed:
Makefile.local
add-files.c [new file with mode: 0644]
notmuch-client.h [new file with mode: 0644]
notmuch-dump.c [new file with mode: 0644]
notmuch-new.c [new file with mode: 0644]
notmuch-restore.c [new file with mode: 0644]
notmuch-search.c [new file with mode: 0644]
notmuch-setup.c [new file with mode: 0644]
notmuch-show.c [new file with mode: 0644]
notmuch-tag.c [new file with mode: 0644]
notmuch-time.c [new file with mode: 0644]
notmuch.c
query-string.c [new file with mode: 0644]