]> git.cworth.org Git - sup/commitdiff
make 'm' (compose) in thread-view-mode prompt for a to: address with a default
authorWilliam Morgan <wmorgan-sup@masanjin.net>
Sun, 25 May 2008 03:46:41 +0000 (20:46 -0700)
committerWilliam Morgan <wmorgan-sup@masanjin.net>
Sun, 25 May 2008 03:46:41 +0000 (20:46 -0700)
lib/sup/modes/thread-view-mode.rb

index 559c58ecd35bbf0c27588aaaabf0f86bdfe55aa9..b96576eee58512cef3a02c1ca68db3c52738f7f8 100644 (file)
@@ -188,7 +188,7 @@ EOS
   def compose
     p = @person_lines[curpos]
     if p
-      ComposeMode.spawn_nicely :to => [p]
+      ComposeMode.spawn_nicely :to_default => p
     else
       ComposeMode.spawn_nicely
     end