| 1058 #endif /* PHOTO_SUPPORT */ |
1058 #endif /* PHOTO_SUPPORT */ |
| 1059 |
1059 |
| 1060 /* extract their Email address and put it in */ |
1060 /* extract their Email address and put it in */ |
| 1061 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, |
1061 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, |
| 1062 strings->my_email_string, (yd->jp ? 4 : 1), " ", 0, |
1062 strings->my_email_string, (yd->jp ? 4 : 1), " ", 0, |
| 1063 strings->private_string, _("E-Mail"), 0, NULL, NULL); |
1063 strings->private_string, _("Email"), 0, NULL, NULL); |
| 1064 |
1064 |
| 1065 /* extract the Nickname if it exists */ |
1065 /* extract the Nickname if it exists */ |
| 1066 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, |
1066 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, |
| 1067 "Nickname:", 1, "\n", '\n', |
1067 "Nickname:", 1, "\n", '\n', |
| 1068 NULL, _("Nickname"), 0, NULL, NULL); |
1068 NULL, _("Nickname"), 0, NULL, NULL); |