mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-07 01:24:22 +00:00
fixed simple test
This commit is contained in:
parent
0c118f8054
commit
d2f20670fd
4 changed files with 6 additions and 21 deletions
|
@ -337,7 +337,7 @@ let
|
|||
${account.neomutt.extraConfig}
|
||||
|
||||
${signature}
|
||||
'' ]
|
||||
'' ]
|
||||
++ lib.optional (account.notmuch.enable && account.notmuch.neomutt.enable)
|
||||
(notmuchSection account));
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -13,10 +13,6 @@ set sort = "threads"
|
|||
set smtp_pass="`password-command`"
|
||||
set smtp_url='smtp://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"
|
||||
|
|
|
@ -4,31 +4,22 @@ set message_cachedir = "/home/hm-user/.cache/neomutt/messages/"
|
|||
set editor = "$EDITOR"
|
||||
set implicit_autoview = yes
|
||||
set crypt_use_gpgme = yes
|
||||
|
||||
alternative_order text/enriched text/plain text
|
||||
|
||||
set delete = yes
|
||||
|
||||
|
||||
|
||||
# Binds
|
||||
|
||||
|
||||
# Macros
|
||||
|
||||
|
||||
# Register accounts
|
||||
# register account hm@example.com
|
||||
|
||||
## register account hm@example.com
|
||||
mailboxes "/home/hm-user/Mail/hm@example.com/Inbox"
|
||||
|
||||
folder-hook /home/hm-user/Mail/hm@example.com/ " \
|
||||
source /home/hm-user/.config/neomutt/hm@example.com "
|
||||
|
||||
source /home/hm-user/.config/neomutt/hm@example.com "
|
||||
|
||||
# Source primary account
|
||||
source /home/hm-user/.config/neomutt/hm@example.com
|
||||
|
||||
# Extra configuration
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue