49 lines
856 B
Groff
49 lines
856 B
Groff
|
.Dd April 19, 2021
|
||
|
.Dt MDELETE 1
|
||
|
.Os
|
||
|
.Sh NAME
|
||
|
.Nm mdelete
|
||
|
.Nd delete messages from maildir folders
|
||
|
.Sh SYNOPSIS
|
||
|
.Nm
|
||
|
.Op Fl k
|
||
|
.Op Fl v
|
||
|
.Op Ar msgs\ ...
|
||
|
.Sh DESCRIPTION
|
||
|
.Nm
|
||
|
deletes the
|
||
|
.Ar msgs
|
||
|
given on the command line
|
||
|
.Pq or the standard input.
|
||
|
.Po
|
||
|
See
|
||
|
.Xr mmsg 7
|
||
|
for the message argument syntax.
|
||
|
.Pc
|
||
|
.Pp
|
||
|
The options are as follows:
|
||
|
.Bl -tag -width Ds
|
||
|
.It Fl k
|
||
|
keep the messages,
|
||
|
i.e., dry-run with no action taken.
|
||
|
.It Fl v
|
||
|
Print a confirmation message after deletion.
|
||
|
.El
|
||
|
.Sh EXIT STATUS
|
||
|
.Ex -std
|
||
|
.Sh SEE ALSO
|
||
|
.Xr mdeliver 1
|
||
|
.Sh AUTHORS
|
||
|
.An Leah Neukirchen Aq Mt leah@vuxu.org
|
||
|
.An John McQuah Aq Mt jmcquah@disroot.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/
|