diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-13 04:17:31 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-13 04:17:31 +0100 |
| commit | 309ac3951b9b8ccdf3b4c927bd72ecaa251f15af (patch) | |
| tree | a55499934f3bc94fca247b1420776af004495012 /bucky/util | |
| parent | af1fa1e7b69246c8c3d3befe000e77b663221e92 (diff) | |
nix mcount
Diffstat (limited to 'bucky/util')
| -rw-r--r-- | bucky/util/auth.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bucky/util/auth.js b/bucky/util/auth.js index 0b42539..64b5f4c 100644 --- a/bucky/util/auth.js +++ b/bucky/util/auth.js @@ -63,19 +63,16 @@ var auth = module.exports = { db.createMailbox({ mbox: username + '.inbox', owner: username, - mcount: 0, editable: 0, }), db.createMailbox({ mbox: username + '.outbox', owner: username, - mcount: 0, editable: 0, }), db.createMailbox({ mbox: username + '.drafts', owner: username, - mcount: 0, editable: 1, }), ]).then(() => next()) |
