aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview/open-link.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msgview/open-link.go')
-rw-r--r--commands/msgview/open-link.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/msgview/open-link.go b/commands/msgview/open-link.go
index 9f02f795..00cc9314 100644
--- a/commands/msgview/open-link.go
+++ b/commands/msgview/open-link.go
@@ -19,6 +19,10 @@ func init() {
commands.Register(OpenLink{})
}
+func (OpenLink) Description() string {
+ return "Open the specified URL with an external program."
+}
+
func (OpenLink) Context() commands.CommandContext {
return commands.MESSAGE_VIEWER
}