]> git.cworth.org Git - notmuch/commit
Unbreak the "notmuch setup" command.
authorCarl Worth <cworth@cworth.org>
Tue, 27 Oct 2009 19:00:58 +0000 (12:00 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 27 Oct 2009 19:00:58 +0000 (12:00 -0700)
commit16003e1f8f22a4a1e2a63c89941565ae1a7b320b
treef1840fb4eb6bee0f278f5eb11455e101a91f28cd
parentae0bd3f503c8815affa733f48498bb77d023680b
Unbreak the "notmuch setup" command.

The recent addition of support for automatically adding tags to
new messages for "notmuch new" caused "notmuch setup" to segfault.
The fix is simple, (just need to move a destroy function to inside
a nearby if block).

Did I mention recently we need to add a test suite?
notmuch.c