Merge pull request #226 from bitfehler/master

doc: reference ::mv, not ::copy, from ::uid_mv
This commit is contained in:
Jon Gjengset 2022-08-11 18:18:46 -04:00 committed by GitHub
commit 8d031f2003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -999,7 +999,7 @@ impl<T: Read + Write> Session<T> {
)) ))
} }
/// Equivalent to [`Session::copy`], except that all identifiers in `sequence_set` are /// Equivalent to [`Session::mv`], except that all identifiers in `sequence_set` are
/// [`Uid`]s. See also the [`UID` command](https://tools.ietf.org/html/rfc3501#section-6.4.8) /// [`Uid`]s. See also the [`UID` command](https://tools.ietf.org/html/rfc3501#section-6.4.8)
/// and the [semantics of `MOVE` and `UID /// and the [semantics of `MOVE` and `UID
/// MOVE`](https://tools.ietf.org/html/rfc6851#section-3.3). /// MOVE`](https://tools.ietf.org/html/rfc6851#section-3.3).