#ifndef MBOX_FROM_H
#define MBOX_FROM_H
/* Parse time and sender from mbox-compatible From_-line. msg points to the
data after "From ". */
/* Return a mbox-compatible From_-line using given sender and time.
The returned string begins with "From ". */
#endif