about summary refs log tree commit diff
path: root/man
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2018-04-19 19:22:20 +0200
committerLeah Neukirchen <leah@vuxu.org>2018-04-19 19:22:20 +0200
commit2f46bd718e431f58e30941ec99d58ec4f3609863 (patch)
treec89d0f7a3ff13a20e4f6549e41d7730956bafab0 /man
parentd261b0cdcf4c16060630f4f1d1bb9c674f8caf65 (diff)
downloadmblaze-2f46bd718e431f58e30941ec99d58ec4f3609863.tar.gz
mblaze-2f46bd718e431f58e30941ec99d58ec4f3609863.tar.xz
mblaze-2f46bd718e431f58e30941ec99d58ec4f3609863.zip
add mrefile.1
Diffstat (limited to 'man')
-rw-r--r--man/mblaze.72
-rw-r--r--man/mrefile.159
2 files changed, 61 insertions, 0 deletions
diff --git a/man/mblaze.7 b/man/mblaze.7
index d1fd49d..b2c29be 100644
--- a/man/mblaze.7
+++ b/man/mblaze.7
@@ -54,6 +54,8 @@ create MIME messages
 create new maildir folders
 .It Xr mpick 1
 advanced message filter
+.It Xr mrefile 1
+move or copy messages between maildir folders
 .It Xr mrep 1
 reply to messages
 .It Xr mscan 1
diff --git a/man/mrefile.1 b/man/mrefile.1
new file mode 100644
index 0000000..da12953
--- /dev/null
+++ b/man/mrefile.1
@@ -0,0 +1,59 @@
+.Dd April 19, 2018
+.Dt MREFILE 1
+.Os
+.Sh NAME
+.Nm mrefile
+.Nd move or copy messages between maildir folders
+.Sh SYNOPSIS
+.Nm
+.Op Fl k
+.Op Fl v
+.Op Ar msgs\ ...
+.Ar dir
+.Sh DESCRIPTION
+.Nm
+moves the messages given on the command line
+.Pq or the standard input
+into the maildir
+.Ar dir ,
+assigning new message file names,
+but keeping the message flags.
+Message are moved directly into the
+.Pa cur/
+directory.
+.Pp
+If used interactively and no
+.Ar msgs
+are specified,
+.Nm
+moves the current message.
+.Pp
+See
+.Xr mmsg 7
+for the message argument syntax.
+.Pp
+The options are as follows:
+.Bl -tag -width Ds
+.It Fl k
+keep the messages in their respective folders,
+i.e. copy into
+.Ar dir .
+.It Fl v
+Print each resulting message filename.
+.El
+.Sh EXIT STATUS
+.Ex -std
+.Sh SEE ALSO
+.Xr mdeliver 1
+.Sh AUTHORS
+.An Leah Neukirchen Aq Mt leah@vuxu.org
+.Sh LICENSE
+.Nm
+is in the public domain.
+.Pp
+To the extent possible under law,
+the creator of this work
+has waived all copyright and related or
+neighboring rights to this work.
+.Pp
+.Lk http://creativecommons.org/publicdomain/zero/1.0/