felipec / notmuch-vim

Text-based mail user agent in vim using notmuch.
Other
88 stars 34 forks source link

Error on enter serch view. #19

Closed dontdieych closed 3 years ago

dontdieych commented 6 years ago

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
dontdieych commented 6 years ago

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

felipec commented 3 years ago

Fixed now.