shithub: Nail

Download patch

ref: f9f2af282c6e7a01361b32671d72f456ca9be34b
parent: 93bcc5ba3883ba0737702558885112ef47b2edf9
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Dec 28 22:21:50 EST 2020

composition: put '|fmt' in the compose window

now that it works...

--- a/comp.c
+++ b/comp.c
@@ -254,7 +254,7 @@
 		c->path = esmprint("%sCompose.%d", mbox.path, ncompose++);
 	wininit(c, c->path);
 
-	wintagwrite(c, "Post ");
+	wintagwrite(c, "Post |fmt ");
 	wfd = bwinopen(c, "body", OWRITE);
 	respondto(wfd, to, r, all);
 	if(r == nil)