(flags_to_string): Map \Seen to MU_ATTRIBUTE_READ.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -2099,7 +2099,7 @@ flags_to_string (char **pbuf, int flag) | ... | @@ -2099,7 +2099,7 @@ flags_to_string (char **pbuf, int flag) |
2099 | strcat (abuf, " "); | 2099 | strcat (abuf, " "); |
2100 | strcat (abuf, "\\Deleted"); | 2100 | strcat (abuf, "\\Deleted"); |
2101 | } | 2101 | } |
2102 | if ((flag & MU_ATTRIBUTE_SEEN) || (flag & MU_ATTRIBUTE_READ)) | 2102 | if (flag & MU_ATTRIBUTE_READ) |
2103 | { | 2103 | { |
2104 | char *tmp = realloc (abuf, strlen (abuf) + strlen ("\\Seen") + 2); | 2104 | char *tmp = realloc (abuf, strlen (abuf) + strlen ("\\Seen") + 2); |
2105 | if (tmp == NULL) | 2105 | if (tmp == NULL) | ... | ... |
-
Please register or sign in to post a comment