Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
c8dea512
...
c8dea512b85a88d86e4401191cd444601cc5acbf
authored
2005-03-05 09:48:30 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Do not check `metoo'. The caller is responsible for that.
1 parent
b6254570
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
mail/alt.c
mail/alt.c
View file @
c8dea51
/* 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
)
...
...
Please
register
or
sign in
to post a comment