Revert "Ensure new partswitcher doesn't start on multipart"
This reverts commit 41390bc3e1
.
This commit is contained in:
parent
44a743ed11
commit
dbd583c969
|
@ -86,7 +86,6 @@ func NewMessageViewer(acct *AccountView, conf *config.AercConfig,
|
|||
headers.AddChild(ui.NewFill(' ')).At(3, 0).Span(1, 2)
|
||||
|
||||
switcher := &PartSwitcher{}
|
||||
switcher.selected = -1
|
||||
err := createSwitcher(switcher, conf, store, msg, conf.Viewer.ShowHeaders)
|
||||
if err != nil {
|
||||
goto handle_error
|
||||
|
|
Loading…
Reference in New Issue