From 210c5001675144b7ae382fed6cac7a227d35e420 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 24 Jul 2018 11:49:34 +0800 Subject: build and install a manpage for mdmv Signed-off-by: Sean Whitton --- mdmv.1.pod | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 mdmv.1.pod (limited to 'mdmv.1.pod') diff --git a/mdmv.1.pod b/mdmv.1.pod new file mode 100644 index 0000000..0da9cb2 --- /dev/null +++ b/mdmv.1.pod @@ -0,0 +1,31 @@ +=head1 NAME + +mdmv - safely move messages between maildirs + +=head1 SYNOPSYS + + mdmv MSG [MSG..] DEST + +=head1 DESCRIPTION + +B moves one or more messages, from one or more maildirs, to a +single destination maildir. It does this in a way that should not +confuse maildir synchronisation tools. + +B tries to be sure not to overwrite any existing files, but it +does not try as hard to "deliver" the mail to the destination maildir +as a real MDA would, giving up rather earlier. Thus, B is +intended to be used by scripts running on the same host upon which the +maildirs are actually stored. + +=head1 OPTIONS + +None. + +=head1 SEE ALSO + +maildir(5) + +=head1 AUTHOR + +B was written by Sean Whitton . -- cgit v1.2.3