Skip to content

Commit 19099b0

Browse files
committed
doveadm-save: Add missing mail-file argument
Also, fix deflist indents so it displays properly.
1 parent 32127e5 commit 19099b0

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docs/core/man/doveadm-save.1.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,22 @@ quota is enforced.
4040
: Store mail to specified mailbox instead of INBOX.
4141

4242
**-U** *uid*
43-
: Save the mail using the given UID, if possible.
43+
: Save the mail using the given UID, if possible.
4444

4545
**-g** *guid*
46-
: Save the mail using the given GUID.
46+
: Save the mail using the given GUID.
4747

4848
**-r** *received-date*
49-
: Save the mail using the given received-date timestamp. This is in the
50-
"human timestamp" format as described by [[man,doveadm-search-query,,7]].
49+
: Save the mail using the given received-date timestamp. This is in the
50+
"human timestamp" format as described by [[man,doveadm-search-query,,7]].
51+
52+
## ARGUMENTS
53+
54+
*mail-file*
55+
: The message data to save.
56+
57+
- If *mail-file* is `-`, the message is read from stdin (default).
58+
- Otherwise, *mail-file* resolves as a file path.
5159

5260
## EXAMPLE
5361

0 commit comments

Comments
 (0)