aboutsummaryrefslogtreecommitdiff
path: root/test/T453-emacs-reply.sh
AgeCommit message (Collapse)Author
2026-01-25test/emacs: Add tests for `message-cite-reply-position'Kristoffer Balintona
`message-cite-reply-position' affects the position of the email body and signature relative to the email citation in email replies. Test each of the three possible values of `message-cite-reply-position'. If `message-cite-reply-position' is 'traditional or 'below, place the email signature below the citation. If `message-cite-reply-position' is 'above, place the email signature above the citation (as in Gmail-style email replies).
2022-07-30emacs/reply: reply to correct duplicateDavid Bremner
Essentially we just need to arrange to pass the right --duplicate argument to notmuch reply. As a side-effect, correct the previously unused value of EXPECTED in T453-emacs-reply.sh.
2022-05-16emacs/reply: restrict what mime types are inlined by defaultDavid Bremner
Apply the previously factored-out function used by notmuch-show.
2022-05-16test: add known broken test for inlining in emacs/replyDavid Bremner
The same mitigation already applied for show should also be applied for reply