aboutsummaryrefslogtreecommitdiffstats
path: root/worker/maildir/worker.go
Commit message (Expand)AuthorAgeFilesLines
* go vet: composite literal uses unkeyed fieldsMoritz Poldrack2022-03-181-1/+1
* maildir: fix data race in maildir workerwagner riffel2022-03-071-25/+82
* maildir: defer the count of recent messagesRobin Jarry2022-01-301-25/+32
* maildir,notmuch: pass in-memory message to callbackNguyễn Gia Phong2022-01-201-1/+7
* maildir,notmuch: avoid leaking open filesNguyễn Gia Phong2022-01-191-0/+1
* maildir: watch for message renamesRobin Jarry2021-12-061-2/+5
* maildir: watch for external changesRobin Jarry2021-12-061-4/+12
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* maildir: track the recent flag correctlyReto Brunner2021-11-011-22/+24
* notmuch/maildir: remove double emit of the dirinfoReto Brunner2021-04-281-2/+0
* Add support for :rmdirARaspiK2020-08-191-0/+12
* maildir: Provide nicer error message on invalid urlTero Koskinen2020-07-271-1/+16
* Only send directory info once from maildirAndrew Jeffery2020-07-191-4/+5
* Add additional flagging functionalityARaspiK2020-07-081-5/+6
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+35
* maildir: remove read handling from FetchMessageBodyPartReto Brunner2020-05-111-21/+0
* Count recent messages in maildir exists total tooJeffas2020-03-091-1/+1
* Mark sent messages as "seen" in maildirGalen Abell2020-03-031-5/+6
* Update DirectoryInfo handling for maildirJeffas2020-02-281-6/+50
* Ensure new directory exists before unwatching oldGalen Abell2020-02-251-5/+6
* Add sorting functionalityJeffas2019-09-201-7/+46
* Add directory info messagesJeffas2019-09-181-16/+55
* Add basic searching to the maildir backendJeffas2019-09-161-1/+15
* Clean maildirs when openedBen Burwell2019-08-021-0/+4
* Fix error handling in maildir workerNicolai Dagestad2019-07-191-14/+7
* Register worker in init.Reto Brunner2019-07-191-1/+6
* maildir: Watch for new messagesBen Burwell2019-07-171-13/+68
* Implement maildir copyBen Burwell2019-07-121-2/+3
* Add maildir backend workerBen Burwell2019-07-121-0/+353