]> git.cworth.org Git - sup/blobdiff - lib/sup/message-chunks.rb
Enclosed messages as proper sub-parts
[sup] / lib / sup / message-chunks.rb
index 0606395052f4d7a4a467638da170019271f0df4c..7eabcdf042ad5f29bc5b9423ff7c66d6c16e4361 100644 (file)
@@ -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
@@ -206,7 +206,7 @@ EOS
     def inlineable?; false end
     def quotable?; false end
     def expandable?; true end
-    def initial_state; :open end
+    def initial_state; :closed end
     def viewable?; false end
 
     def patina_color; :generic_notice_patina_color end