From 9e4223019fdf42e73ad1d0ebb463b9586fd519bc Mon Sep 17 00:00:00 2001 From: Brian White Date: Sat, 15 Dec 2012 12:02:10 -0500 Subject: [PATCH] fix one last typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29f607d..c7e3554 100644 --- a/README.md +++ b/README.md @@ -623,7 +623,7 @@ Extensions Supported * X-GM-LABELS: string value which allows you to search for specific messages that have the given label applied - * fetch() will automatically retrieve the thread id, unique message id, and labels (named 'x-gm-thrid', 'x-gm-msgid', 'x-gm-labels' respectively) and will be stored on the _ImapMessage_ object itself + * fetch() will automatically retrieve the thread id, unique message id, and labels (named 'x-gm-thrid', 'x-gm-msgid', 'x-gm-labels' respectively) and they will be stored on the _ImapMessage_ object itself * Additional ImapConnection functions