mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-13 14:25:08 +02:00
thinkpad-nixos: Allow to autocomplete email addresses
This commit is contained in:
parent
12a41f3164
commit
07da9d8bca
1 changed files with 1 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ in {
|
|||
default = "_unread";
|
||||
postpone = "Drafts";
|
||||
source = "notmuch://~/Maildir";
|
||||
address-book-cmd = "${pkgs.notmuch-addrlookup}/bin/notmuch-addrlookup --format=aerc %s";
|
||||
query-map = "${pkgs.writeText "querymap" ''
|
||||
inbox=tag:inbox and not tag:spammy
|
||||
inflight=thread:{tag:inflight}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue