aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/multipart.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/compose/multipart.go')
-rw-r--r--commands/compose/multipart.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/compose/multipart.go b/commands/compose/multipart.go
index a38e0a6e..87f4d030 100644
--- a/commands/compose/multipart.go
+++ b/commands/compose/multipart.go
@@ -17,6 +17,10 @@ func init() {
commands.Register(Multipart{})
}
+func (Multipart) Description() string {
+ return "Convert the message to multipart with the given mime-type part."
+}
+
func (Multipart) Context() commands.CommandContext {
return commands.COMPOSE
}