summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2007-07-13 06:54:01 +0000
committerAaron Stone <aaron@serendipity.cx>2007-07-13 06:54:01 +0000
commita799689d145d318c04a47d8c023b3ed0fd28afce (patch)
treecd69ca5b1a9283f1028b656b72cc3f5e378a6191 /man
parentfdf84bed5183fcd0a6dbf3235319e61753f7c057 (diff)
* export.c, man/dbmail-export.txt:
New options: -b basedir, -r recursive. * dbmail-mailbox.c: Tell GMime that it does not own the dbmail_mailbox_dump file pointer. git-svn-id: https://svn.ic-s.nl/svn/dbmail/trunk/dbmail@2703 7b491191-dbf0-0310-aff6-d879d4d69008
Diffstat (limited to 'man')
-rw-r--r--man/dbmail-export.txt12
-rw-r--r--man/dbmail-imapd.txt2
-rw-r--r--man/footer.txt2
3 files changed, 11 insertions, 5 deletions
diff --git a/man/dbmail-export.txt b/man/dbmail-export.txt
index 6e04808d..c78fc92e 100644
--- a/man/dbmail-export.txt
+++ b/man/dbmail-export.txt
@@ -8,14 +8,13 @@ dbmail-export - export a mailbox from the DBMail mailsystem to mbox format.
SYNOPSIS
--------
-dbmail-export [-u user] [-m mailbox] [-o outfile] [-s imap search] [-d] [-f configFile]
+dbmail-export [-dr] [-u user] [-m mailbox] [-s imap search] [-o outfile|-b basedir] [-f configFile]
DESCRIPTION
-----------
The dbmail-export program allows you to export a DBMail mailbox to an
mbox formatted mailbox.
-
OPTIONS
-------
-u user::
@@ -27,13 +26,20 @@ OPTIONS
-o outfile::
specify the file into which the exported mail will be saved.
+-b basedir::
+ specify the base directory into which the exported mailboxes will be saved.
+
-s search::
use an IMAP SEARCH string to select messages (default: 1:\*)
for example, to export all messages received in May, use:
"1:* SINCE 1-May-2007 BEFORE 1-Jun-2007"
-d::
- flag exported messages as \\Deleted (use dbmail-util to expunge)
+ flag exported messages as \\Deleted (use dbmail-util to expunge).
+
+-r::
+ export mailboxes recursively (default: true unless -m option also
+ specified).
include::commonopts.txt[]
diff --git a/man/dbmail-imapd.txt b/man/dbmail-imapd.txt
index 2f03b757..ca08b7e5 100644
--- a/man/dbmail-imapd.txt
+++ b/man/dbmail-imapd.txt
@@ -75,7 +75,7 @@ For stunnel:::
connect = 143
# Useful if your preferred SMTP server doesn't do SSL/TLS.
- # This is with your MTA configuration, not DBMAil, per se.
+ # This is with your MTA configuration, not DBMail, per se.
[ssmtp]
accept = 465
connect = 25
diff --git a/man/footer.txt b/man/footer.txt
index 6b390646..429527c2 100644
--- a/man/footer.txt
+++ b/man/footer.txt
@@ -1,7 +1,7 @@
BUGS
----
-If you experience inexplicable problems with DBMAil, please report the issue
+If you experience inexplicable problems with DBMail, please report the issue
to the http://dbmail.org/mantis/[DBMail Bug Tracker].
LICENSE