From: William Morgan Date: Tue, 9 Jun 2009 00:03:07 +0000 (-0700) Subject: fix reply-mode always selecting "Customized" X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=031f39bc6cae9efb94cf2ec008e525b6890d637b;p=sup fix reply-mode always selecting "Customized" Since an earlier patch changed parse_headers, or something, the emitted header needs to have the correct case. --- diff --git a/lib/sup/modes/reply-mode.rb b/lib/sup/modes/reply-mode.rb index 6b9f559..c79c5db 100644 --- a/lib/sup/modes/reply-mode.rb +++ b/lib/sup/modes/reply-mode.rb @@ -126,7 +126,7 @@ EOS "To" => [], "Cc" => [], "Bcc" => [], - "In-Reply-To" => "<#{@m.id}>", + "In-reply-to" => "<#{@m.id}>", "Subject" => Message.reify_subj(@m.subj), "References" => refs, }.merge v