aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/open.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/open.go')
-rw-r--r--commands/msgview/open.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/commands/msgview/open.go b/commands/msgview/open.go
index 1361b15e..7b23423d 100644
--- a/commands/msgview/open.go
+++ b/commands/msgview/open.go
@@ -22,12 +22,12 @@ func init() {
commands.Register(Open{})
}
-func (Open) Context() commands.CommandContext {
- return commands.MESSAGE_VIEWER
+func (Open) Description() string {
+ return "Save the current message part to a temporary file, then open it."
}
-func (Open) Options() string {
- return "d"
+func (Open) Context() commands.CommandContext {
+ return commands.MESSAGE_VIEWER
}
func (Open) Aliases() []string {