Documentation/lei-mail-formats.pod | 8 +++++++- Documentation/txt2pre | 1 + diff --git a/Documentation/lei-mail-formats.pod b/Documentation/lei-mail-formats.pod index 8accedb49616f2e277760cf4c3e6b65ea123d559..da723d2b83dbaf67c4dac7f5a56dc9cb5649d4d9 100644 --- a/Documentation/lei-mail-formats.pod +++ b/Documentation/lei-mail-formats.pod @@ -82,7 +82,13 @@ =head1 MH Not yet supported, locking semantics (or lack thereof) appear to -make it unsuitable for parallel access. +make it unsuitable for parallel access. It is widely-supported +by a variety of MUAs and mailing list managers, however. + +=head1 MMDF + +Not yet supported, and it's unclear if current usage/support makes +it worth supporting. =head1 IMAP diff --git a/Documentation/txt2pre b/Documentation/txt2pre index d98dfdd3965a06bf70fd758a83789eba1dae7da3..6367374d49501d8042712fd0865628963f4657a7 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -117,6 +117,7 @@ $xurls{'ssoma(1)'} = 'https://ssoma.public-inbox.org/ssoma.txt'; $xurls{'cgitrc(5)'} = 'https://git.zx2c4.com/cgit/tree/cgitrc.5.txt'; $xurls{'prove(1)'} = 'https://perldoc.perl.org/prove.html'; $xurls{'mbox(5)'} = 'https://manpages.debian.org/stable/mutt/mbox.5.en.html'; +$xurls{'mmdf(5)'} = 'https://manpages.debian.org/stable/mutt/mmdf.5.en.html'; my $str = do { local $/; }; my ($title) = ($str =~ /\A([^\n]+)/);