From 0030a3518eb53a04b3ee4246f1f9fb08b0c4120c Mon Sep 17 00:00:00 2001 From: Mark Hills Date: Thu, 30 Mar 2023 15:07:05 +0100 Subject: [PATCH] Document a reasonable practice for deleting mails Discussed in #236. --- man/mblaze.7 | 3 +++ 1 file changed, 3 insertions(+) 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