about summary refs log tree commit diff stats
path: root/worker
Commit message (Expand)AuthorAgeFilesLines
* Add labels to index format (%g)Reto Brunner2019-12-273-0/+14
* notmuch: emit LabelList eventReto Brunner2019-12-212-0/+29
* add LabelList eventReto Brunner2019-12-211-0/+5
* decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek Cimała2019-12-071-5/+25
* Parse Reply-To header while parsing envelopeSrivathsan Murali2019-11-171-0/+5
* worker/imap: Fix seqMap race conditionKevin Kuehler2019-11-101-1/+3
* Notmuch: be resilient to config errorsReto Brunner2019-11-011-3/+22
* notmuch: ignore comments and blank lines when processing query-map fileMatt Snider2019-11-011-0/+4
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* Change search flagsJeffas2019-09-202-4/+12
* notmuch: add sort functionalityReto Brunner2019-09-201-6/+41
* Add sorting functionalityJeffas2019-09-204-7/+319
* Add directory info messagesJeffas2019-09-181-16/+55
* Add basic searching to the maildir backendJeffas2019-09-162-1/+260
* notmuch: implement ModifyLabelsReto Brunner2019-09-161-26/+61
* notmuch: sync maildir flagsReto Brunner2019-09-161-1/+4
* notmuch: extract all notmuch db operations.Reto Brunner2019-09-163-175/+250
* Add modify-labels commandReto Brunner2019-09-121-0/+7
* Add new search behaviour for imapJeffas2019-09-111-4/+19
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-041-1/+1
* notmuch: add search / filter capabilitiesReto Brunner2019-08-291-9/+29
* extract search criteria parsing into the backendsReto Brunner2019-08-293-11/+50
* Notmuch: use adhoc write connection.Reto Brunner2019-08-262-30/+147
* imap worker: do not copy mailbox status mutexWagner Riffel2019-08-261-2/+3
* maildir: Preserve flags when copying messagesBen Burwell2019-08-081-20/+2
* Add notmuch backendReto Brunner2019-08-083-0/+521
* Extract message parsing to common worker moduleReto Brunner2019-08-082-220/+256
* Don't print imap errors to uiJelle Besseling2019-08-081-0/+1
* 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-195-20/+53
* maildir: Watch for new messagesBen Burwell2019-07-172-14/+73
* Fix header decodingBen Burwell2019-07-171-13/+16
* Fix missing format fields in maildir/container.goDrew DeVault2019-07-131-2/+2
* Implement maildir copyBen Burwell2019-07-122-2/+41
* Add maildir backend workerBen Burwell2019-07-124-0/+783
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-112-4/+2
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-6/+28
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-083-8/+83
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-085-16/+30
* Factor UI models out of the worker message packageBen Burwell2019-07-084-49/+55
* Sort out dirstore once and for allDrew DeVault2019-07-041-13/+0
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* worker/imap: implement searchDrew DeVault2019-06-242-0/+26
* imap: block until directory list is fully receivedDrew DeVault2019-06-141-0/+1
* imap: respect the folder config optionReto Brunner2019-06-142-1/+16
* Add :read and :unread commandsDrew DeVault2019-06-093-0/+26
* Update our message flags when server updates themDrew DeVault2019-06-092-2/+34
* Add archive commandRobert Günzler2019-06-093-0/+29
* Fetch headers w/peek to leave emails unreadYash Srivastav2019-06-081-0/+1
Drew DeVault <sir@cmpwn.com> 2019-11-10 10:15:49 -0500 Add Templates with Parsing' href='/akspecs/aerc/commit/Makefile?h=0.5.0&id=3ba69edab5f0c787424dac9649e43a7743da13ca'>3ba69ed ^
3874269 ^

94b9d55 ^
3874269 ^

7a26b48 ^
4875813 ^
0016775 ^
3874269 ^
c21ec37 ^
c5bc970 ^
7f540df ^
d30a6e3 ^
7f540df ^
177651b ^


3ba69ed ^

fc719e4 ^
d3b5a76 ^









7a26b48 ^
4875813 ^
0016775 ^
d3b5a76 ^








fc719e4 ^

d3b5a76 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107