diff options
Diffstat (limited to '')
| -rw-r--r-- | home/mail/default.nix | 3 |
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>" ''; }; }; |
