mu-contact: cosmetic
This commit is contained in:
@ -50,7 +50,6 @@ Contact::display_name(bool quote) const
|
||||
return address_rfc2047(*this);
|
||||
}
|
||||
|
||||
|
||||
static Regex email_rx;
|
||||
|
||||
bool
|
||||
|
||||
@ -88,8 +88,9 @@ struct Contact {
|
||||
* Jane Doe <email@example.com>
|
||||
* 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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user