1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 11:53:27 +02:00
home-manager/tests/modules/programs/neomutt
Jan van Brügge bf6b85136b
neomutt: Allow named mailboxes (#2212)
At the moment, only the inbox of each mail account is added to neomutt.
This inbox is always called "Inbox", so if you configure multiple
accounts, it is hard to know which one is which.

This change allows the user to specify a display name per account that
uses `named-mailboxes` under the hood.

Additionally this change now allows to add other folders than the inbox,
for example the Trash, Spam or Drafts folders to be added on a per-account
basis. Using extraOptions is not possible here, as those are lazily
loaded on mailbox open and thus would appear at the bottom and not sorted
by account.

This commit also changes the default sidebar format string to use %D
instead of %B because %B will ignore named mailboxes and show the folder
name instead.
2021-08-19 00:33:53 -04:00
..
default.nix neomutt: Allow named mailboxes (#2212) 2021-08-19 00:33:53 -04:00
hm-example.com-expected neomutt: Add encryptByDefault support (#1882) 2021-04-07 15:45:50 -04:00
hm-example.com-gpg-expected.conf neomutt: Add encryptByDefault support (#1882) 2021-04-07 15:45:50 -04:00
hm-example.com-msmtp-expected.conf neomutt: Add encryptByDefault support (#1882) 2021-04-07 15:45:50 -04:00
hm-example.com-no-folder-change-expected.conf neomutt: make folder change when sourcing account optional 2021-05-03 09:04:58 +02:00
neomutt-expected.conf neomutt: Allow named mailboxes (#2212) 2021-08-19 00:33:53 -04:00
neomutt-no-folder-change.nix neomutt: make folder change when sourcing account optional 2021-05-03 09:04:58 +02:00
neomutt-not-primary-expected.conf neomutt: Allow named mailboxes (#2212) 2021-08-19 00:33:53 -04:00
neomutt-not-primary.nix programs.neomutt: Fix eval error when primary account not enabled (#1873) 2021-03-29 00:44:47 -04:00
neomutt-with-binds-expected.conf neomutt: Allow named mailboxes (#2212) 2021-08-19 00:33:53 -04:00
neomutt-with-binds-invalid-settings.nix neomutt: support list in binds.map (#1885) 2021-04-04 01:47:40 +02:00
neomutt-with-binds-with-warning.nix neomutt: support list in binds.map (#1885) 2021-04-04 01:47:40 +02:00
neomutt-with-binds.nix neomutt: support list in binds.map (#1885) 2021-04-04 01:47:40 +02:00
neomutt-with-gpg.nix neomutt: Add encryptByDefault support (#1882) 2021-04-07 15:45:50 -04:00
neomutt-with-msmtp.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00
neomutt-with-named-mailboxes-expected.conf neomutt: Allow named mailboxes (#2212) 2021-08-19 00:33:53 -04:00
neomutt-with-named-mailboxes.nix neomutt: Allow named mailboxes (#2212) 2021-08-19 00:33:53 -04:00
neomutt.nix tests: allow testing assertions 2021-02-07 22:48:22 +01:00