aboutsummaryrefslogtreecommitdiffstats
path: root/commands/account/check-mail.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/check-mail.go')
-rw-r--r--commands/account/check-mail.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/account/check-mail.go b/commands/account/check-mail.go
index d82fa042..507fdc38 100644
--- a/commands/account/check-mail.go
+++ b/commands/account/check-mail.go
@@ -13,6 +13,10 @@ func init() {
commands.Register(CheckMail{})
}
+func (CheckMail) Description() string {
+ return "Check for new mail on the selected account."
+}
+
func (CheckMail) Context() commands.CommandContext {
return commands.MESSAGE_LIST
}