mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@7094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
730927a98d
commit
951d94cf6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue