diff options
Diffstat (limited to 'commands/msg/fold.go')
-rw-r--r-- | commands/msg/fold.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/commands/msg/fold.go b/commands/msg/fold.go index 0621c8c3..06e933d7 100644 --- a/commands/msg/fold.go +++ b/commands/msg/fold.go @@ -17,10 +17,6 @@ func (Fold) Aliases() []string { return []string{"fold", "unfold"} } -func (Fold) Complete(args []string) []string { - return nil -} - func (Fold) Execute(args []string) error { h := newHelper() store, err := h.store() |