]> code.citadel.org Git - citadel.git/commitdiff
* Hi from Stu
authorArt Cancro <ajc@citadel.org>
Fri, 14 Dec 2001 06:58:12 +0000 (06:58 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 14 Dec 2001 06:58:12 +0000 (06:58 +0000)
citadel/ChangeLog
citadel/msgbase.c

index e4a93f35e2317f046ecea631e7d4c8b8dcbd5bea..1e8310d838702c9891f709d2ad87fe7a2c9aa8bc 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 590.5  2001/12/14 06:58:12  ajc
+ * Hi from Stu
+
  Revision 590.4  2001/12/13 22:36:30  nbryant
  make configure search for /usr/local/BerkeleyDB.4.0
 
@@ -2954,4 +2957,3 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import 
-
index 11923c4f7e813a5b7919305d435363a7f80fcebe..a7c6373ac8d385272844ec2a4f201ba6abe898ea 100644 (file)
@@ -2289,11 +2289,17 @@ void cmd_ent0(char *entargs)
                        mtsflag = 1;
                }
                else if (e == MES_LOCAL) {      /* don't search local file */
+
+
+/*** We can probably do this now.
                        if (!strcasecmp(buf, CC->usersupp.fullname)) {
                                cprintf("%d Can't send mail to yourself!\n",
                                        ERROR + NO_SUCH_USER);
                                return;
                        }
+  ***  hi from Stu
+*/
+
                        /* Check to make sure the user exists; also get the correct
                         * upper/lower casing of the name.
                         */