projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568a541
)
vim: trivial cleanup
author
Felipe Contreras
<felipe.contreras@gmail.com>
Mon, 14 Oct 2013 05:54:13 +0000
(
00:54
-0500)
committer
Felipe Contreras
<felipe.contreras@gmail.com>
Wed, 20 Nov 2013 13:23:29 +0000
(07:23 -0600)
Using $email_address is more straight forward.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
vim/notmuch.vim
patch
|
blob
|
history
diff --git
a/vim/notmuch.vim
b/vim/notmuch.vim
index cf829a679b4049146f9311b5d6c449296767d165..9a45300f2683e210cbd21bf0446585819d74492d 100644
(file)
--- 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_addres
s)
VIM::command("call s:new_file_buffer('compose', '#{f.path}')")
VIM::command("call cursor(#{old_count}, 0)")
end