shithub: Nail

Download patch

ref: 04958e2fa0963c0787388f06733cd9a0d5b0661f
parent: a6466b6c6888d1e56795eb9ae87afb5db136dea7
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Nov 3 23:35:32 EST 2020

use appropriate default mbox

--- a/mbox.c
+++ b/mbox.c
@@ -24,7 +24,7 @@
 
 
 char	*maildir	= "/mail/fs";
-char	*mailbox	= "tmptest";
+char	*mailbox	= "mbox";
 Mesg	dead = {.messageid="", .hash=42};
 
 Reprog	*addrpat;