summary refs log tree commit diff stats
path: root/commands/compose
Commit message (Expand)AuthorAgeFilesLines
* 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
ommands/msg/pipe.go?h=0.5.0&id=c6b776adbfb11ba34756a1d4f770b15c2fb3cb46'>^
363aab5 ^
7ecc6f9 ^


363aab5 ^

7ecc6f9 ^
363aab5 ^




7ecc6f9 ^

363aab5 ^




























7ecc6f9 ^










3f30c27 ^








7ecc6f9 ^
6f8ad91 ^
7ecc6f9 ^
133085b ^



7ecc6f9 ^
133085b ^
6797f93 ^
133085b ^
7ecc6f9 ^


363aab5 ^

8bb115d ^


217e85a ^



05fa79e ^
7ecc6f9 ^
05fa79e ^
7ecc6f9 ^
05fa79e ^
7ecc6f9 ^
363aab5 ^
363aab5 ^


df20f1c ^

7ecc6f9 ^





363aab5 ^
363aab5 ^




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