parent
76a91813d8
commit
caad1b2c06
48 changed files with 326 additions and 1087 deletions
commands/msg
|
@ -86,7 +86,7 @@ func (Archive) Execute(aerc *widgets.Aerc, args []string) error {
|
|||
case *types.Done:
|
||||
wg.Done()
|
||||
case *types.Error:
|
||||
aerc.PushError(" "+msg.Error.Error(), 10*time.Second)
|
||||
aerc.PushError(" " + msg.Error.Error())
|
||||
success = false
|
||||
wg.Done()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue