[csmaild-cvs] csmaild/src/Imap Connection.cs,1.10,1.11
Brought to you by:
tamc
|
From: <ta...@us...> - 2003-08-05 01:50:27
|
Update of /cvsroot/csmaild/csmaild/src/Imap
In directory sc8-pr-cvs1:/tmp/cvs-serv1562/src/Imap
Modified Files:
Connection.cs
Log Message:
Oops, forget this fix
Index: Connection.cs
===================================================================
RCS file: /cvsroot/csmaild/csmaild/src/Imap/Connection.cs,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** Connection.cs 5 Aug 2003 01:42:10 -0000 1.10
--- Connection.cs 5 Aug 2003 01:50:25 -0000 1.11
***************
*** 199,203 ****
try
{
! if(mCurrentCommand.Process(mCurrentArguments, this, mCurrentCommandUID))
{
}
--- 199,203 ----
try
{
! if(mCurrentCommand.Process())
{
}
|