GODT-1794: CLI wording

This commit is contained in:
Jakub
2022-08-26 16:49:58 +02:00
parent 5b941013de
commit 1ec05e8a6c
2 changed files with 6 additions and 6 deletions

View File

@ -152,7 +152,7 @@ func (f *frontendCLI) disallowProxy(c *ishell.Context) {
}
}
func (f *frontendCLI) disableAllMail(c *ishell.Context) {
func (f *frontendCLI) hideAllMail(c *ishell.Context) {
if !f.bridge.IsAllMailVisible() {
f.Println("All Mail folder is not listed in your local client.")
return
@ -165,7 +165,7 @@ func (f *frontendCLI) disableAllMail(c *ishell.Context) {
}
}
func (f *frontendCLI) enableAllMail(c *ishell.Context) {
func (f *frontendCLI) showAllMail(c *ishell.Context) {
if f.bridge.IsAllMailVisible() {
f.Println("All Mail folder is listed in your local client.")
return