Guest User

Untitled

a guest
Oct 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. JSON.stringify(require('mailspring-exports').CategoryStore._categoryCache);
  2. var ChangeRoleMappingTask = require('mailspring-exports').ChangeRoleMappingTask;
  3. var Actions = require('mailspring-exports').Actions;
  4.  
  5. // Fastmail uses the "Archive" folder for archiving mail
  6. var task = new ChangeRoleMappingTask({role: "archive", path: "Archive", accountId: "<youraccountid>"});
  7. Actions.queueTask(task);
Add Comment
Please, Sign In to add comment