Convert inc and scan from m_getfld() to m_getfld2()
authormarkus schnalke <meillo@marmaro.de>
Thu, 12 Nov 2015 16:52:22 +0000 (17:52 +0100)
committermarkus schnalke <meillo@marmaro.de>
Thu, 12 Nov 2015 21:42:29 +0000 (22:42 +0100)
The main conversion was done in uip/scansbr.c.

Mbox handling is now completely outside of m_getfld2(), which does not
even know about From_ lines.

No more need to call thisisanmbox() (formerly m_unknown(), ``the magic
invocation'') before calling scan().

The newly introduced gotos should be eliminated ...


No differences found