about summary refs log tree commit diff
path: root/ranger/.config/ranger/scope.sh
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-11-01 12:31:25 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-11-01 12:31:25 +0900
commitab9e499e8a6ad578af4cefef79268649685f9510 (patch)
tree16a6a7ac30e46285216ddf1813176adbeaf62bec /ranger/.config/ranger/scope.sh
parent1d17c129a2bbd59a11b223ace4a4307f700dabab (diff)
downloaddotfiles-ab9e499e8a6ad578af4cefef79268649685f9510.tar.gz
Integrate email viewing to ranger
Diffstat (limited to 'ranger/.config/ranger/scope.sh')
-rwxr-xr-xranger/.config/ranger/scope.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ranger/.config/ranger/scope.sh b/ranger/.config/ranger/scope.sh
index a0fb2ec..a34f4d6 100755
--- a/ranger/.config/ranger/scope.sh
+++ b/ranger/.config/ranger/scope.sh
@@ -96,6 +96,9 @@ case "$extension" in
 esac
 
 case "$mimetype" in
+    message/*)
+        mu view "$(realpath "$path")"
+        exit 5;;
     # Syntax highlight for text files:
     text/* | */xml)
         if [ "$(tput colors)" -ge 256 ]; then