.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@7094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-03-25 09:11:47 +00:00
parent 730927a98d
commit 951d94cf6e

View file

@ -29,7 +29,7 @@ CONSOLE_APP_MAIN
}
Cout() << "There are " << msgcount << " messages in your inbox.\n";
for(;;) {
Cout() << "Message number to retrieve (1.." << msgcount << ") or anything else to QUIT:";
Cout() << "Message number to retrieve (1.." << msgcount << ") or anything else to QUIT: ";
int i = StrInt(ReadStdIn());
if(i >= 1 && i <= msgcount) {
String message = pop3.GetMessage(i);