mail: add tinc-vpn and fix shortcuts
This commit is contained in:
parent
2d359c0afd
commit
3bc5ba3365
2 changed files with 8 additions and 4 deletions
|
@ -496,6 +496,10 @@
|
||||||
query = "from:drive-now.com";
|
query = "from:drive-now.com";
|
||||||
tags = [ "+billing" "+drivenow" "-inbox" "-unread" ];
|
tags = [ "+billing" "+drivenow" "-inbox" "-unread" ];
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
query = "from:tinc-vpn.org";
|
||||||
|
tags = [ "+tinc" ];
|
||||||
|
}
|
||||||
{
|
{
|
||||||
query = "from:mindfactory.de";
|
query = "from:mindfactory.de";
|
||||||
tags = [ "+shop" "+billing" ];
|
tags = [ "+shop" "+billing" ];
|
||||||
|
|
|
@ -477,10 +477,10 @@ in {
|
||||||
bind index u noop
|
bind index u noop
|
||||||
bind pager U noop
|
bind pager U noop
|
||||||
bind pager u noop
|
bind pager u noop
|
||||||
macro index U "<modify-labels>+unread\n"
|
macro index u "<modify-labels>+unread\n"
|
||||||
macro index u "<modify-labels>-unread\n"
|
macro index U "<modify-labels>-unread\n"
|
||||||
macro pager U "<modify-labels>+unread\n"
|
macro pager u "<modify-labels>+unread\n"
|
||||||
macro pager u "<modify-labels>-unread\n"
|
macro pager U "<modify-labels>-unread\n"
|
||||||
|
|
||||||
bind index l noop
|
bind index l noop
|
||||||
bind pager l noop
|
bind pager l noop
|
||||||
|
|
Loading…
Reference in a new issue