Parcourir la source

Preview emails ?

master
Maxime Wack il y a 5 mois
Parent
révision
34116962aa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .config/ranger/scope.sh

+ 1
- 1
.config/ranger/scope.sh Voir le fichier

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


Chargement…
Annuler
Enregistrer