aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-07-16 10:43:24 +0000
committerVincent Richard <[email protected]>2013-07-16 10:43:24 +0000
commiteae4b21d2a04dba33787e32dc58f7f393a137f63 (patch)
treea7a0cd0010fda20465fab82a1db1ac9cdd9da923
parentFixed issue #45: test for _WIN32 instead of WIN32. (diff)
downloadvmime-eae4b21d2a04dba33787e32dc58f7f393a137f63.tar.gz
vmime-eae4b21d2a04dba33787e32dc58f7f393a137f63.zip
Fixed method description.
-rw-r--r--vmime/net/folder.hpp3
1 files changed, 2 insertions, 1 deletions
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