I've been experiencing an odd bug with the following patch
for lazy loading messages:
--- a/lib/sup/modes/thread-index-mode.rb
+++ b/lib/sup/modes/thread-index-mode.rb
@@ -103,7 +103,6 @@ EOS
t.each_with_index do |(m, *o), i|
next unless m
BufferManager.say "#{message} (#{i}/#{num})", sid if t.size > 1
- m.load_from_source!
end
end
Specifically, the "default" opened message when I open a thread
gets a weird misrendering of the headers that looks like:
To: foo
foo <[email protected]>
foo
And so forth, for all lines in To and Cc.
Any ideas what could be causing this? I checked load_from_source! in message.rb
but didn't see anything obvious that would prevent this behavior.
Cheers,
Edward
_______________________________________________
sup-talk mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/sup-talk