about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* Implement move, mv commandsDrew DeVault2019-05-141-0/+38
* Implement :copy (aka :cp)Drew DeVault2019-05-142-1/+51
* Implement abort commandCole Helbling2019-05-141-0/+23
* Update tab name as subject changesDrew DeVault2019-05-142-9/+10
* Add $EDITOR, internal config for composeDrew DeVault2019-05-141-1/+1
* 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
* Populate "From" header from config for new emailsDrew DeVault2019-05-131-2/+2
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-122-0/+46
* Add initial compose widgetDrew DeVault2019-05-121-0/+28
* "Press any key to close" for completed processesDrew DeVault2019-05-111-1/+4
* Fix segfault on :select-message for unloaded messagesTom Lebreux2019-04-171-0/+3
* Fix segfault on :view-message for unloaded messageTom Lebreux2019-04-101-0/+6
* Make tab width of :pipe consistentDrew DeVault2019-03-311-5/+3
* Add basic filter implementationDrew DeVault2019-03-311-1/+1
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-1/+1
* Make the message viewer real, part oneDrew DeVault2019-03-312-3/+27
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-312-34/+2
* Add message view commands, :closeDrew DeVault2019-03-303-4/+38
* Add basic message viewer mockupDrew DeVault2019-03-303-8/+6
* Correct color of error messagesDrew DeVault2019-03-302-5/+5
* Implement :pipeDrew DeVault2019-03-302-0/+74
* Add body fetching support codeDrew DeVault2019-03-291-0/+29
* Add terminal command contextDrew DeVault2019-03-212-4/+19
* Add context-specific commandsDrew DeVault2019-03-2113-30/+72
* Implement :delete-messageDrew DeVault2019-03-201-0/+25
* s/:term-close/:close/gDrew DeVault2019-03-171-2/+3
* Wrap Terminal in TermHostDrew DeVault2019-03-172-19/+6
* Add :term-closeDrew DeVault2019-03-172-2/+40
* Handle terminal title, login shellDrew DeVault2019-03-171-5/+16
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-0/+42
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-0/+33
* commands: handle case where no account selectedDrew DeVault2019-03-174-0/+12
* Implement :select-messageDrew DeVault2019-03-151-0/+31
* Fix usage message for :next-messageDrew DeVault2019-03-151-1/+1
* Implement :next-message n%Drew DeVault2019-03-151-1/+10
* Add :quit commandDrew DeVault2019-03-151-0/+24
* Fix help string for :cdDrew DeVault2019-03-151-1/+1
* Rename :cd -> :cf, add :cdDrew DeVault2019-03-152-11/+56
* Implement :{next,prev}-messageDrew DeVault2019-03-142-3/+46
* Implement :cd commandDrew DeVault2019-03-142-4/+38
* Flesh out command parsing & handlingDrew DeVault2019-03-103-22/+44
* Start building out command subsystemDrew DeVault2019-03-103-0/+58
/commit/README?h=v1.7.0-emacs&id=a2853ab67f2e471d9a34b4c528db6ee2024ef874'>a2853ab6 ^
e952d6cb ^
36e4e71e ^
54717324 ^













306c76d8 ^
e952d6cb ^

306c76d8 ^
e952d6cb ^


306c76d8 ^
e952d6cb ^
306c76d8 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^

45cf5174 ^
b34fd133 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^
45cf5174 ^
e952d6cb ^

45cf5174 ^
e952d6cb ^

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