From b99c9f7c7ffbe244deafeabf0ef8c8ec438452c6 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 7 Mar 2013 20:53:15 +0000 Subject: DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameter --- docs/libcurl/curl_easy_setopt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/libcurl') diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index d3d3c828e..ed7e4dbba 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -751,7 +751,7 @@ user's inbox imap://user:password@mail.example.com/INBOX/;UID=1 - Selects the user's inbox and fetches message 1 -imap://user:password@mail.example.com/INBOX/;UID=2/;UIDVALIDITY=50 - Selects +imap://user:password@mail.example.com/INBOX;UIDVALIDITY=50/;UID=2 - Selects the user's inbox, checks the UIDVALIDITY of the mailbox is 50 and fetches message 2 if it is -- cgit v1.2.3