Merge pull request #226 from bitfehler/master
doc: reference ::mv, not ::copy, from ::uid_mv
This commit is contained in:
commit
8d031f2003
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
/// and the [semantics of `MOVE` and `UID
|
||||
/// MOVE`](https://tools.ietf.org/html/rfc6851#section-3.3).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue