]> git.notmuchmail.org Git - notmuch/blobdiff - vim/notmuch.vim
vim: trivial cleanup
[notmuch] / vim / notmuch.vim
index 64038eb5d498cd1b0c4ff31de8f8a88a5dd6367b..9a45300f2683e210cbd21bf0446585819d74492d 100644 (file)
@@ -208,6 +208,9 @@ endfunction
 
 function! s:search_search_prompt()
        let text = input('Search: ')
+       if text == ""
+         return
+       endif
        setlocal modifiable
 ruby << EOF
        $cur_search = VIM::evaluate('text')
@@ -563,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