mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
Merge remote-tracking branch 'private/for-merging'
This commit is contained in:
commit
93abaec09a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export function pathForBodyFile(msgId) {
|
|||
remainingId = remainingId.substring(2);
|
||||
}
|
||||
const bodyPath = path.join(...pathGroups);
|
||||
return path.join(baseMessagePath, bodyPath, `${remainingId}.${FILE_EXTENSION}`);
|
||||
return path.join(baseMessagePath(), bodyPath, `${remainingId}.${FILE_EXTENSION}`);
|
||||
}
|
||||
|
||||
// NB: The return value of this function is what gets written into the database.
|
||||
|
|
Loading…
Reference in a new issue