diff options
author | Marc Coquand <marc@mccd.space> | 2024-09-23 13:19:25 +0300 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-09-23 13:19:25 +0300 |
commit | 6e9e251ab89a871235f792cd1e1cbc012c51022c (patch) | |
tree | a32f900e983d46063a8645ca2fb20877423d9872 | |
parent | 5bb862f70184bf8425d09d9031cb9eb2d873f884 (diff) | |
download | bsd-6e9e251ab89a871235f792cd1e1cbc012c51022c.tar.gz bsd-6e9e251ab89a871235f792cd1e1cbc012c51022c.tar.bz2 bsd-6e9e251ab89a871235f792cd1e1cbc012c51022c.zip |
typo
-rw-r--r-- | emacs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ (account (cond ((string-match "marcc@fastmail.fr" from) "home") - ((string-match "marc.coqxuand@sustainably.app" from) "work") + ((string-match "marc.coquand@sustainably.app" from) "work") ((string-match "marc@mccd.space" from) "home")))) (setq message-sendmail-extra-arguments (list '"-a" account)))))) |