mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
vim: trivial cleanup
Using $email_address is more straight forward. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
568a541262
commit
2ec69fd39e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue