CHANGE OF THE DECADE: I finally gave m_unknown() a name: thisisanmbox().
authormarkus schnalke <meillo@marmaro.de>
Sat, 24 Mar 2012 17:30:19 +0000 (18:30 +0100)
committermarkus schnalke <meillo@marmaro.de>
Sat, 24 Mar 2012 17:30:19 +0000 (18:30 +0100)
commit611d68d19204d7cbf5bd585391249cb5bafca846
tree6fa19098e6f1449bff9142490d27a077cdaaebdb
parent5e8e1811bd39ba43dda7a3446694474ab16ab960
CHANGE OF THE DECADE: I finally gave m_unknown() a name: thisisanmbox().
The ``magic invocation'' of this function informs m_getfld() that it is
reading a packed mbox file and not an MH-style (one-file-per-message) file.
m_getfld() needs to care for message delimiters then. The ``magic'' of
m_unknown() had vanished some time ago, already. Back then, it needed to
guess which kind of mailbox format the file is. With dropping the support
for MMDF (^A^A^A^A) maildrops, we converted m_unknown() into a plain dump
function ... and now, it also got a boring name. Well ...
h/prototypes.h
sbr/m_getfld.c
uip/inc.c
uip/scan.c