Prevent macOS Spotlight indexing of attachments folder

See: https://apple.stackexchange.com/a/92785
pull/1/head
Daniel Gasienica 7 years ago
parent b3251a8de2
commit add5d4ab0b

@ -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) => {

Loading…
Cancel
Save