aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-contacts-config-commands.el
Commit message (Collapse)AuthorAgeFilesLines
* test(org-contacts-config): cover template helpers, props-matching, email ↵Craig Jennings2026-05-141-0/+129
aggregator Sibling tests covered the capture-finalize hook and the email-string parser. This batch fills in the rest: - `cj/org-contacts-template-name` / `-email`: fall back to `read-string` outside mu4e; pull from `mu4e-message-field` when inside. - `cj/org-contacts-new`: delegates to `org-capture` with key "C". - `cj/org-contacts--props-matching`: filters an entry's props by regexp. - `cj/get-all-contact-emails`: formats each entry as "Name <email>", expands multi-email strings. - `cj/insert-contact-email`: inserts the completing-read selection at point. mu4e and org-contacts primitives are stubbed.