programs.neomutt: Make manual configuration take precedence over generated settings (#1896)
This commit is contained in:
parent
f567ea8228
commit
91418d3e57
4 changed files with 20 additions and 20 deletions
|
|
@ -16,11 +16,6 @@ set delete = yes
|
|||
|
||||
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
||||
# Register accounts
|
||||
# register account hm@example.com
|
||||
mailboxes "/home/hm-user/Mail/hm@example.com/Inbox"
|
||||
|
|
@ -30,3 +25,8 @@ folder-hook /home/hm-user/Mail/hm@example.com/ " \
|
|||
|
||||
# Source primary account
|
||||
source /home/hm-user/.config/neomutt/hm@example.com
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -16,11 +16,6 @@ set delete = yes
|
|||
|
||||
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
||||
# Register accounts
|
||||
# register account hm-account
|
||||
mailboxes "/home/hm-user/Mail/hm-account/Inbox"
|
||||
|
|
@ -30,3 +25,8 @@ folder-hook /home/hm-user/Mail/hm-account/ " \
|
|||
|
||||
# Source primary account
|
||||
source /home/hm-user/.config/neomutt/hm-account
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -18,11 +18,6 @@ macro index,pager c "<change-folder>?<change-dir><home>^K=<enter><tab>"
|
|||
|
||||
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
||||
# Register accounts
|
||||
# register account hm@example.com
|
||||
mailboxes "/home/hm-user/Mail/hm@example.com/Inbox"
|
||||
|
|
@ -32,3 +27,8 @@ folder-hook /home/hm-user/Mail/hm@example.com/ " \
|
|||
|
||||
# Source primary account
|
||||
source /home/hm-user/.config/neomutt/hm@example.com
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue