summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-03-05 09:48:30 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-03-05 09:48:30 +0000
commitc8dea512b85a88d86e4401191cd444601cc5acbf (patch)
tree3d530e0bd379ec0b71f3cf3db46e8d897aafe387
parentb625457066b2b617d5d7545bdfc061f2187d51f2 (diff)
downloadmailutils-c8dea512b85a88d86e4401191cd444601cc5acbf.tar.gz
mailutils-c8dea512b85a88d86e4401191cd444601cc5acbf.tar.bz2
Do not check `metoo'. The caller is responsible for that.
-rw-r--r--mail/alt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/alt.c b/mail/alt.c
index 38e6754dd..dd9cd4cb3 100644
--- a/mail/alt.c
+++ b/mail/alt.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -78,8 +78,6 @@ mail_set_my_name (char *name)
int
mail_is_my_name (char *name)
{
- if (util_getenv (NULL, "metoo", Mail_env_boolean, 0) == 0)
- return 0;
if (strchr(name, '@') == NULL && strcasecmp (name, my_name) == 0)
return 1;
if (strcasecmp (name, my_email) == 0)

Return to:

Send suggestions and report system problems to the System administrator.