]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doveadm-import: Update manpage
authorAki Tuomi <aki.tuomi@dovecot.fi>
Thu, 29 Sep 2016 06:51:40 +0000 (09:51 +0300)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Thu, 29 Sep 2016 07:17:44 +0000 (10:17 +0300)
doc/man/doveadm-import.1.in

index efd541ebf526bf30abbc4316877d91f890004e66..f4f88e80e2eb9a9bbf7148b47db2b21127709d4e 100644 (file)
@@ -6,12 +6,16 @@ doveadm\-import \- Import messages matching given search query
 .SH SYNOPSIS
 .BR doveadm " [" \-Dv "] " import " [" \-S
 .IR socket_path ]
+.RB [ \-U
+.IR source_user ]
 .RB [ \-s ]
 .I source_location dest_parent search_query
 .br
 .\"-------------------------------------
 .BR doveadm " [" \-Dv "] " import " [" \-S
 .IR socket_path ]
+.RB [ \-U
+.IR source_user ]
 .RB [ \-s ]
 .BI \-A " source_location dest_parent search_query"
 .br
@@ -24,6 +28,8 @@ doveadm\-import \- Import messages matching given search query
 .\"-------------------------------------
 .BR doveadm " [" \-Dv "] " import " [" \-S
 .IR socket_path ]
+.RB [ \-U
+.IR source_user ]
 .RB [ \-s ]
 .BI \-u " user source_location dest_parent search_query"
 .\"------------------------------------------------------------------------
@@ -37,7 +43,9 @@ mailbox, or to root level if
 .I dest_parent
 is empty (\(dq\(dq). The
 .I search_query
-can be used to restrict which mailboxes or messages are imported.
+can be used to restrict which mailboxes or messages are imported. By default
+the import is done in destination user's context, you can use \-U to change
+this.
 
 In the first form,
 .BR doveadm (1)
@@ -76,6 +84,11 @@ and all new mailboxes under it will be subscribed to.
 .\"-------------------------------------
 @INCLUDE:option-u-user@
 .\"------------------------------------------------------------------------
+.TP
+.B \-U username
+When the
+.B \-U
+option is present, the source box is opened with given username.
 .SH ARGUMENTS
 .TP
 .I dest_parent
@@ -126,4 +139,4 @@ backup mdbox\(aqs INBOX to jane\(aqs INBOX:
 .BR doveadm (1),
 .BR doveadm\-fetch (1),
 .BR doveadm\-search (1),
-.BR doveadm\-search\-query (7)
\ No newline at end of file
+.BR doveadm\-search\-query (7)