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:
parent
2d057cd9d4
commit
c4d5d72805
22 changed files with 82 additions and 169 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue