From: Timo Sirainen Date: Thu, 26 Apr 2018 15:23:54 +0000 (+0300) Subject: lib-fs: Update FS_METADATA_WRITE_FNAME comment X-Git-Tag: 2.3.9~1909 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=707a6e91471dad1492054f6d159fb18918f14638;p=thirdparty%2Fdovecot%2Fcore.git lib-fs: Update FS_METADATA_WRITE_FNAME comment --- diff --git a/src/lib-fs/fs-api.h b/src/lib-fs/fs-api.h index 988d475f9a..7d4ebd2b17 100644 --- a/src/lib-fs/fs-api.h +++ b/src/lib-fs/fs-api.h @@ -15,7 +15,8 @@ struct hash_method; #define FS_METADATA_OBJECTID FS_METADATA_INTERNAL_PREFIX"ObjectID" /* Calling this before fs_write_stream_finish() allows renaming the filename. This can be useful if you don't know the final filename before writing it - (e.g. filename contains the file size). */ + (e.g. filename contains the file size). The given filename must include the + full path also. */ #define FS_METADATA_WRITE_FNAME FS_METADATA_INTERNAL_PREFIX"WriteFilename" /* Original path of the file. The path that's eventually visible to a fs backend may be something different, e.g. object ID. This allows the backend