notmuch & neomutt: Control virtualboxes being set in NeoMutt for Notmuch integration (#3143)
Virtual mailboxes (described by Notmuch queries) can now configured for each account in NeoMutt. Plus, it is possible to disable Notmuch section for a specific account.
This commit is contained in:
parent
6f9781b1b0
commit
0263da497e
6 changed files with 69 additions and 7 deletions
|
|
@ -35,4 +35,4 @@ color status cyan default
|
|||
unset signature
|
||||
# notmuch section
|
||||
set nm_default_uri = "notmuch:///home/hm-user/Mail"
|
||||
virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox"
|
||||
virtual-mailboxes "My INBOX" "notmuch://?query=tag%3Ainbox"
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ color status cyan default
|
|||
set signature = "/nix/store/00000000000000000000000000000000-signature|"
|
||||
# notmuch section
|
||||
set nm_default_uri = "notmuch:///home/hm-user/Mail"
|
||||
virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox"
|
||||
virtual-mailboxes "My INBOX" "notmuch://?query=tag%3Ainbox"
|
||||
|
|
|
|||
|
|
@ -35,4 +35,4 @@ color status cyan default
|
|||
set signature = /nix/store/00000000000000000000000000000000-signature.txt
|
||||
# notmuch section
|
||||
set nm_default_uri = "notmuch:///home/hm-user/Mail"
|
||||
virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox"
|
||||
virtual-mailboxes "My INBOX" "notmuch://?query=tag%3Ainbox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue