~rjarry/aerc

7cff87b1aef47a6190c177ea862eeac412ca7c39 — Vlad-Stefan Harbuz 1 year, 6 months ago e32421b
statusline: fix typo in deprecation warning

This was a bad copy paste from config/ui.go.

Fixes: d2e74cdb91e1 ("statusline: add column based render format")
Signed-off-by: Vlad-Stefan Harbuz <vlad@vladh.net>
Acked-by: Robin Jarry <robin@jarry.cc>
1 files changed, 2 insertions(+), 2 deletions(-)

M config/statusline.go
M config/statusline.go => config/statusline.go +2 -2
@@ 44,9 44,9 @@ Your configuration in this instance was automatically converted to:
` + ColumnDefsToIni(columns, "status-columns") + `
Your configuration file was not changed. To make this change permanent and to
dismiss this deprecation warning on launch, copy the above lines into aerc.conf
and remove index-format from it. See aerc-config(5) for more details.
and remove render-format from it. See aerc-config(5) for more details.

index-format will be removed in aerc 0.17.
render-format will be removed in aerc 0.17.
`,
		})
	}