]> git.notmuchmail.org Git - notmuch/commitdiff
lib: update cached mtime in notmuch_directory_set_mtime
authorDavid Bremner <david@tethera.net>
Mon, 27 Jun 2016 20:43:04 +0000 (22:43 +0200)
committerDavid Bremner <david@tethera.net>
Tue, 23 Aug 2016 23:58:46 +0000 (20:58 -0300)
Without this change, the following code fails

  notmuch_directory_set_mtime(dir, 12345);
  assert(notmuch_directory_get_mtime(dir) == 12345);


No differences found