summary refs log tree commit diff stats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* Support configurable header layout in compose widgetDaniel Bridges2019-07-262-13/+18
* Add space which was missingJeffas2019-07-251-1/+1
* Add :cp alias for :copyDrew DeVault2019-07-171-1/+1
* Add an option to toggle between read and unreadNicolai Dagestad2019-07-171-3/+29
* Update status message to include destinationJeffas2019-07-171-1/+1
* commands: Don't crash when store is nilKevin Kuehler2019-07-157-4/+25
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-108-10/+32
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-2/+6
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-081-1/+2
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-081-17/+44
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-15/+13
* Make :pipe command more genericDrew DeVault2019-07-051-0/+105
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+2
* Crash on delete in empty folder (#213)Zach Sisco2019-07-041-0/+3
* Add unsubscribe commandBen Burwell2019-07-042-0/+144
* Implement basic tab completion supportGregory Mullen2019-06-297-19/+74
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-113-3/+6
* commands/msg/archive: Work with msgviwerKevin Kuehler2019-06-111-3/+4
* Fix :copy arg handlingDrew DeVault2019-06-091-3/+3
* Fix :move command's arg parsingDrew DeVault2019-06-091-3/+3
* Update reply to use getopt posix optind formatClayton Craft2019-06-091-2/+2
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+38
* commands/msg/copy: remove unnecessary codeDrew DeVault2019-06-091-4/+0
* Add archive commandRobert Günzler2019-06-093-6/+102
* Message list: implement index-format optionYash Srivastav2019-06-071-22/+3
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-025-0/+401
mitter Kartik K. Agaram <vc@akkartik.com> 2015-11-28 22:17:47 -0800 2494' href='/akkartik/mu/commit/999spaces.cc?h=hlt&id=215365d427c73001d83e8e598d9fc15745203f5c'>215365d4 ^
dfdfc7e9 ^
215365d4 ^
808e171d ^
1ead3562 ^
5d2a486d ^
f7631430 ^
f78f1907 ^
04209f72 ^
87f1cf60 ^

f78f1907 ^
5d2a486d ^


8a70ff4d ^
215365d4 ^


215365d4 ^
5d2a486d ^
dfdfc7e9 ^
215365d4 ^
f7631430 ^
215365d4 ^
5d2a486d ^

215365d4 ^
5d2a486d ^
1ead3562 ^
5d2a486d ^
1ead3562 ^
215365d4 ^
dfdfc7e9 ^
691b529e ^












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