doc: reference ::mv, not ::copy, from ::uid_mv
This commit is contained in:
parent
db29117463
commit
098a4022ca
1 changed files with 1 additions and 1 deletions
|
|
@ -995,7 +995,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).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue