diff options
author | sefidel <contact@sefidel.net> | 2022-02-15 11:55:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-15 11:55:32 +0900 |
commit | 46adfc2f3be0dea448fe774827ca83e583e2b0e1 (patch) | |
tree | e2129db98944291011e850ad72bfc8d31cc9077d | |
parent | 5a5483a8f34dc953f7bd124190f2214b00c40311 (diff) | |
download | nixrc-46adfc2f3be0dea448fe774827ca83e583e2b0e1.tar.gz nixrc-46adfc2f3be0dea448fe774827ca83e583e2b0e1.zip |
feat(home/messaging): edit mail headers on editor
-rw-r--r-- | home/profiles/messaging/default.nix | 4 |
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 []; |