aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/query.go')
-rw-r--r--commands/account/query.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/query.go b/commands/account/query.go
index 65b5e063..da8a8c06 100644
--- a/commands/account/query.go
+++ b/commands/account/query.go
@@ -21,6 +21,10 @@ func init() {
commands.Register(Query{})
}
+func (Query) Description() string {
+ return "Create a virtual folder using the specified notmuch query."
+}
+
func (Query) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}