[nixos-configs-9l8] Fix mu4e emails sending without body content #4

Merged
johno merged 1 commits from fix/mu4e-email-body-nixos-configs-9l8 into main 2026-01-13 17:48:36 -08:00

1 Commits

Author SHA1 Message Date
johno 07ecbf3141 fix(mu4e): Configure msmtp to preserve email body content
CI / check (pull_request) Successful in 5m25s
The mu4e msmtp configuration was causing email bodies to be stripped,
especially for multipart messages from org-msg. This was due to missing
critical msmtp settings.

Changes:
- Add message-sendmail-f-is-evil to prevent -f flag issues
- Add --read-envelope-from to msmtp arguments
- Set both send-mail-function and message-send-mail-function

Fixes: nixos-configs-9l8
2026-01-13 16:41:30 -08:00