]> git.notmuchmail.org Git - sup/commitdiff
fixed full header mode to actually show the header again
authorwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 29 Nov 2006 06:32:39 +0000 (06:32 +0000)
committerwmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Wed, 29 Nov 2006 06:32:39 +0000 (06:32 +0000)
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@48 5c8cc53c-5e98-4d25-b20a-d8db53a31250

lib/sup/modes/thread-view-mode.rb

index 3eaa48192152119c2c9c7f20798af96fbd02a826..caf4f6044232f6d74f8a513eb6cf0ccd3beebb4e 100644 (file)
@@ -62,7 +62,7 @@ class ThreadViewMode < LineCursorMode
   def show_header
     return unless(m = @message_lines[curpos])
     BufferManager.spawn_unless_exists("Full header") do
-      TextMode.new m.content #m.header_text
+      TextMode.new m.header_text
     end
   end