From 598e4a5803578ab3e291f232d6aad31b4efd8ea4 Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Mon, 9 Oct 2023 13:52:20 +0200 Subject: widgets: rename package to app This is the central point of all aerc. Having it named widgets is confusing. Rename it to app. It will make a cleaner transition when making the app.Aerc object available globally in the next commit. Signed-off-by: Robin Jarry Acked-by: Moritz Poldrack --- doc/aerc-templates.7.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/aerc-templates.7.scd') diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index 17df91b3..c130ee28 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -9,7 +9,7 @@ aerc-templates - template file specification for *aerc*(1) aerc uses the go text/template package for the template parsing. Refer to the go text/template documentation for the general syntax. The template syntax described below can be used for message template files and -for dynamic formatting of some UI widgets. +for dynamic formatting of some UI app. Template files are composed of headers, followed by a newline, followed by the body text. -- cgit