diff options
Diffstat (limited to 'src/imap/session.rs')
-rw-r--r-- | src/imap/session.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imap/session.rs b/src/imap/session.rs index d45a989..2fa413e 100644 --- a/src/imap/session.rs +++ b/src/imap/session.rs @@ -127,7 +127,7 @@ impl Instance { //@FIXME remove unwrap self.state = self.state.apply(tr).unwrap(); - //@FIXME enrich here the command with some status + //@FIXME enrich here the command with some global status Ok(res) } |