diff options
-rwxr-xr-x | ranger/data/scope.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index e1a336e0..b31e21f6 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -282,9 +282,9 @@ handle_mime() { pandoc -s -t markdown -- "${FILE_PATH}" && exit 5 exit 1;; - ## Mails + ## E-mails message/rfc822) - ## Parse email with mu: https://github.com/djcb/mu + ## Preview email with mu: https://github.com/djcb/mu mu view -- "${FILE_PATH}" && exit 5 exit 1;; |