index
:
aerc
master
topic/asc_sort_imap
wip/asc_sort_imap
A pretty good email client
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worker
/
maildir
Age
Commit message (
Expand
)
Author
2022-03-18
go vet: composite literal uses unkeyed fields
Moritz Poldrack
2022-03-07
maildir: fix data race in maildir worker
wagner riffel
2022-01-30
maildir: defer the count of recent messages
Robin Jarry
2022-01-20
maildir,notmuch: pass in-memory message to callback
Nguyễn Gia Phong
2022-01-19
maildir,notmuch: avoid leaking open files
Nguyễn Gia Phong
2021-12-06
maildir: watch for message renames
Robin Jarry
2021-12-06
maildir: watch for external changes
Robin Jarry
2021-11-05
go.mod: change base git url
Robin Jarry
2021-11-01
maildir: track the recent flag correctly
Reto Brunner
2021-04-28
notmuch/maildir: remove double emit of the dirinfo
Reto Brunner
2021-02-08
maildir: don't read the full file into memory
Reto Brunner
2020-08-19
Add support for :rmdir
ARaspiK
2020-07-27
maildir: Provide nicer error message on invalid url
Tero Koskinen
2020-07-27
Remove hard coded bodystruct path everywhere
Reto Brunner
2020-07-25
Add flag based search options
Tobias Wölfel
2020-07-19
Only send directory info once from maildir
Andrew Jeffery
2020-07-08
Add additional flagging functionality
ARaspiK
2020-05-25
Set AnsweredFlag on successful reply
Srivathsan Murali
2020-05-11
maildir: remove read handling from FetchMessageBodyPart
Reto Brunner
2020-05-05
Allow maildir subdirectories
Grégoire Delattre
2020-03-09
Count recent messages in maildir exists total too
Jeffas
2020-03-03
Mark sent messages as "seen" in maildir
Galen Abell
2020-02-28
Update DirectoryInfo handling for maildir
Jeffas
2020-02-26
Make search more lenient
Jeffas
2020-02-25
Ensure new directory exists before unwatching old
Galen Abell
2019-12-27
Add labels to index format (%g)
Reto Brunner
2019-09-20
Change search flags
Jeffas
2019-09-20
Add sorting functionality
Jeffas
2019-09-18
Add directory info messages
Jeffas
2019-09-16
Add basic searching to the maildir backend
Jeffas
2019-08-08
maildir: Preserve flags when copying messages
Ben Burwell
2019-08-08
Extract message parsing to common worker module
Reto Brunner
2019-08-02
Clean maildirs when opened
Ben Burwell
2019-07-19
Fix error handling in maildir worker
Nicolai Dagestad
2019-07-19
Register worker in init.
Reto Brunner
2019-07-17
maildir: Watch for new messages
Ben Burwell
2019-07-17
Fix header decoding
Ben Burwell
2019-07-13
Fix missing format fields in maildir/container.go
Drew DeVault
2019-07-12
Implement maildir copy
Ben Burwell
2019-07-12
Add maildir backend worker
Ben Burwell