add tagging support
This commit is contained in:
parent
f74a8f6a38
commit
ea802bd4e3
1 changed files with 8 additions and 0 deletions
|
@ -37,6 +37,14 @@
|
|||
map = [ "index" ];
|
||||
}
|
||||
];
|
||||
extraConfig = ''
|
||||
virtual-mailboxes "To Do" "notmuch://?query=tag:todo"
|
||||
virtual-mailboxes "To Read" "notmuch://?query=tag:toread"
|
||||
virtual-mailboxes "Blocked" "notmuch://?query=tag:blocked"
|
||||
virtual-mailboxes "Archive" "notmuch://?query=tag:archive"
|
||||
macro index,pager A "<modify-labels>+archive -unread -inbox\\n"
|
||||
bind index,pager y modify-labels
|
||||
'';
|
||||
};
|
||||
programs.msmtp.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue