From 2ec69fd39e4b1132032b700ec678d3dfa082c74a Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Mon, 14 Oct 2013 00:54:13 -0500 Subject: [PATCH] vim: trivial cleanup Using $email_address is more straight forward. Signed-off-by: Felipe Contreras --- vim/notmuch.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0