1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-25 07:58:31 +02:00

programs.neomutt: Make manual configuration take precedence over generated settings (#1896)

This commit is contained in:
malte-v 2021-04-11 19:52:31 +02:00 committed by GitHub
parent f567ea8228
commit 91418d3e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 20 deletions

View File

@ -312,16 +312,16 @@ in {
${optionalString cfg.vimKeys
"source ${pkgs.neomutt}/share/doc/neomutt/vim-keys/vim-keys.rc"}
# Extra configuration
${optionsStr cfg.settings}
${cfg.extraConfig}
# Register accounts
${concatMapStringsSep "\n" registerAccount neomuttAccounts}
# Source primary account
source ${accountFilename primary}
# Extra configuration
${optionsStr cfg.settings}
${cfg.extraConfig}
'';
};

View File

@ -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

View File

@ -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

View File

@ -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