| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add missing notmuch build tags | Jeffas | 2020-02-26 | 2 | -0/+4 |
* | Ensure new directory exists before unwatching old | Galen Abell | 2020-02-25 | 1 | -5/+6 |
* | lib/msgstore: debounce directoryUpdateRequests | Reto Brunner | 2020-02-25 | 1 | -0/+2 |
* | notmuch: refresh dirlist in background | Reto Brunner | 2020-02-16 | 3 | -1/+27 |
* | notmuch: add internal event loop | Reto Brunner | 2020-02-16 | 3 | -12/+38 |
* | notmuch: emit DirInfo upon request | Reto Brunner | 2020-02-16 | 1 | -12/+44 |
* | Request DirInfo whenever the unread count may have changed | Reto Brunner | 2020-02-16 | 1 | -0/+7 |
* | imap: fix double closing idleStop | Reto Brunner | 2020-02-16 | 1 | -2/+4 |
* | notmuch: avoid stale DBs | Reto Brunner | 2020-02-16 | 1 | -99/+133 |
* | worker/lib/parse: be more tolerant with parsing email addresses | Timmy Douglas | 2020-02-06 | 1 | -1/+1 |
* | imap: emit messageinfo when changing read state. | Reto Brunner | 2020-01-24 | 1 | -2/+17 |
* | worker/imap: don't decode in FetchFullMessage. | Reto Brunner | 2020-01-18 | 1 | -27/+2 |
* | maildir/notmuch: don't re-encode readers | Reto Brunner | 2020-01-05 | 1 | -37/+4 |
* | imap: decode reader prior to returning them | Reto Brunner | 2020-01-05 | 1 | -10/+90 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -2/+4 |
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 3 | -0/+14 |
* | notmuch: emit LabelList event | Reto Brunner | 2019-12-21 | 2 | -0/+29 |
* | add LabelList event | Reto Brunner | 2019-12-21 | 1 | -0/+5 |
* | decode(RFC 2047) imap headers to fix encoding in subject & filenames | Leszek CimaĆa | 2019-12-07 | 1 | -5/+25 |
* | Parse Reply-To header while parsing envelope | Srivathsan Murali | 2019-11-17 | 1 | -0/+5 |
* | worker/imap: Fix seqMap race condition | Kevin Kuehler | 2019-11-10 | 1 | -1/+3 |
* | Notmuch: be resilient to config errors | Reto Brunner | 2019-11-01 | 1 | -3/+22 |
* | notmuch: ignore comments and blank lines when processing query-map file | Matt Snider | 2019-11-01 | 1 | -0/+4 |
* | Fix: oauthbearer runtime error | Frode Aannevik | 2019-10-16 | 1 | -6/+7 |
* | Change search flags | Jeffas | 2019-09-20 | 2 | -4/+12 |
* | notmuch: add sort functionality | Reto Brunner | 2019-09-20 | 1 | -6/+41 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 4 | -7/+319 |
* | Add directory info messages | Jeffas | 2019-09-18 | 1 | -16/+55 |
* | Add basic searching to the maildir backend | Jeffas | 2019-09-16 | 2 | -1/+260 |
* | notmuch: implement ModifyLabels | Reto Brunner | 2019-09-16 | 1 | -26/+61 |
* | notmuch: sync maildir flags | Reto Brunner | 2019-09-16 | 1 | -1/+4 |
* | notmuch: extract all notmuch db operations. | Reto Brunner | 2019-09-16 | 3 | -175/+250 |
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -0/+7 |
* | Add new search behaviour for imap | Jeffas | 2019-09-11 | 1 | -4/+19 |
* | all: rewrite references to strings.Index to strings.Contains | Wagner Riffel | 2019-09-04 | 1 | -1/+1 |
* | notmuch: add search / filter capabilities | Reto Brunner | 2019-08-29 | 1 | -9/+29 |
* | extract search criteria parsing into the backends | Reto Brunner | 2019-08-29 | 3 | -11/+50 |
* | Notmuch: use adhoc write connection. | Reto Brunner | 2019-08-26 | 2 | -30/+147 |
* | imap worker: do not copy mailbox status mutex | Wagner Riffel | 2019-08-26 | 1 | -2/+3 |
* | maildir: Preserve flags when copying messages | Ben Burwell | 2019-08-08 | 1 | -20/+2 |
* | Add notmuch backend | Reto Brunner | 2019-08-08 | 3 | -0/+521 |
* | Extract message parsing to common worker module | Reto Brunner | 2019-08-08 | 2 | -220/+256 |
* | Don't print imap errors to ui | Jelle Besseling | 2019-08-08 | 1 | -0/+1 |
* | Clean maildirs when opened | Ben Burwell | 2019-08-02 | 1 | -0/+4 |
* | Fix error handling in maildir worker | Nicolai Dagestad | 2019-07-19 | 1 | -14/+7 |
* | Register worker in init. | Reto Brunner | 2019-07-19 | 5 | -20/+53 |
* | maildir: Watch for new messages | Ben Burwell | 2019-07-17 | 2 | -14/+73 |
* | Fix header decoding | Ben Burwell | 2019-07-17 | 1 | -13/+16 |
* | Fix missing format fields in maildir/container.go | Drew DeVault | 2019-07-13 | 1 | -2/+2 |
* | Implement maildir copy | Ben Burwell | 2019-07-12 | 2 | -2/+41 |