aboutsummaryrefslogtreecommitdiffstats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* threadbuilder: sort siblings by sort criteriaKoni Marti2022-11-061-3/+3
* notmuch: move new maildir files to cur upon opening a folderJulian Pidancet2022-10-271-1/+39
* notmuch: add MsgIDFromFilename method to notmuch.DBJulian Pidancet2022-10-271-0/+16
* notmuch: fix bad copy-paste in MsgModifyTags loggingJulian Pidancet2022-10-271-1/+1
* notmuch: emit a DirectoryInfo message upon check-mail completionJulian Pidancet2022-10-271-0/+3
* notmuch: simplify DirectoryInfo emitting logicJulian Pidancet2022-10-272-90/+70
* notmuch: make maildir store path configurableJulian Pidancet2022-10-272-31/+69
* notmuch: add maildir supportJulian Pidancet2022-10-273-8/+337
* maildir: replace ListFolder method with FolderMapJulian Pidancet2022-10-272-11/+10
* maildir: move common maildir code out of workerJulian Pidancet2022-10-274-143/+172
* notmuch: add IndexFile and DeleteMessage methods to notmuch.DBJulian Pidancet2022-10-271-0/+29
* notmuch: add MsgFilenames method to notmuch.DBJulian Pidancet2022-10-271-0/+25
* maildir: fix maildir folder listingJulian Pidancet2022-10-251-1/+1
* types: remove unused FullMessage.Info fieldRobin Jarry2022-10-251-1/+0
* lint: check for bad white space habitsRobin Jarry2022-10-193-10/+0
* maildir: make checkmail update directory countsBen Cohen2022-10-181-0/+14
* aerc: use single event loopTim Culverhouse2022-10-073-8/+21
* imap: fix flags updateKoni Marti2022-10-041-4/+4
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+4
* worker: use container/list as job queueTim Culverhouse2022-10-041-2/+41
* maildir: hide invalid foldersJulian Pidancet2022-10-031-0/+7
* logging: substitute %w for %vKoni Marti2022-10-024-61/+61
* imap,smtp: add XOAUTH2 supportJulian Pidancet2022-10-013-0/+21
* worker: do not lock while callbacks are runningTim Culverhouse2022-09-291-4/+10
* imap: stop checkmail if there are pending actionskt programs2022-09-292-0/+18
* notmuch: move logic for dynamic folders to backendKoni Marti2022-09-291-5/+9
* lib: parse address header fields to utf-8Koni Marti2022-09-291-6/+9
* imap: send message info updates for bulk flag opsKoni Marti2022-09-291-41/+59
* idler: fix data race for access to idleing and waitingTim Culverhouse2022-09-261-3/+15
* worker: lock access to callback mapsTim Culverhouse2022-09-261-0/+11
* backends: send MessageInfoError on header fetching errorTim Culverhouse2022-09-255-8/+20
* charset: handle unknown charsets more user-friendlyKoni Marti2022-09-255-9/+23
* cache: fetch flags from UITim Culverhouse2022-09-202-11/+6
* Revert "worker: prevent deadlock by flooding worker.Messages channel"Moritz Poldrack2022-09-201-4/+1
* worker: prevent deadlock by flooding worker.Messages channelTim Culverhouse2022-09-201-1/+4
* imap: prevent deadlock from posting actions to selfTim Culverhouse2022-09-203-3/+10
* notmuch: fix regression in error handlingJose Lombera2022-09-011-1/+1
* maildir: do not send dircontents on fs eventTim Culverhouse2022-08-301-13/+0
* maildir: remove filename encoded UID when moving messagesTim Culverhouse2022-08-241-2/+13
* parse: remove trailing whitespace from rfc1123z regexThomas Faughnan2022-08-221-1/+1
* maildir: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+36
* imap: implement MoveMessages handlingTim Culverhouse2022-08-222-0/+19
* mbox: implement MoveMessages handlingTim Culverhouse2022-08-221-0/+18
* worker: introduce MoveMessages typeTim Culverhouse2022-08-221-0/+12
* imap: create copy of uids to retain sort orderTim Culverhouse2022-08-222-2/+6
* mbox: filtering for mbox accountsKoni Marti2022-08-221-30/+44
* mark: (un)mark message threadsKoni Marti2022-08-221-0/+29
* go: removed io/ioutilMoritz Poldrack2022-08-228-20/+16
* tests: fix errors after lint seriesRobin Jarry2022-08-041-1/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-0414-123/+127