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

Diff of /mailutils/pop3d/capa.c

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

revision 1.6 by gray, Fri Jul 26 11:22:02 2002 UTC revision 1.7 by gray, Wed Aug 7 23:05:57 2002 UTC
# Line 45  pop3d_capa (const char *arg) Line 45  pop3d_capa (const char *arg)
45       message.  */       message.  */
46    /*pop3d_outf ("EXPIRE NEVER\r\n"); */    /*pop3d_outf ("EXPIRE NEVER\r\n"); */
47    if (state == TRANSACTION)     /* let's not advertise to just anyone */    if (state == TRANSACTION)     /* let's not advertise to just anyone */
48      pop3d_outf ("IMPLEMENTATION %s %s\r\n", IMPL, VERSION);      pop3d_outf ("IMPLEMENTATION %s\r\n", PACKAGE_STRING);
49    pop3d_outf (".\r\n");    pop3d_outf (".\r\n");
50    return OK;    return OK;
51  }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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