diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-26 15:30:50 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-26 15:30:50 +0200 |
| commit | 656d70aef7cacff69d2616d2df0cbe8d6e4188f9 (patch) | |
| tree | d3f4cf9c1eff50d54eca22144f25adc49d792172 /tests/CMakeLists.txt | |
| parent | 3afbce6e2f7d711ab58985d64c3e236484cc7345 (diff) | |
| download | qtmaildir-656d70aef7cacff69d2616d2df0cbe8d6e4188f9.tar.gz qtmaildir-656d70aef7cacff69d2616d2df0cbe8d6e4188f9.zip | |
feat: derive a sender's avatar initials
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 830e2b2..2b6f846 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -52,6 +52,7 @@ add_qtmaildir_test(htmlbuilder) add_qtmaildir_test(notmuchworker) add_qtmaildir_test(tagcolors) add_qtmaildir_test(cardlayout) +add_qtmaildir_test(avatar) add_qtmaildir_test(marks) add_qtmaildir_test(carddelegate) add_qtmaildir_test(threadlistmodel) |
