aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/header.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/header.go')
-rw-r--r--commands/compose/header.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/header.go b/commands/compose/header.go
index 839896c3..64c1c37d 100644
--- a/commands/compose/header.go
+++ b/commands/compose/header.go
@@ -29,6 +29,10 @@ func init() {
commands.Register(Header{})
}
+func (Header) Description() string {
+ return "Add or remove the specified email header."
+}
+
func (Header) Context() commands.CommandContext {
return commands.COMPOSE
}