index — dots-the-third @ e5a1ddba2fa1d022039adb6c0c56c3ffda9f171e

I don't need nix, I have a way worse solution!

neomutt: fix multi account
crispy-caesus crispy@crispy-caesus.eu
Fri, 01 May 2026 13:14:05 +0200
commit

e5a1ddba2fa1d022039adb6c0c56c3ffda9f171e

parent

184ef5f38b277590a1a170a449dc71d123395325

1 files changed, 5 insertions(+), 2 deletions(-)

jump to
M neomutt/.config/neomutt/neomuttrcneomutt/.config/neomutt/neomuttrc

@@ -9,6 +9,7 @@ # the next

unset markers # don't show + for wrapped lines in the pager set mark_old = no +set reverse_name = yes set sort = "reverse-date-received" set sort_aux = "reverse-last-date-received"

@@ -51,5 +52,7 @@ --icon='~/.config/neomutt/neomutt.png' \

'New Email in %D' &" # accounts -folder-hook ~/.mail/spool/crispy@crispy-caesus.eu 'source ~/.config/neomutt/crispy@crispy-caesus.eu-neomuttrc' -folder-hook ~/.mail/spool/jasper.bauerschaper@crispy-caesus.eu 'source ~/.config/neomutt/jasper.bauerschaper@crispy-caesus.eu-neomuttrc' +alternates = "^.+@crispy-caesus.eu$ ^crispy@deutschehaus.vodka$" + +folder-hook cspool 'source ~/.config/neomutt/crispy@crispy-caesus.eu-neomuttrc' +folder-hook jspool 'source ~/.config/neomutt/jasper.bauerschaper@crispy-caesus.eu-neomuttrc'