From a4fb6a33c94e3a4c28ced14f1e37ff4c5a4f2e8c Mon Sep 17 00:00:00 2001 From: Pascal Volk Date: Fri, 26 Nov 2010 23:06:24 +0000 Subject: [PATCH] man: doveadm-import.1: Added missing argument descriptions. --- doc/man/doveadm-import.1.in | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/man/doveadm-import.1.in b/doc/man/doveadm-import.1.in index d8ce07e25c..e5a443860f 100644 --- a/doc/man/doveadm-import.1.in +++ b/doc/man/doveadm-import.1.in @@ -1,5 +1,5 @@ .\" Copyright (c) 2010 Dovecot authors, see the included COPYING file -.TH DOVEADM\-IMPORT 1 "2010-11-25" "Dovecot v2.0" "Dovecot" +.TH DOVEADM\-IMPORT 1 "2010-11-26" "Dovecot v2.0" "Dovecot" .SH NAME doveadm\-import \- Import messages matching given search query .\"------------------------------------------------------------------------ @@ -54,11 +54,29 @@ Command specific .\"------------------------------------------------------------------------ .SH ARGUMENTS .TP +.I dest_parent +The name of the destination mailbox, under which the mails should be +imported. +.BR doveadm (1) +will create the +.I dest_parent +mailbox if it doesn\(aqt exist. +.TP .I search_query Copy messages matching this search query. See .BR doveadm\-search\-query (7) for details. +.TP +.I source_location +This argument specifies the mailbox format and location of the source +location. The syntax is the same as for the +.I mail_location +setting. +For example: +.B maildir:/backup/20101126/jane.doe/Maildir +or +.B mdbox:/srv/mail/john.doe/mdbox:ALT=/nfsmount/john.doe/mdbox .\"------------------------------------------------------------------------ .SH EXAMPLE This example imports all mails from a backup under a -- 2.47.3