Do not check `metoo'. The caller is responsible for that.
Showing
1 changed file
with
1 additions
and
3 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2001, 2002, 2005 Free Software Foundation, Inc. |
3 | 3 | ||
4 | GNU Mailutils is free software; you can redistribute it and/or modify | 4 | GNU Mailutils is free software; you can redistribute it and/or modify |
5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
... | @@ -78,8 +78,6 @@ mail_set_my_name (char *name) | ... | @@ -78,8 +78,6 @@ mail_set_my_name (char *name) |
78 | int | 78 | int |
79 | mail_is_my_name (char *name) | 79 | mail_is_my_name (char *name) |
80 | { | 80 | { |
81 | if (util_getenv (NULL, "metoo", Mail_env_boolean, 0) == 0) | ||
82 | return 0; | ||
83 | if (strchr(name, '@') == NULL && strcasecmp (name, my_name) == 0) | 81 | if (strchr(name, '@') == NULL && strcasecmp (name, my_name) == 0) |
84 | return 1; | 82 | return 1; |
85 | if (strcasecmp (name, my_email) == 0) | 83 | if (strcasecmp (name, my_email) == 0) | ... | ... |
-
Please register or sign in to post a comment