about summary refs log tree commit homepage
path: root/Documentation/txt2pre
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-09-07 22:42:08 +0000
committerEric Wong <e@80x24.org>2021-09-08 02:40:55 +0000
commit9ea2f48bc8586d779d3b96aaf68587de3b20c6a7 (patch)
tree49503749d6787146fe4bd14555ea12111549b9a6 /Documentation/txt2pre
parent5436acf49ef02a2be3ba732d1e77a7e2b22faf8c (diff)
downloadpublic-inbox-9ea2f48bc8586d779d3b96aaf68587de3b20c6a7.tar.gz
While I don't currently see a point in supporting MMDF, we'll
still acknowledge it since mutt actually supports it.  Expand a
bit on MH while we're at it, since MH seems at least relevant.
Diffstat (limited to 'Documentation/txt2pre')
-rwxr-xr-xDocumentation/txt2pre1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/txt2pre b/Documentation/txt2pre
index d98dfdd3..6367374d 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 $/; <STDIN> };
 my ($title) = ($str =~ /\A([^\n]+)/);