diff options
Diffstat (limited to 'emacs')
-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)))))) |