Skip to content

Commit

Permalink
doveadm-save: Add missing mail-file argument
Browse files Browse the repository at this point in the history
Also, fix deflist indents so it displays properly.
  • Loading branch information
slusarz committed Jan 2, 2025
1 parent 02f7d1c commit 63fdddb
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions docs/core/man/doveadm-save.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,22 @@ quota is enforced.
: Store mail to specified mailbox instead of INBOX.

**-U** *uid*
: Save the mail using the given UID, if possible.
: Save the mail using the given UID, if possible.

**-g** *guid*
: Save the mail using the given GUID.
: Save the mail using the given GUID.

**-r** *received-date*
: Save the mail using the given received-date timestamp. This is in the
"human timestamp" format as described by [[man,doveadm-search-query,,7]].
: Save the mail using the given received-date timestamp. This is in the
"human timestamp" format as described by [[man,doveadm-search-query,,7]].

## ARGUMENTS

*mail-file*
: The message data to save.

- If *mail-file* is `-`, the message is read from stdin (default).
- Otherwise, *mail-file* resolves as a file path.

## EXAMPLE

Expand Down

0 comments on commit 63fdddb

Please sign in to comment.