summaryrefslogtreecommitdiff
path: root/home/mail
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-07-31 14:20:06 -0600
committerAlejandro Soto <alejandro@34project.org>2024-07-31 14:29:21 -0600
commit0e909bbfae0f5b83a378f0c6af9772ab55b154b9 (patch)
tree68fdccb4ac7ec807779e59f64fa411a35bd95ca4 /home/mail
parentc2b7d6ff8999fdd6a5e3fc8927a754d5df8f79a0 (diff)
home/mail: add exdev.io
Diffstat (limited to 'home/mail')
-rw-r--r--home/mail/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/mail/default.nix b/home/mail/default.nix
index 6fbfdb4..9e64d1d 100644
--- a/home/mail/default.nix
+++ b/home/mail/default.nix
@@ -103,8 +103,11 @@ with lib; {
alternative_order text/plain text/enriched text/html
reply-hook '~t ^alejandrosotochacon@gmail\.com$' 'my_hdr From: Alejandro Soto <alejandrosotochacon@gmail.com>'
+ reply-hook '~t ^soto@exdev\.io$' 'my_hdr From: Alejandro Soto <soto@exdev.io>'
+
macro compose '\3' "<edit-from><kill-line>Alejandro Soto \<alejandro@34project.org\><enter>"
macro compose '\g' "<edit-from><kill-line>Alejandro Soto \<alejandrosotochacon@gmail.com\><enter>"
+ macro compose '\x' "<edit-from><kill-line>Alejandro Soto \<soto@exdev.io\><enter>"
'';
};
};