diff --git a/apps/email.c b/apps/email.c index 4e463db..ea2246a 100644 --- a/apps/email.c +++ b/apps/email.c @@ -4,7 +4,7 @@ // Bobbi June, July 2020 ///////////////////////////////////////////////////////////////// -// - TODO: Make an EMAIL.DB rebuilder tool +// - TODO: Bug where messages get duplicated after purge?? // - TODO: Get rid of all uses of malloc(). Don't need it. // - TODO: See TODOs further down for error handling // - TODO: Editor for email composition functions diff --git a/apps/rebuild.c b/apps/rebuild.c index db56a61..4606946 100644 --- a/apps/rebuild.c +++ b/apps/rebuild.c @@ -192,7 +192,7 @@ void repair_mailbox(void) { headerchars = 0; hdrs.emailnum = emailnum; hdrs.skipbytes = 0; // Just in case it doesn't get set - hdrs.status = 'N'; + hdrs.status = 'R'; hdrs.tag = ' '; while ((chars = get_line(fp)) != -1) { if (headers) {