summary refs log tree commit diff stats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
* add .OriginalMIMEType variable to reply templateLeszek Cimała2020-01-091-3/+4
|
* create OriginalMail structLeszek Cimała2020-01-091-0/+7
|
* models: add BodyStructure.PartAtIndexReto Brunner2020-01-051-0/+33
|
* Add labels to index format (%g)Reto Brunner2019-12-271-0/+1
| | | | Exposes the notmuch tags accordingly, stubs it for the maildir worker.
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-4/+84
| | | | | | | Before, we were using several IMAP-specific concepts to represent information being displayed in the UI. Factor these structures out of the IMAP package to make it easier for other backends to provide the required information.
* Factor UI models out of the worker message packageBen Burwell2019-07-081-0/+52
Before, the information needed to display different parts of the UI was tightly coupled to the specific messages being sent back and forth to the backend worker. Separating out a models package allows us to be more specific about exactly what a backend is able to and required to provide for the UI.
uthor Kartik Agaram <vc@akkartik.com> 2021-01-15 20:30:07 -0800 committer Kartik Agaram <vc@akkartik.com> 2021-01-15 20:30:07 -0800 7521 - new plan for tests' href='/akkartik/mu/commit/baremetal/103grapheme.subx?h=hlt&id=6e36ce06dd035408d43a6599b75b933a0709cc78'>6e36ce06 ^
7f8770ae ^
3a0664e1 ^
3844651e ^

6ce43fce ^
dbf434f0 ^
6e36ce06 ^
dbf434f0 ^

6e36ce06 ^
dbf434f0 ^
7f8770ae ^

dbf434f0 ^
7f8770ae ^

dbf434f0 ^
6ce43fce ^
dbf434f0 ^
7f8770ae ^
dbf434f0 ^
6e36ce06 ^
dbf434f0 ^
7f8770ae ^



dbf434f0 ^
7f8770ae ^



7363c6df ^
7f8770ae ^

6e36ce06 ^
6ce43fce ^
7f8770ae ^
7363c6df ^

6ce43fce ^
7f8770ae ^













6ce43fce ^
7f8770ae ^









44131682 ^
6e36ce06 ^
44131682 ^



121a9eba ^

6ce43fce ^
44131682 ^




63be7b7d ^
422ebaf8 ^




121a9eba ^
6e36ce06 ^
121a9eba ^
6e36ce06 ^
121a9eba ^
6ce43fce ^
422ebaf8 ^






cec5ef31 ^
63be7b7d ^



f0ef1ca2 ^
cec5ef31 ^
63be7b7d ^








cec5ef31 ^
63be7b7d ^







44131682 ^

121a9eba ^
63be7b7d ^


cec5ef31 ^
63be7b7d ^






121a9eba ^
63be7b7d ^

121a9eba ^
44131682 ^
121a9eba ^
44131682 ^
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173