]> diplodocus.org Git - nmh/commitdiff
Removed the static m_getfld() state instance and replaced
authorDavid Levine <levinedl@acm.org>
Mon, 21 Jan 2013 03:27:54 +0000 (21:27 -0600)
committerDavid Levine <levinedl@acm.org>
Mon, 21 Jan 2013 03:27:54 +0000 (21:27 -0600)
with functions for callers to create and destroy their own
instances.  This also allows inc, msh, and pick to call
m_getfld() with an initial file stream position other than 0.

There is now a global state instance so that scan can call
m_unknown() on maildrop files.  It'd be nice to get rid of
that.


No differences found