diff options
author | noa@gaiwan.org | 2024-06-23 10:42:37 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-23 10:42:37 +0000 |
commit | 0e06a5d4ee46238d82c1b48f0e7ab384760d066e (patch) | |
tree | ea2e13c2a0ec81dcd89ccc5a4b772d17627c4e78 | |
parent | 602428e3fa51ec1a5b91ed4efd42ea69a992c010 (diff) |
Fix typo in message mode config
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 66bb66a..566f7c1 100644 --- a/config.org +++ b/config.org @@ -1863,7 +1863,7 @@ I have experimented with lots of different methods of reading mail, both in and (setopt sendmail-program (executable-find "msmtpq")) (setopt message-sendmail-extra-arguments '("--read-envelope-from")) - (setopt message-sendmail(-envelope-from 'header) + (setopt message-sendmail-envelope-from 'header) (setopt message-kill-buffer-on-exit t) (setopt message-sendmail-f-is-evil t) (setopt message-forward-as-mime t) |