]> git.notmuchmail.org Git - sup/blobdiff - lib/sup/modes/thread-index-mode.rb
bugfixes
[sup] / lib / sup / modes / thread-index-mode.rb
index 4fb7840f39e8041fb96f861302c241e7321b23f7..c2d227ef35bd34ef598f21c2d1db5c4eb70d3d00 100644 (file)
@@ -280,6 +280,7 @@ class ThreadIndexMode < LineCursorMode
     t = @threads[curpos] or return
     m = t.latest_message
     return if m.nil? # probably won't happen
+    m.load_from_source!
     mode = ReplyMode.new m
     BufferManager.spawn "Reply to #{m.subj}", mode
   end