From: William Morgan Date: Sun, 25 May 2008 03:46:41 +0000 (-0700) Subject: make 'm' (compose) in thread-view-mode prompt for a to: address with a default X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=e3328775b1a2d820c39882c23a0c923f6e802c04;p=sup make 'm' (compose) in thread-view-mode prompt for a to: address with a default --- diff --git a/lib/sup/modes/thread-view-mode.rb b/lib/sup/modes/thread-view-mode.rb index 559c58e..b96576e 100644 --- a/lib/sup/modes/thread-view-mode.rb +++ b/lib/sup/modes/thread-view-mode.rb @@ -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