Skip to content

Commit

Permalink
doc(mu4e--server-move): typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zuphinx committed Oct 20, 2024
1 parent 7776e2b commit 36cb0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mu4e/mu4e-server.el
Original file line number Diff line number Diff line change
Expand Up @@ -664,12 +664,12 @@ The server reports the results for the operation through
`mu4e-update-func'.
If the variable `mu4e-change-filenames-when-moving' is
non-nil, moving to a different maildir generates new names forq
non-nil, moving to a different maildir generates new names for
the target files; this helps certain tools (such as mbsync).
If NO-VIEW is non-nil, do not update the view.
Returns either (:update ... ) or (:error ) sexp, which are handled my
Returns either (:update ... ) or (:error ) sexp, which are handled by
`mu4e-update-func' and `mu4e-error-func', respectively."
(unless (or maildir flags)
(mu4e-error "At least one of maildir and flags must be specified"))
Expand Down

0 comments on commit 36cb0b9

Please sign in to comment.