diff --git a/app/attachments.js b/app/attachments.js index c70f6a305..0b7b5a068 100644 --- a/app/attachments.js +++ b/app/attachments.js @@ -6,8 +6,7 @@ const path = require('path'); const toArrayBuffer = require('to-arraybuffer'); -const PATH = 'attachments'; - +const PATH = 'attachments.noindex'; // getPath :: AbsolutePath -> AbsolutePath exports.getPath = (userDataPath) => {