felipec/notmuch-vim

Error on enter serch view.

Closed this issue · 2 comments

line   17:                                                                                                                                             
RuntimeError: Vim(return):Passing an unparsed header field to Mail::Field.new is deprecated and will be removed in Mail 2.8.0. Use Mail::Field.parse in
stead.                                                                                                                                                 
Press ENTER or type command to continue

fixed by s/Field.new/Field.parse/

Fixed now.