Commit 637b0e85 637b0e85d047693aec28916123d93e33e3ef05f7 by Alain Magloire

Typo.

1 parent e7ce526d
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
2 2
3 * mailbox/folder_imap.c (imap_flags): Bailout at the matching 3 * mailbox/folder_imap.c (imap_flags): Bailout at the matching
4 LPAREN. 4 LPAREN.
5 * mailbox/header.c (header_get_fvalue): Return 0 in the 5 * mailbox/header.c (header_get_fvalue): Return 0 as the
6 number of byte return argument even when no header is found. 6 number of byte returned by the last argument, even when no header
7 field matched.
7 (header_get_value): Likewised. 8 (header_get_value): Likewised.
8
9 * mailbox/mbx_imap.c (imap_header_get_fvalue): Also cache 9 * mailbox/mbx_imap.c (imap_header_get_fvalue): Also cache
10 the message size and the FLAGS. 10 the message size and the FLAGS.
11 (imap_message_size): If we already have the size do not request 11 (imap_message_size): If we already have the size do not request
......