From 4f377d387ae1110306126e87a625479886834c31 Mon Sep 17 00:00:00 2001
From: Sergey Matveev <stargrave@stargrave.org>
Date: Sun, 13 Nov 2022 01:14:57 +0300
Subject: [PATCH] Compatibility with modern mu

---
 feeds-index.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/feeds-index.sh b/feeds-index.sh
index b66287f..f2461f4 100755
--- a/feeds-index.sh
+++ b/feeds-index.sh
@@ -1,4 +1,6 @@
 #!/bin/sh -e
 
-mu index --muhome mu -m feeds
+export MUHOME=mu
+mu init -m feeds
+mu index
 mkdir -p search
-- 
2.51.0