[PATCH] vim: Use non-deprecated method parse instead of new.
Tomi Ollila
tomi.ollila at iki.fi
Sat Mar 30 13:34:10 PDT 2019
On Thu, Mar 21 2019, Nicolas Lesser wrote:
2 emails about this same change, this without typo :D
But, in order to someone(tm) to review these changes (especially, since not
everybody can test these changes), we'd need more content in commit
message.
https://notmuchmail.org/contributing/ is good place to look what helps
Tomi
> ---
> vim/notmuch.vim | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/vim/notmuch.vim b/vim/notmuch.vim
> index ad8b7c80..541698cd 100644
> --- a/vim/notmuch.vim
> +++ b/vim/notmuch.vim
> @@ -666,7 +666,7 @@ ruby << EOF
> date = Time.at(e.newest_date).strftime(date_fmt)
> subject = e.messages.first['subject']
> if $mail_installed
> - subject = Mail::Field.new("Subject: " + subject).to_s
> + subject = Mail::Field.parse("Subject: " + subject).to_s
> else
> subject = subject.force_encoding('utf-8')
> end
> --
> 2.21.0
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch
More information about the notmuch
mailing list