From 2f46bd718e431f58e30941ec99d58ec4f3609863 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 19 Apr 2018 19:22:20 +0200 Subject: add mrefile.1 --- man/mblaze.7 | 2 ++ man/mrefile.1 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 man/mrefile.1 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/ -- cgit 1.4.1