diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:44:18 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-08-04 03:44:18 +0200 |
commit | 44de56076c4db37acb981d6a24e42f919dcf8520 (patch) | |
tree | 350f7a155d1fa89fb090fc1bdd84f3da91090299 /doc/interimap.1.md | |
parent | f72316ddd989e581b22d96e2f05b76efd59e092c (diff) |
typofix
Diffstat (limited to 'doc/interimap.1.md')
-rw-r--r-- | doc/interimap.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/interimap.1.md b/doc/interimap.1.md index 9cfa2fa..5370d79 100644 --- a/doc/interimap.1.md +++ b/doc/interimap.1.md @@ -469,7 +469,7 @@ Known bugs and limitations * Because the [IMAP protocol][RFC 3501] doesn't provide a way for clients to determine whether a disappeared mailbox was deleted or renamed, `interimap` aborts when a known mailbox disappeared from one - server but not the other. The `--delete` (resp. `rename`) command + server but not the other. The `--delete` (resp. `--rename`) command should be used instead to delete (resp. rename) the mailbox on both servers as well as within `interimap`'s internal database. |