From 34116962aa3857baea9787d30ad06e0665eff84c Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Sat, 25 Nov 2023 20:06:37 +0100 Subject: [PATCH] Preview emails ? --- .config/ranger/scope.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/scope.sh b/.config/ranger/scope.sh index 13a25b4..c197bd8 100755 --- a/.config/ranger/scope.sh +++ b/.config/ranger/scope.sh @@ -167,7 +167,7 @@ handle_mime() { local mimetype="${1}" case "${mimetype}" in # Text - text/* | */xml) + text/* | */xml | message/*) # Syntax highlight if [[ "$( stat --printf='%s' -- "${FILE_PATH}" )" -gt "${HIGHLIGHT_SIZE_MAX}" ]]; then exit 2