/* --------------------------------------------------------------- */
/* This file contains all of the dummy macros which substitute for */
/* functions that are as yet to be written.                        */
/* --------------------------------------------------------------- */

#define MMM_get_cur_folder_name() \
             "inbox"

#define MMMread_msg_from_file(fp) \
             (WBread_all_widgets_from_file("test.mail") != NULL)

#define WB_get_body()     ""

#define WNdestroy_all(widgetlist, flag) \
             HeadWidgetList = NULL


