X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=vim%2Fnotmuch.vim;h=9a45300f2683e210cbd21bf0446585819d74492d;hp=cf829a679b4049146f9311b5d6c449296767d165;hb=2ec69fd39e4b1132032b700ec678d3dfa082c74a;hpb=568a541262f4319c790f00e0a767cdf15237c0d7 diff --git a/vim/notmuch.vim b/vim/notmuch.vim index cf829a67..9a45300f 100644 --- a/vim/notmuch.vim +++ b/vim/notmuch.vim @@ -566,7 +566,7 @@ ruby << EOF f.flush - VIM::command("let s:reply_from='%s'" % reply.from.first.to_s) + VIM::command("let s:reply_from='%s'" % $email_address) VIM::command("call s:new_file_buffer('compose', '#{f.path}')") VIM::command("call cursor(#{old_count}, 0)") end