index
:
aerc
master
topic/asc_sort_imap
wip/asc_sort_imap
A pretty good email client
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commands
/
msg
/
delete.go
Age
Commit message (
Expand
)
Author
2022-04-27
refactor: refactor pgp implementation
Tim Culverhouse
2022-03-12
all: fix minor issues found by staticcheck
Moritz Poldrack
2021-11-05
go.mod: change base git url
Robin Jarry
2021-02-26
Fix linter warnings
Reto Brunner
2021-01-30
Get rid of the aerc.PushError(" " + $string) idiom
Reto Brunner
2020-07-05
delete: push unsupported error up to the user
Reto Brunner
2020-06-09
Rework msglist scrolling
Jeffas
2020-05-28
Revert "Add Style configuration"
Drew DeVault
2020-05-28
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-27
Remove duration from the status methods
Reto Brunner
2020-05-27
Add Style configuration
Reto Brunner
2020-05-25
pgp: fail gracefully from email decryption
Ray Ganardi
2020-05-11
commands/helper: remove duplicated method
Reto Brunner
2020-04-24
gofmt fixes
Drew DeVault
2020-04-23
Use aerc.PushError where appropriate
Ben Fiedler
2020-03-03
Initial support for PGP decryption & signatures
Drew DeVault
2020-02-29
msg/delete: remove redundant err check
Reto Brunner
2019-12-21
delete: adapt to ProvidesMessages
Reto Brunner
2019-09-20
Config for deleting message from message viewer
Srivathsan Murali
2019-09-04
all: purge redundant underscores
Wagner Riffel
2019-08-02
select next message when deleting from message viewer
Aditya Srivastava
2019-07-15
commands: Don't crash when store is nil
Kevin Kuehler
2019-07-10
Fix crashes when operating on empty folder (#216)
Daniel Bridges
2019-07-04
Crash on delete in empty folder (#213)
Zach Sisco
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-11
Move select functionality from msglist to msgstore
Kevin Kuehler
2019-06-02
widget: Add ProvidesMessage interface
Kevin Kuehler