From b2fb38f995df8eee0aa83c7a95e507a66a66b677 Mon Sep 17 00:00:00 2001 From: casperklein Date: Thu, 15 Aug 2024 12:33:42 +0200 Subject: [PATCH] Improve comment --- target/scripts/startup/setup.d/getmail.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/scripts/startup/setup.d/getmail.sh b/target/scripts/startup/setup.d/getmail.sh index 61fb26ae..a9fac32e 100644 --- a/target/scripts/startup/setup.d/getmail.sh +++ b/target/scripts/startup/setup.d/getmail.sh @@ -38,8 +38,8 @@ function _setup_getmail() { # Strip read access from non-root due to files containing secrets: chmod -R 600 "${GETMAIL_RC_DIR}" - # Directory, where "oldmail" files are stored - # getmail stores its state - its "memory" of what it has seen in your POP/IMAP account - in the oldmail files. + # Directory, where "oldmail" files are stored. + # For more information see: https://getmail6.org/faq.html#faq-about-oldmail # The debug command for getmail expect this location to exist. GETMAIL_DIR=/var/lib/getmail _log 'debug' "Creating getmail state-dir '${GETMAIL_DIR}'"