Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imap: emit messageinfo when changing read state. | Reto Brunner | 2020-01-24 | 1 | -2/+17 |
| | | | | We need to emit the changed msgInfo whenever we modify the state | ||||
* | Use []uint32 instead of imap.SeqSet | Ben Burwell | 2019-07-08 | 1 | -2/+4 |
| | | | | | | | | A sequence-set is an IMAP-specific implementation detail. Throughout the UI, aerc simply operates using lists of opaque identifiers. In order to loosen the coupling between the UI and IMAP in particular, replace most usages of imap.SeqSet with []uint32, leaving the translation to a SeqSet to the IMAP backend as needed. | ||||
* | Add :read and :unread commands | Drew DeVault | 2019-06-09 | 1 | -0/+17 |
| | |||||
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
| | |||||
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 1 | -0/+43 |