diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:15:27 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:15:27 +0530 |
| commit | 9fb908308c4da6fdc9993ee5a3363ff98ef3454b (patch) | |
| tree | 577d382baf90716a2f2b31b5f5d9c087258f5a5f | |
| parent | 593da5b9b0c8e4befa30aac3f2acc49b870b9bb9 (diff) | |
| download | nixos-config-9fb908308c4da6fdc9993ee5a3363ff98ef3454b.tar.gz nixos-config-9fb908308c4da6fdc9993ee5a3363ff98ef3454b.zip | |
Fixes body not being included when using `mailto:` by updating default templates for aerc
| -rw-r--r-- | modules/email.home/aerc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/email.home/aerc.conf b/modules/email.home/aerc.conf index 36f7339..e7dc011 100644 --- a/modules/email.home/aerc.conf +++ b/modules/email.home/aerc.conf @@ -25,3 +25,7 @@ application/pdf=pdftotext - - image/*=sxiv {} application/pdf=zathura {} +[templates] +new-message = empty +quoted-reply = empty +forwards = empty |
