mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-05-12 22:05:07 +02:00
thinkpad-nixos: Change default mailbox to _unread
This commit is contained in:
parent
3c6b2c9404
commit
3a1988b860
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
;
|
||||
from = "Quentin Boyer <quentin.boyer@***REMOVED***>";
|
||||
outgoing = "msmtpq --read-envelope-from --read-recipients";
|
||||
default = "inbox";
|
||||
default = "_unread";
|
||||
postpone = "Drafts";
|
||||
source = "notmuch://~/Maildir";
|
||||
query-map = "${pkgs.writeText "querymap" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue