diff options
Diffstat (limited to 'commands/account/view-message.go')
-rw-r--r-- | commands/account/view-message.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/account/view-message.go b/commands/account/view-message.go index cf2baaa..4db5c95 100644 --- a/commands/account/view-message.go +++ b/commands/account/view-message.go @@ -27,4 +27,3 @@ func ViewMessage(aerc *widgets.Aerc, args []string) error { aerc.NewTab(viewer, msg.Envelope.Subject) return nil } - |