summary refs log tree commit diff stats
path: root/commands/compose
Commit message (Expand)AuthorAgeFilesLines
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-2/+1
* all: purge redundant underscoresWagner Riffel2019-09-047-21/+21
* Revert "add close command at global level"Drew DeVault2019-08-131-0/+33
* add close command at global levelAditya Srivastava2019-08-131-33/+0
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-071-4/+3
* cc/bcc: Append to existing headers if called twiceKevin Kuehler2019-08-071-2/+2
* Add cc and bcc commandsDaniel Bridges2019-08-031-0/+39
* Add filesystem completions for :attach and :cdGalen Abell2019-08-021-1/+7
* Sendmail: allow for arbitrary parametersReto Brunner2019-07-291-1/+11
* Add :detach commandGalen Abell2019-07-271-0/+55
* Add missing fallthroughDrew DeVault2019-07-271-0/+2
* Implement sendmail supportDrew DeVault2019-07-271-10/+36
* Add :attach command for composeGalen Abell2019-07-191-0/+56
* Implement basic tab completion supportGregory Mullen2019-06-295-14/+53
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-0/+3
* Mark sent emails as readYash Srivastav2019-06-081-1/+2
* Implement :edit in compose screenDrew DeVault2019-05-261-0/+21
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-11/+11
* Pass ServerName to tls.Config for SMTPDrew DeVault2019-05-201-2/+12
* asdfDrew DeVault2019-05-201-6/+2
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-4/+4
* s/aerc2/aerc/gDrew DeVault2019-05-174-5/+5
* Remove debug loggingDrew DeVault2019-05-171-1/+0
* Refactor STARTTLS to prevent downgrade attacksDrew DeVault2019-05-171-23/+27
* s/Sent/Message sent/Drew DeVault2019-05-161-2/+2
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-2/+2
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-14/+51
* Implement abort commandCole Helbling2019-05-141-0/+23
* Remove tab before going asyncDrew DeVault2019-05-141-1/+1
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-1/+1
* Send emails asyncronouslyDrew DeVault2019-05-141-47/+73
* Implement sending emails /o/Drew DeVault2019-05-141-6/+114
* Add :send-message, prepares & writes email to /tmpDrew DeVault2019-05-141-0/+29
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-122-0/+46
2426f7db3c6f0ac'>6efa7ecf1 ^
66a885615 ^
6b40114f2 ^
405b86068
e512358bc ^

6efa7ecf1 ^
e512358bc ^


6efa7ecf1 ^
e512358bc ^
405b86068
8d7a45f20 ^

6efa7ecf1 ^




8d7a45f20 ^
e0b7f434e ^
336a7c9b3 ^
8d850f7a6 ^
09b9a5441 ^
8d7a45f20 ^
6efa7ecf1 ^






7ef268274 ^

6efa7ecf1 ^






8d7a45f20 ^
32ef1f8f3 ^
8d7a45f20 ^
32ef1f8f3 ^

6efa7ecf1 ^




9428bedcc ^
6efa7ecf1 ^
405b86068

6efa7ecf1 ^
7ef268274 ^
6efa7ecf1 ^
405b86068
f99c40f61 ^
6efa7ecf1 ^
f99c40f61 ^
6efa7ecf1 ^
f99c40f61 ^



6efa7ecf1 ^
f99c40f61 ^
6efa7ecf1 ^
f99c40f61 ^

6efa7ecf1 ^
f99c40f61 ^
6efa7ecf1 ^
f99c40f61 ^
405b86068
572b7c37a ^

64b048520 ^

003601472 ^

c94647aec ^
37f9ace51 ^
003601472 ^
ee1563ef3 ^
c0dbcffca ^
2e20f5648 ^


ee1563ef3 ^
003601472 ^
ee1563ef3 ^


003601472 ^
6efa7ecf1 ^
64b048520 ^
6efa7ecf1 ^
64b048520 ^

6efa7ecf1 ^
003601472 ^

6efa7ecf1 ^
64b048520 ^
405b86068

99078d80d ^
64b048520 ^
b68eb1cad ^

6efa7ecf1 ^
64b048520 ^
99078d80d ^
52851b722 ^
4d4b3b1c0 ^
99078d80d ^
e26370268 ^

defaf3b5a ^


c94647aec ^
e26370268 ^
99078d80d ^
defaf3b5a ^
e26370268 ^
375b444ec ^
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