From: Austin Clements Date: Fri, 18 May 2012 04:13:36 +0000 (-0400) Subject: lib: Perform the same transformation to _notmuch_database_filename_to_direntry X-Git-Tag: 0.13.1~13 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=67ae2377a9ec2da296a2e012352f962664a4d1a8;hp=67ae2377a9ec2da296a2e012352f962664a4d1a8;p=obsolete%2Fnotmuch-old lib: Perform the same transformation to _notmuch_database_filename_to_direntry Now _notmuch_database_filename_to_direntry takes a flags argument and can indicate if the necessary directory documents do not exist. Again, callers have been updated, but retain their original behavior. ---