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
188f8723
...
188f87237e38de2f7b77e541100e473c9ef0ca68
authored
2002-09-25 14:25:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_my_email): New function.
1 parent
642cefd5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
mh/mh_init.c
mh/mh_init.c
View file @
188f872
...
...
@@ -138,6 +138,14 @@ mh_is_my_name (char *name)
return
strcasecmp
(
name
,
my_email
)
==
0
;
}
char
*
mh_my_email
()
{
if
(
!
my_email
)
mh_get_my_name
(
NULL
);
return
my_email
;
}
int
mh_check_folder
(
char
*
pathname
,
int
confirm
)
{
...
...
Please
register
or
sign in
to post a comment