From 218bfc40d6873dfe45fe177455491b3090b49f22 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 30 Jan 2024 06:31:09 +0000 Subject: watch: support incremental updates from MH The good news (compared to lei) is we only have to worry about imports and don't care about the filename nor keywords, so it's immune to .mh_sequences writing inconsistencies across MH implementations and sequence number packing. We still assume the writer will write the mail file with one of: * rename(2) to create the final sequence number filename * a single write(2) if not relying on rename(2) mlmmj and mutt satisfy these requirements. Python's Lib/mailbox.py may, I'm not sure... --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 051cd6f9..2223cfb4 100644 --- a/MANIFEST +++ b/MANIFEST @@ -627,6 +627,7 @@ t/watch_filter_rubylang.t t/watch_imap.t t/watch_maildir.t t/watch_maildir_v2.t +t/watch_mh.t t/watch_multiple_headers.t t/www_altid.t t/www_listing.t -- cgit v1.2.3-24-ge0c7