neomutt: fix duplicated extraConfig in account (#1546)
The `accounts.email.accounts.<name>.neomutt.extraConfig` option is included twice in the resulting config file for the account. One time as part of the `mraSection`, one time as part of `accountStr` (`accountStr` includes the `mraSection`). This removes that duplication. I opted to keep the one in `accounStr`, since `extraConfig` doesn't necessarily have anything to do with the `mraSection`.
This commit is contained in:
parent
8537920706
commit
473d9acdad
3 changed files with 1 additions and 5 deletions
|
|
@ -25,8 +25,6 @@ set realname='H. M. Test'
|
|||
set record='+Sent'
|
||||
set spoolfile='+Inbox'
|
||||
set trash='+Trash'
|
||||
color status cyan default
|
||||
|
||||
|
||||
|
||||
# Extra configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue