* test/runtest, test/tests/inc/test-deb359167,
authorEric Gillespie <epg@pretzelnet.org>
Sat, 17 Jan 2009 16:47:29 +0000 (16:47 +0000)
committerEric Gillespie <epg@pretzelnet.org>
Sat, 17 Jan 2009 16:47:29 +0000 (16:47 +0000)
commit788c353a8bee07520ae1a1de6fb7bdcdf1f4f1c7
treebea0d1cd9d58582bfb83c5aab126c99472181410
parentd6ed7408ae67cf31b31a8c42515a160f7dc6330a
* test/runtest, test/tests/inc/test-deb359167,
test/tests/inc/test-eom-align, test/tests/manpages/test-manpages:
Load common.sh via absolute path, otherwise some /bin/sh
(e.g. dash) can't load it.

* uip/Makefile.in, uip/new.c, test/tests/new/test-basic: Add new
program, and fn/fp/unseen symlinks.

* test/{runtest,setup-test}: Move MH profile under Mail directory
so each test script will have its own to muck with, if needed.

* h/Makefile.in, h/crawl_folders.h, sbr/Makefile.in,
sbr/crawl_folders.c, uip/folder.c: Extract the folder crawling
code from folder.c into new crawl_folders function, using a
callback to assemble the folder info in folder.c.  Drop compare
function and use strcmp instead.  Rename addfold and addir to
add_folder and add_children (add dir vs. add folder?
confusing names).
20 files changed:
ChangeLog
h/Makefile.in
h/crawl_folders.h [new file with mode: 0644]
man/.cvsignore
man/Makefile.in
man/fnext.man [new file with mode: 0644]
man/fprev.man [new file with mode: 0644]
man/new.man [new file with mode: 0644]
man/unseen.man [new file with mode: 0644]
sbr/Makefile.in
sbr/crawl_folders.c [new file with mode: 0644]
test/runtest
test/setup-test
test/tests/inc/test-deb359167
test/tests/inc/test-eom-align
test/tests/manpages/test-manpages
test/tests/new/test-basic [new file with mode: 0644]
uip/Makefile.in
uip/folder.c
uip/new.c [new file with mode: 0644]