fix typo.
Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -72,11 +72,11 @@ | ... | @@ -72,11 +72,11 @@ |
72 | (quotes): Removed. | 72 | (quotes): Removed. |
73 | (address_get_personal): Remove the code to unquote, parse822 takes | 73 | (address_get_personal): Remove the code to unquote, parse822 takes |
74 | care if it. Return value when no field is ENOENT. | 74 | care if it. Return value when no field is ENOENT. |
75 | (address_get_comments): Reutrn value when no field ENOENT. | 75 | (address_get_comments): Return value when no field ENOENT. |
76 | (address_get_local_part): Reutrn value when no field ENOENT. | 76 | (address_get_local_part): Return value when no field ENOENT. |
77 | (address_get_domain): Reutrn value when no field ENOENT. | 77 | (address_get_domain): Return value when no field ENOENT. |
78 | (address_get_email): Reutrn value when no field ENOENT. | 78 | (address_get_email): Return value when no field ENOENT. |
79 | (address_get_route): Reutrn value when no field ENOENT. | 79 | (address_get_route): Return value when no field ENOENT. |
80 | * mailbox/message.c (message_sender): Use parse822 to retrieve | 80 | * mailbox/message.c (message_sender): Use parse822 to retrieve |
81 | the email from the From: field. | 81 | the email from the From: field. |
82 | (message_set_mailbox): New function. | 82 | (message_set_mailbox): New function. | ... | ... |
-
Please register or sign in to post a comment