diff options
author | Vlad-Stefan Harbuz <vlad@vladh.net> | 2023-05-21 12:46:30 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-05-21 22:34:33 +0200 |
commit | 7cff87b1aef47a6190c177ea862eeac412ca7c39 (patch) | |
tree | ecceca216335f57eb41019a04bd1125ab4d81400 /config | |
parent | e32421b81f1506cff1db2c9be42754757957c072 (diff) | |
download | aerc-7cff87b1aef47a6190c177ea862eeac412ca7c39.tar.gz |
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>
Diffstat (limited to 'config')
-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. `, }) } |