From 2d7c5191838711f92581755f7f97d63a53fc3c49 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 19 Jul 2025 01:59:11 -0500 Subject: Update neomutt config with better file browser and fixed aliases --- src/config/templates/neomutt/neomuttrc.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/config/templates') diff --git a/src/config/templates/neomutt/neomuttrc.j2 b/src/config/templates/neomutt/neomuttrc.j2 index a6dd88c..d3164c6 100644 --- a/src/config/templates/neomutt/neomuttrc.j2 +++ b/src/config/templates/neomutt/neomuttrc.j2 @@ -61,7 +61,7 @@ set forward_quote set reverse_name set include alternates {% for item in config.mail.aliases -%} -"{{ item.email }}" +"{{ item.email }}"{{ ' ' }} {%- endfor %} # GPG settings @@ -75,6 +75,7 @@ bind index,pager \Cj sidebar-next bind index,pager \Co sidebar-open macro index S "mbsync -a" "sync email" macro index a ":set confirmappend=no delete=yes\n+Archive\n:set confirmappend=yes delete=ask-yes\n" +macro compose A "mutt_generate_attachment_commandssource /tmp/nnn_attach_cmds" "attach nnn" bind editor complete-query bind editor \Ct complete -- cgit