diff options
| author | Danilo M. <danix@danix.xyz> | 2026-08-24 19:46:14 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-08-24 19:46:14 +0200 |
| commit | 997134302332e7641101ce68d274eb3c03e7a124 (patch) | |
| tree | 053a5cccfa77ade9a23e98cb9255a74f59e7363f /tests/CMakeLists.txt | |
| parent | f8d136432466479c892841bc73bd85e58674da86 (diff) | |
| download | qtmaildir-997134302332e7641101ce68d274eb3c03e7a124.tar.gz qtmaildir-997134302332e7641101ce68d274eb3c03e7a124.zip | |
feat(signatures): read a directory of markdown signatures
One file per signature under a directory the caller names, the stem being
the name shown to the user. A name containing a path separator is refused:
it arrives from the config file, and it reaches a path that is read into a
message about to be sent.
Part of item 152.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01KEcn3u19xPqv6ggD15PG4c
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 1af49bb..70f6537 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -65,6 +65,7 @@ add_qtmaildir_test(tagdialog) add_qtmaildir_test(tagrules) add_qtmaildir_test(rulequery) add_qtmaildir_test(searchterm) +add_qtmaildir_test(signatures) add_qtmaildir_test(busyindicator) add_qtmaildir_test(tagstrip) add_qtmaildir_test(messagedetailsdialog) |
