about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-15 11:55:32 +0900
committersefidel <contact@sefidel.net>2022-02-15 11:55:32 +0900
commit46adfc2f3be0dea448fe774827ca83e583e2b0e1 (patch)
treee2129db98944291011e850ad72bfc8d31cc9077d /home
parent5a5483a8f34dc953f7bd124190f2214b00c40311 (diff)
downloadnixrc-46adfc2f3be0dea448fe774827ca83e583e2b0e1.tar.gz
nixrc-46adfc2f3be0dea448fe774827ca83e583e2b0e1.zip
feat(home/messaging): edit mail headers on editor
Diffstat (limited to 'home')
-rw-r--r--home/profiles/messaging/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix
index 2d85fa6..ecc441d 100644
--- a/home/profiles/messaging/default.nix
+++ b/home/profiles/messaging/default.nix
@@ -105,6 +105,10 @@ in
         reverse_name = "yes";
         # include message in replies
         include = "yes";
+
+        # edit headers in editor
+        autoedit = "yes";
+        edit_headers = "yes";
       };
 
       # binds = mapKeys [];