aboutsummaryrefslogtreecommitdiffhomepage
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/notmuch.vim2
1 files changed, 1 insertions, 1 deletions
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