about summary refs log tree commit diff
path: root/man/mblaze.7
diff options
context:
space:
mode:
authorMark Hills <mark@xwax.org>2023-03-30 15:07:05 +0100
committerLeah Neukirchen <leah@vuxu.org>2023-03-30 16:36:35 +0200
commit786238551a692a8073d02d4f4aea89f3212391c9 (patch)
treef29a01740564d91a3d98e0f7916ea32615b8762c /man/mblaze.7
parent1838158ef19d489e554b3460059fba47d26ba145 (diff)
downloadmblaze-786238551a692a8073d02d4f4aea89f3212391c9.tar.gz
mblaze-786238551a692a8073d02d4f4aea89f3212391c9.tar.xz
mblaze-786238551a692a8073d02d4f4aea89f3212391c9.zip
Document a reasonable practice for deleting mails
Discussed in #236.
Diffstat (limited to 'man/mblaze.7')
-rw-r--r--man/mblaze.73
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mblaze.7 b/man/mblaze.7
index 328bcef..da2aebf 100644
--- a/man/mblaze.7
+++ b/man/mblaze.7
@@ -163,6 +163,9 @@ thread it and look at it interactively:
 Or you could list the attachments of the 20 largest messages in your INBOX:
 .Dl mlist ~/Maildir/INBOX | msort -S | tail -20 | mshow -t
 .Pp
+Or delete messages beyond a certain age:
+.Dl mlist ~/Maildir/INBOX | mpick -t 'mtime < \&"-365d\&"' | xargs rm
+.Pp
 Or apply the patches from the current message:
 .Dl mshow -O . '*.diff' | patch
 .Pp