aboutsummaryrefslogtreecommitdiff
path: root/commands/account/view.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/account/view.go')
-rw-r--r--commands/account/view.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/account/view.go b/commands/account/view.go
index cec65aa..af39360 100644
--- a/commands/account/view.go
+++ b/commands/account/view.go
@@ -12,15 +12,15 @@ func init() {
register(ViewMessage{})
}
-func (_ ViewMessage) Aliases() []string {
+func (ViewMessage) Aliases() []string {
return []string{"view-message", "view"}
}
-func (_ ViewMessage) Complete(aerc *widgets.Aerc, args []string) []string {
+func (ViewMessage) Complete(aerc *widgets.Aerc, args []string) []string {
return nil
}
-func (_ ViewMessage) Execute(aerc *widgets.Aerc, args []string) error {
+func (ViewMessage) Execute(aerc *widgets.Aerc, args []string) error {
if len(args) != 1 {
return errors.New("Usage: view-message")
}