summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-19 16:33:12 -0400
committerJune McEnroe <june@causal.agency>2020-07-19 16:33:12 -0400
commit236dbaa81740a7c99bb3b07b4428f792b6c85e98 (patch)
treefb79ce0ba62dfd2fa9d0fd98387d9a6e9c7eb595
parentSpecify litterbox version in readme (diff)
downloadscooper-236dbaa81740a7c99bb3b07b4428f792b6c85e98.tar.gz
scooper-236dbaa81740a7c99bb3b07b4428f792b6c85e98.zip
Filter networks with only private contexts from recents as well
Diffstat (limited to '')
-rw-r--r--networks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networks.c b/networks.c
index f1f8c89..b5b880d 100644
--- a/networks.c
+++ b/networks.c
@@ -32,6 +32,7 @@ const char *NetworksQuery = SQL(
 		SELECT network
 		FROM contexts
 		JOIN recentEvents USING (context)
+		WHERE query <= NOT :public
 		GROUP BY network
 		ORDER BY max(time) DESC
 	), allNetworks AS (
-highlight'> 2016-05-28Add april to SSHJune McEnroe 2016-05-16Set background in nvim from iTerm profileJune McEnroe Is this overkill? 2016-05-15Add light iTerm profileJune McEnroe 2016-05-15Set gruvbox vert split relative to backgroundJune McEnroe 2016-05-15Cache GPG key for half an hourJune McEnroe 2016-04-29Test for linux insteadJune McEnroe 2016-04-29Remove explicit syntax/filetype onJune McEnroe neovim 0.1.4 actually doesn't need them! 2016-04-12Remove gvim=mvim aliasJune McEnroe 2016-04-12Detect Darwin or *BSD for aliasesJune McEnroe 2016-04-07Use default pinentry and set GPG_TTYJune McEnroe 2016-04-07Add git config override includeJune McEnroe 2016-04-06Simplify install scriptJune McEnroe 2016-04-06Add gpg-agent to READMEJune McEnroe 2016-04-06Always sign git commitsJune McEnroe 2016-04-06Use standard socket for gpg-agentJune McEnroe 2016-04-06Set iTerm font to PointfreeJune McEnroe