about summary refs log tree commit diff stats
path: root/tests/unittests/otr/stub_otr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsMichael Vetter2020-02-141-1/+1
|
* Use mock_type() for casting mock()Frank Zschockelt2019-05-081-1/+1
|
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-081-4/+4
| | | | | | Unit tests on 32-bit architectures were failing due to "cast to pointer from integer of different size" warnings. mock_ptr_type silences those by first casting to uintptr_t.
* Send receipt request only when receiver supports featureJames Booth2016-08-181-1/+1
| | | | issue #829
* Moved message display logic to sv_ev_incoming_messageJames Booth2015-06-211-1/+4
|
* Added pgp checks for message sendingJames Booth2015-06-211-1/+4
|
* Moved all tests to tests folderJames Booth2015-06-121-0/+108
t; 2019-06-09 14:55:42 -0400 Add :read and :unread commands' href='/akspecs/aerc/commit/worker/imap/flags.go?id=6271d455eb7d72ca2942e3721721be54fed27779'>6271d45 ^
df5d9a3 ^


6271d45 ^

df5d9a3 ^











6271d45 ^
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