From 3bc5ba3365c4f85882976b505f6ed5b49f9c988d Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 25 Jan 2020 19:13:03 +1300 Subject: [PATCH] mail: add tinc-vpn and fix shortcuts --- configs/workhorse/mail-fetcher.nix | 4 ++++ system/desktop/mail-stuff.nix | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/configs/workhorse/mail-fetcher.nix b/configs/workhorse/mail-fetcher.nix index 4545196..28fe147 100644 --- a/configs/workhorse/mail-fetcher.nix +++ b/configs/workhorse/mail-fetcher.nix @@ -496,6 +496,10 @@ query = "from:drive-now.com"; tags = [ "+billing" "+drivenow" "-inbox" "-unread" ]; } + { + query = "from:tinc-vpn.org"; + tags = [ "+tinc" ]; + } { query = "from:mindfactory.de"; tags = [ "+shop" "+billing" ]; diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index c50188e..6e024f4 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -477,10 +477,10 @@ in { bind index u noop bind pager U noop bind pager u noop - macro index U "+unread\n" - macro index u "-unread\n" - macro pager U "+unread\n" - macro pager u "-unread\n" + macro index u "+unread\n" + macro index U "-unread\n" + macro pager u "+unread\n" + macro pager U "-unread\n" bind index l noop bind pager l noop