sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 575b990f67492b7c2f255cb54a2838eb548f8b48
parent eb8e4699a6b88fb1d98d1315a36d36e69c40e231
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Tue, 19 Feb 2008 09:32:44 -0800

Merge branch 'master' into next

Diffstat:
M lib/sup/message-chunks.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/message-chunks.rb b/lib/sup/message-chunks.rb
@@ -126,7 +126,7 @@ EOS
       path = write_to_disk
       ret = HookManager.run "mime-view", :content_type => @content_type,
                                          :filename => path
-      view_default! path unless ret
+      ret || view_default!(path)
     end
 
     def write_to_disk