*** empty log message ***
This commit is contained in:
parent
4caf292da6
commit
4d90eee4f5
3 changed files with 3 additions and 3 deletions
|
@ -702,7 +702,7 @@ char Errmsg[200]; /* POP errors, at least, can exceed
|
|||
the original length of 80. */
|
||||
|
||||
/*
|
||||
* The full legal syntax for a POP mailbox specification for movemail
|
||||
* The full valid syntax for a POP mailbox specification for movemail
|
||||
* is "po:username:hostname". The ":hostname" is optional; if it is
|
||||
* omitted, the MAILHOST environment variable will be consulted. Note
|
||||
* that by the time popmail() is called the "po:" has been stripped
|
||||
|
|
|
@ -1576,7 +1576,7 @@ pop_close (server)
|
|||
* Function: pop_trash
|
||||
*
|
||||
* Purpose: Like pop_close or pop_quit, but doesn't deallocate the
|
||||
* memory associated with the server. It is legal to call
|
||||
* memory associated with the server. It is valid to call
|
||||
* pop_close or pop_quit after this function has been called.
|
||||
*/
|
||||
static void
|
||||
|
|
|
@ -1591,7 +1591,7 @@ is_fat_volume (const char * name, const char ** pPath)
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
/* Map filename to a legal 8.3 name if necessary. */
|
||||
/* Map filename to a valid 8.3 name if necessary. */
|
||||
const char *
|
||||
map_w32_filename (const char * name, const char ** pPath)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue