/[mailutils]/mailutils/pop3d/apop.c
ViewVC logotype

Diff of /mailutils/pop3d/apop.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by gray, Fri Mar 8 22:42:28 2002 UTC revision 1.21 by gray, Fri Jul 26 11:22:02 2002 UTC
# Line 256  pop3d_apop (const char *arg) Line 256  pop3d_apop (const char *arg)
256    username = strdup (pw->pw_name);    username = strdup (pw->pw_name);
257    if (username == NULL)    if (username == NULL)
258      pop3d_abquit (ERR_NO_MEM);      pop3d_abquit (ERR_NO_MEM);
259    fprintf (ofile, "+OK opened mailbox for %s\r\n", username);    pop3d_outf ("+OK opened mailbox for %s\r\n", username);
260    /* mailbox name */    /* mailbox name */
261    {    {
262      url_t url = NULL;      url_t url = NULL;

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26