aboutsummaryrefslogtreecommitdiffstats
path: root/worker/imap/movecopy.go
Commit message (Expand)AuthorAgeFilesLines
* imap: drain updates channel when moving messagesKoni Marti2024-02-261-0/+3
* imap: implement MoveMessages handlingTim Culverhouse2022-08-221-0/+17
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-1/+0
* dirlist: update RUE counts for imap/maildir on move|copy|delete|archiveTim Culverhouse2022-06-071-0/+5
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-2/+2
* go.mod: change base git urlRobin Jarry2021-11-051-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-1/+1
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-1/+2
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-0/+27
* Implement :copy (aka :cp)Drew DeVault2019-05-141-0/+16