From: Austin Clements Date: Fri, 18 May 2012 04:13:38 +0000 (-0400) Subject: new: Remove workaround for detecting newly created directory objects X-Git-Tag: 0.13.1~11 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=3f3c446c40e6e7661620645f1c152968b5590f10;hp=3f3c446c40e6e7661620645f1c152968b5590f10;p=notmuch new: Remove workaround for detecting newly created directory objects Previously, notmuch_database_get_directory did not indicate whether or not the returned directory object was newly created, which required a workaround to distinguish newly created directory objects with no child messages from directory objects that had no mtime set but did have child messages. Now that notmuch_database_get_directory distinguishes whether or not the directory object exists in the database, this workaround is no longer necessary. ---