diff options
-rw-r--r-- | commands/msg/fold.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/msg/fold.go b/commands/msg/fold.go index a05d71ca..e8eb7741 100644 --- a/commands/msg/fold.go +++ b/commands/msg/fold.go @@ -8,7 +8,7 @@ import ( type Fold struct { All bool `opt:"-a"` - Toggle bool `opt:"-t" aliases:"fold,unfold"` + Toggle bool `opt:"-t"` } func init() { |