mu-contact: cosmetic

This commit is contained in:
Dirk-Jan C. Binnema
2022-12-30 12:34:39 +02:00
parent 5300b7ce82
commit 07a69bf206
2 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,6 @@ Contact::display_name(bool quote) const
return address_rfc2047(*this); return address_rfc2047(*this);
} }
static Regex email_rx; static Regex email_rx;
bool bool

View File

@ -88,8 +88,9 @@ struct Contact {
* Jane Doe <email@example.com> * Jane Doe <email@example.com>
* otherwise it's just the e-mail address. * otherwise it's just the e-mail address.
* *
* @param quote_if_needed if true, handle quoting of the name-part as well. This * @param quote_if_needed if true, handle quoting of the name-part as
* is useful when the address is to be used directly in emails. * well. This is useful when the address is to be used directly in
* emails.
* *
* @return the display name * @return the display name
*/ */