summary refs log tree commit diff stats
path: root/commands/msg
Commit message (Expand)AuthorAgeFilesLines
* 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
ail.com> 2015-11-18 00:06:00 +0000 Pass ordering to roster list functions' href='/danisanti/profani-tty/commit/src/roster_list.h?id=2260e3bd6f7e99fd16f05372c7545b8e2379ff6e'>2260e3bd ^
107fdd35 ^
dd11334b ^
3b0f7e10 ^
dd11334b ^
107fdd35 ^
055a5f71 ^

3b0f7e10 ^

dd11334b ^



3b0f7e10 ^
e816b124 ^
3b0f7e10 ^
107fdd35 ^
a52e3ea1 ^

e816b124 ^
6b830277 ^
a52e3ea1 ^

3b0f7e10 ^
3b0f7e10 ^
2e0bc27b ^

973a05d1 ^
b210fb36 ^
107fdd35 ^

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