From eae4b21d2a04dba33787e32dc58f7f393a137f63 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 16 Jul 2013 12:43:24 +0200 Subject: [PATCH] Fixed method description. --- vmime/net/folder.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vmime/net/folder.hpp b/vmime/net/folder.hpp index f65f3711..dbab6900 100644 --- a/vmime/net/folder.hpp +++ b/vmime/net/folder.hpp @@ -415,7 +415,8 @@ public: */ virtual int getFetchCapabilities() const = 0; - /** Return the sequence numbers of messages whose UID equal or greater than uid + /** Return the sequence numbers of messages whose UID equal or greater than + * the specified UID. * * @param uid the uid of the first message * @throw net_exception if an error occurs