aboutsummaryrefslogtreecommitdiffstats
path: root/commands/eml.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/eml.go')
-rw-r--r--commands/eml.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/eml.go b/commands/eml.go
index fa126729..d4323a29 100644
--- a/commands/eml.go
+++ b/commands/eml.go
@@ -19,6 +19,10 @@ func init() {
Register(Eml{})
}
+func (Eml) Description() string {
+ return "Open an eml file into the message viewer."
+}
+
func (Eml) Context() CommandContext {
return GLOBAL
}