Browse Source

Preview emails ?

master
Maxime Wack 5 months ago
parent
commit
34116962aa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/ranger/scope.sh

+ 1
- 1
.config/ranger/scope.sh View File

@@ -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


Loading…
Cancel
Save