]> code.citadel.org Git - citadel.git/commitdiff
Changes to support the use of any of a user's valid email addresses in messages
authorArt Cancro <ajc@citadel.org>
Thu, 22 Mar 2007 19:41:00 +0000 (19:41 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 22 Mar 2007 19:41:00 +0000 (19:41 +0000)
citadel/msgbase.c

index f5a8da0e42d4b00a14c7e38816323793750de3a6..3a32ee820919912052899bdf6447e07af65fdbaf 100644 (file)
@@ -3305,7 +3305,7 @@ void cmd_ent0(char *entargs)
                        supplied_euid[0] = 0;
                        break;
        }
-       extract_token(newuseremail, entargs, 9, '|', sizeof newuseremail);
+       extract_token(newuseremail, entargs, 10, '|', sizeof newuseremail);
 
        /* first check to make sure the request is valid. */