Skip to content

Commit

Permalink
fixed invalid highestmodseq status item response
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Jan 11, 2020
1 parent df1b730 commit 494095f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/handlers/on-status.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ module.exports = server => (path, session, callback) => {
messages: total,
uidNext: mailboxData.uidNext,
uidValidity: mailboxData.uidValidity,
unseen
unseen,
highestModseq: Number(mailboxData.modifyIndex) || 0
});
}
);
Expand Down

0 comments on commit 494095f

Please sign in to comment.