Ver código fonte

Preview emails ?

master
Maxime Wack 5 meses atrás
pai
commit
34116962aa
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      .config/ranger/scope.sh

+ 1
- 1
.config/ranger/scope.sh Ver arquivo

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


Carregando…
Cancelar
Salvar