From f35b62649b8ecc2de658d508184cf4a24c502a50 Mon Sep 17 00:00:00 2001
From: Peter Nerlich <peter.nerlich+dev@googlemail.com>
Date: Sat, 15 Aug 2020 14:53:59 +0200
Subject: [PATCH] recipient selection: indicate what is TO and what is CC

---
 gui.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gui.lua b/gui.lua
index 2d14bc6..576a1d5 100644
--- a/gui.lua
+++ b/gui.lua
@@ -47,9 +47,9 @@ mail.select_contact_formspec = "size[8,9;]" .. theme .. [[
 		button[3.55,6.00;1.75,0.5;ccadd;→ Add]
 		button[3.55,6.75;1.75,0.5;ccremove;← Remove]
 		tablecolumns[color;text;text]
-		table[5.15,0.0;2.75,4.5;to;#999,Name,Note%s]
+		table[5.15,0.0;2.75,4.5;to;#999,TO:,Note%s]
 		tablecolumns[color;text;text]
-		table[5.15,4.6;2.75,4.5;cc;#999,Name,Note%s]
+		table[5.15,4.6;2.75,4.5;cc;#999,CC:,Note%s]
 		button[3.55,8.25;1.75,0.5;back;Back]
 	]]