From a8057812a3f1c3c0c6bce6388ce626e8ad373347 Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:11:52 +0100 Subject: [PATCH] fix debug getmail The output changed (due to a slight change in version); hence we need to adjust the output of the dump. --- target/bin/debug-getmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/bin/debug-getmail b/target/bin/debug-getmail index 22c9e08c..27834475 100644 --- a/target/bin/debug-getmail +++ b/target/bin/debug-getmail @@ -15,5 +15,5 @@ else fi for FILE in /etc/getmailrc.d/getmailrc*; do - getmail --getmaildir "${GETMAILDIR}" --rcfile "${FILE}" --dump | tail -n +7 + getmail --getmaildir "${GETMAILDIR}" --rcfile "${FILE}" --dump | tail -n +6 done