From 07a69bf2065b165b22fdf372b9a3f32cb2d967df Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Fri, 30 Dec 2022 12:34:39 +0200 Subject: [PATCH] mu-contact: cosmetic --- lib/message/mu-contact.cc | 1 - lib/message/mu-contact.hh | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/message/mu-contact.cc b/lib/message/mu-contact.cc index d9e03ddb..50435d55 100644 --- a/lib/message/mu-contact.cc +++ b/lib/message/mu-contact.cc @@ -50,7 +50,6 @@ Contact::display_name(bool quote) const return address_rfc2047(*this); } - static Regex email_rx; bool diff --git a/lib/message/mu-contact.hh b/lib/message/mu-contact.hh index 91d1555b..7d6d4ee3 100644 --- a/lib/message/mu-contact.hh +++ b/lib/message/mu-contact.hh @@ -88,8 +88,9 @@ struct Contact { * Jane Doe * otherwise it's just the e-mail address. * - * @param quote_if_needed if true, handle quoting of the name-part as well. This - * is useful when the address is to be used directly in emails. + * @param quote_if_needed if true, handle quoting of the name-part as + * well. This is useful when the address is to be used directly in + * emails. * * @return the display name */