summaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_easy_setopt.3
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-03-07 20:53:15 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-03-07 20:53:15 +0000
commitb99c9f7c7ffbe244deafeabf0ef8c8ec438452c6 (patch)
tree25bd6d5b480e6e283cf427e08fffef20a4951d1c /docs/libcurl/curl_easy_setopt.3
parentad2920fa85f4b7bf576f9ab46afa9f35522d79fd (diff)
downloadcurl-b99c9f7c7ffbe244deafeabf0ef8c8ec438452c6.tar.gz
DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameter
Diffstat (limited to 'docs/libcurl/curl_easy_setopt.3')
-rw-r--r--docs/libcurl/curl_easy_setopt.32
1 files changed, 1 insertions, 1 deletions
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