From: Jani Nikula Date: Sun, 3 Nov 2013 12:24:47 +0000 (+0200) Subject: lib: use the compaction backup path provided by the caller X-Git-Tag: 0.17_rc1~75 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=00d2ac2b41a6dba060837244ee87edce2fd1e465;hp=00d2ac2b41a6dba060837244ee87edce2fd1e465;p=notmuch lib: use the compaction backup path provided by the caller The extra path component added by the lib is a magic value that the caller just has to know. This is demonstrated by the current code, which indeed has "xapian.old" both sides of the interface. Use the backup path provided by the lib caller verbatim, without adding anything to it. ---