diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-17 08:33:08 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-17 08:33:08 +0100 |
commit | 0eb8156cde27c54734cbe3d269ab05a876ef53ac (patch) | |
tree | a0f0434435c874aa98b82439f5d8acae6f37f5aa /src/imap/command/mod.rs | |
parent | 3d23f0c936516ed89f2888fb44babb3994e8d579 (diff) | |
download | aerogramme-0eb8156cde27c54734cbe3d269ab05a876ef53ac.tar.gz aerogramme-0eb8156cde27c54734cbe3d269ab05a876ef53ac.zip |
Delete EXAMINE that has been merged in SELECTED
Diffstat (limited to 'src/imap/command/mod.rs')
-rw-r--r-- | src/imap/command/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/imap/command/mod.rs b/src/imap/command/mod.rs index dc95746..073040e 100644 --- a/src/imap/command/mod.rs +++ b/src/imap/command/mod.rs @@ -1,7 +1,6 @@ pub mod anonymous; pub mod anystate; pub mod authenticated; -pub mod examined; pub mod selected; use crate::mail::user::INBOX; |