aboutsummaryrefslogtreecommitdiff
path: root/commands/account/search.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/search.go')
-rw-r--r--commands/account/search.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/account/search.go b/commands/account/search.go
index d7884f15..1c8066fd 100644
--- a/commands/account/search.go
+++ b/commands/account/search.go
@@ -12,7 +12,9 @@ import (
"git.sr.ht/~rjarry/aerc/worker/types"
)
-type SearchFilter struct{}
+type SearchFilter struct {
+ Filter string `opt:"..." required:"false"`
+}
func init() {
register(SearchFilter{})