aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/flags.go
Commit message (Collapse)AuthorAgeFilesLines
* imap: emit messageinfo when changing read state.Reto Brunner2020-01-241-2/+17
| | | | We need to emit the changed msgInfo whenever we modify the state
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-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 commandsDrew DeVault2019-06-091-0/+17
|
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
|
* Implement :delete-messageDrew DeVault2019-03-201-0/+43