/*
 *	Copyright (C) 1991	TGV, Incorporated
 *
 *	Print headers for NEW messages
 *
 */
#include "vax-mm.h"

Print_From()
{
	Read_Only = 1;
	Super_Lock();
	GetFile(Home_File(MM_MAIL_FILE));
	printf("Recent MM mail:\n\n");
	Recent(1);
	Summary();
	Super_Unlock();
}
