From: hills <hills@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Document a reasonable practice for deleting mails
Date: Thu, 30 Mar 2023 16:23:49 +0200 [thread overview]
Message-ID: <20230330142349.MWH3yj_98v-eDDMZA357SIy91UVat8pl69LwzGJdCbo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-fa6558a0-26e0-48f6-803f-f5a8af34f6a8-mblaze-237@inbox.vuxu.org>
[-- Attachment #1: Type: text/plain, Size: 328 bytes --]
There is an updated pull request by hills against master on the mblaze repository
https://github.com/hills/mblaze master
https://github.com/leahneukirchen/mblaze/pull/237
Document a reasonable practice for deleting mails
Discussed in #236.
A patch file from https://github.com/leahneukirchen/mblaze/pull/237.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-237.patch --]
[-- Type: text/x-diff, Size: 804 bytes --]
From 0030a3518eb53a04b3ee4246f1f9fb08b0c4120c Mon Sep 17 00:00:00 2001
From: Mark Hills <mark@xwax.org>
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
next prev parent reply other threads:[~2023-03-30 14:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-30 14:11 [PR PATCH] " hills
2023-03-30 14:20 ` leahneukirchen
2023-03-30 14:23 ` hills [this message]
2023-03-30 14:26 ` hills
2023-03-30 14:36 ` leahneukirchen
2023-03-30 14:36 ` [PR PATCH] [Merged]: " leahneukirchen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230330142349.MWH3yj_98v-eDDMZA357SIy91UVat8pl69LwzGJdCbo@z \
--to=hills@users.noreply.github.com \
--cc=ml@inbox.vuxu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).