sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 91503ede457b625007fb60fb59d21f88402b3cd4
parent 3492de95a912d9391c0b1aa87cc4769463737049
Author: Gaute Hope <eg@gaute.vetsj.com>
Date:   Mon, 28 Oct 2013 12:11:58 +0100

remove ' from shellwords expression

Diffstat:
M doc/Hooks.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/Hooks.txt b/doc/Hooks.txt
@@ -54,7 +54,7 @@ mime-decode:
   unless sibling_types.member? "text/plain"
     case content_type
     when "text/html"
-      `/usr/bin/w3m -dump -T #{content_type} '#{Shellwords.escape filename}'`
+      `/usr/bin/w3m -dump -T #{content_type} #{Shellwords.escape filename}`
     end
   end