aboutsummaryrefslogtreecommitdiff
path: root/commands/msg/fold.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/msg/fold.go')
-rw-r--r--commands/msg/fold.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msg/fold.go b/commands/msg/fold.go
index 1d40b90a..0621c8c3 100644
--- a/commands/msg/fold.go
+++ b/commands/msg/fold.go
@@ -2,7 +2,6 @@ package msg
import (
"errors"
- "fmt"
"strings"
"git.sr.ht/~rjarry/aerc/lib/ui"
@@ -23,9 +22,6 @@ func (Fold) Complete(args []string) []string {
}
func (Fold) Execute(args []string) error {
- if len(args) != 1 {
- return fmt.Errorf("Usage: %s", args[0])
- }
h := newHelper()
store, err := h.store()
if err != nil {