summaryrefslogtreecommitdiff
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/commands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go
index d0ff562..2753686 100644
--- a/commands/commands.go
+++ b/commands/commands.go
@@ -129,7 +129,7 @@ func CompletionFromList(aerc *widgets.Aerc, valid []string, args []string) []str
if len(args) == 0 {
return valid
}
- return FilterList(valid, args[0], "", aerc.SelectedAccount().UiConfig().FuzzyComplete)
+ return FilterList(valid, args[0], "", aerc.SelectedAccountUiConfig().FuzzyComplete)
}
func GetLabels(aerc *widgets.Aerc, args []string) []string {