ref: 902da98b9797c46dd3cbb53a90ffb15699eaca88
parent: f60a24bacacff636e462e635cc1526eae6c42214
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Nov 14 18:00:45 EST 2020
tags: remove Mail as unsupported
--- a/mbox.c
+++ b/mbox.c
@@ -793,7 +793,7 @@
threadsetname("mbox %s", mbox.path);
wininit(&mbox, mbox.path);
- wintagwrite(&mbox, "Put Mail Delmesg Undelmesg Next ");
+ wintagwrite(&mbox, "Put Delmesg Undelmesg Next ");
showlist();
fprint(mbox.ctl, "clean\n");
proccreate(eventread, nil, Stack);