Initial support for PGP decryption & signatures
This commit is contained in:
parent
89f1684ea4
commit
f3158b36f1
17 changed files with 523 additions and 82 deletions
commands/msg
|
@ -68,8 +68,11 @@ func (Delete) Execute(aerc *widgets.Aerc, args []string) error {
|
|||
acct.Messages().Scroll()
|
||||
return nil
|
||||
}
|
||||
nextMv := widgets.NewMessageViewer(acct, aerc.Config(), store, next)
|
||||
aerc.ReplaceTab(mv, nextMv, next.Envelope.Subject)
|
||||
lib.NewMessageStoreView(next, store, aerc.DecryptKeys,
|
||||
func(view lib.MessageView) {
|
||||
nextMv := widgets.NewMessageViewer(acct, aerc.Config(), view)
|
||||
aerc.ReplaceTab(mv, nextMv, next.Envelope.Subject)
|
||||
})
|
||||
}
|
||||
}
|
||||
acct.Messages().Scroll()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue