mu-contact: cosmetic
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user