Return highestmodseq in select+examine
This commit is contained in:
parent
51510c97f7
commit
20193aa023
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ impl MailboxView {
|
|||
pub(crate) fn highestmodseq_status(&self) -> Result<Body<'static>> {
|
||||
Ok(Body::Status(Status::ok(
|
||||
None,
|
||||
Some(Code::Other(CodeOther::unvalidated(format!("HIGHESTMODSEQ {}", 0).into_bytes()))),
|
||||
Some(Code::Other(CodeOther::unvalidated(format!("HIGHESTMODSEQ {}", self.internal.snapshot.highestmodseq).into_bytes()))),
|
||||
"Highest",
|
||||
)?))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue