]> git.notmuchmail.org Git - notmuch/commit
notmuch new: Fix deletion support to recurse on removed directories.
authorCarl Worth <cworth@cworth.org>
Fri, 8 Jan 2010 02:20:28 +0000 (18:20 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 8 Jan 2010 02:20:28 +0000 (18:20 -0800)
commit21f8fd6967c3ef8e726652bbd6944e29975508b5
tree8924558d2ff93d031d8c7c12d1cc4ac4195ead6c
parentcb8e4bc9c0406391cedde012dfcd7ea8f6b8ef46
notmuch new: Fix deletion support to recurse on removed directories.

Previously, when notmuch detected that a directory had been deleted it
was only removing files immediately in that directory. We now
correctly recurse to also remove any directories (and files, etc.)
within sub-directories, etc.
notmuch-new.c