diff options
-rw-r--r-- | config/statusline.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/statusline.go b/config/statusline.go index d09b8fa3..1c2c6240 100644 --- a/config/statusline.go +++ b/config/statusline.go @@ -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. `, }) } |