]> diplodocus.org Git - mdfrm/blob - README
Doh, botched the svn:keywords property on these files when they
[mdfrm] / README
1 $Id$
2
3 mdfrm is a simple mail reporting program inspired by elm's frm
4 program. Whereas elm's frm operates on Berkeley mbox files, mdfrm
5 operates on maildirs. It prints one line for each message in
6 Maildir/new, first the From header and then the Subject header.
7
8 mdfrm makes use of fgetln(3), which as far as i can tell is only
9 available on BSD. To make this easy to use on other UNIX-like
10 platforms, i have copied Marc Espie's portable implementation from
11 OpenBSD make(1). See fgetln.c for details.