diff options
author | Vincent Richard <[email protected]> | 2013-07-16 10:43:24 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2013-07-16 10:43:24 +0000 |
commit | eae4b21d2a04dba33787e32dc58f7f393a137f63 (patch) | |
tree | a7a0cd0010fda20465fab82a1db1ac9cdd9da923 | |
parent | Fixed issue #45: test for _WIN32 instead of WIN32. (diff) | |
download | vmime-eae4b21d2a04dba33787e32dc58f7f393a137f63.tar.gz vmime-eae4b21d2a04dba33787e32dc58f7f393a137f63.zip |
Fixed method description.
-rw-r--r-- | vmime/net/folder.hpp | 3 |
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 |