neomutt: remove empty lines (#6523)

* neomutt: remove empty lines

prettier + more readable
made some tests easier to update by printing full path
This commit is contained in:
Matthieu Coudron 2025-03-24 22:18:52 +01:00 committed by GitHub
parent 2d057cd9d4
commit c4d5d72805
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 82 additions and 169 deletions

View file

@ -13,10 +13,6 @@ set sort = "threads"
set smtp_pass="`password-command`"
set smtp_url='smtps://home.manager@smtp.example.com'
# MRA section
set folder='/home/hm-user/Mail/hm@example.com'
set from='hm@example.com'
@ -32,6 +28,7 @@ color status cyan default
unset signature
# notmuch section
set nm_default_uri = "notmuch:///home/hm-user/Mail"
virtual-mailboxes "My INBOX" "notmuch://?query=tag%3Ainbox"