summary refs log tree commit diff stats
path: root/commands/account/compose.go
Commit message (Expand)AuthorAgeFilesLines
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-2/+0
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Copy sent emails to the Sent folderDrew DeVault2019-05-151-1/+2
* Update tab name as subject changesDrew DeVault2019-05-141-5/+9
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-1/+1
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-2/+2
* Add initial compose widgetDrew DeVault2019-05-121-0/+28
; 2018-02-17 16:35:36 -0500 Polish up grid and add new rendering loop' href='/akspecs/aerc/commit/ui/ui.go?h=0.6.0&id=60b351b78c930110716b0c9db2227e13704f826d'>60b351b ^
cab3771 ^
a15ea01 ^
60b351b ^
80e891a ^
77a0f68 ^
7c63259 ^

60b351b ^

cab3771 ^


80e891a ^

db1b2cd ^

80e891a ^









60b351b ^

80e891a ^

60b351b ^
7c63259 ^
60b351b ^
7c63259 ^
de122b1 ^
7c63259 ^
de122b1 ^
80e891a ^
77a0f68 ^
7c63259 ^


60b351b ^
7c63259 ^
60b351b ^
1170893 ^
7c63259 ^
db1b2cd ^


de122b1 ^







60b351b ^
80e891a ^
db1b2cd ^

60b351b ^
7c63259 ^

77a0f68 ^
80e891a ^

80e891a ^



60b351b ^
77a0f68 ^
cab3771 ^
7c63259 ^





60b351b ^
80e891a ^
7c63259 ^
db1b2cd ^
7c63259 ^

db1b2cd ^
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