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 */